  :root{
    --black:#05070C;
    --navy-head:#14213D;
    --gold:#E8B84B;
    --gold-deep:#B8862C;
    --gold-tint:#FBF1DC;
    --blue:#1E6198;
    --blue-tint:#E7F0F8;
    --charcoal:#222222;
    --muted:#6B7280;
    --bg:#F8F7F4;
    --white:#FFFFFF;
    --line:#E5E1D8;
  }
  *{box-sizing:border-box;}
  body{margin:0;}
  .site-root{
    font-family:Calibri,"Segoe UI",Arial,sans-serif;
    color:var(--charcoal);
    background:var(--bg);
  }

  /* ---------- NAV ---------- */
  .topnav{
    display:flex; justify-content:center; gap:28px; padding:16px 24px;
    background:var(--black); position:sticky; top:0; z-index:10;
  }
  .topnav a{ color:#C9C2B3; text-decoration:none; font-size:13px; font-weight:700; letter-spacing:0.5px; }
  .topnav a:hover{ color:var(--gold); }

  /* ---------- HERO (estilo do banner real) ---------- */
  .hero{
    background:var(--black);
    color:var(--white);
    padding:64px 24px 52px;
    position:relative;
    overflow:hidden;
  }
  .hero-waves{
    position:absolute; left:0; right:0; bottom:0; height:55%;
    background:
      radial-gradient(ellipse at 15% 100%, rgba(232,184,75,0.16), transparent 55%),
      radial-gradient(ellipse at 75% 90%, rgba(30,97,152,0.28), transparent 55%);
    pointer-events:none;
  }
  .hero-inner{ max-width:920px; margin:0 auto; position:relative; display:flex; flex-wrap:wrap; gap:36px; align-items:center; justify-content:space-between; }
  .hero-left{ border-left:2.5px solid var(--gold); padding-left:22px; max-width:440px; }
  .hero-eyebrow{ font-size:11.5px; font-weight:700; letter-spacing:2px; text-transform:uppercase; color:#9FB2C7; margin-bottom:10px; }
  .hero-title{ font-family:Georgia,"Times New Roman",serif; font-style:italic; font-size:30px; line-height:1.28; margin:0; }
  .hero-title .line1{ color:var(--white); display:block; }
  .hero-title .line2{ color:var(--gold); display:block; }
  .hero-sub{ font-size:14.5px; color:#C9D2DC; max-width:420px; margin:16px 0 0; line-height:1.6; font-style:normal; }
  .hero-btn{
    display:inline-block; margin-top:22px; padding:11px 24px; border-radius:8px;
    background:var(--gold); color:var(--black); text-decoration:none; font-size:14px; font-weight:700;
  }
  .hero-btn:hover{ background:var(--white); }

  .hero-pillars{ display:flex; align-items:center; gap:14px; }
  .pillar{ display:flex; flex-direction:column; align-items:center; gap:8px; }
  .pillar-circle{
    width:58px; height:58px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    border:1.5px solid var(--blue);
  }
  .pillar-circle.gold{ border-color:var(--gold); }
  .pillar-label{ font-size:10.5px; color:#C9D2DC; white-space:nowrap; }
  .pillar-div{ width:1px; height:40px; background:rgba(255,255,255,0.18); }

  /* ---------- SHARED SECTION WRAP ---------- */
  .section{ max-width:680px; margin:0 auto; padding:52px 24px; scroll-margin-top:56px; }
  .section-eyebrow{ font-size:12px; font-weight:700; letter-spacing:2px; color:var(--gold-deep); text-transform:uppercase; margin-bottom:8px; text-align:center; }
  .section-title{ font-family:Georgia,serif; font-size:26px; font-weight:700; color:var(--navy-head); margin:0 0 12px; text-align:center; }
  .section-body{ font-size:14.5px; color:var(--muted); line-height:1.6; margin:0 0 30px; text-align:center; max-width:480px; margin-left:auto; margin-right:auto; }
  .section-alt{ background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }

  /* ---------- CARDS (masterclasses / formações) ---------- */
  .card{ background:var(--white); border:1px solid var(--line); border-radius:12px; padding:22px 24px; margin-bottom:16px; }
  .card-tag{ display:inline-block; font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:4px 10px; border-radius:999px; margin-bottom:10px; }
  .card-tag.live{ background:var(--blue-tint); color:var(--blue); }
  .card-tag.soon{ background:var(--gold-tint); color:var(--gold-deep); }
  .card-title{ font-family:Georgia,serif; font-size:18px; font-weight:700; color:var(--navy-head); margin:0 0 8px; }
  .card-body{ font-size:13.5px; color:var(--muted); line-height:1.55; margin:0; }
  .card-benefits{ list-style:none; margin:10px 0 0; padding:0; }
  .card-benefits li{
    font-size:13.5px; color:var(--charcoal); line-height:1.45; margin-bottom:8px;
    padding-left:22px; position:relative;
  }
  .card-benefits li::before{
    content:"✓"; position:absolute; left:0; top:0; color:var(--gold-deep); font-weight:700;
  }
  .card-meta{ font-size:12px; color:var(--gold-deep); font-weight:700; margin-top:10px; }

  /* ---------- CHEAT SHEET (bónus pós-diagnóstico) ---------- */
  .cheat-wrap{ display:none; margin-top:18px; }
  .cheat-wrap.show{ display:block; }
  .cheat-table{ width:100%; border-collapse:collapse; background:var(--white); border-radius:10px; overflow:hidden; border:1px solid var(--line); margin-top:10px; }
  .cheat-table th{ background:var(--navy-head); color:var(--white); text-align:left; padding:9px 11px; font-size:12px; }
  .cheat-table td{ padding:9px 11px; font-size:12.5px; border-top:1px solid var(--line); }
  .cheat-table td.fw{ font-weight:700; color:var(--navy-head); white-space:nowrap; }
  .dl-btn{
    margin-top:16px; display:inline-flex; align-items:center; gap:8px;
    background:var(--gold-deep); color:var(--white); border:none; border-radius:8px;
    padding:11px 20px; font-size:13.5px; font-weight:700; cursor:pointer; font-family:Calibri,Arial,sans-serif;
  }
  .dl-btn:hover{ background:var(--navy-head); }

  /* ---------- DIAGNOSTIC ---------- */
  .pmoq-root{ display:flex; justify-content:center; }
  .pmoq-card{ width:100%; max-width:560px; padding:28px 24px; background:var(--bg); border-radius:14px; border:1px solid var(--line); }
  .pmoq-eyebrow{ font-size:12px; font-weight:700; letter-spacing:2px; color:var(--gold-deep); text-transform:uppercase; margin-bottom:6px; }
  .pmoq-h1{ font-family:Georgia,serif; font-weight:700; font-size:22px; color:var(--navy-head); margin:0 0 8px; line-height:1.2; }
  .pmoq-sub{ font-size:14px; color:var(--muted); line-height:1.5; margin:0 0 22px; }
  .pmoq-progress-track{ width:100%; height:6px; background:var(--gold-tint); border-radius:4px; overflow:hidden; margin-bottom:24px; }
  .pmoq-progress-fill{ height:100%; background:var(--gold-deep); border-radius:4px; transition:width .35s ease; width:0%; }
  .pmoq-qnum{ font-size:12px; font-weight:700; color:var(--muted); letter-spacing:1px; margin-bottom:10px; }
  .pmoq-question{ font-family:Georgia,serif; font-size:17px; font-weight:700; color:var(--navy-head); margin:0 0 18px; line-height:1.35; }
  .pmoq-option{ display:flex; align-items:center; gap:12px; width:100%; text-align:left; background:var(--white); border:1.5px solid var(--line); border-radius:10px; padding:13px 15px; margin-bottom:9px; font-size:14.5px; color:var(--charcoal); cursor:pointer; transition:border-color .15s ease, background .15s ease; font-family:Calibri,Arial,sans-serif; }
  .pmoq-option:hover{ border-color:var(--blue); }
  .pmoq-option.selected{ border-color:var(--gold-deep); background:var(--gold-tint); font-weight:700; }
  .pmoq-option:focus-visible{ outline:2px solid var(--blue); outline-offset:2px; }
  .pmoq-nav{ display:flex; justify-content:space-between; margin-top:20px; }
  .pmoq-btn{ font-family:Calibri,Arial,sans-serif; font-size:14px; font-weight:700; padding:11px 22px; border-radius:8px; border:none; cursor:pointer; }
  .pmoq-btn:disabled{ opacity:.4; cursor:not-allowed; }
  .pmoq-btn-primary{ background:var(--navy-head); color:var(--white); }
  .pmoq-btn-primary:hover:not(:disabled){ background:var(--black); }
  .pmoq-btn-ghost{ background:transparent; color:var(--muted); }
  .pmoq-btn-ghost:hover{ color:var(--navy-head); }
  .pmoq-field{ margin-bottom:14px; }
  .pmoq-label{ display:block; font-size:13px; font-weight:700; color:var(--navy-head); margin-bottom:5px; }
  .pmoq-input{ width:100%; padding:11px 13px; border-radius:8px; border:1.5px solid var(--line); font-size:14.5px; font-family:Calibri,Arial,sans-serif; color:var(--charcoal); background:var(--white); }
  .pmoq-consent{ display:flex; gap:10px; align-items:flex-start; font-size:12px; color:var(--muted); margin:16px 0; line-height:1.45; }
  .pmoq-error{ color:#B3261E; font-size:12.5px; margin-top:-8px; margin-bottom:12px; display:none; }
  .pmoq-stepper{ display:flex; align-items:center; justify-content:space-between; margin:24px 0 16px; }
  .pmoq-step{ display:flex; flex-direction:column; align-items:center; flex:1; }
  .pmoq-step-circle{ width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:Georgia,serif; font-weight:700; font-size:16px; color:var(--white); background:var(--navy-head); }
  .pmoq-step.active .pmoq-step-circle{ background:var(--gold-deep); }
  .pmoq-step-label{ font-size:10px; color:var(--muted); margin-top:5px; text-align:center; max-width:74px; }
  .pmoq-step.active .pmoq-step-label{ color:var(--navy-head); font-weight:700; }
  .pmoq-step-line{ flex:0 0 20px; height:2px; background:var(--gold-tint); margin:0 2px 20px; }
  .pmoq-result-title{ font-family:Georgia,serif; font-size:20px; font-weight:700; color:var(--navy-head); text-align:center; margin:6px 0 6px; }
  .pmoq-result-body{ font-size:14px; color:var(--charcoal); line-height:1.55; background:var(--white); border:1px solid var(--line); border-radius:10px; padding:16px 18px; margin:14px 0; }
  .pmoq-cta{ background:var(--navy-head); color:var(--white); border-radius:10px; padding:18px 20px; text-align:center; margin-top:18px; }
  .pmoq-cta-title{ font-family:Georgia,serif; font-size:16px; font-weight:700; margin-bottom:6px; color:var(--gold); }
  .pmoq-cta p{ margin:0 0 4px; font-size:13px; }
  .pmoq-fine{ font-size:11px; color:var(--muted); text-align:center; margin-top:14px; }
  .pmoq-admin-table{ width:100%; border-collapse:collapse; font-size:12px; }
  .pmoq-admin-table th, .pmoq-admin-table td{ border:1px solid var(--line); padding:6px 8px; text-align:left; }
  .pmoq-admin-table th{ background:var(--navy-head); color:var(--white); }

  footer.site-footer{ text-align:center; padding:32px 24px 48px; font-size:12.5px; color:var(--muted); background:var(--black); color:#9FA8B3; }
  footer.site-footer a{ color:var(--gold); text-decoration:none; }

  @media print{
    body *{ visibility:hidden; }
    #cheatprint, #cheatprint *{ visibility:visible; }
    #cheatprint{ position:absolute; left:0; top:0; width:100%; padding:20px; }
    .dl-btn{ display:none; }
  }
  @media (max-width:640px){
    .hero-inner{ flex-direction:column; align-items:flex-start; }
    .hero-pillars{ flex-wrap:wrap; }
  }

  /* ---------- PREÇO E PRÉ-INSCRIÇÃO ---------- */
  .price-row{ margin-top:14px; }
  .price-tag{ font-family:Georgia,serif; font-size:22px; font-weight:700; color:var(--navy-head); }
  .price-note{ font-family:Calibri,sans-serif; font-size:11px; font-weight:700; color:var(--gold-deep); text-transform:uppercase; letter-spacing:0.5px; margin-left:6px; }
  .prereg-btn{
    margin-top:12px; display:inline-block; background:var(--navy-head); color:var(--white);
    border:none; border-radius:8px; padding:10px 18px; font-size:13.5px; font-weight:700;
    cursor:pointer; font-family:Calibri,Arial,sans-serif;
  }
  .prereg-btn:hover{ background:var(--black); }
  .prereg-form{ margin-top:14px; display:none; }
  .prereg-form.show{ display:block; }
  .prereg-form .pmoq-input{ margin-bottom:8px; }
  .prereg-error{ color:#B3261E; font-size:12px; margin-top:-4px; margin-bottom:8px; display:none; }
  .prereg-confirm{ margin-top:12px; font-size:13px; color:var(--gold-deep); font-weight:700; display:none; }

  /* ---------- AVATAR DE APRESENTAÇÃO ---------- */
  .intro-avatar-row{
    display:flex; align-items:center; gap:16px; justify-content:center;
    max-width:480px; margin:0 auto 32px;
  }
  .intro-avatar{
    width:64px; height:64px; border-radius:50%; object-fit:cover;
    border:2px solid var(--gold); flex-shrink:0;
  }
  .intro-avatar-text{
    font-size:13.5px; color:var(--muted); line-height:1.5; margin:0; text-align:left;
    font-style:italic;
  }
  @media (max-width:480px){
    .intro-avatar-row{ flex-direction:column; text-align:center; }
    .intro-avatar-text{ text-align:center; }
  }
