@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #05070d;
  --panel: rgba(255,255,255,.075);
  --panel-2: rgba(255,255,255,.115);
  --line: rgba(255,255,255,.15);
  --text: #fff7e8;
  --muted: #c9c1b2;
  --gold: #d9b568;
  --gold-soft: #ffe7a7;
  --blue: #70c8ff;
  --green: #31d985;
  --dark: #080a10;
  --radius: 30px;
  --shadow: 0 32px 90px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(112,200,255,.22), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(217,181,104,.23), transparent 35rem),
    radial-gradient(circle at 50% 95%, rgba(122,89,255,.18), transparent 36rem),
    linear-gradient(135deg, #04050a 0%, #08101d 46%, #130f0a 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

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

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

button, a { -webkit-tap-highlight-color: transparent; }

.stars {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.45) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(217,181,104,.34) 0 1px, transparent 1.5px);
  background-position: 0 0, 38px 58px;
  background-size: 96px 96px, 140px 140px;
  opacity: .16;
}

.ambient {
  position: fixed;
  z-index: -2;
  pointer-events: none;
  border: 1px solid rgba(217,181,104,.12);
  border-radius: 999px;
}

.ambient-a {
  width: 760px;
  height: 760px;
  right: -310px;
  top: -250px;
  box-shadow: inset 0 0 110px rgba(217,181,104,.08), 0 0 100px rgba(217,181,104,.05);
}

.ambient-b {
  width: 560px;
  height: 560px;
  left: -280px;
  bottom: 8vh;
  box-shadow: inset 0 0 110px rgba(112,200,255,.08), 0 0 100px rgba(112,200,255,.04);
}

.shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(5, 7, 13, .76);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 70px rgba(0,0,0,.28);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-family: Cinzel, Georgia, serif;
  font-size: .78rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(217,181,104,.65);
  box-shadow: 0 0 0 4px rgba(217,181,104,.09);
}

.brand strong { color: var(--gold-soft); }

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav a {
  padding: 11px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: .9rem;
  transition: .24s ease;
}

.nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,.08);
}

.nav .nav-cta {
  color: #1c1208;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
}

.menu-btn {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--text);
}

.hero {
  min-height: calc(100vh - 86px);
  padding: 76px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .82fr);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: .17em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(2.55rem, 6.55vw, 6rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.lead {
  max-width: 730px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.3rem);
  line-height: 1.78;
}

.lead strong { color: var(--text); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  min-height: 56px;
  padding: 15px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.1;
  transition: .24s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  color: #1d1408;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 20px 50px rgba(217,181,104,.18);
  cursor: not-allowed;
}

.btn-ghost {
  color: #fff;
  border-color: rgba(49,217,133,.38);
  background: linear-gradient(135deg, rgba(49,217,133,.22), rgba(49,217,133,.08));
  box-shadow: 0 20px 50px rgba(49,217,133,.09);
}

.quick-proof {
  width: fit-content;
  max-width: 100%;
  margin-top: 28px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.065);
}

.quick-proof span {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(49,217,133,.5);
  animation: pulse 1.8s infinite;
}

.quick-proof p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.45;
}

.hero-cover {
  position: relative;
  width: min(390px, 84vw);
  justify-self: center;
}

.cover-light {
  position: absolute;
  inset: 8%;
  z-index: -1;
  border-radius: 42px;
  background: linear-gradient(135deg, rgba(112,200,255,.38), rgba(217,181,104,.38));
  filter: blur(48px);
}

.hero-cover img,
.final-cta img {
  width: 100%;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: var(--shadow);
}

.hero-cover img {
  transform: perspective(1100px) rotateY(-7deg) rotateX(2deg);
}

.statement {
  padding: clamp(30px, 6vw, 66px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 80% 0, rgba(217,181,104,.14), transparent 35rem),
    linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
  box-shadow: 0 28px 90px rgba(0,0,0,.20);
}

.statement h2,
.journey-head h2,
.bridge-copy h2,
.dedication-card h2,
.final-cta h2 {
  max-width: 950px;
  font-size: clamp(2rem, 4.4vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.statement p,
.bridge-copy p,
.final-cta p {
  max-width: 850px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.82;
}

.themes {
  padding: 86px 0 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.theme-card {
  min-height: 320px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 20% 10%, rgba(217,181,104,.16), transparent 54%),
    rgba(255,255,255,.065);
}

.theme-card div {
  margin-bottom: auto;
  color: rgba(217,181,104,.70);
  font-family: Cinzel, Georgia, serif;
  font-size: 2.7rem;
}

.theme-card h3 {
  margin: 32px 0 12px;
  font-size: 1.5rem;
  line-height: 1.14;
}

.theme-card p,
.step p,
.reader-grid span {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.wide-call {
  margin-top: 44px;
  padding: clamp(38px, 7vw, 78px);
  text-align: center;
  border: 1px solid rgba(217,181,104,.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(217,181,104,.15), rgba(112,200,255,.08)),
    rgba(255,255,255,.045);
}

.wide-call span {
  color: var(--gold);
  font-size: .85rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.wide-call h2 {
  max-width: 950px;
  margin: 18px auto 0;
  font-size: clamp(2rem, 4.8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -.045em;
}

.journey {
  padding: 94px 0 34px;
}

.journey-head {
  max-width: 900px;
  margin-bottom: 28px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
}

.step span {
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #1c1208;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  font-weight: 900;
}

.step h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.bridge {
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.reader-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.reader-grid div {
  min-height: 156px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.065);
}

.reader-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.25rem;
}

.quote {
  margin-top: 44px;
  padding: clamp(38px, 7vw, 74px);
  text-align: center;
  border: 1px solid rgba(217,181,104,.2);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0, rgba(217,181,104,.17), transparent 32rem),
    rgba(255,255,255,.045);
}

.quote-symbol {
  color: rgba(217,181,104,.45);
  font-family: Georgia, serif;
  font-size: 8rem;
  line-height: .48;
}

blockquote {
  max-width: 900px;
  margin: 0 auto;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 3.55rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.dedication {
  padding: 78px 0 34px;
}

.dedication-card {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 7vw, 74px);
  border: 1px solid rgba(217,181,104,.22);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0, rgba(217,181,104,.16), transparent 38rem),
    linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: var(--shadow);
}

.dedication-card::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -210px;
  bottom: -210px;
  border: 1px solid rgba(217,181,104,.18);
  border-radius: 50%;
}

.dedication-text {
  max-width: 900px;
  margin: 28px 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.13rem, 2vw, 1.45rem);
  line-height: 1.82;
}

.dedication-text strong {
  color: var(--gold-soft);
  white-space: nowrap;
}

.poem {
  max-width: 700px;
  margin: 40px 0 0 auto;
  padding: 28px;
  border-left: 1px solid rgba(217,181,104,.42);
  border-radius: 0 24px 24px 0;
  background: rgba(0,0,0,.18);
}

.poem p {
  margin: 0;
  color: #fff8e6;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.22rem, 3vw, 2rem);
  line-height: 1.38;
}

.poem span {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
}

.final-cta {
  margin-top: 46px;
  padding: clamp(28px, 5vw, 54px);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.045));
}

.final-cta img {
  border-radius: 20px;
}

.float-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  padding: 15px 18px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #24d366, #128c7e);
  font-weight: 900;
  box-shadow: 0 22px 50px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.18);
}

.footer {
  padding: 44px 0 54px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: rgba(255,247,232,.66);
}

.footer p { margin: 0; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s ease, transform .75s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(49,217,133,.5); }
  70% { box-shadow: 0 0 0 12px rgba(49,217,133,0); }
  100% { box-shadow: 0 0 0 0 rgba(49,217,133,0); }
}

@media (max-width: 980px) {
  .menu-btn { display: block; }

  .topbar { border-radius: 24px; }

  .nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(5,7,13,.96);
    box-shadow: var(--shadow);
  }

  body.menu-open .nav { display: flex; }

  .nav a { text-align: center; padding: 14px; }

  .hero,
  .bridge,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-cover {
    order: -1;
    width: min(330px, 88vw);
  }

  .themes,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    display: block;
  }

  .footer p + p { margin-top: 10px; }
}

@media (max-width: 640px) {
  .shell,
  .topbar {
    width: min(100% - 22px, 1180px);
  }

  .brand {
    max-width: 72%;
    font-size: .66rem;
    white-space: normal;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 13vw, 3.85rem);
  }

  .hero-actions {
    display: grid;
  }

  .btn {
    width: 100%;
  }

  .themes,
  .steps,
  .reader-grid {
    grid-template-columns: 1fr;
  }

  .statement,
  .wide-call,
  .quote,
  .dedication-card,
  .final-cta {
    border-radius: 22px;
  }

  .theme-card {
    min-height: 260px;
  }

  .poem {
    margin-left: 0;
    padding: 22px;
  }

  .final-cta img {
    width: 190px;
  }

  .float-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 13px 15px;
    font-size: .9rem;
  }
}
