:root {
  --navy: #0d1b3d;
  --navy-2: #132852;
  --gold: #d4a017;
  --gold-dark: #aa7b08;
  --cream: #f8f6f1;
  --white: #fff;
  --ink: #101a31;
  --muted: #5d6677;
  --line: #e5e1d8;
  --green: #1c9b61;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(13, 27, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nav .container, .hero .container { width: min(1480px, calc(100% - 40px)); }
section { padding: 104px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); color: var(--navy); letter-spacing: -.025em; }
h1 { max-width: 740px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.3vw, 5.1rem); line-height: .99; }
h1 em { color: var(--gold); font-style: normal; }
h2 { margin-bottom: 18px; font-size: clamp(2.1rem, 3.4vw, 3.45rem); line-height: 1.08; }
h3 { color: var(--navy); line-height: 1.25; }

.nav { position: fixed; inset: 24px 0 auto; z-index: 30; height: 76px; border: 0; background: transparent; transition: transform .25s ease; }
.nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-inline: 32px; border: 1px solid var(--line); border-bottom-color: #ece8df; border-radius: 20px 20px 0 0; background: rgba(255,255,255,.97); box-shadow: 0 -2px 24px rgba(13,27,61,.06); }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img-circle { width: 166px; height: 66px; object-fit: contain; border-radius: 8px; }
.logo-text { display: none; color: var(--navy); font-family: var(--serif); font-size: 1.42rem; font-weight: 700; line-height: .9; }
.logo-text strong { color: var(--gold); font-weight: 700; }
.logo-text small { margin-top: 7px; font-family: var(--sans); font-size: .49rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-link { color: var(--navy); font-size: .91rem; font-weight: 600; text-decoration: none; }
.nav-link:hover { color: var(--gold-dark); }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 10px; font-size: .94rem; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .faq-q:focus-visible { outline: 3px solid rgba(212,160,23,.35); outline-offset: 3px; }
.btn-primary, .btn-gold { color: var(--navy); background: linear-gradient(135deg, #e4b52d, var(--gold)); box-shadow: 0 13px 28px rgba(212,160,23,.25); }
.btn-primary:hover, .btn-gold:hover { background: #e2ad18; box-shadow: 0 17px 35px rgba(212,160,23,.35); }
.btn-outline { color: var(--navy); border-color: #ccd2dc; background: #fff; }
.btn-outline:hover { border-color: var(--gold); background: #fffaf0; }
.btn-whatsapp-outline { color: #147a4a; border-color: #b9ddca; background: #f2fbf6; box-shadow: 0 10px 24px rgba(24,143,88,.08); }
.btn-whatsapp-outline:hover { border-color: #188f58; background: #eaf8f0; box-shadow: 0 14px 28px rgba(24,143,88,.15); }
.btn-sm { min-height: 44px; padding: 10px 19px; }
.btn-lg { min-height: 58px; padding: 16px 25px; }
.btn-muted { color: var(--navy); border-color: var(--line); background: #f0eee8; }
.btn-whatsapp { color: #fff; background: #188f58; }
.btn-full { width: 100%; }
.icon-sm { width: 19px; height: 19px; }

.hero { min-height: 680px; padding: 100px 0 54px; color: var(--ink); background: radial-gradient(circle at 73% 20%, rgba(212,160,23,.1), transparent 23%), linear-gradient(180deg, #fff 0%, #f8f6f1 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 0; overflow: hidden; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 22px 22px; background: #fff; box-shadow: 0 24px 65px rgba(13,27,61,.11), 0 0 0 1px rgba(212,160,23,.04); }
.hero-content { padding: clamp(34px, 5vw, 68px); }
.hero h1 { color: var(--navy); font-size: clamp(2.75rem, 4.7vw, 4.7rem); }
.hero-sub { max-width: 680px; color: var(--muted); font-size: 1.02rem; }
.eyebrow, .section-kicker, .mini-label { display: inline-flex; align-items: center; color: var(--gold); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { margin-bottom: 22px; color: var(--gold-dark); }
.eyebrow span { width: 28px; height: 1px; margin-right: 11px; background: var(--gold); }
.search-intents { margin: 25px 0 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.search-intents span { padding: 7px 12px; border: 1px solid #e4dfd5; border-radius: 100px; color: var(--navy); background: #faf8f3; font-size: .78rem; }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { grid-column: 1 / -1; margin: 0; padding: 23px 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); background: #fff; }
.trust-row > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 0 20px; border-right: 1px solid var(--line); }
.trust-row > div:last-child { border-right: 0; }
.trust-row p { margin: 0; }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { color: var(--navy); font-size: .82rem; line-height: 1.25; }
.trust-row small { margin-top: 3px; color: var(--muted); font-size: .68rem; line-height: 1.35; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--navy); }
.trust-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.hero-panel { position: relative; align-self: stretch; min-height: clamp(520px, 62vh, 680px); overflow: hidden; }
.hero-panel::before { content: ""; position: absolute; inset: 0 auto 0 0; z-index: 1; width: 70px; pointer-events: none; background: linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,0)); }
.image-shell { position: absolute; inset: 0; overflow: hidden; border: 0; border-radius: 0; background: #e9e4da; box-shadow: none; }
.hero-img { width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: 64% center; }
.image-note { position: absolute; right: 20px; bottom: 20px; width: min(260px, 72%); padding: 17px 20px; border-left: 3px solid var(--gold); border-radius: 8px; color: var(--navy); background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.image-note strong { font-family: var(--serif); font-size: 1.04rem; }
.image-note span { margin-top: 2px; color: var(--muted); font-size: .75rem; }

.intent-strip { padding: 34px 0; border-bottom: 1px solid var(--line); background: #fff; }
.intent-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; }
.intent-grid strong { display: block; margin-top: 5px; color: var(--navy); font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; }
.intent-grid p { margin: 0; color: var(--muted); }
.section-header { max-width: 800px; margin: 0 auto 50px; text-align: center; }
.section-header p { color: var(--muted); font-size: 1.04rem; }
.problem-section, .faq { background: var(--cream); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.p-card { min-height: 290px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(13,27,61,.045); transition: .25s ease; }
.p-card:hover { transform: translateY(-6px); border-color: rgba(212,160,23,.55); box-shadow: var(--shadow); }
.p-icon { width: 48px; height: 48px; margin-bottom: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--gold-dark); border: 1px solid rgba(212,160,23,.35); background: #fffaf0; font-family: var(--serif); font-weight: 700; }
.p-card h3 { font-family: var(--serif); font-size: 1.35rem; }
.p-card p { color: var(--muted); font-size: .93rem; }

.method-section { color: #fff; background: var(--navy); }
.method-grid { display: grid; grid-template-columns: .73fr 1.27fr; align-items: center; gap: 70px; }
.method-copy h2 { color: #fff; }
.method-copy p { margin-bottom: 28px; color: #c1cada; }
.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.timeline-item { min-height: 258px; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; background: rgba(255,255,255,.055); }
.timeline-item > span { width: 42px; height: 42px; margin-bottom: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-family: var(--serif); font-weight: 700; }
.timeline-item h3 { color: #fff; font-family: var(--serif); font-size: 1.2rem; }
.timeline-item p { color: #bfc8d8; font-size: .87rem; }

.coverage-section { background: #fff; }
.coverage-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.coverage-grid div { min-height: 150px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.coverage-grid div:nth-child(3n) { border-right: 0; }
.coverage-grid div:nth-last-child(-n+3) { border-bottom: 0; }
.coverage-grid strong, .coverage-grid span { display: block; }
.coverage-grid strong { margin-bottom: 8px; color: var(--navy); font-family: var(--serif); font-size: 1.12rem; }
.coverage-grid span { color: var(--muted); font-size: .9rem; }

.lead-section { color: var(--ink); background: linear-gradient(135deg, #f1ede4, #fbfaf7); }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 80px; }
.lead-info h2 { color: var(--navy); }
.lead-info > p { color: var(--muted); }
.section-kicker.light { color: var(--gold-dark); }
.lead-points { margin-top: 30px; display: grid; gap: 16px; }
.lead-points div { display: flex; gap: 12px; align-items: center; }
.lead-points span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: var(--gold); font-weight: 800; }
.lead-form-wrapper { position: relative; padding: 36px; border: 1px solid #ded8ca; border-radius: 18px; color: var(--ink); background: #fff; box-shadow: 0 26px 65px rgba(13,27,61,.12); }
.lead-form-wrapper::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; border-radius: 18px 18px 0 0; background: linear-gradient(90deg, var(--gold), #efc95b); }
.form-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.form-head h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 1.75rem; }
.form-head > strong { color: var(--gold-dark); }
.progress { height: 5px; margin: 20px 0 28px; overflow: hidden; border-radius: 20px; background: #ece9e2; }
.progress span { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: width .25s ease; }
.form-step { display: none; border: 0; padding: 0; margin: 0; }
.form-step.active { display: block; animation: stepIn .25s ease; }
.lead-form legend { width: 100%; margin-bottom: 18px; color: var(--navy); font-family: var(--serif); font-size: 1.18rem; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label span { min-height: 58px; display: flex; align-items: center; padding: 14px 15px; border: 1px solid var(--line); border-radius: 9px; color: var(--muted); background: #fff; cursor: pointer; font-size: .89rem; font-weight: 600; transition: .2s ease; }
.choice-grid input:checked + span { color: var(--navy); border-color: var(--gold); background: #fff9e9; box-shadow: inset 3px 0 var(--gold); }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-group { margin-top: 17px; }
.f-group label { display: block; margin-bottom: 7px; color: var(--navy); font-size: .85rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid #d9d5cd; border-radius: 9px; padding: 14px 15px; color: var(--ink); background: #fbfaf7; font-size: 16px; }
textarea { min-height: 116px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); background: #fff; outline: 0; box-shadow: 0 0 0 3px rgba(212,160,23,.12); }
.field-error { border-color: #c53b3b !important; background: #fff6f6 !important; }
.consent { margin-top: 18px; display: flex; gap: 10px; color: var(--muted); font-size: .82rem; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; accent-color: var(--gold); }
.form-actions { margin-top: 24px; display: flex; justify-content: space-between; gap: 12px; }
.form-footer { margin: 15px 0 0; color: #7c8290; font-size: .74rem; text-align: center; }
.optional-label { color: #7c8290; font-weight: 500; }
.upload-box { min-height: 102px; display: flex !important; align-items: center; justify-content: center; gap: 15px; padding: 20px; border: 2px dashed rgba(212,160,23,.78); border-radius: 12px; color: #61728b !important; background: #fafbfd; cursor: pointer; text-align: left; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.upload-box:hover { transform: translateY(-2px); border-color: var(--gold-dark); background: #fffaf0; }
.upload-box input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-box svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: #6b82a4; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.upload-box strong, .upload-box small { display: block; }
.upload-box strong { color: #526a8c; font-size: .94rem; }
.upload-box small { margin-top: 3px; color: #7c899d; font-size: .76rem; }
.upload-box.has-file { border-style: solid; border-color: #279665; background: #f1fbf6; }
.upload-help { margin: 8px 0 0; color: #6b778a; font-size: .76rem; line-height: 1.45; }
.upload-help button { border: 0; padding: 0; color: var(--gold-dark); background: transparent; cursor: pointer; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.guide-overlay { position: fixed; inset: 0; z-index: 60; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(7,19,44,.78); backdrop-filter: blur(7px); }
.guide-overlay.active { display: flex; }
.guide-modal { position: relative; width: min(720px, 100%); max-height: min(820px, calc(100vh - 40px)); overflow-y: auto; padding: 38px; border-radius: 20px; background: #fff; box-shadow: 0 34px 90px rgba(0,0,0,.32); }
.guide-close { position: absolute; top: 14px; right: 17px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #617087; background: #f1f3f6; cursor: pointer; font-size: 1.5rem; line-height: 1; }
.guide-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--navy); font-family: var(--serif); font-size: 1.15rem; font-weight: 700; }
.guide-brand img { width: 34px; height: 34px; border-radius: 50%; }
.guide-modal h2 { padding-right: 35px; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.guide-time { margin-bottom: 26px; padding: 12px 15px; border: 1px solid #d8e0eb; border-radius: 10px; color: #617087; background: #f7f9fc; font-size: .88rem; }
.guide-time strong { color: var(--navy); }
.guide-steps { margin: 0 0 28px; padding: 0; display: grid; gap: 18px; list-style: none; }
.guide-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.guide-steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #f3ca57; font-weight: 800; }
.guide-steps strong { color: var(--navy); }
.guide-steps p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.guide-steps a { color: var(--gold-dark); font-weight: 700; }

.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.faq-q { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 20px 24px; color: var(--navy); background: #fff; cursor: pointer; font-size: 1rem; font-weight: 700; text-align: left; }
.faq-q span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--navy); background: #fff6dc; transition: transform .2s ease; }
.faq-a { max-height: 0; overflow: hidden; padding: 0 24px; color: var(--muted); transition: .25s ease; }
.faq-item.open { border-color: rgba(212,160,23,.6); }
.faq-item.open .faq-a { max-height: 240px; padding-bottom: 22px; }
.faq-item.open .faq-q span { transform: rotate(45deg); }

.footer { padding: 65px 0 35px; color: #abb5c7; background: #07132c; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.2fr; gap: 45px; }
.footer .logo-img-circle { width: 190px; height: 96px; padding: 7px; background: #fff; }
.logo-text.white { color: #fff; }
.footer p { max-width: 450px; margin-top: 17px; }
.footer h4 { margin: 0 0 10px; color: #fff; font-family: var(--serif); }
.white-link { color: #fff; font-size: 1.15rem; font-weight: 700; text-decoration: none; }
.footer small { grid-column: 1 / -1; margin-top: 18px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.map-container { overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.2); }
.map-iframe { width: 100%; height: 210px; display: block; border: 0; filter: none; opacity: 1; }
.map-overlay { position: static; padding: 12px; background: #fff; }
.map-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.btn-map { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 14px; border: 1px solid transparent; border-radius: 9px; font-size: .8rem; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn-map:hover { transform: translateY(-2px); }
.btn-google { color: #fff; background: #1a73e8; box-shadow: 0 8px 18px rgba(26,115,232,.22); }
.btn-google:hover { background: #1765c9; box-shadow: 0 11px 24px rgba(26,115,232,.3); }
.btn-waze { color: #0d1b3d; border-color: #c8eef6; background: #e8faff; box-shadow: 0 8px 18px rgba(51,193,221,.17); }
.btn-waze:hover { background: #d8f6fc; box-shadow: 0 11px 24px rgba(51,193,221,.25); }
.map-icon { width: 17px; height: 17px; color: currentColor; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 28; width: 64px; min-width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; padding: 0; border: 4px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #2bd477, #159052); box-shadow: 0 16px 38px rgba(12,92,53,.38), 0 0 0 0 rgba(37,198,111,.42); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; animation: whatsappPulse 2.4s infinite; }
.whatsapp-float svg { width: 25px; height: 25px; flex: 0 0 auto; }
.whatsapp-float span { display: none; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 20px 42px rgba(12,92,53,.46); }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 16px 38px rgba(12,92,53,.38), 0 0 0 0 rgba(37,198,111,.38); } 55% { box-shadow: 0 16px 38px rgba(12,92,53,.38), 0 0 0 13px rgba(37,198,111,0); } }
.modal-overlay { position: fixed; inset: 0; z-index: 50; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(7,19,44,.83); backdrop-filter: blur(8px); }
.modal-overlay.active { display: flex; }
.modal-content { width: min(480px, 100%); padding: 38px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.modal-success-icon { width: 64px; height: 64px; margin: 0 auto 17px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--gold); font-size: 1.7rem; font-weight: 800; }
.modal-content p { color: var(--muted); }
.modal-btns { margin-top: 24px; display: grid; gap: 12px; }
.btn-text { border: 0; color: var(--muted); background: transparent; cursor: pointer; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.revealed { opacity: 1; transform: none; }
@keyframes stepIn { from { opacity: 0; transform: translateX(8px); } }

@media (max-width: 1020px) {
  .container { width: min(900px, calc(100% - 48px)); }
  .hero { padding-top: 100px; }
  .hero-grid, .method-grid, .lead-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 0; }
  .hero-panel { width: 100%; min-height: 440px; margin: auto; }
  .hero-panel::before { inset: 0 0 auto; width: auto; height: 48px; background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,0)); }
  .hero-img { object-position: 58% 42%; }
  .trust-row { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .trust-row > div:nth-child(2) { border-right: 0; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid, .lead-grid { max-width: 760px; }
  .timeline { margin-top: 15px; }
  .coverage-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid div, .coverage-grid div:nth-child(3n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .coverage-grid div:nth-child(2n) { border-right: 0; }
  .coverage-grid div:nth-last-child(-n+2) { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-of-type { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .container, .nav .container, .hero .container { width: min(100% - 20px, 600px); }
  section { padding: 72px 0; }
  .nav { inset: 12px 0 auto; height: 68px; }
  .nav-inner { padding-inline: 15px; border-radius: 15px 15px 0 0; }
  .nav-links .nav-link { display: none; }
  .nav-links { gap: 0; }
  .nav-links .btn { min-height: 40px; padding: 9px 13px; font-size: .78rem; }
  .logo-img-circle { width: 135px; height: 54px; }
  .logo-text { font-size: 1.1rem; }
  .logo-text small { font-size: .4rem; }
  .hero { min-height: auto; padding: 80px 0 60px; }
  h1 { font-size: clamp(2.45rem, 12vw, 3.45rem); }
  h2 { font-size: 2.15rem; }
  .hero-sub { font-size: 1rem; }
  .search-intents { display: grid; grid-template-columns: 1fr 1fr; }
  .search-intents span { display: grid; place-items: center; min-height: 45px; text-align: center; }
  .hero-cta-group { display: grid; }
  .hero-content { padding: 30px 22px 36px; }
  .hero-panel { min-height: clamp(300px, 78vw, 410px); }
  .hero-img { object-position: 58% center; }
  .trust-row { grid-template-columns: 1fr; gap: 0; padding: 8px 20px; }
  .trust-row > div, .trust-row > div:nth-child(2) { padding: 15px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-row > div:last-child { border-bottom: 0; }
  .image-note { right: 8px; bottom: 8px; padding: 12px 14px; }
  .intent-grid { grid-template-columns: 1fr; gap: 20px; }
  .problem-grid, .timeline, .coverage-grid, .choice-grid, .f-row, .footer-grid { grid-template-columns: 1fr; }
  .p-card { min-height: auto; }
  .timeline-item { min-height: auto; }
  .timeline-item > span { margin-bottom: 20px; }
  .coverage-grid div, .coverage-grid div:nth-child(2n), .coverage-grid div:nth-child(3n), .coverage-grid div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .coverage-grid div:last-child { border-bottom: 0; }
  .lead-form-wrapper { padding: 24px 18px; }
  .form-actions { align-items: stretch; flex-direction: column-reverse; }
  .form-actions .btn { width: 100%; }
  .footer-grid > div:last-of-type { grid-column: auto; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 56px; min-width: 56px; height: 56px; padding: 0 14px; }
  .whatsapp-float span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
