:root {
  --ink: #10222b;
  --muted: #5c6b72;
  --navy: #082c3b;
  --navy-light: #0d3c4e;
  --teal: #0b8b75;
  --teal-dark: #08705f;
  --mint: #e3f5ef;
  --cream: #f6f3eb;
  --white: #fff;
  --line: #dce4e2;
  --error: #b42318;
  --shadow: 0 22px 60px rgba(4, 32, 43, 0.16);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.65rem); margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 3.4vw, 3.25rem); margin-bottom: 18px; }
h3 { font-size: 1.28rem; margin-bottom: 10px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.preview-notice { padding: 7px 20px; background: #ffe7a8; color: #4f3900; font-weight: 700; font-size: .78rem; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(8,44,59,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: linear-gradient(145deg, #13a78e, #08705f); box-shadow: 0 7px 18px rgba(8,112,95,.2); }
.brand-mark svg { width: 30px; height: 30px; overflow: visible; }
.brand-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linejoin: round; }
.brand-mark svg path:last-child { fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.1; font-size: 1.02rem; }
.brand small { margin-top: 3px; color: var(--muted); font-size: .72rem; letter-spacing: .02em; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-location { color: var(--muted); font-size: .9rem; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 12px; padding: 13px 22px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid #59cdb8; outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 10px 26px rgba(11,139,117,.24); }
.button-primary:hover { background: var(--teal-dark); }
.button-light { color: var(--navy); background: var(--white); }
.button-outline { color: var(--navy); border-color: #b8c7c9; background: transparent; }
.button-small { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-full { width: 100%; }
.text-button { padding: 8px 4px; border: 0; color: var(--navy); background: transparent; font-weight: 800; cursor: pointer; }

.hero { position: relative; overflow: hidden; padding: 98px 0 104px; color: var(--white); background: var(--navy); }
.hero-shape { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 520px; height: 520px; right: -250px; top: -280px; border: 90px solid rgba(20,154,132,.15); }
.hero-shape-two { width: 340px; height: 340px; left: -230px; bottom: -200px; background: rgba(20,154,132,.11); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(410px, .8fr); align-items: start; column-gap: 72px; row-gap: 30px; }
.hero-copy { grid-column: 1; grid-row: 1; max-width: 650px; padding-top: 20px; }
.hero-proof { grid-column: 1; grid-row: 2; max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; color: #abded4; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--teal-dark); }
.hero-lead { max-width: 620px; margin-bottom: 20px; color: #c9d8dc; font-size: clamp(1.08rem, 2vw, 1.22rem); }
.hero-trust { display: flex; align-items: center; gap: 8px; margin-bottom: 0; color: #d6e7e9; font-size: .85rem; font-weight: 750; }
.hero-trust span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #72d7c3; font-size: .67rem; }
.benefit-list { display: grid; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.benefit-list li { display: flex; align-items: flex-start; gap: 12px; color: #e9f2f3; }
.benefit-list li span { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #72d7c3; font-size: .75rem; font-weight: 900; }
.trust-row { display: flex; flex-wrap: wrap; gap: 0; }
.trust-row > div { min-width: 124px; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.17); }
.trust-row > div:last-child { border-right: 0; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 1rem; }
.trust-row span { color: #9fb6bd; font-size: .77rem; }

.quote-card { grid-column: 2; grid-row: 1 / span 2; color: var(--ink); background: var(--white); border: 1px solid rgba(255,255,255,.4); border-radius: 26px; padding: 30px; box-shadow: var(--shadow); }
.quote-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.quote-card h2 { margin-bottom: 16px; font-size: 1.55rem; }
.card-kicker { margin-bottom: 4px; color: var(--teal-dark); font-size: .77rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.time-pill { flex: 0 0 auto; padding: 5px 9px; border-radius: 999px; color: var(--teal-dark); background: var(--mint); font-size: .72rem; font-weight: 800; }
.progress { position: relative; height: 5px; overflow: hidden; margin: 3px 0 8px; border-radius: 999px; background: #e8eeee; }
.progress-bar { display: block; height: 100%; width: 50%; background: var(--teal); transition: width .25s ease; }
.step-label { margin-bottom: 20px; color: var(--muted); font-size: .76rem; text-align: right; }
.form-step { display: none; margin: 0; padding: 0; border: 0; }
.form-step.is-active { display: block; animation: reveal .23s ease; }
.form-step legend { width: 100%; margin-bottom: 3px; padding: 0; font-size: 1.23rem; font-weight: 900; line-height: 1.3; letter-spacing: -.015em; }
.field-help { margin-bottom: 18px; color: var(--muted); font-size: .85rem; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-card { position: relative; min-height: 102px; display: flex; align-items: center; gap: 12px; padding: 15px; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer; transition: border .18s ease, background .18s ease, transform .18s ease; }
.choice-card:hover { transform: translateY(-2px); border-color: #9fc8c0; }
.choice-card:has(input:checked) { border-color: var(--teal); background: #effaf7; box-shadow: 0 0 0 1px var(--teal); }
.choice-card input { position: absolute; opacity: 0; }
.choice-card-wide { grid-column: 1 / -1; min-height: 82px; }
.choice-icon { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--teal-dark); background: var(--mint); font-size: 1.2rem; }
.choice-card strong, .choice-card small { display: block; }
.choice-card strong { font-size: .91rem; line-height: 1.25; }
.choice-card small { margin-top: 4px; color: var(--muted); font-size: .72rem; line-height: 1.35; }
.next-button.button-full { margin-top: 16px; }
.field-group { margin-top: 15px; }
.field-group label { display: block; margin-bottom: 6px; font-size: .84rem; font-weight: 800; }
.field-group label span { color: var(--muted); font-weight: 500; }
.field-group input, .field-group select { width: 100%; min-height: 50px; border: 1.5px solid #cdd8d7; border-radius: 11px; padding: 11px 13px; color: var(--ink); background: var(--white); }
.field-group input::placeholder { color: #8b989c; }
.field-group input.is-invalid, .field-group select.is-invalid { border-color: var(--error); background: #fff8f7; }
.field-group .field-help { margin: 5px 0 0; font-size: .74rem; }
.form-error { min-height: 0; margin: 5px 0 0; color: var(--error); font-size: .75rem; font-weight: 700; }
.form-error:not(:empty) { min-height: 18px; }
.form-nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; }
.consent-field { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 1px; accent-color: var(--teal); }
.consent-field a { color: var(--teal-dark); font-weight: 700; }
.form-status { min-height: 0; margin: 8px 0 0; color: var(--error); font-size: .79rem; font-weight: 700; }
.security-note { display: flex; justify-content: center; gap: 6px; margin: 15px 0 0; color: #708086; font-size: .69rem; text-align: center; }
.quote-alternative { margin: 18px 0 0; color: var(--muted); font-size: .79rem; text-align: center; }
.quote-alternative a { color: var(--teal-dark); font-weight: 850; }
.business-proof { margin: 15px 0 0; padding-top: 13px; border-top: 1px solid #e5ebea; color: #7a888c; font-size: .62rem; line-height: 1.4; text-align: center; }
.honeypot { position: absolute !important; left: -9999px !important; }
.hero-brands { margin-bottom: 24px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.hero-brands p { margin-bottom: 10px; color: #dcebed; font-size: .78rem; font-weight: 800; }
.hero-brands small { display: block; margin-top: 8px; color: #9fb6bd; font-size: .68rem; }
.hero-brand-row { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.hero-brand-logo { width: 108px; height: 44px; display: grid; place-items: center; padding: 7px 9px; border-radius: 8px; background: #fff; }
.hero-brand-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 30px; object-fit: contain; }
.hero-brand-logo.brand-logo-bradesco { overflow: hidden; }
.hero-brand-logo.brand-logo-bradesco img { max-width: none; max-height: none; width: 138px; transform: scale(1.28); }

.plans-strip { padding: 80px 0; background: var(--cream); }
.section-heading { max-width: 780px; margin-bottom: 44px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading-inline { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.section-heading-inline > p { margin-bottom: 22px; }
.centered { margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.brand-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.brand-grid li { flex: 0 1 calc((100% - 50px) / 6); min-width: 150px; min-height: 92px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 12px 8px; border: 1px solid #dfded7; border-radius: 12px; color: #526168; background: rgba(255,255,255,.8); font-size: .68rem; font-weight: 750; text-align: center; }
.brand-grid img { display: block; width: auto; max-width: 130px; height: auto; max-height: 42px; object-fit: contain; }
.brand-grid .brand-logo-bradesco { overflow: hidden; }
.brand-grid .brand-logo-bradesco img { max-width: none; max-height: none; width: 128px; transform: scale(1.48); }
.brand-disclaimer { margin: 18px 0 0; color: #7b817f; font-size: .72rem; text-align: center; }

.decision-section { background: var(--white); }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.info-card.featured { color: var(--white); border-color: var(--navy); background: var(--navy); transform: translateY(-12px); box-shadow: var(--shadow); }
.info-number { display: block; margin-bottom: 56px; color: var(--teal); font-size: .78rem; font-weight: 900; }
.info-card.featured .info-number { color: #79ddca; }
.info-card p { margin-bottom: 0; color: var(--muted); }
.info-card.featured p { color: #bcd0d5; }

.audiences { color: var(--white); background: var(--navy); }
.audience-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 86px; }
.audience-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #bfd0d4; font-size: 1.05rem; }
.audience-cards { display: grid; gap: 13px; }
.audience-cards article { display: flex; gap: 20px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.055); }
.audience-cards article > span { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #83dfce; background: rgba(69,199,177,.14); font-size: 1.25rem; }
.audience-cards h3 { margin-bottom: 6px; }
.audience-cards p { margin-bottom: 0; color: #b7cbd0; font-size: .9rem; }

.how-section { background: var(--cream); }
.steps-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; display: flex; align-items: flex-start; gap: 18px; padding: 0 34px; }
.steps-list li + li { border-left: 1px solid #d6d8d4; }
.steps-list > li > span { flex: 0 0 auto; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-weight: 900; }
.steps-list p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.whatsapp-text { color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0; font-weight: 850; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--teal); font-size: 1.35rem; transition: transform .18s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 40px 18px 0; color: var(--muted); font-size: .92rem; }

.final-cta { padding: 76px 0; color: var(--white); background: var(--teal-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { margin-bottom: 10px; }
.final-cta p:last-child { margin-bottom: 0; color: #c7e7e1; }

.site-footer { padding: 70px 0 24px; color: #c0cdd1; background: #061f2a; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1.15fr .8fr; gap: 48px; }
.footer-grid > div:first-child > p { max-width: 320px; margin-top: 20px; }
.footer-grid h2 { margin-bottom: 13px; color: var(--white); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p, .footer-grid a { margin-bottom: 7px; font-size: .79rem; }
.footer-grid nav a { display: block; color: #c0cdd1; text-decoration: none; }
.footer-grid nav a:hover { color: var(--white); text-decoration: underline; }
.footer-contact { color: #c0cdd1; text-decoration: none; }
.footer-contact:hover { color: var(--white); text-decoration: underline; }
.footer-brand strong { color: var(--white); }
.footer-brand small { color: #9eb0b6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { max-width: 580px; margin: 0; font-size: .7rem; }

.mobile-cta { display: none; }
.cookie-banner { position: fixed; z-index: 100; left: 20px; bottom: 20px; width: min(calc(100% - 40px), 640px); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid #cfd9d8; border-radius: 14px; background: var(--white); box-shadow: 0 20px 70px rgba(5,31,42,.24); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .79rem; }
.cookie-banner > div { flex: 0 0 auto; display: flex; align-items: center; gap: 14px; }

.legal-page { background: var(--cream); }
.legal-header { background: var(--white); }
.legal-main { padding: 72px 0 100px; }
.legal-content { max-width: 840px; padding: 48px; border: 1px solid #e0e2dc; border-radius: var(--radius); background: var(--white); }
.legal-content h1 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.legal-content h2 { margin-top: 36px; font-size: 1.35rem; }
.legal-content p, .legal-content li { color: #485a61; }
.legal-content .legal-alert { padding: 14px 16px; border-left: 4px solid #d59a00; background: #fff7dd; color: #5b4300; font-weight: 700; }

@keyframes reveal { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy, .hero-proof, .quote-card { grid-column: 1; grid-row: auto; }
  .hero-copy { max-width: 760px; padding-top: 0; }
  .hero-proof { max-width: 620px; }
  .quote-card { max-width: 620px; }
  .brand-grid li { flex-basis: calc((100% - 30px) / 4); min-width: 130px; }
  .audience-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .preview-notice { font-size: .69rem; }
  .site-header { top: 0; }
  .header-inner { min-height: 66px; }
  .header-actions { display: none; }
  .brand-mark { width: 36px; height: 36px; border-radius: 11px; }
  .brand-mark svg { width: 25px; height: 25px; }
  .hero { padding: 38px 0 62px; }
  .hero-grid { gap: 26px; }
  h1 { margin-bottom: 17px; font-size: clamp(2.15rem, 10.5vw, 3.15rem); line-height: 1.06; }
  .hero-lead { margin-bottom: 14px; font-size: .98rem; line-height: 1.5; }
  .hero-trust { font-size: .76rem; }
  .hero-proof { margin-top: 8px; }
  .trust-row { row-gap: 16px; }
  .trust-row > div { min-width: 31%; padding-right: 12px; margin-right: 0; }
  .quote-card { padding: 22px 18px; border-radius: 21px; }
  .quote-card-header { align-items: center; }
  .quote-card h2 { font-size: 1.3rem; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-card, .choice-card-wide { grid-column: auto; min-height: 78px; }
  .section-heading-inline { grid-template-columns: 1fr; gap: 0; }
  .section-heading { margin-bottom: 34px; }
  .brand-grid li { flex-basis: calc((100% - 10px) / 2); min-width: 0; min-height: 58px; font-size: .82rem; }
  .decision-grid { grid-template-columns: 1fr; }
  .info-card, .info-card.featured { min-height: 0; transform: none; }
  .info-number { margin-bottom: 28px; }
  .audience-grid { gap: 44px; }
  .steps-list { grid-template-columns: 1fr; gap: 28px; }
  .steps-list li { padding: 0; }
  .steps-list li + li { border-left: 0; }
  .faq-grid { gap: 36px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .mobile-cta { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px; border-top: 1px solid #d9e1e0; background: rgba(255,255,255,.97); }
  .mobile-cta .button { min-height: 52px; }
  body:has(.cookie-banner:not([hidden])) .mobile-cta { display: none; }
  .cookie-banner { left: 12px; bottom: 12px; width: calc(100% - 24px); align-items: stretch; flex-direction: column; gap: 8px; padding: 12px; }
  .cookie-banner p { font-size: .72rem; line-height: 1.42; }
  .cookie-banner > div { justify-content: space-between; gap: 10px; }
  .cookie-banner > div > * { flex: 1 1 0; min-height: 40px; padding: 8px; font-size: .74rem; }
  .legal-content { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
