:root {
  --ink: #f8fbff;
  --muted: #a7b0c2;
  --soft: #d9def0;
  --night: #090f1c;
  --night-2: #0d1424;
  --panel: #111a2e;
  --panel-2: #151f36;
  --purple: #9d35ff;
  --purple-2: #6c24e8;
  --magenta: #b51a82;
  --yellow: #d8ff35;
  --blue-line: rgba(155, 115, 255, 0.26);
  --line: rgba(255, 255, 255, 0.1);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 53, 255, 0.2), transparent 24rem),
    linear-gradient(180deg, #080d19 0%, #0b1020 46%, #090d18 100%);
}

body.modal-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.shell {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
}

.promo-strip {
  position: relative;
  z-index: 30;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.62rem 1rem;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), transparent 20rem),
    linear-gradient(90deg, #651287 0%, #a0187a 50%, #64198c 100%);
  font-size: 0.86rem;
}

.promo-strip strong {
  font-weight: 900;
}

.promo-strip span {
  color: var(--yellow);
  font-weight: 900;
}

.masthead {
  position: absolute;
  inset: 2.8rem 0 auto;
  z-index: 25;
  padding: 1rem 0;
}

.masthead-shell,
.masthead-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img {
  width: 132px;
  filter: drop-shadow(0 0 18px rgba(157, 53, 255, 0.26));
}

.nav-link,
.top-link {
  color: rgba(248, 251, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
}

.top-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(160, 93, 255, 0.42);
  border-radius: 8px;
  background: rgba(8, 13, 25, 0.44);
  backdrop-filter: blur(14px);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 2.8rem);
  padding: 7rem 0 3.2rem;
  background: var(--night);
}

.hero-backdrop,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background:
    linear-gradient(180deg, rgba(8, 13, 25, 0.42), rgba(8, 13, 25, 0.97)),
    url("assets/hero-instagram-desktop.jpg") center / cover no-repeat;
  opacity: 0.58;
}

.hero-shade {
  background:
    radial-gradient(circle at 50% 18%, rgba(157, 53, 255, 0.3), transparent 18rem),
    radial-gradient(circle at 72% 36%, rgba(181, 26, 130, 0.22), transparent 18rem),
    linear-gradient(180deg, rgba(8, 13, 25, 0), #080d19 96%);
}

.hero-shell {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 2rem;
  text-align: center;
}

.hero-copy {
  max-width: 940px;
  padding-top: 3rem;
}

.eyebrow,
.section-kicker,
.intake-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.95rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(157, 53, 255, 0.58);
  border-radius: 999px;
  color: #efe4ff;
  background: rgba(157, 53, 255, 0.12);
  font-size: 0.78rem;
  font-weight: 900;
}

h1,
h2 {
  margin: 0;
  color: #fff;
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(2.7rem, 6.2vw, 5.7rem);
  line-height: 1.02;
  font-weight: 900;
}

h2 {
  max-width: 860px;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  line-height: 1.06;
  font-weight: 900;
}

.hero-lead,
.hero-note,
.section-head p,
.step p,
.audience-card p,
.offer-strip p,
.final-shell p,
.faq p,
.showcase-caption span {
  line-height: 1.7;
}

.hero-lead {
  max-width: 760px;
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.24rem);
  font-weight: 700;
}

.hero-actions,
.center-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.55rem;
}

.hero-note {
  margin: 1rem 0 0;
  color: #cfd5e5;
  font-size: 0.95rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.92rem 1.4rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover,
.top-link:hover,
.nav-link:hover,
.whatsapp-float:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(90deg, #8d2df2, #b55bff);
  color: #fff;
  font-weight: 900;
  box-shadow:
    0 18px 42px rgba(157, 53, 255, 0.34),
    0 0 34px rgba(157, 53, 255, 0.2);
}

.button-primary span {
  margin-right: 0.55rem;
  font-size: 1.1rem;
  line-height: 1;
}

.button-secondary {
  border: 1px solid rgba(160, 93, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 900;
}

.button-block {
  width: 100%;
}

.secure-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.secure-line span {
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(160, 93, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-showcase {
  width: min(920px, 100%);
}

.showcase-window {
  padding: 0.8rem;
  border: 1px solid rgba(160, 93, 255, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(157, 53, 255, 0.18), transparent 30%),
    rgba(14, 20, 36, 0.74);
  box-shadow: var(--shadow);
}

.showcase-window img {
  width: 100%;
  border-radius: 12px;
}

.showcase-caption {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.85rem 0.2rem 0;
  color: var(--muted);
}

.showcase-caption strong {
  color: #fff;
}

.comparison,
.steps,
.audience,
.included,
.offer-strip,
.faq,
.final-cta {
  padding: 4.6rem 0;
}

.section-head {
  max-width: 840px;
  margin-bottom: 2rem;
}

.section-head.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-head p {
  max-width: 720px;
  margin: 0.95rem 0 0;
  color: var(--muted);
  font-weight: 700;
}

.section-head.center p {
  margin-right: auto;
  margin-left: auto;
}

.comparison,
.audience,
.faq {
  background: #0b1020;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.compare-card,
.step,
.audience-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(17, 26, 46, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.compare-card {
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
}

.compare-good {
  border-color: rgba(157, 53, 255, 0.4);
  background:
    radial-gradient(circle at top, rgba(157, 53, 255, 0.18), transparent 18rem),
    rgba(17, 26, 46, 0.9);
}

.compare-title {
  display: grid;
  gap: 0.3rem;
}

.compare-title span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-title strong {
  color: #fff;
  font-size: 1.35rem;
}

.compare-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--soft);
  line-height: 1.55;
}

.compare-card li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--magenta);
}

.compare-good li::before {
  background: var(--yellow);
}

.compare-total {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  border-radius: 12px;
  background: #080d19;
}

.compare-total span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.compare-total strong {
  color: #fff;
}

.steps,
.included,
.final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(157, 53, 255, 0.14), transparent 20rem),
    #080d19;
}

.steps-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 2rem;
  align-items: start;
}

.step-list {
  display: grid;
  gap: 1rem;
}

.step {
  padding: 1.2rem;
}

.step span,
.audience-card span {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: var(--yellow);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.step strong,
.audience-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #fff;
  font-size: 1.08rem;
}

.step p,
.audience-card p {
  margin: 0;
  color: var(--muted);
}

.audience-grid,
.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.audience-card {
  min-height: 220px;
  padding: 1.2rem;
}

.included-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.included-grid span {
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 1rem;
  border: 1px solid rgba(160, 93, 255, 0.18);
  border-radius: 12px;
  background: rgba(17, 26, 46, 0.78);
  color: var(--soft);
  font-weight: 900;
}

.offer-strip {
  padding-top: 0;
  background: #080d19;
}

.offer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.6rem;
  border: 1px solid rgba(160, 93, 255, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(8, 13, 25, 0.97), rgba(49, 20, 82, 0.72)),
    url("assets/hero-instagram-desktop.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.offer-shell p {
  max-width: 720px;
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.faq-shell {
  max-width: 920px;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq details {
  padding: 1rem 1.1rem;
}

.faq summary {
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.faq p {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.final-cta {
  text-align: center;
}

.final-shell {
  display: grid;
  justify-items: center;
}

.final-shell p {
  max-width: 690px;
  margin: 0.95rem auto 1.4rem;
  color: var(--muted);
  font-weight: 700;
}

.footer {
  padding: 1.4rem 0;
  color: var(--muted);
  background: #080d19;
  border-top: 1px solid var(--line);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer img {
  width: 118px;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(90deg, #8d2df2, #b55bff);
  box-shadow: 0 18px 42px rgba(157, 53, 255, 0.26);
  transition: transform 180ms ease;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 920px) {
  .nav-link {
    display: none;
  }

  .hero {
    padding-top: 6.2rem;
  }

  .hero-backdrop {
    background:
      linear-gradient(180deg, rgba(8, 13, 25, 0.36), rgba(8, 13, 25, 0.98)),
      url("assets/hero-instagram-mobile.jpg") center top / cover no-repeat;
  }

  .compare-grid,
  .steps-grid,
  .audience-grid,
  .included-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: auto;
  }

  .offer-shell,
  .footer-shell,
  .showcase-caption {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 1.1rem, var(--max));
  }

  .promo-strip {
    flex-direction: column;
    gap: 0.15rem;
    font-size: 0.8rem;
  }

  .masthead {
    inset: 3.7rem 0 auto;
  }

  .brand img {
    width: 112px;
  }

  .top-link {
    min-height: 38px;
    padding: 0.5rem 0.78rem;
    font-size: 0.84rem;
  }

  .hero {
    min-height: calc(100svh - 3.7rem);
    padding-bottom: 2.4rem;
  }

  .hero-copy {
    padding-top: 2.4rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .comparison,
  .steps,
  .audience,
  .included,
  .offer-strip,
  .faq,
  .final-cta {
    padding: 3.2rem 0;
  }

  .compare-card,
  .step,
  .audience-card,
  .included-grid span,
  .offer-shell {
    padding: 1rem;
  }

  .whatsapp-float {
    right: 0.7rem;
    bottom: 0.7rem;
  }
}
