:root {
  --navy: #071b3a;
  --navy-2: #0d2b59;
  --blue: #123f7a;
  --gold: #c9a44d;
  --gold-light: #e8d29a;
  --ink: #10223d;
  --muted: #637086;
  --line: #dde4ee;
  --soft: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 27, 58, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Manrope", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(221,228,238,.75); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { width: 196px; flex: 0 0 auto; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 700; color: #40506a; }
.main-nav a:hover { color: var(--navy); }
.nav-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; margin-left: auto; background: none; border: 0; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: .25s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--navy); box-shadow: 0 12px 28px rgba(7,27,58,.16); }
.btn-primary:hover { background: var(--navy-2); }
.btn-ghost { color: var(--navy); background: #f0f4f9; }
.btn-outline { color: var(--navy); border-color: #cdd7e5; background: white; }
.btn-gold { color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 34px rgba(201,164,77,.24); }
.btn-large { min-height: 54px; padding-inline: 28px; }

.hero { position: relative; overflow: hidden; padding: 100px 0 90px; background: radial-gradient(circle at 80% 20%, #edf3fb 0, transparent 38%), linear-gradient(180deg,#fff 0,#fbfcfe 100%); }
.hero::after { content:""; position:absolute; inset:auto -180px -220px auto; width:520px; height:520px; border:1px solid #dce6f3; border-radius:50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content:""; width: 26px; height: 1px; background: currentColor; }
.hero h1 { margin: 20px 0 24px; font-size: clamp(48px, 6vw, 76px); line-height: 1.04; letter-spacing: -.055em; color: var(--navy); }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero-lead { max-width: 650px; font-size: 20px; color: #526078; }
.slogan { font-weight: 800; color: var(--navy); margin: 22px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #627086; font-size: 13px; font-weight: 700; }
.trust-row span::before { content:"✓"; margin-right: 8px; color: var(--gold); }

.hero-art { position: relative; min-height: 500px; display: grid; place-items: center; }
.brand-core { position: relative; z-index: 3; width: 250px; height: 250px; border-radius: 50%; display: grid; place-items: center; padding: 45px; background: white; box-shadow: var(--shadow); }
.orbit { position: absolute; border: 1px solid #cbd9ea; border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 500px; height: 500px; border-style: dashed; opacity: .7; }
.floating-card { position: absolute; z-index: 4; width: 170px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(7,27,58,.12); backdrop-filter: blur(12px); }
.floating-card b, .floating-card span { display: block; }
.floating-card b { color: var(--navy); }
.floating-card span { font-size: 13px; color: var(--muted); }
.card-a { top: 40px; left: 10px; }
.card-b { right: 0; top: 130px; }
.card-c { left: 40px; bottom: 30px; }

.statement { padding: 80px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.statement-grid { display: grid; grid-template-columns: .35fr 1.2fr .7fr; gap: 50px; align-items: start; }
.statement-grid > span { color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.statement h2 { margin: 0; font-size: clamp(30px,4vw,48px); line-height: 1.18; letter-spacing: -.035em; color: var(--navy); }
.statement p { margin: 0; color: var(--muted); font-size: 17px; }

.campaign { position: relative; padding: 110px 0; color: white; background: linear-gradient(135deg, #06162f 0%, #0b2d5c 100%); overflow: hidden; }
.campaign::before { content:""; position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.09); border-radius:50%; right:-180px; top:-180px; }
.campaign-grid { display: grid; grid-template-columns: 1.2fr .72fr; gap: 90px; align-items: center; }
.eyebrow-light { color: var(--gold-light); }
.campaign h2 { margin: 20px 0; font-size: clamp(40px,5vw,62px); line-height: 1.08; letter-spacing: -.045em; }
.campaign-copy > p { color: #d6dfec; font-size: 17px; max-width: 710px; }
.campaign-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 30px; list-style: none; padding: 0; margin: 30px 0 36px; }
.campaign-benefits li { color: #f2f5fa; }
.campaign-benefits li::before { content:"✓"; color: var(--gold-light); margin-right: 10px; font-weight: 800; }
.campaign-panel { padding: 38px; border-radius: 26px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.07); backdrop-filter: blur(12px); }
.campaign-number { display: block; font-size: 96px; line-height: 1; color: var(--gold-light); font-weight: 800; letter-spacing: -.07em; }
.campaign-panel strong { display: block; font-size: 24px; line-height: 1.25; }
.campaign-panel p { color: #d4deeb; }
.campaign-line { height: 1px; background: rgba(255,255,255,.16); margin: 26px 0; }
.campaign-panel small { color: #aebbd0; }

.section { padding: 110px 0; }
.section-soft { background: var(--soft); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head span { color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section-head h2 { margin: 10px 0 14px; font-size: clamp(36px,4.5vw,56px); line-height: 1.12; letter-spacing: -.04em; color: var(--navy); }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.step b { color: var(--gold); font-size: 13px; }
.step h3 { margin: 30px 0 8px; color: var(--navy); font-size: 20px; }
.step p { margin: 0; color: var(--muted); }

.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit { padding: 30px; border-radius: 22px; background: white; border: 1px solid #e7ecf3; }
.icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; background: #edf3fa; color: var(--navy); font-weight: 800; }
.benefit h3 { margin: 24px 0 8px; color: var(--navy); }
.benefit p { margin: 0; color: var(--muted); }
.center-action { text-align: center; margin-top: 42px; }

.partner-section { overflow: hidden; }
.partner-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.partner-visual { min-height: 480px; display: grid; place-items: center; background: linear-gradient(135deg,#f1f5fa,#e7eef7); border-radius: 30px; padding: 40px; }
.store-card { width: min(420px,100%); padding: 38px; border-radius: 26px; background: white; box-shadow: var(--shadow); }
.store-card > span { color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.store-card > strong { display: block; margin-top: 16px; font-size: 34px; line-height: 1.2; color: var(--navy); }
.store-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 34px; }
.store-stats div { padding: 18px; border-radius: 16px; background: var(--soft); }
.store-stats b, .store-stats small { display: block; }
.store-stats b { color: var(--gold); font-size: 28px; }
.store-stats small { color: var(--muted); }
.partner-copy h2 { margin: 16px 0 20px; font-size: clamp(38px,4vw,56px); line-height: 1.12; letter-spacing: -.04em; color: var(--navy); }
.partner-copy > p { font-size: 18px; color: var(--muted); }
.simple-list { list-style: none; padding: 0; margin: 28px 0 34px; }
.simple-list li { margin: 12px 0; color: #42516a; }
.simple-list li::before { content:"✓"; margin-right: 10px; color: var(--gold); font-weight: 800; }

.final-cta { padding: 86px 0; background: var(--navy); color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta span { color: var(--gold-light); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.final-cta h2 { margin: 10px 0 8px; font-size: clamp(34px,4vw,52px); line-height: 1.12; }
.final-cta p { margin: 0; color: #c7d1df; }

.site-footer { padding: 72px 0 28px; background: #f3f6fa; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 50px; }
.footer-brand img { width: 220px; }
.footer-brand p { max-width: 360px; color: var(--muted); }
.footer-grid strong { display: block; color: var(--navy); margin-bottom: 16px; }
.footer-grid a { display: block; color: #56647a; margin: 10px 0; font-size: 14px; }
.footer-grid a:hover { color: var(--navy); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 50px; border-top: 1px solid var(--line); color: #738096; font-size: 13px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .site-header.open .main-nav { display: flex; position: absolute; top: 82px; left: 20px; right: 20px; flex-direction: column; align-items: flex-start; gap: 12px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-header.open .nav-actions { display: flex; position: absolute; top: 286px; left: 40px; right: 40px; z-index: 2; background: white; padding-bottom: 20px; }
  .hero-grid, .campaign-grid, .partner-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 420px; }
  .statement-grid { grid-template-columns: 1fr; gap: 18px; }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px,1180px); }
  .brand { width: 170px; }
  .hero { padding: 70px 0; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 17px; }
  .hero-actions, .nav-actions { flex-direction: column; }
  .btn-large { width: 100%; }
  .hero-art { min-height: 340px; transform: scale(.82); margin: -20px 0; }
  .campaign, .section { padding: 80px 0; }
  .campaign-benefits, .steps-grid, .benefits-grid, .store-stats, .footer-grid { grid-template-columns: 1fr; }
  .campaign-panel { padding: 28px; }
  .campaign-number { font-size: 76px; }
  .partner-visual { min-height: auto; padding: 20px; }
  .store-card { padding: 28px; }
  .final-cta-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
}


/* Planos de assinatura */
.plans-section { background: #fff; }
.plans-head { max-width: 820px; }
.support-banner { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; margin-bottom: 34px; padding: 28px 32px; border: 1px solid #e5d6ad; border-radius: 22px; background: linear-gradient(135deg,#fffaf0,#fff); }
.support-banner strong { display: block; margin-top: 8px; color: var(--navy); font-size: 22px; line-height: 1.3; }
.support-banner p { margin: 0; color: #5d687a; }
.support-kicker { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plans-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 30px 26px 26px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 22px 54px rgba(7,27,58,.1); border-color: #cfdae8; }
.plan-featured { border: 2px solid var(--gold); box-shadow: 0 18px 45px rgba(201,164,77,.16); }
.plan-black { color: #fff; border-color: #102d56; background: linear-gradient(160deg,#071b3a,#0d315f); }
.featured-label { position: absolute; top: -13px; left: 22px; padding: 6px 12px; border-radius: 999px; background: var(--gold); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; align-items: center; }
.plan-name { color: var(--navy); font-size: 23px; font-weight: 800; }
.plan-black .plan-name { color: #fff; }
.saving-badge { padding: 6px 9px; border-radius: 999px; color: #76580e; background: #fff4d5; font-size: 11px; font-weight: 800; white-space: nowrap; }
.price-old { margin-top: 26px; color: #7a8698; font-size: 14px; }
.price-old s { color: #9a4f4f; text-decoration-thickness: 2px; }
.plan-black .price-old { color: #b9c5d6; }
.plan-black .price-old s { color: #f0b5b5; }
.price-new { margin: 4px 0 18px; color: var(--navy); font-size: 44px; font-weight: 800; letter-spacing: -.045em; line-height: 1; }
.price-new span { font-size: 18px; vertical-align: 12px; letter-spacing: 0; }
.price-new small { color: #788498; font-size: 13px; font-weight: 600; letter-spacing: 0; }
.plan-black .price-new { color: var(--gold-light); }
.plan-black .price-new small { color: #b9c5d6; }
.plan-card > p { min-height: 72px; color: var(--muted); }
.plan-black > p { color: #c9d3e2; }
.plan-list { flex: 1; list-style: none; padding: 0; margin: 18px 0 28px; }
.plan-list li { margin: 12px 0; color: #45546b; font-size: 14px; }
.plan-list li::before { content: "✓"; margin-right: 9px; color: var(--gold); font-weight: 800; }
.plan-black .plan-list li { color: #e5ebf3; }
.plan-btn { width: 100%; }
.plans-note { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 28px; color: #69768a; font-size: 13px; text-align: center; }
.plans-note strong { color: var(--navy); }

@media (max-width: 1100px) {
  .plans-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .support-banner { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .plans-grid { grid-template-columns: 1fr; }
  .plan-card > p { min-height: auto; }
}

/* Versão 2.1 — ajuste exclusivo da ilustração do Hero em celulares */
@media (max-width: 640px) {
  .hero-art {
    width: 100%;
    max-width: 360px;
    min-height: 360px;
    margin: 10px auto -6px;
    transform: none;
    overflow: visible;
  }

  .hero-art .orbit-one {
    width: 270px;
    height: 270px;
  }

  .hero-art .orbit-two {
    width: 350px;
    height: 350px;
    opacity: .5;
  }

  .hero-art .brand-core {
    width: 180px;
    height: 180px;
    padding: 34px;
  }

  .hero-art .floating-card {
    width: 138px;
    padding: 14px 16px;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(7,27,58,.11);
  }

  .hero-art .floating-card b {
    font-size: 15px;
    line-height: 1.25;
  }

  .hero-art .floating-card span {
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-art .card-a {
    top: 20px;
    left: 0;
  }

  .hero-art .card-b {
    top: 118px;
    right: 0;
  }

  .hero-art .card-c {
    left: 24px;
    bottom: 14px;
  }
}

@media (max-width: 380px) {
  .hero-art {
    max-width: 330px;
    min-height: 340px;
  }

  .hero-art .orbit-one {
    width: 250px;
    height: 250px;
  }

  .hero-art .orbit-two {
    width: 325px;
    height: 325px;
  }

  .hero-art .brand-core {
    width: 168px;
    height: 168px;
    padding: 32px;
  }

  .hero-art .floating-card {
    width: 130px;
    padding: 13px 14px;
  }

  .hero-art .card-b {
    top: 110px;
  }
}
