:root{--blue:#073b9b;--blue2:#012866;--yellow:#f7bd16;--ink:#101828;--muted:#667085;--line:#e4e7ec;--bg:#f6f8fc;--white:#fff;--radius:22px;--shadow:0 22px 60px rgba(13,45,105,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white)}a{color:inherit}.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:50;border-bottom:1px solid #edf0f5}.brand{display:flex;gap:12px;align-items:center;text-decoration:none}.brand img{max-width:138px;max-height:54px}.brand span{display:grid}.brand strong{font-size:20px;color:var(--blue)}.brand small{font-size:12px;color:var(--muted)}nav{display:flex;align-items:center;gap:24px}nav a{text-decoration:none;font-weight:700;font-size:14px}.nav-cta{background:var(--yellow);padding:12px 18px;border-radius:999px;color:var(--blue2)}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:72px max(6vw,32px);background:linear-gradient(135deg,#f7faff 0%,#fff 65%,#fff9e3 100%)}.hero-copy{max-width:680px}.eyebrow,.section-head>span,.form-intro>span{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:900;color:var(--blue)}h1{font-size:clamp(42px,5vw,72px);line-height:1.02;margin:18px 0 24px;color:var(--blue2);letter-spacing:-.045em}h2{font-size:clamp(32px,4vw,52px);line-height:1.08;color:var(--blue2);margin:10px 0 16px}.hero-copy>p,.section-head p,.form-intro p{font-size:19px;line-height:1.65;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.btn{border:0;border-radius:12px;padding:15px 22px;font-weight:900;font-size:15px;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;transition:.2s}.btn.primary{background:var(--blue);color:white}.btn.primary:hover{background:var(--blue2);transform:translateY(-1px)}.btn.secondary{background:white;color:var(--blue);border:1px solid #cbd5e1}.trust{font-size:13px!important;margin-top:20px}.hero-media{min-height:510px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background:#e9effa}.hero-media picture,.hero-media img{width:100%;height:100%;display:block}.hero-media img{object-fit:cover}.hero-placeholder{min-height:510px;display:flex;flex-direction:column;justify-content:flex-end;padding:42px;background:linear-gradient(145deg,var(--blue2),var(--blue) 68%,#1f67de);color:white;position:relative}.hero-placeholder:before{content:'';position:absolute;width:230px;height:230px;border-radius:50%;background:var(--yellow);right:-65px;top:-65px}.hero-placeholder span{font-size:14px;letter-spacing:.3em}.hero-placeholder strong{font-size:34px;max-width:440px;margin-top:10px}.benefits,.how{padding:96px max(6vw,32px)}.section-head{max-width:760px;margin:0 auto 46px;text-align:center}.benefit-grid,.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1180px;margin:auto}.benefit-grid article,.steps article{background:var(--bg);padding:28px;border-radius:18px;border:1px solid #edf0f5}.benefit-grid span{display:grid;width:38px;height:38px;place-items:center;background:var(--yellow);color:var(--blue);border-radius:50%;font-weight:900;margin-bottom:18px}.benefit-grid strong{font-size:18px}.how{background:var(--blue2);color:white}.how h2{color:white}.how .section-head>span{color:var(--yellow)}.steps article{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.steps b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--yellow);color:var(--blue2);font-size:20px}.steps h3{font-size:21px}.steps p{color:#dbe5ff;line-height:1.6}.form-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;padding:100px max(6vw,32px);background:var(--bg);align-items:start}.form-intro{position:sticky;top:110px}.form-intro ul{padding:0;list-style:none}.form-intro li{padding:10px 0;font-weight:700;color:var(--blue)}.form-card{background:white;border-radius:var(--radius);box-shadow:var(--shadow);padding:34px}.progress>div:first-child{display:flex;justify-content:space-between;gap:20px}.progress span{font-weight:900;color:var(--blue)}.progress small{color:var(--muted)}.track{height:7px;background:#e8edf5;border-radius:99px;margin:16px 0 30px;overflow:hidden}.track span{display:block;height:100%;width:25%;background:linear-gradient(90deg,var(--yellow),#ffdc62);transition:.25s}fieldset{display:none;border:0;padding:0;margin:0}fieldset.active{display:block}legend{font-size:27px;font-weight:900;color:var(--blue2);margin-bottom:26px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}label{display:grid;gap:8px;font-weight:750;font-size:14px;margin-bottom:18px}label small{font-weight:500;color:var(--muted)}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #cfd6e2;border-radius:10px;background:white;font:inherit;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:3px solid rgba(25,94,211,.16);border-color:var(--blue)}textarea{min-height:100px;resize:vertical}.choice-row{display:flex;gap:12px;margin:5px 0 24px}.choice-row label{display:flex;align-items:center;gap:8px;background:var(--bg);padding:12px 18px;border-radius:10px;margin:0}.choice-row input,.check-grid input,.privacy-check input{width:auto}.range-box{padding:20px;background:#f8faff;border-radius:14px;margin-bottom:22px}.range-box input[type=range]{padding:0;accent-color:var(--blue)}.range-box strong{font-size:22px;color:var(--blue)}.range-labels{display:grid;grid-template-columns:auto 140px auto;align-items:center;gap:12px;color:var(--muted);font-size:12px}.range-labels span:last-child{text-align:right}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:8px 0 22px}.check-grid label{display:flex;align-items:center;gap:8px;background:#f8faff;padding:10px;border-radius:9px;margin:0;font-weight:600}.privacy-check{display:flex;grid-template-columns:auto 1fr;align-items:start;gap:10px;background:#fffbea;border:1px solid #f8de7a;padding:16px;border-radius:12px}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.form-message{padding:0;margin-top:16px}.form-message.error{background:#fff1f1;color:#b42318;padding:13px;border-radius:10px}.form-message.success{background:#ecfdf3;color:#027a48;padding:13px;border-radius:10px}.hidden{display:none!important}.honeypot{position:absolute!important;left:-9999px!important}footer{padding:48px max(6vw,32px);background:#071b48;color:white;display:flex;gap:22px;align-items:center;flex-wrap:wrap}footer p{color:#b8c8ec;margin-right:auto}footer a{color:white} @media(max-width:900px){nav a:not(.nav-cta){display:none}.hero,.form-section{grid-template-columns:1fr}.hero{padding-top:48px}.hero-media{min-height:420px}.benefit-grid,.steps{grid-template-columns:repeat(2,1fr)}.form-intro{position:static}.form-section{padding-top:70px}}@media(max-width:620px){.site-header{height:68px;padding:0 18px}.brand small{display:none}.brand strong{font-size:17px}.hero,.benefits,.how,.form-section{padding-left:20px;padding-right:20px}h1{font-size:42px}.hero-media,.hero-placeholder{min-height:330px}.hero-actions .btn{width:100%}.benefit-grid,.steps,.grid,.check-grid{grid-template-columns:1fr}.form-card{padding:22px 17px}.progress>div:first-child{display:grid}.range-labels{grid-template-columns:1fr}.range-labels span:last-child{text-align:left}.form-actions{display:grid;grid-template-columns:1fr}.form-actions .btn{width:100%}footer{display:grid}}
/* Elementos nativos ocultos nunca devem ser reexibidos por estilos de componentes. */
[hidden]{display:none!important}

/* Objetivo Conecta 1.2.0 — alinhamento e navegação responsiva */
.mobile-menu-toggle{display:none;width:44px;height:44px;border:1px solid #d7deea;border-radius:12px;background:#fff;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer;color:var(--blue)}.mobile-menu-toggle span{display:block;width:21px;height:2px;border-radius:99px;background:currentColor;transition:.2s}.mobile-menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.is-open span:nth-child(2){opacity:0}.mobile-menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.benefit-grid{grid-template-columns:repeat(4,minmax(0,260px));justify-content:center;width:min(1180px,100%);margin-inline:auto}.steps{grid-template-columns:repeat(3,minmax(0,320px));justify-content:center;width:min(1040px,100%);margin-inline:auto}.benefit-grid article,.steps article{width:100%;height:100%}.benefit-icon-wrap{overflow:hidden}.benefit-grid .benefit-icon-wrap{width:52px;height:52px;border-radius:14px;padding:8px}.benefit-icon{display:block;width:100%;height:100%;object-fit:contain}
@media(max-width:900px){.mobile-menu-toggle{display:flex}.site-header{position:sticky}.site-header nav{display:none;position:absolute;left:14px;right:14px;top:calc(100% + 8px);background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:10px;box-shadow:0 20px 55px rgba(7,43,100,.18);align-items:stretch;gap:4px}.site-header nav.is-open{display:grid}.site-header nav a{display:flex!important;padding:13px 14px;border-radius:10px}.site-header nav a:hover{background:#f3f6fb}.site-header nav .nav-cta{justify-content:center;margin-top:4px}.benefit-grid{grid-template-columns:repeat(2,minmax(0,280px))}.steps{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.site-header{height:auto;min-height:72px;padding:10px 16px;gap:10px}.brand{min-width:0;gap:8px}.brand img{max-width:150px;max-height:48px}.brand span{min-width:0}.brand strong{font-size:16px;line-height:1.1}.brand small{display:block;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.benefit-grid,.steps{grid-template-columns:1fr;max-width:380px}.hero{padding-top:42px}.hero-copy{margin-inline:auto;width:100%}.hero-media{margin-inline:auto;width:min(100%,560px)}footer{text-align:left}.mobile-menu-toggle{flex:0 0 44px}}

/* Objetivo Conecta 1.2.1 — banners completos e benefícios 4:5 */
.hero-media.has-image{min-height:0;background:transparent;align-self:center}
.hero-media.has-image picture{display:block;width:100%;height:auto;line-height:0}
.hero-media.has-image img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}
.benefit-grid article.benefit-card{position:relative;isolation:isolate;overflow:hidden;aspect-ratio:4/5;padding:24px;display:flex;align-items:flex-end;background:#f4f6fb}
.benefit-card-bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover}
.benefit-card.has-background:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,24,68,.03) 22%,rgba(3,24,68,.84) 100%)}
.benefit-card-content{position:relative;z-index:1;display:grid;gap:12px;width:100%}
.benefit-card.has-background .benefit-card-content strong{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.benefit-grid .benefit-icon-wrap{margin:0;display:grid;place-items:center;background:var(--yellow);color:var(--blue);box-shadow:0 8px 24px rgba(0,0,0,.12)}
.benefit-card:not(.has-background) .benefit-card-content{align-self:flex-start}
@media(max-width:620px){
  .benefits{overflow:hidden}
  .benefit-grid{display:flex;grid-template-columns:none;justify-content:flex-start;max-width:none;width:auto;margin-left:-20px;margin-right:-20px;padding:0 20px 18px;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:20px;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .benefit-grid::-webkit-scrollbar{display:none}
  .benefit-grid article.benefit-card{flex:0 0 min(82vw,340px);width:min(82vw,340px);scroll-snap-align:center;scroll-snap-stop:always}
}


/* Objetivo Conecta 1.3.1 — ícones completos e conteúdo no topo dos benefícios */
.benefit-grid article.benefit-card{
  align-items:flex-start;
  justify-content:flex-start;
  padding:28px;
}
.benefit-card.has-background:after{
  background:linear-gradient(180deg,rgba(3,24,68,.82) 0%,rgba(3,24,68,.52) 30%,rgba(3,24,68,.15) 62%,rgba(3,24,68,.02) 100%);
}
.benefit-card-content{
  align-content:start;
  justify-items:start;
  gap:14px;
  width:100%;
  text-align:left;
}
.benefit-card-content strong{
  display:block;
  max-width:100%;
  font-size:clamp(20px,1.7vw,26px);
  line-height:1.08;
  text-align:left;
}
.benefit-grid .benefit-icon-wrap.has-custom-icon{
  width:96px;
  height:96px;
  margin:0;
  padding:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  place-items:start;
}
.benefit-grid .benefit-icon-wrap.has-custom-icon .benefit-icon{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left top;
}
.benefit-grid .benefit-icon-wrap.is-fallback-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  padding:0;
}
.benefit-card:not(.has-background) .benefit-card-content{
  align-self:flex-start;
}
@media(max-width:620px){
  .benefit-grid article.benefit-card{padding:24px}
  .benefit-grid .benefit-icon-wrap.has-custom-icon{width:88px;height:88px}
  .benefit-card-content strong{font-size:24px}
}

/* V1.3.6 — campos financeiros digitáveis e sincronizados com os sliders. */
.range-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.range-box-head label{margin:0;font-size:15px}
.range-instruction{margin:2px 0 16px;color:var(--muted);font-size:13px}
.range-box>input[type=range]{width:100%;margin:4px 0 12px}
.range-number-field{display:grid;gap:6px;justify-self:center;margin:0;color:var(--ink);font-size:12px;text-align:center}
.range-number-field>div{display:flex;align-items:center;gap:7px;min-width:170px;padding:0 12px;border:1px solid #cfd6e2;border-radius:10px;background:#fff;color:var(--muted)}
.range-number-field input{min-width:0;padding:11px 0;border:0;border-radius:0;text-align:center}
.range-number-field input:focus{outline:0}
.range-number-field>div:focus-within{outline:3px solid rgba(25,94,211,.16);border-color:var(--blue)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:620px){
  .range-box-head{display:grid;gap:4px}
  .range-labels>span:first-child,.range-labels>span:last-child{display:none}
  .range-number-field{justify-self:stretch}
  .range-number-field>div{min-width:0}
  .range-number-field input{text-align:left}
}
