:root {
  --deep: #150b22;
  --deep-2: #211032;
  --plum: #32194a;
  --plum-soft: #4b2864;
  --saffron: #f4a62a;
  --gold: #d8a441;
  --gold-soft: #ffe1a6;
  --sandal: #f6ecdc;
  --cream: #fff8ec;
  --rose: #b96f7b;
  --sage: #8c9b7a;
  --ink: #23182c;
  --muted: #6f6374;
  --white: #ffffff;
  --line: rgba(255, 225, 166, 0.22);
  --shadow: 0 28px 80px rgba(10, 4, 18, 0.32);
  --shadow-soft: 0 18px 50px rgba(42, 20, 63, 0.13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1140px;
  --font-head: "Cormorant Garamond", Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(244, 166, 42, 0.14), transparent 32rem),
    radial-gradient(circle at 88% 8%, rgba(185, 111, 123, 0.18), transparent 28rem),
    linear-gradient(180deg, #fff8ec 0%, #f6ecdc 42%, #fff8ec 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  z-index: -2;
  background-image:
    radial-gradient(circle at center, rgba(216, 164, 65, 0.38) 1px, transparent 1.5px),
    linear-gradient(120deg, rgba(50, 25, 74, 0.04), rgba(244, 166, 42, 0.04));
  background-size: 34px 34px, 100% 100%;
}

img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
}

.section-pad { padding: 92px 0; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--saffron);
  color: var(--deep);
  padding: 10px 14px;
  border-radius: 999px;
  z-index: 50;
}
.skip-link:focus { left: 12px; }

.ambient {
  position: fixed;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}
.ambient-one {
  width: 340px;
  height: 340px;
  background: rgba(244, 166, 42, 0.18);
  left: -140px;
  top: 110px;
}
.ambient-two {
  width: 460px;
  height: 460px;
  background: rgba(75, 40, 100, 0.16);
  right: -180px;
  top: 420px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 236, 0.78);
  border-bottom: 1px solid rgba(50, 25, 74, 0.08);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 230px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--deep);
  background:
    radial-gradient(circle, var(--gold-soft), var(--saffron));
  box-shadow: 0 10px 30px rgba(244, 166, 42, 0.32);
}
.brand strong {
  display: block;
  font-family: var(--font-head);
  font-size: 1.35rem;
  line-height: 1;
  color: var(--plum);
}
.brand small {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: rgba(35, 24, 44, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
}
.nav-links a { transition: color 180ms ease; }
.nav-links a:hover { color: var(--plum); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(50, 25, 74, 0.14);
  background: rgba(255,255,255,0.56);
  border-radius: 14px;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--plum);
  border-radius: 99px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold {
  color: #251124;
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron) 58%, var(--gold));
  box-shadow: 0 16px 42px rgba(244, 166, 42, 0.34);
}
.btn-ghost {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 225, 166, 0.25);
}
.btn-small { min-height: 42px; padding-inline: 16px; font-size: 0.86rem; }
.btn-full { width: 100%; }

.hero {
  position: relative;
  color: var(--cream);
  padding-top: 76px;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 166, 42, 0.22), transparent 24rem),
    radial-gradient(circle at 78% 28%, rgba(185, 111, 123, 0.22), transparent 26rem),
    linear-gradient(145deg, var(--deep), var(--plum) 62%, #1b0e28);
  overflow: hidden;
}
.hero::before {
  content: "ॐ";
  position: absolute;
  right: 4vw;
  top: 90px;
  font-family: var(--font-head);
  font-size: clamp(9rem, 18vw, 18rem);
  line-height: 1;
  color: rgba(255, 225, 166, 0.055);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% -10%;
  height: 300px;
  background: radial-gradient(ellipse at center, rgba(244, 166, 42, 0.16), transparent 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.76fr);
  gap: 56px;
  align-items: center;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.eyebrow span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--font-head);
  letter-spacing: -0.035em;
  line-height: 0.96;
}
h1 {
  margin-bottom: 24px;
  max-width: 820px;
  font-size: clamp(3.35rem, 7.4vw, 6.65rem);
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  color: var(--plum);
}
h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 248, 236, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.22rem);
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.trust-strip span {
  display: inline-flex;
  padding: 10px 13px;
  border: 1px solid rgba(255, 225, 166, 0.2);
  border-radius: 999px;
  color: rgba(255, 248, 236, 0.76);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.86rem;
  font-weight: 700;
}

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.mandala-orbit {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  opacity: 0.48;
  background:
    repeating-conic-gradient(from 0deg, rgba(255, 225, 166, 0.16) 0deg 6deg, transparent 6deg 14deg),
    radial-gradient(circle, transparent 48%, rgba(255, 225, 166, 0.12) 49%, transparent 51%);
  animation: rotateSlow 38s linear infinite;
}
@keyframes rotateSlow { to { transform: rotate(360deg); } }

.phone-mockup {
  position: relative;
  width: min(100%, 350px);
  border-radius: 42px;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  border: 1px solid rgba(255, 225, 166, 0.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.phone-top {
  display: flex;
  gap: 7px;
  padding: 6px 8px 14px;
}
.phone-top span,
.browser-bar span,
.demo-nav span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 225, 166, 0.6);
}
.mock-hero {
  min-height: 280px;
  border-radius: 30px;
  padding: 28px 22px;
  text-align: center;
  display: grid;
  align-content: center;
  justify-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(244, 166, 42, 0.28), transparent 9rem),
    linear-gradient(160deg, rgba(27, 16, 40, 0.94), rgba(75, 40, 100, 0.95));
}
.lotus-symbol {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: var(--gold-soft);
  border: 1px solid rgba(255, 225, 166, 0.28);
  background: rgba(255, 255, 255, 0.06);
  font-size: 2rem;
}
.mock-hero p,
.desktop-copy p,
.demo-screen p {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.mock-hero h2 {
  color: var(--cream);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 18px;
}
.mock-hero button,
.desktop-inner button,
.demo-screen button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  padding: 0 16px;
  color: #241124;
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron));
  font-weight: 900;
  font-size: 0.78rem;
}
.mock-card-row {
  display: grid;
  grid-template-columns: 1fr 74px;
  gap: 12px;
  margin-top: 12px;
}
.mock-card-row > div,
.mock-testimonial {
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 248, 236, 0.12);
  border: 1px solid rgba(255, 225, 166, 0.16);
}
.mock-card-row strong { display: block; color: var(--cream); font-size: 0.86rem; }
.mock-card-row small { color: rgba(255, 248, 236, 0.64); font-size: 0.74rem; }
.qr-mini {
  min-height: 74px;
  background:
    linear-gradient(90deg, rgba(255,248,236,0.8) 12%, transparent 12% 22%, rgba(255,248,236,0.8) 22% 34%, transparent 34% 48%, rgba(255,248,236,0.8) 48% 62%, transparent 62% 74%, rgba(255,248,236,0.8) 74%),
    linear-gradient(rgba(255,248,236,0.8) 14%, transparent 14% 28%, rgba(255,248,236,0.8) 28% 42%, transparent 42% 54%, rgba(255,248,236,0.8) 54% 70%, transparent 70%);
  background-color: rgba(21, 11, 34, 0.6) !important;
}
.mock-testimonial {
  margin-top: 12px;
  color: rgba(255, 248, 236, 0.74);
  font-size: 0.86rem;
  line-height: 1.5;
}

.section-heading {
  max-width: 770px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}
.align-left { text-align: left; margin-inline: 0; }

.problem-grid,
.feature-grid,
.audience-grid,
.portfolio-grid {
  display: grid;
  gap: 18px;
}
.problem-grid { grid-template-columns: repeat(4, 1fr); }
.feature-grid { grid-template-columns: repeat(4, 1fr); }
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.portfolio-grid { grid-template-columns: repeat(3, 1fr); }

.problem-card,
.feature-card,
.audience-card,
.demo-card,
.step,
.price-card,
details {
  border: 1px solid rgba(50, 25, 74, 0.09);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}
.problem-card,
.feature-card,
.audience-card,
.step {
  padding: 24px;
  border-radius: var(--radius-sm);
}
.problem-card p,
.feature-card p,
.audience-card p,
.step p,
.demo-copy p,
.price-card li,
.price-card small,
details p,
.solution-copy p,
.sacred-list li,
.pricing-copy p {
  color: var(--muted);
  line-height: 1.65;
}
.icon,
.feature-card span,
.audience-card span,
.step strong {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--plum);
  background: linear-gradient(135deg, rgba(255, 225, 166, 0.88), rgba(244, 166, 42, 0.32));
  font-weight: 900;
}
.feature-card span { color: #3d2415; }
.audience-card span { font-size: 1.25rem; }

.solution {
  position: relative;
  background:
    radial-gradient(circle at 10% 10%, rgba(185, 111, 123, 0.10), transparent 24rem),
    linear-gradient(180deg, rgba(255,255,255,0.34), rgba(246,236,220,0.58));
}
.solution-grid,
.pricing-grid,
.process-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}
.solution-copy h2,
.pricing-copy h2 { max-width: 650px; }
.desktop-mockup {
  border-radius: var(--radius);
  padding: 14px;
  background: linear-gradient(150deg, var(--deep), var(--plum));
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 225, 166, 0.24);
  transform: rotate(-2deg);
}
.browser-bar,
.demo-nav {
  display: flex;
  gap: 7px;
  padding: 8px 10px 14px;
}
.desktop-inner {
  min-height: 310px;
  padding: 34px;
  border-radius: 20px;
  display: grid;
  align-content: end;
  background:
    radial-gradient(circle at 74% 20%, rgba(244, 166, 42, 0.24), transparent 8rem),
    linear-gradient(135deg, rgba(255,248,236,0.08), rgba(255,248,236,0.02));
}
.desktop-copy h3 {
  max-width: 420px;
  color: var(--cream);
  font-family: var(--font-head);
  font-size: 2.65rem;
  line-height: 0.98;
}
.desktop-copy small { display: block; margin-bottom: 20px; color: rgba(255,248,236,0.72); }
.sacred-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}
.sacred-list li {
  position: relative;
  padding-left: 30px;
}
.sacred-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
}

.included { background: rgba(255, 248, 236, 0.72); }
.feature-card { min-height: 210px; }

.for {
  background:
    linear-gradient(145deg, rgba(21, 11, 34, 0.96), rgba(50, 25, 74, 0.96)),
    radial-gradient(circle at 15% 10%, rgba(244,166,42,0.18), transparent 22rem);
}
.for h2 { color: var(--cream); }
.for .section-heading p:not(.eyebrow) { color: rgba(255, 248, 236, 0.72); }
.audience-card {
  background: rgba(255, 248, 236, 0.08);
  border-color: rgba(255, 225, 166, 0.16);
  color: var(--cream);
}
.audience-card p { color: rgba(255, 248, 236, 0.68); }

.demo-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.68);
}
.demo-screen {
  min-height: 360px;
  padding: 18px;
  display: grid;
  align-content: end;
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.demo-screen::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid rgba(255, 225, 166, 0.2);
  background: repeating-conic-gradient(rgba(255,225,166,0.13) 0deg 8deg, transparent 8deg 18deg);
}
.demo-screen h3 {
  position: relative;
  font-family: var(--font-head);
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 8px;
}
.demo-screen p,
.demo-screen button,
.demo-lines,
.astro-chart { position: relative; }
.tarot { background: linear-gradient(150deg, #26113b, #6b375f); }
.astrology { background: linear-gradient(150deg, #191235, #3d286c); }
.yoga { background: linear-gradient(150deg, #25311f, #7b5b2f); }
.demo-lines { display: grid; gap: 8px; margin-top: 20px; }
.demo-lines span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 248, 236, 0.18);
}
.demo-lines span:nth-child(2) { width: 78%; }
.demo-lines span:nth-child(3) { width: 56%; }
.astro-chart {
  width: 120px;
  height: 120px;
  margin-top: 20px;
  border: 1px solid rgba(255, 225, 166, 0.36);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 49%, rgba(255,225,166,0.28) 50%, transparent 51%),
    linear-gradient(-45deg, transparent 49%, rgba(255,225,166,0.28) 50%, transparent 51%),
    radial-gradient(circle, transparent 54%, rgba(255,225,166,0.23) 55%, transparent 57%);
}
.demo-copy { padding: 22px; }

.process { background: rgba(246, 236, 220, 0.72); }
.steps { display: grid; gap: 16px; }
.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 4px 18px;
  align-items: start;
}
.step strong {
  grid-row: span 2;
  margin-bottom: 0;
  width: 54px;
  height: 54px;
}
.step h3 { margin-bottom: 6px; }
.step p { margin-bottom: 0; }

.pricing {
  background:
    radial-gradient(circle at 80% 10%, rgba(244,166,42,0.14), transparent 25rem),
    linear-gradient(180deg, rgba(255,248,236,0.98), rgba(246,236,220,0.86));
}
.price-card {
  position: relative;
  max-width: 480px;
  justify-self: end;
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid rgba(216, 164, 65, 0.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,248,236,0.82));
}
.price-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(244, 166, 42, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
}
.price-card h3 { font-size: 1.34rem; }
.price {
  margin: 16px 0 4px;
  color: var(--plum);
  font-family: var(--font-head);
  font-size: 5rem;
  line-height: 0.9;
  font-weight: 700;
}
.price-note { color: var(--rose); font-weight: 900; }
.price-card ul {
  padding: 0;
  margin: 26px 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.price-card li {
  position: relative;
  padding-left: 28px;
}
.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}
.price-card small { display: block; margin-top: 14px; text-align: center; }

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
details {
  border-radius: 18px;
  padding: 0 22px;
}
summary {
  list-style: none;
  padding: 22px 0;
  color: var(--plum);
  font-weight: 900;
  cursor: pointer;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  float: right;
  color: var(--gold);
  font-size: 1.3rem;
}
details[open] summary::after { content: "−"; }
details p { margin-bottom: 22px; }

.final-cta {
  padding-top: 40px;
}
.final-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(44px, 7vw, 82px) 24px;
  border-radius: 38px;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 0%, rgba(244,166,42,0.28), transparent 20rem),
    linear-gradient(140deg, var(--deep), var(--plum));
  box-shadow: var(--shadow);
}
.final-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto 50%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: repeating-conic-gradient(rgba(255,225,166,0.12) 0deg 7deg, transparent 7deg 16deg);
  opacity: 0.5;
}
.final-symbol,
.final-card h2,
.final-card p,
.final-card .btn { position: relative; }
.final-symbol {
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--deep);
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron));
  font-size: 1.5rem;
}
.final-card h2 {
  max-width: 760px;
  margin-inline: auto;
  color: var(--cream);
}
.final-card p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255,248,236,0.75);
  line-height: 1.7;
}

.footer {
  padding: 30px 0 92px;
  color: var(--muted);
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-top: 1px solid rgba(50, 25, 74, 0.1);
  padding-top: 24px;
}
.footer p { margin: 0; }
.footer button {
  border: 0;
  background: transparent;
  color: var(--plum);
  font-weight: 900;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: #251124;
  background: linear-gradient(135deg, var(--gold-soft), var(--saffron));
  box-shadow: 0 14px 38px rgba(21, 11, 34, 0.26);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .section-pad { padding: 72px 0; }
  .hero-grid,
  .solution-grid,
  .pricing-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .hero-visual { min-height: 480px; }
  .problem-grid,
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid,
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .price-card { justify-self: stretch; max-width: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 24px, var(--container)); }
  .nav { min-height: 68px; }
  .brand small { display: none; }
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border-radius: 22px;
    background: rgba(255, 248, 236, 0.98);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(50, 25, 74, 0.1);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px 12px; }
  .nav-links .btn { margin-top: 8px; }

  .hero { padding-top: 52px; }
  h1 { font-size: clamp(3.1rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .btn-ghost { background: rgba(255, 255, 255, 0.09); }
  .trust-strip span { width: 100%; justify-content: center; }
  .hero-visual { min-height: 440px; }
  .mandala-orbit { width: 360px; height: 360px; }
  .phone-mockup { width: min(100%, 330px); }

  .problem-grid,
  .feature-grid,
  .audience-grid,
  .portfolio-grid { grid-template-columns: 1fr; }
  .section-heading { text-align: left; margin-inline: 0; }
  .desktop-mockup { transform: none; }
  .desktop-inner { min-height: 280px; padding: 26px; }
  .desktop-copy h3 { font-size: 2.2rem; }
  .step { grid-template-columns: 1fr; }
  .step strong { grid-row: auto; }
  .price { font-size: 4.2rem; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .floating-whatsapp { left: 12px; right: 12px; bottom: 12px; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
