:root {
  --navy: oklch(0.27 0.105 252);
  --blue: oklch(0.43 0.16 255);
  --blue-bright: oklch(0.61 0.18 250);
  --accent: oklch(0.66 0.16 130);
  --ink: oklch(0.2 0.035 255);
  --muted: oklch(0.43 0.025 250);
  --line: oklch(0.88 0.02 250);
  --surface: oklch(0.965 0.008 250);
  --white: oklch(1 0 0);
  --shadow: 0 24px 70px oklch(0.2 0.05 255 / .18);
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Source Sans 3", sans-serif; font-size: 18px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; line-height: .98; text-wrap: balance; }
h2 { font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.025em; }
p { text-wrap: pretty; }

.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.site-header { position: sticky; top: 0; z-index: 20; background: oklch(1 0 0 / .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: min(1180px, calc(100% - 40px)); min-height: 86px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 255px; color: var(--navy); text-decoration: none; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-weight: 650; font-size: .95rem; text-decoration: none; }
nav a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta { padding: 12px 18px; background: var(--navy); color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle > span:not(.sr-only) { width: 25px; height: 2px; display: block; margin: 5px; background: var(--navy); }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); background: var(--surface); overflow: hidden; }
.hero-copy { align-self: center; width: min(700px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - 1180px) / 2)); padding: 70px 42px 70px 0; }
.region { display: flex; align-items: center; gap: 10px; margin-bottom: 26px; color: var(--blue); font-weight: 700; }
.region span { width: 35px; height: 3px; background: var(--accent); }
.hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--navy); font-size: clamp(3.6rem, 5.7vw, 5.6rem); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 630px; color: var(--muted); font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 0; text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 24px oklch(0.43 0.16 255 / .22); }
.button-primary:hover { background: var(--navy); box-shadow: 0 14px 32px oklch(0.27 0.105 252 / .3); }
.button-quiet { color: var(--navy); border: 1px solid oklch(0.75 0.05 250); background: var(--white); }
.button svg { width: 21px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 0; margin: 34px 0 0; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; font-size: .92rem; font-weight: 650; }
.trust-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.hero-visual { position: relative; min-height: 580px; padding: 28px 28px 28px 0; }
.hero-visual::before { content: ""; position: absolute; inset: 28px 28px 28px 0; border: 1px solid oklch(.78 .035 250); transform: translate(12px, 12px); pointer-events: none; }
.hero-visual::after { content: ""; position: absolute; inset: 28px 28px 28px 0; background: linear-gradient(90deg, var(--surface), transparent 12%); pointer-events: none; }
.hero-visual img { position: relative; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-stamp { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 42px; z-index: 1; padding: 18px 22px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.hero-stamp strong, .hero-stamp span { display: block; }
.hero-stamp strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.55rem; text-transform: uppercase; }
.hero-stamp span { font-size: .85rem; }
.example-badge { position: absolute; z-index: 3; top: 42px; right: 42px; padding: 7px 10px; color: var(--white); background: oklch(.18 .03 255 / .88); font-size: .72rem; font-weight: 700; line-height: 1; box-shadow: 0 8px 20px oklch(.08 0 0 / .18); }

.service-band { padding: clamp(80px, 10vw, 150px) max(24px, calc((100vw - 1180px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 10vw; align-items: end; margin-bottom: 70px; }
.section-heading h2 { margin: 0; color: var(--navy); text-transform: uppercase; }
.section-heading h2 span { color: var(--blue); }
.section-heading p { max-width: 52ch; margin: 0 0 8px; color: var(--muted); }
.services { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.services article { position: relative; min-height: 390px; grid-column: span 5; overflow: hidden; background: var(--navy); box-shadow: 0 16px 38px oklch(.2 .04 250 / .14); }
.services article:nth-child(1), .services article:nth-child(4) { grid-column: span 7; }
.services img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .4s; }
.services article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, oklch(.15 .06 255 / .92)); pointer-events: none; }
.services article > div { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 28px 30px; color: var(--white); }
.services .example-badge { top: 16px; right: 16px; }
.services article:hover img { transform: scale(1.035); filter: saturate(1.05); }
.services h3 { margin: 0 0 9px; font-size: clamp(1.7rem, 2.4vw, 2.25rem); text-transform: uppercase; }
.services p { max-width: 52ch; margin: 0; color: oklch(.94 .01 250); font-size: .94rem; }

.results { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 110px); align-items: center; padding: clamp(80px, 10vw, 145px) max(24px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--navy); }
.hand-note { color: oklch(.9 .1 130); font-weight: 700; }
.results h2 { margin-bottom: 26px; text-transform: uppercase; }
.results h2 span { color: oklch(.82 .16 130); }
.results-copy > p:not(.hand-note) { color: oklch(.9 .02 250); }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: var(--white); font-weight: 750; text-underline-offset: 5px; }
.result-image { position: relative; min-width: 0; margin: 0; transform: rotate(.6deg); }
.result-image img { display: block; width: 100%; max-width: 100%; height: auto; box-shadow: 0 28px 60px oklch(.08 0 0 / .35); }
.result-image figcaption { margin-top: 14px; color: oklch(.78 .025 250); font-size: .82rem; text-align: right; }
.comparison-labels { position: absolute; inset: 18px 18px auto; z-index: 1; display: flex; justify-content: space-between; pointer-events: none; }
.comparison-labels span { padding: 7px 12px; color: var(--white); background: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 8px 20px oklch(.08 0 0 / .2); }

.benefits { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; padding: clamp(80px, 10vw, 145px) max(24px, calc((100vw - 1180px) / 2)); }
.benefit-intro h2 { color: var(--navy); text-transform: uppercase; }
.benefit-intro p { color: var(--muted); }
.benefits ul { padding: 0; margin: 0; list-style: none; }
.benefits li { display: flex; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefits li:first-child { border-top: 1px solid var(--line); }
.benefits svg { width: 34px; height: 34px; flex: none; padding: 6px; border-radius: 50%; color: var(--white); background: var(--blue); }
.benefits strong, .benefits span { display: block; }
.benefits strong { margin-bottom: 3px; color: var(--navy); font-size: 1.08rem; }
.benefits span { color: var(--muted); font-size: .95rem; }

.process { padding: clamp(80px, 9vw, 130px) max(24px, calc((100vw - 1180px) / 2)); background: var(--surface); }
.process-heading { max-width: 760px; margin-bottom: 60px; }
.process-heading h2 { color: var(--navy); text-transform: uppercase; }
.process-heading p { max-width: 60ch; color: var(--muted); }
.process ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process li { position: relative; display: flex; gap: 22px; }
.process li:not(:last-child)::after { content: ""; position: absolute; top: 25px; left: 64px; width: calc(100% - 34px); height: 1px; background: oklch(.76 .05 250); }
.process li > span { position: relative; z-index: 1; width: 50px; height: 50px; flex: none; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 1.4rem; font-weight: 800; }
.process h3 { margin: 5px 0 12px; color: var(--navy); font-size: 1.7rem; text-transform: uppercase; }
.process li p { color: var(--muted); font-size: .94rem; }

.local-seo { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 9vw, 120px); align-items: end; padding: clamp(80px, 10vw, 145px) max(24px, calc((100vw - 1180px) / 2)); }
.local-seo h2 { max-width: 780px; margin-bottom: 28px; color: var(--navy); text-transform: uppercase; }
.local-seo p { max-width: 70ch; margin: 0; color: var(--muted); }
.local-seo ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.local-seo li { padding: 9px 13px; border: 1px solid var(--line); color: var(--navy); background: var(--surface); font-size: .9rem; font-weight: 700; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(45px, 9vw, 120px); padding: clamp(80px, 10vw, 140px) max(24px, calc((100vw - 1180px) / 2)); background: var(--surface); }
.faq-heading h2 { color: var(--navy); text-transform: uppercase; }
.faq-heading p { color: var(--muted); }
.faq-list { border-top: 1px solid oklch(.76 .035 250); }
.faq details { border-bottom: 1px solid oklch(.76 .035 250); }
.faq summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 18px 48px 18px 0; color: var(--navy); font-weight: 750; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid oklch(.68 .05 250); border-radius: 50%; color: var(--blue); transform: translateY(-50%); transition: transform .25s var(--ease), background .25s; }
.faq details[open] summary::after { color: var(--white); background: var(--blue); transform: translateY(-50%) rotate(45deg); }
.faq details p { max-width: 65ch; padding: 0 48px 22px 0; margin: 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; padding: clamp(80px, 10vw, 145px) max(24px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--blue); }
.contact-kicker { color: oklch(.91 .11 130); font-weight: 700; }
.contact h2 { text-transform: uppercase; }
.contact-copy > p:not(.contact-kicker) { color: oklch(.93 .02 250); }
.contact-direct { margin-top: 48px; }
.contact-direct a, .contact-direct p { display: grid; padding: 15px 0; border-bottom: 1px solid oklch(1 0 0 / .22); text-decoration: none; }
.contact-direct span { color: oklch(.86 .025 250); font-size: .82rem; }
.contact-direct strong { font-size: 1.02rem; }
form { padding: clamp(25px, 4vw, 48px); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; border: 1px solid oklch(.73 .025 250); border-radius: 0; background: var(--white); color: var(--ink); padding: 12px 13px; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid oklch(.76 .1 250 / .35); }
.checkbox { grid-template-columns: auto 1fr; align-items: start; font-weight: 500; line-height: 1.35; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue); }
.checkbox a { color: var(--blue); text-underline-offset: 3px; }
.submit-button { width: 100%; }
.form-status { min-height: 1.4em; margin: 12px 0 0; color: var(--blue); font-size: .88rem; }

footer { display: flex; justify-content: space-between; gap: 40px; padding: 42px max(24px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--ink); }
.footer-brand { display: grid; }
.footer-brand strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.35rem; }
.footer-brand span { color: oklch(.75 .02 250); font-size: .85rem; }
.footer-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; color: oklch(.78 .02 250); font-size: .82rem; }
.mobile-contact { display: none; }

.legal-page { min-height: 100vh; background: var(--surface); }
.legal-header { background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header .header-inner { justify-content: space-between; }
.legal-back { color: var(--blue); font-weight: 700; text-decoration: none; }
.legal-main { width: min(850px, calc(100% - 48px)); margin: 0 auto; padding: clamp(70px, 9vw, 120px) 0; }
.legal-main h1 { margin-bottom: 42px; color: var(--navy); font-size: clamp(3.4rem, 7vw, 5.7rem); text-transform: uppercase; }
.legal-main h2 { margin: 48px 0 16px; color: var(--navy); font-size: clamp(1.8rem, 3vw, 2.5rem); text-transform: uppercase; }
.legal-main h3 { margin: 30px 0 10px; color: var(--navy); font-size: 1.45rem; }
.legal-main p, .legal-main li { max-width: 72ch; color: var(--muted); }
.legal-main address { color: var(--ink); font-style: normal; }
.legal-main a { color: var(--blue); text-underline-offset: 3px; }
.legal-note { margin-top: 48px; padding: 18px 20px; border: 1px solid var(--line); background: var(--white); font-size: .9rem; }

@media (max-width: 900px) {
  body { font-size: 17px; }
  .header-inner { min-height: 74px; }
  .brand { width: 225px; }
  .menu-toggle { display: block; }
  nav { position: fixed; top: 74px; left: 0; right: 0; display: grid; gap: 0; padding: 14px 20px 24px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px oklch(.2 .03 250 / .12); transform: translateY(-140%); transition: transform .32s var(--ease); }
  nav.open { transform: translateY(0); }
  nav a { padding: 14px 8px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { width: calc(100% - 48px); margin: 0 auto; padding: 64px 0 54px; }
  .hero-visual { min-height: auto; padding: 0 24px 48px; }
  .hero-visual::before { inset: 0 24px 48px; transform: translate(9px, 9px); }
  .hero-visual::after { inset: 0 24px 48px; background: linear-gradient(180deg, var(--surface), transparent 10%); }
  .hero-visual img { height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
  .hero-visual > .example-badge { top: 14px; right: 38px; }
  .section-heading, .results, .benefits, .contact, .local-seo, .faq { grid-template-columns: 1fr; }
  .services { grid-template-columns: 1fr 1fr; }
  .services article, .services article:nth-child(1), .services article:nth-child(4) { grid-column: span 1; }
  .process ol { grid-template-columns: 1fr; }
  .process li:not(:last-child)::after { top: 52px; left: 25px; width: 1px; height: calc(100% - 16px); }
  .result-image { transform: none; }
}

@media (max-width: 560px) {
  body { padding-bottom: 60px; }
  .header-inner { width: calc(100% - 28px); }
  .brand { width: 188px; }
  .hero h1 { font-size: clamp(3.1rem, 14.5vw, 4.35rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { gap: 12px 18px; }
  .hero-visual { min-height: 0; }
  .hero-stamp { right: 16px; bottom: 20px; }
  .section-heading { gap: 20px; margin-bottom: 42px; }
  .services { grid-template-columns: 1fr; gap: 14px; }
  .services article { min-height: 350px; }
  .services article > div { padding: 22px; }
  .results { overflow: hidden; }
  .results .result-image { width: 100%; max-width: 100%; min-width: 0; margin-inline: 0; justify-self: stretch; }
  .results .result-image > img { width: 100%; max-width: 100%; height: auto; }
  .comparison-labels { inset: 10px 10px auto; }
  .comparison-labels span { padding: 6px 9px; font-size: .78rem; }
  .result-image figcaption { text-align: left; }
  .benefits { gap: 34px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { display: grid; padding-bottom: 38px; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; display: grid; grid-template-columns: 1fr 1.35fr; height: 60px; box-shadow: 0 -6px 22px oklch(.15 .03 250 / .22); }
  .mobile-contact a { display: grid; place-items: center; color: var(--white); background: var(--navy); font-weight: 750; text-decoration: none; }
  .mobile-contact a:last-child { background: var(--blue); }
}

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