:root{--navy:#071a2b;--navy-2:#0d2c43;--blue:#174b68;--teal:#1c8b86;--teal-soft:#e9f6f4;--gold:#c99b3d;--cream:#f7f3ea;--paper:#f5f7f8;--white:#fff;--text:#1e2d36;--muted:#687982;--line:#dce5e8;--danger:#a84a3c;--shadow:0 20px 60px rgba(6,25,41,.12);--radius:24px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#edf2f4;color:var(--text);font-family:Manrope,system-ui,-apple-system,sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-columns:340px minmax(0,1fr)}
.sidebar{position:sticky;top:0;height:100vh;overflow-y:auto;background:linear-gradient(180deg,#061827,#0b2b42);color:#fff;padding:24px 18px 28px;z-index:40}.brand{display:flex;align-items:center;justify-content:space-between;padding:2px 10px 20px}.brand img{width:155px;max-height:70px;object-fit:contain;object-position:left center}.progress-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:18px;padding:16px;margin:0 4px 18px}.progress-copy{display:flex;align-items:center;justify-content:space-between;font-size:13px}.progress-copy strong{color:#e2bd68;font-size:17px}.progress-track{height:7px;background:rgba(255,255,255,.12);border-radius:99px;margin:12px 0 9px;overflow:hidden}.progress-track span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--teal),#e2bd68);border-radius:inherit;transition:.35s}.progress-card small{color:#a9bbc5;font-size:11px}.chapter-nav{display:grid;gap:6px}.chapter-link{display:grid;grid-template-columns:38px 1fr 24px;gap:10px;align-items:center;color:#d8e3e8;text-decoration:none;border-radius:15px;padding:11px 10px;border:1px solid transparent;transition:.2s}.chapter-link:hover{background:rgba(255,255,255,.06)}.chapter-link.active{background:linear-gradient(135deg,rgba(29,139,134,.3),rgba(255,255,255,.08));border-color:rgba(226,189,104,.28);color:#fff}.chapter-index{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:rgba(255,255,255,.08);font-weight:800;font-size:12px;color:#e2bd68}.chapter-link.active .chapter-index{background:#e2bd68;color:#071a2b}.chapter-nav-copy{min-width:0}.chapter-nav-copy small{display:block;color:#8fa6b3;font-size:9px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:3px}.chapter-nav-copy b{display:block;font-size:11px;line-height:1.35;font-weight:600}.chapter-status{opacity:0;color:#8ce0cb;font-weight:800}.chapter-link.completed .chapter-status{opacity:1}.pdf-link{display:flex;justify-content:space-between;color:#fff;text-decoration:none;border-top:1px solid rgba(255,255,255,.1);margin-top:18px;padding:18px 12px 2px;font-size:12px}.pdf-link span{color:#e2bd68}.main-content{min-width:0}.topbar{height:82px;padding:0 38px;display:flex;align-items:center;gap:14px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(15,48,69,.08)}.topbar-title{display:flex;flex-direction:column}.topbar-title small{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:800}.topbar-title strong{font-size:15px;color:var(--navy)}.icon-button{border:0;background:transparent;font-size:25px;cursor:pointer;color:inherit}.menu-button{display:none}.reset-button{margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;color:var(--muted);font:600 11px Manrope;cursor:pointer}.hero{height:500px;position:relative;overflow:hidden;background:var(--navy)}.hero-image,.hero-image img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-image img{object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(5,22,36,.96) 0%,rgba(5,22,36,.82) 45%,rgba(5,22,36,.25) 100%),linear-gradient(0deg,rgba(5,22,36,.45),transparent 60%)}.hero-content{position:relative;z-index:2;color:#fff;max-width:820px;padding:76px 7vw}.eyebrow{display:inline-flex;border:1px solid rgba(226,189,104,.5);background:rgba(226,189,104,.12);color:#f3d78f;border-radius:99px;padding:8px 13px;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(42px,5vw,78px);line-height:1.02;margin:22px 0 20px;max-width:780px}.hero p{font-size:17px;line-height:1.75;max-width:700px;color:#d5e1e6}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.hero-meta span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;border-left:2px solid var(--gold);padding-left:10px;color:#dce7eb}.content-wrap{max-width:1180px;margin:-54px auto 0;position:relative;z-index:5;padding:0 34px 50px}.notice{display:flex;gap:16px;align-items:flex-start;padding:20px 22px;border-radius:18px;box-shadow:0 10px 35px rgba(6,25,41,.08)}.notice-icon{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;font-weight:800}.notice strong{display:block;font-size:13px;margin-bottom:4px}.notice p{margin:0;font-size:12px;line-height:1.7}.legal-notice{background:#fff;border:1px solid var(--line)}.legal-notice .notice-icon{background:var(--teal-soft);color:var(--teal)}.section-block{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;margin-top:24px;box-shadow:0 15px 45px rgba(6,25,41,.06)}.section-heading{display:flex;gap:14px;align-items:center}.section-heading>span{display:grid;place-items:center;width:50px;height:50px;border-radius:16px;background:var(--navy);color:#e5bf67;font-weight:800}.section-heading small,.info-card small{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:800}.section-heading h2{margin:2px 0 0;font-size:25px;color:var(--navy)}.steps-list{display:grid;margin-top:25px}.step-item{display:grid;grid-template-columns:22px 32px 1fr;align-items:flex-start;gap:12px;padding:18px 0;border-bottom:1px solid var(--line);cursor:pointer;font-size:13px;line-height:1.65}.step-item:last-child{border-bottom:0}.step-item input,.mini-checks input{position:absolute;opacity:0;pointer-events:none}.custom-check{width:20px;height:20px;border:2px solid #b9c8ce;border-radius:6px;margin-top:2px;position:relative}.step-item input:checked+.custom-check{background:var(--teal);border-color:var(--teal)}.step-item input:checked+.custom-check:after{content:'✓';position:absolute;inset:-2px 0 0;display:grid;place-items:center;color:#fff;font-size:12px}.step-item:has(input:checked)>span:last-child{text-decoration:line-through;color:#85939a}.step-number{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#edf4f5;color:var(--navy);font-size:11px;font-weight:800}.grid-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.info-card{border-radius:var(--radius);padding:28px;border:1px solid var(--line);min-height:270px}.prepare-card{background:linear-gradient(145deg,#0b2d43,#0b2133);color:#fff}.check-card{background:#f7faf9}.card-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.1);margin-bottom:18px;color:#e2bd68}.check-card .card-icon{background:var(--teal-soft);color:var(--teal)}.info-card h3{font-size:22px;margin:5px 0 18px}.info-card ul{margin:0;padding-left:20px;color:#d9e4e8;font-size:13px;line-height:2}.mini-checks{display:grid;gap:10px}.mini-checks label{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);padding:12px 14px;border-radius:12px;font-size:12px;cursor:pointer}.mini-checks label:before{content:'';width:17px;height:17px;border:2px solid #b7c6cc;border-radius:5px}.mini-checks label:has(input:checked):before{content:'✓';display:grid;place-items:center;background:var(--teal);border-color:var(--teal);color:#fff;font-size:10px}.mini-checks label:has(input:checked) span{text-decoration:line-through;color:#87959b}.warning-notice{margin-top:20px;background:#fff8e9;border:1px solid #eedeb6;color:#694c10}.warning-notice .notice-icon{background:#e8bd57;color:#fff}.section-intro{color:var(--muted);font-size:13px;line-height:1.7;max-width:760px}.document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.document-card{border:1px solid var(--line);border-radius:18px;padding:22px;background:linear-gradient(180deg,#fff,#f8fafb);position:relative;overflow:hidden}.document-card:after{content:'';position:absolute;right:-35px;top:-35px;width:90px;height:90px;border-radius:50%;background:var(--teal-soft)}.doc-symbol{font-size:22px;color:var(--teal)}.document-card h3{font-size:16px;color:var(--navy);margin:12px 0 9px}.document-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.complete-box{display:flex;align-items:center;justify-content:space-between;gap:25px;background:linear-gradient(135deg,#0a2b41,#0a1c2c);color:#fff;border-radius:var(--radius);padding:30px 34px;margin-top:24px;box-shadow:var(--shadow)}.complete-box small{color:#e2bd68;text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:800}.complete-box h2{margin:5px 0;font-size:24px}.complete-box p{margin:0;color:#aebfc7;font-size:12px}.complete-box button{border:0;border-radius:14px;background:linear-gradient(135deg,#d8ac4f,#f0d58d);color:#0b2031;padding:15px 20px;font:800 12px Manrope;cursor:pointer;white-space:nowrap}.complete-box.completed button{background:#2b9e88;color:#fff}.bottom-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.bottom-nav>a{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;align-items:center;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px 20px;color:var(--navy)}.bottom-nav>a.next{grid-template-columns:1fr auto;text-align:right}.bottom-nav a span{font-size:22px;grid-row:1/3}.bottom-nav a small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-weight:800}.bottom-nav a b{font-size:11px}.bottom-nav .next span{grid-column:2;grid-row:1/3}.bottom-nav .next small,.bottom-nav .next b{grid-column:1}footer{display:flex;align-items:center;gap:18px;border-top:1px solid var(--line);margin-top:35px;padding:26px 4px;color:var(--muted)}footer img{width:105px}footer p{font-size:10px;line-height:1.5}.mobile-only{display:none}
@media(max-width:1050px){.app-shell{grid-template-columns:290px 1fr}.hero-content{padding-left:5vw}.content-wrap{padding:0 24px 40px}.sidebar{padding-left:12px;padding-right:12px}}
@media(max-width:820px){.app-shell{display:block}.sidebar{position:fixed;left:0;top:0;width:min(88vw,350px);transform:translateX(-104%);transition:.3s;box-shadow:20px 0 60px rgba(0,0,0,.3)}.sidebar.open{transform:translateX(0)}.mobile-only,.menu-button{display:block}.topbar{height:70px;padding:0 18px}.reset-button{font-size:0;padding:9px}.reset-button:after{content:'↻';font-size:20px}.hero{height:470px}.hero-content{padding:66px 24px}.hero h1{font-size:44px}.hero p{font-size:14px}.content-wrap{margin-top:-35px;padding:0 15px 35px}.grid-two,.document-grid{grid-template-columns:1fr}.section-block{padding:24px}.complete-box{align-items:flex-start;flex-direction:column}.complete-box button{width:100%}.bottom-nav{grid-template-columns:1fr}.bottom-nav>span{display:none}}
@media(max-width:520px){.topbar-title strong{font-size:12px}.topbar-title small{font-size:8px}.hero{height:520px}.hero-overlay{background:linear-gradient(0deg,rgba(5,22,36,.98) 0%,rgba(5,22,36,.76) 70%,rgba(5,22,36,.25) 100%)}.hero-content{padding-top:170px}.hero h1{font-size:38px}.hero-meta span{font-size:8px}.notice{padding:17px}.section-heading>span{width:42px;height:42px}.section-heading h2{font-size:20px}.step-item{grid-template-columns:20px 26px 1fr;font-size:12px;gap:9px}.section-block{padding:20px;border-radius:20px}.info-card{padding:22px}.complete-box{padding:25px 22px}.bottom-nav a b{font-size:10px}footer{align-items:flex-start;flex-direction:column}}

/* ===== Refinamento visual v2.0 — capas e responsividade ===== */
:root{--sidebar-width:318px;--content-max:1220px}
.app-shell{grid-template-columns:var(--sidebar-width) minmax(0,1fr)}
.sidebar{background:radial-gradient(circle at 25% 5%,rgba(33,89,121,.22),transparent 28%),linear-gradient(180deg,#061726 0%,#071d2d 58%,#061827 100%);padding:20px 15px 24px;border-right:1px solid rgba(255,255,255,.08)}
.brand{justify-content:center;padding:0 8px 18px}.brand img{width:205px;max-height:115px;object-position:center}
.chapter-nav{gap:2px}.chapter-link{grid-template-columns:30px 1fr 20px;padding:8px 9px;border-radius:10px}.chapter-index{width:25px;height:25px;border-radius:50%;font-size:10px}.chapter-nav-copy small{display:none}.chapter-nav-copy b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.topbar{height:72px;padding:0 clamp(20px,3vw,46px);color:#fff;background:linear-gradient(90deg,#081b2a,#101b24);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:none}.topbar-title small{color:#e7bb5e}.topbar-title strong{color:#fff}.reset-button{color:#fff;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14)}
.hero{height:auto;min-height:500px;isolation:isolate;background:linear-gradient(105deg,#071b2a 0%,#0a2233 55%,#101b24 100%)}
.hero:after{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 58% 20%,rgba(42,88,113,.18),transparent 34%);pointer-events:none}
.hero-image{left:auto;right:0;width:62%;z-index:0;overflow:hidden}
.hero-image:before{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#071b2a 0%,rgba(7,27,42,.95) 8%,rgba(7,27,42,.62) 28%,rgba(7,27,42,.14) 58%,rgba(7,27,42,.16) 100%),linear-gradient(0deg,rgba(7,27,42,.34),transparent 45%)}
.hero-image img{object-fit:cover;object-position:center;filter:saturate(.78) contrast(1.08) brightness(.82);transform:scale(1.015)}
.hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(7,27,42,.98) 0%,rgba(7,27,42,.91) 38%,rgba(7,27,42,.18) 70%,rgba(7,27,42,.1) 100%)}
.hero-content{display:flex;flex-direction:column;justify-content:center;min-height:500px;width:min(58%,760px);max-width:none;padding:58px clamp(30px,5vw,78px);position:relative;z-index:3}
.eyebrow{align-self:flex-start;padding:8px 14px;background:rgba(201,155,61,.07)}
.hero h1{font-family:Manrope,system-ui,sans-serif;font-size:clamp(42px,4.3vw,68px);font-weight:800;letter-spacing:-.045em;line-height:1.02;margin:24px 0 20px;max-width:680px;text-wrap:balance}
.hero p{font-size:clamp(14px,1.25vw,18px);line-height:1.65;max-width:660px;margin:0;color:#e0e8ec}
.hero-meta{margin-top:30px;gap:16px}.hero-meta span{font-size:9px;font-weight:700}
body[data-chapter="4"] .hero h1,body[data-chapter="7"] .hero h1,body[data-chapter="12"] .hero h1{font-size:clamp(38px,3.8vw,60px)}
body[data-chapter="1"] .hero-image img{object-position:58% center}body[data-chapter="2"] .hero-image img{object-position:60% center}body[data-chapter="3"] .hero-image img{object-position:58% center}body[data-chapter="4"] .hero-image img{object-position:55% center}body[data-chapter="5"] .hero-image img{object-position:52% center}body[data-chapter="6"] .hero-image img{object-position:58% center}body[data-chapter="7"] .hero-image img{object-position:55% center}body[data-chapter="8"] .hero-image img{object-position:60% center}body[data-chapter="9"] .hero-image img{object-position:58% center}body[data-chapter="10"] .hero-image img{object-position:56% center}body[data-chapter="11"] .hero-image img{object-position:55% center}body[data-chapter="12"] .hero-image img{object-position:58% center}body[data-chapter="13"] .hero-image img{object-position:58% center}body[data-chapter="14"] .hero-image img{object-position:55% center}
.content-wrap{max-width:var(--content-max);margin:-30px auto 0;padding:0 clamp(18px,3vw,38px) 55px}.legal-notice{max-width:900px;margin:0 auto;border-radius:20px}.section-block,.info-card,.complete-box{border-radius:22px}.section-block{padding:clamp(24px,3vw,38px)}

@media(max-width:1100px){:root{--sidebar-width:280px}.brand img{width:175px}.hero-image{width:66%}.hero-content{width:64%;padding-left:42px;padding-right:26px}.hero h1{font-size:clamp(39px,5.2vw,58px)}.chapter-nav-copy b{font-size:10px}}
@media(max-width:860px){.app-shell{display:block}.sidebar{position:fixed;width:min(88vw,340px);max-width:340px;transform:translateX(-104%);transition:transform .28s ease;box-shadow:24px 0 70px rgba(0,0,0,.42)}.sidebar.open{transform:translateX(0)}.brand{justify-content:space-between}.brand img{width:180px}.mobile-only,.menu-button{display:block}.topbar{height:64px;padding:0 16px;position:sticky}.hero{min-height:610px}.hero-image{top:0;left:0;right:0;width:100%;height:56%}.hero-image:before{background:linear-gradient(0deg,#071b2a 0%,rgba(7,27,42,.48) 56%,rgba(7,27,42,.18) 100%)}.hero-overlay{background:linear-gradient(0deg,#071b2a 0%,rgba(7,27,42,.98) 42%,rgba(7,27,42,.2) 76%,rgba(7,27,42,.08) 100%)}.hero-content{justify-content:flex-end;width:100%;min-height:610px;padding:260px 24px 66px}.hero h1{font-size:clamp(38px,8vw,58px);max-width:680px}.hero p{max-width:640px}.content-wrap{margin-top:-25px;padding:0 15px 40px}.grid-two,.document-grid{grid-template-columns:1fr}.complete-box{align-items:flex-start;flex-direction:column}.complete-box button{width:100%}.bottom-nav{grid-template-columns:1fr}.bottom-nav>span{display:none}}
@media(max-width:560px){.topbar-title strong{font-size:12px}.topbar-title small{font-size:8px}.reset-button{font-size:0;padding:9px}.reset-button:after{content:'↻';font-size:19px}.hero{min-height:640px}.hero-image{height:48%}.hero-content{min-height:640px;padding:235px 18px 58px}.eyebrow{font-size:8px;padding:7px 11px}.hero h1,.hero body[data-chapter] h1{font-size:clamp(34px,10.5vw,47px);letter-spacing:-.04em;margin:18px 0 14px;line-height:1.04}.hero p{font-size:13px;line-height:1.55}.hero-meta{gap:8px 12px;margin-top:22px}.hero-meta span{font-size:7px;padding-left:8px}.content-wrap{margin-top:-18px;padding-left:10px;padding-right:10px}.notice{padding:16px;border-radius:16px}.notice p{font-size:11px}.section-block{padding:20px 17px}.section-heading{align-items:flex-start}.section-heading>span{width:42px;height:42px;flex:0 0 42px}.section-heading h2{font-size:20px}.step-item{grid-template-columns:20px 27px 1fr;gap:9px;font-size:12px;padding:15px 0}.info-card{padding:22px;min-height:0}.document-card{padding:18px}.complete-box{padding:24px 20px}.bottom-nav>a{padding:15px}.bottom-nav a b{font-size:10px}footer{align-items:flex-start;flex-direction:column}}
@media(max-width:370px){.hero{min-height:670px}.hero-content{min-height:670px;padding-top:225px}.hero h1{font-size:33px}.hero-meta{display:grid;grid-template-columns:1fr 1fr}.section-heading h2{font-size:18px}}
@media(min-width:1600px){:root{--sidebar-width:340px}.hero{min-height:560px}.hero-content{min-height:560px;padding-left:84px}.hero h1{font-size:72px}.content-wrap{max-width:1320px}}
