:root {
  --ink: #071a26;
  --ink-2: #0d2634;
  --ink-3: #173746;
  --paper: #f5f3ed;
  --paper-2: #ebe8df;
  --white: #ffffff;
  --amber: #ffb000;
  --amber-2: #ffc94a;
  --blue: #2d7cff;
  --cyan: #35d8cf;
  --green: #2bd59b;
  --muted: #5f6f77;
  --line: rgba(7, 26, 38, .14);
  --line-light: rgba(255, 255, 255, .16);
  --shadow: 0 24px 70px rgba(3, 18, 28, .16);
  --radius: 18px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.02; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.hidden, .sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 12px 16px; background: var(--amber); color: var(--ink); font-weight: 800; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

/* Brand and navigation */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; display: flex; align-items: center; color: var(--white); border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled, .site-header.solid { background: rgba(7, 26, 38, .96); border-bottom-color: rgba(255,255,255,.09); box-shadow: 0 10px 36px rgba(3,16,24,.16); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); flex: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; background: var(--amber); color: var(--ink); clip-path: polygon(50% 0, 100% 28%, 92% 100%, 8% 100%, 0 28%); }
.brand-mark::after { content: ""; position: absolute; inset: 7px; border: 2px solid rgba(7,26,38,.34); clip-path: inherit; }
.brand-mark span { position: relative; z-index: 1; font-size: 18px; font-weight: 1000; letter-spacing: -.08em; transform: translateX(-1px); }
.brand-copy { display: grid; line-height: .95; letter-spacing: .08em; }
.brand-copy strong { font-size: 20px; font-weight: 950; letter-spacing: .16em; }
.brand-copy > span { margin-top: 4px; font-size: 10px; font-weight: 800; letter-spacing: .18em; color: rgba(255,255,255,.68); }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 750; }
.main-nav > a:not(.button) { position: relative; color: rgba(255,255,255,.76); transition: color .2s; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { color: var(--white); }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line-light); background: transparent; color: white; border-radius: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; }

/* Buttons and labels */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 15px 23px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 850; letter-spacing: .015em; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--ink); box-shadow: 0 12px 30px rgba(255,176,0,.18); }
.button-primary:hover { background: var(--amber-2); box-shadow: 0 16px 34px rgba(255,176,0,.28); }
.button-small { min-height: 40px; padding: 12px 16px; font-size: 12px; }
.button-login { border-color: rgba(53,216,207,.62); background: rgba(53,216,207,.14); color: #b9fff9; box-shadow: 0 0 0 1px rgba(53,216,207,.08),0 10px 24px rgba(0,0,0,.14); }
.button-login:hover { border-color: var(--cyan); background: var(--cyan); color: var(--ink); box-shadow: 0 14px 30px rgba(53,216,207,.22); }
.pro-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button-login-large { border-color: rgba(53,216,207,.72); background: rgba(53,216,207,.12); color: #d7fffc; }
.button-login-large:hover { background: var(--cyan); color: var(--ink); }
.button-ghost { color: white; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.46); }
.button-light { background: var(--white); color: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: var(--amber); }
.eyebrow.dark { color: var(--muted); }
.text-link { display: inline-flex; gap: 12px; color: var(--amber); font-size: 13px; font-weight: 850; }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: 760px; padding: 168px 0 105px; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -100px; border-radius: 50%; background: radial-gradient(circle, rgba(45,124,255,.23), rgba(45,124,255,0) 70%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; left: -320px; bottom: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,176,0,.13), rgba(255,176,0,0) 70%); }
.hero-grid { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to right, black, transparent 86%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr); align-items: center; gap: 82px; }
.hero-copy h1 { max-width: 700px; margin-bottom: 26px; font-size: clamp(54px, 6.4vw, 88px); font-weight: 900; letter-spacing: -.065em; }
.hero-copy h1 em { color: var(--amber); font-style: normal; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; align-items: stretch; margin-top: 50px; border-top: 1px solid var(--line-light); }
.hero-proof > div { display: grid; gap: 4px; min-width: 135px; padding: 23px 30px 0 0; margin-right: 30px; border-right: 1px solid var(--line-light); }
.hero-proof > div:last-child { border: 0; margin: 0; }
.hero-proof strong { font-size: 28px; letter-spacing: -.05em; }
.hero-proof span { color: rgba(255,255,255,.5); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.project-card { position: relative; z-index: 2; width: min(100%, 460px); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(13,38,52,.96); box-shadow: 0 42px 100px rgba(0,0,0,.34); transform: rotate(1.5deg); }
.project-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; bottom: -55px; border: 1px solid rgba(255,176,0,.35); transform: rotate(45deg); }
.project-card-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 15px 18px; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.65); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(43,213,155,.1); }
.match-number { color: var(--amber); }
.project-card-main { padding: 32px; }
.mini-label { display: block; margin-bottom: 12px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.project-card h2 { max-width: 310px; margin-bottom: 23px; font-size: 35px; }
.project-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.project-meta span { padding: 7px 10px; border: 1px solid var(--line-light); border-radius: 100px; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 750; }
.project-progress { height: 4px; margin: 32px 0; overflow: hidden; border-radius: 10px; background: rgba(255,255,255,.08); }
.project-progress span { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--amber), var(--blue)); }
.project-match-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.pro-avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 10px; background: var(--blue); font-size: 10px; font-weight: 900; }
.project-match-row strong, .project-match-row small { display: block; }
.project-match-row strong { font-size: 13px; }
.project-match-row small { margin-top: 2px; color: rgba(255,255,255,.46); font-size: 10px; }
.project-check { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--green); background: rgba(43,213,155,.1); }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 100px; color: rgba(255,255,255,.82); background: rgba(7,26,38,.88); box-shadow: 0 14px 35px rgba(0,0,0,.24); backdrop-filter: blur(10px); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.floating-chip span { color: var(--green); }
.chip-one { top: 39px; right: -8px; }
.chip-two { bottom: 42px; left: -24px; }

/* Trust */
.trust-strip { color: var(--white); background: var(--ink-2); border-top: 1px solid rgba(255,255,255,.06); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { position: relative; display: grid; min-height: 124px; align-content: center; padding: 25px 34px; border-right: 1px solid var(--line-light); }
.trust-grid > div:first-child { border-left: 1px solid var(--line-light); }
.trust-index { position: absolute; top: 13px; right: 15px; color: rgba(255,255,255,.2); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.trust-grid strong { font-size: 15px; }
.trust-grid small { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 11px; }

/* Service cards */
.services-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, .65fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 740px; margin-bottom: 0; font-size: clamp(40px, 5vw, 64px); font-weight: 900; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 370px; display: flex; flex-direction: column; padding: 31px 27px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.18); transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; background: var(--white); transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: var(--ink); }
.service-number { position: absolute; top: 21px; right: 22px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.featured .service-number { color: rgba(255,255,255,.36); }
.service-card h3 { margin: 28px 0 14px; font-size: 23px; font-weight: 850; }
.service-card p { margin-bottom: 30px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.featured p { color: rgba(255,255,255,.6); }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; font-weight: 850; }
.featured > a { color: var(--amber); border-color: var(--line-light); }
.service-card > a span { font-size: 18px; transition: transform .2s; }
.service-card > a:hover span { transform: translateX(5px); }
.service-icon { position: relative; width: 64px; height: 64px; color: var(--ink); }
.featured .service-icon { color: var(--amber); }
.service-icon i { position: absolute; display: block; }
.icon-coverings { border: 2px solid currentColor; border-bottom-width: 5px; }
.icon-coverings i { top: 0; width: 18px; height: 52px; border-right: 1px solid currentColor; border-left: 1px solid currentColor; transform: skewX(-4deg); }
.icon-coverings i:nth-child(1) { left: 4px; }.icon-coverings i:nth-child(2) { left: 22px; }.icon-coverings i:nth-child(3) { left: 40px; }
.icon-film { border: 2px solid currentColor; }.icon-film::before { content: ""; position: absolute; inset: 7px 32px 7px 7px; background: currentColor; opacity: .18; }.icon-film i { width: 2px; height: 80px; left: 30px; top: -10px; background: currentColor; transform: rotate(45deg); }
.icon-window { border: 3px solid currentColor; }.icon-window::before,.icon-window::after { content: ""; position: absolute; background: currentColor; }.icon-window::before { width: 3px; height: 100%; left: 29px; }.icon-window::after { width: 100%; height: 3px; top: 29px; }.icon-window i { width: 6px; height: 6px; border-radius: 50%; background: var(--amber); top: 26px; }.icon-window i:first-child { left: 19px; }.icon-window i:last-child { right: 19px; }
.icon-tools i:first-child { width: 15px; height: 60px; left: 24px; background: currentColor; border-radius: 7px; transform: rotate(42deg); }.icon-tools i:first-child::after { content: ""; position: absolute; width: 32px; height: 25px; top: -3px; left: -8px; border: 6px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; background: var(--paper); }.icon-tools i:last-child { width: 11px; height: 55px; left: 27px; top: 8px; border: 3px solid currentColor; border-radius: 7px; transform: rotate(-40deg); }
.icon-clean::before { content: ""; position: absolute; left: 7px; bottom: 2px; width: 42px; height: 43px; border: 3px solid currentColor; border-radius: 4px 4px 14px 14px; transform: skewX(-7deg); }.icon-clean::after { content: ""; position: absolute; left: 29px; top: 0; width: 3px; height: 32px; background: currentColor; transform: rotate(13deg); }.icon-clean i { width: 10px; height: 10px; right: 2px; top: 2px; border-radius: 50%; background: var(--amber); box-shadow: 8px 18px 0 -2px var(--amber), -4px 25px 0 -3px var(--amber); }
.icon-junk::before { content: ""; position: absolute; inset: 12px 8px 6px; border: 3px solid currentColor; border-radius: 3px 3px 10px 10px; }.icon-junk::after { content: ""; position: absolute; left: 15px; top: 5px; width: 34px; height: 5px; border-radius: 4px; background: currentColor; }.icon-junk i { width: 3px; height: 31px; top: 19px; background: currentColor; }.icon-junk i:first-child { left: 25px; }.icon-junk i:last-child { right: 25px; }
.icon-lawn::before { content: ""; position: absolute; left: 8px; bottom: 3px; width: 4px; height: 57px; background: currentColor; transform: rotate(-10deg); }.icon-lawn i { bottom: 0; width: 3px; height: 36px; background: currentColor; transform-origin: bottom; }.icon-lawn i::after { content: ""; position: absolute; top: 0; width: 19px; height: 9px; border-radius: 100% 0 100% 0; background: currentColor; }.icon-lawn i:nth-child(1) { left: 27px; transform: rotate(-28deg); }.icon-lawn i:nth-child(2) { left: 38px; height: 44px; transform: rotate(10deg); }.icon-lawn i:nth-child(3) { left: 48px; height: 30px; transform: rotate(31deg); }
.icon-spark::before { content: ""; position: absolute; inset: 9px 18px; border: 3px solid currentColor; border-radius: 50%; }.icon-spark::after { content: ""; position: absolute; width: 18px; height: 18px; right: 2px; top: 0; background: var(--amber); clip-path: polygon(50% 0,61% 38%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 38%); }.icon-spark i:first-child { width: 3px; height: 52px; left: 30px; top: 6px; background: currentColor; transform: rotate(45deg); }.icon-spark i:last-child { width: 3px; height: 52px; left: 30px; top: 6px; background: currentColor; transform: rotate(-45deg); }

/* Process */
.process-section { color: var(--white); background: var(--ink); }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { margin-bottom: 25px; font-size: clamp(43px, 5vw, 64px); font-weight: 900; }
.process-intro > p { max-width: 470px; margin-bottom: 30px; color: rgba(255,255,255,.58); line-height: 1.75; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 40px 10px 40px 0; border-bottom: 1px solid var(--line-light); }
.process-list > li > span { color: var(--amber); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.process-list h3 { margin-bottom: 10px; font-size: 28px; }
.process-list p { margin: 0; color: rgba(255,255,255,.52); font-size: 14px; }

/* Area */
.area-section { overflow: hidden; background: var(--paper-2); }
.area-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.area-map { position: relative; min-height: 500px; display: grid; place-items: center; }
.map-ring { position: absolute; border: 1px solid rgba(7,26,38,.16); border-radius: 50%; }
.ring-one { width: 460px; height: 460px; }.ring-two { width: 330px; height: 330px; }.ring-three { width: 200px; height: 200px; }
.map-core { position: relative; z-index: 2; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 50%; color: white; background: var(--ink); box-shadow: 0 20px 50px rgba(7,26,38,.24); }
.map-core::after { content: ""; position: absolute; width: 16px; height: 16px; right: 6px; top: 20px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 7px rgba(255,176,0,.18); }
.map-core strong { font-size: 29px; line-height: 1; }.map-core span { margin-top: -28px; color: rgba(255,255,255,.6); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.map-pin { position: absolute; z-index: 3; padding: 8px 11px; border: 1px solid rgba(7,26,38,.15); border-radius: 100px; color: var(--ink); background: rgba(245,243,237,.9); box-shadow: 0 8px 20px rgba(7,26,38,.08); font-size: 9px; font-weight: 850; }
.map-pin::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--amber); }
.pin-one { left: 13%; top: 17%; }.pin-two { right: 6%; top: 43%; }.pin-three { left: 4%; bottom: 16%; }.pin-four { right: 17%; bottom: 9%; }
.area-copy h2 { margin-bottom: 24px; font-size: clamp(43px, 5vw, 64px); font-weight: 900; }
.area-copy > p { margin-bottom: 27px; color: var(--muted); line-height: 1.75; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.area-tags span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 4px; background: rgba(255,255,255,.32); color: var(--ink-3); font-size: 10px; font-weight: 800; }

/* Forms */
.request-section, .partner-section { color: var(--white); background: var(--ink-2); }
.request-layout { display: grid; grid-template-columns: .68fr 1.12fr; gap: 92px; align-items: start; }
.request-copy { position: sticky; top: 130px; }
.request-copy h2 { margin-bottom: 24px; font-size: clamp(44px, 5vw, 68px); font-weight: 900; }
.request-copy > p { max-width: 430px; color: rgba(255,255,255,.59); line-height: 1.75; }
.request-checks { display: grid; gap: 13px; margin: 31px 0 45px; padding: 0; list-style: none; font-size: 13px; font-weight: 750; }
.request-checks span { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 9px; border-radius: 50%; color: var(--green); background: rgba(43,213,155,.1); font-size: 11px; }
.direct-contact { display: grid; gap: 3px; padding-top: 25px; border-top: 1px solid var(--line-light); }
.direct-contact small { margin-bottom: 4px; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact a { width: fit-content; color: rgba(255,255,255,.82); font-size: 13px; }
.lead-form { padding: 36px; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 35px 80px rgba(0,0,0,.18); }
.form-top { display: flex; justify-content: space-between; margin-bottom: 31px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.form-top strong { color: var(--blue); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: grid; gap: 8px; margin-bottom: 20px; }
.form-grid .field { margin: 0; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--ink-3); font-size: 11px; font-weight: 850; }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 12px 13px; border: 1px solid #cad2d5; border-radius: 5px; outline: none; color: var(--ink); background: #fbfcfc; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); background: white; box-shadow: 0 0 0 4px rgba(45,124,255,.1); }
.field input::placeholder, .field textarea::placeholder { color: #929da2; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; margin: 26px 0; color: #63747c; font-size: 10px; line-height: 1.55; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--blue); }
.consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.form-submit { width: 100%; }
.form-note { margin: 13px 0 0; color: #7a898f; text-align: center; font-size: 9px; }

/* Pro CTA and footer */
.pro-cta { padding: 85px 0; color: white; background: var(--blue); }
.pro-cta-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.pro-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 65px); }
.pro-cta p { margin-bottom: 25px; color: rgba(255,255,255,.73); line-height: 1.75; }
.site-footer { padding: 78px 0 25px; color: white; background: #04121b; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand { margin-bottom: 22px; }
.footer-grid > div:first-child p { max-width: 290px; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.7; }
.footer-grid h3 { margin-bottom: 18px; color: rgba(255,255,255,.38); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { color: rgba(255,255,255,.68); font-size: 12px; }
.footer-grid a:hover { color: var(--amber); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 9px; font-weight: 750; letter-spacing: .04em; }

/* Professional page */
.subhero { padding: 180px 0 105px; color: white; background: var(--ink); }
.subhero-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 100px; align-items: center; }
.subhero h1 { max-width: 750px; margin-bottom: 28px; font-size: clamp(55px, 7vw, 86px); font-weight: 900; }
.subhero h1 em { color: var(--amber); font-style: normal; }
.subhero p { max-width: 610px; margin-bottom: 32px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.pro-panel { padding: 26px; border: 1px solid var(--line-light); border-radius: var(--radius); background: var(--ink-2); box-shadow: var(--shadow); }
.pro-panel > small { display: block; margin-bottom: 20px; color: var(--amber); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.pro-panel-row { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line-light); }
.pro-panel-row > span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,176,0,.35); border-radius: 8px; color: var(--amber); font-size: 10px; font-weight: 900; }
.pro-panel-row p { margin: 0; color: rgba(255,255,255,.45); font-size: 11px; }
.pro-panel-row strong { display: block; margin-bottom: 3px; color: white; font-size: 14px; }
.pro-value { background: var(--paper); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article > span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.value-grid h3 { margin: 45px 0 13px; font-size: 24px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.partner-section { background: var(--ink); }

/* Legal pages */
.legal-main { min-height: 80vh; padding: 155px 0 100px; background: var(--paper); }
.legal-layout { display: grid; grid-template-columns: 280px minmax(0, 720px); gap: 100px; justify-content: center; align-items: start; }
.legal-layout aside { position: sticky; top: 120px; padding-right: 35px; border-right: 1px solid var(--line); }
.legal-layout aside > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.legal-layout aside h1 { margin: 18px 0 13px; font-size: 47px; }
.legal-layout aside p { color: var(--muted); font-size: 11px; }
.legal-layout aside a { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 11px; font-weight: 850; }
.legal-layout article { color: #344c57; }
.legal-layout article h2 { margin: 43px 0 14px; color: var(--ink); font-size: 22px; }
.legal-layout article p, .legal-layout article li { font-size: 14px; line-height: 1.78; }
.legal-layout article a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.legal-intro { padding-bottom: 30px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font-size: 18px !important; line-height: 1.65 !important; }
.legal-contact { display: grid; gap: 4px; margin-top: 45px; padding: 22px; border-left: 4px solid var(--amber); background: var(--paper-2); font-size: 13px; }
.simple-footer { padding: 25px 0; color: rgba(255,255,255,.55); background: var(--ink); font-size: 10px; }
.simple-footer .container { display: flex; justify-content: space-between; gap: 20px; }
.simple-footer nav { display: flex; gap: 20px; }
.simple-footer a:hover { color: var(--amber); }

/* Thank you */
.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--ink); }
.thanks-card { width: min(100%, 660px); padding: 55px; border-radius: var(--radius); background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.32); }
.thanks-card .brand { width: fit-content; margin-bottom: 65px; color: var(--ink); }
.thanks-card .brand-copy > span { color: var(--muted); }
.thanks-check { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 50%; color: var(--ink); background: var(--green); font-size: 22px; font-weight: 900; }
.thanks-card h1 { margin-bottom: 20px; font-size: clamp(44px, 7vw, 68px); }
.thanks-card p { margin-bottom: 28px; color: var(--muted); line-height: 1.75; }

/* Motion */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .15s; }

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

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .hero-layout { gap: 45px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .request-layout { gap: 60px; }
  .area-layout { gap: 45px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 72px 0 0; display: grid; align-content: start; gap: 0; padding: 35px 20px; background: var(--ink); transform: translateX(100%); opacity: 0; visibility: hidden; transition: transform .25s, opacity .25s, visibility .25s; }
  .main-nav.open { transform: translateX(0); opacity: 1; visibility: visible; }
  .main-nav > a:not(.button) { padding: 19px 5px; border-bottom: 1px solid var(--line-light); color: white; font-size: 18px; }
  .main-nav .button { margin-top: 24px; }
  .hero { padding-top: 135px; }
  .hero-layout, .subhero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 390px; }
  .project-card { width: min(92%, 500px); }
  .chip-one { right: 0; }.chip-two { left: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div { border-bottom: 1px solid var(--line-light); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .process-layout, .area-layout, .request-layout, .pro-cta-inner, .legal-layout { grid-template-columns: 1fr; }
  .process-intro, .request-copy, .legal-layout aside { position: static; }
  .area-map { order: 2; min-height: 440px; }
  .request-layout { gap: 50px; }
  .pro-cta-inner { gap: 30px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .legal-layout { gap: 45px; }
  .legal-layout aside { padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 18px; }
  .hero { min-height: auto; padding: 125px 0 75px; }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 66px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-proof > div { min-width: 0; margin: 0; padding: 20px 12px 0 0; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 350px; }
  .project-card-main { padding: 24px; }
  .project-card h2 { font-size: 29px; }
  .chip-one { top: 15px; }.chip-two { bottom: 10px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 105px; border-left: 0; border-right: 0; }
  .section-heading h2, .process-intro h2, .area-copy h2, .request-copy h2 { font-size: 42px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .area-map { min-height: 360px; transform: scale(.82); margin: -35px 0; }
  .lead-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom, .simple-footer .container { flex-direction: column; }
  .subhero { padding: 135px 0 75px; }
  .subhero h1 { font-size: 50px; }
  .value-grid { grid-template-columns: 1fr; }
  .legal-main { padding-top: 125px; }
  .legal-layout aside h1 { font-size: 40px; }
  .thanks-card { padding: 35px 24px; }
}
.form-error{margin:1rem 0 0;color:#ffd7d0;font-weight:700}
