:root {
  --navy: #181d52;
  --blue: #062970;
  --royal: #305aad;
  --sky: #7699d4;
  --mist: #e5e4ed;
  --ink: #10152e;
  --paper: #fbfbfd;
  --line: rgba(24, 29, 82, 0.14);
  --green: #16a34a;
  --green-hover: #15803d;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", Arial, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); font-family: var(--sans); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #29b6f6; outline-offset: 4px; }
.page-width { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

/* Cabeçalho importável: os itens ficam em assets/js/config.js. */
.utility-bar { background: var(--navy); color: #d9e2ff; font: 500 10px/1 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.utility-inner { height: 32px; display: flex; align-items: center; justify-content: space-between; }
.navigation { position: relative; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(24,29,82,.08); }
.nav-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; align-items: center; gap: 7px; min-width: 148px; text-align: center; }
.brand img { width: 94px; height: auto; }
.brand span { font: 500 7.5px/1 var(--mono); color: #68708c; letter-spacing: .04em; }
.main-nav { display: flex; gap: 23px; align-items: center; font-size: 14px; font-weight: 700; color: #404865; }
.nav-item { position: relative; display: flex; align-items: center; }
.main-nav > .nav-item > a { position: relative; white-space: nowrap; transition: color .18s ease; }
.main-nav > .nav-item > a:hover, .main-nav > .nav-item > a.active, .nav-item:hover > a, .nav-item:focus-within > a { color: var(--blue); }
.main-nav > .nav-item > a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; background: var(--blue); }
.submenu-toggle { display: inline-grid; place-items: center; width: 19px; height: 20px; margin-left: 3px; padding: 0; color: #61709a; background: transparent; border: 0; cursor: pointer; transition: color .18s ease, transform .18s ease; }
.submenu-toggle::before { content: "⌄"; font-size: 17px; line-height: 1; transform: translateY(-2px); }
.nav-item:hover .submenu-toggle, .nav-item:focus-within .submenu-toggle { color: var(--blue); }
.submenu { position: absolute; z-index: 30; top: calc(100% + 24px); left: -15px; min-width: 222px; padding: 8px; opacity: 0; visibility: hidden; transform: translateY(7px); background: white; border: 1px solid rgba(24,29,82,.12); box-shadow: 0 15px 30px rgba(17,25,61,.14); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.nav-item:hover .submenu, .nav-item:focus-within .submenu, .submenu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 10px 12px; color: #3f4b6b; font-size: 12px; font-weight: 700; line-height: 1.35; transition: color .15s ease, background .15s ease; }
.submenu a:hover { color: var(--blue); background: #edf3fd; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); padding: 6px; cursor: pointer; font-size: 26px; line-height: 1; }
.menu-close { display: none; }
.menu-visible .menu-open { display: none; }
.menu-visible .menu-close { display: inline; }

.hero-section { position: relative; overflow: hidden; background: linear-gradient(118deg, #151a4d 0%, #062970 57%, #305aad 100%); color: white; }
.hero-section::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 46%, rgba(118,153,212,.36), transparent 23%), linear-gradient(90deg, rgba(5,10,45,.2), transparent); pointer-events: none; }
.hero-grid { position: absolute; z-index: 0; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.26) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.26) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-orbit { position: absolute; border: 1px solid rgba(212,226,255,.22); border-radius: 50%; z-index: 0; }
.orbit-one { width: 730px; height: 730px; top: -150px; right: -160px; }
.orbit-two { width: 520px; height: 520px; top: -56px; right: -56px; border-color: rgba(212,226,255,.14); }
.hero-layout { min-height: 610px; position: relative; z-index: 1; display: grid; grid-template-columns: .74fr 1.08fr; gap: 64px; align-items: center; padding: 78px 0 76px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; font: 500 10px/1.2 var(--mono); letter-spacing: .15em; color: #4d65a5; }
.eyebrow span { display: inline-block; width: 23px; height: 1px; background: currentColor; }
.eyebrow-light { color: #bacbf9; }
.eyebrow-dark { color: #b7caf4; }
.hero-copy h1, .section-head h2, .intro-content h2, .panel-inner h2, .instructor-content h2, .support-layout h2, .offer-copy h2, .faq-intro h2 { font-size: clamp(43px, 5.3vw, 72px); letter-spacing: -.065em; line-height: .98; margin: 0; font-weight: 800; }
h1 em, h2 em { color: var(--sky); font-family: var(--serif); font-weight: 600; letter-spacing: -.06em; }
.hero-copy h1 em { font-family: var(--sans); font-size: 1em; font-style: normal; font-weight: 800; letter-spacing: -.065em; }
.hero-description { max-width: 560px; color: #d9e2ff; font-size: 18px; line-height: 1.65; margin: 28px 0 20px; }
.rating-row { display: flex; align-items: center; gap: 7px; color: #c7d5fb; font-size: 12px; }
.rating-row strong { color: white; font-size: 13px; }
.rating-row i { width: 3px; height: 3px; border-radius: 50%; background: #b6c9f7; margin: 0 3px; }
.stars { display: flex; color: #ffd86b; gap: 2px; letter-spacing: 1px; font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin: 31px 0 22px; }
.purchase-button { display: inline-flex; gap: 11px; align-items: center; justify-content: center; padding: 16px 22px; background: var(--green); color: white; font-size: 13px; font-weight: 800; border-radius: 2px; box-shadow: 0 10px 22px rgba(0,0,0,.13); transition: transform .16s cubic-bezier(.23,1,.32,1), box-shadow .16s ease, background .16s ease; }
.purchase-button:hover { transform: translateY(-2px); background: var(--green-hover); box-shadow: 0 15px 25px rgba(0,0,0,.2); }
.purchase-button:active { transform: scale(.97); }
.purchase-button b { font-size: 19px; line-height: 1; }
.outline-action { display: inline-flex; align-items: center; gap: 8px; color: white; font-size: 13px; font-weight: 700; opacity: .95; transition: opacity .18s; }
.outline-action:hover { opacity: .65; }
.play-icon { border: 1px solid white; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; font-size: 11px; }
.trust-row { display: flex; gap: 20px; color: #cedafe; font-size: 11px; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.benefit-icon, .guarantee-icon, .secure-icon { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.benefit-icon { width: 18px; height: 18px; flex: none; stroke-width: 1.8; }
.instant-access .benefit-icon { color: #29b6f6; filter: drop-shadow(0 0 3px rgba(41,182,246,.42)); }
.certificate .benefit-icon { color: #facc15; filter: drop-shadow(0 0 3px rgba(250,204,21,.32)); }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 350px; }
.visual-card { width: min(100%, 290px); aspect-ratio: 512 / 800; position: relative; overflow: hidden; background: linear-gradient(135deg, rgba(255,255,255,.19), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.42); box-shadow: 18px 25px 48px rgba(0,0,0,.23); }
.visual-card::after { content:""; position:absolute; inset: 11px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.course-cover { display: block; width: 100%; height: 100%; object-fit: cover; }

.intro-section { background: white; padding: 106px 0; }
.intro-layout { display:grid; grid-template-columns:.45fr 1fr; gap:46px; }
.section-kicker { color:#67718c; font:500 10px var(--mono); letter-spacing:.13em; display:flex; gap:10px; align-items:center; padding-top:10px; }
.section-kicker span { color:var(--blue); font-size:18px; }
.intro-content { max-width:740px; }
.intro-content h2 { font-size:clamp(38px,4.4vw,59px); color:var(--navy); }
.intro-content h2 em { color:var(--royal); }
.intro-content p { font-size:16px; line-height:1.75; color:#4b5369; max-width:670px; }
.intro-content .lead { font-size:20px; line-height:1.6; color:#252d45; margin:28px 0 12px; }
.stats-line { display:flex; gap:0; margin-top:40px; border-top:1px solid var(--line); padding-top:22px; }
.stats-line div { min-width:142px; display:flex; align-items:center; gap:10px; }
.stats-line strong { font-size:30px; letter-spacing:-.07em; color:var(--navy); }
.stats-line span { font:500 10px/1.35 var(--mono); letter-spacing:.05em; color:#69718a; text-transform:uppercase; }
.split-learning { display:grid; grid-template-columns:1fr 1fr; }
.learning-panel { background:var(--navy); color:white; }
.outcomes-panel { background:#eef2fa; }
.panel-inner { width:min(590px,calc(100% - 72px)); margin:0 auto; padding:82px 0; }
.panel-inner h2 { font-size:clamp(38px,4.2vw,58px); margin-bottom:36px; }
.panel-inner h2 em { color:#99b7ed; }
.outcomes-panel h2 { color:var(--navy); }
.outcomes-panel h2 em { color:var(--royal); }
.check-list { list-style:none; margin:0; padding:0; display:grid; gap:16px; }
.check-list li { display:grid; grid-template-columns:26px 1fr; gap:10px; align-items:start; color:#3c465f; font-size:13px; line-height:1.5; }
.check-list li b { width:22px; height:22px; display:grid; place-items:center; border-radius:50%; background:#c6d8f6; color:var(--blue); }
.check-list-dark li { color:#e2eaff; }
.check-list-dark li b { background:#31589b; color:white; }

.modules-section { padding:115px 0; background:white; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:45px; }
.section-head h2 { font-size:clamp(38px,4.3vw,59px); color:var(--navy); }
.section-head h2 em { color:var(--royal); }
.section-head > p { max-width:300px; margin:0 0 7px; color:#596176; font-size:15px; line-height:1.65; }
.modules-list { border-top:1px solid var(--line); }
.module-row { display:grid; grid-template-columns:73px 1.3fr 1fr; gap:20px; align-items:center; border-bottom:1px solid var(--line); padding:25px 0; transition:background .18s ease, padding .18s ease; }
.module-row:hover { background:#f3f6fc; padding-left:15px; padding-right:15px; }
.module-number { font:500 13px var(--mono); color:var(--royal); }
.module-row h3 { margin:0; color:var(--navy); font-size:18px; letter-spacing:-.03em; }
.module-row p { margin:0; color:#697087; font-size:14px; line-height:1.5; }
.modules-mobile-list { display:none; }

.instructor-section { padding:100px 0; background:var(--mist); }
.instructor-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:95px; align-items:center; }
.instructor-portrait { height:330px; position:relative; margin:0; overflow:hidden; background:var(--navy); box-shadow:15px 18px 30px rgba(24,29,82,.15); }
.instructor-portrait::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(10,14,42,.86) 100%); }
.instructor-portrait img { width:100%; height:100%; display:block; object-fit:cover; object-position:center 15%; filter:contrast(1.03); }
.instructor-portrait figcaption { position:absolute; z-index:1; left:23px; bottom:20px; display:flex; align-items:flex-end; gap:9px; color:white; }
.instructor-portrait strong { font-size:42px; line-height:.8; letter-spacing:-.08em; }
.instructor-portrait span { font:500 9px/1.3 var(--mono); letter-spacing:.08em; }
.instructor-content h2 { font-size:clamp(38px,4vw,56px); color:var(--navy); }
.instructor-content h2 em { color:var(--royal); }
.instructor-content h3 { margin:27px 0 10px; color:var(--blue); font-size:20px; }
.instructor-content > p:not(.eyebrow) { max-width:670px; margin:0; color:#4d576d; font-size:15px; line-height:1.75; }
.instructor-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.instructor-tags span { font:500 10px var(--mono); letter-spacing:.07em; color:#36508e; border:1px solid #9db4e0; padding:8px 10px; text-transform:uppercase; }

.support-section { background:#315aab; color:white; padding:87px 0; position:relative; overflow:hidden; }
.support-section::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size:45px 45px; mask-image:linear-gradient(90deg,black,transparent 88%); }
.support-layout { position:relative; display:grid; grid-template-columns:.63fr 1.37fr; gap:56px; align-items:center; }
.support-image { position:relative; margin:0; overflow:hidden; height:240px; border:1px solid rgba(255,255,255,.45); box-shadow:14px 17px 30px rgba(3,20,70,.25); }
.support-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,19,63,.04),rgba(0,19,63,.7)); }
.support-image img { width:100%; height:100%; display:block; object-fit:cover; }
.support-image figcaption { position:absolute; z-index:1; left:16px; bottom:15px; color:white; font:800 11px/1.05 var(--mono); letter-spacing:.11em; }
.support-layout h2 { font-size:clamp(37px,4vw,55px); }
.support-layout h2 em { color:#d8e7ff; }
.support-layout > div:last-child > p:not(.eyebrow) { max-width:670px; line-height:1.7; color:#e2ebff; font-size:16px; }
.support-items { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.support-items span { display:flex; align-items:center; gap:6px; padding:10px 12px; background:rgba(8,24,77,.25); font-size:12px; color:white; }

.offer-section { padding:90px 0; background:white; }
.offer-layout { display:grid; grid-template-columns:.85fr 1.25fr .9fr; gap:42px; align-items:center; }
.guarantee-card { display:flex; gap:13px; align-items:center; padding:19px; background:#eff3fa; color:var(--navy); }
.guarantee-icon { width:34px; height:34px; flex:none; color:var(--royal); stroke-width:1.45; }
.guarantee-card div { display:grid; gap:4px; }
.guarantee-card strong { font-size:14px; line-height:1.2; }
.guarantee-card span { font-size:10px; color:#68718a; }
.offer-copy h2 { font-size:clamp(31px,3.4vw,45px); color:var(--navy); }
.offer-copy h2 em { color:var(--royal); }
.price-card { border:1px solid #b7c6e7; padding:22px; display:flex; flex-direction:column; align-items:flex-start; background:#fbfcff; }
.price-card > span { font-size:11px; color:#65708c; }
.price-card > strong { font:700 14px var(--sans); color:var(--navy); margin:3px 0 15px; }
.price-card > strong b { font-size:32px; letter-spacing:-.07em; }
.price-card .purchase-button { width:100%; box-shadow:none; padding:13px; }
.price-card small { display:flex; align-items:center; gap:5px; margin-top:12px; color:#64708a; font:500 7px/1.3 var(--mono); letter-spacing:.05em; }
.secure-icon { width:11px; height:11px; flex:none; color:var(--royal); stroke-width:1.8; }

.faq-section { padding:105px 0; background:#f3f4f8; }
.faq-layout { display:grid; grid-template-columns:.72fr 1.28fr; gap:80px; }
.faq-intro h2 { font-size:clamp(37px,4vw,54px); color:var(--navy); }
.faq-intro h2 em { color:var(--royal); }
.faq-intro > p:not(.eyebrow) { color:#5b657a; line-height:1.7; font-size:15px; max-width:320px; margin:25px 0; }
.whatsapp-link { display:inline-flex; align-items:center; gap:8px; color:var(--blue); font-size:13px; font-weight:800; }
.faq-list { border-top:1px solid var(--line); }
.faq-item { border-bottom:1px solid var(--line); }
.faq-trigger { width:100%; border:0; padding:25px 0; background:transparent; display:flex; justify-content:space-between; align-items:center; gap:15px; text-align:left; color:var(--navy); font-size:16px; font-weight:700; cursor:pointer; }
.faq-trigger b { flex:none; color:var(--royal); font-size:22px; line-height:1; transition:transform .2s ease; }
.faq-item.open .faq-trigger b { transform:rotate(180deg); }
.faq-answer { display:none; margin:0; padding:0 35px 24px 0; color:#586278; font-size:14px; line-height:1.7; max-width:620px; }
.faq-item.open .faq-answer { display:block; }

.site-footer { background:var(--navy); color:white; }
.footer-top { display:grid; grid-template-columns:1.5fr 1.15fr .7fr .7fr; gap:40px; padding:66px 0 48px; }
.footer-brand img { width:120px; filter:brightness(0) invert(1); opacity:.96; }
.footer-brand p { color:#c1cdef; font-size:14px; line-height:1.7; max-width:270px; margin-top:17px; }
.footer-top h3 { margin:0 0 14px; color:#a7bdef; font:500 11px var(--mono); letter-spacing:.13em; text-transform:uppercase; }
.footer-top p, .footer-top a { display:block; color:#d4ddf5; font-size:13px; line-height:1.75; margin:0 0 5px; transition:color .18s; }
.footer-top a:hover { color:white; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.13); padding:18px 0; display:flex; justify-content:space-between; color:#aebce4; font-size:10px; }
.footer-bottom b { color:white; }

@media (max-width: 850px) {
  .page-width { width:min(100% - 36px,1180px); }
  .main-nav { display:none; }
  .main-nav.shown { position:absolute; top:72px; left:0; right:0; display:flex; flex-direction:column; align-items:stretch; gap:0; background:white; box-shadow:0 15px 22px rgba(20,25,65,.14); padding:10px 18px 17px; }
  .main-nav.shown .nav-item { display:grid; grid-template-columns:1fr 38px; align-items:center; border-bottom:1px solid rgba(24,29,82,.08); }
  .main-nav.shown .nav-item:last-child { border-bottom:0; }
  .main-nav.shown .nav-item > a { padding:14px 0; font-size:14px; }
  .main-nav.shown .nav-item > a.active::after { bottom:7px; right:auto; width:42px; }
  .main-nav.shown .submenu-toggle { width:38px; height:42px; justify-self:end; }
  .main-nav.shown .submenu { grid-column:1 / -1; position:static; min-width:0; padding:0 0 5px 13px; box-shadow:none; border:0; opacity:1; visibility:visible; transform:none; display:none; background:transparent; }
  .main-nav.shown .submenu.open { display:block; }
  .main-nav.shown .submenu a { padding:9px 0; font-size:13px; font-weight:600; }
  .menu-toggle { display:block; }
  .hero-layout { grid-template-columns:1fr; gap:36px; padding:64px 0 58px; }
  .hero-visual { order:-1; min-height:auto; justify-items:start; }
  .visual-card { width:280px; }
  .hero-copy h1 { font-size:58px; }
  .intro-layout, .faq-layout { grid-template-columns:1fr; gap:27px; }
  .split-learning { grid-template-columns:1fr; }
  .panel-inner { width:min(100% - 48px,590px); padding:62px 0; }
  .section-head { align-items:start; flex-direction:column; gap:20px; }
  .section-head > p { max-width:440px; }
  .instructor-layout { grid-template-columns:1fr; gap:40px; }
  .instructor-portrait { max-width:360px; }
  .support-layout { grid-template-columns:1fr; gap:46px; }
  .support-image { max-width:430px; }
  .offer-layout { grid-template-columns:1fr; gap:28px; }
  .offer-copy { order:-1; }
  .footer-top { grid-template-columns:1.3fr 1fr; gap:38px; }
  .modules-list { display:none; }
  .modules-mobile-list { display:block; border-top:1px solid var(--line); }
  .module-accordion-item { border-bottom:1px solid var(--line); }
  .module-accordion-item summary { list-style:none; display:grid; grid-template-columns:48px 1fr 26px; gap:12px; align-items:center; padding:21px 0; color:var(--navy); font-size:16px; font-weight:700; cursor:pointer; }
  .module-accordion-item summary::-webkit-details-marker { display:none; }
  .module-accordion-item summary b { color:var(--royal); font-size:21px; transition:transform .2s ease; }
  .module-accordion-item[open] summary b { transform:rotate(180deg); }
  .module-accordion-item p { margin:0; padding:0 32px 20px 60px; color:#5c657a; font-size:14px; line-height:1.55; }
  .intro-section, .modules-section, .faq-section { padding:76px 0; }
}

@media (max-width: 520px) {
  .utility-inner > span { font-size:9px; }
  .utility-bar { height:29px; }
  .nav-inner { height:64px; }
  .brand { min-width:132px; }
  .brand img { width:82px; }
  .brand span { font-size:6.5px; }
  .main-nav.shown { top:64px; }
  .hero-layout { padding-top:32px; }
  .hero-copy h1 { font-size:47px; }
  .hero-description { font-size:16px; }
  .hero-actions { flex-direction:column; align-items:flex-start; gap:17px; }
  .trust-row { gap:11px; font-size:11px; flex-wrap:wrap; }
  .rating-row { flex-wrap:wrap; font-size:12px; }
  .visual-card { width:min(100%,278px); }
  .intro-content h2, .panel-inner h2, .section-head h2, .instructor-content h2, .support-layout h2, .offer-copy h2, .faq-intro h2 { font-size:40px; }
  .intro-content .lead { font-size:18px; }
  .intro-content p { font-size:16px; }
  .stats-line { gap:12px; }
  .stats-line div { min-width:0; flex:1; align-items:flex-start; flex-direction:column; gap:4px; }
  .stats-line strong { font-size:26px; }
  .stats-line span { font-size:9px; }
  .check-list li { font-size:14px; }
  .section-head > p { font-size:15px; }
  .instructor-portrait { height:270px; }
  .instructor-content > p:not(.eyebrow) { font-size:15px; }
  .support-image { height:210px; }
  .support-layout > div:last-child > p:not(.eyebrow) { font-size:16px; }
  .support-items span { font-size:12px; }
  .price-card > span { font-size:12px; }
  .faq-intro > p:not(.eyebrow) { font-size:15px; }
  .faq-trigger { font-size:15px; }
  .faq-answer { font-size:14px; }
  .footer-top { grid-template-columns:1fr; gap:32px; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .faq-layout { gap:38px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; }
}
