/* ================================
   VIRALMIND LUXURY STYLE.CSS
   Cleaned version: black glass + metallic gold
================================ */

:root {
  --bg: #050505;
  --bg-2: #0b0b0b;
  --panel: rgba(16, 14, 11, 0.78);
  --panel-strong: rgba(22, 19, 14, 0.94);
  --panel-dark: #070707;

  --text: #f5ead6;
  --text-soft: rgba(245, 234, 214, 0.68);
  --text-light: #fff7e8;

  --line: rgba(218, 174, 91, 0.16);
  --accent: #d8ab46;
  --accent-2: #f0cf84;
  --gold: #d8ab46;
  --gold-soft: #f7df9b;

  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.28);

  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1240px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
body.theme-warm {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 171, 70, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(240, 207, 132, 0.10), transparent 26%),
    radial-gradient(circle at 50% 90%, rgba(161, 113, 43, 0.12), transparent 30%),
    linear-gradient(180deg, #030303 0%, #090806 48%, #050505 100%);
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ================================
   BACKGROUND EFFECTS
================================ */

.page-blur {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.55;
}

.blur-1 {
  width: 320px;
  height: 320px;
  top: 70px;
  left: -80px;
  background: rgba(216, 171, 70, 0.22);
}

.blur-2 {
  width: 420px;
  height: 420px;
  top: 240px;
  right: -120px;
  background: rgba(240, 207, 132, 0.12);
}

.blur-3 {
  width: 360px;
  height: 360px;
  bottom: 40px;
  left: 22%;
  background: rgba(139, 94, 32, 0.16);
}

/* ================================
   LAYOUT
================================ */

.site-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--container));
  margin: 28px auto;
  padding: 18px;
  border-radius: 42px;
  background: rgba(10, 10, 10, 0.72);
  border: 1px solid rgba(216, 171, 70, 0.18);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 239, 190, 0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

main {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.panel {
  position: relative;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(13, 13, 13, 0.76);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 239, 190, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.panel-dark {
  background:
    radial-gradient(circle at 20% 20%, rgba(216, 171, 70, 0.12), transparent 30%),
    linear-gradient(180deg, #060606 0%, #10100f 100%);
  color: var(--text-light);
  border: 1px solid rgba(216, 171, 70, 0.18);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  max-width: 700px;
}

.section-description,
.about-copy p,
.cta-copy p,
.why-card p,
.mini-service-card p,
.service-detail-card p,
.floating-card p,
.video-section-text,
.about-side-card p,
.service-modal-summary,
.service-modal-block p,
.service-modal-block li,
.service-options-note {
  color: var(--text-soft);
  font-size: 1.02rem;
}

/* ================================
   HEADER / NAV
================================ */

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 10px 24px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo-img {
  width: 220px;
  max-width: 100%;
  max-height: 72px;
  height: auto;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #0b0702;
  background: linear-gradient(135deg, #fff1b8 0%, #d8ab46 38%, #8f6222 72%, #f7df9b 100%);
  font-weight: 800;
  font-size: 1.1rem;
  box-shadow:
    0 14px 28px rgba(216, 171, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brand-mark.small {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  font-size: 1rem;
}

.brand-name {
  color: #fff3d0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-sub {
  color: rgba(245, 234, 214, 0.58);
  font-size: 0.86rem;
}

.nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.72);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: var(--shadow-soft);
  flex-wrap: wrap;
}

.nav a {
  color: rgba(245, 234, 214, 0.78);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 999px;
  transition: 0.25s ease;
}

.nav a:hover {
  background: rgba(216, 171, 70, 0.12);
  color: var(--gold-soft);
}

/* ================================
   BUTTONS / LABELS
================================ */

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--gold-soft);
  background: rgba(216, 171, 70, 0.12);
  border: 1px solid rgba(216, 171, 70, 0.18);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.eyebrow-dark {
  background: rgba(216, 171, 70, 0.12);
  color: var(--gold-soft);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 0.96rem;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-dark {
  color: #130d04 !important;
  background: linear-gradient(135deg, #fff1b8 0%, #d8ab46 42%, #9f6f27 100%);
  box-shadow:
    0 16px 34px rgba(216, 171, 70, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-primary:hover,
.btn-dark:hover {
  box-shadow:
    0 22px 42px rgba(216, 171, 70, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.btn-light,
.btn-outline,
.service-top-action,
.service-modal-close {
  color: var(--gold-soft);
  background: rgba(13, 13, 13, 0.82);
  border-color: rgba(216, 171, 70, 0.22);
  box-shadow: var(--shadow-soft);
}

.btn-light:hover,
.btn-outline:hover,
.service-top-action:hover {
  border-color: rgba(247, 223, 155, 0.45);
  background: rgba(216, 171, 70, 0.12);
}

/* ================================
   HERO
================================ */

.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: center;
  padding: 26px 12px 10px;
  min-height: 650px;
}

.hero-copy {
  padding: 18px 8px;
}

.hero h1,
.services-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 800;
  max-width: 760px;
}

.hero h1 span,
.services-hero h1 span {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  color: var(--gold);
  text-shadow: 0 0 24px rgba(216, 171, 70, 0.18);
}

.hero p {
  margin-top: 20px;
  max-width: 640px;
  color: var(--text-soft);
  font-size: 1.08rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-mini-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-mini-points span {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(245, 234, 214, 0.82);
  background: rgba(15, 15, 15, 0.75);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: var(--shadow-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-plate {
  position: relative;
  width: 100%;
  min-height: 540px;
  border-radius: 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 20%, rgba(216, 171, 70, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(20, 18, 14, 0.92), rgba(9, 9, 9, 0.96));
  border: 1px solid rgba(216, 171, 70, 0.18);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 239, 190, 0.08);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.hero-circle {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
}

.hero-circle-lg {
  width: 260px;
  height: 260px;
  right: 36px;
  top: 26px;
  background: radial-gradient(circle at 35% 35%, rgba(255, 247, 215, 0.9), rgba(216, 171, 70, 0.45) 48%, rgba(83, 57, 18, 0.18) 100%);
}

.hero-circle-sm {
  width: 180px;
  height: 180px;
  bottom: 34px;
  left: 34px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 236, 180, 0.82), rgba(176, 119, 37, 0.34) 58%, rgba(0, 0, 0, 0.12) 100%);
}

/* ================================
   FLOATING HERO CARDS
================================ */

.floating-card {
  position: absolute;
  border-radius: 28px;
  padding: 22px;
  color: var(--text);
  background: rgba(16, 15, 13, 0.82);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.floating-main {
  top: 44px;
  left: 34px;
  width: min(360px, calc(100% - 68px));
  animation: floatA 6s ease-in-out infinite;
}

.floating-main h3 {
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: 16px;
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.floating-top {
  display: flex;
  gap: 10px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.pill.dark {
  background: #15120f;
  color: #fff9ef;
  border: 1px solid rgba(216, 171, 70, 0.16);
}

.pill.gold {
  background: linear-gradient(135deg, #d6a53b, #f7dc9b);
  color: #4b2d13;
}

.stats-card {
  right: 36px;
  top: 280px;
  width: 220px;
  background: linear-gradient(160deg, #070707 0%, #17130d 65%, #2a1c08 100%);
  border: 1px solid rgba(216, 171, 70, 0.2);
  animation: floatB 7s ease-in-out infinite;
}

.stat-value {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.stat-label {
  margin-top: 8px;
  color: rgba(255, 243, 228, 0.72);
  font-size: 0.96rem;
}

.quote-card {
  left: 54px;
  bottom: 40px;
  width: min(320px, calc(100% - 100px));
  animation: floatC 8s ease-in-out infinite;
}

.quote-mark {
  font-size: 3rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.85;
}

/* ================================
   HOME SERVICES PREVIEW
================================ */

.service-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mini-service-card,
.service-detail-card {
  background: rgba(16, 15, 13, 0.86);
  color: var(--text);
  border: 1px solid rgba(216, 171, 70, 0.15);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.mini-service-card {
  padding: 24px;
  border-radius: 26px;
  min-height: 220px;
}

.mini-service-card h3 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.mini-service-card:hover,
.service-detail-card:hover,
.why-card:hover,
.about-side-card:hover {
  transform: translateY(-4px);
}

.mini-service-card:hover,
.service-detail-card:hover {
  background: linear-gradient(180deg, rgba(30, 25, 16, 0.96), rgba(10, 10, 10, 0.96));
  color: #fff7e8;
  border-color: rgba(216, 171, 70, 0.42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
}

.mini-service-card:hover p {
  color: rgba(245, 234, 214, 0.72);
}

.mini-visual,
.service-emoji,
.why-icon {
  display: grid;
  place-items: center;
  color: #0b0702;
  background: linear-gradient(135deg, #fff1b8 0%, #d8ab46 42%, #9f6f27 100%);
  box-shadow: inset 0 8px 24px rgba(255, 255, 255, 0.2);
}

.mini-visual {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 2rem;
}

/* ================================
   MARKETING VIDEO
================================ */

.marketing-video-section {
  overflow: hidden;
}

.video-section-head {
  align-items: flex-start;
}

.video-section-text {
  max-width: 420px;
}

.marketing-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 12px;
  background: linear-gradient(135deg, rgba(216, 171, 70, 0.16), rgba(15, 15, 15, 0.88));
  border: 1px solid rgba(216, 171, 70, 0.2);
  box-shadow: var(--shadow);
}

.marketing-video-card::before {
  content: "";
  position: absolute;
  inset: -80px;
  background:
    radial-gradient(circle at 20% 20%, rgba(216, 171, 70, 0.28), transparent 28%),
    radial-gradient(circle at 85% 40%, rgba(247, 223, 155, 0.10), transparent 30%);
  pointer-events: none;
}

.marketing-video {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  background: #030303;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.55);
}

/* ================================
   WHY SECTION
================================ */

.why {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: start;
}

.why-left h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  max-width: 520px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.why-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(216, 171, 70, 0.13);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  margin-bottom: 18px;
  font-size: 1.3rem;
  font-weight: 800;
}

.why-card h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

/* ================================
   ABOUT
================================ */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.about-copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  margin-bottom: 16px;
}

.about-copy p + p {
  margin-top: 14px;
}

.about-stack {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.about-photo-card,
.about-side-card {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: var(--shadow-soft);
}

.about-photo-card {
  min-height: 370px;
  background: rgba(13, 13, 13, 0.82);
}

.about-side-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
  background: rgba(16, 15, 13, 0.82);
  transition: transform 0.28s ease;
}

.about-side-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 12px;
}

.fake-photo {
  width: 100%;
  height: 100%;
  min-height: 370px;
  position: relative;
  background:
    radial-gradient(circle at 30% 20%, rgba(216, 171, 70, 0.25), transparent 26%),
    radial-gradient(circle at 70% 35%, rgba(247, 223, 155, 0.14), transparent 22%),
    linear-gradient(135deg, #090909 0%, #19150e 45%, #3b270c 100%);
}

.fake-photo::before {
  content: "";
  position: absolute;
  inset: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.fake-photo::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: 22px;
  bottom: 22px;
  border-radius: 999px;
  background: radial-gradient(circle at 40% 40%, rgba(255, 247, 215, 0.72), rgba(216, 171, 70, 0.28) 58%, rgba(0, 0, 0, 0.10) 100%);
}

.video-photo {
  overflow: hidden;
}

.about-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.fake-photo-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 999px;
  color: #0b0702;
  background: linear-gradient(135deg, #f7df9b, #d8ab46);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

/* ================================
   CTA / FOOTER
================================ */

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(216, 171, 70, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(15, 15, 15, 0.88), rgba(26, 20, 11, 0.86));
}

.cta-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.03;
  letter-spacing: -0.05em;
  max-width: 780px;
  margin-bottom: 12px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 12px 8px;
  color: rgba(245, 234, 214, 0.58);
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.95rem;
  font-weight: 600;
  transition: 0.25s ease;
}

.footer-links a:hover {
  color: var(--gold-soft);
}

/* ================================
   SERVICES PAGE
================================ */

.services-hero {
  margin-top: 4px;
}

.services-hero-head {
  margin-bottom: 0;
}

.services-hero .section-description {
  max-width: 820px;
  margin-top: 18px;
}

.services-grid-full {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.service-detail-card {
  position: relative;
  padding: 20px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
}

.service-detail-card:hover {
  transform: translateY(-6px);
}

.service-detail-card h3 {
  font-size: 1.35rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.service-detail-card p {
  font-size: 1rem;
}

.service-image,
.service-seo,
.service-social,
.service-brand,
.service-ads,
.service-content,
.service-email,
.service-local,
.service-video,
.service-influencer,
.service-web,
.service-launch,
.service-conversion,
.service-startup,
.service-b2b,
.service-b2c,
.service-ai-content,
.service-ai-automation,
.service-ai-ads,
.service-ai-chat,
.service-ai-personal,
.service-ai-data,
.service-ai-voice {
  background:
    radial-gradient(circle at 30% 20%, rgba(216, 171, 70, 0.24), transparent 30%),
    linear-gradient(135deg, #111111, #251a0b);
}

.service-image {
  position: relative;
  min-height: 200px;
  border-radius: 24px;
  margin-bottom: 18px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 18px;
  isolation: isolate;
}

.service-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(20, 12, 8, 0.08) 0%, rgba(20, 12, 8, 0.18) 45%, rgba(20, 12, 8, 0.42) 100%);
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 10px 28px rgba(255, 255, 255, 0.16);
}

.service-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.service-emoji,
.service-tag {
  position: relative;
  z-index: 2;
}

.service-emoji {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  font-size: 2rem;
}

.service-tag {
  padding: 10px 14px;
  border-radius: 999px;
  color: #0b0702;
  background: linear-gradient(135deg, #f7df9b, #d8ab46);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

/* ================================
   MODAL / CONTACT FORM
================================ */

.service-modal-screen {
  animation: fadeSlideIn 0.28s ease;
}

.service-screen-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(216, 171, 70, 0.14);
}

.service-top-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(216, 171, 70, 0.22);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-top-action:hover {
  transform: translateY(-2px);
}

.service-top-action:focus-visible,
.service-option-chip:has(input:focus-visible) {
  outline: 2px solid rgba(247, 223, 155, 0.32);
  outline-offset: 3px;
}

.service-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.service-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.service-modal {
  width: min(760px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  border-radius: 30px;
  background: rgba(10, 10, 10, 0.94);
  border: 1px solid rgba(216, 171, 70, 0.22);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.72);
}

.service-modal-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  padding-right: 42px;
}

.service-modal-icon {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 2.1rem;
  color: #0b0702;
  background: linear-gradient(135deg, #fff1b8 0%, #d8ab46 42%, #9f6f27 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: var(--shadow-soft);
}

.service-modal h2 {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.service-modal-summary {
  margin-bottom: 22px;
}

.service-modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}

.service-modal-block {
  padding: 22px;
  border-radius: 24px;
  background: rgba(16, 15, 13, 0.82);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: var(--shadow-soft);
}

.service-modal-block h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.service-modal-block ul {
  padding-left: 18px;
}

.service-modal-block li + li {
  margin-top: 8px;
}

.service-modal-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.service-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

.service-modal-close:hover {
  transform: scale(1.05);
}

.service-detail-card:focus-visible,
.service-modal-close:focus-visible {
  outline: 2px solid rgba(247, 223, 155, 0.35);
  outline-offset: 4px;
}

.service-form-header {
  margin-bottom: 20px;
}

.service-form-header h3 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.service-modal-form {
  margin-top: 8px;
}

.service-lead-fields {
  margin-top: 18px;
}

.service-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.service-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}

.service-form-field label {
  color: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-form-field input,
.service-form-field textarea,
.service-option-chip {
  width: 100%;
  color: var(--text);
  background: rgba(18, 17, 15, 0.92);
  border: 1px solid rgba(216, 171, 70, 0.16);
  box-shadow: var(--shadow-soft);
  font: inherit;
  outline: none;
}

.service-form-field input,
.service-form-field textarea {
  padding: 14px 16px;
  border-radius: 18px;
}

.service-form-field input:focus,
.service-form-field textarea:focus {
  border-color: rgba(247, 223, 155, 0.5);
  box-shadow: 0 0 0 4px rgba(216, 171, 70, 0.12);
}

.service-form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.service-options-note {
  margin-top: -2px;
  margin-bottom: 14px;
  font-size: 0.95rem;
}

.service-options-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-option-chip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.service-option-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(247, 223, 155, 0.42);
}

.service-option-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.service-option-chip span {
  color: rgba(245, 234, 214, 0.86);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.25s ease;
}

.service-option-chip:has(input:checked) {
  background: linear-gradient(135deg, #fff1b8 0%, #d8ab46 42%, #9f6f27 100%);
  border-color: transparent;
}

.service-option-chip input:checked + span {
  color: #0b0702;
}

/* ================================
   ANIMATIONS
================================ */

@keyframes fadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatA {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes floatB {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

@keyframes floatC {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.menu-toggle {
  display: none;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-plate {
    min-height: 520px;
  }

  .service-preview-grid,
  .services-grid-full {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid,
  .why {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--container));
    margin: 12px auto;
    padding: 12px;
    border-radius: 28px;
  }

  .topbar,
  .footer,
  .section-head,
  .cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    width: 100%;
    justify-content: flex-start;
  }

  .panel {
    padding: 24px;
    border-radius: 26px;
  }

  .hero {
    padding: 18px 6px 8px;
  }

  .hero h1,
  .services-hero h1 {
    font-size: clamp(2.2rem, 10vw, 4rem);
  }

  .hero-plate {
    min-height: 560px;
    border-radius: 28px;
  }

  .floating-main {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .stats-card {
    right: 24px;
    top: 260px;
    width: 190px;
  }

  .quote-card {
    left: 24px;
    bottom: 24px;
    width: calc(100% - 48px);
  }

  .about-stack,
  .service-preview-grid,
  .why-grid,
  .services-grid-full,
  .service-form-grid,
  .service-modal-content {
    grid-template-columns: 1fr;
  }

  .video-section-text {
    max-width: 100%;
  }

  .marketing-video-card {
    border-radius: 24px;
    padding: 8px;
  }

  .marketing-video {
    border-radius: 18px;
  }

  .service-modal {
    padding: 24px;
    border-radius: 26px;
  }

  .service-modal-top {
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand,
  .brand-logo-link {
    width: 100%;
  }

  .brand-logo-img {
    width: 190px;
  }

  .topbar {
    position: relative;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .nav {
    display: none;
    flex-direction: column;
    gap: 6px;
    padding: 12px;
    border-radius: 22px;
    position: absolute;
    top: calc(100% - 4px);
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 10, 10, 0.97);
    border: 1px solid rgba(216, 171, 70, 0.22);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  }

  .nav.nav-open {
    display: flex;
  }

  .nav a {
    display: flex;
    align-items: center;
    min-height: 46px;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.95rem;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .nav a.btn.btn-dark {
    justify-content: center;
    margin-top: 6px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: rgba(216, 171, 70, 0.10);
    border: 1px solid rgba(216, 171, 70, 0.22);
    border-radius: 14px;
    cursor: pointer;
    flex-shrink: 0;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #d8ab46;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
  }

  .menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2) { opacity: 0; }
  .menu-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .btn,
  .service-modal-actions .btn {
    width: 100%;
  }

  .hero-actions,
  .cta-actions {
    width: 100%;
  }

  .hero-mini-points {
    gap: 10px;
  }

  .hero-mini-points span {
    width: 100%;
  }

  .hero-plate {
    min-height: 620px;
  }

  .floating-main h3 {
    font-size: 1.3rem;
  }

  .stats-card {
    width: calc(100% - 48px);
    top: 270px;
    right: 24px;
  }

  .quote-card {
    bottom: 24px;
  }

  .service-image {
    min-height: 180px;
  }

  .service-options-grid {
    grid-template-columns: 1fr;
  }

  .service-screen-topbar {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .service-top-action {
    flex: 1 1 calc(50% - 6px);
  }

  .service-modal-overlay {
    padding: 14px;
  }

  .service-modal {
    padding: 20px;
  }

  .service-modal-top {
    flex-direction: column;
    padding-right: 0;
  }

  .service-modal-close {
    top: 14px;
    right: 14px;
  }

  .footer-links {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
