@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');
@import url('/coverage-map-v2.css');

:root {
  --navy: #071a2d;
  --navy-2: #0d253b;
  --navy-3: #133149;
  --teal: #76d8cc;
  --teal-dark: #398f88;
  --paper: #f6f8f6;
  --white: #ffffff;
  --ink: #102334;
  --muted: #617181;
  --line: #dfe7e5;
  --shadow: 0 24px 70px rgba(4, 25, 43, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.65 Inter, system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, summary, select { -webkit-tap-highlight-color: transparent; }
h1, h2, h3 { margin: 0; font-family: Manrope, Inter, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow, .card-kicker { margin-bottom: 16px; color: var(--teal-dark); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--teal); }
.section { padding: 112px 0; }
.section-sm { padding: 78px 0; }
.section-dark { background: var(--navy); color: var(--white); }
.section-tint { background: #edf3f1; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 48px; }
.section-head > div { max-width: 760px; }
.section-head p:last-child { max-width: 520px; color: var(--muted); }
.section-dark .section-head p:last-child { color: #b8c6cf; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.06rem, 1.7vw, 1.25rem); }
.answer { max-width: 780px; font-size: 1.08rem; color: var(--muted); }

.site-header { position: absolute; z-index: 80; top: 0; left: 0; width: 100%; color: var(--white); transition: .25s ease; }
.site-header.scrolled { position: fixed; background: rgba(7,26,45,.94); box-shadow: 0 8px 30px rgba(0,0,0,.14); backdrop-filter: blur(16px); }
.nav-shell { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 700; white-space: nowrap; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--teal); color: var(--navy); font-size: .9rem; font-weight: 800; box-shadow: 0 0 0 1px rgba(255,255,255,.15); }
.brand-name { font-size: .96rem; }
.desktop-nav { display: flex; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; color: #cfdae1; font-size: .9rem; font-weight: 500; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--white); }
.desktop-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--teal); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { color: var(--teal); font-size: .86rem; font-weight: 600; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { width: 46px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 5px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; list-style: none; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; height: 2px; background: var(--white); }
.mobile-menu nav { position: absolute; top: 78px; right: 20px; width: min(330px, calc(100vw - 40px)); display: grid; padding: 16px; background: var(--white); color: var(--navy); border-radius: 16px; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 12px; border-bottom: 1px solid var(--line); }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding-inline: 18px; font-size: .86rem; }
.btn-primary { background: var(--teal); color: var(--navy); }
.btn-primary:hover { background: #91e6dc; }
.btn-secondary { border-color: rgba(255,255,255,.38); color: var(--white); background: rgba(255,255,255,.04); }
.section:not(.section-dark) .btn-secondary, .cta-band .btn-secondary { color: var(--navy); border-color: #9ba9b2; }
.btn:disabled { opacity: .55; cursor: wait; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--teal-dark); font-weight: 700; }
.text-link:hover { color: var(--navy); }

.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,45,.98) 0%, rgba(7,26,45,.88) 46%, rgba(7,26,45,.38) 100%), url('/assets/hero.jpg') center/cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 84%, rgba(118,216,204,.13), transparent 35%); }
.hero-content { position: relative; z-index: 2; max-width: 920px; padding: 156px 0 72px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 9px 14px; border: 1px solid rgba(118,216,204,.28); border-radius: 999px; background: rgba(118,216,204,.08); color: var(--teal); font-size: .76rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.hero-badge::before { content: ""; width: 8px; height: 8px; border: 2px solid var(--teal); border-radius: 50%; }
.hero h1 { max-width: 960px; }
.hero h1 em { color: var(--teal); font-style: normal; }
.hero .entity-statement { max-width: 740px; margin: 28px 0 34px; color: #c4d0d8; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero .micro { margin-top: 20px; color: #91a5b2; font-size: .86rem; }

.stats { position: relative; z-index: 3; margin: 0; padding: 28px 0 36px; background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: var(--navy-2); color: var(--white); box-shadow: var(--shadow); }
.stat { padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.stat:last-child { border: 0; }
.stat strong { display: block; margin-bottom: 6px; color: var(--teal); font: 800 clamp(1.8rem, 3vw, 2.7rem)/1 Manrope, sans-serif; }
.stat span { color: #aebfc9; font-size: .86rem; }

.solution-section { background: #f1f5f6; }
.solution-heading { max-width: 900px; margin-bottom: 52px; }
.solution-heading h2 { margin-bottom: 22px; }
.finder { display: grid; grid-template-columns: .82fr 1.18fr; gap: 30px; align-items: stretch; }
.finder-choices { display: grid; gap: 12px; }
.finder-choice { width: 100%; min-height: 72px; display: grid; grid-template-columns: 34px 1fr 24px; gap: 14px; align-items: center; padding: 14px 20px; border: 1px solid #d5e0e4; border-radius: 14px; background: var(--white); color: var(--ink); text-align: left; font: 700 1rem/1.3 Manrope, Inter, sans-serif; cursor: pointer; box-shadow: 0 3px 14px rgba(7,26,45,.025); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease, background .2s ease; }
.finder-choice:hover { transform: translateY(-2px); border-color: #8ccbc5; box-shadow: 0 10px 28px rgba(7,26,45,.08); }
.finder-choice:focus-visible { outline: 3px solid rgba(57,143,136,.2); outline-offset: 2px; }
.finder-choice.is-selected { border-color: var(--teal-dark); background: #eef9f7; box-shadow: 0 0 0 1px var(--teal-dark); }
.solution-icon { width: 30px; height: 30px; display: grid; place-items: center; color: var(--teal-dark); font: 800 1.25rem/1 Manrope, sans-serif; }
.choice-arrow { color: #9aabb4; font-size: 1.1rem; opacity: 0; transform: translateX(-5px); transition: .2s ease; }
.finder-choice:hover .choice-arrow, .finder-choice.is-selected .choice-arrow { opacity: 1; transform: none; color: var(--teal-dark); }
.finder-result { min-height: 100%; display: flex; gap: 20px; align-items: center; padding: clamp(32px, 5vw, 64px); border: 1px solid #d5e0e4; border-radius: 18px; background: var(--white); box-shadow: 0 8px 30px rgba(7,26,45,.035); }
.finder-result .result-icon { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; color: var(--teal-dark); font: 800 2rem/1 Manrope, sans-serif; }
.finder-result h3 { margin-bottom: 14px; font-size: clamp(1.5rem, 2.3vw, 2.15rem); }
.finder-result p { max-width: 660px; margin: 0; color: var(--muted); font-size: 1.04rem; }
.finder-result .result-kicker { margin-bottom: 10px; color: var(--teal-dark); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.finder-result .btn { margin-top: 26px; }
.finder-result.has-result { align-items: flex-start; background: linear-gradient(145deg, #fff 0%, #f3fbf9 100%); }

.card-grid { display: grid; gap: 22px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 40px rgba(5,28,45,.06); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-media { display: block; height: 210px; overflow: hidden; background: #dce7e4; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.service-card:hover .card-media img { transform: scale(1.04); }
.card-body { padding: 25px; }
.card-body h3 { margin-bottom: 12px; }
.card-body > p:not(.card-kicker) { min-height: 78px; color: var(--muted); font-size: .94rem; }
.card-kicker { margin-bottom: 9px; font-size: .66rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: center; }
.visual-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; background: var(--navy-2); box-shadow: var(--shadow); }
.visual-card img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.visual-note { position: absolute; right: 22px; bottom: 22px; max-width: 290px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(7,26,45,.88); color: var(--white); backdrop-filter: blur(12px); }
.check-list { display: grid; gap: 15px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 13px; }
.check-list li::before { content: "✓"; flex: 0 0 26px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(118,216,204,.2); color: var(--teal-dark); font-weight: 800; }
.section-dark .check-list li::before { color: var(--teal); }

.compare-wrap { position: relative; min-height: 500px; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.compare-wrap > img, .compare-after img { width: 100%; min-height: 500px; object-fit: cover; }
.compare-after { position: absolute; inset: 0 auto 0 0; width: 50%; overflow: hidden; border-right: 3px solid var(--teal); }
.compare-after img { width: 1180px; max-width: none; }
.compare-label { position: absolute; z-index: 3; top: 20px; padding: 8px 12px; border-radius: 999px; background: rgba(7,26,45,.88); color: var(--white); font-size: .78rem; font-weight: 700; }
.compare-label.before { right: 20px; }.compare-label.after { left: 20px; }
.compare-wrap input { position: absolute; z-index: 4; left: 5%; right: 5%; bottom: 24px; width: 90%; accent-color: var(--teal); }

.feature-grid, .industry-grid, .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.industry-grid-six { grid-template-columns: repeat(3, 1fr); }
.feature, .industry-card, .process-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.section-dark .feature { border-color: rgba(255,255,255,.1); background: var(--navy-2); }
.feature h3, .industry-card h3, .process-card h3 { margin-bottom: 12px; }
.feature p, .industry-card p, .process-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.section-dark .feature p { color: #aec0ca; }
.process-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--teal); color: var(--navy); font: 800 1rem Manrope, sans-serif; }

.states { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0 32px; }
.state-pill { padding: 9px 14px; border: 1px solid rgba(118,216,204,.28); border-radius: 999px; color: var(--teal); font-size: .85rem; }
.coverage-exact { position: relative; overflow: hidden; border: 1px solid rgba(118,216,204,.12); border-radius: 28px; background: var(--navy); box-shadow: var(--shadow); }
.coverage-exact .coverage-map-image { width: 100%; min-height: 0; aspect-ratio: 1672 / 941; background-repeat: no-repeat; background-size: 100% 100%; background-position: center; -webkit-mask-image: none; mask-image: none; }
.coverage-hotspot { position: absolute; z-index: 2; left: 4.55%; bottom: 11.85%; width: 23%; height: 8.1%; border-radius: 999px; }
.coverage-hotspot:focus-visible { outline: 3px solid var(--white); outline-offset: 4px; }

.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; list-style: none; font-family: Manrope, sans-serif; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--teal-dark); font-size: 1.5rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { max-width: 760px; padding: 0 0 24px; color: var(--muted); }

.page-hero { padding: 184px 0 96px; background: radial-gradient(circle at 85% 20%, rgba(118,216,204,.14), transparent 30%), var(--navy); color: var(--white); }
.page-hero .shell { max-width: 1060px; }
.page-hero h1 { max-width: 980px; font-size: clamp(2.7rem, 5.6vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 790px; margin-top: 26px; color: #c0cdd5; font-size: clamp(1.04rem, 1.8vw, 1.22rem); }
.breadcrumbs { display: flex; gap: 9px; padding-top: 26px; color: var(--muted); font-size: .82rem; }
.breadcrumbs a:hover { color: var(--teal-dark); }
.service-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.service-image { overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.service-image img { width: 100%; aspect-ratio: 1.18; object-fit: cover; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 30px; }
.benefit { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); font-weight: 600; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.lead-form { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: var(--navy-2); color: var(--white); box-shadow: var(--shadow); }
.lead-form.compact { padding: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 8px; color: #ced8de; font-size: .82rem; font-weight: 600; }
.form-grid .wide { grid-column: 1 / -1; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.17); border-radius: 12px; outline: 0; background: rgba(255,255,255,.06); color: var(--white); }
.select-shell { position: relative; display: block; }
.select-shell::after { content: "⌄"; position: absolute; right: 17px; top: 50%; color: var(--teal); font-size: 1.15rem; line-height: 1; pointer-events: none; transform: translateY(-60%); }
.lead-form select { appearance: none; -webkit-appearance: none; padding-right: 48px; background-color: rgba(255,255,255,.06); color-scheme: dark; cursor: pointer; }
.lead-form select option { background: var(--navy-2); color: var(--white); }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(118,216,204,.13); }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: #8ba0ad; }
.consent { display: flex; align-items: center; gap: 11px; width: fit-content; margin: 20px 0; color: #aebec7; font-size: .8rem; line-height: 1.45; cursor: pointer; }
.consent input { width: 18px; min-width: 18px; min-height: 18px; flex: 0 0 18px; margin: 0; padding: 0; accent-color: var(--teal); cursor: pointer; }
.consent span { display: block; }
.form-status { min-height: 24px; margin: 14px 0 0; font-size: .84rem; }
.form-status.success { color: var(--teal); }.form-status.error { color: #ffb5b5; }
.honeypot { position: absolute; left: -10000px; }

.cta-band { padding: 78px 0; background: var(--teal); color: var(--navy); }
.cta-inner { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.cta-inner > div:first-child { max-width: 720px; }
.cta-inner .eyebrow { color: var(--navy); opacity: .7; }
.cta-inner p:last-child { margin: 14px 0 0; }

.site-footer { padding-top: 76px; background: #041522; color: #aebdc6; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 44px; }
.footer-brand { margin-bottom: 20px; color: var(--white); }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 9px; }
.footer-grid a:hover { color: var(--teal); }
.footer-phone { display: block; margin: 18px 0; color: var(--teal); font-weight: 700; }
.fine { max-width: 360px; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 18px; }
.mobile-call { display: none; }

.legal { max-width: 820px; }
.legal h2 { margin: 46px 0 14px; font-size: 1.6rem; }.legal p, .legal li { color: var(--muted); }
.empty-booking { padding: 36px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.cal-frame { min-height: 730px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.cal-frame iframe { width: 100%; min-height: 730px; border: 0; }
.booking-heading { max-width: 820px; margin: 0 auto 44px; text-align: center; }
.booking-heading .lede { margin: 22px auto 0; color: #b8c6cf; }
.homepage-cal { border-color: rgba(255,255,255,.15); box-shadow: 0 28px 80px rgba(0,0,0,.2); }

.contact-page { min-height: 100vh; display: flex; align-items: center; padding: 168px 0 108px; background: radial-gradient(circle at 82% 18%, rgba(118,216,204,.07), transparent 28%), var(--navy); }
.contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(56px, 7vw, 110px); align-items: center; }
.contact-copy { max-width: 590px; }
.contact-copy h1 { max-width: 620px; font-size: clamp(3rem, 5.3vw, 5.2rem); }
.contact-copy .lede { margin-top: 28px; color: #b8c6cf; }
.contact-copy .check-list { margin-top: 34px; }
.contact-form-wrap { width: 100%; max-width: 650px; justify-self: end; }
.contact-form-wrap .lead-form { padding: clamp(26px, 3vw, 40px); }

.crm-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 30px; }
.crm-stat { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.crm-stat strong { display: block; font: 800 2rem Manrope, sans-serif; color: var(--navy); }
.crm-toolbar { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.crm-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.crm-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.crm-table th, .crm-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .84rem; }
.crm-table th { background: #edf3f1; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.crm-table select { padding: 7px 10px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #e3f5f2; color: #216f69; font-size: .72rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .desktop-nav, .phone-link { display: none; }
  .nav-actions { margin-left: auto; }
  .feature-grid, .industry-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }.section-sm { padding: 56px 0; }
  .nav-shell { min-height: 74px; }.brand-mark { width: 42px; height: 42px; }.brand-name { font-size: .8rem; }
  .nav-actions { display: none; }.mobile-menu { display: block; }
  .hero { min-height: 100vh; min-height: 100svh; }.hero-content { padding: 128px 0 72px; }
  .hero-actions .btn { width: 100%; }.hero .btn-secondary { color: var(--white); }
  .stats { margin: 0; padding: 22px 0 30px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.stat { padding: 22px 18px; }.stat:nth-child(2) { border-right: 0; }.stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .finder, .split, .service-intro { grid-template-columns: 1fr; }.finder-result { min-height: 360px; }
  .section-head, .cta-inner { display: grid; align-items: start; }
  .service-grid, .related-grid, .feature-grid, .industry-grid, .process-grid { grid-template-columns: 1fr; }
  .card-body > p:not(.card-kicker) { min-height: 0; }
  .visual-card, .visual-card img { min-height: 380px; }
  .coverage-exact { border-radius: 18px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }.form-grid .wide { grid-column: auto; }.lead-form { padding: 24px 18px; }
  .page-hero { padding: 144px 0 72px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .mobile-call { position: fixed; z-index: 70; right: 14px; bottom: 14px; display: inline-flex; padding: 12px 18px; border-radius: 999px; background: var(--teal); color: var(--navy); font-weight: 800; box-shadow: var(--shadow); }
  .crm-summary { grid-template-columns: repeat(2, 1fr); }
  .solution-heading { margin-bottom: 34px; }.finder { gap: 20px; }.finder-choice { min-height: 66px; padding: 12px 14px; }.finder-result { min-height: 320px; padding: 28px 22px; align-items: flex-start; }.homepage-cal, .homepage-cal iframe { min-height: 680px; }
  .contact-page { padding: 132px 0 74px; }.contact-layout { grid-template-columns: 1fr; gap: 48px; }.contact-copy, .contact-form-wrap { max-width: none; }.contact-copy h1 { font-size: clamp(2.75rem, 12vw, 4.4rem); }
}

@media (max-width: 420px) {
  .brand-name { display: none; }.stats-grid, .footer-grid, .crm-summary { grid-template-columns: 1fr; }.stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  /* Coverage artwork scales as one exact panel. */
}