@font-face {
  font-family: "Nourd";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/nourd-regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Nourd";
  font-style: normal;
  font-weight: 700 900;
  src: url("./assets/nourd-bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "LT Saeada";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/ltsaeada-regular.otf") format("opentype");
  font-display: swap;
}

:root {
  --navy: #001829;
  --blue: #002c4b;
  --mid-blue: #004977;
  --gold: #e6c69e;
  --cream: #f8f4ee;
  --white: #fff;
  --ink: #152a3a;
  --muted: #66747e;
  --serif: "LT Saeada", Georgia, serif;
  --sans: "Nourd", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.wrap { width: min(calc(100% - 40px), 1200px); margin-inline: auto; }
.section { padding: 110px 0; }
.page-loader {
  align-items: center;
  background: var(--navy);
  display: flex;
  flex-direction: column;
  gap: 22px;
  inset: 0;
  justify-content: center;
  opacity: 1;
  position: fixed;
  transition: opacity .7s ease, visibility .7s ease;
  visibility: visible;
  z-index: 100;
}
.page-loader img { animation: loaderPulse 1.2s ease-in-out infinite; height: 78px; object-fit: contain; width: 78px; }
.page-loader span { background: rgba(230,198,158,.18); height: 1px; overflow: hidden; position: relative; width: 110px; }
.page-loader span::after { animation: loaderLine 1.1s ease-in-out infinite; background: var(--gold); content: ""; inset: 0; position: absolute; transform: translateX(-100%); }
.page-loader.loaded { opacity: 0; visibility: hidden; }
.scroll-progress { background: transparent; height: 2px; left: 0; position: fixed; right: 0; top: 0; z-index: 90; }
.scroll-progress span { background: var(--gold); display: block; height: 100%; transform: scaleX(0); transform-origin: left; width: 100%; }
.cursor-glow { background: rgba(230,198,158,.13); border-radius: 50%; filter: blur(2px); height: 260px; left: 0; pointer-events: none; position: fixed; top: 0; transform: translate(-50%, -50%); transition: opacity .3s; width: 260px; z-index: 0; }
@keyframes loaderPulse { 50% { opacity: .55; transform: scale(.94); } }
@keyframes loaderLine { 50% { transform: translateX(100%); } 100% { transform: translateX(100%); } }
.campaign-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  left: 0;
  padding: 0 max(20px, calc((100vw - 1200px) / 2));
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 12px; }
.campaign-header .brand { flex-direction: column; gap: 0; text-align: center; }
.campaign-header .brand img { height: 126px; object-fit: contain; width: 126px; }
.campaign-header .brand strong { color: var(--gold); display: block; font: 300 25px/.95 var(--serif); letter-spacing: -.02em; margin-top: -18px; }
.brand-proof { color: rgba(255,255,255,.56); font-size: 13px; letter-spacing: .035em; margin: 16px 0 0; text-align: center; }
.campaign-footer .brand img { height: 50px; object-fit: contain; width: 50px; }
.campaign-footer .brand strong { color: var(--gold); display: block; font: 300 20px/1 var(--serif); }
.campaign-footer .brand small { color: rgba(255,255,255,.46); display: block; font-size: 10px; letter-spacing: .18em; margin-top: 6px; text-transform: uppercase; }

.hero { background: var(--navy); color: white; min-height: 1080px; overflow: hidden; padding: 245px 0 150px; position: relative; }
.hero-image { animation: heroBreath 14s ease-in-out infinite alternate; height: 106%; inset: -3%; object-fit: cover; object-position: center; opacity: .48; position: absolute; width: 106%; will-change: transform; }
.hero-overlay { background: linear-gradient(180deg, rgba(0,24,41,.86) 0%, rgba(0,24,41,.68) 42%, rgba(0,24,41,.92) 100%), radial-gradient(circle at 50% 30%, rgba(0,73,119,.18), rgba(0,24,41,.72) 72%); inset: 0; position: absolute; }
.orb { border: 1px solid rgba(230,198,158,.14); border-radius: 50%; position: absolute; }
.orb-one { height: 460px; right: -180px; top: 70px; width: 460px; }
.orb-two { height: 260px; right: -60px; top: 170px; width: 260px; }
.hero-content { position: relative; z-index: 2; }
.hero-copy { margin-inline: auto; max-width: 930px; text-align: center; }
.kicker, .eyebrow { color: #a57f50; font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.kicker { align-items: center; background: rgba(230,198,158,.09); border: 1px solid rgba(230,198,158,.28); color: var(--gold); display: flex; gap: 12px; justify-content: center; margin-inline: auto; padding: 10px 16px; width: fit-content; }
h1, h2 { font-family: var(--serif); font-weight: 300; letter-spacing: -.025em; margin: 0; }
h1 { font-size: clamp(62px, 7.2vw, 108px); line-height: .91; margin: 28px auto 0; max-width: 880px; }
h1 em, h2 em { color: var(--gold); display: block; font-weight: 300; }
.hero-description { color: rgba(255,255,255,.67); font-size: 20px; line-height: 1.6; margin: 30px auto 0; max-width: 700px; }
.event-pills { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 34px; }
.event-pill { align-items: center; background: rgba(255,255,255,.055); border: 1px solid rgba(230,198,158,.18); display: flex; gap: 12px; padding: 12px 16px; }
.event-pill svg { fill: none; height: 20px; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; width: 20px; }
.event-pill small, .event-pill strong { display: block; }
.event-pill small { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.event-pill strong { font-size: 14px; font-weight: 600; margin-top: 2px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 700; gap: 22px; justify-content: center; letter-spacing: .14em; min-height: 56px; padding: 15px 27px; text-transform: uppercase; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--gold); color: var(--navy); margin-top: 36px; }
.button-primary:hover { background: white; box-shadow: 0 15px 40px rgba(0,0,0,.18); }
.microcopy { color: rgba(255,255,255,.38); font-size: 12px; margin: 12px 0 0; }
.hero-card { align-items: center; background: rgba(0,24,41,.82); border: 1px solid rgba(230,198,158,.32); box-shadow: 0 35px 90px rgba(0,0,0,.25); display: grid; gap: 34px; grid-template-columns: auto 1px 1fr auto; margin: 52px auto 0; max-width: 960px; padding: 26px 30px; position: relative; text-align: left; backdrop-filter: blur(15px); }
.hero-card::before { border-right: 1px solid var(--gold); border-top: 1px solid var(--gold); content: ""; height: 65px; position: absolute; right: -1px; top: -1px; width: 65px; }
.card-label { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .19em; margin: 0; text-transform: uppercase; }
.price { align-items: flex-start; display: flex; margin-top: 10px; }
.price sup { color: var(--gold); font-size: 16px; margin-top: 8px; }
.price strong { font-size: 54px; font-weight: 400; letter-spacing: -.06em; line-height: .86; }
.price > span { color: rgba(255,255,255,.5); font-size: 14px; margin-top: 13px; }
.price-detail { color: rgba(255,255,255,.46); font-size: 11px; margin: 8px 0 0; }
.card-rule { background: rgba(230,198,158,.2); height: 100%; margin: 0; width: 1px; }
.hero-card ul { list-style: none; margin: 0; padding: 0; }
.hero-card li { color: rgba(255,255,255,.65); display: flex; font-size: 13px; gap: 12px; margin-top: 8px; }
.hero-card li:first-child { margin-top: 0; }
.hero-card li span { color: var(--gold); }
.button-card { background: var(--gold); color: var(--navy); margin-top: 0; white-space: nowrap; }
.button-card:hover { background: white; }
.countdown-bar { align-items: center; background: var(--gold); bottom: 0; color: var(--navy); display: flex; gap: 35px; justify-content: center; left: 0; min-height: 86px; padding: 12px 30px; position: absolute; right: 0; z-index: 3; }
.countdown-bar > p { font: 300 17px var(--serif); margin: 0; }
.countdown { align-items: center; display: flex; gap: 10px; }
.countdown > span { align-items: baseline; display: flex; gap: 5px; }
.countdown strong { font-size: 27px; }
.countdown small { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.countdown i { font-size: 20px; font-style: normal; opacity: .35; }
@keyframes heroBreath { from { scale: 1; } to { scale: 1.04; } }

.proof-strip { background: #00121f; color: white; overflow: hidden; padding: 33px 0; }
.proof-track { animation: proofMarquee 26s linear infinite; display: flex; width: max-content; }
.proof-strip:hover .proof-track { animation-play-state: paused; }
.proof-track article { align-items: center; border-right: 1px solid rgba(230,198,158,.19); display: flex; gap: 18px; min-width: 310px; padding: 0 48px; }
.proof-track strong { color: var(--gold); font: 300 38px/1 var(--serif); white-space: nowrap; }
.proof-track span { color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .12em; line-height: 1.4; max-width: 110px; text-transform: uppercase; }
@keyframes proofMarquee { to { transform: translateX(-50%); } }

.section-heading { margin: 0 auto 58px; max-width: 670px; text-align: center; }
h2 { color: var(--navy); font-size: clamp(44px, 5vw, 68px); line-height: 1.05; margin-top: 18px; }
.section-heading h2 em { display: inline; }
.section-heading > p:last-child, .journey-copy > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.7; }
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit { border-left: 1px solid #ded7cd; min-height: 310px; padding: 28px 34px; position: relative; }
.benefit:last-child { border-right: 1px solid #ded7cd; }
.benefit-number { color: #a8afb4; font-size: 11px; letter-spacing: .15em; }
.benefit-icon { align-items: center; background: var(--navy); border-radius: 50%; color: var(--gold); display: flex; font: 300 28px var(--serif); height: 58px; justify-content: center; margin-top: 40px; width: 58px; }
.benefit h3 { color: var(--navy); font: 300 27px var(--serif); margin: 24px 0 12px; }
.benefit p { color: var(--muted); line-height: 1.7; margin: 0; }
.benefit::after { background: var(--gold); bottom: 0; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .55s cubic-bezier(.22,1,.36,1); width: 100%; }
.benefit:hover::after { transform: scaleX(1); }
.benefit:hover .benefit-icon { background: var(--gold); color: var(--navy); transform: rotate(8deg) scale(1.06); }
.benefit-icon { transition: background .35s, color .35s, transform .35s; }

.cinema { align-items: flex-end; background: var(--navy); color: white; display: flex; min-height: min(830px, 90vh); overflow: hidden; padding: 100px 0; position: relative; }
.cinema-video {
  border: 0;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 177.78vh;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
}
.cinema-overlay { background: linear-gradient(90deg, rgba(0,24,41,.95), rgba(0,24,41,.55) 55%, rgba(0,24,41,.18)), linear-gradient(0deg, rgba(0,24,41,.75), transparent 60%); inset: 0; position: absolute; }
.cinema-content { align-items: flex-end; display: flex; justify-content: space-between; position: relative; z-index: 2; }
.cinema-content h2 { color: white; max-width: 760px; }
.cinema-content h2 em { display: inline; }
.circle-cta { align-items: center; background: rgba(230,198,158,.12); border: 1px solid rgba(230,198,158,.7); border-radius: 50%; color: var(--gold); display: flex; flex: 0 0 auto; flex-direction: column; height: 145px; justify-content: center; margin-left: 50px; transition: background .35s, color .35s, transform .35s; width: 145px; }
.circle-cta span { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.circle-cta b { font: 300 24px var(--serif); margin-top: 8px; }
.circle-cta:hover { background: var(--gold); color: var(--navy); transform: rotate(5deg) scale(1.05); }
.cinema-caption { bottom: 28px; color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .16em; position: absolute; right: 35px; text-transform: uppercase; z-index: 2; }

.journey { background: var(--cream); }
.journey-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: .78fr 1.22fr; }
.journey-copy h2 em { display: inline; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { align-items: center; border-top: 1px solid #ddd4c8; display: flex; gap: 28px; padding: 30px 0; }
.steps li:last-child { border-bottom: 1px solid #ddd4c8; }
.steps li > span { align-items: center; border: 1px solid #cdb897; border-radius: 50%; color: #9a7447; display: flex; flex: 0 0 auto; font: 300 22px var(--serif); height: 54px; justify-content: center; width: 54px; }
.steps h3 { color: var(--navy); font: 300 25px var(--serif); margin: 0; }
.steps p { color: var(--muted); margin: 7px 0 0; }

.lead-section { background: var(--navy); color: white; overflow: hidden; position: relative; }
.lead-background { background: radial-gradient(circle at 20% 50%, #00456f 0, transparent 37%), radial-gradient(circle at 85% 20%, rgba(230,198,158,.12), transparent 28%); inset: 0; position: absolute; }
.lead-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; position: relative; }
.eyebrow.light { color: var(--gold); }
.lead-copy h2 { color: white; }
.lead-copy > p:not(.eyebrow) { color: rgba(255,255,255,.6); font-size: 18px; line-height: 1.7; }
.lead-event { border-bottom: 1px solid rgba(230,198,158,.22); border-top: 1px solid rgba(230,198,158,.22); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; padding: 23px 0; }
.lead-event div + div { border-left: 1px solid rgba(230,198,158,.2); padding-left: 20px; }
.lead-event small, .lead-event strong { display: block; }
.lead-event small { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.lead-event strong { color: var(--gold); font-size: 20px; margin-top: 6px; }
.lead-action-card { background: white; color: var(--navy); padding: 64px 52px; text-align: center; transform-style: preserve-3d; transition: transform .15s ease-out; }
.lead-action-kicker { color: #9a7447; font-size: 11px; font-weight: 700; letter-spacing: .14em; margin: 0; text-transform: uppercase; }
.lead-action-card h3 { font: 300 38px/1.15 var(--serif); margin: 18px auto 0; max-width: 520px; }
.lead-action-card > p:not(.lead-action-kicker) { color: #66747e; font-size: 16px; line-height: 1.7; margin: 20px auto 0; max-width: 520px; }
.button-submit { background: var(--gold); color: var(--navy); margin-top: 32px; width: 100%; }
.button-submit:hover { background: var(--navy); color: white; }
.external-registration-button[aria-disabled="true"] { cursor: default; }
.lead-action-card small { color: #889198; display: block; font-size: 11px; margin-top: 14px; }

.faq-grid { display: grid; gap: 100px; grid-template-columns: .6fr 1.4fr; }
.accordion { border-top: 1px solid #ddd4c8; }
.accordion details { border-bottom: 1px solid #ddd4c8; padding: 23px 0; }
.accordion summary { align-items: center; color: var(--navy); cursor: pointer; display: flex; font-size: 19px; font-weight: 600; justify-content: space-between; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: #b68e5b; font-size: 28px; font-weight: 300; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { color: var(--muted); line-height: 1.7; margin: 15px 40px 0 0; }

.campaign-footer { background: #000f1a; color: white; padding: 34px 0; }
.campaign-footer .wrap { align-items: center; display: flex; justify-content: space-between; }
.campaign-footer p { color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.mobile-cta { display: none; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .hero { padding-top: 220px; }
  .hero-card { gap: 24px; grid-template-columns: auto 1px 1fr; max-width: 720px; }
  .button-card { grid-column: 1 / -1; width: 100%; }
  .benefits { grid-template-columns: 1fr; }
  .benefit, .benefit:last-child { border: 0; border-top: 1px solid #ded7cd; min-height: auto; padding: 30px 10px; }
  .benefit-icon { margin-top: 22px; }
  .journey-grid, .lead-grid, .faq-grid { gap: 55px; grid-template-columns: 1fr; }
  .cinema-content { align-items: flex-start; flex-direction: column; gap: 40px; }
  .circle-cta { margin-left: 0; }
}

@media (max-width: 600px) {
  body { padding-bottom: 72px; }
  .wrap { width: min(calc(100% - 32px), 1200px); }
  .campaign-header { height: 68px; padding-inline: 16px; }
  .campaign-header { top: 30px; }
  .campaign-header .brand { gap: 0; }
  .campaign-header .brand img { height: 96px; width: 96px; }
  .campaign-header .brand strong { font-size: 21px; margin-top: -14px; }
  .brand-proof { font-size: 11px; line-height: 1.4; margin-top: 12px; max-width: 310px; }
  .hero { min-height: auto; padding: 172px 0 150px; }
  h1 { font-size: 56px; }
  .kicker { font-size: 10px; letter-spacing: .15em; line-height: 1.5; max-width: 100%; padding: 9px 12px; text-align: center; }
  .hero-description { font-size: 17px; }
  .event-pills { display: grid; grid-template-columns: 1fr 1fr; }
  .event-pill:last-child { grid-column: span 2; }
  .button-primary { width: 100%; }
  .microcopy { text-align: center; }
  .hero-card { display: block; padding: 28px 24px; text-align: center; }
  .price { justify-content: center; }
  .card-rule { height: 1px; margin: 24px 0; width: 100%; }
  .hero-card ul { display: inline-block; text-align: left; }
  .button-card { margin-top: 26px; }
  .countdown-bar { align-items: flex-start; flex-direction: column; gap: 8px; padding: 15px 20px; }
  .countdown-bar > p { font-size: 14px; }
  h2 { font-size: 43px; }
  .section { padding: 65px 0; }
  .section-heading { text-align: left; }
  .lead-action-card { margin-inline: -4px; padding: 42px 24px; }
  .lead-action-card h3 { font-size: 31px; }
  .lead-event { gap: 10px; }
  .lead-event div + div { padding-left: 10px; }
  .lead-event strong { font-size: 17px; }
  .campaign-footer { display: none; }
  .cinema { min-height: 680px; padding: 70px 0; }
  .circle-cta { height: 115px; width: 115px; }
  .proof-track article { min-width: 260px; padding: 0 34px; }
  .cursor-glow { display: none; }
  .mobile-cta { align-items: center; background: var(--gold); bottom: 0; color: var(--navy); display: flex; height: 72px; justify-content: space-between; left: 0; padding: 10px 18px; position: fixed; right: 0; z-index: 50; }
  .mobile-cta small, .mobile-cta strong { display: block; }
  .mobile-cta small { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-cta strong { font-size: 18px; margin-top: 3px; }
  .mobile-cta b { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-image, .proof-track, .page-loader img, .page-loader span::after { animation: none; }
}

/* Identidade visual do site institucional 2026 */
:root {
  --navy: #002c4b;
  --blue: #003a63;
  --mid-blue: #0b537e;
  --gold: #e6c69e;
  --cream: #f8f4ee;
  --ink: #34465a;
  --muted: #697b8d;
}

.page-loader { background: var(--cream); }
.page-loader img { animation: loaderPulse 1.2s ease-in-out infinite; height: auto; width: 230px; }
.page-loader span { background: rgba(0,44,75,.15); }
.page-loader span::after,
.scroll-progress span { background: var(--gold); }
.cursor-glow { background: rgba(230,198,158,.12); }

.campaign-header {
  background: transparent;
  box-shadow: none;
  min-height: 0;
  padding: 0;
  position: absolute;
  top: 24px;
}
.campaign-header .brand { display: block; }
.campaign-header .brand img {
  height: auto;
  max-width: 205px;
  opacity: .96;
  width: min(42vw, 205px);
  filter: drop-shadow(0 5px 15px rgba(0,43,82,.2));
}

.hero {
  background: var(--navy);
  min-height: 930px;
  padding: 150px 0 145px;
}
.hero-image { opacity: .5; }
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(0,44,75,.82) 0%, rgba(0,58,99,.72) 45%, rgba(0,24,41,.94) 100%),
    radial-gradient(circle at 50% 25%, rgba(230,198,158,.16), transparent 46%);
}
.orb { border-color: rgba(255,255,255,.16); }
.kicker {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.42);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .11em;
  padding: 11px 20px;
}
h1 {
  font-family: var(--serif);
  font-size: clamp(62px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: .94;
}
h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero-description {
  color: rgba(255,255,255,.85);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}
.event-pill {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.32);
  border-radius: 999px;
  padding: 12px 18px;
}
.event-pill svg { stroke: var(--gold); }
.event-pill small { color: rgba(255,255,255,.6); }
.button {
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .08em;
  min-height: 54px;
  padding-inline: 30px;
}
.button-primary,
.button-card,
.button-submit {
  border: 2px solid transparent;
  background: var(--gold);
  color: var(--navy);
}
.button-primary:hover,
.button-card:hover,
.button-submit:hover {
  background: transparent;
  border-color: var(--gold);
  box-shadow: none;
  color: var(--gold);
}
.hero-card {
  background: #fff;
  border: 0;
  border-radius: 26px;
  box-shadow: 0 28px 75px rgba(0,39,77,.28);
  color: var(--ink);
}
.hero-card::before { display: none; }
.card-label { color: var(--navy); }
.price sup { color: var(--gold); }
.price strong { color: var(--navy); }
.price > span,
.price-detail { color: #758799; }
.card-rule { background: #dce7ef; }
.hero-card li { color: #596d80; }
.hero-card li span { color: var(--gold); }
.microcopy { color: rgba(255,255,255,.65); }
.countdown-bar { background: var(--gold); color: var(--navy); }

.proof-strip { background: #001829; }
.proof-track article { border-color: rgba(255,255,255,.15); }
.proof-track strong { color: var(--gold); font-family: var(--sans); font-weight: 700; }
.proof-track span { color: rgba(255,255,255,.72); }

h2 {
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: -.035em;
}
h2 em {
  color: var(--gold);
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
}
.eyebrow { color: var(--gold); font-weight: 700; letter-spacing: .12em; }
.why { background: #fff; }
.benefits { gap: 22px; }
.benefit,
.benefit:last-child {
  background: #f3f8fc;
  border: 1px solid #e0ebf3;
  border-radius: 24px;
  min-height: 315px;
  padding: 32px;
}
.benefit::after { background: var(--gold); border-radius: 0 0 24px 24px; }
.benefit-icon { background: var(--navy); color: #fff; }
.benefit:hover .benefit-icon { background: var(--gold); color: #fff; }
.benefit h3,
.steps h3 { color: var(--navy); font-family: var(--sans); font-weight: 700; }
.journey { background: var(--cream); }
.steps li { border-color: #d7e4ed; }
.steps li > span {
  background: #fff;
  border-color: #bad5e8;
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 700;
}

.cinema { background: var(--navy); }
.cinema-overlay {
  background:
    linear-gradient(90deg, rgba(0,24,41,.95), rgba(0,44,75,.56) 58%, rgba(0,58,99,.18)),
    linear-gradient(0deg, rgba(0,24,41,.8), transparent 60%);
}
.circle-cta {
  background: rgba(230,198,158,.14);
  border-color: var(--gold);
  border-width: 2px;
  color: #fff;
}
.circle-cta:hover {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}

.lead-section { background: var(--navy); }
.lead-background {
  background:
    radial-gradient(circle at 18% 50%, #0b537e 0, transparent 40%),
    radial-gradient(circle at 90% 10%, rgba(230,198,158,.18), transparent 30%);
}
.lead-event { border-color: rgba(255,255,255,.25); }
.lead-event div + div { border-color: rgba(255,255,255,.2); }
.lead-event strong { color: var(--gold); }
.lead-action-card {
  border-radius: 28px;
  box-shadow: 0 25px 70px rgba(0,39,77,.25);
}
.accordion { border-color: #d7e4ed; }
.accordion details { border-color: #d7e4ed; }
.accordion summary { color: var(--navy); }
.accordion summary span { color: var(--gold); }
.campaign-footer { background: var(--gold); color: var(--navy); }
.campaign-footer .brand img { height: auto; width: 190px; }
.campaign-footer p { color: rgba(0,44,75,.62); }

@media (max-width: 900px) {
  .hero { padding-top: 135px; }
  .benefit,
  .benefit:last-child { padding: 30px; }
}

@media (max-width: 600px) {
  .campaign-header {
    height: auto;
    min-height: 0;
    padding: 0;
    top: 21px;
  }
  .campaign-header .brand img { height: auto; width: 165px; }
  .hero { padding: 120px 0 140px; }
  h1 { font-size: 57px; }
  .kicker { border-radius: 18px; font-size: 9px; padding: 9px 13px; }
  .event-pill { border-radius: 16px; padding: 12px 14px; }
  .hero-card { border-radius: 22px; }
  .benefit,
  .benefit:last-child { border: 1px solid #e0ebf3; border-radius: 20px; padding: 28px 24px; }
  .lead-action-card { border-radius: 22px; }
  .mobile-cta { background: var(--navy); color: #fff; }
  .mobile-cta b { background: var(--gold); border-radius: 999px; color: var(--navy); padding: 11px 15px; }
}
