@charset "UTF-8";
:root{--ink:#012040;--muted:#5b6167;--line:#dce2e9;--paper:#fff;--pale:#f2f5f8;--yellow:#feb809;--green:#173b60;--radius:6px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;line-height:1.6;scroll-behavior:smooth}
*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}button:disabled,[aria-disabled=true]{cursor:not-allowed}button:disabled{opacity:.55}a[aria-disabled=true]{opacity:.7}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #a56800;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(3rem,5.6vw,5.25rem);font-weight:700;margin-bottom:26px}h2{font-size:clamp(2rem,3.5vw,3.15rem);font-weight:600;margin-bottom:28px}h3{font-size:1.35rem;letter-spacing:-.025em}p{margin-bottom:20px}em{font-style:normal;color:var(--yellow)}.wrap{width:min(1200px,calc(100% - 80px));margin:auto}.section{padding:100px 0;scroll-margin-top:30px}.eyebrow{font-size:.75rem;letter-spacing:.14em;font-weight:700;line-height:1.6}.muted,.text-muted{color:var(--muted)}.text-muted{font-weight:400}.split,.two-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px}.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;min-height:56px;padding:16px 23px;border:1px solid transparent;border-radius:var(--radius);font-size:.9375rem;font-weight:700;text-decoration:none;line-height:1.4;transition:background .15s,transform .15s}.button:not([aria-disabled=true]):hover{transform:translateY(-2px)}.button span{font-size:1.3rem}.button-yellow{background:var(--yellow);color:var(--ink)}.button-yellow:hover{background:#ffcb42}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#153e67}.button-outline{background:transparent;border-color:var(--line);color:var(--ink)}.button-small{min-height:46px;padding:11px 17px;font-size:.875rem}.text-button{display:inline-flex;align-items:center;gap:18px;padding:8px 0;background:none;border:0;border-bottom:1px solid currentColor;border-radius:0;text-decoration:none;font-size:.9375rem;font-weight:700}.text-button:hover{color:#385f86}.skip{position:fixed;top:8px;left:8px;transform:translateY(-200%);padding:12px;background:white;z-index:20}.skip:focus{transform:translateY(0)}.header{background:#fff}.nav{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:.75rem;letter-spacing:.04em;font-weight:800;line-height:1.3}.brand small{display:block;font-size:.65rem;letter-spacing:.2em;margin-top:4px;font-weight:500}.brand-mark{font-size:2.5rem;line-height:1;letter-spacing:-.1em;font-weight:800}.brand-mark span{color:#ac7800}.nav nav{display:flex;gap:34px;font-size:.875rem}.nav nav a{text-decoration:none}.nav nav a:hover{text-decoration:underline}.hero{background:var(--ink);color:white;padding-top:84px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.14fr 1fr;gap:90px;align-items:center}.hero .eyebrow{color:#c4d2e0;display:flex;align-items:center;gap:12px;margin-bottom:30px}.dash{width:24px;height:2px;background:var(--yellow);flex-shrink:0}.hero h1 em{display:block}.hero-lead{color:#ccd8e5;font-size:1.125rem;max-width:460px;line-height:1.7;margin-bottom:32px}.hero-micro{font-size:.8125rem;color:#c5d0df;margin-top:17px}.hero-micro span{margin:0 9px;color:#6e8196}.map-panel{border:1px solid #456058;background:linear-gradient(135deg,#233e3c,#182f31);border-radius:8px;box-shadow:20px 20px 0 #193135;transform:rotate(1deg)}.panel-top{padding:22px 24px;border-bottom:1px solid #456058;display:flex;align-items:center;justify-content:space-between;font-size:.7rem;letter-spacing:.08em;color:#c2d3ce}.panel-symbol{font-size:1.6rem;line-height:1;color:var(--yellow)}.panel-heading{display:flex;align-items:center;gap:25px;padding:32px 28px 20px}.big-number{font-size:5.2rem;line-height:1;color:var(--yellow);letter-spacing:-.065em}.panel-heading p{font-size:1rem;line-height:1.45;margin:8px 0 0;color:#d3dfdb}.map-list{list-style:none;margin:0;padding:0 26px}.map-list li{display:flex;align-items:center;gap:17px;border-top:1px solid #456058;padding:21px 0}.map-list li>span:last-child{margin-left:auto;color:#9ab2a8}.map-num{color:var(--yellow);font: .8125rem monospace}.map-list strong{font-size:.9375rem;font-weight:500}.map-list p{font-size:.8125rem;color:#a8c0b5;margin:4px 0 0}.panel-foot{display:flex;justify-content:space-between;padding:18px 26px;border-top:1px solid #456058;font-size:.65rem;letter-spacing:.06em;color:#b6cbc2}.hero-bottom{border-top:1px solid #35516f;margin-top:76px;padding:22px 0;display:flex;justify-content:space-between;gap:20px;color:#b9cadd;align-items:center}.hero-bottom span{font-size:.7rem;letter-spacing:.09em}.hero-bottom p{font-size:.8125rem;margin:0}.problem h2{font-size:clamp(2rem,3vw,2.6rem)}.body-copy{color:var(--muted);padding-top:25px}.body-copy strong{color:var(--ink);font-weight:500}.pillars{background:var(--pale)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:36px}.section-head>p{color:var(--muted);font-size:.9375rem}.pillar{border-top:2px solid var(--ink);padding-top:27px}.serial{font: .875rem monospace;color:#657689;display:block;margin-bottom:35px}.pillar h3{font-size:1.8rem;font-weight:500}.pillar>p{color:var(--muted);max-width:310px;min-height:80px}.pillar-note{padding-top:18px;border-top:1px solid var(--line);font-size:.875rem}.steps{list-style:none;padding:0;margin:0}.steps li{display:flex;gap:24px;padding:0 0 26px}.steps li>span{display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;width:38px;height:38px;flex-shrink:0;font-size:.875rem}.steps h3{font-size:1.15rem;margin:6px 0 12px}.steps p{color:var(--muted);margin:0}.takeaway{border:1px solid var(--line);border-left:4px solid var(--yellow);padding:30px 35px;display:grid;grid-template-columns:1fr 1fr;gap:55px;margin-top:42px}.takeaway h3{margin:10px 0 0}.takeaway p{margin:0;color:var(--muted)}.audience{background:var(--pale)}.check-list{padding:0;list-style:none}.check-list li{position:relative;padding:10px 0 10px 26px}.check-list li:before{content:'✓';position:absolute;left:0;color:#173b60;font-weight:bold}.scope{padding:35px;border:1px solid #d3dce6;background:#fff}.scope h3{font-size:1.7rem}.scope p:not(.eyebrow){color:var(--muted);font-size:.9375rem}.scope p:last-child{margin-bottom:0}.guide-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:110px}.guide-intro{max-width:350px}.guide-intro p{color:var(--muted)}.large-copy{font-size:1.35rem;color:var(--ink)!important;line-height:1.4}.small-note{font-size:.8125rem;line-height:1.6;color:var(--muted)}.deliverables{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.deliverables li{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}.deliverables li>span{font: .8125rem monospace;color:#5b6167;padding-top:3px}.deliverables h3{font-size:1.125rem;margin-bottom:7px}.deliverables p{font-size:.9375rem;color:var(--muted);margin:0}.guide-caption{font-size:.8125rem;color:var(--muted);margin:34px 0 0;padding-top:22px;border-top:1px solid var(--line)}.offer-section{background:#012040;color:white}.offer-grid{display:grid;grid-template-columns:1fr .8fr;gap:100px;align-items:center}.offer-grid>div>p:not(.eyebrow){color:#cad7e6;max-width:470px}.offer-grid h2{font-size:clamp(2rem,3.3vw,3rem)}.offer-grid .eyebrow{color:#feb809}.price-card{background:white;color:var(--ink);padding:40px;border-radius:8px}.price-card .eyebrow{color:var(--muted)}.price{font-size:5.5rem;letter-spacing:-.07em;line-height:1.2;font-weight:600;margin:15px 0 4px}.price span:first-child{font-size:1.7rem;letter-spacing:-.03em;vertical-align:top;display:inline-block;margin:16px 8px 0 0}.price span:last-child{font-size:2.5rem;letter-spacing:-.04em}.price-card>p{color:var(--muted);font-size:.875rem}.price-card .check-list{font-size:.875rem;margin-bottom:25px}.price-card .button{width:100%;font-size:.875rem}.price-card .small-note{margin:12px 0 20px}.pending{border-top:1px solid var(--line);padding-top:14px;font-size:.8125rem;color:var(--muted)}summary{cursor:pointer;min-height:30px}.pending ul{padding-left:18px}.objections h2{margin-bottom:40px}.objections article{border-left:2px solid var(--yellow);padding-left:22px}.objections h3{font-size:1.2rem}.objections p{font-size:.9375rem;color:var(--muted);margin-bottom:0}.faq{background:var(--pale)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px}.accordion details{border-bottom:1px solid #d2dce7;padding:22px 0}.accordion details:first-child{padding-top:0}.accordion summary{font-weight:600;font-size:1rem;list-style:none;display:flex;justify-content:space-between;gap:20px;align-items:center;line-height:1.5}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:'+';font-size:1.5rem;font-weight:400}.accordion details[open] summary:after{content:'−'}.accordion p{color:var(--muted);font-size:.9375rem;margin:20px 28px 0 0}.final-cta{padding:90px 0;background:var(--ink);color:white;text-align:center}.final-cta h2{font-size:clamp(2.6rem,5vw,4.5rem)}.final-cta .eyebrow{color:#bfcedf}.final-cta p:last-child{color:#bfcedf;font-size:.875rem;margin:22px 0 0}footer{padding:32px 0;background:#00152d;color:white}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-grid p{font-size:.75rem;color:#bfcedf;margin:0}.footer-grid button{font-size:.8125rem;color:#c8d6e5}.noscript{position:fixed;bottom:0;background:var(--yellow);padding:16px;width:100%;text-align:center}
dialog{border:0;padding:0;border-radius:12px;width:min(790px,calc(100% - 32px));max-height:90dvh;color:var(--ink);box-shadow:0 25px 100px #0005}dialog::backdrop{background:#00152dce;backdrop-filter:blur(4px)}body.modal-open{overflow:hidden}.quiz-shell{padding:30px 40px 38px}.quiz-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.icon-button{border:1px solid var(--line);border-radius:50%;background:white;color:var(--ink);font-size:1.5rem;width:42px;height:42px;display:grid;place-items:center;flex-shrink:0}.quiz-title{font-size:clamp(1.65rem,3vw,2.3rem);line-height:1.2;margin-bottom:24px}.quiz-intro{color:var(--muted)}.quiz-tags{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.quiz-tags span{background:var(--pale);padding:8px 12px;border-radius:4px;font-size:.8125rem}.quiz-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:27px}.quiz-actions .button{min-height:48px;padding:13px 18px}.progress-top{display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:.8125rem}.progress{width:100%;height:5px;border:0;display:block;margin:12px 0 28px;background:var(--pale);appearance:none}.progress::-webkit-progress-bar{background:var(--pale);border-radius:4px}.progress::-webkit-progress-value{background:var(--green);border-radius:4px}.progress::-moz-progress-bar{background:var(--green)}fieldset{border:0;padding:0;margin:0;min-width:0}legend{padding:0}.option{display:flex;gap:14px;align-items:center;border:1px solid var(--line);border-radius:5px;padding:17px;margin:11px 0;cursor:pointer;line-height:1.5;font-size:.9375rem}.option:hover{background:var(--pale)}.option:has(input:checked){border-color:var(--green);background:#eef3f8;box-shadow:inset 3px 0 var(--green)}.option input{accent-color:var(--green);width:19px;height:19px;flex-shrink:0;margin:0}textarea{width:100%;border:1px solid #7e8e9f;border-radius:5px;min-height:135px;padding:14px;resize:vertical;color:var(--ink);background:white}.count{font-size:.8125rem;color:var(--muted);text-align:right}.error{color:#a02f16;font-size:.875rem;margin-top:15px}.error:empty{display:none}.score-head{display:flex;gap:30px;align-items:center;padding:25px;background:var(--ink);color:#fff;border-radius:6px;margin-bottom:25px}.score-number{font-size:4rem;font-weight:600;letter-spacing:-.06em;line-height:1}.score-number small{font-size:1rem;letter-spacing:0;color:#c4d2e0}.score-head h3{font-size:1.25rem;margin:0 0 8px;color:var(--yellow)}.score-head p{margin:0;font-size:.75rem;color:#ccd8e5}.result-section{margin-top:30px}.result-section h3{font-size:1.15rem;margin-bottom:20px}.result-pillar{padding:18px 0;border-bottom:1px solid var(--line)}.result-pillar>div{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:.9375rem}.result-pillar p{font-size:.8125rem;color:var(--muted);margin:8px 0 0}.pillar-meter{height:5px;background:var(--pale);margin-top:10px}.pillar-meter span{display:block;height:100%;background:#234f7b}.priorities{padding-left:22px}.priorities li{margin-bottom:20px;padding-left:5px}.priorities strong{font-size:.9375rem}.priorities p{font-size:.875rem;color:var(--muted);margin:5px 0}.recommendation{border-left:3px solid var(--yellow);background:var(--pale);padding:20px;margin-top:22px;font-size:.9375rem}.recommendation p:last-child{margin-bottom:0}.result-actions{display:flex;gap:16px;flex-wrap:wrap}.clear-button{font-size:.8125rem;color:var(--muted)}#privacy p{color:var(--muted);font-size:.9375rem}#privacy h2{font-size:2rem}#quiz-title:focus{outline:none}
@media(min-width:1600px){.hero{padding-top:100px}.hero-bottom{margin-top:95px}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero-grid{gap:45px}.hero{padding-top:60px}.nav nav{gap:20px}.split,.two-grid{gap:45px}.guide-grid{gap:60px}.offer-grid{gap:50px;grid-template-columns:1fr 1fr}.faq-grid{gap:45px}.price-card{padding:30px}.hero .eyebrow{font-size:.65rem}.map-panel{box-shadow:10px 10px 0 #193135}.panel-top{padding:20px;font-size:.6rem}.panel-heading{padding:25px 20px}.map-list{padding:0 20px}.map-list strong{font-size:.875rem}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.nav{min-height:82px;gap:16px}.nav nav{display:none}.brand{font-size:.62rem;gap:10px}.brand small{font-size:.56rem}.brand-mark{font-size:2.1rem}.nav .button{font-size:.75rem;padding:10px;gap:8px;min-height:42px}.nav .button span{display:none}.hero{padding-top:45px}.hero-grid{grid-template-columns:1fr;gap:35px}.hero-copy{max-width:560px}.hero h1{font-size:clamp(2.8rem,9.6vw,4rem);max-width:560px}.hero-lead{font-size:1rem}.hero .eyebrow{font-size:.63rem;margin-bottom:25px}.map-panel{transform:none;max-width:540px;width:100%;margin:0 auto;box-shadow:none}.panel-heading{padding-top:25px;padding-bottom:20px}.big-number{font-size:4.1rem}.map-list li{padding:16px 0}.map-list strong{font-size:.9375rem}.panel-top{font-size:.68rem}.panel-foot{font-size:.6rem;padding:18px 20px}.hero-bottom{margin-top:36px;display:block;padding:18px 0}.hero-bottom p{font-size:.75rem;margin-top:6px}.section{padding:65px 0}.split,.two-grid,.guide-grid,.offer-grid,.faq-grid{grid-template-columns:1fr;gap:30px}.section-head{display:block;margin-bottom:30px}.section-head h2{margin-bottom:22px}.three-grid{grid-template-columns:1fr;gap:30px}.pillar{padding-top:22px}.serial{margin-bottom:20px}.pillar h3 br{display:none}.pillar h3{font-size:1.6rem}.pillar>p{max-width:none;min-height:0}.pillar-note{padding-top:12px}.body-copy{padding-top:0}.takeaway{grid-template-columns:1fr;gap:20px;padding:25px;margin-top:30px}.scope{padding:27px}.guide-intro{max-width:none}.guide-grid{gap:32px}.offer-grid h2 br:last-of-type{display:none}.price-card{padding:28px}.offer-grid>div>p:not(.eyebrow){max-width:none}.objections h2 br{display:none}.objections h2{margin-bottom:30px}.faq-grid{gap:15px}.final-cta{padding:65px 0}.final-cta .eyebrow{font-size:.67rem}.footer-grid{flex-direction:column;align-items:flex-start;gap:20px}dialog{width:calc(100% - 20px);max-height:94dvh}.quiz-shell{padding:22px}.quiz-top{margin-bottom:22px}.quiz-actions{gap:12px}.quiz-actions .button{padding:12px;font-size:.875rem}.score-head{padding:20px;gap:20px}.score-number{font-size:3.2rem}.score-head h3{font-size:1.1rem}.quiz-title{font-size:1.65rem}.quiz-tags{gap:6px}.quiz-tags span{font-size:.75rem}.result-actions .button{width:100%}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.nav .button{max-width:110px}.hero h1{font-size:2.65rem}.button{gap:15px;padding:16px}.panel-foot{letter-spacing:0}.price{font-size:4.8rem}.quiz-shell{padding:18px}.quiz-actions{flex-wrap:wrap}.score-head{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.button:not([aria-disabled=true]):hover{transform:none}}

/* Identidade visual extraída da logo fornecida: marinho, amarelo e cinza. */

.header{border-bottom:1px solid #dce2e9}.nav{min-height:100px}.brand{font-size:1.1rem;letter-spacing:.01em;gap:9px;line-height:1.1}.brand-logo{width:72px;height:72px;object-fit:contain;display:block;border-radius:50%;background:white;flex-shrink:0}.brand small{font-size:.76rem;letter-spacing:.11em;color:#012040;margin-top:6px}.nav .button-outline{background:#012040;color:white;border-color:#012040}.nav .button-outline:hover{background:#153e67}.hero{isolation:isolate;padding-top:88px;background:#012040;min-height:710px}.hero-scene{position:absolute;inset:0;z-index:-2}.hero-scene img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 44%}.hero:before{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#00152df5 0%,#00152dec 26%,#00152dba 43%,#00152d35 65%,#00152d00 88%),linear-gradient(0deg,#00152deb 0%,transparent 28%)}.hero-grid{display:block;min-height:484px}.hero-copy{max-width:600px}.hero h1{font-size:clamp(3.2rem,5.1vw,4.6rem);line-height:1.08;max-width:630px}.hero .eyebrow{color:#feb809;font-size:.75rem}.hero-lead{color:#e2e9f1;max-width:470px}.hero-micro{color:#e1e8f0}.hero-bottom{margin-top:36px;border-color:#ffffff38;flex-wrap:wrap;position:relative}.hero-bottom small{font-size:.75rem;color:#c2d0df}.guide-grid{grid-template-columns:1.08fr 1fr;gap:65px;align-items:start}.guide-intro{max-width:none}.product-figure{margin:0 0 25px}.product-figure img{display:block;width:100%;height:auto;border-radius:8px;background:#012040;box-shadow:0 14px 35px #01204018}.product-figure figcaption{font-size:.75rem;line-height:1.5;color:#5b6167;margin-top:11px}.guide-intro .large-copy{font-size:1.5rem;margin-top:25px}.guide-intro>p:not(.large-copy){font-size:.9375rem;max-width:480px}.guide .deliverables li{padding:24px 0}.guide-caption{line-height:1.7}.footer-grid .brand-logo{width:60px;height:60px}.footer-grid .brand small{color:#feb809}.offer-section{background:linear-gradient(115deg,#012040,#06172e)}.price-card{border-top:4px solid #feb809}.score-head{background:#012040}.option:has(input:checked){background:#edf3fa}.final-cta{position:relative;overflow:hidden;border-top:4px solid #feb809}.button-yellow{box-shadow:0 4px 15px #00152d20}.text-button:hover{color:#315c88}
@media(min-width:1600px){.hero{min-height:760px;padding-top:108px}.hero-grid{min-height:485px}.hero-scene img{object-position:center 48%}}
@media(max-width:1050px){.hero h1{font-size:3.5rem;max-width:510px}.hero-copy{max-width:500px}.hero:before{background:linear-gradient(90deg,#00152df5 0%,#00152de8 28%,#00152d85 55%,#00152d22 80%),linear-gradient(0deg,#00152deb,transparent 30%)}.guide-grid{gap:38px}.brand{font-size:1rem}.nav nav{gap:20px}.hero-grid{min-height:470px}}
@media(max-width:760px){.nav{min-height:88px}.brand{font-size:.93rem;gap:5px}.brand-logo{width:57px;height:57px}.brand small{font-size:.65rem;letter-spacing:.08em}.nav .button{font-size:.75rem;padding:11px 12px;min-height:44px}.hero{padding-top:40px;min-height:0;padding-bottom:0}.hero-grid{min-height:0;padding-bottom:280px}.hero-copy{max-width:560px}.hero h1{font-size:clamp(2.85rem,9.8vw,4rem);max-width:510px}.hero .eyebrow{font-size:.67rem;margin-bottom:22px}.hero-lead{font-size:1rem;max-width:450px;color:#e0e9f3}.hero-scene{top:auto;height:420px;bottom:75px}.hero-scene img{object-fit:cover;object-position:69% center}.hero:before{background:linear-gradient(180deg,#00152d 0%,#00152d 37%,#00152ddb 51%,#00152d00 73%,#00152d59 90%,#00152d 100%)}.hero-bottom{margin-top:0;background:#00152d;border-top:1px solid #ffffff38;padding:18px 0}.hero-bottom span{font-size:.65rem}.hero-bottom p{font-size:.75rem}.hero-bottom small{display:block;font-size:.7rem;margin-top:6px}.hero .button-yellow{max-width:100%}.guide-grid{grid-template-columns:1fr;gap:35px}.product-figure{margin-bottom:20px}.guide-intro .large-copy{margin-top:20px}.footer-grid .brand{font-size:1rem}.footer-grid .brand-logo{width:58px;height:58px}.guide .deliverables li{padding:22px 0}}
@media(max-width:360px){.brand{font-size:.85rem}.brand-logo{width:46px;height:46px}.brand small{font-size:.6rem}.hero h1{font-size:2.7rem}.hero .eyebrow{font-size:.62rem}.hero-grid{padding-bottom:240px}.hero-scene{height:360px;bottom:96px}.hero:before{background:linear-gradient(180deg,#00152d 0%,#00152d 42%,#00152db0 61%,transparent 77%,#00152d 100%)}.nav .button{max-width:112px;line-height:1.25}}

/* Marca única: gancho hexagonal da capa do eBook. */
.header{background:#012040;border-color:#23415f}.nav{min-height:100px}.nav nav{color:#fff}.nav .button-outline{background:#feb809;border-color:#feb809;color:#012040}.nav .button-outline:hover{background:#ffcb42}.brand{display:flex;flex-shrink:0}.brand-logo,.footer-grid .brand-logo{width:240px;height:80px;max-width:100%;border-radius:0;background:transparent;object-fit:contain}.footer-grid .brand-logo{width:210px;height:70px}.nav .brand{margin-left:-27px}footer{background:#012040}
@media(max-width:1050px){.nav .brand-logo{width:210px;height:70px}.nav .brand{margin-left:-22px}.nav nav{gap:20px}}
@media(max-width:760px){.nav{min-height:84px;gap:10px}.nav .brand-logo{width:185px;height:62px}.nav .brand{margin-left:-20px}.nav .button{font-size:.72rem;padding:10px;max-width:130px}.footer-grid .brand-logo{width:210px;height:70px}.footer-grid .brand{margin-left:-22px}}
@media(max-width:360px){.nav .brand-logo{width:164px;height:55px}.nav .brand{margin-left:-18px}.nav .button{max-width:110px;font-size:.7rem}}

.producer-contact{padding-top:24px;padding-bottom:36px;border-top:1px solid #23415f;color:#dce5ed;font-size:.875rem;line-height:1.8}.producer-contact a,.pending a{overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}.producer-contact p{margin:6px 0}
