:root{--primary:#0b76e0;--primary2:#075ab0;--dark:#102f49;--text:#1f2937;--muted:#6b7a89;--bg:#f5f8fc;--surface:#fff;--line:#e4ebf2;--ok:#159447;--warn:#d97706;--danger:#c24141;--gold:#d7a52a;--shadow:0 14px 40px rgba(16,47,73,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.container{max-width:1160px;margin:auto;padding:0 20px}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}
.public-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{height:82px;display:flex;align-items:center;justify-content:space-between}.public-nav{gap:20px}.site-logo{height:64px;width:auto;display:block}.logo-link{display:flex;align-items:center}.header-trust{display:flex;gap:20px;font-size:14px;color:#41566a;font-weight:700}.brand{font-weight:800;color:var(--dark);font-size:21px}.brand span{color:var(--primary)}
.hero-sales{background:linear-gradient(135deg,#eef6ff 0%,#f8fbff 55%,#fff8e6 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:46px;align-items:center;padding-top:62px;padding-bottom:62px}.hero-copy h1{font-size:48px;line-height:1.08;margin:10px 0 18px;color:var(--dark);letter-spacing:-1.5px}.hero-copy h1 span{color:var(--primary)}.hero-copy>p{font-size:19px;color:#5b6d7e;max-width:720px;margin:0 0 26px}.eyebrow{display:inline-block;font-size:12px;font-weight:900;letter-spacing:1.3px;color:var(--primary);text-transform:uppercase}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}.trust-row>div{background:#ffffffaa;border:1px solid #dce8f5;border-radius:14px;padding:14px}.trust-row b{display:block;color:#173b58;font-size:14px}.trust-row small{display:block;color:var(--muted);margin-top:3px}.security-card{background:#fff;border:1px solid #dce7f1;border-radius:24px;padding:32px;box-shadow:0 20px 60px rgba(13,81,145,.12);position:relative;overflow:hidden}.security-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#eaf5ff;right:-70px;top:-70px}.security-icon{font-size:52px;position:relative}.security-card h3{font-size:24px;color:var(--dark);margin:12px 0 8px;position:relative}.security-card p{color:var(--muted);position:relative}.mini-checks{display:grid;gap:10px;margin-top:20px;position:relative}.mini-checks span{font-weight:700;color:#355268;font-size:14px}
.section{padding-top:68px;padding-bottom:68px}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.section-head h2{font-size:36px;color:var(--dark);margin:8px 0 8px;letter-spacing:-.8px}.section-head p{color:var(--muted);font-size:17px;margin:0}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card,.panel,.form-card,.order-card{background:#fff;border-radius:20px;box-shadow:var(--shadow);border:1px solid var(--line)}.product-card{padding:30px;position:relative;transition:.2s transform,.2s box-shadow}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(16,47,73,.12)}.product-icon{font-size:38px;width:66px;height:66px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#edf6ff;margin-bottom:18px}.product-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.product-card h3{font-size:24px;color:var(--dark);margin:0}.product-tag{background:#edf6ff;color:#0b66bd;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;white-space:nowrap}.product-features{display:grid;gap:8px;margin:20px 0;color:#355268;font-weight:700;font-size:14px}.price-block{padding:18px 0;border-top:1px solid var(--line);margin-top:18px}.price-block small{color:var(--muted)}.price{font-size:34px;font-weight:900;color:var(--dark);line-height:1.15}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;padding:12px 18px;border:none;border-radius:11px;font-weight:800;cursor:pointer;transition:.18s}.btn:hover{background:var(--primary2);transform:translateY(-1px)}.btn.secondary{background:#eef4fb;color:#205a86}.btn.secondary:hover{background:#e2edf8}.btn.danger{background:var(--danger)}.btn-lg{padding:14px 21px;border-radius:12px;font-size:16px}.btn-full{width:100%}
.how-section{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.how-item{background:#f8fbff;border:1px solid #e4edf6;border-radius:18px;padding:24px;text-align:center}.how-item>span{width:42px;height:42px;border-radius:50%;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.how-item h3{margin:12px 0 4px;color:var(--dark)}.how-item p{margin:0;color:var(--muted)}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.faq-grid details{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.faq-grid summary{cursor:pointer;font-weight:800;color:var(--dark)}.faq-grid p{color:var(--muted);margin-bottom:0}.public-footer{background:#0d2d46;color:#d8e4ed;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .9fr;gap:35px;padding-top:45px;padding-bottom:30px}.footer-grid>div{display:grid;align-content:start;gap:8px}.footer-grid b{color:#fff}.footer-grid a,.footer-grid span,.footer-grid p{color:#b9ccd9;font-size:14px}.footer-logo{width:180px;max-height:90px;object-fit:contain;background:#fff;border-radius:12px;padding:6px}.footer-bottom{border-top:1px solid #ffffff18;padding-top:18px;padding-bottom:22px;color:#91a9ba;font-size:13px}
/* Checkout */
.checkout-page{background:#f4f7fb}.checkout-shell{padding-top:30px;padding-bottom:70px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}.checkout-main{min-width:0}.checkout-head{margin-bottom:18px}.back-link{display:inline-block;color:#5d7284;font-weight:700;font-size:14px;margin-bottom:10px}.checkout-head h1{font-size:31px;color:var(--dark);margin:4px 0 3px}.checkout-head p{margin:0}.checkout-security{color:#355268;font-weight:800;font-size:14px}.wizard-progress{display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 20px;margin-bottom:18px;box-shadow:0 5px 18px rgba(16,47,73,.04)}.wizard-step{display:flex;align-items:center;gap:9px;color:#8a9aaa;font-size:13px;white-space:nowrap}.wizard-step span{width:30px;height:30px;border-radius:50%;background:#e9eef4;display:flex;align-items:center;justify-content:center;font-weight:900}.wizard-step.active{color:var(--dark)}.wizard-step.active span{background:var(--primary);color:#fff}.wizard-line{height:2px;background:#e8edf2;flex:1;margin:0 12px}.form-stage{display:none}.form-stage.active{display:block}.form-card{padding:24px;margin-bottom:16px}.form-card-head{display:flex;gap:13px;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:18px}.form-card-head h2{margin:0 0 2px;font-size:20px;color:var(--dark)}.form-card-head p{margin:0;color:var(--muted);font-size:14px}.form-icon{width:42px;height:42px;border-radius:12px;background:#edf6ff;display:flex;align-items:center;justify-content:center;font-size:21px;flex:0 0 auto}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.full{grid-column:1/-1}label{font-size:14px;font-weight:800;color:#394b5a}label small{font-weight:500;color:#8292a0}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cbd7e3;border-radius:10px;margin-top:6px;background:#fff;color:#263746;outline:none;transition:.15s}input:focus,select:focus,textarea:focus{border-color:#63a8ea;box-shadow:0 0 0 3px #0b76e016}.field-help{display:block;margin-top:5px;color:var(--muted)}.ok-text{color:var(--ok)!important}.stage-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:18px 0}.validation-card{border-color:#dbe8f4}.question-box>p{font-weight:800;color:var(--dark)}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{display:block;position:relative}.choice input{position:absolute;opacity:0;width:1px;height:1px}.choice span{display:flex;flex-direction:column;border:1.5px solid #d5e0ea;border-radius:13px;padding:14px 16px;cursor:pointer;background:#fff;transition:.15s}.choice span b{color:var(--dark)}.choice span small{color:var(--muted);font-weight:500;margin-top:2px}.choice input:checked+span{border-color:var(--primary);background:#eef7ff;box-shadow:0 0 0 2px #0b76e012}.conditional-question{display:none;margin-top:20px;padding-top:18px;border-top:1px dashed #d8e2eb}.conditional-question.show{display:block}.notice{padding:13px 15px;border-radius:10px;background:#fff7dc;color:#784d00;margin:12px 0}.success{background:#e8f8ee;color:#166534}.error{background:#fdecec;color:#991b1b}.notice.compact{font-size:13px;margin-top:14px}.coupon-inline{display:grid;gap:7px}.coupon-hint{font-size:12px;color:var(--muted)}.summary{background:#f7fafc;border:1px solid #e5ebf1;padding:15px;border-radius:12px}.summary.clean{background:#fbfdff}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px dashed #dbe3ea}.summary-row:last-child{border:0}.total-row{font-size:16px}.consent{display:flex;gap:10px;align-items:flex-start;margin-top:18px;font-weight:600;line-height:1.4}.consent input{width:auto;margin-top:3px}.secure-note{text-align:center;color:#718391;font-size:12px;margin-top:8px}.btn-pay{min-width:260px}.checkout-sidebar .sticky{position:sticky;top:105px}.order-card{padding:24px}.order-product-icon{font-size:34px;margin-bottom:8px}.order-card h3{font-size:20px;color:var(--dark);margin:6px 0 10px}.product-features.small{font-size:13px;margin:14px 0}.order-price{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0;margin:16px 0}.order-price small{display:block;color:var(--muted)}.order-price strong{font-size:30px;color:var(--dark)}.order-safe{display:grid;gap:9px;font-size:13px;color:#506679;font-weight:700}
/* Existing payment/admin */
.panel{padding:25px;margin:28px auto}.steps{display:flex;gap:8px;margin:10px 0 25px}.step{flex:1;padding:9px;text-align:center;background:#eaf0f6;border-radius:9px;font-size:13px;color:#657786}.step.active{background:#dcedff;color:#0b62b6;font-weight:800}.qr{max-width:260px;width:100%}.muted{color:var(--muted)}table{width:100%;border-collapse:collapse}th,td{padding:11px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:14px}.badge{display:inline-block;padding:5px 9px;border-radius:999px;background:#eef2f7;font-size:12px;font-weight:700}.badge.ok{background:#e6f7ec;color:#13733a}.badge.warn{background:#fff3dd;color:#9a5b00}.admin-layout{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.sidebar{background:#102f49;color:#fff;padding:22px}.sidebar a{display:block;padding:11px 12px;border-radius:8px;margin:5px 0}.sidebar a:hover{background:#ffffff14}.admin-main{padding:28px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.stat{background:#fff;border:1px solid #e5ebf1;border-radius:14px;padding:18px}.stat b{font-size:26px;color:var(--dark)}.admin-logo{width:150px;max-height:85px;object-fit:contain;background:#fff;border-radius:10px;padding:5px;margin-bottom:18px}.logo-preview{max-width:240px;max-height:150px;object-fit:contain;border:1px solid var(--line);background:#fff;padding:10px;border-radius:12px;display:block;margin:10px 0}
@media(max-width:920px){.hero-grid,.checkout-grid{grid-template-columns:1fr}.hero-visual{display:none}.checkout-sidebar{order:-1}.checkout-sidebar .sticky{position:static}.order-card{display:grid;grid-template-columns:auto 1fr;gap:8px 18px;align-items:center}.order-card>*{grid-column:2}.order-product-icon{grid-column:1;grid-row:1/5}.order-price,.order-safe{grid-column:1/-1}.how-grid{grid-template-columns:1fr 1fr}.trust-row{grid-template-columns:1fr}.hero-copy h1{font-size:42px}}
@media(max-width:760px){.header-trust span:last-child{display:none}.site-logo{height:54px}.nav{height:72px}.hero-grid{padding-top:40px;padding-bottom:44px}.hero-copy h1{font-size:35px;letter-spacing:-.8px}.hero-copy>p{font-size:17px}.cards,.grid,.faq-grid{grid-template-columns:1fr}.section{padding-top:48px;padding-bottom:48px}.section-head h2{font-size:29px}.how-grid{grid-template-columns:1fr 1fr}.wizard-progress{padding:12px}.wizard-step b{display:none}.wizard-line{margin:0 7px}.choice-grid{grid-template-columns:1fr}.stage-actions{flex-direction:column-reverse;align-items:stretch}.stage-actions .btn{width:100%}.btn-pay{min-width:0}.checkout-head h1{font-size:26px}.form-card{padding:18px}.admin-layout{grid-template-columns:1fr}.sidebar{position:relative}.stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.footer-logo{width:150px}}
@media(max-width:480px){.how-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.header-trust{font-size:12px}.product-top{display:block}.product-tag{display:inline-block;margin-top:8px}.stats{grid-template-columns:1fr}}

/* V3 - identidade, portal, chat e agendamentos */
.site-logo{height:86px;width:auto;max-width:260px;object-fit:contain;display:block}.public-header .nav{min-height:104px;height:auto}.logo-link{display:flex;align-items:center}.header-chat-link{border:0;background:transparent;color:inherit;font:inherit;font-weight:700;cursor:pointer;padding:0}.header-trust a{font-weight:700;color:var(--dark)}
.certifier-mark{width:74px;height:74px;border-radius:18px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.certifier-mark img{max-width:62px;max-height:62px;object-fit:contain}.mini-logo-preview{display:block;margin-top:8px;width:66px;height:66px;object-fit:contain;border:1px solid var(--line);border-radius:10px;padding:4px;background:#fff}
.portal-auth{padding:70px 20px}.auth-card{max-width:480px;margin:0 auto;padding:30px}.auth-card label{display:block;margin:15px 0}.portal-nav{display:flex;align-items:center;gap:18px}.portal-nav a{color:#0b67c2;font-weight:800}.portal-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.portal-hero h1{font-size:38px;margin:6px 0}.portal-order{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;margin-bottom:22px;box-shadow:0 12px 35px #14324a0b}.portal-order-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:18px}.portal-order-head h2{margin:10px 0 0}.status-pill{padding:8px 12px;border-radius:999px;background:#fff3dd;color:#8a5700;font-size:13px;font-weight:800}.status-pill.ok{background:#e6f7ec;color:#13733a}.portal-order-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portal-box{border:1px solid var(--line);border-radius:16px;padding:18px;background:#fbfdff}.portal-box h3{margin-top:0}.appointment-date{font-size:20px;font-weight:900;color:var(--dark);margin:12px 0}.timeline-mini{display:grid;gap:10px}.timeline-mini span{color:#8393a3;font-weight:700}.timeline-mini span.done{color:#13733a}.portal-create{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.portal-cta{margin-top:25px;padding:20px;border-radius:15px;background:#eef7ff;border:1px solid #cfe5fb}.panel-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.chat-fab-wrap{position:fixed;right:24px;bottom:24px;z-index:9998}.chat-fab{border:0;border-radius:999px;background:#0b76e0;color:#fff;padding:14px 18px;box-shadow:0 12px 35px #0003;font-weight:900;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:15px}.chat-window{position:fixed;right:24px;bottom:86px;width:min(370px,calc(100vw - 28px));height:520px;max-height:calc(100vh - 120px);background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 60px #0003;z-index:9999;display:none;overflow:hidden}.chat-window.open{display:flex;flex-direction:column}.chat-head{background:#103a5a;color:#fff;padding:15px 17px;display:flex;justify-content:space-between;align-items:center}.chat-head div{display:grid}.chat-head small{opacity:.8;margin-top:2px}.chat-head button{border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}.chat-start{padding:18px;display:grid;gap:11px}.chat-start input{width:100%}.chat-conversation{display:none;flex:1;min-height:0;flex-direction:column}.chat-messages{flex:1;overflow:auto;padding:14px;background:#f5f8fb;display:flex;flex-direction:column;gap:9px}.chat-msg{max-width:82%;display:grid;gap:2px}.chat-msg span{padding:9px 11px;border-radius:12px;background:#fff;border:1px solid var(--line);word-break:break-word}.chat-msg small{font-size:10px;color:#7d8d9a}.chat-msg.customer{align-self:flex-end}.chat-msg.customer span{background:#0b76e0;color:#fff;border-color:#0b76e0}.chat-msg.admin{align-self:flex-start}.chat-compose{padding:11px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:8px}.chat-compose textarea{resize:none}.chat-admin-grid{display:grid;grid-template-columns:320px 1fr;gap:20px}.chat-session-list{padding:14px;max-height:78vh;overflow:auto}.chat-session-link{display:flex!important;justify-content:space-between;align-items:center;gap:12px;padding:12px!important;border-radius:12px;color:var(--dark)!important;border-bottom:1px solid var(--line)}.chat-session-link.active{background:#eaf5ff}.chat-session-link div{display:grid;gap:3px}.chat-session-link small{color:var(--muted)}.admin-chat-box{display:flex;flex-direction:column;min-height:620px}.admin-chat-head{display:flex;justify-content:space-between;gap:20px}.admin-chat-head h2{margin-bottom:4px}.admin-chat-messages{flex:1;max-height:500px;overflow:auto;background:#f5f8fb;border-radius:14px;padding:15px;display:flex;flex-direction:column;gap:10px}.admin-chat-compose{display:grid;grid-template-columns:1fr auto auto;gap:8px;margin-top:12px}.admin-chat-compose textarea{min-height:70px}.table-wrap{overflow:auto}
@media(max-width:900px){.portal-order-grid{grid-template-columns:1fr}.chat-admin-grid{grid-template-columns:1fr}.chat-session-list{max-height:300px}.header-trust{gap:12px}.site-logo{height:76px}.public-header .nav{min-height:92px}}
@media(max-width:700px){.site-logo{height:68px;max-width:190px}.public-header .nav{min-height:82px}.header-trust span:first-child{display:none}.header-trust a{font-size:12px}.header-chat-link{font-size:12px}.portal-hero,.portal-order-head{align-items:stretch;flex-direction:column}.portal-hero h1{font-size:30px}.chat-fab-wrap{right:14px;bottom:14px}.chat-window{right:14px;bottom:74px}.chat-fab span{display:none}.admin-chat-compose{grid-template-columns:1fr}.panel-title-row{flex-direction:column}}

/* V3.1 - fluxo sem CNH direcionado ao atendimento antes do pagamento */
.no-cnh-support{display:none;margin-top:20px;padding:22px;border:1px solid #f0c36a;border-radius:18px;background:linear-gradient(135deg,#fff9e8,#fff);gap:16px;align-items:flex-start;box-shadow:0 10px 28px rgba(137,91,0,.08)}
.no-cnh-support.show{display:flex}.no-cnh-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:#fff0bd;display:grid;place-items:center;font-size:24px}.no-cnh-support h3{margin:0 0 8px;color:#0e3856}.no-cnh-support p{margin:0 0 10px;line-height:1.55}.no-cnh-safe{font-weight:700;color:#126c43}.btn-chat-attention{margin-top:4px}.next-stage.disabled,.next-stage:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2)}
.cnh-info-section{padding:28px 0 8px}.cnh-info-card{display:grid;grid-template-columns:90px 1fr;gap:24px;align-items:start;padding:30px;border:1px solid #d9e7f2;border-radius:24px;background:linear-gradient(135deg,#f6fbff,#fff8e8);box-shadow:0 15px 40px rgba(7,53,84,.08)}.cnh-info-icon{width:78px;height:78px;border-radius:22px;background:#e9f5ff;display:grid;place-items:center;font-size:38px}.cnh-info-copy h2{margin:7px 0 10px}.cnh-info-copy p{max-width:880px;line-height:1.65}.cnh-info-copy small{display:block;margin-top:12px;color:#63778a}
@media(max-width:720px){.no-cnh-support{flex-direction:column}.cnh-info-card{grid-template-columns:1fr;padding:22px}.cnh-info-icon{width:60px;height:60px;font-size:30px}}


/* V3.2 — identidade MixSign, cadastro antes da compra e atendimento profissional */
:root{--brand-navy:#082f56;--brand-navy-2:#0d456f;--brand-blue:#0874d9;--brand-blue-2:#0b8bef;--brand-gold:#d9a928;--brand-gold-soft:#fff6d9;--brand-ice:#f3f8fd;--brand-border:#dbe7f1}
body{background:#f4f8fc}.public-header{border-bottom:1px solid #dbe7f1;box-shadow:0 3px 18px rgba(8,47,86,.045)}.header-trust{color:var(--brand-navy)}.header-trust a,.header-chat-link{transition:.2s}.header-trust a:hover,.header-chat-link:hover{color:var(--brand-blue)}
.btn{background:linear-gradient(135deg,var(--brand-blue),#0562bb);box-shadow:0 7px 18px rgba(8,116,217,.18);border:0}.btn:hover{transform:translateY(-1px);filter:brightness(.98)}.btn.secondary{background:#fff;color:var(--brand-navy);border:1px solid #cadbea;box-shadow:none}.eyebrow{color:var(--brand-blue)}
.product-card.featured{border-top:4px solid var(--brand-gold)}.product-tag{background:var(--brand-gold-soft);color:#755807}.price{color:var(--brand-navy)}
.sidebar{background:linear-gradient(180deg,#072d51 0%,#0b3b61 100%);border-right:1px solid #0b456f}.sidebar a{border-left:3px solid transparent}.sidebar a:hover{background:#ffffff12;border-left-color:var(--brand-gold)}.admin-main{background:#f4f8fc}.panel,.stat{border-color:var(--brand-border);box-shadow:0 12px 32px rgba(8,47,86,.055)}
.customer-access-shell{display:grid;grid-template-columns:1.05fr .75fr;gap:54px;align-items:center;min-height:calc(100vh - 110px);padding-top:52px;padding-bottom:60px}.access-benefits{padding:22px}.access-benefits h1{font-size:48px;line-height:1.06;color:var(--brand-navy);margin:10px 0 18px;letter-spacing:-1.2px}.access-benefits>p{font-size:18px;color:#607489;max-width:670px}.access-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.access-benefit-grid>div{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid var(--brand-border);border-radius:16px;background:#fff}.access-benefit-grid b{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--brand-gold-soft);color:#755807}.access-benefit-grid span{font-weight:750;color:var(--brand-navy)}.access-security{padding:16px 18px;border-radius:14px;background:#eaf5ff;color:#1a5e91;font-weight:700;margin-top:24px}.auth-card-premium{max-width:520px;width:100%;padding:34px;border-radius:24px;position:relative;overflow:hidden}.auth-brand-line{height:5px;position:absolute;left:0;right:0;top:0;background:linear-gradient(90deg,var(--brand-blue) 0 68%,var(--brand-gold) 68%)}.auth-card-premium h2{font-size:30px;color:var(--brand-navy);margin:5px 0}.auth-card-premium label{font-weight:750;color:#29455e}.auth-card-premium input{margin-top:7px;background:#fbfdff;border-color:#ccdae7}.auth-switch{text-align:center;margin-top:20px;padding-top:18px;border-top:1px solid var(--brand-border);color:#6c7f90}.auth-switch a{color:var(--brand-blue);font-weight:850}
.prepurchase-hero{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:32px;border-radius:26px;background:linear-gradient(135deg,#eaf5ff,#fffaf0);border:1px solid var(--brand-border);margin-bottom:24px}.prepurchase-hero h1{font-size:40px;color:var(--brand-navy);margin:7px 0}.prepurchase-price{min-width:230px;background:#fff;padding:22px;border-radius:18px;border:1px solid var(--brand-border);text-align:right;box-shadow:0 12px 26px rgba(8,47,86,.08)}.prepurchase-price small,.prepurchase-price span{display:block;color:#6e8090}.prepurchase-price strong{display:block;font-size:36px;color:var(--brand-navy);margin:4px 0}.prepurchase-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.info-panel{position:relative;padding:26px;border-radius:20px}.info-panel h2{color:var(--brand-navy);margin:3px 0 8px}.info-panel p{color:#5f7284}.info-panel.important{border:1px solid #e7c45e;background:linear-gradient(135deg,#fffaf0,#fff)}.info-number{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#eaf5ff;color:var(--brand-blue);font-weight:900;margin-bottom:15px}.important .info-number{background:var(--brand-gold-soft);color:#805f00}.prepurchase-action{display:flex;align-items:center;justify-content:space-between;gap:22px;background:var(--brand-navy);color:#fff;padding:23px 28px;border-radius:20px;margin-top:22px}.prepurchase-action div{display:grid}.prepurchase-action span{opacity:.78;margin-top:3px}.prepurchase-action .btn{background:linear-gradient(135deg,var(--brand-gold),#bf8e16);color:#142c41;box-shadow:none}
.portal-quick-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:14px;margin-bottom:24px}.portal-quick-card{background:#fff;border:1px solid var(--brand-border);border-radius:17px;padding:17px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 20px rgba(8,47,86,.045)}.portal-quick-card>span{font-size:25px}.portal-quick-card div{display:grid;flex:1}.portal-quick-card b{color:var(--brand-navy)}.portal-quick-card small{color:#718494;margin-top:2px}.portal-quick-card>strong{color:var(--brand-blue);font-size:22px}.portal-guide-card{background:linear-gradient(135deg,#fff9e9,#fff)}.portal-guide-card button{border:0;background:transparent;color:var(--brand-blue);font-weight:850;cursor:pointer}
/* Chat público */
.chat-fab{background:linear-gradient(135deg,var(--brand-navy),#0a5f97);padding:11px 16px 11px 12px;border:1px solid #ffffff22;box-shadow:0 15px 35px rgba(8,47,86,.28)}.chat-fab-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--brand-gold);font-size:18px}.chat-fab>span:last-child{display:grid;text-align:left;line-height:1.1}.chat-fab b{font-size:14px}.chat-fab small{font-size:10px;opacity:.78;margin-top:4px}.chat-window{width:min(400px,calc(100vw - 26px));height:570px;border-radius:22px;border:1px solid #cbdbe8;box-shadow:0 28px 70px rgba(8,47,86,.28)}.chat-head{background:linear-gradient(135deg,var(--brand-navy),var(--brand-navy-2));padding:17px 18px;border-bottom:3px solid var(--brand-gold)}.chat-brand{display:flex!important;grid-template-columns:none!important;align-items:center;gap:11px}.chat-brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--brand-blue),var(--brand-gold));display:grid;place-items:center;font-weight:950;font-size:22px}.chat-brand div{display:grid}.chat-brand small{display:flex;align-items:center;gap:6px}.online-dot{width:8px;height:8px;border-radius:50%;background:#45df85;box-shadow:0 0 0 3px #45df8525}.chat-intro{display:grid;gap:3px;padding:14px 18px;background:#f2f8fd;border-bottom:1px solid var(--brand-border);color:#566c7f}.chat-intro b{color:var(--brand-navy)}.chat-start{padding:16px 18px}.chat-start small{color:#7a8b99;font-size:11px}.chat-start input{background:#fbfdff}.chat-messages{background:linear-gradient(180deg,#f6f9fc,#edf4f9);padding:18px}.chat-msg span{border-radius:15px;padding:10px 13px;box-shadow:0 2px 6px #173a5210}.chat-msg.customer span{background:linear-gradient(135deg,var(--brand-blue),#0867bd);border-color:transparent}.chat-compose{padding:13px;background:#fff}.chat-compose textarea{border-radius:13px;background:#f9fbfd}.chat-send-btn{min-width:78px}.chat-send-btn:disabled{opacity:.65;cursor:wait}
/* Central de atendimento admin */
.support-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.support-title h1{margin:4px 0;color:var(--brand-navy);font-size:34px}.support-title p{margin:0;color:#718393}.support-online{display:flex;align-items:center;gap:8px;background:#eaf8ef;color:#19633b;border:1px solid #cdebd9;border-radius:999px;padding:8px 12px;font-weight:800;font-size:13px}.support-online i{width:8px;height:8px;border-radius:50%;background:#25b867}.support-layout{display:grid;grid-template-columns:360px 1fr;background:#fff;border:1px solid var(--brand-border);border-radius:22px;min-height:650px;overflow:hidden;box-shadow:0 18px 45px rgba(8,47,86,.08)}.support-list{border-right:1px solid var(--brand-border);background:#fbfdff;max-height:75vh;overflow:auto}.support-list-head{display:flex;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--brand-border);position:sticky;top:0;background:#fbfdff;z-index:2}.support-list-head span{background:#eaf5ff;color:var(--brand-blue);border-radius:999px;padding:2px 8px;font-weight:900}.support-contact{display:grid!important;grid-template-columns:44px 1fr auto;align-items:center;gap:11px;padding:15px 17px!important;border-bottom:1px solid #edf2f6;color:inherit!important;transition:.16s}.support-contact:hover,.support-contact.active{background:#edf7ff}.support-contact.active{box-shadow:inset 4px 0 0 var(--brand-blue)}.support-avatar{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--brand-blue),#0b5596);color:#fff;display:grid;place-items:center;font-weight:950}.support-avatar.large{width:50px;height:50px}.support-contact-copy{min-width:0}.support-contact-copy>div{display:flex;align-items:center;gap:7px}.support-contact-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7d8d9b;max-width:190px}.unread-dot{min-width:20px;height:20px;border-radius:999px;background:var(--brand-gold);color:#283747;display:grid;place-items:center;font-size:10px;font-weight:950}.support-status{font-size:11px;font-weight:900;padding:5px 8px;border-radius:999px;background:#edf1f5;color:#6b7b88}.support-status.waiting{background:#fff2c9;color:#765700}.support-status.open{background:#e8f7ee;color:#176b3d}.support-status.closed{background:#f0f2f5;color:#7d8993}.support-conversation{display:flex;flex-direction:column;min-width:0}.support-conversation-head{display:flex;align-items:center;gap:12px;padding:17px 20px;border-bottom:1px solid var(--brand-border)}.support-conversation-head>div:nth-child(2){flex:1}.support-conversation-head h2{margin:0;color:var(--brand-navy)}.support-conversation-head p{margin:2px 0;color:#778a99;font-size:13px}.support-conversation-head a{color:var(--brand-blue);font-weight:800;font-size:13px}.support-messages{flex:1;min-height:470px;max-height:58vh;overflow:auto;padding:22px;background:linear-gradient(180deg,#f6f9fc,#edf4f9);display:flex;flex-direction:column;gap:10px}.support-compose{padding:14px 17px;background:#fff;border-top:1px solid var(--brand-border)}.support-compose textarea{width:100%;min-height:72px;resize:none;border-radius:14px}.support-compose-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:9px}.support-welcome{margin:auto;text-align:center;color:#738595}.support-welcome-icon{font-size:48px}.support-empty{padding:30px 20px;color:#7e8d9a;text-align:center}
@media(max-width:980px){.customer-access-shell{grid-template-columns:1fr;gap:20px}.access-benefits h1{font-size:38px}.auth-card-premium{margin:auto}.portal-quick-grid{grid-template-columns:1fr}.support-layout{grid-template-columns:1fr}.support-list{max-height:300px;border-right:0;border-bottom:1px solid var(--brand-border)}.prepurchase-grid{grid-template-columns:1fr}}
@media(max-width:700px){.access-benefit-grid{grid-template-columns:1fr}.customer-access-shell{padding-top:25px}.access-benefits{padding:6px}.access-benefits h1{font-size:34px}.prepurchase-hero,.prepurchase-action{flex-direction:column;align-items:stretch}.prepurchase-price{text-align:left}.prepurchase-hero h1{font-size:32px}.support-title{align-items:flex-start;flex-direction:column;gap:12px}.support-layout{border-radius:14px}.chat-window{right:10px;bottom:76px}.chat-fab-wrap{right:10px;bottom:12px}}
/* V3.3 - pre-check CNH, parceria de certificadora e pós-atendimento */
.precheck-section{background:linear-gradient(135deg,var(--brand-navy),#0a4777);padding:28px 0;border-bottom:4px solid var(--brand-gold)}
.precheck-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;color:#fff}.precheck-copy h1{font-size:34px;line-height:1.12;margin:7px 0 10px;letter-spacing:-.5px}.precheck-copy p{margin:0;color:#d6e5f0;font-size:16px}.eyebrow.gold{color:#f3c74e}.precheck-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.precheck-choice{border:1px solid #ffffff33;border-radius:16px;padding:16px;text-align:left;display:grid;gap:3px;cursor:pointer;transition:.18s;background:#ffffff0d;color:#fff}.precheck-choice b{font-size:16px}.precheck-choice small{color:#d7e5ef;line-height:1.35}.precheck-choice:hover{transform:translateY(-2px);border-color:#ffffff66}.precheck-choice.yes{background:#0f609a}.precheck-choice.no{background:linear-gradient(135deg,#d8a72a,#ba8713);color:#102f49}.precheck-choice.no small{color:#223c51}.partner-strip{background:#fff;border-bottom:1px solid var(--brand-border)}.partner-inner{min-height:88px;display:grid;grid-template-columns:74px 1fr auto;gap:18px;align-items:center}.partner-logo{width:68px;height:58px;object-fit:contain;border-radius:10px;background:#fff}.partner-inner>div{display:grid}.partner-inner b{color:var(--brand-navy);font-size:16px}.partner-inner span{color:#6b7e8e;font-size:13px}.partner-seal{font-weight:900!important;color:#745600!important;background:var(--brand-gold-soft);padding:7px 11px;border-radius:999px}
.chat-rating{padding:28px 22px;text-align:center;overflow:auto}.chat-rating h3{color:var(--brand-navy);margin:9px 0 5px;font-size:22px}.chat-rating p{color:#6b7e8e;margin:0 0 18px}.rating-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:auto;background:var(--brand-gold-soft);color:#8c6800;font-size:26px;font-weight:900}.rating-stars{display:flex;justify-content:center;gap:6px;margin-bottom:15px}.rating-stars button{border:0;background:transparent;color:#cdd6de;font-size:32px;cursor:pointer;padding:2px}.rating-stars button.active{color:var(--brand-gold)}.chat-rating textarea{resize:none;margin-bottom:12px}.rating-skip{border:0;background:transparent;color:#738697;font-weight:750;cursor:pointer;padding:10px}.support-archive-note{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:12px 20px;background:#fff9e8;border-bottom:1px solid #eedb9c}.support-archive-note>div:first-child{display:grid}.support-archive-note span{font-size:12px;color:#7d6c3f}.support-rating{display:grid;text-align:right}.support-rating strong{color:#d3a21e;font-size:19px;letter-spacing:1px}.support-rating small{color:#6f6250;max-width:330px}.support-rating.pending{font-size:12px;color:#81734e}.contact-rating{grid-column:2/4;color:#d5a31c;font-size:11px;line-height:1;margin-top:-5px}
@media(max-width:850px){.precheck-card{grid-template-columns:1fr}.precheck-copy h1{font-size:28px}.partner-inner{grid-template-columns:58px 1fr}.partner-logo{width:54px}.partner-seal{display:none}}
@media(max-width:580px){.precheck-actions{grid-template-columns:1fr}.partner-inner{padding-top:12px;padding-bottom:12px}.precheck-section{padding:20px 0}}

/* ===== MIXSIGN V4.0 — identidade azul marinho + dourado ===== */
:root{--mm-navy:#062a57;--mm-navy2:#0a3c78;--mm-blue:#0d74e7;--mm-blue2:#175fc0;--mm-gold:#e6a400;--mm-gold2:#f2bd2f;--mm-ink:#092846;--mm-muted:#66788b;--mm-bg:#f5f8fc;--mm-line:#dce6f0;--mm-ok:#179b58;--mm-warn:#f19a17;--mm-white:#fff;--mm-shadow:0 18px 42px rgba(7,43,84,.10)}
.v4-public,.v4-portal,.v4-admin{background:var(--mm-bg);color:var(--mm-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif}
.v4-public *,.v4-portal *,.v4-admin *{box-sizing:border-box}.v4-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--mm-blue);text-transform:uppercase}.v4-kicker.gold{color:var(--mm-gold)}
.v4-public-header{background:#fff;border-bottom:1px solid var(--mm-line);position:sticky;top:0;z-index:40}.v4-public-header>.container{height:90px;display:flex;align-items:center;justify-content:space-between;gap:20px}.v4-public-brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--mm-navy)}.v4-public-brand img{height:66px;width:auto;max-width:100px;object-fit:contain}.v4-public-brand div,.v4-brand div{display:flex;flex-direction:column;line-height:1}.v4-public-brand b,.v4-brand b{font-size:19px;letter-spacing:.08em}.v4-public-brand span,.v4-brand span{font-size:12px;color:var(--mm-gold);font-weight:900;letter-spacing:.2em;margin-top:5px}.v4-public-header nav{display:flex;align-items:center;gap:20px;font-weight:750;font-size:14px}.v4-public-header nav button{border:0;background:none;color:var(--mm-ink);font-weight:750;cursor:pointer}.v4-login-btn{background:var(--mm-blue);color:#fff!important;text-decoration:none;padding:11px 22px;border-radius:10px;box-shadow:0 8px 20px rgba(13,116,231,.18)}
.v4-hero{background:linear-gradient(125deg,#071f43 0%,#082f63 56%,#0c4387 100%);padding:58px 0;color:#fff;position:relative;overflow:hidden}.v4-hero:after{content:"";position:absolute;width:480px;height:480px;border:70px solid rgba(255,255,255,.025);border-radius:50%;right:-190px;top:-220px}.v4-hero-grid{display:grid;grid-template-columns:1.15fr .75fr;gap:46px;align-items:center;position:relative;z-index:1}.v4-hero h1{font-size:48px;line-height:1.05;margin:12px 0 18px;max-width:760px;color:#fff}.v4-hero h1 span{color:#58a7ff}.v4-hero p{font-size:18px;line-height:1.6;color:#d9e8f8;max-width:760px}.v4-cnh-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:30px 0 22px}.v4-cnh{display:flex;align-items:center;gap:14px;border:1px solid rgba(255,255,255,.14);padding:18px;border-radius:16px;text-decoration:none;text-align:left;cursor:pointer;font:inherit}.v4-cnh i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-style:normal;font-size:23px;font-weight:900;flex:0 0 auto}.v4-cnh b{display:block;font-size:17px;margin-bottom:5px}.v4-cnh small{display:block;line-height:1.4}.v4-cnh.yes{background:#fff;color:#12345a}.v4-cnh.yes i{background:#e9f8ef;color:#178c4d}.v4-cnh.no{background:rgba(255,255,255,.06);color:#fff}.v4-cnh.no i{background:#fff0dc;color:#e97b00}.v4-cnh.no:hover{background:rgba(255,255,255,.12)}.v4-hero-trust{display:flex;flex-wrap:wrap;gap:12px}.v4-hero-trust span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);padding:9px 13px;border-radius:999px;font-size:13px}.v4-trust-card{background:#fff;color:var(--mm-ink);padding:30px;border-radius:24px;box-shadow:0 28px 60px rgba(0,0,0,.18)}.v4-trust-card img{height:76px;width:76px;object-fit:contain;border:1px solid var(--mm-line);border-radius:18px;padding:8px}.v4-trust-card h3{font-size:26px;margin:20px 0 8px}.v4-trust-card p{color:var(--mm-muted);font-size:15px}.v4-trust-card ul{padding-left:20px;line-height:2;color:#284965;font-weight:700}
.v4-flow-section{background:#fff;border-bottom:1px solid var(--mm-line);padding:35px 0}.v4-flow-section h2{font-size:30px;margin:7px 0 24px}.v4-public-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.v4-public-flow span{text-align:center;position:relative}.v4-public-flow span:not(:last-child):after{content:"";position:absolute;top:25px;right:-13%;width:26%;border-top:2px dashed #bdd2e7}.v4-public-flow i{display:grid;place-items:center;margin:0 auto 8px;width:50px;height:50px;border:1px solid #c9d9e8;border-radius:50%;color:var(--mm-blue);font-style:normal;font-weight:900;background:#fff}.v4-public-flow b,.v4-public-flow small{display:block}.v4-public-flow small{color:var(--mm-muted);font-size:12px;margin-top:3px}.v4-products{padding:70px 0}.v4-section-title{text-align:center;max-width:700px;margin:0 auto 35px}.v4-section-title h2{font-size:38px;margin:8px 0}.v4-section-title p{color:var(--mm-muted)}.v4-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:920px;margin:0 auto}.v4-product-grid article{background:#fff;border:1px solid var(--mm-line);border-radius:22px;padding:30px;box-shadow:var(--mm-shadow);position:relative}.v4-product-icon{width:58px;height:58px;border-radius:16px;background:#eaf4ff;display:grid;place-items:center;font-size:26px;color:var(--mm-blue)}.v4-product-type{display:inline-block;margin:18px 0 6px;color:var(--mm-blue);font-size:12px;font-weight:900;letter-spacing:.08em}.v4-product-grid h3{font-size:26px;margin:0 0 8px}.v4-product-grid p{color:var(--mm-muted);min-height:48px}.v4-product-tags{display:flex;gap:8px;margin:16px 0}.v4-product-tags span{background:#eef4fa;padding:7px 10px;border-radius:999px;font-weight:800;font-size:12px}.v4-product-grid strong{display:block;font-size:34px;margin:18px 0;color:var(--mm-navy)}.v4-partner{background:#081f42;color:#fff;padding:44px 0}.v4-partner>.container{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}.v4-partner img{height:72px;width:100px;object-fit:contain;background:#fff;border-radius:16px;padding:8px}.v4-partner h2{margin:5px 0}.v4-partner p{margin:0;color:#d9e6f2}.v4-footer{background:#06172e;color:#dbe7f3;padding:38px 0 16px}.v4-footer>.container:first-child{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.v4-footer img{height:70px;background:#fff;border-radius:12px;padding:5px}.v4-footer b{display:block;color:#fff;margin-bottom:12px}.v4-footer a,.v4-footer button{display:block;color:#cfe0ef;text-decoration:none;border:0;background:none;padding:5px 0;font:inherit;cursor:pointer}.v4-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:25px;font-size:13px}
/* Portal */
.v4-portal-layout,.v4-admin-layout{min-height:100vh;display:grid;grid-template-columns:245px minmax(0,1fr)}.v4-portal-side,.v4-sidebar{background:linear-gradient(180deg,#061f43,#073361);color:#fff;padding:22px 16px;position:sticky;top:0;height:100vh;overflow:auto}.v4-brand{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;padding:0 5px 16px}.v4-brand img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:12px;padding:3px}.v4-brand b{font-size:16px}.v4-brand span{font-size:10px}.v4-side-label{font-size:10px;color:#88a9c9;letter-spacing:.13em;margin:18px 10px 9px;font-weight:800}.v4-portal-side nav,.v4-sidebar nav{display:flex;flex-direction:column;gap:5px}.v4-portal-side nav a,.v4-portal-side nav button,.v4-sidebar nav a{border:0;color:#e8f2fb;text-decoration:none;background:transparent;padding:12px 13px;border-radius:11px;display:flex;align-items:center;gap:11px;font:inherit;font-weight:650;text-align:left;cursor:pointer}.v4-portal-side nav a:hover,.v4-portal-side nav button:hover,.v4-portal-side nav a.active,.v4-sidebar nav a:hover,.v4-sidebar nav a.active{background:linear-gradient(90deg,#0d64ca,#0b4d9b);color:#fff}.v4-portal-side nav a span,.v4-portal-side nav button span,.v4-sidebar nav a span{flex:1}.v4-sidebar nav a em{background:#e23d3d;color:#fff;font-style:normal;font-size:11px;border-radius:999px;min-width:21px;height:21px;display:grid;place-items:center}.v4-portal-help{margin-top:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:14px}.v4-portal-help p{font-size:12px;color:#c9daea}.v4-portal-help button{width:100%;background:var(--mm-gold);color:#1c2d40;border:0;border-radius:9px;padding:10px;font-weight:900;cursor:pointer}.v4-logout{display:block;color:#c9daea;text-decoration:none;padding:18px 12px}.v4-portal-main,.v4-admin-main{min-width:0}.v4-portal-top,.v4-topbar{height:112px;background:#fff;border-bottom:1px solid var(--mm-line);display:flex;align-items:center;justify-content:space-between;padding:24px 34px}.v4-portal-top>div:first-child>span{color:var(--mm-blue);font-size:11px;font-weight:900;letter-spacing:.12em}.v4-portal-top h1,.v4-topbar h1{margin:4px 0;font-size:28px}.v4-portal-top p{margin:0;color:var(--mm-muted)}.v4-portal-actions,.v4-top-actions{display:flex;align-items:center;gap:10px}.v4-portal-actions a,.v4-portal-actions button{border:1px solid var(--mm-line);background:#fff;color:var(--mm-ink);padding:10px 14px;border-radius:10px;text-decoration:none;font-weight:750;cursor:pointer}.v4-buy-flow,.v4-current,.v4-orders-list{background:#fff;margin:22px 28px;border:1px solid var(--mm-line);border-radius:18px;padding:22px;box-shadow:0 8px 28px rgba(8,45,85,.05)}.v4-buy-flow h2{font-size:18px;margin:0 0 18px}.v4-buy-flow>div{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.v4-buy-flow span{text-align:center;position:relative}.v4-buy-flow i{width:42px;height:42px;border:1px solid #ccdbe9;border-radius:50%;display:grid;place-items:center;margin:auto;color:var(--mm-blue);font-style:normal}.v4-buy-flow b,.v4-buy-flow small{display:block;font-size:12px}.v4-buy-flow b{margin-top:6px}.v4-buy-flow small{color:var(--mm-muted)}.v4-current-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.v4-current h2{margin:5px 0 0}.v4-order-chip{background:var(--mm-navy);color:#fff;padding:13px 18px;border-radius:12px;text-align:right}.v4-order-chip b,.v4-order-chip span{display:block}.v4-order-chip span{font-size:11px;color:#cfe1f3}.v4-order-chip span.ok{color:#7df1ad}.v4-progress{display:grid;grid-template-columns:repeat(5,1fr);margin-top:26px}.v4-progress>div{text-align:center;position:relative}.v4-progress>div:not(:last-child):after{content:"";position:absolute;top:20px;left:65%;right:-35%;height:3px;background:#dce5ed}.v4-progress>div.done:not(:last-child):after{background:var(--mm-ok)}.v4-progress i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#eef2f5;color:#8595a5;font-style:normal;font-weight:900;position:relative;z-index:1}.v4-progress .done i{background:var(--mm-ok);color:#fff}.v4-progress .current i{background:var(--mm-gold);color:#fff}.v4-progress b,.v4-progress small{display:block}.v4-progress b{font-size:12px;margin-top:8px}.v4-progress small{font-size:11px;color:var(--mm-muted);margin-top:3px}.v4-portal-grid{display:grid;grid-template-columns:1fr 1.2fr .8fr;gap:18px;margin:0 28px 22px}.v4-portal-card{background:#fff;border:1px solid var(--mm-line);border-radius:18px;padding:22px}.v4-portal-card h3{font-size:20px;margin:6px 0 10px}.v4-portal-card.next h3{color:#dc7b00}.v4-portal-card ul{padding-left:18px;line-height:1.9;color:#39536a}.v4-date-big{font-size:17px;font-weight:850;margin:16px 0}.v4-link-btn{border:0;background:none;color:var(--mm-blue);padding:12px 0;font-weight:700;cursor:pointer}.v4-empty-card{margin:22px 28px;background:#fff;border:1px solid var(--mm-line);padding:30px;border-radius:18px;display:flex;justify-content:space-between;gap:30px;align-items:center}.v4-empty-card h2{margin:6px 0}.v4-empty-card p{color:var(--mm-muted)}
/* Admin */
.v4-sidebar-bottom{margin-top:28px;border-top:1px solid rgba(255,255,255,.11);padding-top:12px}.v4-sidebar-bottom a{display:block;color:#d8e6f4;text-decoration:none;padding:9px 12px}.v4-sidebar-bottom small{display:block;color:#789bbb;padding:20px 12px 0}.v4-topbar{position:sticky;top:0;z-index:10}.v4-topbar .v4-kicker{font-size:10px}.v4-top-actions .v4-icon-action{position:relative;text-decoration:none;background:#f0f6fc;border:1px solid var(--mm-line);padding:10px;border-radius:11px}.v4-top-actions .v4-icon-action b{position:absolute;right:-5px;top:-7px;background:#e33939;color:#fff;font-size:10px;min-width:18px;height:18px;border-radius:50%;display:grid;place-items:center}.v4-admin-user{font-weight:800}.v4-admin-content{padding:24px 28px 40px}.v4-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.v4-metrics article{background:#fff;border:1px solid var(--mm-line);border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(5,42,78,.04)}.v4-metrics span{display:block;font-size:10px;font-weight:850;color:#718399;letter-spacing:.07em}.v4-metrics strong{display:block;font-size:24px;margin:6px 0;color:#158a4e}.v4-metrics article.warn strong{color:#e88900}.v4-metrics small{color:var(--mm-muted)}.v4-admin-grid{display:grid;grid-template-columns:1.55fr .85fr;gap:18px;margin-bottom:18px}.v4-admin-grid.lower{grid-template-columns:.9fr 1.1fr}.v4-panel{background:#fff;border:1px solid var(--mm-line);border-radius:17px;padding:20px}.v4-panel-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.v4-panel-head h2{margin:4px 0 0;font-size:20px}.v4-panel-head>a{color:var(--mm-blue);font-weight:700;text-decoration:none;font-size:13px}.v4-bars{height:195px;display:flex;align-items:end;gap:14px;padding:14px 8px 0;border-bottom:1px solid var(--mm-line);background:repeating-linear-gradient(to bottom,#fff,#fff 38px,#eef3f8 39px)}.v4-bars>div{flex:1;text-align:center}.v4-bars span{display:block;margin:auto;width:46%;background:linear-gradient(#1b80ea,#0c56ad);border-radius:7px 7px 0 0;min-height:8px}.v4-bars small{display:block;font-size:10px;color:var(--mm-muted);padding:7px 0}.v4-status-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:13px}.v4-status-row div{background:#f7f9fc;border-radius:11px;padding:10px}.v4-status-row b,.v4-status-row span{display:block}.v4-status-row b{font-size:20px}.v4-status-row span{font-size:11px;color:var(--mm-muted)}.v4-list{display:flex;flex-direction:column}.v4-list>a,.v4-list.agenda>div{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf1f5;text-decoration:none;color:var(--mm-ink)}.v4-list a>div,.v4-list.agenda>div>div{flex:1}.v4-list b,.v4-list small{display:block}.v4-list small{font-size:11px;color:var(--mm-muted);margin-top:2px}.v4-list em{font-size:10px;color:#e37a00;background:#fff3df;border-radius:999px;padding:5px 8px;font-style:normal}.avatar-dot{width:35px;height:35px;border-radius:50%;background:#e6f2ff;color:var(--mm-blue);display:grid;place-items:center;font-weight:900}.time-badge{background:#eaf5ef;color:#18824b;padding:7px 9px;border-radius:8px;font-weight:800;font-size:11px}.v4-table-wrap{overflow:auto}.v4-table{width:100%;border-collapse:collapse}.v4-table th,.v4-table td{text-align:left;padding:12px 10px;border-bottom:1px solid #edf1f5;white-space:nowrap}.v4-table th{font-size:10px;color:#728398;text-transform:uppercase;letter-spacing:.05em}.v4-table td{font-size:13px}.v4-pill{display:inline-block;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850;background:#eef2f6;color:#566a7e}.v4-pill.ok{background:#e6f7ee;color:#14864b}.v4-pill.pending{background:#fff4df;color:#d77c00}
@media(max-width:1050px){.v4-hero-grid{grid-template-columns:1fr}.v4-public-flow{grid-template-columns:repeat(3,1fr)}.v4-portal-layout,.v4-admin-layout{grid-template-columns:82px minmax(0,1fr)}.v4-portal-side,.v4-sidebar{padding:15px 10px}.v4-brand div,.v4-side-label,.v4-portal-side nav span,.v4-sidebar nav span,.v4-portal-help,.v4-sidebar-bottom small{display:none}.v4-brand{justify-content:center}.v4-portal-side nav a,.v4-portal-side nav button,.v4-sidebar nav a{justify-content:center;font-size:19px}.v4-sidebar nav a em{position:absolute;margin-left:27px;margin-top:-22px}.v4-portal-grid{grid-template-columns:1fr 1fr}.v4-portal-card.help{grid-column:1/-1}.v4-metrics{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.v4-public-header>.container{height:72px}.v4-public-brand div{display:none}.v4-public-brand img{height:54px}.v4-public-header nav span{display:none}.v4-public-header nav{gap:8px}.v4-public-header nav button{font-size:0}.v4-public-header nav button:after{content:"💬";font-size:20px}.v4-login-btn{padding:9px 13px}.v4-hero{padding:38px 0}.v4-hero h1{font-size:34px}.v4-cnh-grid,.v4-product-grid{grid-template-columns:1fr}.v4-public-flow{grid-template-columns:repeat(2,1fr)}.v4-public-flow span:after{display:none}.v4-partner>.container,.v4-footer>.container:first-child{grid-template-columns:1fr}.v4-portal-layout,.v4-admin-layout{display:block}.v4-portal-side,.v4-sidebar{position:static;height:auto}.v4-portal-side nav,.v4-sidebar nav{display:grid;grid-template-columns:repeat(4,1fr)}.v4-portal-side nav a,.v4-portal-side nav button,.v4-sidebar nav a{padding:9px;font-size:16px}.v4-sidebar-bottom{display:flex;justify-content:space-between}.v4-portal-top,.v4-topbar{height:auto;padding:18px;align-items:flex-start}.v4-portal-actions,.v4-top-actions{display:none}.v4-buy-flow,.v4-current,.v4-orders-list{margin:14px}.v4-buy-flow>div{grid-template-columns:repeat(3,1fr);row-gap:15px}.v4-progress{grid-template-columns:1fr;gap:8px}.v4-progress>div{text-align:left;display:grid;grid-template-columns:42px 1fr;column-gap:10px}.v4-progress>div:after{display:none}.v4-progress i{grid-row:1/3}.v4-progress b{margin:3px 0 0}.v4-portal-grid{grid-template-columns:1fr;margin:0 14px 14px}.v4-portal-card.help{grid-column:auto}.v4-empty-card{margin:14px;display:block}.v4-metrics,.v4-admin-grid,.v4-admin-grid.lower{grid-template-columns:1fr}.v4-admin-content{padding:14px}.v4-status-row{grid-template-columns:repeat(2,1fr)}}
/* V4.0.4 - Cupons */
.coupon-apply-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.coupon-apply-row input{min-height:52px;text-transform:uppercase}.coupon-status{margin-top:10px;min-height:22px;font-size:.94rem;color:#5f7187}.coupon-status.success{color:#138a42;font-weight:700}.coupon-status.error{color:#b42318;font-weight:700}.coupon-discount-row b{color:#138a42}@media(max-width:640px){.coupon-apply-row{grid-template-columns:1fr}.coupon-apply-row .btn{width:100%}}

/* V4.0.5 - pagamentos */
.payment-config-card{border:1px solid #dbe5f1;border-radius:18px;padding:18px;margin:14px 0;background:#fff}.toggle-line{display:flex;gap:12px;align-items:flex-start;font-size:16px}.toggle-line input{width:20px;height:20px;margin-top:2px}.toggle-line span{display:flex;flex-direction:column;gap:3px}.toggle-line small{color:#64748b;font-weight:400}.config-dependent{margin-top:18px;padding-top:16px;border-top:1px solid #e7edf5}.pix-box{margin:18px 0;border:1px solid #dbe5f1;border-radius:20px;padding:24px;background:#fff}.pix-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.manual-pix-grid{display:grid;grid-template-columns:260px 1fr;gap:28px;align-items:start;margin-top:18px}.pix-qr-card{border:1px solid #e2e8f0;background:#f8fbff;border-radius:18px;padding:18px;text-align:center}.pix-qr-card #manualQr{display:flex;justify-content:center;min-height:220px}.pix-qr-card img,.pix-qr-card canvas{max-width:100%;height:auto}.pix-details{display:grid;gap:14px}.pix-details>div{padding:12px 14px;border:1px solid #e6edf5;border-radius:12px;background:#f8fafc;display:flex;justify-content:space-between;gap:15px}.pix-details small{color:#64748b}.pix-amount{color:#0d64d8;font-size:20px}.copy-field{display:flex;gap:8px}.copy-field input{flex:1}.purchase-confirm{border:2px solid #d9e6f5;border-radius:14px;padding:14px;background:#f8fbff}.payment-panel{max-width:1080px;margin:24px auto}.qr{max-width:240px}.pix-qr-wrap{text-align:center}@media(max-width:760px){.manual-pix-grid{grid-template-columns:1fr}.pix-box-head{flex-direction:column}.copy-field{flex-direction:column}}


/* V4.0.8 - pagina de orientacao/pre-compra */
.v408-prebuy{background:#f3f7fb}.v408-prebuy-main{padding:26px 0 120px}.v408-steps{display:flex;align-items:center;justify-content:center;gap:10px;margin:4px auto 22px;color:#8a9bad;font-size:12px;font-weight:800}.v408-steps span{display:flex;align-items:center;gap:7px}.v408-steps span b{font-size:12px}.v408-steps i{width:48px;height:2px;background:#d9e3ed}.v408-steps .done{color:#16864e}.v408-steps .active{color:#0b6dd8}.v408-product-summary{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center;background:linear-gradient(135deg,#eef7ff 0%,#fffaf0 100%);border:1px solid #d9e6f2;border-radius:22px;padding:28px 32px;box-shadow:0 10px 32px rgba(14,52,83,.05)}.v408-product-summary h1{font-size:34px;margin:6px 0 14px;color:#07345a}.v408-tags{display:flex;flex-wrap:wrap;gap:9px}.v408-tags span{background:#fff;border:1px solid #dbe6ef;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:800;color:#31516c}.v408-price{min-width:220px;background:#fff;border:1px solid #dbe6ef;border-radius:17px;padding:18px 20px;text-align:right}.v408-price small,.v408-price span{display:block;color:#6b7d8f}.v408-price strong{display:block;font-size:34px;color:#07345a;margin:4px 0}.v408-cnh-gate{margin-top:20px;background:#062f57;color:#fff;border-radius:22px;padding:28px 32px;box-shadow:0 16px 38px rgba(6,47,87,.13)}.v408-cnh-copy{max-width:800px}.v408-cnh-copy h2{font-size:30px;margin:7px 0}.v408-cnh-copy p{color:#d9e7f4;margin:0}.eyebrow.gold{color:#f2b51d}.v408-cnh-options{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.v408-cnh-choice{border:2px solid transparent;background:#fff;color:#0d3859;border-radius:16px;padding:17px 18px;display:flex;align-items:center;gap:13px;text-align:left;cursor:pointer;transition:.18s}.v408-cnh-choice:hover{transform:translateY(-1px)}.v408-cnh-choice .ico{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;font-size:22px;font-weight:900}.v408-cnh-choice b,.v408-cnh-choice small{display:block}.v408-cnh-choice small{margin-top:3px;color:#6b7e8f}.v408-cnh-choice.yes .ico{background:#e5f8ec;color:#13854a}.v408-cnh-choice.no .ico{background:#fff1df;color:#d66b00}.v408-cnh-choice.yes.selected{border-color:#20a45d;box-shadow:0 0 0 3px rgba(32,164,93,.15)}.v408-cnh-choice.no.selected{border-color:#e68a20;box-shadow:0 0 0 3px rgba(230,138,32,.15)}.v408-cnh-result{margin-top:14px;border-radius:13px;padding:12px 14px;font-weight:750}.v408-cnh-result.ok{background:#e7f8ee;color:#0f6f3c}.v408-cnh-result.warn{background:#fff0db;color:#8c5100}.v408-essentials{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px;margin-top:20px}.v408-docs,.v408-journey{background:#fff;border:1px solid #dce6ef;border-radius:20px;padding:24px}.v408-docs h2,.v408-journey h2{margin:5px 0 14px;color:#07345a}.v408-docs ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.v408-docs li{color:#38566e}.v408-journey-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:18px}.v408-journey-row div{text-align:center;flex:1}.v408-journey-row b{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;margin:0 auto 7px;background:#e8f3ff;color:#0b6dd8}.v408-journey-row span{font-size:12px;font-weight:800;color:#38566e}.v408-journey-row i{font-style:normal;color:#9aabba}.v408-details{background:#fff;border:1px solid #dce6ef;border-radius:18px;margin-top:18px;overflow:hidden}.v408-details summary{cursor:pointer;padding:17px 20px;font-weight:850;color:#0b4e86}.v408-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:0 20px 20px}.v408-detail-grid article{background:#f7fafd;border-radius:14px;padding:16px}.v408-detail-grid h3{margin:0 0 8px;color:#07345a}.v408-detail-grid p{margin:0;color:#4f667a;line-height:1.6}.v408-sticky-action{position:sticky;bottom:14px;margin-top:22px;background:#062f57;color:#fff;border-radius:17px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 16px 40px rgba(6,47,87,.25);z-index:20}.v408-sticky-action b,.v408-sticky-action span{display:block}.v408-sticky-action span{color:#cfe0ee;font-size:12px;margin-top:3px}.v408-sticky-action .btn{background:#e7ad16;color:#082f52;border-color:#e7ad16;font-weight:900}.v408-sticky-action .btn.disabled{opacity:.5;pointer-events:none}.product-admin-card textarea{width:100%;min-height:120px}.two-col-admin{grid-template-columns:1fr 1fr}
@media(max-width:820px){.v408-product-summary{grid-template-columns:1fr}.v408-price{text-align:left}.v408-cnh-options,.v408-essentials,.v408-detail-grid,.two-col-admin{grid-template-columns:1fr}.v408-journey-row{flex-wrap:wrap}.v408-journey-row i{display:none}.v408-journey-row div{min-width:26%}.v408-sticky-action{position:static;flex-direction:column;align-items:stretch}.v408-sticky-action .btn{width:100%;text-align:center}.v408-steps i{width:18px}.v408-steps span b{display:none}}
/* V4.0.9 - confirmação única de CNH */
.v408-cnh-confirm-form{margin:0;display:flex;min-width:0}.v408-cnh-confirm-form .v408-cnh-choice{width:100%;height:100%}
/* V4.1.0 - landing page conversao */
.v410-public{background:#fff;color:#092f53}.v410-header{background:#fff;border-bottom:1px solid #e6edf5;position:sticky;top:0;z-index:40}.v410-header>.container{height:92px;display:flex;align-items:center;justify-content:space-between}.v410-brand{display:flex;align-items:center;gap:12px}.v410-brand img{width:58px;height:64px;object-fit:contain}.v410-brand div{display:grid;line-height:1}.v410-brand b{font-size:22px;letter-spacing:1px}.v410-brand span{font-weight:900;color:#d99b00;letter-spacing:2px;margin-top:6px}.v410-header nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800}.v410-header nav button{border:0;background:none;font-weight:800;color:#092f53;cursor:pointer}.v410-login{background:#0b76e0;color:#fff!important;padding:13px 21px;border-radius:11px;box-shadow:0 8px 20px #0b76e02b}.v410-hero{background:linear-gradient(125deg,#062d56 0%,#0a3f78 72%,#0d4d91 100%);color:#fff;overflow:hidden}.v410-hero-grid{display:grid;grid-template-columns:1.25fr .78fr;gap:54px;align-items:center;padding-top:58px;padding-bottom:58px}.v410-kicker{color:#f5b515;font-size:13px;font-weight:900;letter-spacing:1.2px}.v410-copy h1{font-size:50px;line-height:1.08;letter-spacing:-1.5px;margin:18px 0 16px;max-width:690px}.v410-copy h1 em{font-style:normal;color:#52a0ff}.v410-copy>p{font-size:17px;line-height:1.6;max-width:720px;color:#eef6ff}.v410-question{margin-top:24px;border:1px solid #ffffff2e;background:#ffffff08;border-radius:18px;padding:16px 18px}.v410-question h3{text-align:center;margin:0 0 13px;font-size:18px}.v410-choices{display:grid;grid-template-columns:1fr 1fr;gap:14px}.v410-choice{border:0;border-radius:13px;background:#fff;display:flex;align-items:center;gap:13px;padding:15px 17px;text-align:left;cursor:pointer;color:#092f53}.v410-choice i{font-style:normal;width:43px;height:43px;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:900;flex:0 0 auto}.v410-choice.yes i{background:#e7f8ee;color:#159447}.v410-choice.no i{background:#fff0dc;color:#e28111}.v410-choice b,.v410-choice small{display:block}.v410-choice b{font-size:16px}.v410-choice small{font-size:12px;color:#536b80;margin-top:3px}.v410-protect{display:block;text-align:center;color:#cfe0f1;margin-top:11px}.v410-cert-card{background:#fff;color:#092f53;border-radius:23px;padding:28px;box-shadow:0 24px 60px #001a3345}.v410-selected{display:inline-block;background:#e7f2ff;color:#0b76e0;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:900}.v410-cert-title{display:flex;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid #e1e9f1}.v410-cert-title h2{font-size:25px;margin:0}.v410-cert-title p{margin:3px 0 0;color:#617386}.v410-cert-icon{width:54px;height:54px;border-radius:50%;background:#0a4f98;color:#fff;display:grid;place-items:center;font-size:25px}.v410-features{display:grid;gap:10px;padding:18px 0;border-bottom:1px solid #e1e9f1;font-size:14px}.v410-invest{padding:16px 0}.v410-invest>*{display:block}.v410-invest small{color:#0b76e0;font-weight:900}.v410-invest strong{font-size:35px;line-height:1.15}.v410-invest span{color:#687b8c;font-size:13px}.v410-buy{display:block;text-align:center;background:#159447;color:#fff;padding:14px;border-radius:10px;font-weight:900}.v410-safe{display:block;text-align:center;color:#28754a;margin-top:9px}.v410-strip{background:#f4f8fd;border-bottom:1px solid #dfe9f3}.v410-strip>.container{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:0;padding-top:18px;padding-bottom:18px}.v410-strip article{padding:6px 20px;border-right:1px solid #dce6f0}.v410-strip article:last-child{border:0}.v410-strip b,.v410-strip span{display:block}.v410-strip span{font-size:12px;color:#607488;margin-top:3px}.v410-products{padding-top:62px;padding-bottom:68px}.v410-section-head{text-align:center;margin-bottom:30px}.v410-section-head>span{color:#0b76e0;font-weight:900;font-size:12px;letter-spacing:1.2px}.v410-section-head h2{font-size:34px;margin:7px 0}.v410-section-head p{color:#667b8e}.v410-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:900px;margin:auto}.v410-product-grid article{border:1px solid #dce6ef;border-radius:20px;padding:27px;box-shadow:0 12px 32px #092f530d}.v410-picon{font-size:30px}.v410-product-grid article>small{display:block;color:#0b76e0;font-weight:900;margin-top:10px}.v410-product-grid h3{font-size:24px;margin:5px 0}.v410-product-grid p{color:#687b8c;min-height:48px}.v410-product-grid article>div{display:flex;gap:8px;flex-wrap:wrap}.v410-product-grid article>div span{background:#eef5fb;padding:5px 9px;border-radius:999px;font-size:12px}.v410-product-grid article>strong{display:block;font-size:30px;margin:20px 0 12px}.v410-product-grid article>a{display:block;text-align:center;background:#0b76e0;color:#fff;padding:13px;border-radius:10px;font-weight:900}.v410-how{background:#f5f8fc;padding:62px 0}.v410-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v410-steps article{background:#fff;border:1px solid #e0e8f0;border-radius:17px;padding:22px}.v410-steps i{font-style:normal;width:34px;height:34px;border-radius:50%;background:#0b76e0;color:#fff;display:grid;place-items:center;font-weight:900}.v410-steps b{display:block;margin-top:13px}.v410-steps p{font-size:13px;color:#667b8e}.v410-partner{padding:42px 0;background:#fff}.v410-partner>.container{display:grid;grid-template-columns:80px 1fr auto;gap:22px;align-items:center;border:1px solid #dce6ef;border-radius:20px;padding:24px}.v410-partner img{width:70px;height:70px;object-fit:contain}.v410-partner span{font-size:11px;color:#d09200;font-weight:900;letter-spacing:1px}.v410-partner h2{margin:4px 0;font-size:22px}.v410-partner p{margin:0;color:#65798b}.v410-partner button{border:1px solid #cbd9e6;background:#fff;border-radius:10px;padding:12px 16px;font-weight:900;color:#0b4e86;cursor:pointer}.v410-footer{background:#082e53;color:#d9e6f2;padding:28px 0 18px}.v410-footer>.container:first-child{display:flex;gap:28px;align-items:center;justify-content:space-between}.v410-footer a{color:#fff;font-weight:800}.v410-footer .v410-copy{border-top:1px solid #ffffff1f;margin-top:20px;padding-top:16px;font-size:12px}
@media(max-width:850px){.v410-header>.container{height:auto;padding-top:12px;padding-bottom:12px}.v410-header nav span,.v410-header nav>a:not(.v410-login){display:none}.v410-header nav{gap:8px}.v410-hero-grid{grid-template-columns:1fr;padding-top:38px;padding-bottom:38px}.v410-copy h1{font-size:38px}.v410-choices,.v410-product-grid,.v410-steps{grid-template-columns:1fr}.v410-strip>.container{grid-template-columns:1fr 1fr}.v410-strip article{border-bottom:1px solid #dce6f0}.v410-partner>.container{grid-template-columns:60px 1fr}.v410-partner button{grid-column:1/-1}.v410-footer>.container:first-child{align-items:flex-start;flex-direction:column;gap:8px}}
/* V4.1.2 - integração ECN, rodapé e chat */
.v412-trust{background:#fff;border-bottom:1px solid #dfe9f3;padding:18px 0}.v412-trust>.container{display:flex;align-items:center;justify-content:space-between;gap:26px}.v412-ecn{display:flex;align-items:center;gap:18px;min-width:0}.v412-ecn img{width:120px;max-height:68px;object-fit:contain;flex:0 0 auto}.v412-ecn div{display:grid;gap:3px}.v412-ecn span{font-size:10px;letter-spacing:1.3px;font-weight:900;color:#e46f00}.v412-ecn strong{font-size:17px;color:#0a3966}.v412-ecn small{font-size:12px;line-height:1.45;color:#617386;max-width:610px}.v412-trust-points{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.v412-trust-points span{border:1px solid #dce6ef;background:#f7fbff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800;color:#31516c;white-space:nowrap}.v410-partner{display:none!important}.v410-footer{padding:34px 0 92px}.v412-footer-grid{display:grid!important;grid-template-columns:1.2fr 1.5fr .7fr;gap:34px;align-items:start!important}.v412-footer-grid>div{display:grid;gap:8px}.v412-footer-grid b{color:#fff}.v412-footer-grid span{font-size:13px;line-height:1.55;color:#bcd0e1}.v412-footer-grid a{width:max-content}.v412-footer-grid button{width:max-content;border:0;background:transparent;color:#fff;padding:0;font:inherit;font-weight:800;cursor:pointer}.v412-footer-grid button:hover,.v412-footer-grid a:hover{text-decoration:underline}.chat-fab-wrap{right:22px;bottom:18px}.v410-how{padding-bottom:52px}.v410-products{padding-bottom:56px}
@media(max-width:900px){.v412-trust>.container{align-items:flex-start;flex-direction:column}.v412-trust-points{justify-content:flex-start}.v412-footer-grid{grid-template-columns:1fr!important}.v410-footer{padding-bottom:96px}}
@media(max-width:600px){.v412-ecn{align-items:flex-start}.v412-ecn img{width:92px;max-height:58px}.v412-trust-points{display:grid;width:100%}.v412-trust-points span{white-space:normal}.v410-footer{padding-bottom:100px}.chat-fab-wrap{right:12px;bottom:12px}}
/* V4.2.0 - operação, CRM, comprovante e agenda */
.v42-ops-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.v42-ops-grid>a{background:#fff;border:1px solid #dfe8f1;border-radius:16px;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;box-shadow:0 8px 22px rgba(9,47,83,.05)}.v42-ops-grid>a:hover{border-color:#8fbdea;transform:translateY(-1px)}.v42-ops-grid>a span{font-size:22px}.v42-ops-grid>a b{font-size:13px;color:#31516c}.v42-ops-grid>a strong{font-size:24px;color:#082f52}.v42-ops-grid>a.warn{border-color:#f0cf7b;background:#fffaf0}.v42-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px;flex-wrap:wrap}.v42-search{display:flex;gap:8px;min-width:min(620px,100%);flex:1}.v42-search input{margin:0}.v42-filters{display:flex;gap:7px;flex-wrap:wrap}.v42-filters a{padding:8px 11px;background:#fff;border:1px solid #dce6ef;border-radius:999px;font-size:12px;font-weight:800}.v42-alert{background:#fff1d6;color:#925b00;padding:6px 8px;border-radius:999px;font-size:11px;font-weight:900}.v42-customer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.v42-customer-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid #dfe8f1;border-radius:17px;padding:18px;box-shadow:0 8px 22px rgba(9,47,83,.04)}.v42-customer-card h3{margin:0;color:#082f52}.v42-customer-card p,.v42-customer-card small{display:block;margin:2px 0;color:#6b7f90}.v42-avatar{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#eaf4ff;color:#0968c4;font-weight:900}.v42-avatar.big{width:64px;height:64px;font-size:24px}.v42-customer-metrics{text-align:right}.v42-customer-metrics b,.v42-customer-metrics span{display:block}.v42-customer-metrics span{color:#16864a;font-weight:900}.v42-profile-head{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #dfe8f1;border-radius:18px;padding:20px;margin-bottom:18px}.v42-profile-head h2{margin:3px 0}.v42-profile-head p{margin:0;color:#65798a}.v42-slot-list{display:grid;gap:9px}.v42-slot-list>div{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;border-bottom:1px solid #edf1f5;padding:10px 0}.v42-slot-list small{display:block;color:#728496}.v42-booking{background:#fff;border:1px solid #dfe8f1;border-radius:20px;padding:24px;margin:0 28px 20px}.v42-book-order{padding:14px 0;border-top:1px solid #e5edf4}.v42-slot-picker{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0 16px}.v42-slot-picker label input{position:absolute;opacity:0}.v42-slot-picker label span{display:grid;min-width:86px;text-align:center;border:1px solid #cfe0ef;border-radius:12px;padding:9px 12px;cursor:pointer}.v42-slot-picker label input:checked+span{background:#0b76e0;color:#fff;border-color:#0b76e0}.v42-slot-picker strong{font-size:18px}.v42-slot-picker small{font-size:10px}.v42-proof{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #e7edf3}.v42-proof small{display:block;color:#708294}.v42-proof p{margin:4px 0}.v42-proof-actions{display:flex;gap:6px}.v42-proof-form{margin-top:16px;padding:18px;border:1px solid #d9e7f3;border-radius:14px;background:#f8fbfe}.v42-proof-form h3{margin-top:0}.v42-timeline{display:grid;gap:0}.v42-timeline>div{display:grid;grid-template-columns:18px 1fr;gap:10px;padding:10px 0}.v42-timeline i{width:10px;height:10px;border-radius:50%;background:#0b76e0;margin-top:6px;box-shadow:0 0 0 4px #e7f3ff}.v42-timeline small{display:block;color:#718496}.v42-cert-card{border:1px solid #dfe8f1;border-radius:17px;background:#fff;padding:18px}.v42-cert-card .expiry{font-size:13px;color:#65798a}.v42-cert-card .expiry.warn{color:#b36a00;font-weight:800}
@media(max-width:1000px){.v42-ops-grid{grid-template-columns:repeat(2,1fr)}.v42-customer-grid{grid-template-columns:1fr}.v42-proof{grid-template-columns:1fr}.v42-profile-head{grid-template-columns:auto 1fr}.v42-profile-head>div:last-child{grid-column:1/-1}}
@media(max-width:620px){.v42-ops-grid{grid-template-columns:1fr}.v42-search{min-width:100%}.v42-slot-list>div{grid-template-columns:1fr auto}.v42-slot-list form{grid-column:1/-1}.v42-booking{margin:0 12px 18px;padding:16px}}
/* V4.2.3 - refinamento visual + LGPD/cookies */
.v423-topbar{background:#061f3d;color:#eaf3ff;font-size:12px}.v423-topbar>.container{min-height:38px;display:flex;gap:24px;align-items:center}.v423-topbar span{white-space:nowrap}.v423-top-contact{margin-left:auto;color:#f1b21a;font-weight:800}.v410-header nav{align-items:center}.v423-nav-item{display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;text-align:left;background:transparent!important;color:#0a2e55!important;border:0!important;padding:8px 10px!important}.v423-nav-item>b{font-size:14px;line-height:1.1}.v423-nav-item>small{grid-column:2;color:#64798c;font-size:10px;line-height:1.1;margin-top:3px}.v410-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 36%,#0b55a866 0,transparent 34%),linear-gradient(135deg,#05254b 0%,#07366c 52%,#052b58 100%)}.v410-hero:before,.v410-hero:after{content:"";position:absolute;border:1px solid #2f7ee033;border-radius:50%;pointer-events:none}.v410-hero:before{width:620px;height:620px;right:-250px;top:-210px}.v410-hero:after{width:420px;height:420px;left:-260px;bottom:-280px}.v410-copy{position:relative}.v410-copy h1{font-size:54px;line-height:1.08;max-width:690px;letter-spacing:-1.3px}.v410-copy h1 em{color:#f0aa16;font-style:normal}.v423-hero-shield{position:absolute;right:-55px;top:105px;width:190px;height:210px;border:2px solid #3d8be955;border-radius:42% 42% 48% 48%;display:grid;place-items:center;font-size:90px;font-weight:900;color:#4c9cff28;transform:rotate(4deg);box-shadow:inset 0 0 50px #0c6ad522}.v410-question{backdrop-filter:blur(4px);background:#ffffff08;border-color:#66aaf044}.v410-choice{transition:.18s transform,.18s box-shadow}.v410-choice:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00162d44}.v410-cert-card{box-shadow:0 24px 60px #00183355;border:1px solid #ffffff85}.v410-selected{background:#eaf3ff;color:#0d60bf}.v410-buy{background:linear-gradient(135deg,#0874e5,#0c4ec4);box-shadow:0 12px 24px #075dbb2c}.v423-benefits{background:#082e5b;color:#fff;border-top:1px solid #ffffff16;border-bottom:1px solid #ffffff16}.v423-benefits>.container{display:grid;grid-template-columns:repeat(4,1fr)}.v423-benefits article{display:flex;gap:12px;align-items:center;padding:18px 20px;border-right:1px solid #ffffff18}.v423-benefits article:last-child{border-right:0}.v423-benefits i{font-style:normal;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#0e66c8;color:white;font-size:18px}.v423-benefits b,.v423-benefits small{display:block}.v423-benefits b{font-size:13px}.v423-benefits small{font-size:11px;color:#bfd3e7;margin-top:3px}.v423-footer-legal{border-top:1px solid #ffffff1f;margin-top:20px;padding-top:16px;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:12px}.v423-footer-legal>div:last-child{display:flex;gap:16px;flex-wrap:wrap}.v423-footer-legal button{background:transparent;border:0;color:#fff;font:inherit;font-weight:800;cursor:pointer;padding:0}.v423-footer-legal a,.v423-footer-legal button{color:#fff}.v423-footer-legal a:hover,.v423-footer-legal button:hover{text-decoration:underline}
.cookie-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:9998}.cookie-consent__inner{max-width:1220px;margin:auto;background:#fff;border:1px solid #d9e5f0;border-radius:20px;box-shadow:0 24px 70px #001a3652;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:22px}.cookie-consent__copy{display:flex;gap:14px;align-items:flex-start;max-width:780px}.cookie-consent__icon{font-size:27px}.cookie-consent__copy strong{font-size:17px;color:#082f52}.cookie-consent__copy p{margin:5px 0 6px;color:#596e80;font-size:13px;line-height:1.5}.cookie-consent__links{display:flex;gap:14px;font-size:12px}.cookie-consent__links a{color:#075fbe;font-weight:800}.cookie-consent__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.cookie-btn{border-radius:10px;padding:11px 14px;font-weight:900;cursor:pointer;border:1px solid #cbd9e6;background:#fff;color:#123d62}.cookie-btn.primary{background:#0b6fd6;color:#fff;border-color:#0b6fd6}.cookie-btn.secondary:hover{background:#f3f8fc}.cookie-modal[hidden],.cookie-consent[hidden]{display:none!important}.cookie-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:18px}.cookie-modal__backdrop{position:absolute;inset:0;background:#001428a8;backdrop-filter:blur(3px)}.cookie-modal__panel{position:relative;width:min(620px,100%);background:#fff;border-radius:22px;box-shadow:0 30px 100px #00162d80;padding:24px}.cookie-modal__head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cookie-modal__head span{font-size:10px;letter-spacing:1.2px;color:#d38e00;font-weight:900}.cookie-modal__head h2{margin:4px 0;color:#082f52}.cookie-modal__head>button{border:0;background:#eef4fa;width:38px;height:38px;border-radius:50%;font-size:24px;cursor:pointer;color:#31516c}.cookie-modal__intro{color:#65798b;line-height:1.55}.cookie-option{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:17px 0;border-top:1px solid #e5edf4}.cookie-option b,.cookie-option small{display:block}.cookie-option b{color:#0a355d}.cookie-option small{color:#718495;margin-top:3px}.cookie-switch input{position:absolute;opacity:0}.cookie-switch span{display:block;width:48px;height:26px;border-radius:99px;background:#b8c6d2;position:relative;transition:.18s}.cookie-switch span:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 5px #0003;transition:.18s}.cookie-switch input:checked+span{background:#0b76e0}.cookie-switch input:checked+span:after{transform:translateX(22px)}.cookie-switch.is-locked{opacity:.65}.cookie-modal__legal{background:#f5f9fd;border-radius:12px;padding:12px;color:#607587;font-size:12px;line-height:1.5}.cookie-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.cookie-modal-open{overflow:hidden}.legal-page{background:#f4f8fc}.legal-wrap{max-width:900px!important;padding-top:54px;padding-bottom:70px}.legal-kicker{color:#0b76e0;font-size:11px;letter-spacing:1.4px;font-weight:900}.legal-wrap h1{font-size:42px;color:#082f52;margin:8px 0 12px}.legal-lead{font-size:18px;color:#597084;line-height:1.6}.legal-wrap section{background:#fff;border:1px solid #dfe8f1;border-radius:16px;padding:21px 23px;margin:14px 0}.legal-wrap section h2{font-size:19px;color:#0a355d;margin:0 0 8px}.legal-wrap section p{color:#607587;line-height:1.65;margin:0}.legal-wrap a{color:#086bcc;font-weight:800}.legal-updated{font-size:12px;color:#8393a1;margin-top:22px}
@media(max-width:900px){.v423-topbar span:nth-child(2),.v423-topbar span:nth-child(3){display:none}.v423-benefits>.container{grid-template-columns:1fr 1fr}.v423-benefits article:nth-child(2){border-right:0}.cookie-consent__inner{align-items:stretch;flex-direction:column}.cookie-consent__actions{justify-content:flex-start}.v423-footer-legal{align-items:flex-start;flex-direction:column}.v423-hero-shield{display:none}}
@media(max-width:620px){.v423-topbar>.container{gap:10px;justify-content:space-between}.v423-top-contact{margin-left:0}.v410-copy h1{font-size:39px}.v423-benefits>.container{grid-template-columns:1fr}.v423-benefits article{border-right:0;border-bottom:1px solid #ffffff18}.cookie-consent{left:10px;right:10px;bottom:10px}.cookie-consent__inner{padding:16px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent__actions .primary{grid-column:1/-1}.cookie-modal__actions{display:grid}.legal-wrap h1{font-size:34px}}

/* V4.2.4 - hero tecnológico com fundo gráfico integrado */
.v410-hero{
  position:relative;
  overflow:hidden;
  background-color:#041e40;
  background-image:
    linear-gradient(90deg,rgba(2,24,52,.94) 0%,rgba(3,37,78,.88) 43%,rgba(3,34,72,.50) 70%,rgba(2,25,53,.68) 100%),
    url('hero-tech-bg.svg');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.v410-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 48% 50%,transparent 0 28%,rgba(2,20,44,.12) 58%,rgba(2,18,39,.38) 100%);border:0;border-radius:0;width:auto;height:auto;right:auto;top:auto;pointer-events:none}
.v410-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent,#2c9ef688,transparent);border:0;border-radius:0;width:auto;pointer-events:none}
.v410-hero-grid{position:relative;z-index:2}
.v423-hero-shield{display:none!important}
.v410-copy h1{max-width:720px;text-shadow:0 3px 24px rgba(0,0,0,.18)}
.v410-question{background:rgba(4,37,78,.64);border-color:rgba(72,156,240,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
.v410-cert-card{backdrop-filter:blur(2px);box-shadow:0 28px 80px rgba(0,18,45,.38)}
@media(max-width:900px){.v410-hero{background-position:62% center;background-image:linear-gradient(90deg,rgba(2,24,52,.97) 0%,rgba(3,37,78,.92) 62%,rgba(2,25,53,.82) 100%),url('hero-tech-bg.svg')}}
@media(max-width:620px){.v410-hero{background-position:58% center;background-image:linear-gradient(90deg,rgba(2,24,52,.985),rgba(3,37,78,.92)),url('hero-tech-bg.svg')}}

/* V4.2.5 - acabamento final da Home */
.v410-header{box-shadow:0 7px 24px rgba(4,30,64,.05)}
.v410-header>.container{min-height:82px}
.v410-header nav{gap:6px}
.v410-login{white-space:nowrap}
.v410-hero-grid{padding-top:54px;padding-bottom:54px;gap:42px}
.v410-copy>p{max-width:680px;font-size:17px;line-height:1.65}
.v410-cert-card{border:1px solid rgba(255,255,255,.9);transform:translateZ(0)}
.v410-buy{transition:.2s transform,.2s box-shadow}.v410-buy:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(7,93,187,.28)}
.v425-product-card{position:relative;overflow:hidden;background:#fff;transition:.2s transform,.2s box-shadow,.2s border-color}.v425-product-card:hover{transform:translateY(-4px);border-color:#b7d5f1;box-shadow:0 20px 48px rgba(8,47,86,.10)}
.v425-product-head{display:flex!important;gap:14px!important;align-items:center}.v425-product-head .v410-picon{width:48px;height:48px;border-radius:14px;background:#edf6ff;display:grid;place-items:center;font-size:25px}.v425-product-head small{display:block!important;color:#0b76e0;font-weight:900;margin:0}.v425-product-head h3{margin:3px 0 0}
.v425-indicated{display:grid!important;gap:4px!important;background:#f7fafc;border:1px solid #e3ebf2;border-radius:12px;padding:12px 13px;margin:15px 0}.v425-indicated b{font-size:12px;color:#0a3966}.v425-indicated span{font-size:12px;color:#63788b;line-height:1.45}
.v425-product-features{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.v425-product-features span{background:transparent!important;padding:0!important;border-radius:0!important;color:#35536c;font-size:12px!important}
.v425-price-row{display:flex!important;justify-content:space-between;align-items:end;margin:19px 0 12px}.v425-price-row div{display:grid!important;gap:1px!important}.v425-price-row small{color:#6b7f91;font-size:11px}.v425-price-row strong{margin:0!important;font-size:30px!important}.v425-price-row>span{background:#eaf4ff!important;color:#0a63c4!important;font-weight:900;padding:6px 10px!important}
.v425-review-note{display:block;text-align:center;color:#718495;margin-top:8px;font-size:10px}
.v425-steps{position:relative}.v425-steps:before{content:"";position:absolute;top:39px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#6cb5ef,#0b76e0,#6cb5ef);opacity:.28}.v425-steps article{position:relative;z-index:1;box-shadow:0 10px 28px rgba(8,47,86,.04)}
.v425-confidence{padding:62px 0;background:#fff;border-top:1px solid #e4ecf3}.v425-confidence-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.v425-confidence-grid article{border:1px solid #dfe8f0;border-radius:18px;padding:21px;background:linear-gradient(180deg,#fff,#f9fcff)}.v425-confidence-grid i{font-style:normal;width:42px;height:42px;border-radius:13px;background:#edf6ff;display:grid;place-items:center;font-size:20px}.v425-confidence-grid b{display:block;color:#0a355d;margin:12px 0 5px}.v425-confidence-grid p{margin:0;color:#677c8f;font-size:13px;line-height:1.55}
.v425-faq{padding:62px 0 68px;background:#f4f8fc}.v425-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:980px;margin:auto}.v425-faq details{background:#fff;border:1px solid #dfe8f0;border-radius:15px;padding:0 18px;box-shadow:0 8px 22px rgba(8,47,86,.035)}.v425-faq summary{cursor:pointer;list-style:none;font-weight:850;color:#0a355d;padding:17px 28px 17px 0;position:relative}.v425-faq summary::-webkit-details-marker{display:none}.v425-faq summary:after{content:"+";position:absolute;right:0;top:14px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#edf6ff;color:#0b76e0;font-size:18px}.v425-faq details[open] summary:after{content:"–"}.v425-faq details p{margin:0;padding:0 0 17px;color:#64798c;font-size:13px;line-height:1.6}.v425-faq-cta{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:24px;color:#4d6478}.v425-faq-cta button{border:0;border-radius:10px;background:#0b76e0;color:#fff;padding:11px 16px;font-weight:900;cursor:pointer}
.v425-footer-grid{display:grid;grid-template-columns:1.25fr .9fr .8fr .9fr;gap:35px}.v425-footer-grid>div{display:grid;align-content:start;gap:7px}.v425-footer-grid b{color:#fff}.v425-footer-grid span,.v425-footer-grid small{color:#bcd0e1;font-size:12px;line-height:1.55}.v425-footer-grid a,.v425-footer-grid button{width:max-content;max-width:100%;color:#fff;background:none;border:0;padding:0;font:inherit;font-weight:800;cursor:pointer}.v425-footer-grid a:hover,.v425-footer-grid button:hover{text-decoration:underline}
.chat-fab{padding:9px 14px 9px 10px}.chat-fab-icon{width:34px;height:34px}.chat-fab b{font-size:13px}.chat-fab small{font-size:9px}
@media(max-width:900px){.v425-product-features{grid-template-columns:1fr}.v425-steps:before{display:none}.v425-confidence-grid{grid-template-columns:1fr 1fr}.v425-faq-grid{grid-template-columns:1fr}.v425-footer-grid{grid-template-columns:1fr 1fr}.v410-header>.container{min-height:74px}}
@media(max-width:620px){.v410-hero-grid{padding-top:34px;padding-bottom:36px}.v410-copy h1{font-size:37px}.v425-confidence{padding:46px 0}.v425-confidence-grid{grid-template-columns:1fr}.v425-faq{padding:46px 0 54px}.v425-footer-grid{grid-template-columns:1fr}.v425-faq-cta{align-items:stretch;flex-direction:column;text-align:center}.chat-fab{padding:10px}.chat-fab-icon{width:36px;height:36px}}

/* V4.2.6 - acabamento final de conversão, responsividade e SEO visual */
.v410-header{position:sticky;top:0;z-index:70;background:#fff;transition:.2s box-shadow,.2s transform}
.v410-header>.container{transition:.2s min-height,.2s padding}
.v410-header .v410-brand img{transition:.2s width,.2s height}
.v410-header.is-compact{box-shadow:0 10px 32px rgba(4,30,64,.10)}
.v410-header.is-compact>.container{min-height:64px}
.v410-header.is-compact .v410-brand img{max-height:48px}
.v410-header.is-compact .v423-nav-item small{display:none}
.v410-header.is-compact .v423-nav-item{padding-top:5px;padding-bottom:5px}
.v410-hero-grid{min-height:610px;align-items:center;padding-top:44px;padding-bottom:44px}
.v410-copy h1{font-size:clamp(42px,4.2vw,68px);line-height:1.02}
.v410-copy>p{margin-top:18px}
.v410-question{margin-top:24px}
.v410-cert-card{align-self:center;padding-top:28px;padding-bottom:28px}
.v410-cert-card .v410-invest{margin-top:18px}
.v410-cert-card .v410-buy{margin-top:14px}
.v412-trust{padding:20px 0}
.v412-trust>.container{align-items:center}
.v412-ecn{gap:18px}
.v412-ecn img{width:118px;max-height:72px;object-fit:contain}
.v412-ecn strong{font-size:18px;line-height:1.25}
.v412-ecn small{max-width:510px}
.v410-products{scroll-margin-top:88px}
.v425-product-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,#0b76e0,#e5a90c);opacity:.65}
.v425-product-head small{letter-spacing:.35px}
.v425-indicated{background:linear-gradient(180deg,#f8fbfe,#f1f7fc)}
.v425-confidence-grid article,.v425-faq details{transition:.18s transform,.18s box-shadow}
.v425-confidence-grid article:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(8,47,86,.07)}
.chat-fab{right:22px!important;bottom:20px!important;transform:scale(.92);transform-origin:right bottom}
.chat-window{right:20px!important;bottom:82px!important;max-height:min(660px,calc(100vh - 110px))}
@media(max-width:1100px){.v410-hero-grid{min-height:auto;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.v410-copy h1{font-size:52px}.v412-trust-points{gap:8px;flex-wrap:wrap}.v412-trust-points span{font-size:11px}}
@media(max-width:900px){.v410-header{position:sticky;top:0}.v410-header nav .v423-nav-item{display:none}.v410-header>.container{min-height:68px}.v410-hero-grid{display:grid;grid-template-columns:1fr;padding-top:32px;padding-bottom:34px}.v410-copy h1{font-size:46px}.v410-cert-card{max-width:620px;width:100%;justify-self:center}.v412-trust>.container{display:grid;grid-template-columns:1fr;gap:16px}.v412-trust-points{justify-content:flex-start}.chat-fab{transform:scale(.88)}}
@media(max-width:620px){.v423-topbar{display:none}.v410-header>.container{min-height:62px;padding-left:14px;padding-right:14px}.v410-brand div b{font-size:17px}.v410-brand div span{font-size:11px}.v410-login{padding:10px 12px;font-size:12px}.v410-copy h1{font-size:38px}.v410-copy>p{font-size:15px}.v410-question{padding:15px}.v410-choices{grid-template-columns:1fr}.v410-cert-card{padding:22px 18px}.v410-cert-card h2{font-size:26px}.v412-ecn{align-items:center}.v412-ecn img{width:96px}.v412-ecn strong{font-size:16px}.v425-product-card{padding:18px}.v425-product-head h3{font-size:23px}.v425-price-row strong{font-size:28px!important}.chat-fab{right:10px!important;bottom:10px!important;transform:scale(.82)}.chat-fab small{display:none}.chat-window{right:8px!important;left:8px!important;bottom:72px!important;width:auto!important;max-width:none!important}}

/* V4.2.7 - home: enquadramento, leitura e navegação final */
html{scroll-behavior:smooth}
.v410-header{backdrop-filter:saturate(140%) blur(8px);background:rgba(255,255,255,.97)}
.v410-hero-grid{min-height:540px;padding-top:38px;padding-bottom:38px;gap:46px}
.v410-copy h1{font-size:clamp(42px,4vw,60px);line-height:1.04;max-width:700px;margin-top:18px;margin-bottom:0}
.v410-copy>p{margin-top:16px;margin-bottom:0;line-height:1.58}
.v410-question{margin-top:20px;padding:18px 18px 15px;border-radius:17px}
.v410-question h3{margin:0 0 13px}
.v410-choice{min-height:74px;padding:12px 15px}
.v410-cert-card{width:100%;max-width:440px;justify-self:end;padding:25px 28px;border-radius:22px}
.v410-cert-title{padding:15px 0}.v410-features{padding:15px 0;gap:9px}.v410-invest{padding:13px 0 4px!important;margin-top:0!important}.v410-invest strong{font-size:34px}
.v410-buy{margin-top:12px!important;padding:13px 14px}
#certificados,#como-funciona,#faq{scroll-margin-top:92px}
.v423-benefits article{min-height:76px}
.v425-confidence-grid article{min-height:188px}
.v425-faq summary{scroll-margin-top:92px}
.chat-fab{z-index:80}.chat-window{z-index:81}
@media(max-width:1100px){.v410-hero-grid{min-height:auto;padding-top:34px;padding-bottom:34px;gap:30px}.v410-copy h1{font-size:48px}.v410-cert-card{max-width:410px}.v410-question{padding:16px}}
@media(max-width:900px){.v410-hero-grid{padding-top:30px;padding-bottom:32px}.v410-copy h1{font-size:44px;max-width:760px}.v410-cert-card{justify-self:center;max-width:600px}.v423-benefits>.container{grid-template-columns:1fr 1fr}.v423-benefits article:nth-child(2){border-right:0}}
@media(max-width:620px){.v410-copy h1{font-size:36px;line-height:1.08}.v410-copy h1 em{display:inline}.v410-question{margin-top:18px}.v410-cert-card{padding:20px 17px}.v423-benefits>.container{grid-template-columns:1fr}.v423-benefits article{border-right:0;border-bottom:1px solid #ffffff18;min-height:64px}.v423-benefits article:last-child{border-bottom:0}#certificados,#como-funciona,#faq{scroll-margin-top:72px}}
/* MixSign identity V4.2.8.0 */
.v410-brand img,.v4-brand img,.site-logo{object-fit:contain}
.v410-brand div b,.v4-brand div b{letter-spacing:.04em}
.v410-brand div span,.v4-brand div span{color:#1469e6;font-weight:900;letter-spacing:.12em}
