:root {
  --ink: #08201e; --ink-soft: #173a36; --paper: #f6f3eb; --white: #fffef9;
  --lime: #c8f25c; --lime-deep: #9dca31; --mint: #dff4e4; --muted: #667572;
  --line: rgba(8, 32, 30, .14); --max-width: 1180px; --radius: 22px;
  --font-display: "Manrope", sans-serif; --font-body: "DM Sans", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--lime); color: var(--ink); }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, label:focus-visible { outline: 3px solid var(--lime-deep); outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max-width)); margin-inline: auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.04em; line-height: 1.08; }
.section { padding: 112px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: var(--ink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; background: var(--lime-deep); }
.eyebrow.light { color: var(--lime); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: var(--lime); box-shadow: 0 12px 34px rgba(157, 202, 49, .18); }
.btn-primary:hover { background: #d5ff6b; }
.btn-outline { margin-top: 22px; color: var(--white); border-color: rgba(255,255,255,.32); }
.btn-outline:hover { color: var(--ink); background: var(--white); }
.btn-light { color: var(--ink); background: var(--white); }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(246,243,235,.9); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-display); font-size: 1.13rem; font-weight: 800; letter-spacing: -.05em; }
.logo > span:last-child > span { margin-left: 2px; color: var(--muted); font-weight: 500; }
.logo-mark { display: grid; grid-template-columns: repeat(3, 4px); align-items: end; gap: 2px; width: 24px; height: 24px; padding: 5px; border-radius: 5px; background: var(--ink); }
.logo-mark i { display: block; width: 4px; border-radius: 2px; background: var(--lime); }
.logo-mark i:nth-child(1) { height: 7px; } .logo-mark i:nth-child(2) { height: 14px; } .logo-mark i:nth-child(3) { height: 10px; }
.main-nav ul { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.main-nav a { font-size: .9rem; font-weight: 600; }
.main-nav a:not(.nav-cta):hover { color: var(--lime-deep); }
.main-nav .nav-cta { padding: 11px 17px; border-radius: 8px; color: var(--white); background: var(--ink); }
.menu-toggle, .menu-toggle-label { display: none; }
.hero { position: relative; overflow: hidden; padding: 100px 0 92px; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background-image: linear-gradient(rgba(8,32,30,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,32,30,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.35rem); font-weight: 700; letter-spacing: -.065em; }
.hero h1 em { color: var(--ink-soft); font-style: normal; }
.hero-subtitle { max-width: 650px; margin-bottom: 35px; color: var(--muted); font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 10px 0; border-bottom: 1px solid var(--ink); font-weight: 600; }
.text-link span { margin-left: 8px; }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 54px; color: var(--muted); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-proof i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime-deep); }
.process-visual { position: relative; min-height: 500px; padding: 62px 42px 36px; border: 1px solid rgba(255,255,255,.08); border-radius: 30px; background: var(--ink); box-shadow: 0 32px 80px rgba(8,32,30,.2); }
.process-visual::before { position: absolute; right: -70px; bottom: -90px; width: 280px; height: 280px; border-radius: 50%; content: ""; background: rgba(200,242,92,.12); }
.visual-label { position: absolute; top: 24px; left: 29px; color: rgba(255,255,255,.5); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.flow-card { position: relative; z-index: 2; display: grid; grid-template-columns: 42px 1fr 14px; align-items: center; gap: 15px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; color: var(--white); background: rgba(255,255,255,.07); }
.flow-card small, .mini-card small { display: block; color: rgba(255,255,255,.52); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.flow-card strong, .mini-card strong { display: block; margin-top: 2px; font-size: .88rem; }
.flow-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 9px; color: var(--ink); background: var(--lime); font-size: .72rem; font-weight: 800; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,242,92,.12); }
.flow-main { border-color: rgba(200,242,92,.38); background: rgba(200,242,92,.09); }
.pulse { width: 10px; height: 10px; border: 2px solid var(--lime); border-radius: 50%; animation: pulse 1.8s infinite; }
.flow-line { display: flex; justify-content: center; height: 48px; } .flow-line span { width: 1px; background: linear-gradient(var(--lime), rgba(200,242,92,.25)); }
.flow-split { position: relative; width: 55%; height: 48px; margin: auto; border-top: 1px solid rgba(200,242,92,.5); border-inline: 1px solid rgba(200,242,92,.5); }
.flow-split::before { position: absolute; top: -48px; left: 50%; width: 1px; height: 48px; content: ""; background: rgba(200,242,92,.5); }
.flow-results { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.mini-card { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: var(--white); background: rgba(255,255,255,.055); }
.mini-card > span { position: absolute; top: 15px; right: 15px; color: var(--lime); }
.visual-note { position: absolute; bottom: 12px; left: 42px; margin: 0; color: rgba(255,255,255,.46); font-size: .72rem; } .visual-note span { color: var(--lime); }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(200,242,92,.28); } 50% { box-shadow: 0 0 0 8px rgba(200,242,92,0); } }
.problem-strip { padding: 25px 0; color: var(--white); background: var(--ink-soft); }
.strip-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.strip-grid p, .strip-grid strong { margin: 0; font-size: .85rem; } .strip-grid p { color: rgba(255,255,255,.58); } .strip-grid strong { color: var(--lime); }
.strip-grid ul { display: flex; justify-content: center; gap: 26px; margin: 0; padding: 0; list-style: none; font-size: .83rem; } .strip-grid li::before { margin-right: 8px; color: var(--lime); content: "×"; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .about-statement h2, .method-intro h2, .contact-panel h2 { margin-bottom: 0; font-size: clamp(2.35rem, 4.2vw, 4rem); }
.section-heading > p { max-width: 440px; margin-bottom: 4px; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 345px; padding: 36px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,254,249,.56); }
.service-card.featured { background: var(--mint); }
.service-card h3 { max-width: 370px; margin: 55px 0 16px; font-size: 1.75rem; }
.service-card p { max-width: 500px; color: var(--muted); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 30px; font-size: .76rem; font-weight: 600; }
.card-number { position: absolute; top: 32px; right: 34px; color: var(--lime-deep); font-family: var(--font-display); font-size: .78rem; font-weight: 800; }
.service-cta { display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--ink); }
.service-cta p { color: var(--lime); } .service-cta h3 { margin: 0 0 28px; font-size: 2.1rem; } .service-cta a { align-self: flex-start; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.card-link { display: inline-block; margin-top: 24px; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-weight: 700; }
.three-columns { grid-template-columns: repeat(3, 1fr); }
.three-columns .service-card { min-height: 390px; }
.method-section { color: var(--white); background: var(--ink); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.method-intro { position: sticky; top: 120px; align-self: start; } .method-intro > p:not(.eyebrow) { max-width: 430px; margin-top: 26px; color: rgba(255,255,255,.6); }
.steps-list { margin: 0; padding: 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 32px 0; border-top: 1px solid rgba(255,255,255,.14); }
.steps-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.steps-list > li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(200,242,92,.4); border-radius: 50%; color: var(--lime); font: 700 .72rem var(--font-display); }
.steps-list h3 { margin: 3px 0 8px; font-size: 1.45rem; } .steps-list p { margin: 0; color: rgba(255,255,255,.55); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy > p { color: var(--muted); font-size: 1.08rem; } .about-copy > p:first-child { color: var(--ink); font-size: 1.27rem; }
.values-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--line); }
.values-row strong, .values-row span { display: block; } .values-row strong { font-family: var(--font-display); } .values-row span { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.contact-section { padding: 0 0 32px; }
.contact-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; padding: 72px; border-radius: 28px; color: var(--white); background: var(--ink-soft); }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin-top: 26px; color: rgba(255,255,255,.62); }
.contact-copy > a { display: inline-block; margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid rgba(200,242,92,.5); color: var(--lime); font-weight: 600; }
.contact-form { display: grid; gap: 18px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.06); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { display: grid; gap: 7px; }
.form-field label { font-size: .78rem; font-weight: 700; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.16); border-radius: 9px; outline: none; color: var(--white); background: rgba(5,21,19,.42); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field input { height: 48px; padding: 0 14px; }
.form-field textarea { min-height: 116px; padding: 12px 14px; resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(255,255,255,.35); }
.form-field input:focus, .form-field textarea:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(200,242,92,.12); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.6); font-size: .76rem; cursor: pointer; }
.form-consent input { width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--lime); }
.form-consent a { color: var(--white); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 0; margin: -4px 0 0; font-size: .8rem; }
.form-status.success { padding: 11px 13px; border-radius: 8px; color: var(--ink); background: var(--lime); }
.form-status.error { color: #ffc7bd; }.form-status.error a { text-decoration: underline; }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { padding: 70px 0 24px; color: var(--white); background: #051513; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; padding-bottom: 58px; }
.footer-grid > div > p { max-width: 360px; margin-top: 22px; color: rgba(255,255,255,.48); }
.footer-grid nav { display: grid; align-content: start; gap: 9px; }
.footer-grid nav strong { margin-bottom: 7px; color: var(--white); font-family: var(--font-display); }
.footer-grid nav a { color: rgba(255,255,255,.55); font-size: .86rem; }
.footer-grid nav a:hover { color: var(--lime); }
.footer-social { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.12); }
.footer-social > strong { color: rgba(255,255,255,.72); font: 700 .82rem var(--font-display); }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; }
.social-links a { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 7px 11px; border-radius: 8px; color: rgba(255,255,255,.6); font-size: .78rem; font-weight: 600; transition: color .2s ease, background .2s ease; }
.social-links a:hover { color: var(--lime); background: rgba(255,255,255,.06); }
.social-icon { width: 25px; height: 25px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.5; }
.social-icon text { fill: currentColor; stroke: none; font: 700 9px Arial, sans-serif; }
.footer-main { display: flex; justify-content: space-between; align-items: center; padding-bottom: 58px; } .footer-main > p { max-width: 340px; margin: 0; color: rgba(255,255,255,.48); text-align: right; }
.logo-footer .logo-mark { background: var(--lime); } .logo-footer .logo-mark i { background: var(--ink); } .logo-footer > span:last-child > span { color: rgba(255,255,255,.5); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .75rem; } .footer-bottom p { margin: 0; } .footer-bottom nav { display: flex; gap: 22px; } .footer-bottom a:hover { color: var(--lime); }
.legal-content { max-width: 780px; padding-top: 65px; padding-bottom: 90px; }
.legal-content h1 { margin-bottom: 10px; font-size: clamp(2.4rem, 5vw, 4rem); }
.legal-content h2 { margin-top: 42px; margin-bottom: 14px; font-size: 1.45rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--ink); border-bottom: 1px solid var(--lime-deep); }
.updated-date { margin-bottom: 44px; font-size: .85rem; }
.section .legal-content { padding-top: 0; padding-bottom: 0; }
.breadcrumbs { display: flex; align-items: center; gap: 9px; padding-top: 25px; color: var(--muted); font-size: .78rem; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; }
.page-hero { position: relative; overflow: hidden; padding: 92px 0 110px; }
.page-hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background-image: linear-gradient(rgba(8,32,30,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(8,32,30,.045) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 45%, #000); }
.narrow { max-width: 850px; }
.page-hero h1, .contact-page h1, .error-page h1 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.3rem); letter-spacing: -.065em; }
.page-hero .narrow > p:not(.eyebrow), .error-page .narrow > p:not(.error-code) { max-width: 720px; margin-bottom: 35px; color: var(--muted); font-size: 1.17rem; }
.soft-section { background: var(--mint); }
.signal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.signal-grid article { padding: 31px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,254,249,.55); }
.signal-grid strong { font: 700 1.2rem var(--font-display); }
.signal-grid p { margin: 10px 0 0; color: var(--muted); }
.split-content { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.split-content h2 { font-size: clamp(2.35rem, 4.2vw, 4rem); }
.split-content > div > p:not(.eyebrow), .long-copy p { color: rgba(255,255,255,.64); font-size: 1.08rem; }
.soft-section .long-copy p, .section:not(.method-section) .long-copy p { color: var(--muted); }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 18px 0; border-top: 1px solid var(--line); font-weight: 600; }
.check-list li::before { margin-right: 12px; color: var(--lime-deep); content: "✓"; }
.compact-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 64px 72px; border-radius: 28px; color: var(--white); background: var(--ink-soft); }
.compact-cta h2 { max-width: 720px; margin-bottom: 13px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.compact-cta p:not(.eyebrow) { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); }
.compact-cta .btn { flex: 0 0 auto; }
.inline-link { display: inline-block; margin-top: 20px; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 60px 0; border-top: 1px solid rgba(255,255,255,.15); }
.timeline > li > span { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid rgba(200,242,92,.45); border-radius: 50%; color: var(--lime); font: 700 .85rem var(--font-display); }
.timeline h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.5rem); }
.timeline p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.62); }
.timeline strong { color: var(--lime); font-size: .9rem; }
.contact-page { padding: 70px 0 100px; }
.contact-page .contact-panel h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.error-page { display: grid; align-items: center; min-height: 100vh; padding: 70px 0; }
.error-code { margin: 90px 0 12px; color: var(--lime-deep); font: 800 1rem var(--font-display); letter-spacing: .15em; }
.external-channels-section { padding: 105px 0; }
.external-channels-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.external-channel-card { display: grid; align-content: start; gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,254,249,.62); }
.external-channel-card.featured-channel { background: var(--mint); }
.external-channel-card > svg { width: 38px; height: 38px; fill: none; stroke: var(--ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.external-channel-card h3 { margin-bottom: 8px; font-size: 1.5rem; }
.external-channel-card p { margin-bottom: 0; color: var(--muted); }
.external-channel-card .channel-label { margin-bottom: 9px; color: var(--lime-deep); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.external-channel-card .btn, .external-channel-card .text-link { align-self: end; justify-self: start; }
.google-review-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 22px 28px; border: 1px solid var(--line); border-radius: 13px; }
.google-review-callout p { margin: 0; color: var(--muted); }
.google-review-callout a { flex: 0 0 auto; color: var(--ink); font-weight: 700; }
.google-review-callout a:hover { color: var(--lime-deep); }
@media (max-width: 980px) {
  .hero-grid, .method-grid, .about-grid, .split-content { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; } .process-visual { max-width: 620px; width: 100%; margin: auto; }
  .strip-grid { grid-template-columns: 1fr; gap: 10px; } .strip-grid ul { justify-content: flex-start; flex-wrap: wrap; }
  .method-grid { gap: 60px; } .method-intro { position: static; }
  .contact-panel { grid-template-columns: 1fr; gap: 38px; }
  .three-columns { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
  .external-channels-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--max-width)); } .section { padding: 78px 0; }
  .menu-toggle-label { display: flex; flex-direction: column; justify-content: space-between; width: 26px; height: 19px; cursor: pointer; } .menu-toggle-label span { width: 100%; height: 2px; background: var(--ink); }
  .main-nav { display: none; width: 100%; padding: 16px 0 20px; } .header-inner { flex-wrap: wrap; } .menu-toggle:checked ~ .main-nav { display: block; } .main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; } .main-nav a { display: block; padding: 11px 0; } .main-nav .nav-cta { margin-top: 7px; text-align: center; }
  .hero { padding: 70px 0 65px; } .hero h1 { font-size: clamp(2.85rem, 14vw, 4rem); } .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; } .text-link { align-self: center; } .hero-proof { flex-wrap: wrap; margin-top: 38px; }
  .process-visual { min-height: 445px; padding: 62px 18px 34px; border-radius: 22px; } .visual-note { left: 20px; } .flow-card { grid-template-columns: 38px 1fr 12px; gap: 10px; } .flow-results { gap: 8px; } .mini-card { padding: 13px 10px; } .mini-card strong { font-size: .76rem; }
  .problem-strip { display: none; } .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; } .services-grid, .three-columns, .signal-grid { grid-template-columns: 1fr; } .service-card { min-height: 330px; padding: 28px; }
  .about-grid { gap: 38px; } .values-row { grid-template-columns: 1fr; } .values-row div { padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .contact-panel { width: 100%; padding: 54px 22px; border-radius: 0; } .contact-section { padding: 0; } .contact-form { padding: 22px 16px; } .form-row { grid-template-columns: 1fr; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; } .footer-main > p { text-align: left; } .footer-bottom nav { flex-wrap: wrap; gap: 12px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; } .compact-cta { align-items: flex-start; flex-direction: column; padding: 52px 24px; border-radius: 0; } .contact-section .compact-cta { width: 100%; } .page-hero { padding: 65px 0 80px; } .timeline li { grid-template-columns: 58px 1fr; gap: 18px; } .timeline > li > span { width: 46px; height: 46px; }
  .footer-social, .google-review-callout { align-items: flex-start; flex-direction: column; } .social-links { width: 100%; } .social-links a { flex: 1 1 130px; } .external-channels-section { padding: 78px 0; } .external-channel-card { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; } }
