:root{--navy:#071a33;--blue:#0969e8;--blue2:#18a4ef;--light:#eef7ff;--gold:#f1b83d;--green:#12b76a;--ink:#0a1730;--muted:#5f7087;--line:#d9e7f4;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.wrap{max-width:1220px;margin:auto;padding-left:22px;padding-right:22px}.top{background:var(--navy);color:#fff;font-size:13px}.top .row{max-width:1220px;margin:auto;padding:9px 22px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.nav{min-height:86px;display:flex;align-items:center;gap:20px;padding:8px max(22px,calc((100% - 1220px)/2));background:#fff;border-bottom:1px solid #e7eef6;position:sticky;top:0;z-index:50}.brand{flex:0 0 auto;display:flex;align-items:center}.logo-reforma{width:215px;height:72px;object-fit:contain;display:block}.menu{display:flex;gap:18px;align-items:center;flex:1;justify-content:center;flex-wrap:wrap;font-size:14px;font-weight:700}.menu a:hover{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:14px 20px;background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;font-weight:800;cursor:pointer;box-shadow:0 10px 25px rgba(9,105,232,.16)}.btn.white{background:#fff;color:var(--ink);border:1px solid var(--line);box-shadow:none}.btn.green{background:var(--green);white-space:nowrap}.btn.gold{background:var(--gold);color:#16223a}.hero{background:linear-gradient(120deg,#071a33,#0a3970);color:#fff;padding:58px 0}.hero>.wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.hero h1{font-size:52px;line-height:1.04;letter-spacing:-2px;margin:14px 0 18px;max-width:740px}.hero h1 em{font-style:normal;color:#62b9ff}.hero p{font-size:18px;line-height:1.62;color:#d8e7f6}.tag{display:inline-block;padding:7px 11px;border-radius:999px;background:#eaf4ff;color:#075fc5;font-size:12px;font-weight:900;letter-spacing:.8px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:24px}.hero-card h3{margin-top:0;font-size:21px}.quick{display:grid;gap:9px}.quick a{display:block;background:#fff;color:var(--ink);border-radius:11px;padding:13px 14px;font-weight:800}.section{padding:56px 0}.section.alt{background:linear-gradient(180deg,#f3f9ff,#eaf5ff)}.section h1,.section h2{font-size:36px;line-height:1.12;margin:0 0 10px;letter-spacing:-1px}.lead{font-size:16px;color:var(--muted);line-height:1.6;margin:0 0 28px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(10,50,90,.06)}.card h3{font-size:20px;margin:10px 0}.card p{color:var(--muted);line-height:1.55}.icon{width:54px;height:54px;border-radius:15px;background:linear-gradient(145deg,#fff,#dcecff);display:grid;place-items:center;font-size:28px;box-shadow:inset -6px -6px 12px #d4e6f8,inset 6px 6px 12px #fff,0 8px 18px rgba(20,80,140,.12)}.split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.banner{background:linear-gradient(135deg,#0a68df,#19a5ee);color:#fff;border-radius:24px;padding:30px}.banner.goldish{background:linear-gradient(135deg,#082a53,#0a4d90)}.banner p{line-height:1.62}.news{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news article{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.news time{color:var(--blue);font-size:12px;font-weight:900}.news p{color:var(--muted);line-height:1.58}.form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 10px 30px rgba(10,50,90,.06)}.fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-weight:800;margin-bottom:6px}.field input,.field textarea,.field select{width:100%;padding:13px 14px;border:1px solid #bfd5e8;border-radius:10px;font:inherit;background:#fff}.field textarea{min-height:110px;resize:vertical}.notice{background:#fff8df;border-left:5px solid var(--gold);padding:15px 16px;border-radius:10px;margin:17px 0}.checks{line-height:1.9}.calc-nav{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 20px}.calc-nav button{background:#fff;border:1px solid var(--line);border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer}.calc-nav button.active{background:var(--blue);color:#fff}.calcbox{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.result{margin-top:18px;padding:15px;border-radius:10px;background:#eaf5ff;font-weight:800}.footer{background:#041427;color:#d9e6f3;padding:42px 0}.footer>.wrap{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-logo-reforma{width:190px;height:66px;object-fit:contain;display:block;margin-bottom:12px}.footer p{line-height:1.6}.footer b{color:#fff}
@media(max-width:980px){.menu{display:none}.hero>.wrap{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.news{grid-template-columns:1fr}.split{grid-template-columns:1fr}.hero h1{font-size:42px}.fields{grid-template-columns:1fr}}
@media(max-width:580px){.nav{min-height:74px}.logo-reforma{width:165px;height:58px}.hero{padding:38px 0}.hero h1{font-size:34px}.grid,.grid.three{grid-template-columns:1fr}.footer>.wrap{grid-template-columns:1fr}.section{padding:40px 0}.top .row{display:block}.top .row div+div{margin-top:4px}}

.topbar:empty,.top:empty{display:none!important}
/* Ajustes finais solicitados */
body{background:linear-gradient(135deg,#f8fbff 0%,#edf7ff 38%,#f7fbff 70%,#e9f4ff 100%);background-attachment:fixed}.section{background:transparent}.section.alt,.tools-bg{background:linear-gradient(135deg,rgba(231,245,255,.94),rgba(255,255,255,.94),rgba(218,239,255,.94))}.hero{background:radial-gradient(circle at 78% 25%,#155aa2 0,#0b3b70 24%,#071a33 68%)}.hero>.wrap{grid-template-columns:1.08fr .92fr}.hero-side{display:grid;grid-template-columns:.55fr 1fr;gap:12px;align-items:end}.hiller-avatar{width:100%;max-height:420px;object-fit:contain;filter:drop-shadow(0 22px 25px rgba(0,0,0,.28))}.grid{align-items:stretch}.card{display:flex;flex-direction:column;height:100%}.card .btn{margin-top:auto;align-self:flex-start}.icon3d{width:64px;height:64px;border-radius:19px;display:grid;place-items:center;font-size:34px;background:linear-gradient(145deg,#fff,#d6eaff);box-shadow:inset 7px 7px 14px #fff,inset -8px -8px 16px #c9def4,0 14px 25px rgba(8,74,145,.18);transform:perspective(180px) rotateX(4deg) rotateY(-5deg)}
.tools-hero{padding:42px 0;background:linear-gradient(120deg,#061a34,#0a4b91);color:#fff}.tools-intro{display:grid;grid-template-columns:1fr 250px;align-items:center;gap:30px}.tools-intro h1{font-size:44px;margin:8px 0}.tools-intro p{font-size:18px;line-height:1.6;color:#dcecff}.hiller-tools{width:230px;height:245px;object-fit:contain;object-position:top;filter:drop-shadow(0 18px 20px rgba(0,0,0,.25))}.eyebrow{font-size:12px;font-weight:900;letter-spacing:1.2px;color:#51b5ff}.tool-grid .card{min-height:300px}.calc-section{background:linear-gradient(145deg,#ffffff,#edf7ff)}.calc-guide{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0 26px}.calc-guide>div{background:#fff;border:1px solid #cfe2f3;border-radius:15px;padding:16px;box-shadow:0 8px 20px rgba(8,70,130,.06)}.calc-guide b{display:block;color:#075fc5;margin-bottom:6px}.calc-guide span{color:#536b84;line-height:1.45}.newsroom{min-height:75vh;padding:46px 0 65px;background:radial-gradient(circle at 90% 10%,rgba(73,177,255,.38),transparent 30%),linear-gradient(135deg,#071a33 0%,#0a4d90 46%,#dff2ff 46.1%,#f8fcff 100%)}.news-head{display:grid;grid-template-columns:1fr 250px;gap:25px;align-items:center;color:#fff;margin-bottom:28px}.news-head h1{font-size:48px;margin:8px 0}.news-head p{max-width:760px;font-size:18px;line-height:1.6;color:#dcecff}.hiller-news{width:220px;height:250px;object-fit:contain;object-position:top;filter:drop-shadow(0 20px 20px rgba(0,0,0,.25))}.news-feature{max-width:820px;background:linear-gradient(135deg,#0873e7,#1ba7ee);color:#fff;border-radius:24px;padding:28px;margin:0 0 22px;box-shadow:0 18px 40px rgba(3,54,110,.22)}.news-feature span,.news-grid time{font-size:12px;font-weight:900;letter-spacing:.5px}.news-feature h2{font-size:30px;margin:8px 0}.news-feature p{line-height:1.6}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-grid article{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:22px;box-shadow:0 15px 35px rgba(3,50,100,.12)}.news-grid time{color:#0873e7}.news-grid h3{font-size:20px}.news-grid p{color:#526b84;line-height:1.6}
@media(max-width:980px){.hero-side{grid-template-columns:1fr}.hiller-avatar{max-height:280px}.tools-intro,.news-head{grid-template-columns:1fr}.hiller-tools,.hiller-news{display:none}.calc-guide,.news-grid{grid-template-columns:1fr}.newsroom{background:linear-gradient(160deg,#071a33 0,#0a4d90 30%,#eef8ff 30.1%)}}
.hiller-signature{padding:34px 0;background:linear-gradient(135deg,#e9f6ff,#fff)}.hiller-signature>.wrap{display:flex;align-items:center;gap:28px}.hiller-signature img{width:135px;height:150px;object-fit:contain;object-position:top;filter:drop-shadow(0 12px 14px rgba(5,52,100,.18))}.hiller-signature h2{margin:5px 0 8px}.hiller-signature p{color:#536b84;margin:0}.grid .card{min-height:310px}.grid .card h3{min-height:46px}.grid .card p{flex:1}.icon{width:62px;height:62px;font-size:32px;border-radius:18px;box-shadow:inset 7px 7px 14px #fff,inset -8px -8px 16px #c9def4,0 14px 25px rgba(8,74,145,.16)}
@media(max-width:580px){.hiller-signature>.wrap{align-items:flex-start}.hiller-signature img{width:95px;height:110px}}


/* ===== ABA V6 — Guia Hiller + ícones 3D ===== */
:root{
  --aba-navy:#061b35;
  --aba-navy2:#0b315c;
  --aba-blue:#086ee8;
  --aba-cyan:#15a7f5;
  --aba-silver:#dce8f4;
  --aba-ink:#08172d;
  --aba-soft:#edf7ff;
}
body{
  background:
    radial-gradient(circle at 82% 12%, rgba(21,167,245,.13), transparent 27%),
    linear-gradient(180deg,#ffffff 0%,#f5fbff 42%,#eaf6ff 100%);
}
.section,.soft,.alt{
  background:transparent!important;
}
.hero{
  background:
    radial-gradient(circle at 70% 24%, rgba(89,190,255,.22), transparent 28%),
    linear-gradient(125deg,#071d39 0%,#0b315c 56%,#0d4f8f 100%)!important;
}
.hiller-guide{
  position:fixed;
  right:18px;
  bottom:18px;
  width:150px;
  height:auto;
  z-index:70;
  filter:drop-shadow(0 18px 28px rgba(7,29,57,.28));
  pointer-events:none;
}
.hiller-guide-label{
  position:fixed;
  right:136px;
  bottom:38px;
  z-index:69;
  background:#fff;
  border:1px solid #d7e8f8;
  border-radius:16px;
  padding:10px 14px;
  color:#0a2a51;
  font-weight:800;
  box-shadow:0 14px 30px rgba(7,29,57,.12);
  max-width:190px;
}
.guide-card,.character-strip,.hiller-card,.avatar-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.guide-card img,.character-strip img,.hiller-card img,.avatar-card img{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.solution-card,.card{
  border:1px solid #d9e8f6!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#fff 0%,#fafdff 100%)!important;
  box-shadow:0 14px 34px rgba(7,48,91,.07)!important;
}
.icon3d,.solution-icon,.card .icon{
  width:78px!important;
  height:78px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 32% 26%,#ffffff 0 14%,transparent 15%),
    linear-gradient(145deg,#f7fbff 0%,#cfe8ff 42%,#75baff 63%,#0a6ce4 100%)!important;
  border:1px solid #cfe1f3!important;
  color:#061b35!important;
  font-size:36px!important;
  text-shadow:0 2px 0 #fff,0 6px 10px rgba(5,56,121,.28)!important;
  box-shadow:
    inset 7px 7px 13px rgba(255,255,255,.9),
    inset -9px -10px 18px rgba(3,73,156,.23),
    0 10px 24px rgba(7,69,149,.18)!important;
  margin-bottom:16px!important;
}
.cards{
  align-items:stretch!important;
}
.cards>.card{
  display:flex!important;
  flex-direction:column!important;
}
.cards>.card .btn,.cards>.card .more{
  margin-top:auto!important;
}
@media(max-width:900px){
  .hiller-guide{width:110px;right:8px;bottom:8px}
  .hiller-guide-label{display:none}
}

/* ===== HILLER SOLTO V8 ===== */
.hiller-guide,.hiller-guide-label{display:none!important}
.hiller-site-guide{
    position:fixed;
    right:18px;
    bottom:0;
    width:auto;
    height:265px;
    max-width:210px;
    object-fit:contain;
    object-position:bottom center;
    z-index:60;
    pointer-events:none;
    background:transparent!important;
    border:none!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:drop-shadow(0 14px 18px rgba(5,33,66,.20));
}
@media(max-width:900px){
    .hiller-site-guide{height:185px;right:4px}
}
@media(max-width:600px){
    .hiller-site-guide{height:140px;opacity:.94}
}

/* ===== V9 — padrão visual inspirado na página ABA Reforma ===== */
.hiller-site-guide{display:none!important}
.hero{padding:38px 0!important;background:linear-gradient(135deg,#eef7ff 0%,#f8fbff 48%,#e9f4ff 100%)!important;color:var(--ink)!important}
.hero>.wrap{border:1px solid #cfe2f4;border-radius:30px;padding:34px!important;background:rgba(238,247,255,.78);box-shadow:0 18px 45px rgba(8,55,105,.08)}
.hero p{color:#526b84!important}
.hero-side{grid-template-columns:.68fr 1fr!important;align-items:center!important}
.hiller-avatar{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;max-height:430px!important;filter:drop-shadow(0 18px 22px rgba(5,48,95,.16))!important}
.hero-card{background:#fff!important;border:1px solid #d5e5f4!important;color:var(--ink)!important;box-shadow:0 16px 34px rgba(7,48,91,.08)!important}
.quick a{border:1px solid #d9e7f4}
.reforma-style-page{padding:34px 0 46px;background:linear-gradient(180deg,#f7fbff,#edf7ff)}
.reforma-panel{display:grid;grid-template-columns:.9fr 1.15fr;gap:34px;align-items:stretch;border:1px solid #cfe2f4;border-radius:30px;padding:28px;background:linear-gradient(135deg,#edf7ff 0%,#f9fcff 55%,#e5f2ff 100%);box-shadow:0 18px 45px rgba(8,55,105,.08);overflow:hidden}
.reforma-avatar-side{position:relative;min-height:590px;display:flex;align-items:flex-end;padding:0 10px}
.reforma-avatar{position:absolute;left:-10px;bottom:-28px;height:570px;width:auto;max-width:74%;object-fit:contain;filter:drop-shadow(0 20px 24px rgba(5,48,95,.15));background:transparent!important}
.reforma-copy{position:relative;z-index:2;margin-left:42%;align-self:flex-start;padding-top:54px}
.reforma-copy h1{font-size:42px;line-height:1.04;margin:14px 0;color:#071a33;letter-spacing:-1.5px}
.reforma-copy h1 em{font-style:normal;color:#0873e7}
.reforma-copy p{font-size:18px;line-height:1.55;color:#5f7087}
.reforma-form{align-self:center;border-radius:24px!important;padding:30px!important}
.reforma-form h2{font-size:28px;margin:0 0 4px}
.wide-btn{width:100%}
.footer{position:relative;overflow:hidden}
.icon3d{font-family:"Segoe UI Emoji","Apple Color Emoji",sans-serif}
@media(max-width:980px){
 .reforma-panel{grid-template-columns:1fr}
 .reforma-avatar-side{min-height:360px}
 .reforma-avatar{height:380px;max-width:52%}
 .reforma-copy{margin-left:45%;padding-top:40px}
}
@media(max-width:600px){
 .hero>.wrap{padding:22px!important;border-radius:22px}
 .reforma-panel{padding:18px;border-radius:22px}
 .reforma-avatar-side{min-height:390px;display:block}
 .reforma-avatar{height:300px;max-width:78%;left:-10px}
 .reforma-copy{margin-left:0;padding-top:10px;padding-left:0}
 .reforma-copy h1{font-size:34px}
 .reforma-copy p{max-width:60%;margin-left:40%}
}

/* ===== V10 — ABA premium / arquitetura de conversão ===== */
body{font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fff 0%,#f8fcff 52%,#edf7ff 100%)}
.nav{box-shadow:0 10px 35px rgba(7,42,82,.05)}
.hero{background:linear-gradient(125deg,#f8fcff 0%,#edf7ff 55%,#dbefff 100%)!important;padding:34px 0 44px!important}
.hero>.wrap{background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(238,247,255,.88))!important;border:1px solid #cfe2f4!important;border-radius:30px!important;padding:40px!important;box-shadow:0 24px 55px rgba(8,55,105,.09)!important}
.hero h1{color:#071a33!important}.hero h1 em{color:#0969e8!important}.hero p{color:#50677e!important}.hero-side{grid-template-columns:.74fr 1fr!important}.hiller-avatar{height:445px!important;max-height:445px!important;width:100%;object-fit:contain;object-position:bottom center;background:transparent!important}
.hero-card{border-radius:24px!important}.hero-card h3{font-size:23px}.quick a{transition:.2s transform,.2s box-shadow}.quick a:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(7,65,130,.10)}
.hero-primary-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn.secondary-blue{background:#fff;color:#075fc5;border:1px solid #bcd8f4;box-shadow:none}
.trust-strip{padding:18px 0;background:#fff;border-bottom:1px solid #e2edf7}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.trust-item{display:flex;gap:12px;align-items:center;padding:12px 14px}.trust-item b{display:block;color:#071a33}.trust-item span{display:block;color:#63778b;font-size:13px;margin-top:2px}.trust-dot{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#fff,#cde8ff);box-shadow:inset -5px -6px 10px #bad9f6,inset 5px 5px 10px #fff;color:#0969e8;font-size:21px;font-weight:900}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section-title-row .lead{margin:0;max-width:700px}
.solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solution-grid .card{min-height:320px;position:relative;overflow:hidden}.solution-grid .card:after{content:"";position:absolute;width:120px;height:120px;right:-50px;bottom:-50px;background:radial-gradient(circle,#bce2ff,transparent 68%);opacity:.65;pointer-events:none}
.icon3d{font-size:32px!important}
.steps-section{background:linear-gradient(135deg,#071a33,#0b4d8f);color:#fff}.steps-section h2,.steps-section .lead{color:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step-card{padding:26px;border-radius:22px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16)}.step-num{font-size:12px;font-weight:900;letter-spacing:1px;color:#63c2ff}.step-card h3{font-size:22px;margin:9px 0}.step-card p{color:#d7e7f7;line-height:1.6}
.reforma-home{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:linear-gradient(135deg,#eaf5ff,#fff);border:1px solid #cfe2f4;border-radius:28px;padding:32px;overflow:hidden}.reforma-home h2{font-size:40px}.reforma-home img{height:360px;width:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 18px 24px rgba(7,48,91,.18))}
.cta-band{background:linear-gradient(135deg,#0969e8,#18a4ef);color:#fff;border-radius:28px;padding:32px;display:flex;justify-content:space-between;gap:22px;align-items:center}.cta-band h2{margin:0;color:#fff}.cta-band p{margin:8px 0 0;color:#e8f6ff;max-width:690px}
.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid #d8e7f4;border-radius:16px;padding:16px 18px}.faq summary{font-weight:800;cursor:pointer}.faq p{color:#5f7087;line-height:1.6}
.page-guide-strip{margin:35px auto 0;max-width:1220px;padding:0 22px}.page-guide-inner{min-height:240px;border:1px solid #cfe2f4;border-radius:28px;background:linear-gradient(135deg,#eef7ff,#fff);display:grid;grid-template-columns:230px 1fr;gap:28px;align-items:end;padding:22px 32px 0;overflow:hidden}.page-guide-inner img{height:230px;width:210px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 15px 20px rgba(7,48,91,.16))}.page-guide-copy{align-self:center;padding-bottom:22px}.page-guide-copy span{font-size:12px;font-weight:900;letter-spacing:1px;color:#0b6edc}.page-guide-copy h2{font-size:29px;margin:8px 0}.page-guide-copy p{margin:0;color:#5f7087;line-height:1.6}
.whatsapp-guide{position:fixed;right:18px;bottom:18px;z-index:80;display:flex;align-items:flex-end;gap:0}.whatsapp-guide img{height:118px;width:92px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 8px 12px rgba(0,0,0,.15));margin-right:-14px;pointer-events:none}.whatsapp-guide a{display:flex;gap:9px;align-items:center;background:#12b76a;color:#fff;font-weight:900;padding:14px 18px 14px 22px;border-radius:18px;box-shadow:0 16px 30px rgba(18,183,106,.25)}.whatsapp-guide .wa-icon{font-size:22px}
.currency-field{height:50px;display:flex;align-items:center;border:1px solid #bfd5e8;border-radius:11px;background:#fff;overflow:hidden}.currency-field span{padding:0 12px;color:#516a84;font-weight:800}.currency-field input{height:100%;border:0!important;border-radius:0!important;outline:0;flex:1;padding:0 12px!important}.pct-field input{order:1}.pct-field span{order:2}.calc-head{display:grid;grid-template-columns:1fr 310px;gap:22px;align-items:start;margin-bottom:20px}.calc-head h3{font-size:28px;margin:5px 0 8px}.calc-head p{margin:0;color:#5f7087;line-height:1.55}.calc-tag{font-size:11px;font-weight:900;letter-spacing:1px;color:#0969e8}.formula-box{padding:16px;border-radius:15px;background:#edf7ff;border:1px solid #d4e7f7}.formula-box b,.formula-box span{display:block}.formula-box span{margin-top:5px;color:#536b84;font-size:13px;line-height:1.45}.calc-fields{margin-top:8px}.result-rich{display:flex;flex-direction:column;gap:7px}.result-rich strong{font-size:22px;color:#071a33}.result-rich span{color:#5f7087}.result-rich ul{margin:0;padding-left:20px;color:#526b84;line-height:1.7}
.official-links{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.official-link{background:#fff;border:1px solid #d6e6f4;border-radius:18px;padding:18px;transition:.2s}.official-link:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,56,105,.08)}.official-link b{display:block;color:#075fc5;margin-bottom:5px}.official-link span{font-size:13px;color:#63778b;line-height:1.45}
.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:100;background:#fff;border:1px solid #d7e6f3;border-radius:18px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;gap:18px;box-shadow:0 18px 55px rgba(7,32,64,.18)}.cookie-banner>div:first-child{display:flex;flex-direction:column;gap:4px}.cookie-banner span{color:#5f7087;font-size:13px}.cookie-banner>div:last-child{display:flex;gap:8px}.footer-legal{margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.13);display:flex;gap:18px;flex-wrap:wrap;font-size:13px;color:#c8d8e8}
@media(max-width:980px){.trust-grid,.solution-grid,.official-links{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.reforma-home{grid-template-columns:1fr}.reforma-home img{height:280px}.page-guide-inner{grid-template-columns:160px 1fr}.page-guide-inner img{height:190px;width:150px}.calc-head{grid-template-columns:1fr}.whatsapp-guide img{height:95px;width:76px}.hero-side{grid-template-columns:1fr!important}.hiller-avatar{height:300px!important}}
@media(max-width:620px){.trust-grid,.solution-grid,.official-links{grid-template-columns:1fr}.hero>.wrap{padding:24px!important}.hero h1{font-size:38px}.page-guide-inner{grid-template-columns:110px 1fr;padding:16px 18px 0}.page-guide-inner img{height:145px;width:105px}.page-guide-copy h2{font-size:22px}.whatsapp-guide img{display:none}.whatsapp-guide a{padding:13px 15px}.cookie-banner{flex-direction:column;align-items:stretch}.cookie-banner>div:last-child{justify-content:flex-end}.cta-band{flex-direction:column;align-items:flex-start}}

/* ===== V11 AJUSTE HOME + BOTÕES 3D ===== */
.home-hero-v11{padding:34px 0 44px!important;background:linear-gradient(135deg,#f7fbff 0%,#e9f5ff 55%,#dceeff 100%)!important}
.home-hero-v11>.wrap{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,247,255,.92))!important;border:1px solid #cfe2f4!important;border-radius:32px!important;padding:42px!important;box-shadow:0 26px 60px rgba(6,45,88,.10)!important;display:grid;grid-template-columns:1.06fr .94fr;gap:32px;align-items:center}
.home-hero-v11 h1{max-width:720px}
.home-hero-v11 .microcopy{margin-top:16px;font-size:16px;color:#526b84!important}
.hero-side-v11{display:grid!important;grid-template-columns:.70fr 1fr!important;gap:16px!important;align-items:end!important}
.hero-side-v11 .hiller-avatar{height:430px!important;max-height:430px!important;width:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 18px 20px rgba(7,48,91,.16))}
.quick-card-v11{background:linear-gradient(180deg,#ffffff,#eef6ff)!important;border:1px solid #d6e5f4!important;border-radius:26px!important;padding:22px!important;box-shadow:0 18px 35px rgba(7,48,91,.08)!important}
.quick-card-v11 h3{font-size:22px;margin:0 0 14px;color:#071a33}
.quick-home-v11{gap:12px!important}
.quick-home-v11 .quick3d{display:flex!important;align-items:center;justify-content:space-between;padding:15px 16px!important;border-radius:18px!important;color:#fff!important;font-weight:900!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 14px 20px rgba(7,48,91,.14)!important;border:1px solid rgba(255,255,255,.22)!important;transition:transform .18s ease,box-shadow .18s ease}
.quick-home-v11 .quick3d:hover{transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 18px 26px rgba(7,48,91,.18)!important}
.quick-left{display:flex;align-items:center;gap:11px;min-width:0}
.quick-left span:last-child{display:block;line-height:1.2}
.bubble{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.16);box-shadow:inset 0 1px 2px rgba(255,255,255,.22)}
.quick-arrow{font-size:18px;opacity:.92}
.q1{background:linear-gradient(135deg,#0a6fe8,#19a7f4)!important}
.q2{background:linear-gradient(135deg,#0a2b53,#0b5aab)!important}
.q3{background:linear-gradient(135deg,#1397db,#4bc3ff)!important}
.q4{background:linear-gradient(135deg,#1052c7,#0c8adf)!important}
.q5{background:linear-gradient(135deg,#0c5a95,#12a8ba)!important}
.q6{background:linear-gradient(135deg,#0873e7,#2f9bff)!important}
.trust-strip{padding:20px 0!important;background:#fff!important;border-bottom:1px solid #deebf7!important}
.solution-grid .card,.news article,.faq details{box-shadow:0 14px 34px rgba(7,48,91,.06)!important}
.steps-section-v11{background:linear-gradient(135deg,#071a33,#0b4d90)!important;color:#fff!important;padding:58px 0!important}
.steps-section-v11 h2,.steps-section-v11 .lead,.steps-section-v11 .step-card h3,.steps-section-v11 .step-card p{color:#fff!important}
.steps-section-v11 .lead{opacity:.92}
.steps-section-v11 .step-card{background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 18px 30px rgba(0,0,0,.12)}
.split-v11 .banner{min-height:100%;position:relative;overflow:hidden}
.banner-abaconecta-home{display:flex;flex-direction:column;justify-content:flex-start}
.abaconecta-logo3d{max-width:100%;height:auto;display:block}
.banner-abaconecta-home .abaconecta-logo3d{max-width:320px;margin:0 0 12px;filter:drop-shadow(0 12px 20px rgba(0,0,0,.10))}
.card-abaconecta:before{content:"";display:block;width:74px;height:5px;border-radius:999px;background:linear-gradient(90deg,#0a6fe8,#17abf4);margin-bottom:14px}
.hero-abaconecta-v11{background:linear-gradient(135deg,#f8fcff 0%,#eaf5ff 60%,#dbefff 100%)!important;color:var(--ink)!important;padding:34px 0 44px!important}
.hero-abaconecta-v11>.wrap{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(238,247,255,.92))!important;border:1px solid #cfe2f4!important;border-radius:30px!important;padding:36px!important;box-shadow:0 24px 55px rgba(8,55,105,.09)!important;display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}
.hero-abaconecta-v11 h1{color:#071a33!important}.hero-abaconecta-v11 p{color:#526b84!important}.hero-abaconecta-v11 .hero-card{background:linear-gradient(180deg,#fff,#eef6ff)!important;border:1px solid #d6e5f4!important;color:#071a33!important}
.hero-logo-abaconecta{max-width:360px;margin-top:18px}
.whatsapp-guide a{background:linear-gradient(135deg,#11b767,#1ac978)!important}
@media(max-width:980px){
  .home-hero-v11>.wrap,.hero-abaconecta-v11>.wrap{grid-template-columns:1fr!important}
  .hero-side-v11{grid-template-columns:1fr!important}
  .hero-side-v11 .hiller-avatar{height:300px!important;max-height:300px!important}
  .banner-abaconecta-home .abaconecta-logo3d,.hero-logo-abaconecta{max-width:260px}
}
@media(max-width:620px){
  .home-hero-v11>.wrap,.hero-abaconecta-v11>.wrap{padding:24px!important}
  .hero-side-v11 .hiller-avatar{height:240px!important;max-height:240px!important}
  .quick-home-v11 .quick3d{padding:14px 14px!important}
  .quick-left span:last-child{font-size:15px}
}

/* ===== V12 — legal / LGPD ===== */
.legal-page{background:linear-gradient(180deg,#f8fcff,#edf7ff)}
.legal-page h1{margin-top:12px}
.legal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:stretch}
.legal-grid .card{min-height:0}
.legal-grid .card h3{min-height:0;margin-top:0}
.legal-grid .card p{margin-bottom:0}
.legal-grid a{color:#075fc5}
.privacy-ack{margin:18px 0;padding:14px 16px;border:1px solid #cfe2f4;border-radius:14px;background:#f3f9ff;color:#405a73;line-height:1.5}
.privacy-ack input{margin-right:8px;transform:translateY(1px)}
.privacy-ack a{color:#075fc5}
.cookie-banner>div:first-child a{font-size:12px;color:#075fc5;text-decoration:underline}
.cookie-modal-backdrop{position:fixed;inset:0;background:rgba(4,20,39,.58);z-index:120;display:grid;place-items:center;padding:18px}
.cookie-modal{width:min(560px,100%);background:#fff;border-radius:22px;padding:24px;border:1px solid #d7e6f3;box-shadow:0 24px 75px rgba(0,0,0,.28)}
.cookie-modal h3{font-size:25px;margin:0 0 8px}
.cookie-modal>p{color:#5f7087;line-height:1.5}
.cookie-row{display:flex;justify-content:space-between;align-items:center;gap:18px;border-top:1px solid #e2edf7;padding:15px 0}
.cookie-row span{display:flex;flex-direction:column;gap:3px}
.cookie-row small{color:#6a7c90}
.cookie-row input{width:20px;height:20px}
.cookie-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:10px;flex-wrap:wrap}
.cookie-more{text-align:right;margin-bottom:0!important}.cookie-more a{color:#075fc5}
@media(max-width:760px){.legal-grid{grid-template-columns:1fr}}

.news-source{margin-top:14px;padding-top:12px;border-top:1px solid #d7e6f4;font-size:14px;color:#35516f}.news-source a{display:inline-flex;margin-top:8px;color:#0a68df;font-weight:800}.news-source a:hover{text-decoration:underline}.news-grid article{display:flex;flex-direction:column}.news-grid article h3{margin:10px 0 10px}.news-grid article p{margin:0 0 10px}.news-grid article .news-source{margin-top:auto}

/* ===== V16 serviços empresariais ===== */
.q7{background:linear-gradient(135deg,#093f8f,#157cdc)!important}.service-brand-logo{width:170px;max-width:100%;height:74px;object-fit:contain;object-position:left center;margin:-4px 0 8px}.card-brand{background:linear-gradient(145deg,#fff,#edf6ff)!important}.brand-hero,.about-hero{padding:42px 0;background:linear-gradient(135deg,#f8fcff,#e6f3ff)}.brand-hero-grid,.about-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;background:rgba(255,255,255,.9);border:1px solid #d1e4f4;border-radius:30px;padding:38px;box-shadow:0 24px 55px rgba(7,48,91,.08)}.ababrand-hero-logo{width:min(520px,100%);margin:12px 0 10px}.brand-hiller,.about-hero-grid>img{width:100%;max-height:510px;object-fit:contain}.brand-benefits .card{min-height:260px}.service-page-hero{background:linear-gradient(135deg,#071d39,#0b4f92)!important;color:#fff!important}.service-page-hero>.wrap{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px}.service-page-hero h1,.service-page-hero p{color:#fff!important}.service-page-hiller{width:100%;max-height:500px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(0,0,0,.18))}.about-home{background:linear-gradient(135deg,#f7fbff,#edf7ff)}.about-hiller{width:100%;max-height:380px;object-fit:contain}.about-hiller-large{width:100%;max-height:420px;object-fit:contain}@media(max-width:900px){.brand-hero-grid,.about-hero-grid,.service-page-hero>.wrap{grid-template-columns:1fr}.service-brand-logo{width:145px}}

/* ===== V17 NAV + QUEM SOMOS + ABACONecta ===== */
.nav{overflow:visible}
.menu{gap:14px}
.nav-dd{position:relative;display:flex;align-items:center}
.nav-dd>button{
  appearance:none;border:0;background:transparent;color:var(--ink);
  font:inherit;font-weight:800;cursor:pointer;padding:10px 2px;display:flex;align-items:center;gap:5px
}
.nav-dd>button:hover{color:var(--blue)}
.nav-dd-menu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);
  min-width:270px;padding:10px;background:#fff;border:1px solid #dce9f5;border-radius:16px;
  box-shadow:0 18px 45px rgba(6,34,70,.14);opacity:0;visibility:hidden;pointer-events:none;
  transition:.18s ease;z-index:90
}
.nav-dd-menu a{
  display:block;padding:11px 12px;border-radius:10px;font-weight:700;white-space:nowrap
}
.nav-dd-menu a:hover{background:#edf7ff;color:#0767d8}
.nav-dd:hover .nav-dd-menu,.nav-dd:focus-within .nav-dd-menu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(2px)
}
.about-home{
  background:linear-gradient(135deg,#ffffff 0%,#eef7ff 58%,#e2f2ff 100%)!important;
  border-top:1px solid #e0edf8;border-bottom:1px solid #e0edf8
}
.about-home .split{align-items:center}
.about-home .about-hiller{
  width:100%;max-height:390px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(8,57,112,.13))
}
.card-abaconecta-logo{position:relative;overflow:hidden}
.service-abaconecta-logo{
  width:100%;height:92px;object-fit:contain;object-position:left center;margin:0 0 8px;
  filter:drop-shadow(0 10px 14px rgba(0,67,145,.12))
}
.banner-abaconecta-home .abaconecta-logo3d{max-height:150px;object-fit:contain;object-position:left center}
@media(max-width:980px){
  .nav-dd{display:none}
}

/* ===== V21 correções visuais ===== */
.service-page-hero h1{color:#071a33!important}
.service-page-hero p{color:#4f6880!important}
.service-page-hero .tag{color:#075fc5!important;background:#eef7ff!important}
.service-page-hero>.wrap{background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(232,243,252,.96))!important}
.service-page-hero .btn{color:#fff!important}
@media(max-width:620px){
  .service-page-hero h1{font-size:36px!important}
  .service-page-hiller{max-height:360px}
}

/* ===== V21 ABAconecta comercial ===== */
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 8px}
.micro-note{font-size:12px!important;color:#60778d!important;margin-top:18px}
.abac-why{background:linear-gradient(180deg,#fff,#f5fbff)}
.abac-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:26px}
.abac-steps>div{background:#fff;border:1px solid #d9e8f5;border-radius:20px;padding:22px;box-shadow:0 12px 28px rgba(7,52,102,.06)}
.abac-steps b{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(145deg,#0875e8,#12a2ee);color:#fff;font-size:17px}
.abac-steps h3{margin:14px 0 7px}.abac-steps p{color:#526b84;line-height:1.55;margin:0}
.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;align-items:stretch;margin-top:28px}
.price-card{position:relative;background:#fff;border:1px solid #d7e7f4;border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(7,54,108,.07);display:flex;flex-direction:column}
.price-card.featured{border:2px solid #148eea;transform:translateY(-8px);box-shadow:0 20px 45px rgba(7,93,180,.16)}
.best-badge{position:absolute;right:14px;top:14px;background:#ffcf44;color:#17314d;font-size:10px;font-weight:900;padding:6px 8px;border-radius:999px}
.price-kicker{font-size:11px;font-weight:900;letter-spacing:1px;color:#0873e7}
.price-card h3{font-size:22px;margin:10px 0 8px}.price{font-size:30px;font-weight:900;color:#071f3b}.price small{font-size:13px;color:#61768d}
.price-card>small{color:#6b7d91}.price-card ul{padding-left:18px;color:#506a84;line-height:1.7;flex:1}
.price-card .btn{margin-top:10px}.price-card.corporate{background:linear-gradient(160deg,#071b35,#0a4f93);color:#fff}.price-card.corporate .price,.price-card.corporate li,.price-card.corporate .price-kicker{color:#fff}
.plan-rules{margin-top:22px;background:#eff8ff;border-left:5px solid #1593eb;border-radius:14px;padding:18px 20px}.plan-rules h3{margin:0 0 8px}.plan-rules p{margin:0;color:#49647e;line-height:1.6}
.portal-showcase{background:linear-gradient(135deg,#071a33 0%,#0a4c91 54%,#f3faff 54.2%,#fff 100%)}.portal-showcase .split>div:first-child{color:#fff}.portal-showcase .lead{color:#dbeafa}.dark-checks{line-height:2;color:#eff8ff;margin:16px 0 22px}
.portal-mock{background:#fff;border-radius:24px;padding:18px;box-shadow:0 25px 60px rgba(1,23,50,.28);border:1px solid #d9e8f4}
.portal-top{display:flex;justify-content:space-between;border-bottom:1px solid #e3edf5;padding:8px 6px 14px;color:#0a5dac}.portal-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}
.portal-stat-row div{background:#edf7ff;border-radius:14px;padding:13px}.portal-stat-row b{display:block;font-size:24px;color:#083d75}.portal-stat-row span{font-size:11px;color:#60778d}
.portal-list>div{display:flex;align-items:center;gap:10px;padding:11px 4px;border-top:1px solid #edf2f7}.portal-list p{margin:0;flex:1}.portal-list small{display:block;color:#6e8297;margin-top:3px}.portal-list em{font-style:normal;background:#eaf5ff;color:#0873e7;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:800}.avatar-dot{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#0a78e5;color:#fff;font-weight:800;font-size:11px}
.portal-login-hero{padding:58px 0;background:radial-gradient(circle at 85% 10%,rgba(80,190,255,.28),transparent 32%),linear-gradient(135deg,#06182f,#0a4d90);color:#fff}.portal-login-hero h1{font-size:46px;margin:10px 0}.portal-login-hero p{line-height:1.65;color:#dceafb}.portal-logo{width:310px;max-width:100%;height:120px;object-fit:contain;object-position:left center}
.portal-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.portal-feature-grid div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);padding:14px;border-radius:14px}.portal-feature-grid b{display:block;margin-bottom:5px}.portal-feature-grid span{font-size:13px;color:#dceafb}
.portal-login-card{background:#fff;color:#102943;border-radius:24px;padding:26px;box-shadow:0 25px 60px rgba(0,0,0,.25)}.portal-login-card p{color:#61768d}.portal-login-card .field{margin-bottom:12px}.portal-login-card input:disabled{background:#f0f4f7}.portal-login-card button:disabled{opacity:.55;cursor:not-allowed}.portal-alert{background:#fff7dc;border-left:4px solid #f5b915;border-radius:12px;padding:13px;margin:16px 0}.portal-alert p{font-size:13px;margin:6px 0 0;color:#645a3a}
@media(max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,1fr)}.price-card.featured{transform:none}.abac-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.pricing-grid,.abac-steps,.portal-feature-grid{grid-template-columns:1fr}.portal-showcase{background:linear-gradient(160deg,#071a33,#0a4d90 48%,#f4fbff 48.2%)}.portal-login-hero h1{font-size:36px}}

/* ===== V22 Escola do Empresário ===== */
.school-hero{padding:64px 0;background:
radial-gradient(circle at 84% 10%,rgba(38,169,243,.22),transparent 31%),
linear-gradient(135deg,#071b35 0%,#0b4f95 58%,#eaf6ff 58.2%,#fff 100%)}
.school-hero .wrap{display:grid;grid-template-columns:1.18fr .82fr;gap:36px;align-items:center}
.school-hero .eyebrow{color:#6ed0ff;font-weight:900;letter-spacing:1.5px;font-size:12px}
.school-hero h1{font-size:56px;line-height:1.03;color:#fff;margin:12px 0 18px;max-width:770px}
.school-hero p{font-size:19px;line-height:1.65;color:#dcecff;max-width:760px}
.school-hero img{max-height:430px;width:100%;object-fit:contain}
.school-hero .btn{margin-top:14px}
.school-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:12px;font-weight:800;margin-top:10px}

.school-section{padding:68px 0}
.school-section.alt{background:linear-gradient(180deg,#f4faff,#fff)}
.school-title{max-width:850px;margin-bottom:28px}
.school-title .eyebrow{color:#0873e7;font-size:12px;font-weight:900;letter-spacing:1.4px}
.school-title h2{font-size:40px;line-height:1.08;margin:8px 0 12px;color:#081d38}
.school-title p{font-size:17px;color:#5c7288;line-height:1.65}

.learning-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.learning-card{background:#fff;border:1px solid #d8e8f5;border-radius:24px;padding:22px;box-shadow:0 12px 28px rgba(7,52,102,.07);min-height:245px;display:flex;flex-direction:column}
.learning-symbol{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,#062b5a,#0b7ae6);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 10px 22px rgba(7,91,178,.22);color:#fff;font-weight:900;font-size:24px}
.learning-card h3{font-size:21px;margin:16px 0 8px;color:#09203d}
.learning-card p{color:#60778e;line-height:1.55;margin:0 0 16px}
.learning-card small{margin-top:auto;color:#0873e7;font-weight:800}

.weekly-box{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.weekly-item{background:linear-gradient(135deg,#fff,#eff8ff);border:1px solid #d8e8f5;border-radius:22px;padding:24px}
.weekly-item span{font-size:11px;color:#0873e7;font-weight:900;letter-spacing:1px}
.weekly-item h3{font-size:23px;margin:9px 0;color:#0a203c}
.weekly-item p{color:#587087;line-height:1.6}
.weekly-item ul{padding-left:20px;color:#526b84;line-height:1.7}

.course-shell{background:#061a33;color:#fff;border-radius:30px;padding:30px;box-shadow:0 24px 58px rgba(0,27,58,.18)}
.course-head{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start;border-bottom:1px solid rgba(255,255,255,.13);padding-bottom:22px;margin-bottom:18px}
.course-head span{color:#78d5ff;font-size:11px;font-weight:900;letter-spacing:1.3px}
.course-head h2{font-size:38px;margin:8px 0 10px}
.course-head p{color:#d7e9f8;max-width:820px;line-height:1.65}
.course-badge{background:#f5c948;color:#08213d;padding:10px 14px;border-radius:999px;font-weight:900;font-size:12px}
.course-modules{display:grid;gap:12px}
.course-modules details{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:0 18px}
.course-modules summary{cursor:pointer;padding:17px 0;font-weight:850;font-size:17px;list-style:none}
.course-modules summary::-webkit-details-marker{display:none}
.course-modules summary:after{content:"+";float:right;color:#79d5ff;font-size:22px}
.course-modules details[open] summary:after{content:"–"}
.course-modules .lesson{padding:0 0 18px;color:#dceaf7;line-height:1.68}
.course-modules .lesson strong{color:#0a203c;font-weight:800}
.course-modules .lesson ul{padding-left:22px}
.course-source{margin-top:20px;background:#fff;color:#102943;border-radius:18px;padding:18px}
.course-source h3{margin:0 0 8px}
.course-source a{color:#076bd4;font-weight:800}
.course-source p{color:#5d7389;line-height:1.55}

.consultive-strip{padding:46px 0;background:linear-gradient(135deg,#0a6bd7,#18a8ef);color:#fff}
.consultive-strip .wrap{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
.consultive-strip h2{font-size:34px;margin:0 0 8px}
.consultive-strip p{margin:0;color:#e9f7ff;font-size:17px;max-width:900px;line-height:1.55}
.consultive-strip .btn{background:#fff;color:#0b64c8}

@media(max-width:1000px){
 .learning-grid{grid-template-columns:repeat(2,1fr)}
 .school-hero .wrap{grid-template-columns:1fr}
 .school-hero{background:linear-gradient(145deg,#071b35,#0b4f95 72%,#eaf6ff 72.2%)}
 .school-hero h1{font-size:44px}
}
@media(max-width:700px){
 .learning-grid,.weekly-box,.consultive-strip .wrap{grid-template-columns:1fr}
 .school-title h2{font-size:33px}
 .school-hero h1{font-size:37px}
 .course-head{grid-template-columns:1fr}
 .course-head h2{font-size:31px}
}

/* ===== V24 Treinamento Reforma completo ===== */
.training-guide{background:linear-gradient(135deg,#eff8ff,#ffffff);color:#102943;border-radius:18px;padding:20px;margin:0 0 18px;border:1px solid #d6e8f6}
.training-guide h3{margin:0 0 7px;font-size:21px}.training-guide p{color:#587087;line-height:1.6}
.training-checks{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}
.training-checks label{background:#fff;border:1px solid #dce9f4;border-radius:12px;padding:11px 12px;font-size:13px;font-weight:700}
.lesson-goal{background:rgba(121,213,255,.10);border-left:4px solid #79d5ff;border-radius:10px;padding:12px 14px;margin:0 0 14px;color:#eef8ff}
.exercise{background:#fff7dd;color:#4a421f;border-left:4px solid #f5c948;border-radius:10px;padding:13px 14px;margin:14px 0 2px;line-height:1.55}
.training-quiz{margin-top:20px;background:linear-gradient(145deg,#0b3a70,#0a6cd0);border-radius:18px;padding:20px;color:#fff}
.training-quiz h3{margin:0 0 8px;font-size:22px}.training-quiz p,.training-quiz li{color:#edf7ff;line-height:1.6}
.training-quiz ol{padding-left:22px}
@media(max-width:700px){.training-checks{grid-template-columns:1fr}}

/* ===== V25 calculadora detalhada de funcionário ===== */
.result-rich ul{columns:2;column-gap:28px;padding-left:20px}.result-rich li{break-inside:avoid;margin-bottom:7px}.calc-fields{align-items:end}.calcbox .field label{min-height:38px;display:flex;align-items:flex-end}.calcbox .field:nth-child(n+9){background:#f7fbff;border-radius:14px;padding:10px}.calcbox .field:nth-child(n+2):nth-child(-n+8){background:#fbfdff;border-radius:14px;padding:10px;border:1px solid #edf4fa}
@media(max-width:850px){.result-rich ul{columns:1}.calcbox .field label{min-height:auto}}

/* ===== V27 Portal do Cliente ONVIO ===== */
.portal-client-btn{
  background:linear-gradient(135deg,#0b2f5f,#0d6fd7)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 10px 24px rgba(6,58,115,.16)!important;
  white-space:nowrap;
}
.portal-client-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
}
@media(max-width:980px){
  .portal-client-btn{display:inline-flex}
}

/* ===== V30 Escola do Empresário com cursos completos ===== */
.learning-link,.weekly-link{display:block;text-decoration:none;color:inherit;transition:.2s ease}
.learning-link:hover,.weekly-link:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(12,63,114,.12)}
.learning-link small,.weekly-link b{color:#0876e8;font-weight:800}
.featured-course{border:2px solid #70c8ff!important;background:linear-gradient(145deg,#f7fcff,#eaf6ff)!important}
.course-page-hero{padding:54px 0 34px;background:linear-gradient(145deg,#eef8ff,#fff)}
.course-page-hero .wrap{max-width:1040px}.course-page-hero h1{max-width:900px;font-size:clamp(34px,5vw,58px);line-height:1.02;margin:12px 0}
.course-page-hero p{max-width:850px;font-size:18px;line-height:1.7;color:#506982}
.back-school{display:inline-block;margin-bottom:18px;text-decoration:none;color:#0876e8;font-weight:800}
.course-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.course-meta span{background:#fff;border:1px solid #d9e9f6;border-radius:999px;padding:9px 13px;font-size:13px;font-weight:800;color:#244863}
.course-page-section{padding:36px 0 70px}.course-page-section .wrap{max-width:1040px}
.course-progress-note{background:#eaf6ff;border:1px solid #cfe8f9;border-radius:16px;padding:16px 18px;margin-bottom:18px;color:#35536e;line-height:1.6}
.course-expanded details{margin-bottom:14px}
.course-expanded details summary{font-size:18px;padding:18px 20px}
.course-expanded .lesson{padding:4px 22px 24px;font-size:16px;line-height:1.75}
.course-expanded .lesson p{margin:12px 0;color:#3f5870}
.course-callout,.example-box{border-radius:14px;padding:15px 17px;margin:16px 0;line-height:1.65}
.course-callout{background:#edf8ff;border-left:4px solid #138fe8;color:#284c68}
.example-box{background:#f7f3ff;border-left:4px solid #7b68ee;color:#423d68}
.course-finish{margin-top:24px;background:linear-gradient(145deg,#092e59,#0b68c7);border-radius:22px;padding:26px;color:#fff}
.course-finish h2{margin:0 0 8px}.course-finish p{color:#e9f5ff;line-height:1.6}
.timeline-simple{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}
.timeline-simple div{background:#f2f8fd;border:1px solid #d4e7f5;border-radius:13px;padding:13px}.timeline-simple b{display:block;font-size:16px;color:#0b5fae}.timeline-simple span{font-size:13px;color:#5b7186}
@media(max-width:760px){.timeline-simple{grid-template-columns:1fr 1fr}.course-page-hero{padding-top:36px}.course-expanded details summary{font-size:16px}}


/* ===== V31 Correção de legibilidade dos cursos ===== */
.course-expanded .lesson strong,
.course-callout strong,
.example-box strong,
.exercise strong,
.course-progress-note strong {
  color: #0a203c !important;
  font-weight: 800;
}

.course-expanded .lesson p,
.course-expanded .lesson li,
.course-callout,
.example-box,
.exercise {
  color: #304b63 !important;
}

.example-box {
  background: #f3efff !important;
  border-left: 4px solid #7157e8 !important;
}

.exercise {
  background: #fff5d7 !important;
  color: #4a3d18 !important;
  border-left: 4px solid #efbb22 !important;
}

.exercise strong {
  color: #5c4300 !important;
}

.course-callout {
  background: #eaf6ff !important;
  color: #294b66 !important;
  border-left: 4px solid #148eea !important;
}

.course-callout strong {
  color: #083a67 !important;
}

.course-detail[open] > summary {
  color: #0a203c !important;
}

.course-expanded details summary {
  color: #0a203c !important;
  background: #ffffff !important;
}

.course-expanded details[open] summary {
  border-bottom: 1px solid #dceaf5;
}

.course-expanded .lesson {
  background: #ffffff;
}

.course-expanded .lesson a {
  color: #086fce !important;
  font-weight: 700;
}

/* ===== V32 - Contraste definitivo em TODOS os cursos ===== */

/* Texto normal das aulas */
.course-page-section .course-detail .lesson,
.course-page-section .course-detail .lesson p,
.course-page-section .course-detail .lesson li,
.course-page-section .course-detail .lesson span,
.course-page-section .course-detail .lesson b,
.course-page-section .course-detail .lesson strong {
  color:#304b63 !important;
  -webkit-text-fill-color:#304b63 !important;
  opacity:1 !important;
}

/* Destaques em negrito dentro do texto corrido */
.course-page-section .course-detail .lesson strong,
.course-page-section .course-detail .lesson b {
  color:#0a203c !important;
  -webkit-text-fill-color:#0a203c !important;
  font-weight:800 !important;
}

/* Caixas de exemplo */
.course-page-section .example-box,
.course-page-section .example-box p,
.course-page-section .example-box span {
  color:#453d70 !important;
  -webkit-text-fill-color:#453d70 !important;
}
.course-page-section .example-box strong,
.course-page-section .example-box b {
  color:#3d2f88 !important;
  -webkit-text-fill-color:#3d2f88 !important;
}

/* Caixas de exercício / atividade */
.course-page-section .exercise,
.course-page-section .exercise p,
.course-page-section .exercise span {
  color:#4d4019 !important;
  -webkit-text-fill-color:#4d4019 !important;
}
.course-page-section .exercise strong,
.course-page-section .exercise b {
  color:#684b00 !important;
  -webkit-text-fill-color:#684b00 !important;
}

/* Caixas explicativas azuis */
.course-page-section .course-callout,
.course-page-section .course-callout p,
.course-page-section .course-callout span {
  color:#294b66 !important;
  -webkit-text-fill-color:#294b66 !important;
}
.course-page-section .course-callout strong,
.course-page-section .course-callout b {
  color:#083a67 !important;
  -webkit-text-fill-color:#083a67 !important;
}

/* Cabeçalhos dos módulos */
.course-page-section .course-detail > summary,
.course-page-section .course-detail[open] > summary {
  color:#0a203c !important;
  -webkit-text-fill-color:#0a203c !important;
  background:#fff !important;
}

/* As áreas realmente escuras continuam com texto branco */
.course-page-section .training-quiz,
.course-page-section .training-quiz p,
.course-page-section .training-quiz li,
.course-page-section .training-quiz strong,
.course-page-section .training-quiz b,
.course-page-section .course-finish,
.course-page-section .course-finish p,
.course-page-section .course-finish strong,
.course-page-section .course-finish b {
  color:#f5fbff !important;
  -webkit-text-fill-color:#f5fbff !important;
}

/* Fontes oficiais */
.course-page-section .course-source,
.course-page-section .course-source p,
.course-page-section .course-source strong,
.course-page-section .course-source b {
  color:#35536e !important;
  -webkit-text-fill-color:#35536e !important;
}
.course-page-section .course-source h3 {
  color:#0a203c !important;
  -webkit-text-fill-color:#0a203c !important;
}
.course-page-section .course-source a {
  color:#086fce !important;
  -webkit-text-fill-color:#086fce !important;
}

/* ===== V33 ABAconecta portal + correção de contraste ===== */
.portal-showcase{
  background:linear-gradient(135deg,#eef8ff 0%,#ffffff 100%) !important;
}
.portal-showcase .split>div:first-child,
.portal-showcase .split>div:first-child h2,
.portal-showcase .split>div:first-child .lead,
.portal-showcase .dark-checks{
  color:#173a59 !important;
  -webkit-text-fill-color:#173a59 !important;
}
.portal-showcase .eyebrow{color:#118ee8 !important;-webkit-text-fill-color:#118ee8 !important}
.portal-showcase .dark-checks{font-weight:650}

/* Portal login */
.abac-portal-body,.abac-dashboard-body{background:#f4f9fd;color:#0b2239}
.abac-login-shell{max-width:1200px;margin:0 auto;padding:58px 28px 80px;display:grid;grid-template-columns:1.1fr .75fr;gap:48px;align-items:center}
.abac-login-copy h1{font-size:clamp(40px,5vw,66px);line-height:1.02;margin:14px 0 18px;max-width:760px}
.abac-login-copy>p{font-size:18px;line-height:1.7;color:#536c82;max-width:720px}
.abac-login-features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:26px}
.abac-login-features div{background:#fff;border:1px solid #d7e8f5;border-radius:16px;padding:15px;box-shadow:0 10px 24px rgba(26,72,112,.06)}
.abac-login-features b,.abac-login-features span{display:block}.abac-login-features b{color:#0b4d89;margin-bottom:5px}.abac-login-features span{color:#60758a;font-size:13px;line-height:1.45}
.abac-auth-card{background:#fff;border:1px solid #d5e6f3;border-radius:24px;padding:28px;box-shadow:0 26px 60px rgba(18,61,98,.13)}
.abac-auth-card h2{margin:0 0 6px}.abac-auth-card p{color:#667c8f}.abac-auth-card label{font-weight:800;font-size:13px;display:block;margin:14px 0 6px}
.abac-auth-card input{width:100%;height:48px;border:1px solid #caddeb;border-radius:12px;padding:0 13px;font:inherit}
.abac-auth-card .btn{width:100%;margin-top:18px}.abac-auth-help{font-size:12px;margin-top:14px}
.abac-message{margin-top:14px;padding:12px;border-radius:10px}.abac-message.error{background:#fff1f1;color:#852f2f}.abac-message.ok{background:#eefaf2;color:#23643a}

/* Portal dashboard */
.abac-dash-top{height:82px;background:#fff;border-bottom:1px solid #e0edf6;display:flex;justify-content:space-between;align-items:center;padding:0 max(24px,calc((100vw - 1240px)/2));position:sticky;top:0;z-index:30}
.abac-dash-top img{height:48px;width:auto}.abac-dash-top>div{display:flex;align-items:center;gap:12px}.abac-link-btn{border:0;background:#edf6fd;color:#0b5ea8;border-radius:10px;padding:10px 13px;font-weight:800;cursor:pointer}
.abac-dashboard{max-width:1240px;margin:0 auto;padding:32px 24px 70px}
.abac-welcome{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.abac-welcome h1{font-size:36px;margin:4px 0}.abac-welcome p{color:#657c90;margin:0}
.abac-credit-card{min-width:210px;background:linear-gradient(145deg,#0a3d74,#0c7ade);color:#fff;border-radius:20px;padding:19px 22px;box-shadow:0 18px 35px rgba(5,83,155,.18)}.abac-credit-card small,.abac-credit-card span{display:block;color:#dff2ff}.abac-credit-card b{display:block;font-size:38px;margin:3px 0}
.abac-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px}.abac-stats div{background:#fff;border:1px solid #d9e9f5;border-radius:17px;padding:17px}.abac-stats span{color:#678096;font-size:12px;font-weight:700}.abac-stats b{display:block;font-size:27px;color:#0b4f8e;margin-top:4px}
.abac-panel-card{background:#fff;border:1px solid #d8e8f4;border-radius:22px;padding:22px;margin-bottom:20px;box-shadow:0 12px 32px rgba(29,74,112,.06)}
.abac-panel-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:16px}.abac-panel-head h2{margin:0 0 4px}.abac-panel-head p{margin:0;color:#6b8092}
.abac-filters{display:flex;gap:8px}.abac-filters input,.abac-filters select,.abac-form-grid input,.abac-form-grid select,.abac-form-grid textarea{border:1px solid #ccdeec;border-radius:11px;padding:11px 12px;font:inherit;background:#fff}.abac-filters input{min-width:260px}
.abac-table-wrap{overflow:auto}.abac-table{width:100%;border-collapse:collapse;min-width:850px}.abac-table th{text-align:left;font-size:12px;color:#6b8295;border-bottom:1px solid #dfeaf3;padding:11px 9px}.abac-table td{padding:13px 9px;border-bottom:1px solid #edf3f7;color:#2a485f}.abac-table td b,.abac-table td small{display:block}.abac-table td small{color:#74899a;margin-top:3px}.abac-table select{border:1px solid #caddeb;border-radius:9px;padding:8px;background:#f7fbfe}.abac-download{display:inline-block;background:#e9f5ff;color:#0865b5;text-decoration:none;padding:8px 10px;border-radius:9px;font-weight:800;font-size:12px}.muted{color:#8aa0b1;font-size:12px}
.abac-empty{padding:20px;text-align:center;color:#73899c;background:#f7fbfe;border-radius:13px}
.abac-activation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.abac-activation-grid article{border:1px solid #dceaf4;border-radius:15px;padding:16px;background:#fbfdff}.abac-activation-grid article>span{font-size:11px;color:#0a71c9;background:#e9f5ff;border-radius:999px;padding:5px 8px}.abac-activation-grid h3{margin:12px 0 5px}.abac-activation-grid p,.abac-activation-grid small{color:#6b8193}
.abac-modal{position:fixed;inset:0;background:rgba(4,22,39,.55);z-index:100;display:grid;place-items:center;padding:20px}.abac-modal[hidden]{display:none}.abac-modal-card{position:relative;background:#fff;border-radius:20px;padding:28px;width:min(440px,100%)}.abac-modal-card input{width:100%;height:48px;border:1px solid #ccdeec;border-radius:11px;padding:0 12px;margin:8px 0 10px}.abac-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}

/* Admin */
.abac-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.abac-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.abac-form-grid textarea,.abac-form-grid .file-label,.abac-form-grid .inline-check,.abac-form-grid .btn{grid-column:1/-1}.abac-form-grid textarea{min-height:80px}.file-label{background:#f4f9fd;border:1px dashed #bcd7e9;border-radius:12px;padding:12px;color:#526d82}.file-label input{border:0;padding:8px 0 0}.inline-check{font-weight:700;color:#526d82}.small-note{font-size:12px;color:#7a8e9f}.abac-inline-msg{margin-top:10px;font-size:13px;font-weight:700}.abac-inline-msg.ok{color:#247342}.abac-inline-msg.error{color:#a33a3a}
.abac-admin-client-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.abac-admin-client-grid article{border:1px solid #dceaf4;border-radius:16px;padding:16px;background:#fbfdff}.plan-pill{font-size:10px;background:#e8f5ff;color:#0865b5;border-radius:999px;padding:5px 8px;font-weight:800}.abac-admin-client-grid h3{margin:12px 0 4px}.abac-admin-client-grid p,.abac-admin-client-grid small{color:#687f92}.mini-stats{display:flex;gap:8px;flex-wrap:wrap;margin:13px 0}.mini-stats span{font-size:11px;background:#eef6fc;border-radius:9px;padding:7px 9px}.mini-stats b{color:#0a5da8}
@media(max-width:900px){.abac-login-shell{grid-template-columns:1fr}.abac-stats{grid-template-columns:repeat(2,1fr)}.abac-admin-grid{grid-template-columns:1fr}.abac-admin-client-grid{grid-template-columns:1fr 1fr}.abac-activation-grid{grid-template-columns:1fr 1fr}.abac-welcome{align-items:flex-start;flex-direction:column}.abac-credit-card{width:100%}}
@media(max-width:620px){.abac-login-shell{padding:32px 18px}.abac-login-features{grid-template-columns:1fr}.abac-dash-top{padding:0 14px}.abac-dashboard{padding:22px 14px 60px}.abac-stats{grid-template-columns:1fr 1fr}.abac-panel-head{align-items:stretch;flex-direction:column}.abac-filters{flex-direction:column}.abac-filters input{min-width:0}.abac-form-grid{grid-template-columns:1fr}.abac-form-grid>*{grid-column:1!important}.abac-admin-client-grid,.abac-activation-grid{grid-template-columns:1fr}.abac-dash-top img{height:38px}}

/* ===== V35 Portal ABAconecta visível ===== */
.abac-access-strip{padding:28px 0;background:linear-gradient(135deg,#eaf6ff,#fff)}
.abac-access-strip .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1200px}
.abac-access-strip h2{margin:5px 0 6px;color:#0a203c}.abac-access-strip p{margin:0;color:#587086}
.client-access-hub{padding:28px 0 42px;background:#f5faff}
.client-access-hub .wrap{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:1200px}
.client-access-card{display:flex;justify-content:space-between;align-items:center;gap:18px;background:#fff;border:1px solid #d7e8f4;border-radius:18px;padding:18px 20px;box-shadow:0 10px 28px rgba(20,72,110,.06)}
.client-access-card b,.client-access-card span{display:block}.client-access-card b{font-size:17px;color:#0a203c}.client-access-card span{font-size:13px;color:#627b8f;margin-top:4px}
@media(max-width:780px){.abac-access-strip .wrap,.client-access-card{align-items:stretch;flex-direction:column}.client-access-hub .wrap{grid-template-columns:1fr}}


/* ===== V37 ABAconecta produção ===== */
.abac-admin-entry{margin-top:14px;text-align:center;font-size:12px}
.abac-admin-entry a{color:#567189;text-decoration:none;font-weight:700}
.abac-admin-entry a:hover{color:#0a67b7;text-decoration:underline}
