:root {
  --ink: #101820;
  --muted: #5f6b72;
  --paper: #f6f7f4;
  --white: #ffffff;
  --lime: #d8ff48;
  --lime-dark: #bedf38;
  --line: #dce1dc;
  --blue: #176b87;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
body.consent-pending { overflow: hidden; }

.consent-dialog {
  width: min(calc(100% - 32px), 620px); max-height: calc(100vh - 32px); padding: 0;
  border: 0; border-radius: 4px; background: var(--white); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.32);
}
.consent-dialog::backdrop { background: rgba(5,18,22,.78); backdrop-filter: blur(5px); }
.consent-content { padding: clamp(28px, 5vw, 48px); }
.consent-label { margin-bottom: 12px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.consent-content h2 { margin-bottom: 20px; font-size: clamp(30px, 6vw, 44px); }
.consent-content > p:not(.consent-label) { color: var(--muted); line-height: 1.65; }
.consent-content a { text-decoration: underline; text-underline-offset: 3px; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.consent-actions button {
  min-height: 52px; padding: 0 20px; border: 1px solid var(--ink); border-radius: 0;
  background: var(--ink); color: var(--white); font-weight: 700; cursor: pointer;
}
.consent-actions button:hover { background: #273139; }
.consent-actions button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.consent-settings { padding: 0; border: 0; background: transparent; color: inherit; font-weight: 600; cursor: pointer; }
.consent-settings:hover { text-decoration: underline; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 50%; transform: translateX(-50%);
  width: min(calc(100% - 48px), var(--max)); height: 92px; display: flex; align-items: center; justify-content: space-between;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { font: 800 27px/1 "Manrope", sans-serif; letter-spacing: 0; }
.brand span { color: var(--lime); }
.site-header nav, footer nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 600; }
.site-header nav > a:not(.button) { opacity: .84; }
.site-header nav > a:hover { opacity: 1; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 24px; background: var(--lime); color: var(--ink); border: 0; font-weight: 700; }
.button:hover, .address-control button:hover { background: var(--lime-dark); }
.button-small { min-height: 42px; padding: 0 18px; }

.hero { position: relative; min-height: 760px; height: 92vh; max-height: 900px; color: var(--white); overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: #16282e; transform: scale(1.02); animation: reveal 1.1s ease both; }
.external-content-enabled .hero-media { background: url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2200&q=88") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,18,22,.92) 0%, rgba(5,18,22,.72) 48%, rgba(5,18,22,.18) 100%), linear-gradient(0deg, rgba(5,18,22,.62), transparent 42%); }
.hero-content { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding-top: clamp(160px, 21vh, 210px); animation: rise .8s .15s ease both; }
.location-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.location-pill span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(216,255,72,.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 830px; margin: 28px 0 24px; font: 700 clamp(52px, 6.4vw, 90px)/.98 "Manrope", sans-serif; letter-spacing: 0; }
h1 em { color: var(--lime); font-style: normal; }
.hero-copy { max-width: 610px; margin-bottom: 36px; color: rgba(255,255,255,.78); font-size: 19px; line-height: 1.6; }
.address-form { width: min(760px, 100%); }
.address-form > label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.address-control { display: grid; grid-template-columns: minmax(150px, 1fr) auto auto; align-items: center; min-height: 64px; background: var(--white); color: var(--ink); border: 3px solid var(--white); }
.address-control:focus-within { border-color: var(--lime); }
.address-control input { min-width: 0; height: 58px; padding: 0 0 0 18px; border: 0; outline: 0; font-size: 17px; }
.address-control > select { align-self: stretch; padding: 0 38px 0 12px; border: 0; border-left: 1px solid var(--line); border-radius: 0; background-color: var(--white); color: var(--ink); font-weight: 600; cursor: pointer; }
.address-control-contact { grid-template-columns: minmax(150px, 1fr) auto; }
.address-control button { align-self: stretch; padding: 0 22px; border: 0; background: var(--lime); color: var(--ink); font-weight: 700; cursor: pointer; }
.form-note { margin: 10px 0 0; color: rgba(255,255,255,.66); font-size: 13px; }
.scroll-cue { position: absolute; z-index: 1; right: max(24px, calc((100vw - var(--max))/2)); bottom: 34px; display: flex; gap: 14px; font-size: 13px; font-weight: 700; }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: 0 auto; padding: 24px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; font-weight: 700; text-align: center; }
.trust-strip span + span { border-left: 1px solid var(--line); }
.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: .75fr 1.4fr .85fr; gap: 48px; align-items: start; margin-bottom: 58px; }
.eyebrow { color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
h2 { font: 700 clamp(36px, 4.3vw, 58px)/1.08 "Manrope", sans-serif; letter-spacing: 0; }
.section-heading > p:last-child, .process-intro > p:last-child { color: var(--muted); line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit { position: relative; min-height: 310px; padding: 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.benefit.featured { background: var(--ink); color: var(--white); }
.benefit-number { position: absolute; top: 26px; right: 30px; color: #8c9699; font-size: 12px; }
.benefit-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 48px; border: 1px solid currentColor; font-weight: 800; }
.benefit.featured .benefit-icon { color: var(--lime); }
.benefit h3 { margin-bottom: 13px; font: 700 23px/1.2 "Manrope", sans-serif; }
.benefit p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.benefit.featured p { color: rgba(255,255,255,.65); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; border-top: 1px solid var(--line); }
.process-intro { position: sticky; top: 30px; align-self: start; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; background: var(--lime); font-size: 12px; font-weight: 800; }
.steps h3 { margin: 2px 0 9px; font: 700 21px/1.2 "Manrope", sans-serif; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 80px max(24px, calc((100vw - var(--max))/2)); background: var(--blue); color: var(--white); }
.final-cta .eyebrow { color: var(--lime); }
.final-cta h2 { margin-bottom: 0; }
.button-light { flex: 0 0 auto; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 55px max(24px, calc((100vw - var(--max))/2)); background: var(--ink); color: var(--white); }
footer > p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }
.brand-footer { font-size: 24px; }
.copyright { text-align: right; }

.subpage-header { position: static; left: auto; transform: none; margin: 0 auto; color: var(--ink); }
.subpage-header .brand { color: var(--ink); }
.subpage-header nav > a:not(.button) { opacity: .75; }
.page-main { min-height: 65vh; }
.page-hero { padding: 100px max(24px, calc((100vw - var(--max))/2)) 70px; background: var(--ink); color: var(--white); }
.page-hero h1 { margin-bottom: 0; font-size: clamp(44px, 6vw, 76px); hyphens: auto; overflow-wrap: anywhere; }
.page-hero p { max-width: 650px; color: rgba(255,255,255,.66); line-height: 1.7; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.contact-aside h2 { font-size: 38px; }
.contact-aside p { color: var(--muted); line-height: 1.7; }
.price-box { margin-top: 35px; padding: 28px; background: var(--ink); color: var(--white); }
.price-box strong { display: block; font: 700 34px/1 "Manrope", sans-serif; color: var(--lime); }
.price-box span { color: rgba(255,255,255,.6); font-size: 13px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border: 1px solid #cbd2ce; border-radius: 0; background: var(--white); outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(23,107,135,.12); }
.field textarea { min-height: 130px; resize: vertical; }
.checkbox { grid-column: 1 / -1; display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: 13px; line-height: 1.5; }
.checkbox input { width: 17px; height: 17px; accent-color: var(--blue); }
.checkbox a { text-decoration: underline; }
.contact-form .button { justify-self: start; cursor: pointer; }
.form-status { grid-column: 1 / -1; padding: 14px; background: #e6f4e8; color: #235b2a; }
.form-status-error { background: #fff0ed; color: #8c2d20; }
.honeypot { position: absolute; left: -9999px; }
.legal { max-width: 820px; }
.legal h2 { margin-top: 52px; font-size: 28px; }
.legal h3 { margin-top: 30px; font: 700 19px/1.3 "Manrope", sans-serif; }
.legal p, .legal li { color: #455159; line-height: 1.75; }
.legal a { text-decoration: underline; }
.legal-note { padding: 18px 20px; border-left: 4px solid #d6a114; background: #fff8df; color: #684d00 !important; }

@keyframes reveal { from { opacity: 0; transform: scale(1.08); } to { opacity: 1; transform: scale(1.02); } }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation: none !important; } }

@media (max-width: 780px) {
  .consent-actions { grid-template-columns: 1fr; }
  .site-header { width: calc(100% - 32px); height: 74px; }
  .site-header nav > a:not(.button) { display: none; }
  .hero { height: auto; min-height: 740px; }
  .hero-content { width: calc(100% - 32px); padding-top: 132px; }
  h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-copy { font-size: 17px; }
  .address-control { grid-template-columns: 1fr auto; }
  .address-control-contact { grid-template-columns: minmax(130px, 1fr) auto; }
  .address-control button { grid-column: 1 / -1; min-height: 54px; }
  .scroll-cue { display: none; }
  .trust-strip { grid-template-columns: 1fr 1fr; padding: 0 16px; }
  .trust-strip span { padding: 17px 5px; border-bottom: 1px solid var(--line); }
  .trust-strip span:nth-child(3) { border-left: 0; }
  .section { width: calc(100% - 32px); padding: 76px 0; }
  .section-heading, .process, .contact-layout { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { margin-bottom: 38px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 280px; padding: 30px; }
  .process-intro { position: static; }
  .final-cta { align-items: flex-start; flex-direction: column; padding-top: 60px; padding-bottom: 60px; }
  footer { grid-template-columns: 1fr; }
  footer nav { flex-wrap: wrap; gap: 18px; }
  .copyright { text-align: left; }
  .contact-form { grid-template-columns: 1fr; }
  .field-full, .checkbox { grid-column: 1; }
}