
:root {
  --ink: #101418;
  --ink-soft: #1a2025;
  --paper: #fff;
  --mist: #f2f4f5;
  --muted: #667079;
  --accent: #f15a24;
  --accent-dark: #d94712;
  --line: #dfe3e5;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(0,0,0,.1);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body), Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: var(--font-display), Arial, sans-serif; line-height: 1.04; letter-spacing: -.04em; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(3.25rem, 7vw, 6.5rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.4rem, 5vw, 4.4rem); }
h1 em,h2 em { color: var(--accent); font: inherit; font-style: normal; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px,calc((100vw - var(--max))/2)); color: white; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-display); font-size: 20px; font-weight: 850; letter-spacing: -.035em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 10px; background: var(--accent); color: white; font-size: 13px; box-shadow: 0 8px 25px rgba(0,0,0,.2); }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 800; }
nav a:hover { color: #ffb69b; }
.nav-cta { padding: 12px 19px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; }
.nav-cta:hover { color: var(--ink); background: white; }

.hero,.landing-hero { position: relative; min-height: 790px; display: flex; align-items: flex-end; overflow: hidden; color: white; background: #14191d; }
.hero::before,.landing-hero::before { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg,rgba(7,10,12,.96) 0%,rgba(7,10,12,.8) 48%,rgba(7,10,12,.18) 100%),url('https://images.pexels.com/photos/7639370/pexels-photo-7639370.jpeg?auto=compress&cs=tinysrgb&w=2200') center/cover; content: ""; }
.hero-copy,.landing-hero > * { position: relative; z-index: 1; }
.hero-copy { width: min(calc(100% - 40px),var(--max)); margin: 0 auto; padding: 155px 0 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: inherit; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 4px; background: var(--accent); content: ""; }
.hero-intro,.landing-hero > p:not(.eyebrow) { max-width: 680px; color: #d6dadd; font-size: clamp(1.05rem,1.7vw,1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 25px; border: 2px solid var(--accent); border-radius: 999px; background: var(--accent); color: white; font-size: 14px; font-weight: 850; transition: transform .2s,background .2s; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); border-color: var(--accent-dark); }
.text-link { min-height: 54px; display: inline-flex; align-items: center; padding: 0 21px; border: 2px solid rgba(255,255,255,.45); border-radius: 999px; color: white; font-size: 14px; font-weight: 800; }
.text-link:hover { color: var(--ink); background: white; border-color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 14px 30px; max-width: 750px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); color: white; font-size: 13px; font-weight: 750; }
.trust-row span::first-letter { color: var(--accent); }
.intro-band { display: flex; justify-content: center; gap: 10px; padding: 22px 28px; color: white; background: var(--accent); }
.intro-band p { margin: 0; color: rgba(255,255,255,.85); }

.section { padding: 100px max(20px,calc((100vw - var(--max))/2)); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 17px; }
.services { background: white; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 25px rgba(0,0,0,.035); }
.service-card > span { color: var(--accent-dark); font-size: 34px; font-weight: 900; }
.service-card h3 { margin: 46px 0 12px; font-size: 22px; }
.service-card p { margin: 0; color: var(--muted); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; color: white; background: var(--ink); }
.light { color: white; }
.process-copy > p:last-child { max-width: 490px; color: #bbc2c7; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps > li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); font-weight: 900; }
.steps h3 { margin: 2px 0 7px; font-size: 20px; }
.steps p { margin: 0; color: #bbc2c7; }

.local { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; background: var(--mist); }
.local-badge { display: grid; place-items: center; min-height: 400px; border-radius: var(--radius); background: linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.18)),url('https://images.pexels.com/photos/37489058/pexels-photo-37489058.jpeg?auto=compress&cs=tinysrgb&w=1200') center/cover; color: white; font-size: clamp(3rem,7vw,6rem); font-weight: 900; box-shadow: var(--shadow); }
.local p:last-child { max-width: 680px; color: var(--muted); font-size: 17px; }

.landing-links { background: white; }
.link-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.link-columns > div { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); }
.link-columns h3 { margin-bottom: 18px; font-size: 22px; }
.link-columns a { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); font-weight: 750; }
.link-columns a span { color: var(--accent); }

.landing-hero { min-height: 700px; display: block; padding: 210px max(20px,calc((100vw - var(--max))/2)) 95px; }
.landing-hero h1 { position: relative; z-index: 1; }
.landing-hero > p:not(.eyebrow) { position: relative; z-index: 1; }
.landing-hero .hero-actions { position: relative; z-index: 1; }
.landing-problems { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: start; background: var(--mist); }
.landing-problems ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.landing-problems li { display: flex; gap: 15px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; font-weight: 750; }
.landing-problems li span { color: var(--accent); }
.landing-explain { display: grid; grid-template-columns: .35fr 1fr; gap: 75px; color: white; background: var(--ink); }
.explain-number { color: var(--accent); font-size: clamp(2.5rem,5vw,4.5rem); font-weight: 900; }
.landing-explain > div:last-child > p:not(.eyebrow) { max-width: 760px; color: #bbc2c7; font-size: 17px; }
.mini-process { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; color: white; font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.mini-process i { color: var(--accent); font-style: normal; }
.related-pages { background: white; }
.related-pages > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.related-pages a { display: flex; justify-content: space-between; padding: 22px 24px; border: 1px solid var(--line); border-radius: 12px; font-weight: 800; }
.related-pages a span { color: var(--accent); }

.contact { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; padding: 100px max(20px,calc((100vw - var(--max))/2)); color: white; background: var(--accent); }
.contact-card { padding: 38px; border-radius: var(--radius); background: white; color: var(--ink); box-shadow: var(--shadow); }
.contact-card h3 { margin-bottom: 14px; font-size: 28px; }
.contact-card p { color: var(--muted); }
.button-light { width: 100%; background: var(--ink); border-color: var(--ink); }
.contact-details { display: grid; gap: 10px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.contact-details a { font-weight: 750; }
.contact-details a:hover { color: var(--accent-dark); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 36px max(20px,calc((100vw - var(--max))/2)); color: #bfc5c9; background: var(--ink); font-size: 12px; }
.footer-brand { color: white; }

@media(max-width:900px) {
  .site-header { padding: 0 24px; }
  nav a:not(.nav-cta) { display: none; }
  .section-heading,.process,.local,.contact,.landing-problems,.landing-explain { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .local-badge { min-height: 430px; }
}

@media(max-width:600px) {
  .site-header { height: 76px; }
  .brand { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .nav-cta { padding: 10px 13px; font-size: 11px; }
  .hero { min-height: 760px; }
  .hero-copy { width: min(calc(100% - 28px),var(--max)); padding: 130px 0 58px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button,.text-link { width: 100%; }
  .trust-row { flex-direction: column; gap: 8px; }
  .intro-band { flex-direction: column; align-items: center; gap: 2px; text-align: center; }
  .section { padding: 74px 18px; }
  .section-heading { gap: 20px; margin-bottom: 38px; }
  .service-grid,.link-columns,.related-pages > div { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .process { gap: 45px; }
  .local { gap: 45px; }
  .local-badge { min-height: 330px; }
  .landing-hero { min-height: 720px; padding: 155px 18px 65px; }
  .contact { padding: 74px 18px; gap: 42px; }
  .contact-card { padding: 27px 22px; }
  footer { flex-direction: column; text-align: center; }
}

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