/*
  AJUSTE RÁPIDO DA IMAGEM DOS TRABALHADORES:
  - DESKTOP: procure o comentário “TAMANHO DA IMAGEM DOS TRABALHADORES - DESKTOP” e altere height: 580px;
  - TABLET: altere height: 520px;
  - MOBILE: altere height: 330px;
  Exemplo: 330px -> 380px deixa a imagem maior no celular.
*/

:root {
  --green:#064d39;
  --green2:#087455;
  --green3:#0a996a;
  --orange:#ffad19;
  --orange2:#f48e1d;
  --ink:#102f26;
  --muted:#667a72;
  --bg:#f2f8f5;
  --line:#dce9e3;
  --white:#fff;
  --shadow:0 22px 60px rgba(4,77,57,.16)
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  color:var(--ink);
  background:#fff
}
button,input,select {
  font:inherit
}
button {
  cursor:pointer
}
.topbar {
  height:76px;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(6,77,57,.08);
  position:sticky;
  top:0;
  z-index:30;
  backdrop-filter:blur(14px)
}
.topbar-inner {
  max-width:1220px;
  height:100%;
  margin:auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand {
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  color:var(--green)
}
.logo-site {
  height: 52px;
  width: auto;
  max-width: 240px;
  display: block;
  object-fit: contain;
}

.brand>span:last-child {
  display:flex;
  flex-direction:column
}
.brand strong {
  font-weight:900;
  letter-spacing:.02em
}
.brand small {
  font-size:12px;
  color:#688077;
  margin-top:2px
}
.brand-mark {
  width:42px;
  height:38px;
  position:relative;
  display:block
}
.brand-mark i,.brand-mark b {
  position:absolute;
  bottom:0;
  width:25px;
  height:30px;
  border-radius:4px 4px 2px 2px;
  transform:skewY(-35deg)
}
.brand-mark i {
  left:0;
  background:var(--green3)
}
.brand-mark b {
  right:0;
  background:var(--orange)
}
.top-trust {
  font-size:13px;
  font-weight:800;
  color:#547168;
  display:flex;
  align-items:center;
  gap:8px
}
.dot {
  width:9px;
  height:9px;
  background:#20b26b;
  border-radius:50%;
  box-shadow:0 0 0 5px rgba(32,178,107,.12)
}
.hero {
  position:relative;
  overflow:hidden;
  background:#eef7f2;
  min-height:780px
}
.hero-bg {
  position:absolute;
  inset:0;
  background-image:url('background-predios.png');
  background-size:cover;
  background-position:center 56%;
  opacity:.60;
  filter:saturate(.98) contrast(1)
}
.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(247,251,249,.88) 0%,rgba(247,251,249,.52) 38%,rgba(247,251,249,.16) 72%,rgba(247,251,249,.08) 100%)
}
.hero:after {
  content:'';
  position:absolute;
  inset:auto 0 0;
  height:160px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.76));
  pointer-events:none
}
.hero-inner {
  max-width:1220px;
  margin:auto;
  padding:42px 24px 0;
  display:grid;
  grid-template-columns:1fr;
  min-height:760px;
  position:relative;
  z-index:2;
  gap:6px
}
.hero-copy {
  padding-top:24px;
  z-index:4
}
.compact-copy {
  text-align:center;
  max-width:860px;
  margin:0 auto 10px
}
.eyebrow {
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:rgba(222,247,235,.96);
  border:1px solid rgba(10,153,106,.12);
  color:var(--green2);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em
}
.hero h1 {
  font-size:50px;
  line-height:1.02;
  letter-spacing:-.05em;
  max-width:760px;
  margin:14px auto 14px;
  color:#0c3c2f
}
.hero h1 span {
  color:var(--green3)
}
.lead {
  font-size:17px;
  line-height:1.55;
  max-width:760px;
  color:#3d5c51;
  margin:0 auto
}
.short-lead {
  max-width:760px
}
.cta {
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,var(--green2),var(--green3));
  color:#fff;
  font-weight:900;
  padding:16px 22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:0 13px 28px rgba(10,119,85,.23);
  transition:.2s transform,.2s box-shadow
}
.cta:hover {
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(10,119,85,.28)
}
.cta-main {
  min-width:340px;
  flex-direction:column;
  gap:2px;
  background:linear-gradient(135deg,#ffb21d,#f28d1e);
  color:#11382b;
  box-shadow:0 14px 32px rgba(243,141,28,.27)
}
.cta-main small {
  font-size:11px;
  font-weight:800;
  opacity:.82
}
.microcopy {
  font-size:10px;
  color:#71817b;
  margin:10px 0 0
}
.hero-visual {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-end;
  min-height:645px;
  overflow:visible;
  padding-top:8px
}
.hero-visual:before {
  content:'';
  position:absolute;
  inset:28px 0 86px 0;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(6,77,57,.05));
  border:1px solid rgba(255,255,255,.28);
  border-radius:38px;
  backdrop-filter:blur(1px);
  z-index:0
}
/* TAMANHO DA IMAGEM DOS TRABALHADORES - DESKTOP */
.hero-visual img {
  position:relative;
  z-index:3;
  height:580px;
  width:auto;
  max-width:min(100%,980px);
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 24px 36px rgba(2,48,34,.18));
  transform:none;
  transform-origin:center bottom;
  margin-top:auto
}
.salary-visual {
  position:relative;
  z-index:6;
  margin-top:-12px;
  width:min(96%,530px);
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background:linear-gradient(135deg,#063f30,#0b7b59);
  color:#fff;
  border-radius:24px;
  padding:16px 22px 15px;
  box-shadow:0 20px 46px rgba(5,79,59,.26);
  overflow:hidden;
  border:2px solid rgba(255,179,37,.34)
}
.salary-visual:before {
  content:'';
  position:absolute;
  inset:-10px;
  border-radius:30px;
  box-shadow:0 0 0 0 rgba(255,179,37,.28);
  opacity:.75;
  animation:priceHalo 2.8s ease-in-out infinite
}
.salary-visual:after {
  content:'';
  position:absolute;
  width:140px;
  height:140px;
  border:18px solid rgba(255,173,25,.20);
  border-radius:28px;
  transform:rotate(45deg);
  right:-52px;
  top:-54px
}
.salary-visual span {
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  color:#dff8ed
}
.salary-visual strong {
  font-size:46px;
  line-height:1;
  letter-spacing:-.04em;
  color:#ffb325;
  margin:5px 0 7px;
  text-shadow:0 3px 0 rgba(0,0,0,.04)
}
.salary-visual small {
  font-size:10px;
  color:#d2e9e1;
  max-width:330px;
  line-height:1.35
}
.pulse-slow {
  animation:pulseSlow 2.8s ease-in-out infinite
}
.mini-info {
  padding:22px 20px 8px;
  background:#fff
}
.mini-info-grid {
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.mini-info-grid article {
  background:#f7fbf9;
  border:1px solid #dfeae5;
  border-radius:18px;
  padding:18px 18px 16px;
  box-shadow:0 12px 28px rgba(7,85,63,.05)
}
.mini-info-grid b {
  display:block;
  font-size:15px;
  color:var(--green);
  margin-bottom:8px
}
.mini-info-grid p {
  margin:0;
  font-size:13px;
  line-height:1.55;
  color:#667972
}
.footer-cta-section {
  padding:26px 20px 32px;
  background:#fff
}
.footer-cta-box {
  max-width:1120px;
  margin:0 auto;
  background:linear-gradient(135deg,#064d39,#0a7f5c);
  color:#fff;
  border-radius:24px;
  padding:28px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 20px 46px rgba(5,79,59,.18)
}
.footer-cta-box small {
  display:block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  color:#d9f4e8
}
.footer-cta-box h2 {
  margin:6px 0 0;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
  max-width:620px
}
.footer-flow-btn {
  min-width:320px;
  flex-direction:column;
  gap:3px;
  background:linear-gradient(135deg,#ffb21d,#f28d1e);
  color:#103629;
  box-shadow:0 18px 38px rgba(243,141,28,.24)
}
.footer-flow-btn small {
  font-size:11px;
  font-weight:800;
  opacity:.82;
  color:inherit
}
.house-line {
  position:absolute;
  z-index:1;
  border:8px solid rgba(255,173,25,.62);
  border-bottom:0;
  width:420px;
  height:340px;
  transform:rotate(45deg);
  border-radius:28px;
  right:56px;
  top:112px
}
.h2 {
  width:220px;
  height:185px;
  border-width:5px;
  right:-15px;
  top:340px;
  opacity:.6
}
.visual-badge {
  position:absolute;
  z-index:5;
  right:10px;
  top:46px;
  background:rgba(6,77,57,.96);
  color:#fff;
  padding:13px 16px;
  border-radius:14px;
  box-shadow:0 14px 30px rgba(6,77,57,.24);
  max-width:225px
}
.visual-badge small {
  display:block;
  color:#dff5eb;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em
}
.visual-badge strong {
  display:block;
  font-size:13px;
  line-height:1.25;
  margin-top:4px
}
@keyframes pulseSlow {
  0%,100% {
    transform:scale(1);
    box-shadow:0 20px 44px rgba(5,79,59,.24),0 0 0 0 rgba(255,179,37,.10)
  }
  50% {
    transform:scale(1.055);
    box-shadow:0 26px 58px rgba(5,79,59,.34),0 0 0 8px rgba(255,179,37,.08)
  }
}
@keyframes priceHalo {
  0%,100% {
    box-shadow:0 0 0 0 rgba(255,179,37,.08)
  }
  50% {
    box-shadow:0 0 0 12px rgba(255,179,37,.14)
  }
}
.trust-strip {
  max-width:1160px;
  margin:-28px auto 0;
  position:relative;
  z-index:6;
  background:linear-gradient(90deg,#064d39,#087455);
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px 25px;
  color:#fff;
  box-shadow:var(--shadow)
}
.trust-strip>div {
  display:flex;
  align-items:center;
  gap:10px
}
.trust-strip>div>b {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(255,173,25,.14);
  color:var(--orange);
  font-size:13px
}
.trust-strip span {
  display:flex;
  flex-direction:column
}
.trust-strip strong {
  font-size:13px
}
.trust-strip small {
  font-size:10px;
  color:#bfd4cc;
  margin-top:2px
}
.trust-strip i {
  font-style:normal;
  color:#83a79b;
  font-size:23px
}
.flow {
  background:var(--bg);
  padding:58px 20px 70px;
  scroll-margin-top:70px
}
.flow-shell {
  max-width:760px;
  margin:auto
}
.progress-card,.panel {
  background:#fff;
  border:1px solid #e1ebe6;
  border-radius:22px;
  box-shadow:0 16px 44px rgba(7,85,63,.08)
}
.progress-card {
  padding:20px 22px;
  margin-bottom:16px
}
.progress-top {
  display:flex;
  justify-content:space-between;
  font-size:11px;
  font-weight:900;
  color:var(--green2);
  letter-spacing:.05em
}
.progress-track {
  height:7px;
  background:#e8f0ec;
  border-radius:999px;
  overflow:hidden;
  margin:11px 0 16px
}
.progress-track i {
  display:block;
  width:25%;
  height:100%;
  background:linear-gradient(90deg,var(--green2),#2fbf80);
  border-radius:inherit;
  transition:.35s
}
.progress-card h2 {
  margin:0;
  font-size:23px;
  letter-spacing:-.02em
}
.progress-card p {
  margin:5px 0 0;
  color:#73827d;
  font-size:13px
}
.panel {
  padding:26px
}
.question {
  display:none
}
.question.active {
  display:block
}
.question-top {
  display:flex;
  gap:13px;
  align-items:flex-start;
  margin-bottom:16px
}
.question-top>span {
  width:36px;
  height:36px;
  border-radius:11px;
  background:#e6f5ee;
  color:var(--green2);
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:900;
  flex:0 0 auto
}
.question-top h3 {
  margin:2px 0 0;
  font-size:22px;
  line-height:1.25;
  letter-spacing:-.02em
}
.option {
  display:flex;
  margin:10px 0;
  position:relative
}
.option input {
  position:absolute;
  opacity:0;
  pointer-events:none
}
.option>span {
  width:100%;
  padding:14px 16px;
  border:1.5px solid #dbe7e1;
  border-radius:14px;
  background:#fff;
  display:flex;
  flex-direction:column;
  transition:.18s;
  cursor:pointer
}
.option b {
  font-size:14px
}
.option small {
  font-size:11px;
  color:#7a8983;
  margin-top:3px
}
.option input:checked+span {
  border-color:var(--green3);
  background:#edf9f3;
  box-shadow:0 0 0 3px rgba(12,143,99,.08)
}
.option input:checked+span:after {
  content:'✓';
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:25px;
  height:25px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green3);
  color:#fff;
  font-weight:900
}
.form-error {
  display:none;
  color:#b93d32;
  background:#fff0ed;
  border:1px solid #ffd1cb;
  padding:10px 12px;
  border-radius:10px;
  font-size:12px
}
.button-row {
  display:flex;
  gap:10px;
  margin-top:18px
}
.button-row .cta {
  flex:1
}
.btn-secondary {
  border:1px solid #d7e4dd;
  background:#fff;
  color:var(--green);
  font-weight:800;
  border-radius:13px;
  padding:14px 18px
}
.hidden {
  display:none!important
}
.nudge {
  animation:nudge .22s linear
}
@keyframes nudge {
  0%,100% {
    transform:translateX(0)
  }
  33% {
    transform:translateX(-5px)
  }
  66% {
    transform:translateX(5px)
  }
}
.success-tag {
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#e5f7ee;
  color:var(--green2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.05em
}
.success-tag.blue {
  background:#eef5ff;
  color:#2a5c9b
}
.panel-title {
  font-size:24px;
  margin:15px 0 7px;
  letter-spacing:-.02em
}
.panel-sub {
  color:#72827c;
  font-size:13px;
  line-height:1.55;
  margin:0 0 20px
}
.strong-sub {
  font-size:14px;
  color:#526960
}
.lead-form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.lead-form>label,.state-block {
  display:flex;
  flex-direction:column;
  font-size:12px;
  font-weight:800;
  color:#3e574e;
  gap:7px
}
.lead-form input,.lead-form select,.state-block select {
  height:49px;
  border:1px solid #d8e4de;
  border-radius:12px;
  padding:0 13px;
  outline:none;
  background:#fff;
  color:#203d33
}
.lead-form input:focus,.lead-form select:focus {
  border-color:var(--green3);
  box-shadow:0 0 0 3px rgba(12,143,99,.08)
}
.state-shortcuts {
  display:flex;
  gap:7px
}
.state-shortcuts button {
  border:1px solid #d7e4dd;
  background:#fff;
  border-radius:9px;
  padding:7px 11px;
  color:#567067;
  font-weight:800
}
.state-shortcuts button.active {
  background:var(--green);
  color:#fff;
  border-color:var(--green)
}
.field-title {
  font-size:12px
}
.consent {
  grid-column:1/-1;
  flex-direction:row!important;
  align-items:flex-start!important;
  font-weight:500!important;
  line-height:1.45
}
.consent input {
  width:18px!important;
  height:18px!important;
  margin:1px 0 0;
  flex:0 0 auto
}
.lead-form .cta {
  grid-column:1/-1
}
.summary {
  border:1px solid #e0e9e4;
  border-radius:15px;
  overflow:hidden
}
.summary-divider {
  background:#f2f7f4;
  padding:9px 13px;
  font-size:10px;
  font-weight:900;
  color:#678077;
  letter-spacing:.05em
}
.summary-row {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 13px;
  border-top:1px solid #eef3f0;
  font-size:12px
}
.summary-row span {
  color:#73837d
}
.summary-row strong {
  text-align:right
}
.info-box {
  margin-top:14px;
  padding:12px 14px;
  background:#fff8e8;
  border:1px solid #f8dd9f;
  border-radius:12px;
  font-size:11px;
  line-height:1.5;
  color:#73571a
}
.final-panel {
  text-align:center
}
.complete-icon {
  width:68px;
  height:68px;
  border-radius:50%;
  background:#e1f7eb;
  color:var(--green3);
  display:grid;
  place-items:center;
  margin:0 auto;
  font-size:32px;
  font-weight:900;
  box-shadow:0 0 0 9px #f3fbf7
}
.final-card {
  margin:22px 0;
  display:flex;
  gap:14px;
  align-items:center;
  text-align:left;
  padding:17px;
  background:#f4faf7;
  border:1px solid #dbece3;
  border-radius:16px
}
.final-icon {
  font-size:32px
}
.final-card small {
  font-size:9px;
  font-weight:900;
  color:var(--green3)
}
.final-card h4 {
  margin:3px 0 5px;
  font-size:16px
}
.final-card p {
  margin:0;
  font-size:11px;
  line-height:1.5;
  color:#687b73
}
.whatsapp-cta {
  display:flex;
  text-decoration:none;
  background:#20b561;
  width:100%;
  font-size:13px
}
.app-note {
  font-size:10px;
  color:#71807b;
  margin:12px 0
}
.text-button {
  border:0;
  background:none;
  color:#698078;
  text-decoration:underline;
  font-size:11px
}
.info-section {
  max-width:1120px;
  margin:auto;
  padding:70px 22px 85px
}
.info-heading span {
  font-size:11px;
  font-weight:900;
  color:var(--green3);
  letter-spacing:.07em
}
.info-heading h2 {
  font-size:38px;
  margin:6px 0 8px;
  letter-spacing:-.04em
}
.info-heading p {
  margin:0;
  color:#75847e
}
.info-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:24px
}
.info-grid article {
  border:1px solid #e1ebe6;
  border-radius:18px;
  padding:19px;
  background:#fff;
  box-shadow:0 12px 28px rgba(7,85,63,.05)
}
.info-grid article>b {
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border-radius:10px;
  background:#e6f6ee;
  color:var(--green2);
  font-size:12px
}
.info-grid h3 {
  font-size:15px;
  margin:14px 0 6px
}
.info-grid p {
  font-size:11px;
  line-height:1.55;
  color:#73817c;
  margin:0
}
footer {
  border-top:1px solid #e7eeea;
  padding:24px 20px;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:5px;
  color:#6d7d77;
  font-size:10px
}
footer strong {
  color:var(--green);
  font-size:12px
}
@media(max-width:900px) {
  .hero {
    min-height:auto
  }
  .hero-inner {
    grid-template-columns:1fr;
    padding-top:24px;
    min-height:auto
  }
  .hero-copy {
    text-align:center;
    padding-top:6px
  }
  .hero h1 {
    font-size:43px;
    margin-left:auto;
    margin-right:auto
  }
  .lead {
    margin-left:auto;
    margin-right:auto
  }
  .hero-visual {
    min-height:610px;
    margin-top:8px
  }
  /* TAMANHO DA IMAGEM DOS TRABALHADORES - TABLET */
  .hero-visual img {
    height:520px;
    width:auto;
    max-width:100%
  }
  .salary-visual {
    width:min(94%,530px);
    margin-top:-10px
  }
  .house-line {
    right:24%;
    top:68px;
    width:310px;
    height:255px
  }
  .footer-cta-box {
    flex-direction:column;
    align-items:flex-start
  }
  .footer-flow-btn {
    min-width:0;
    width:100%
  }
  .mini-info-grid {
    grid-template-columns:1fr
  }
  .info-grid {
    grid-template-columns:1fr 1fr
  }
}
@media(max-width:640px) {
  .topbar {
    height:64px
  }
  .topbar-inner {
    padding:0 14px
  }
  .brand strong {
    font-size:14px
  }
  .brand small {
    font-size:9px
  }
  .brand-mark {
    width:34px;
    height:31px
  }
  .brand-mark i,.brand-mark b {
    width:21px;
    height:25px
  }
  .top-trust {
    font-size:10px
  }
  .hero-bg {
    opacity:.60;
    background-position:63% 52%
  }
  .hero-overlay {
    background:linear-gradient(180deg,rgba(247,251,249,.90) 0%,rgba(247,251,249,.56) 36%,rgba(247,251,249,.14) 72%,rgba(247,251,249,.08) 100%)
  }
  .hero-inner {
    padding:16px 0 0;
    gap:0
  }
  .hero-copy {
    padding:0 14px
  }
  .eyebrow {
    font-size:9px;
    padding:7px 10px
  }
  .hero h1 {
    font-size:33px;
    line-height:1.04;
    margin:12px auto 10px
  }
  .lead {
    font-size:13px;
    line-height:1.5
  }
  .cta-main {
    width:100%;
    min-width:0;
    padding:15px 12px
  }
  .microcopy {
    font-size:8.5px
  }
  .hero-visual {
    min-height:480px;
    width:100vw;
    left:50%;
    transform:translateX(-50%);
    margin-top:4px;
    overflow:hidden;
    padding-top:0
  }
  .hero-visual:before {
    inset:18px 0 68px;
    border-radius:28px
  }
  /* TAMANHO DA IMAGEM DOS TRABALHADORES - MOBILE */
  .hero-visual img {
    height:450px;
    width:auto;
    max-width:96vw;
    object-fit:contain;
    object-position:center bottom;
    transform:none;
    margin:0 auto
  }
  .salary-visual {
    width:calc(100vw - 24px);
    max-width:none;
    margin-top:-10px;
    padding:14px 14px 13px;
    border-radius:18px
  }
  .salary-visual span {
    font-size:9px
  }
  .salary-visual strong {
    font-size:33px
  }
  .salary-visual small {
    font-size:8px;
    max-width:260px
  }
  .house-line {
    width:180px;
    height:148px;
    right:19%;
    top:26px;
    border-width:5px
  }
  .h2 {
    display:none
  }
  .mini-info {
    padding:18px 14px 6px
  }
  .mini-info-grid {
    grid-template-columns:1fr;
    gap:10px
  }
  .mini-info-grid article {
    padding:14px
  }
  .mini-info-grid b {
    font-size:14px
  }
  .mini-info-grid p {
    font-size:12px
  }
  .footer-cta-section {
    padding:20px 14px 24px
  }
  .footer-cta-box {
    padding:20px 16px;
    border-radius:20px
  }
  .footer-cta-box h2 {
    font-size:24px
  }
  .footer-flow-btn {
    width:100%;
    min-width:0;
    padding:15px 12px
  }
  .sticky-quiz-bar {
    padding:8px 10px calc(8px + env(safe-area-inset-bottom))
  }
  .sticky-quiz-btn {
    width:100%;
    padding:14px 12px
  }
  .sticky-quiz-btn span {
    font-size:15px
  }
  .sticky-quiz-btn small {
    font-size:10px
  }
  .flow {
    padding:35px 11px 50px
  }
  .progress-card {
    padding:16px
  }
  .progress-card h2 {
    font-size:19px
  }
  .panel {
    padding:18px 14px;
    border-radius:18px
  }
  .question-top h3 {
    font-size:18px
  }
  .option>span {
    padding:13px 12px
  }
  .option b {
    font-size:12px
  }
  .option small {
    font-size:9px;
    padding-right:24px
  }
  .button-row {
    flex-direction:column-reverse
  }
  .button-row>* {
    width:100%
  }
  .lead-form {
    grid-template-columns:1fr;
    gap:11px
  }
  .lead-form .cta,.consent {
    grid-column:auto
  }
  .summary-row {
    font-size:10px
  }
  .info-section {
    padding:40px 14px 55px
  }
  .info-heading h2 {
    font-size:28px
  }
  .info-grid {
    grid-template-columns:1fr;
    gap:10px
  }
  .info-grid article {
    padding:16px;
    display:grid;
    grid-template-columns:36px 1fr;
    column-gap:10px
  }
  .info-grid h3 {
    margin:1px 0 4px
  }
  .info-grid p {
    grid-column:2
  }
  .final-card {
    padding:14px
  }
  .whatsapp-cta {
    font-size:11px
  }
}
.action-strip {
  padding:18px 20px 10px;
  background:#fff
}
.action-strip-box {
  max-width:1120px;
  margin:0 auto;
  background:linear-gradient(135deg,#f7fbf9,#eef7f2);
  border:1px solid #dce8e2;
  border-radius:24px;
  padding:24px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  box-shadow:0 14px 30px rgba(7,85,63,.06)
}
.action-copy small {
  display:block;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  color:var(--green3)
}
.action-copy h2 {
  margin:7px 0 8px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.04em;
  color:#0c3c2f
}
.action-copy p {
  margin:0;
  max-width:620px;
  font-size:14px;
  line-height:1.5;
  color:#687a73
}
.action-start-btn {
  min-width:300px;
  flex-direction:column;
  gap:3px;
  background:linear-gradient(135deg,#ffb21d,#f28d1e);
  color:#103629;
  box-shadow:0 18px 38px rgba(243,141,28,.22)
}
.action-start-btn small {
  font-size:11px;
  font-weight:800;
  opacity:.82;
  color:inherit
}
.sticky-quiz-bar {
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  display:flex;
  justify-content:center;
  pointer-events:none
}
.sticky-quiz-btn {
  width:min(680px,100%);
  pointer-events:auto;
  flex-direction:column;
  gap:2px;
  background:linear-gradient(135deg,#ffb21d,#f28d1e);
  color:#103629;
  box-shadow:0 16px 36px rgba(243,141,28,.28)
}
.sticky-quiz-btn small {
  font-size:11px;
  font-weight:800;
  opacity:.82;
  color:inherit
}
body {
  padding-bottom:96px
}

@media(max-width:640px){
  .logo-site{
    height:52px;
    max-width:190px;
  }
}
