:root{--bg:#f5f7f8;--surface:#fff;--text:#17313b;--muted:#5d727b;--primary:#087e78;--primary-dark:#086861;--line:#dce5e8;--soft:#eaf5f3;--warning:#fff8e6;--shadow:0 18px 50px rgba(20,49,59,.09);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.55}.container{width:min(1120px,calc(100% - 36px));margin:0 auto}.narrow{width:min(880px,100%)}.topbar{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.topbar-inner{display:flex;align-items:center;gap:12px;min-height:70px}.topbar-inner div:last-child{display:flex;flex-direction:column;line-height:1.2}.topbar-inner span{font-size:.84rem;color:var(--muted)}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:300}.hero{padding:72px 0 66px;background:linear-gradient(145deg,#f6fbfa 0%,#eef5f7 52%,#f8fbfb 100%);border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;align-items:center}.eyebrow{font-weight:800;letter-spacing:.12em;font-size:.76rem;color:var(--primary);margin:0 0 10px}.hero h1{font-size:clamp(2.35rem,5vw,4.4rem);line-height:1.03;letter-spacing:-.045em;margin:0 0 24px;max-width:800px}.lead{font-size:1.14rem;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{appearance:none;border:0;border-radius:12px;padding:13px 18px;font-weight:750;font-size:.96rem;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.18s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.btn:disabled{opacity:.5;cursor:not-allowed}.micro,.hint{font-size:.88rem;color:var(--muted)}.hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:var(--shadow)}.hero-icon{width:64px;height:64px;border-radius:19px;background:var(--soft);display:grid;place-items:center;font-weight:900;color:var(--primary);font-size:1.7rem}.hero-card h2{font-size:1.45rem;margin:20px 0 8px}.hero-card p{color:var(--muted)}.region-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.region-tags span{background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:.75rem}.section{padding:70px 0}.section h2{font-size:clamp(1.8rem,3vw,2.6rem);letter-spacing:-.025em;margin:0 0 14px}.section p{color:var(--muted)}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:30px}.info-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:6px}.info-grid span{color:var(--muted);font-size:.94rem}.survey-section{background:#edf2f4}.survey-shell{max-width:820px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.survey-heading h2{margin-bottom:3px}.survey-heading p{margin-top:0}.progress-wrap{margin:25px 0 32px}.progress-label{display:flex;justify-content:space-between;font-size:.8rem;color:var(--muted);margin-bottom:7px}.progress{height:7px;background:#e9eff1;border-radius:999px;overflow:hidden}.progress div{height:100%;width:11%;background:var(--primary);transition:width .25s}.step{display:none}.step.active{display:block;animation:fade .22s ease}@keyframes fade{from{opacity:.3;transform:translateY(3px)}to{opacity:1;transform:none}}.step h3{font-size:1.55rem;line-height:1.25;margin:22px 0 18px;letter-spacing:-.02em}.why{background:var(--soft);border-radius:13px;padding:13px 15px;display:flex;gap:7px;flex-direction:column;font-size:.88rem;color:#365b5b}.why strong{color:var(--primary-dark)}.options{display:grid;gap:10px}.options label{display:flex;align-items:flex-start;gap:12px;border:1px solid var(--line);border-radius:14px;padding:14px 15px;cursor:pointer;background:#fff}.options label:hover{border-color:#9bc9c5}.options label:has(input:checked){border-color:var(--primary);background:#f0faf8;box-shadow:0 0 0 1px var(--primary) inset}.options input{margin-top:3px;accent-color:var(--primary);width:18px;height:18px;flex:0 0 auto}.options span{display:flex;flex-direction:column}.options small{color:var(--muted);margin-top:3px}.field{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.9rem}.field em{font-weight:500;color:var(--muted)}input[type=text],input[type=email],input[type=tel],textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px 13px;font:inherit;color:var(--text);background:#fff}textarea{resize:vertical}.identity-box{margin-top:24px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fafcfc}.identity-box h4{margin:0 0 4px}.identity-box p{font-size:.88rem;margin-top:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.field-grid .full{grid-column:1/-1}.privacy-check{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:var(--muted);margin-top:18px}.privacy-check input{margin-top:3px;accent-color:var(--primary)}.form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}#submitBtn{display:none;margin-left:auto}.form-error{color:#a63e31;font-weight:700;font-size:.88rem;min-height:1.4em;margin-top:12px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important}.success{text-align:center;padding:44px 10px}.success-icon{width:66px;height:66px;border-radius:50%;background:var(--soft);color:var(--primary);font-size:2rem;display:grid;place-items:center;margin:0 auto 18px;font-weight:900}.success h3{font-size:1.7rem;margin:0 0 8px}footer{background:#17313b;color:#fff;padding:28px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.footer-inner>div{display:flex;flex-direction:column}.footer-inner span{font-size:.8rem;color:#b9c9ce}.footer-inner a{color:#d8eeee;font-size:.82rem}.admin-wrap{width:min(1100px,calc(100% - 36px));margin:40px auto}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px}.stat strong{display:block;font-size:1.7rem}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;margin-top:16px;overflow:auto}.panel h2{margin-top:0}.result-row{display:grid;grid-template-columns:minmax(160px,1.5fr) 3fr 70px;gap:12px;align-items:center;margin:10px 0;font-size:.88rem}.bar{height:9px;background:#e8eef0;border-radius:999px;overflow:hidden}.bar i{display:block;height:100%;background:var(--primary)}table{width:100%;border-collapse:collapse;font-size:.84rem}th,td{text-align:left;padding:10px;border-bottom:1px solid var(--line);vertical-align:top}.login-card{width:min(430px,calc(100% - 36px));margin:80px auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:var(--shadow)}.login-card h1{margin-top:0}.admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.notice{background:var(--warning);border:1px solid #f0dfad;border-radius:12px;padding:12px 14px;font-size:.88rem}.badge{display:inline-block;background:var(--soft);color:var(--primary-dark);border-radius:999px;padding:4px 8px;font-size:.75rem;font-weight:700}@media(max-width:780px){.hero{padding-top:46px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero-card{padding:22px}.info-grid{grid-template-columns:1fr}.survey-shell{width:calc(100% - 20px);padding:22px;border-radius:20px}.field-grid{grid-template-columns:1fr}.hero-actions .btn{width:100%}.form-actions{flex-wrap:wrap}.form-actions .btn{flex:1}.admin-grid{grid-template-columns:1fr 1fr}.result-row{grid-template-columns:1fr 60px}.result-row .bar{grid-column:1/-1;grid-row:2}.footer-inner{align-items:flex-start;flex-direction:column}}@media(max-width:460px){.container{width:min(100% - 24px,1120px)}.hero h1{font-size:2.35rem}.survey-shell{width:calc(100% - 14px)}.admin-grid{grid-template-columns:1fr}.step h3{font-size:1.35rem}}

/* === V3 HEADER ORIGINAL === */

.v3-demo{
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  background:#fff3c9;
  border-bottom:1px solid #e6cd72;
  color:#765400;
  font-size:12px;
  font-weight:800;
  text-align:center;
}

.v3-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(8,59,114,.08);
}

.v3-headin{
  max-width:1260px;
  height:100px;
  margin:auto;
  padding:0 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.v3-brand{
  position:relative;
  display:block;
  width:260px;
  height:96px;
  min-width:260px;
  overflow:hidden;
}

.v3-brand img{
  position:absolute;
  display:block;
  width:250px;
  height:auto;
  max-height:none;
  left:0;
  top:-70px;
}

.v3-nav{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.87rem;
  font-weight:800;
}

.v3-nav a{
  color:#284867;
  text-decoration:none;
}

.v3-nav a:hover{
  color:#278f48;
}

.v3-tools{
  display:flex;
  align-items:center;
  gap:7px;
}

.v3-tool{
  height:38px;
  min-width:38px;
  padding:0 10px;
  border:1px solid #d9e4eb;
  border-radius:999px;
  background:#fff;
  color:#083b72;
  font-weight:900;
  cursor:pointer;
}

.v3-cta{
  border:0;
  border-radius:12px;
  background:#278f48;
  color:#fff;
  padding:11px 15px;
  font-weight:900;
  cursor:pointer;
}

@media(max-width:850px){
  .v3-nav{display:none}

  .v3-headin{
    height:66px;
    padding:0 13px;
  }

  .v3-brand{
    min-width:0;
    flex:1;
  }

  .v3-brand img{
    width:165px;
    max-height:50px;
  }

  .v3-tool{
    display:none;
  }

  .v3-cta{
    padding:9px 12px;
  }

  .v3-demo{
    font-size:10px;
    height:32px;
  }
}

/* === FIM V3 HEADER ORIGINAL === */



/* === COMPOSICAO INSTITUCIONAL FINAL INICIO === */

.modelo-demo{
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 16px;
  background:#fff4d2;
  border-bottom:1px solid #ead681;
  color:#765600;
  font-size:11px;
  font-weight:800;
  letter-spacing:.01em;
  text-align:center;
}

/* CABEÇALHO */

.modelo-header{
  background:#fff;
  border-bottom:1px solid #e4ebf0;
}

.modelo-headin{
  width:min(1180px,calc(100% - 48px));
  height:88px;
  margin:0 auto;
  display:grid;
  grid-template-columns:295px 1fr auto;
  align-items:center;
  gap:30px;
}

.modelo-brand{
  width:295px;
  height:76px;
  display:flex;
  align-items:center;
}

.modelo-brand img{
  display:block;
  width:282px;
  height:76px;
  max-width:none;
  max-height:none;
  object-fit:contain;
  object-position:left center;
}

.modelo-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:28px;
}

.modelo-nav a{
  color:#274966;
  text-decoration:none;
  font-size:14px;
  font-weight:750;
}

.modelo-nav a:hover{
  color:#278f48;
}

.modelo-tools{
  display:flex;
  align-items:center;
  gap:8px;
}

.modelo-tools > button:not(.modelo-participar){
  width:38px;
  height:38px;
  padding:0;
  border:1px solid #d8e2e9;
  border-radius:50%;
  background:#fff;
  color:#073b73;
  font-size:13px;
  font-weight:850;
}

.modelo-participar{
  height:44px;
  padding:0 18px;
  border:0;
  border-radius:11px;
  background:#278f48;
  color:#fff;
  font-size:14px;
  font-weight:850;
}

/* PRIMEIRA DOBRA */

.modelo-hero{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(
      118deg,
      #ffffff 0%,
      #fbfdfe 48%,
      #e7f3f8 100%
    );
}

.modelo-hero:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:6px;
  background:linear-gradient(
    90deg,
    #278f48,
    #129bd1 52%,
    #efc632
  );
}

.modelo-hero-in{
  width:min(1180px,calc(100% - 48px));
  min-height:510px;
  margin:0 auto;
  padding:52px 0 62px;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);
  align-items:center;
  gap:54px;
}

/* TEXTO */

.modelo-copy{
  max-width:610px;
}

.modelo-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  background:#e8f6ed;
  color:#1e7d3d;
  font-size:12px;
  font-weight:850;
  letter-spacing:.025em;
}

.modelo-eyebrow:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:#278f48;
}

.modelo-copy h1{
  max-width:600px;
  margin:18px 0 17px;
  color:#083b72;
  font-size:clamp(48px,4.1vw,62px);
  line-height:1;
  letter-spacing:-.043em;
  font-weight:900;
}

.modelo-copy h1 span{
  display:block;
  color:#278f48;
}

.modelo-lead{
  max-width:600px;
  margin:0;
  color:#465f74;
  font-size:17px;
  line-height:1.55;
}

.modelo-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:25px;
  flex-wrap:wrap;
}

.modelo-primary,
.modelo-secondary{
  min-height:50px;
  padding:0 19px;
  border-radius:13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:850;
  text-decoration:none;
}

.modelo-primary{
  border:0;
  background:#278f48;
  color:#fff;
  box-shadow:0 10px 24px rgba(39,143,72,.18);
}

.modelo-secondary{
  border:1px solid #b9cad7;
  background:#fff;
  color:#083b72;
}

.modelo-trust{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  color:#586f82;
  font-size:12px;
  font-weight:700;
}

.modelo-trust span:before{
  content:"✓";
  margin-right:5px;
  color:#278f48;
  font-weight:900;
}

/* FOTO */

.modelo-visual{
  position:relative;
  width:100%;
  max-width:500px;
  justify-self:end;
}

.modelo-visual > img{
  display:block;
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
  border:5px solid rgba(255,255,255,.92);
  border-radius:24px;
  box-shadow:0 22px 48px rgba(8,55,102,.18);
}

/* TARJA CONCEITUAL */

.modelo-concept{
  position:absolute;
  left:15px;
  bottom:15px;
  width:auto;
  max-width:270px;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(5,42,82,.88);
  color:#fff;
  backdrop-filter:blur(7px);
}

.modelo-concept strong{
  display:block;
  margin:0 0 2px;
  font-size:10px;
  line-height:1.2;
  letter-spacing:.015em;
}

.modelo-concept span{
  display:block;
  font-size:9px;
  line-height:1.3;
  opacity:.92;
}

/* RESPONSIVO */

@media(max-width:950px){

  .modelo-headin{
    grid-template-columns:220px 1fr auto;
  }

  .modelo-brand{
    width:220px;
  }

  .modelo-brand img{
    width:205px;
  }

  .modelo-nav{
    display:none;
  }

  .modelo-hero-in{
    grid-template-columns:1fr;
    min-height:auto;
    gap:34px;
  }

  .modelo-copy{
    max-width:680px;
  }

  .modelo-visual{
    max-width:620px;
    justify-self:start;
  }
}

@media(max-width:680px){

  .modelo-demo{
    height:30px;
    font-size:9px;
  }

  .modelo-headin{
    width:calc(100% - 28px);
    height:72px;
    grid-template-columns:1fr auto;
    gap:12px;
  }

  .modelo-brand{
    width:auto;
    height:58px;
  }

  .modelo-brand img{
    width:180px;
    height:56px;
  }

  .modelo-tools > button:not(.modelo-participar){
    display:none;
  }

  .modelo-participar{
    height:40px;
    padding:0 13px;
  }

  .modelo-hero-in{
    width:calc(100% - 34px);
    padding:36px 0 48px;
  }

  .modelo-copy h1{
    font-size:42px;
  }

  .modelo-lead{
    font-size:16px;
  }

  .modelo-visual{
    max-width:100%;
  }

  .modelo-concept{
    max-width:235px;
  }
}

/* === COMPOSICAO INSTITUCIONAL FINAL FIM === */
