
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Inter',sans-serif;background:var(--white);color:var(--gray-text);line-height:1.65;}
:root{
  --navy:#0D1F3C; --navy2:#081629; --navy-mid:#162847;
  --gold:#C9A84C; --gold-light:#E8D5A3; --white:#FFFFFF;
  --gray-bg:#F4F5F7; --gray-border:#E2E4E8; --gray-text:#3D3D3D; --gray-muted:#6b7a8d;
  --red:#B3413A;
}
.dropdown{position:relative;}
.dropdown::after{content:"";position:absolute;top:100%;left:0;width:100%;height:10px;}
.dropdown-menu{position:absolute;top:100%;left:0;margin-top:10px;background:#0a1628;border:1px solid rgba(201,168,76,.2);border-radius:6px;min-width:240px;padding:.4rem 0;z-index:200;opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .2s ease, transform .2s ease, visibility .2s ease;}
.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}
.dropdown-right .dropdown-menu{left:auto;right:0;}
.dropdown-menu a{display:block;padding:.6rem 1.25rem;font-size:12px;color:#b0bcd0;text-decoration:none;}
.dropdown-menu a:hover{color:#c9a84c;background:rgba(201,168,76,.06);}
.hdr{background:var(--navy);padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:72px;border-bottom:1px solid rgba(201,168,76,.2);position:sticky;top:0;z-index:100;}
.logo-wrap{display:flex;align-items:center;gap:13px;text-decoration:none;}
.logo-text{display:flex;flex-direction:column;}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--white);letter-spacing:0.03em;line-height:1.1;}
.logo-slogan{font-family:'Inter',sans-serif;font-size:8px;font-weight:400;letter-spacing:0.18em;color:var(--gold);text-transform:uppercase;margin-top:3px;}
.nav{display:flex;gap:2rem;align-items:center;}
.nav a{font-size:13px;color:rgba(255,255,255,0.6);text-decoration:none;letter-spacing:.02em;transition:color .2s;}
.nav a:hover,.nav a.ativo{color:var(--gold);}
.btn-hdr{background:var(--gold);color:var(--navy);font-family:'Inter',sans-serif;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:9px 22px;border:none;border-radius:3px;cursor:pointer;}
.menu-toggle{display:none;} .mobile-menu-overlay{display:none;} .mobile-menu{display:none;}

/* HERO (padrão com capa em card, igual às demais páginas de curso) */
.hero{position:relative;min-height:480px;display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;background:var(--navy);overflow:hidden;}
.hero-cnt{position:relative;z-index:2;padding:4.5rem 4rem;display:flex;flex-direction:column;justify-content:center;order:-1;}
.hero-cnt h1{font-family:'Cormorant Garamond',serif;font-size:42px;font-weight:600;color:var(--white);line-height:1.18;margin-bottom:1.3rem;max-width:660px;}
.hero-cnt p{font-size:15.5px;color:rgba(255,255,255,.72);line-height:1.85;margin-bottom:2.2rem;max-width:500px;}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.hero-cover-wrap{position:relative;display:flex;align-items:center;justify-content:center;padding:3rem;}
.hero-cover-glow{position:absolute;width:64%;aspect-ratio:1/1;border-radius:50%;background:radial-gradient(circle, rgba(201,168,76,.18) 0%, rgba(201,168,76,0) 72%);pointer-events:none;}
.hero-cover-card{position:relative;width:100%;max-width:360px;aspect-ratio:1/1;border-radius:8px;overflow:hidden;border:1px solid rgba(201,168,76,.4);box-shadow:0 34px 70px -12px rgba(0,0,0,.55);}
.hero-cover-card::after{content:'';position:absolute;top:-9px;left:-9px;width:26px;height:26px;border-top:2px solid var(--gold);border-left:2px solid var(--gold);pointer-events:none;}
.hero-cover-card img{width:100%;height:100%;object-fit:cover;display:block;}

/* HERO / RISCO DETALHADO (segunda seção, logo abaixo do hero) */
.hero-risco{position:relative;background:var(--navy2);padding:4.5rem 4rem;overflow:hidden;}
.hero-risco::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 85% 20%, rgba(201,168,76,.10) 0%, rgba(201,168,76,0) 45%);pointer-events:none;}
.hero-inner{position:relative;max-width:1180px;margin:0 auto;}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;gap:12px;margin-bottom:1.1rem;}
.eyebrow-line{flex:none;width:32px;height:1px;background:var(--gold);}
.hero-risco h1{font-family:'Cormorant Garamond',serif;font-size:38px;font-weight:600;color:var(--white);line-height:1.28;max-width:820px;margin-bottom:2rem;}
.hero-risco h1 em{font-style:normal;color:var(--gold);}
.risco-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-bottom:2.5rem;max-width:720px;}
.risco-list li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:rgba(255,255,255,.72);line-height:1.6;}
.risco-list li::before{content:'!';flex-shrink:0;width:20px;height:20px;border-radius:50%;background:rgba(179,65,58,.18);color:#e08981;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.conseq-label{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.1rem;}
.conseq-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.08);border-radius:8px;overflow:hidden;margin-bottom:2.5rem;}
.conseq-item{background:var(--navy2);padding:1.5rem 1.25rem;font-size:13.5px;color:rgba(255,255,255,.82);line-height:1.45;font-weight:500;}
.hero-risco-cta{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--white);line-height:1.5;margin-bottom:2rem;max-width:640px;}
.hero-risco-cta strong{color:var(--gold);font-weight:600;}
.btn-gold{background:var(--gold);color:var(--navy);font-size:13px;font-weight:600;padding:14px 28px;border-radius:4px;border:none;cursor:pointer;font-family:'Inter',sans-serif;letter-spacing:.03em;transition:opacity .2s;text-decoration:none;display:inline-block;}
.btn-gold:hover{opacity:.88;}
.btn-outline-wh{background:transparent;color:var(--white);font-size:13px;font-weight:500;padding:13px 26px;border-radius:4px;border:1px solid rgba(255,255,255,.35);cursor:pointer;font-family:'Inter',sans-serif;letter-spacing:.03em;transition:border-color .2s,color .2s;text-decoration:none;display:inline-block;}
.btn-outline-wh:hover{border-color:var(--gold);color:var(--gold);}
.hero-line{position:absolute;left:0;bottom:0;width:100%;height:3px;background:var(--gold);}

/* FAIXA DE CONFIANCA */
.trust{background:var(--navy2);padding:1.5rem 4rem;}
.trust-inner{max-width:1180px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;}
.trust-main{font-size:13px;color:var(--gold);font-weight:600;}
.trust-tags{display:flex;flex-wrap:wrap;gap:1.75rem;}
.trust-tags span{font-size:12px;color:rgba(255,255,255,.62);}

/* SECOES BASE */
.sec-white{background:var(--white);padding:5.5rem 4rem;}
.sec-gray{background:var(--gray-bg);padding:5.5rem 4rem;}
.sec-dark{background:var(--navy);padding:5.5rem 4rem;}
.sec-title{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;color:var(--navy);line-height:1.25;margin-bottom:.5rem;}
.sec-title.lt{color:var(--white);}
.gold-bar{width:40px;height:2px;background:var(--gold);margin:.8rem 0 2.2rem;}
.sec-sub{font-size:15px;color:var(--gray-muted);line-height:1.78;max-width:700px;margin-bottom:2.5rem;}
.sec-sub.lt{color:rgba(255,255,255,.62);}
.text-center{text-align:center;} .mx-auto{margin-left:auto;margin-right:auto;}

/* TAGS DE RISCO (reused: maior erro + digital mudou) */
.risk-tags{display:flex;flex-wrap:wrap;gap:.85rem;max-width:920px;margin:0 auto 2rem;justify-content:center;}
.risk-tag{background:rgba(179,65,58,.07);border:1px solid rgba(179,65,58,.28);color:#8a2f28;font-size:13.5px;font-weight:500;padding:.65rem 1.25rem;border-radius:24px;}
.risk-note{font-family:'Cormorant Garamond',serif;font-size:19px;font-style:italic;color:var(--navy);text-align:center;max-width:760px;margin:0 auto 2.2rem;line-height:1.55;}
.risk-note.lt{color:rgba(255,255,255,.85);}

/* LISTA DUAS COLUNAS (temas / outcomes / feito para) */
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 2.5rem;max-width:920px;margin:0 auto;}
.check-grid li{list-style:none;display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:var(--gray-text);line-height:1.55;}
.check-grid svg{flex-shrink:0;width:19px;height:19px;margin-top:2px;}
.check-grid.lt li{color:rgba(255,255,255,.75);}

/* INSTRUTOR */
.instrutor-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:3.5rem;align-items:start;max-width:1180px;margin:0 auto;}
.instrutor-photo{position:relative;background:linear-gradient(160deg, var(--navy) 0%, var(--navy-mid) 100%);border-radius:10px;overflow:hidden;}
.instrutor-photo img{width:100%;height:auto;display:block;}
.instrutor-name{font-family:'Cormorant Garamond',serif;font-size:28px;font-weight:600;color:var(--navy);margin-bottom:1.1rem;}
.instrutor-bio p{font-size:15px;color:#4a5a6e;line-height:1.85;margin-bottom:1.1rem;}
.instrutor-tags{list-style:none;display:flex;flex-direction:column;gap:.55rem;margin:1.3rem 0 1.6rem;}
.instrutor-tags li{font-size:14px;color:var(--navy);font-weight:500;display:flex;gap:10px;align-items:center;}
.instrutor-tags li::before{content:'';width:16px;height:1.5px;background:var(--gold);flex-shrink:0;}

/* ACCORDION (modulos + faq) */
.curriculo-wrap{max-width:880px;margin:0 auto;}
.mod-item{border-bottom:1px solid var(--gray-border);}
.mod-item:first-child{border-top:1px solid var(--gray-border);}
.mod-head{display:flex;align-items:center;gap:1.5rem;width:100%;background:none;border:none;padding:1.4rem .5rem;cursor:pointer;text-align:left;font-family:'Inter',sans-serif;}
.mod-num{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--gold-light);width:38px;flex-shrink:0;}
.mod-title{flex:1;font-size:15px;font-weight:600;color:var(--navy);line-height:1.4;}
.mod-caret{flex-shrink:0;width:18px;height:18px;color:var(--gold);transition:transform .25s ease;}
.mod-item.open .mod-caret{transform:rotate(180deg);}
.mod-panel{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.mod-item.open .mod-panel{max-height:400px;}
.mod-panel-inner{padding:0 .5rem 1.5rem 3.6rem;}
.mod-panel-inner ul{list-style:none;display:flex;flex-direction:column;gap:.55rem;}
.mod-panel-inner li{font-size:13.5px;color:var(--gray-muted);line-height:1.6;position:relative;padding-left:16px;}
.mod-panel-inner li::before{content:'';position:absolute;left:0;top:8px;width:6px;height:1.5px;background:var(--gold);}
.faq-head .faq-title{font-size:15px;font-weight:600;color:var(--navy);flex:1;}
.faq-panel-inner{padding:0 .5rem 1.5rem 0;}
.faq-panel-inner p{font-size:14px;color:var(--gray-muted);line-height:1.75;}

/* CTA FINAL */
.cta-f{background:var(--gold);padding:5.5rem 4rem;text-align:center;position:relative;overflow:hidden;}
.cta-f::before{content:'';position:absolute;right:-120px;top:-120px;width:360px;height:360px;border-radius:50%;border:1px solid rgba(13,31,60,.1);}
.cta-f h2{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;color:var(--navy);line-height:1.32;margin-bottom:1rem;max-width:680px;margin-left:auto;margin-right:auto;position:relative;}
.cta-f p{font-size:15px;color:rgba(13,31,60,.75);margin-bottom:2.2rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.78;position:relative;}
.btn-dk{background:var(--navy);color:var(--white);font-size:13px;font-weight:600;padding:14px 28px;border-radius:4px;border:none;cursor:pointer;font-family:'Inter',sans-serif;letter-spacing:.03em;transition:opacity .2s;text-decoration:none;display:inline-block;position:relative;}
.btn-dk:hover{opacity:.88;}

/* WHATSAPP GRUPO + CONTATO */
.wa-sec{background:var(--navy2);padding:4rem;}
.wa-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
.wa-card{background:var(--navy-mid);border-radius:10px;padding:2.2rem;text-align:center;}
.wa-card h3{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:600;color:var(--white);margin-bottom:.6rem;}
.wa-card p{font-size:13.5px;color:rgba(255,255,255,.6);margin-bottom:1.5rem;}

/* FOOTER */
.ftr{background:#060e1c;padding:3.5rem 4rem 2rem;}
.ftr-g{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2.5rem;}
.ftr h4{font-size:11px;font-weight:700;color:var(--gold);margin-bottom:1.1rem;letter-spacing:.1em;text-transform:uppercase;}
.ftr ul{list-style:none;}
.ftr li{font-size:13px;color:rgba(255,255,255,.5);padding:5px 0;}
.ftr a{color:inherit;text-decoration:none;transition:color .2s;}
.ftr a:hover{color:var(--gold);}
.ftr-divider{border:none;border-top:.5px solid rgba(255,255,255,.08);margin-bottom:1.5rem;}
.ftr-bot{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.ftr-logo{display:flex;align-items:center;gap:12px;}
.ftr-logo-text{display:flex;flex-direction:column;}
.ftr-logo-name{font-family:'Cormorant Garamond',serif;font-size:15px;font-weight:600;color:rgba(255,255,255,.7);line-height:1.1;}
.ftr-logo-slogan{font-size:8px;font-weight:600;letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin-top:3px;}
.ftr-copy{font-size:11px;color:rgba(255,255,255,.25);letter-spacing:.05em;}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;min-height:auto;}
  .hero-cover-wrap{padding:2.5rem 2rem;}
  .hero-cover-card{max-width:280px;}
  .hero-cnt{padding:3rem 2rem;}
  .hero-cnt h1{font-size:30px;max-width:100%;}
  .hero-cnt p{max-width:100%;}
  .hero-risco{padding:3rem 2rem;}
  .hero-risco h1{font-size:28px;}
  .conseq-grid{grid-template-columns:1fr 1fr;}
  .trust{padding:1.5rem 2rem;}
  .trust-inner{flex-direction:column;align-items:flex-start;}
  .sec-white,.sec-gray,.sec-dark{padding:3.5rem 2rem;}
  .check-grid{grid-template-columns:1fr;}
  .instrutor-wrap{grid-template-columns:1fr;gap:2rem;}
  .instrutor-photo{max-width:320px;margin:0 auto;}
  .cta-f{padding:3.5rem 2rem;}
  .wa-sec{padding:3rem 2rem;}
  .wa-inner{grid-template-columns:1fr;}
  .ftr{padding:3rem 1.5rem 1.5rem;}
  .ftr-g{grid-template-columns:1fr 1fr;}
  .ftr-bot{flex-direction:column;align-items:flex-start;}
  .mod-panel-inner{padding-left:2.5rem;}

  .nav{display:none;}
  .btn-hdr{display:none;}
  .menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;}
  .menu-toggle span{display:block;width:24px;height:2px;background:var(--gold);border-radius:2px;transition:transform .25s ease,opacity .2s ease;}
  .menu-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .menu-toggle.open span:nth-child(2){opacity:0;}
  .menu-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
  .mobile-menu-overlay{display:block;position:fixed;top:72px;left:0;right:0;bottom:0;background:rgba(6,14,28,.6);z-index:998;opacity:0;pointer-events:none;transition:opacity .3s ease;}
  .mobile-menu-overlay.open{opacity:1;pointer-events:auto;}
  .mobile-menu{display:flex;flex-direction:column;position:fixed;top:72px;right:0;height:calc(100% - 72px);width:80%;max-width:320px;background:var(--navy2);z-index:999;padding:1.25rem 1.5rem 2rem;overflow-y:auto;transform:translateX(100%);visibility:hidden;transition:transform .3s ease,visibility 0s linear .3s;box-shadow:-12px 0 32px rgba(0,0,0,.35);}
  .mobile-menu.open{transform:translateX(0);visibility:visible;transition:transform .3s ease,visibility 0s linear 0s;}
  .mobile-menu a,.mobile-menu .mm-toggle{display:block;width:100%;text-align:left;background:none;border:none;color:rgba(255,255,255,.85);font-family:'Inter',sans-serif;font-size:15px;padding:14px 2px;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;cursor:pointer;}
  .mobile-menu .mm-toggle{display:flex;align-items:center;justify-content:space-between;}
  .mm-caret{color:var(--gold);font-size:12px;transition:transform .2s ease;}
  .mm-group.open .mm-caret{transform:rotate(180deg);}
  .mm-submenu{max-height:0;overflow:hidden;transition:max-height .25s ease;}
  .mm-group.open .mm-submenu{max-height:260px;}
  .mm-submenu a{padding-left:1rem;font-size:13.5px;color:rgba(255,255,255,.6);border-bottom:none;}
  .mobile-menu .mm-cta{margin-top:auto;margin-bottom:0;background:var(--gold)!important;color:var(--navy)!important;text-align:center;font-weight:600;border-radius:6px;padding:16px 20px!important;border-bottom:none!important;letter-spacing:.02em;}
}
@media(max-width:560px){
  html,body{overflow-x:hidden;}
  .hero-cnt{padding:2.4rem 1.25rem;}
  .hero-cnt h1{font-size:28px;line-height:1.14;overflow-wrap:anywhere;}
  .hero-cnt p{font-size:14px;line-height:1.7;}
  .hero-btns{flex-direction:column;align-items:stretch;}
  .hero-btns a{width:100%;text-align:center;}
  .hero-cover-wrap{padding:1.75rem 1.25rem 2.25rem;}
  .hero-cover-card{max-width:min(280px,100%);}
  .hero-risco{padding:2.5rem 1.25rem;}
  .hero-risco h1{overflow-wrap:anywhere;}
  .eyebrow{font-size:10px;gap:8px;letter-spacing:.12em;}
  .eyebrow-line{width:22px;}
  .risk-tags{justify-content:flex-start;}
  .risk-tag{width:100%;text-align:left;}
  .mod-head{gap:.85rem;}
  .mod-panel-inner{padding-left:1.25rem;}
  .wa-card{padding:1.6rem 1.25rem;}
  .conseq-grid{grid-template-columns:1fr;}
  .cta-f h2{font-size:24px;}
  .hero-risco h1{font-size:24px;}
  .ftr-g{grid-template-columns:1fr;gap:1.75rem;}
}
@media(max-width:480px){
  .hdr{padding:0 1.125rem;height:68px;}
  .logo-wrap{max-width:260px;gap:10px;}
  .logo-wrap svg{width:22px;height:auto;flex-shrink:0;}
  .logo-text{min-width:0;}
  .logo-name{font-size:16px;}
  .logo-slogan{font-size:7px;letter-spacing:.12em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
  .mobile-menu-overlay,.mobile-menu{top:68px;}
  .mobile-menu{height:calc(100% - 68px);}
}
@media(prefers-reduced-motion:reduce){*{transition:none!important;transform:none!important;}}
