:root {
  --navy: #082b5c;
  --navy-deep: #041a3b;
  --navy-light: #11467f;
  --orange: #ef6b2e;
  --orange-dark: #d55218;
  --teal: #087d70;
  --green: #17835e;
  --ink: #13243a;
  --muted: #5c6b7c;
  --line: #dfe6ee;
  --soft: #f3f6fa;
  --warm: #fff6ee;
  --white: #fff;
  --danger: #b42318;
  --shadow: 0 22px 70px rgba(8, 43, 92, .13);
  --shadow-soft: 0 14px 38px rgba(8, 43, 92, .08);
  --radius: 26px;
  --container: 1190px;
}

* { box-sizing: border-box; }

.ui-icon { width: 1.35em; height: 1.35em; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.floating .ui-icon { width: 23px; height: 23px; color: var(--navy); }
.coverage__icon .ui-icon { width: 30px; height: 30px; }
.everyday__grid .ui-icon { width: 31px; height: 31px; color: var(--teal); }
.everyday__grid article:nth-child(2) .ui-icon { color: var(--navy-light); }
.everyday__grid article:nth-child(3) .ui-icon { color: var(--orange); }
.everyday__grid article:nth-child(4) .ui-icon { color: #b98624; }
.security > span { color: var(--teal); font-weight: 900; margin-right: 4px; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.58; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg, img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip { position: fixed; z-index: 9999; top: 8px; left: 8px; transform: translateY(-160%); padding: 12px 16px; border-radius: 10px; color: var(--navy); background: var(--white); box-shadow: var(--shadow); }
.skip:focus { transform: translateY(0); }

.header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(8,43,92,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand__mark { width: 46px; height: 46px; flex: none; }
.brand__mark .shield { fill: var(--navy); }
.brand__mark .cross { fill: var(--orange); }
.brand strong { display: block; color: var(--navy); font-size: 1.08rem; line-height: 1.1; letter-spacing: -.025em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .69rem; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav > a:not(.btn), .install-button { border: 0; padding: 8px 0; color: #30465f; background: transparent; font-size: .82rem; font-weight: 750; text-decoration: none; cursor: pointer; }
.nav > a:not(.btn):hover, .install-button:hover { color: var(--orange); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--navy); }

.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 0; border-radius: 999px; padding: 13px 23px; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(239,107,46,.3); outline-offset: 3px; }
.btn--small { min-height: 44px; padding: 10px 17px; font-size: .8rem; }
.btn--primary { color: var(--white); background: linear-gradient(135deg, var(--orange), #ff8a45); box-shadow: 0 14px 34px rgba(239,107,46,.28); }
.btn--primary:hover { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); }
.btn--whatsapp { color: var(--white); background: #198b62; box-shadow: 0 10px 25px rgba(25,139,98,.22); }
.btn--whatsapp svg, .advisor .btn svg { width: 19px; height: 19px; fill: currentColor; }
.btn--light { color: var(--navy); background: var(--white); box-shadow: 0 13px 32px rgba(0,0,0,.17); }
.btn--back { color: var(--navy); background: #e9eef4; }
.btn--full { width: 100%; }
.text-link { color: var(--navy); font-size: .82rem; font-weight: 800; text-underline-offset: 4px; }

.hero { position: relative; overflow: hidden; padding: 88px 0 82px; background: linear-gradient(120deg, #f8fbff 0%, #fff 47%, #fff3ea 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(8,43,92,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(8,43,92,.025) 1px, transparent 1px); background-size: 36px 36px; pointer-events: none; }
.hero__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__orb--one { width: 520px; height: 520px; right: -245px; top: -230px; background: radial-gradient(circle, rgba(239,107,46,.2), transparent 67%); }
.hero__orb--two { width: 420px; height: 420px; left: -210px; bottom: -230px; background: radial-gradient(circle, rgba(8,125,112,.18), transparent 67%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 17px; color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .115em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 3px; border-radius: 99px; background: var(--orange); }
.hero h1 { max-width: 790px; margin: 0; color: var(--navy); font-size: clamp(2.65rem, 5.1vw, 5.15rem); line-height: .98; letter-spacing: -.057em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__lead { max-width: 720px; margin: 27px 0 22px; color: #3b4e64; font-size: 1.13rem; line-height: 1.67; }
.hero__benefits { display: flex; flex-wrap: wrap; gap: 9px 17px; margin-bottom: 27px; }
.hero__benefits span { color: #31465c; font-size: .84rem; font-weight: 750; }
.hero__benefits i { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 6px; border-radius: 50%; color: var(--white); background: var(--teal); font-size: .7rem; font-style: normal; }
.hero__price { max-width: 700px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-quick { min-height: 122px; padding: 17px 19px; border: 1px solid rgba(8,43,92,.12); border-radius: 20px; color: var(--ink); background: rgba(255,255,255,.88); text-align: left; cursor: default; box-shadow: 0 12px 35px rgba(8,43,92,.06); transition: transform .2s ease, border .2s ease, box-shadow .2s ease; }
.payment-quick:hover { transform: none; }
.payment-quick.active { border: 2px solid var(--orange); box-shadow: 0 16px 38px rgba(239,107,46,.14); }
.payment-quick small, .payment-quick b { display: block; }
.payment-quick small { color: var(--muted); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.payment-quick strong { display: block; margin: 4px 0 1px; color: var(--navy); font-size: 2rem; line-height: 1; letter-spacing: -.04em; }
.payment-quick strong sup { font-size: .7rem; letter-spacing: 0; }
.payment-quick strong span { font-size: .72rem; letter-spacing: 0; }
.payment-quick b { color: var(--teal); font-size: .72rem; }
.hero__actions { display: flex; align-items: center; gap: 20px; margin-top: 23px; }
.hero__note { max-width: 710px; margin: 13px 0 0; color: var(--muted); font-size: .7rem; }
.hero__visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero__seal { position: absolute; z-index: 4; top: 4px; right: 4px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(8,43,92,.1); border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.94); box-shadow: var(--shadow-soft); font-size: .75rem; font-weight: 850; }
.hero__seal span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(23,131,94,.12); }
.phone { position: relative; width: min(385px, 85%); padding: 24px 26px 29px; border: 9px solid var(--navy); border-radius: 44px; background: var(--white); box-shadow: 0 38px 90px rgba(8,43,92,.24); text-align: center; }
.phone::before { content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%); width: 96px; height: 20px; border-radius: 0 0 13px 13px; background: var(--navy); }
.phone__top { display: flex; justify-content: flex-end; gap: 5px; margin: 0 2px 14px; }
.phone__top i { width: 5px; height: 5px; border-radius: 50%; background: #c9d4df; }
.doctor { width: 185px; height: 185px; margin: 5px auto 10px; }
.doctor__background { fill: #e8f5f5; }
.doctor__skin { fill: #d9a58c; }
.doctor__hair { fill: #27354a; }
.doctor__coat { fill: #fff; stroke: #c9dbe6; stroke-width: 3; }
.doctor__shirt { fill: var(--teal); }
.doctor__stetho { fill: none; stroke: var(--navy); stroke-width: 5; }
.online { display: inline-flex; align-items: center; gap: 7px; padding: 7px 12px; border-radius: 999px; color: var(--green); background: #eaf8f2; font-size: .7rem; font-weight: 900; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.phone h2 { margin: 14px 0 6px; color: var(--navy); font-size: 1.35rem; }
.phone > p { margin: 0; color: var(--muted); font-size: .86rem; }
.phone__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 16px; }
.phone__chips span { padding: 7px 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); background: var(--soft); font-size: .65rem; font-weight: 850; }
.phone > small { display: block; margin-top: 8px; color: #7c8998; font-size: .58rem; }
.floating { position: absolute; z-index: 4; min-width: 198px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(8,43,92,.1); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 18px 48px rgba(8,43,92,.17); }
.floating > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; background: var(--warm); }
.floating strong, .floating small { display: block; }
.floating strong { color: var(--navy); font-size: .9rem; }
.floating small { color: var(--muted); font-size: .65rem; }
.floating--family { left: -5px; top: 155px; }
.floating--security { right: -9px; bottom: 70px; }

.trust-strip { border-top: 1px solid rgba(8,43,92,.07); border-bottom: 1px solid rgba(8,43,92,.07); background: var(--white); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip__grid > div { min-height: 105px; display: flex; flex-direction: column; justify-content: center; padding: 19px 25px; border-right: 1px solid rgba(8,43,92,.08); }
.trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong { color: var(--navy); font-size: 1.02rem; }
.trust-strip span { color: var(--muted); font-size: .73rem; line-height: 1.42; }

.section { padding: 104px 0; }
.section--soft { background: var(--soft); }
.section-head { max-width: 820px; margin-bottom: 50px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2, .entrepreneur h2, .pricing h2, .conscious h2, .advisor h2, .form-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,4vw,3.35rem); line-height: 1.08; letter-spacing: -.045em; }
.section-head p, .entrepreneur p, .pricing__copy > p, .conscious > div > p, .advisor__content > p, .form-copy > p { margin: 19px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.73; }

.entrepreneur { background: var(--white); }
.entrepreneur__grid { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 58px; max-width: 1020px; }
.entrepreneur__badge { width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #ff955d, var(--orange)); box-shadow: 0 28px 55px rgba(239,107,46,.25); transform: rotate(-4deg); }
.entrepreneur__badge span { color: var(--white); font-family: Georgia, serif; font-size: 5.2rem; font-weight: 900; line-height: .8; }
.entrepreneur__badge small { margin-top: -35px; color: #ffe7d9; font-size: .82rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.entrepreneur strong { color: var(--orange); }

.scenario-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; margin-bottom: 32px; }
.scenario-card { min-height: 315px; padding: 35px; border-radius: var(--radius); }
.scenario-card--story { color: var(--white); background: radial-gradient(circle at 100% 0%, rgba(239,107,46,.36), transparent 38%), var(--navy); box-shadow: var(--shadow); }
.scenario-card--warning { border: 1px solid #efdacb; background: var(--warm); }
.scenario-card__label { display: inline-block; margin-bottom: 18px; color: #ffd4bc; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.scenario-card--warning .scenario-card__label { color: var(--orange-dark); }
.scenario-card h3 { margin: 0 0 13px; font-size: 1.65rem; line-height: 1.18; }
.scenario-card--story h3 { color: var(--white); }
.scenario-card--warning h3 { color: var(--navy); }
.scenario-card p { margin: 0; line-height: 1.72; }
.scenario-card--story p { color: #dbe7f6; }
.scenario-card--warning p { color: #735342; }
.scenario-card__result { display: grid; grid-template-columns: 27px 1fr; gap: 10px; margin-top: 25px; padding: 16px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.07); color: #e4eef9; font-size: .8rem; }
.scenario-card__result i { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #8de0c8; font-style: normal; font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.steps article { position: relative; min-height: 225px; padding: 25px 22px; border: 1px solid rgba(8,43,92,.09); border-radius: 21px; background: var(--white); box-shadow: var(--shadow-soft); }
.steps b { position: absolute; top: 13px; right: 15px; color: #c5cfdb; font-size: .72rem; }
.steps i { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 17px; color: var(--white); background: var(--navy); font-style: normal; font-size: 1.15rem; }
.steps article:nth-child(even) i { background: var(--teal); }
.steps h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.02rem; }
.steps p { margin: 0; color: var(--muted); font-size: .82rem; }
.tele-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.tele-features article { display: grid; grid-template-columns: 62px 1fr; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); }
.tele-features article > span { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 16px; color: var(--teal); background: #e8f6f3; font-size: .68rem; font-weight: 950; text-align: center; }
.tele-features h3 { margin: 1px 0 5px; color: var(--navy); font-size: .91rem; }
.tele-features p { margin: 0; color: var(--muted); font-size: .74rem; }

.coverage { position: relative; display: grid; grid-template-columns: 60px 72px minmax(0,1fr) 210px; gap: 22px; align-items: start; margin-bottom: 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(8,43,92,.055); transition: transform .25s ease, box-shadow .25s ease; }
.coverage:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.coverage__number { color: #b8c5d4; font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.coverage__icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 19px; color: var(--navy); background: #edf3f9; font-size: 1.4rem; font-weight: 900; }
.coverage--tele .coverage__icon { color: var(--white); background: var(--teal); }
.coverage--death .coverage__icon { color: var(--white); background: var(--orange); }
.coverage--invalidity .coverage__icon { color: var(--white); background: var(--navy-light); }
.coverage--funeral .coverage__icon { background: #fff0e8; }
.coverage__content > span { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.coverage__content h3 { margin: 7px 0 10px; color: var(--navy); font-size: 1.45rem; line-height: 1.2; }
.coverage__content p { margin: 0 0 10px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.coverage__content .coverage__question { color: var(--navy); font-size: 1.02rem; font-weight: 850; }
.coverage__highlight { padding: 18px; border-radius: 17px; background: var(--soft); text-align: center; }
.coverage__highlight strong, .coverage__highlight small { display: block; }
.coverage__highlight strong { color: var(--navy); font-size: .88rem; }
.coverage__highlight small { margin-top: 5px; color: var(--muted); font-size: .66rem; }

.everyday__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; }
.everyday__grid article { min-height: 250px; padding: 28px 24px; border: 1px solid rgba(8,43,92,.09); border-radius: 21px; background: var(--white); box-shadow: var(--shadow-soft); }
.everyday__grid i { display: block; margin-bottom: 17px; font-size: 1.8rem; font-style: normal; }
.everyday__grid h3 { margin: 0 0 9px; color: var(--navy); font-size: 1.02rem; }
.everyday__grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.pricing { color: var(--white); background: radial-gradient(circle at 6% 18%, rgba(8,125,112,.38), transparent 34%), radial-gradient(circle at 95% 82%, rgba(239,107,46,.32), transparent 32%), var(--navy-deep); }
.pricing__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; align-items: center; }
.section-kicker--light { color: #92e2ce; }
.pricing h2 { color: var(--white); }
.pricing__copy > p { color: #d7e4f4; }
.included-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px 18px; margin: 26px 0 0; padding: 0; list-style: none; }
.included-list li { color: #e6eef8; font-size: .84rem; font-weight: 700; }
.included-list i { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 7px; border-radius: 50%; color: var(--navy); background: #8ee2c9; font-style: normal; font-size: .68rem; }
.pricing__legal { padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.06); font-size: .72rem !important; }
.pricing__cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.price-card { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; padding: 29px 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; color: var(--white); background: rgba(255,255,255,.08); text-align: left; cursor: pointer; backdrop-filter: blur(10px); transition: transform .2s ease, border .2s ease, background .2s ease; }
.price-card:hover { transform: translateY(-4px); }
.price-card.active { border: 2px solid #ff8a49; background: rgba(255,255,255,.13); box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.price-card__tag { display: inline-block; padding: 6px 9px; border-radius: 999px; color: var(--white); background: var(--orange); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.price-card__tag--neutral { color: var(--navy); background: #dbe5f1; }
.price-card > small { margin-top: 22px; color: #d6e3f3; font-size: .74rem; font-weight: 800; }
.price-card strong { margin: 9px 0 15px; font-size: 2.7rem; line-height: 1; letter-spacing: -.045em; }
.price-card strong sup { font-size: .8rem; }
.price-card strong span { font-size: .75rem; letter-spacing: 0; }
.price-card p { flex: 1; margin: 0; color: #c8d7e9; font-size: .78rem; }
.price-card b { margin-top: 24px; color: #ffd5bd; font-size: .76rem; }

.conscious { background: var(--white); }
.conscious__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.conscious__steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.conscious__steps li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.conscious__steps li:last-child { border-bottom: 0; }
.conscious__steps li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--white); background: var(--navy); font-weight: 900; }
.conscious__steps strong { color: var(--navy); }
.conscious__steps p { margin: 4px 0 0; color: var(--muted); font-size: .82rem; }

.advisor { padding-top: 0; }
.advisor__card { display: grid; grid-template-columns: 150px 1fr auto; gap: 32px; align-items: center; padding: 45px; border-radius: 30px; color: var(--white); background: radial-gradient(circle at 100% 0%, rgba(239,107,46,.38), transparent 35%), var(--navy); box-shadow: var(--shadow); }
.advisor__avatar { width: 132px; height: 132px; display: grid; place-items: center; border: 5px solid rgba(255,255,255,.18); border-radius: 50%; background: linear-gradient(145deg,#fff,#e6edf5); box-shadow: inset 0 0 0 7px rgba(8,43,92,.08); }
.advisor__avatar span { color: var(--navy); font-family: Georgia,serif; font-size: 2.4rem; font-weight: 900; }
.advisor h2 { color: var(--white); font-size: clamp(1.7rem,3vw,2.65rem); }
.advisor__content > p { color: #d9e5f5; }
.advisor__credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 21px; }
.advisor__credentials span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; color: #dce7f5; background: rgba(255,255,255,.06); font-size: .68rem; }
.advisor__credentials strong { color: var(--white); }
.advisor__promise { color: #ffd7c0 !important; font-weight: 850; }

.form-section { background: var(--soft); }
.form-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 65px; align-items: start; }
.form-copy { position: sticky; top: 110px; padding-top: 22px; }
.form-copy__benefits { display: grid; gap: 17px; margin-top: 32px; }
.form-copy__benefits > div { display: grid; grid-template-columns: 43px 1fr; gap: 13px; }
.form-copy__benefits span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; color: var(--white); background: var(--navy); font-weight: 900; }
.form-copy__benefits p { margin: 0; color: var(--muted); font-size: .79rem; }
.form-copy__benefits strong { color: var(--navy); }
.lead-card { padding: 35px; border: 1px solid rgba(8,43,92,.08); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.progress { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 28px; }
.progress i { height: 5px; border-radius: 99px; background: #e7ebf1; }
.progress i.active { background: var(--orange); }
.form-step { display: none; min-width: 0; margin: 0; padding: 0; border: 0; }
.form-step.active { display: block; }
.form-step legend { display: flex; flex-direction: column; margin-bottom: 24px; color: var(--navy); font-size: 1.45rem; font-weight: 900; }
.form-step legend small { margin-bottom: 4px; color: var(--teal); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.field { display: block; margin-bottom: 18px; }
.field > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: .77rem; font-weight: 850; }
.field input, .field select { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #ccd6e1; border-radius: 12px; color: var(--ink); background: var(--white); outline: none; transition: border .2s ease, box-shadow .2s ease; }
.field input:focus, .field select:focus { border-color: var(--navy-light); box-shadow: 0 0 0 4px rgba(17,70,127,.09); }
.field input.invalid, .field select.invalid { border-color: var(--danger); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field-note { display: block; margin-top: 5px; color: #7b8998; font-size: .64rem; }
.field em, .consent-error { display: block; min-height: 15px; margin-top: 4px; color: var(--danger); font-size: .67rem; font-style: normal; }
.choices { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.choices--three { grid-template-columns: repeat(3,1fr); }
.choices label, .payment-choices label { cursor: pointer; }
.choices input, .payment-choices input { position: absolute; opacity: 0; pointer-events: none; }
.choices i, .payment-choices i { min-height: 58px; display: flex; flex-direction: column; justify-content: center; padding: 10px 12px; border: 1px solid #cfd8e2; border-radius: 12px; color: var(--navy); background: var(--white); font-size: .77rem; font-style: normal; font-weight: 850; transition: border .2s ease, background .2s ease, box-shadow .2s ease; }
.choices small, .payment-choices small { color: var(--muted); font-size: .62rem; font-weight: 650; }
.choices input:checked + i, .payment-choices input:checked + i { border-color: var(--teal); background: #edf9f6; box-shadow: 0 0 0 3px rgba(8,125,112,.08); }
.payment-choices { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.payment-choices i { min-height: 74px; }
.consent { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .69rem; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--teal); }
.consent a { color: var(--navy); font-weight: 850; }
.consent-error { margin: 4px 0 13px 29px; }
.form-actions { display: grid; grid-template-columns: auto 1fr; gap: 9px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-message { display: none; margin-top: 13px; padding: 12px 14px; border-radius: 10px; font-size: .76rem; }
.form-message.error { display: block; color: #7d271c; background: #fff0ed; }
.form-message.loading { display: block; color: var(--navy); background: #edf3fb; }
.form-message.success { display: block; color: #0e654c; background: #e9f8f2; }
.security { margin: 18px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }
.success { padding: 27px 6px 10px; text-align: center; }
.success > i { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; color: var(--white); background: var(--green); box-shadow: 0 12px 28px rgba(23,131,94,.23); font-size: 1.7rem; font-style: normal; font-weight: 900; }
.success h3 { margin: 0; color: var(--navy); font-size: 1.55rem; }
.success p { color: var(--muted); }
.success > small { display: inline-block; margin-bottom: 18px; padding: 7px 11px; border-radius: 8px; background: var(--soft); }

.faq { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 23px 52px 23px 0; color: var(--navy); font-size: .98rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 17px; right: 0; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--soft); font-size: 1.1rem; }
.faq details[open] summary::after { content: "–"; }
.faq p { margin: -4px 50px 23px 0; color: var(--muted); line-height: 1.72; }

.final-cta { padding: 55px 0; background: var(--orange); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.final-cta span { color: #ffe4d4; font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.final-cta h2 { max-width: 800px; margin: 8px 0 0; color: var(--white); font-size: clamp(1.55rem,3.4vw,2.65rem); line-height: 1.12; letter-spacing: -.035em; }

.footer { padding: 68px 0 28px; color: #d1ddeb; background: var(--navy-deep); }
.footer__grid { display: grid; grid-template-columns: 1.25fr .95fr .9fr .95fr 1fr; gap: 30px; }
.brand--footer strong { color: var(--white); }
.brand--footer small { color: #a7b9cf; }
.footer h3 { margin: 0 0 14px; color: var(--white); font-size: .85rem; }
.footer p, .footer a { color: #aebed1; font-size: .7rem; line-height: 1.65; }
.footer nav { display: grid; gap: 8px; }
.footer nav a { text-decoration: none; }
.footer nav a:hover { color: var(--white); text-decoration: underline; }
.footer__legal { display: flex; justify-content: space-between; gap: 30px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer__legal p { max-width: 870px; margin: 0; color: #8298b4; font-size: .61rem; }
.whatsapp-float { position: fixed; z-index: 92; right: 19px; bottom: 20px; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 10px 16px; border-radius: 999px; color: var(--white); background: #198b62; box-shadow: 0 13px 35px rgba(8,43,92,.29); font-size: .78rem; font-weight: 900; text-decoration: none; }
.whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; }
.mobile-cta { display: none; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 54px; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; color: var(--white); background: var(--orange); box-shadow: 0 13px 36px rgba(8,43,92,.32); font-weight: 900; text-decoration: none; }
.noscript { position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; padding: 12px; color: var(--white); background: var(--danger); text-align: center; }

.legal-page { min-height: 100vh; background: var(--soft); }
.legal-page main { padding: 70px 0 100px; }
.legal-document { max-width: 900px; margin-inline: auto; padding: 48px; border-radius: 25px; background: var(--white); box-shadow: var(--shadow); }
.legal-document h1 { margin: 0 0 10px; color: var(--navy); font-size: 2.45rem; }
.legal-document .updated { color: var(--muted); font-size: .75rem; }
.legal-document h2 { margin: 34px 0 9px; color: var(--navy); font-size: 1.2rem; }
.legal-document p, .legal-document li { color: #4d5d70; line-height: 1.75; }
.legal-document a { color: var(--navy); font-weight: 800; }
.legal-callout { margin: 24px 0; padding: 17px; border-left: 4px solid var(--orange); background: var(--warm); }
.optout-box { max-width: 560px; margin-inline: auto; }

@media (max-width: 1100px) {
  .nav { gap: 14px; }
  .nav > a:not(.btn) { display: none; }
  .hero__grid, .scenario-grid, .pricing__grid, .conscious__grid, .form-grid { grid-template-columns: 1fr; }
  .hero__copy { text-align: center; }
  .hero__lead, .hero__note, .hero__price { margin-inline: auto; }
  .hero__benefits, .hero__actions { justify-content: center; }
  .hero__visual { min-height: 540px; }
  .everyday__grid { grid-template-columns: repeat(2,1fr); }
  .coverage { grid-template-columns: 50px 65px 1fr; }
  .coverage__highlight { grid-column: 3; text-align: left; }
  .advisor__card { grid-template-columns: 130px 1fr; }
  .advisor__card > .btn { grid-column: 2; justify-self: start; }
  .form-copy { position: static; }
  .footer__grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 67px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav > a:not(.btn), .install-button { display: block; padding: 12px 5px; text-align: left; }
  .nav .btn { margin-top: 8px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(8,43,92,.08); }
  .entrepreneur__grid { grid-template-columns: 150px 1fr; gap: 35px; }
  .entrepreneur__badge { width: 145px; height: 145px; }
  .entrepreneur__badge span { font-size: 4rem; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .tele-features { grid-template-columns: repeat(2,1fr); }
  .pricing__cards { max-width: 650px; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header__inner { min-height: 66px; }
  .brand__mark { width: 39px; height: 39px; }
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .61rem; }
  .hero { padding: 55px 0 49px; }
  .hero h1 { font-size: clamp(2.35rem,12vw,3.55rem); }
  .hero__lead { font-size: .98rem; }
  .hero__benefits { display: grid; text-align: left; }
  .hero__price { grid-template-columns: 1fr; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__visual { min-height: 475px; }
  .phone { width: 82%; padding-inline: 17px; }
  .doctor { width: 165px; height: 165px; }
  .floating { min-width: 155px; padding: 10px; }
  .floating--family { left: -6px; top: 135px; }
  .floating--security { right: -6px; bottom: 24px; }
  .hero__seal { right: 0; font-size: .64rem; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { min-height: auto; padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(8,43,92,.08); }
  .trust-strip__grid > div:nth-child(2) { border-bottom: 1px solid rgba(8,43,92,.08); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section { padding: 77px 0; }
  .section-head h2, .entrepreneur h2, .pricing h2, .conscious h2, .form-copy h2 { font-size: 2.05rem; }
  .entrepreneur__grid { grid-template-columns: 1fr; text-align: center; }
  .entrepreneur__badge { margin-inline: auto; }
  .scenario-card { min-height: auto; padding: 27px; }
  .steps, .tele-features, .everyday__grid, .pricing__cards { grid-template-columns: 1fr; }
  .coverage { grid-template-columns: 40px 58px 1fr; gap: 12px; padding: 24px 20px; }
  .coverage__number { grid-column: 1; }
  .coverage__icon { width: 54px; height: 54px; }
  .coverage__content { grid-column: 1 / -1; }
  .coverage__highlight { grid-column: 1 / -1; }
  .included-list { grid-template-columns: 1fr; }
  .price-card { min-height: 315px; }
  .advisor__card { grid-template-columns: 1fr; padding: 30px 24px; text-align: center; }
  .advisor__avatar { margin-inline: auto; }
  .advisor__credentials { justify-content: center; }
  .advisor__card > .btn { grid-column: 1; justify-self: stretch; }
  .lead-card { padding: 25px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .choices--three, .payment-choices { grid-template-columns: 1fr; }
  .form-actions { grid-template-columns: 1fr; }
  .form-actions .btn--back { order: 2; }
  .faq p { margin-right: 0; }
  .final-cta__inner { align-items: stretch; flex-direction: column; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__legal { flex-direction: column; }
  .whatsapp-float { display: none; }
  .mobile-cta { display: flex; }
  .legal-document { padding: 28px 20px; }
  .legal-document h1 { font-size: 2rem; }
}

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

/* V4 — legibilidade, formulário completo e agenda */
html { font-size: 18px; }
body { font-size: 1rem; line-height: 1.68; }

.brand small { font-size: .78rem; }
.nav > a:not(.btn), .install-button { font-size: .9rem; }
.btn { font-size: .94rem; }
.btn--small { font-size: .87rem; }
.text-link { font-size: .9rem; }
.eyebrow, .section-kicker { font-size: .82rem; }
.hero h1 { font-size: clamp(2.45rem, 4.65vw, 4.55rem); }
.hero__lead { font-size: 1.08rem; }
.hero__benefits span { font-size: .94rem; }
.payment-quick small { font-size: .8rem; }
.payment-quick b { font-size: .82rem; }
.hero__note { font-size: .78rem; line-height: 1.62; }
.hero__seal { font-size: .82rem; }
.online { font-size: .8rem; }
.phone > p { font-size: .94rem; }
.phone__chips span { font-size: .76rem; }
.phone > small { font-size: .72rem; }
.floating strong { font-size: .98rem; }
.floating small { font-size: .78rem; }
.trust-strip span { font-size: .82rem; }
.section-head h2, .entrepreneur h2, .pricing h2, .conscious h2, .advisor h2, .form-copy h2 { font-size: clamp(1.95rem, 3.7vw, 3rem); }
.section-head p, .entrepreneur p, .pricing__copy > p, .conscious > div > p, .advisor__content > p, .form-copy > p { font-size: 1.05rem; }
.scenario-card__label { font-size: .8rem; }
.scenario-card p { font-size: 1rem; }
.scenario-card__result { font-size: .9rem; }
.steps b { font-size: .8rem; }
.steps h3 { font-size: 1.08rem; }
.steps p { font-size: .93rem; }
.tele-features article > span { font-size: .78rem; }
.tele-features h3 { font-size: 1rem; }
.tele-features p { font-size: .88rem; }
.coverage__number { font-size: .82rem; }
.coverage__content > span { font-size: .78rem; }
.coverage__content h3 { font-size: 1.5rem; }
.coverage__content p { font-size: 1rem; }
.coverage__content .coverage__question { font-size: 1.1rem; }
.coverage__highlight strong { font-size: .98rem; }
.coverage__highlight small { font-size: .8rem; }
.everyday__grid h3 { font-size: 1.08rem; }
.everyday__grid p { font-size: .93rem; }
.included-list li { font-size: .94rem; }
.pricing__legal { font-size: .82rem !important; }
.price-card__tag { font-size: .76rem; }
.price-card > small { font-size: .86rem; }
.price-card p { font-size: .9rem; }
.price-card b { font-size: .87rem; }
.conscious__steps p { font-size: .92rem; }
.advisor__credentials span { font-size: .8rem; }
.form-copy__benefits p { font-size: .91rem; }

.progress--three { grid-template-columns: repeat(3, 1fr); }
.form-step legend { font-size: 1.5rem; }
.form-step legend small { font-size: .78rem; }
.field > span { font-size: .92rem; }
.field input, .field select { min-height: 56px; padding: 13px 15px; font-size: 1rem; }
.field-note { font-size: .78rem; }
.field em, .consent-error { min-height: 18px; font-size: .8rem; }
.field-row--city { grid-template-columns: minmax(0, 1fr) 130px; }
.choices i, .payment-choices i { min-height: 64px; font-size: .91rem; }
.choices small, .payment-choices small { font-size: .78rem; }
.payment-choices i { min-height: 82px; }
.consent { grid-template-columns: 21px 1fr; font-size: .82rem; line-height: 1.55; }
.consent input { width: 19px; height: 19px; }
.form-message { font-size: .9rem; line-height: 1.5; }
.schedule-note { margin: -5px 0 22px; padding: 14px 16px; border: 1px solid #d5e4ef; border-radius: 13px; color: #3d5a71; background: #f0f7fb; font-size: .84rem; line-height: 1.55; }
.success p { font-size: 1rem; }
.success__schedule { max-width: 360px; display: flex; flex-direction: column; margin: 22px auto; padding: 18px; border: 1px solid #cfe5dc; border-radius: 16px; background: #edf9f4; }
.success__schedule span { color: var(--green); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.success__schedule strong { margin-top: 4px; color: var(--navy); font-size: 1.25rem; }
.success__schedule small { margin-top: 2px; color: var(--muted); font-size: .9rem; }
.faq summary { font-size: 1.08rem; }
.faq p { font-size: 1rem; }
.footer h3 { font-size: .96rem; }
.footer p, .footer a { font-size: .8rem; }
.footer__legal p { font-size: .72rem; }
.legal-document .updated { font-size: .84rem; }
.legal-document h2 { font-size: 1.35rem; }
.legal-document p, .legal-document li { font-size: 1rem; }
.phone-text { white-space: nowrap; unicode-bidi: isolate; }
.phone-text > span { display: inline; }

@media (max-width: 620px) {
  html { font-size: 17px; }
  .brand strong { font-size: 1rem; }
  .brand small { font-size: .72rem; }
  .hero h1 { font-size: clamp(2.25rem, 11.4vw, 3.25rem); }
  .hero__lead { font-size: 1.03rem; }
  .hero__seal { font-size: .74rem; }
  .section-head h2, .entrepreneur h2, .pricing h2, .conscious h2, .form-copy h2 { font-size: 2rem; }
  .field-row--city { grid-template-columns: 1fr; }
  .field input, .field select { font-size: 1rem; }
  .lead-card { padding: 26px 19px; }
  .form-step legend { font-size: 1.4rem; }
  .footer__legal p { font-size: .76rem; }
}

/* V4.1 — leitura confortável e CTA móvel sem obstruir o formulário */
body { line-height: 1.7; }
.hero__note, .pricing__legal, .schedule-note { font-size: .86rem; }
.phone > small, .field-note { font-size: .82rem; }
.trust-strip span { font-size: .86rem; }
.footer p, .footer a { font-size: .86rem; }
.footer__legal p { font-size: .78rem; line-height: 1.7; }
.mobile-cta { font-size: .94rem; transition: opacity .2s ease, transform .2s ease; }
.mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(24px); }

@media (max-width: 620px) {
  html { font-size: 18px; }
  .brand small { font-size: .75rem; }
  .hero__seal { font-size: .72rem; }
  .footer p, .footer a { font-size: .86rem; }
  .footer__legal p { font-size: .78rem; }
}


/* V4.2 — tipografia final para leitura confortável em celular e desktop */
html { font-size: 18px; }
body { font-size: 1rem; line-height: 1.72; }
.brand small { font-size: .82rem; }
.eyebrow, .section-kicker { font-size: .86rem; }
.hero__lead { font-size: 1.12rem; }
.hero__benefits span { font-size: 1rem; }
.hero__note, .pricing__legal, .schedule-note { font-size: .9rem; line-height: 1.68; }
.hero__seal, .online { font-size: .84rem; }
.phone > p { font-size: 1rem; }
.phone__chips span { font-size: .82rem; }
.phone > small { font-size: .84rem; line-height: 1.5; }
.floating small, .trust-strip span { font-size: .88rem; }
.section-head p, .entrepreneur p, .pricing__copy > p, .conscious > div > p, .advisor__content > p, .form-copy > p { font-size: 1.08rem; }
.steps p, .tele-features p, .everyday__grid p, .conscious__steps p { font-size: .98rem; }
.tele-features h3, .everyday__grid h3, .steps h3 { font-size: 1.1rem; }
.coverage__content p { font-size: 1.03rem; }
.coverage__highlight small { font-size: .86rem; }
.price-card p { font-size: .96rem; }
.form-copy__benefits p { font-size: .98rem; }
.field > span { font-size: .98rem; }
.field input, .field select { min-height: 58px; font-size: 1rem; }
.field-note { font-size: .86rem; }
.field em, .consent-error { font-size: .86rem; }
.choices i, .payment-choices i { font-size: .98rem; }
.choices small, .payment-choices small { font-size: .84rem; }
.consent { font-size: .9rem; line-height: 1.62; }
.form-message { font-size: .96rem; }
.footer h3 { font-size: 1rem; }
.footer p, .footer a { font-size: .9rem; line-height: 1.72; }
.footer__legal p { font-size: .84rem; line-height: 1.75; }
.legal-document .updated { font-size: .9rem; }

@media (max-width: 620px) {
  html { font-size: 18px; }
  .hero__lead { font-size: 1.08rem; }
  .field > span { font-size: .96rem; }
  .field input, .field select { font-size: 1rem; }
  .footer p, .footer a { font-size: .9rem; }
  .footer__legal p { font-size: .84rem; }
}


/* V4.3 — formulário resiliente, sem bloqueio por falha de JavaScript ou cache */
.js-only { display: none !important; }
.form-step {
  display: block;
  padding: 0 0 34px;
  margin: 0 0 34px;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.form-step:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.js .form-step { display: none; padding: 0; margin: 0; border: 0; }
.js .form-step.active { display: block; }
.js .progress.js-only { display: grid !important; }
.js button.js-only { display: inline-flex !important; }
.js .btn--full.js-only { display: flex !important; }
.form-error-summary {
  margin: 0 0 24px;
  padding: 17px 19px;
  border: 1px solid #efb4ac;
  border-radius: 14px;
  color: #7f241a;
  background: #fff2ef;
  font-size: .94rem;
  line-height: 1.55;
}
.form-error-summary[hidden] { display: none !important; }
.form-error-summary strong { display: block; margin-bottom: 7px; color: #6f1e16; }
.form-error-summary ul { margin: 0; padding-left: 21px; }
.form-error-summary li + li { margin-top: 4px; }
.no-js .lead-card::before,
.form-fallback .lead-card::before {
  content: "Formulário simplificado: todos os campos aparecem em uma única página.";
  display: block;
  margin: 0 0 25px;
  padding: 14px 16px;
  border: 1px solid #cfe0ed;
  border-radius: 13px;
  color: #244a67;
  background: #eef6fb;
  font-size: .9rem;
  line-height: 1.55;
}
.noscript--info {
  position: static;
  margin: 0;
  color: #183b55;
  background: #eaf4fa;
  border-top: 1px solid #c8dce9;
  font-size: .9rem;
}
@media (max-width: 620px) {
  .form-step { padding-bottom: 28px; margin-bottom: 28px; }
  .form-error-summary { font-size: .92rem; }
}

/* Inputs de escolha permanecem acessíveis, mas não herdam a largura dos campos de texto. */
.choices input[type="radio"],
.payment-choices input[type="radio"] {
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}
