:root {
  --ink: #002e45;
  --ink-2: #08465d;
  --mint: #bdffca;
  --mint-2: #78e9a2;
  --paper: #f7fbfa;
  --white: #ffffff;
  --text: #173b4b;
  --muted: #5d7681;
  --line: #dce9e8;
  --shadow: 0 24px 70px rgba(0, 46, 69, .13);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--mint-2), var(--mint), #d9ffe1); z-index: 100; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.section { padding: 96px 0; }
.section-soft { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--white); }
.eyebrow { margin: 0 0 12px; color: #0a7b52; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--mint); }
h1, h2, h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; margin: 0; }
.section-dark h2, .section-dark h3 { color: var(--white); }
h1 { font-size: clamp(2.8rem, 6vw, 5.3rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.65rem); }
h3 { font-size: 1.35rem; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.7; }
.section-dark .lead { color: #c7d9df; }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.section-heading p:last-child { margin-bottom: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 12px 22px; color: var(--ink); background: var(--mint); font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(74, 217, 130, .22); background: #a9f9b9; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: #06435c; }
.button-outline { color: var(--ink); background: transparent; border-color: rgba(0,46,69,.22); }
.button-outline:hover { box-shadow: none; background: rgba(0,46,69,.04); }
.button-white { color: var(--ink); background: var(--white); }
.text-link { font-weight: 800; color: var(--ink); }
.text-link::after { content: " →"; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: box-shadow .2s, border-color .2s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(0,46,69,.06); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 1.55rem; font-weight: 900; letter-spacing: -.05em; }
.brand-mark { width: 34px; height: 34px; border-radius: 11px; display: grid; place-items: center; background: var(--ink); color: var(--mint); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-mark svg { width: 21px; height: 21px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-weight: 700; color: #345766; }
.main-nav a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-login { padding: 10px 12px; font-weight: 800; }
.menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); background: white; color: var(--ink); }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 76px 0 100px; background: radial-gradient(circle at 78% 0%, rgba(189,255,202,.65), transparent 34%), linear-gradient(180deg, #f7fffa 0%, #fff 80%); }
.hero::after { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; right: -180px; bottom: -180px; border: 48px solid rgba(189,255,202,.28); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 68px; }
.hero-copy { max-width: 610px; }
.hero h1 span { color: #0b8c5e; }
.hero-copy .lead { max-width: 590px; margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { display: flex; flex-wrap: wrap; gap: 15px; margin: 20px 0 0; color: #53717e; font-size: .9rem; font-weight: 650; }
.microcopy span::before { content: "✓"; color: #068457; font-weight: 900; margin-right: 6px; }
.hero-visual { position: relative; min-height: 500px; }
.visual-glow { position: absolute; inset: 10% 6% 8%; border-radius: 50%; background: rgba(116,238,158,.38); filter: blur(50px); }
.product-window { position: absolute; inset: 32px 0 34px 34px; overflow: hidden; border: 1px solid rgba(0,46,69,.12); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.product-window > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 5; opacity: 0; transition: opacity .25s; }
.product-window.has-image > img { opacity: 1; }
.window-top { height: 58px; display: flex; align-items: center; gap: 7px; padding: 0 20px; border-bottom: 1px solid var(--line); }
.window-dot { width: 9px; height: 9px; border-radius: 50%; background: #d6e5e3; }
.window-title { margin-left: 10px; font-size: .78rem; font-weight: 800; color: #627d88; }
.dashboard { display: grid; grid-template-columns: 150px 1fr; height: calc(100% - 58px); }
.dash-side { padding: 22px 16px; color: #bdd2da; background: var(--ink); }
.dash-logo { color: white; font-weight: 900; margin-bottom: 26px; }
.dash-nav { height: 10px; border-radius: 5px; margin: 14px 0; background: rgba(255,255,255,.13); }
.dash-nav.active { background: var(--mint); width: 80%; }
.dash-main { padding: 24px; background: #f7fbfa; }
.dash-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.dash-head strong { display: block; color: var(--ink); font-size: 1.05rem; }
.dash-head small { color: var(--muted); }
.dash-pill { border-radius: 999px; padding: 7px 11px; color: #08744f; background: #d9ffe3; font-size: .7rem; font-weight: 800; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.stat { padding: 14px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.stat b { display: block; color: var(--ink); font-size: 1.35rem; line-height: 1.1; }
.stat span { color: var(--muted); font-size: .68rem; }
.map-card { position: relative; height: 145px; overflow: hidden; border-radius: 18px; background: repeating-linear-gradient(25deg, #e9f3f1 0 22px, #dfecea 22px 24px); }
.map-card::before, .map-card::after { content: ""; position: absolute; border-radius: 50%; background: var(--ink); border: 6px solid rgba(189,255,202,.86); box-shadow: 0 5px 18px rgba(0,46,69,.22); }
.map-card::before { width: 15px; height: 15px; left: 28%; top: 34%; }
.map-card::after { width: 12px; height: 12px; right: 24%; bottom: 24%; }
.floating-proof { position: absolute; right: -18px; bottom: 0; z-index: 10; width: 230px; padding: 17px; border: 1px solid rgba(0,46,69,.12); border-radius: 18px; background: white; box-shadow: 0 18px 40px rgba(0,46,69,.14); }
.proof-top { display: flex; align-items: center; gap: 12px; }
.proof-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--mint); color: var(--ink); font-weight: 900; }
.floating-proof strong { color: var(--ink); font-size: .85rem; }
.floating-proof small { display: block; color: var(--muted); font-size: .72rem; }

.trust-row { display: grid; grid-template-columns: 1.25fr repeat(4, 1fr); gap: 18px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); color: #5e7883; }
.trust-row strong { color: var(--ink); }
.trust-item { display: flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 700; }
.trust-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #087a52; background: #e3ffe9; font-size: .8rem; }

.problem-grid, .feature-grid, .segment-grid, .pricing-grid, .blog-grid { display: grid; gap: 20px; }
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.problem-card { min-height: 250px; padding: 30px; border-radius: var(--radius); border: 1px solid var(--line); background: white; }
.problem-card .number { display: block; color: #83a099; font-size: .8rem; font-weight: 900; letter-spacing: .12em; }
.problem-card h3 { margin: 52px 0 12px; }
.problem-card p { color: var(--muted); margin: 0; }

.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.14); }
.flow-step { position: relative; min-height: 270px; padding: 30px 28px; background: var(--ink); }
.flow-step::after { content: "→"; position: absolute; right: -13px; top: 31px; z-index: 2; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-weight: 900; }
.flow-step:last-child::after { display: none; }
.flow-index { color: var(--mint); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.flow-step h3 { margin: 70px 0 12px; }
.flow-step p { margin: 0; color: #b9ced6; font-size: .96rem; }

.feature-row { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; margin-top: 82px; }
.feature-row:first-of-type { margin-top: 0; }
.feature-row:nth-child(even) .feature-copy { order: 2; }
.feature-copy ul { list-style: none; padding: 0; margin: 28px 0; }
.feature-copy li { position: relative; padding: 9px 0 9px 32px; font-weight: 650; }
.feature-copy li::before { content: "✓"; position: absolute; left: 0; top: 9px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #ddffe4; color: #08784f; font-size: .75rem; font-weight: 900; }
.media-card { position: relative; min-height: 430px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, #e6fff0, #d5edea); border: 1px solid #cfe2df; }
.media-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 4; opacity: 0; transition: opacity .25s; }
.media-card.has-image > img { opacity: 1; }
.phone { width: 220px; height: 390px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-4deg); border: 8px solid var(--ink); border-radius: 38px; background: white; box-shadow: 0 28px 48px rgba(0,46,69,.2); overflow: hidden; }
.phone-notch { width: 75px; height: 18px; margin: 0 auto; border-radius: 0 0 13px 13px; background: var(--ink); }
.phone-screen { padding: 20px 16px; }
.phone-screen small { color: var(--muted); }
.face-ring { width: 120px; height: 120px; margin: 28px auto 22px; border: 5px solid var(--mint-2); border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: #eef9f7; font-size: 2.7rem; }
.clock-button { margin-top: 34px; border-radius: 14px; padding: 12px; text-align: center; color: white; background: var(--ink); font-weight: 800; }
.service-sheet { position: absolute; inset: 44px 34px; padding: 25px; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.service-sheet h3 { font-size: 1.2rem; }
.check-row { display: flex; align-items: center; gap: 10px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #486773; font-size: .88rem; }
.check { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 7px; background: var(--mint); color: var(--ink); font-size: .72rem; font-weight: 900; }
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.photo-strip span { aspect-ratio: 1; border-radius: 10px; background: linear-gradient(145deg, #cae1df, #eff8f7); }
.report-paper { position: absolute; inset: 38px 42px; padding: 28px; border-radius: 4px; background: white; box-shadow: var(--shadow); transform: rotate(2deg); }
.report-bar { height: 8px; margin: 13px 0; border-radius: 4px; background: #dce9e7; }
.report-bar.short { width: 58%; }
.report-sign { margin-top: 45px; padding-top: 14px; border-top: 1px solid #91aaa6; font-family: cursive; color: var(--ink); font-size: 1.35rem; }

.segment-grid { grid-template-columns: 1.15fr .85fr .85fr; }
.segment-card { position: relative; min-height: 360px; overflow: hidden; padding: 30px; border-radius: var(--radius); color: white; background: var(--ink); }
.segment-card:nth-child(2) { color: var(--ink); background: var(--mint); }
.segment-card:nth-child(3) { color: var(--ink); background: #dbecea; }
.segment-card h3 { color: inherit; margin-top: 155px; font-size: 1.55rem; }
.segment-card p { opacity: .82; margin-bottom: 0; }
.segment-line { position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); height: 100px; border: 1px solid currentColor; opacity: .2; border-radius: 50% 50% 20px 20px; transform: rotate(-5deg); }

.quote-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.quote-photo { position: relative; min-height: 460px; overflow: hidden; border-radius: 30px; background: linear-gradient(145deg, var(--mint), #d8ece9); }
.quote-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; }
.quote-photo.has-image > img { opacity: 1; }
.quote-photo::after { content: "“"; position: absolute; right: 28px; bottom: -50px; color: rgba(0,46,69,.18); font-family: Georgia, serif; font-size: 15rem; line-height: 1; }
.quote-mark { color: #0c9163; font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
blockquote { margin: 10px 0 24px; color: var(--ink); font-size: clamp(1.55rem, 3vw, 2.45rem); line-height: 1.35; font-weight: 750; letter-spacing: -.025em; }
.quote-author strong { display: block; color: var(--ink); }
.quote-author span { color: var(--muted); }

.pricing-grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card { position: relative; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.price-card.featured { border: 2px solid var(--ink); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: 0; right: 24px; transform: translateY(-50%); border-radius: 999px; padding: 7px 12px; color: var(--ink); background: var(--mint); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.plan { color: var(--ink); font-size: .9rem; font-weight: 900; letter-spacing: .1em; }
.price { display: flex; align-items: flex-end; gap: 4px; color: var(--ink); margin: 20px 0 4px; }
.price strong { font-size: 3.1rem; line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); }
.price-card ul { min-height: 215px; list-style: none; padding: 0; margin: 28px 0; }
.price-card li { padding: 7px 0; color: #466774; }
.price-card li::before { content: "✓"; color: #078257; font-weight: 900; margin-right: 9px; }
.price-card .button { width: 100%; }
.annual-note { margin-top: 28px; text-align: center; color: var(--muted); }

.lead-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding: 60px; border-radius: 32px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.lead-panel h2 { color: white; }
.lead-panel .lead { color: #c5d9df; }
.contact-details { display: grid; gap: 10px; margin-top: 28px; color: #d4e5ea; }
.lead-form { padding: 26px; border-radius: 22px; background: white; color: var(--text); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink); font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #cfe0de; border-radius: 12px; padding: 10px 12px; color: var(--ink); background: white; outline: none; }
.field textarea { min-height: 90px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #0b8d61; box-shadow: 0 0 0 3px rgba(11,141,97,.12); }
.honeypot { position: absolute !important; left: -9999px !important; }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 16px 0; color: #647d87; font-size: .76rem; line-height: 1.45; }
.consent input { margin-top: 3px; }
.lead-form .button { width: 100%; border: 0; }
.form-message { margin: 12px 0 0; font-size: .86rem; }
.form-message.error { color: #b42318; }
.employee-notice { margin: 12px 0; padding: 12px; border-radius: 10px; color: #664d03; background: #fff4ce; font-size: .84rem; }
.lead-success { padding: 36px; border-radius: 22px; text-align: center; color: var(--ink); background: white; }
.success-icon { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--mint); font-size: 1.5rem; font-weight: 900; }
.lead-success p { color: var(--muted); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 1.45rem; font-weight: 500; }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; max-width: 700px; padding: 0 0 22px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

.blog-grid { grid-template-columns: repeat(3, 1fr); }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; }
.post-cover { aspect-ratio: 16 / 9; display: flex; align-items: flex-end; padding: 22px; color: var(--ink); background: linear-gradient(135deg, var(--mint), #d7eeeb); }
.post-cover span { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.post-body { padding: 24px; }
.post-body h3 { margin-bottom: 10px; }
.post-body p { color: var(--muted); }

.page-hero { padding: 82px 0; background: radial-gradient(circle at 85% 10%, rgba(189,255,202,.75), transparent 30%), var(--paper); }
.page-hero .container { display: grid; grid-template-columns: 1fr .75fr; gap: 70px; align-items: center; }
.page-hero h1 { font-size: clamp(2.55rem, 5vw, 4.7rem); }
.page-hero .lead { margin: 22px 0 28px; }
.page-badge { min-height: 310px; display: grid; place-items: center; border-radius: 30px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.page-badge strong { font-size: clamp(3rem, 6vw, 5rem); letter-spacing: -.07em; }
.article { padding: 78px 0; }
.article h2 { margin: 50px 0 18px; font-size: clamp(1.8rem, 3.5vw, 2.7rem); }
.article h3 { margin: 34px 0 10px; }
.article p, .article li { color: #415f6b; }
.article a { color: #087a52; text-decoration: underline; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: var(--muted); font-size: .9rem; }
.legal { padding: 70px 0; }
.legal h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.legal h2 { margin-top: 42px; font-size: 1.7rem; }

.site-footer { padding: 64px 0 28px; color: #c1d5dc; background: #001f2f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 44px; }
.site-footer .brand { color: white; }
.footer-about { max-width: 300px; color: #9fb9c3; }
.footer-title { margin: 0 0 14px; color: white; font-size: .84rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 9px; }
.footer-links a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #86a5b0; font-size: .82rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .main-nav, .nav-actions { display: none; }
  .menu-button { display: block; }
  .menu-open .main-nav { position: absolute; top: 78px; left: 20px; right: 20px; display: grid; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow); }
  .menu-open .main-nav a { padding: 12px; }
  .hero-grid, .page-hero .container { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 470px; }
  .trust-row { grid-template-columns: repeat(2, 1fr); }
  .trust-row strong { grid-column: 1 / -1; }
  .problem-grid, .pricing-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .flow { grid-template-columns: 1fr 1fr; }
  .flow-step:nth-child(2)::after { display: none; }
  .feature-row, .quote-wrap, .lead-panel { grid-template-columns: 1fr; }
  .feature-row:nth-child(even) .feature-copy { order: initial; }
  .segment-grid { grid-template-columns: 1fr 1fr; }
  .segment-card:first-child { grid-column: 1 / -1; }
  .price-card.featured { transform: none; }
  .lead-panel { padding: 42px; gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .nav-wrap { min-height: 70px; }
  .menu-open .main-nav { top: 70px; }
  .brand { font-size: 1.35rem; }
  .hero { padding: 48px 0 70px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero-grid { gap: 40px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 390px; }
  .product-window { inset: 18px 0 28px 0; }
  .dashboard { grid-template-columns: 90px 1fr; }
  .dash-side { padding: 18px 10px; }
  .dash-main { padding: 15px; }
  .stat-row { gap: 5px; }
  .stat { padding: 9px; }
  .stat b { font-size: 1rem; }
  .floating-proof { right: 8px; width: 205px; }
  .trust-row, .problem-grid, .pricing-grid, .blog-grid, .segment-grid { grid-template-columns: 1fr; }
  .trust-row strong, .segment-card:first-child { grid-column: auto; }
  .flow { grid-template-columns: 1fr; }
  .flow-step { min-height: 220px; }
  .flow-step::after { display: none; }
  .flow-step h3 { margin-top: 45px; }
  .feature-row { gap: 34px; margin-top: 64px; }
  .media-card { min-height: 360px; }
  .quote-photo { min-height: 340px; }
  .lead-panel { padding: 28px 20px; border-radius: 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 45; display: flex; box-shadow: 0 14px 38px rgba(0,46,69,.28); }
  .mobile-cta .button { width: 100%; }
  body { padding-bottom: 75px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
