:root {
  --ink: #141817;
  --ink-soft: #34423c;
  --forest: #10251d;
  --green: #1f6b4d;
  --green-bright: #51c178;
  --cream: #f6f3ec;
  --paper: #fffefa;
  --white: #ffffff;
  --red: #d71920;
  --line: #d8ddd8;
  --muted: #65716c;
  --shadow: 0 26px 70px rgba(14, 28, 22, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; color: var(--white); background: var(--ink); }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(20, 24, 23, .09);
  background: rgba(255, 254, 250, .94);
  backdrop-filter: blur(16px);
}
.header-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: var(--white); background: var(--forest); font-size: 17px; font-weight: 900; letter-spacing: -.5px; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 18px; line-height: 1.05; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 38px); }
nav a { text-decoration: none; font-size: 14px; font-weight: 800; }
nav a:hover { color: var(--green); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 7px; font-weight: 900; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--ink); }
.button-primary { color: var(--white); background: var(--red); box-shadow: 0 10px 28px rgba(215, 25, 32, .2); }
.button-primary:hover { background: #bd1016; }
.button-light { color: var(--forest); background: var(--white); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.hero::before { content: ""; position: absolute; top: -260px; right: -180px; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.hero::after { content: "WP"; position: absolute; right: -20px; bottom: -135px; color: rgba(255,255,255,.025); font-size: 390px; font-weight: 900; line-height: 1; letter-spacing: -.11em; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr); gap: clamp(50px, 7vw, 100px); align-items: center; min-height: 690px; padding-block: 86px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--green-bright); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 25px; font-size: clamp(54px, 6.7vw, 90px); line-height: .95; letter-spacing: -.055em; }
h2 { margin-bottom: 18px; font-size: clamp(38px, 4.7vw, 60px); line-height: 1; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.15; letter-spacing: -.02em; }
.hero-lead { max-width: 750px; margin-bottom: 32px; color: #cedbd5; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.text-link { text-underline-offset: 5px; font-weight: 800; }
.text-link span { margin-left: 7px; }
.quick-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 820px; margin: 48px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.quick-trust li { padding-right: 24px; }
.quick-trust strong, .quick-trust span { display: block; }
.quick-trust strong { margin-bottom: 3px; font-size: 14px; }
.quick-trust span { color: #a9bbb3; font-size: 12px; }

.triage-card { position: relative; padding: 32px; color: var(--ink); background: var(--cream); border-top: 5px solid var(--red); box-shadow: var(--shadow); }
.triage-card::after { content: ""; position: absolute; right: -14px; bottom: -14px; z-index: -1; width: 90%; height: 90%; border: 1px solid rgba(255,255,255,.2); }
.triage-top { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(215,25,32,.12); }
.triage-card h2 { font-size: 34px; }
.triage-card ul { margin: 26px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.triage-card li { display: grid; grid-template-columns: 40px 1fr; align-items: center; min-height: 61px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 800; }
.triage-card li > span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--green); background: #e4ece6; border-radius: 4px; font-size: 14px; font-weight: 900; }
.triage-card li .code { font-size: 10px; }
.triage-card > a { color: var(--green); font-size: 14px; font-weight: 900; text-underline-offset: 4px; }

.proof-strip { border-bottom: 1px solid var(--line); background: var(--cream); }
.proof-inner { display: grid; grid-template-columns: repeat(5, 1fr); min-height: 88px; align-items: center; }
.proof-inner span { display: flex; align-items: center; justify-content: center; min-height: 30px; padding: 0 18px; border-right: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-align: center; text-transform: uppercase; }
.proof-inner span:first-child { border-left: 1px solid var(--line); }

.section { padding-block: 110px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.split-heading h2 { max-width: 750px; }
.split-heading > p { margin-bottom: 8px; color: var(--muted); font-size: 18px; }
.repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.repair-card { position: relative; min-height: 325px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: inherit; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.repair-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: var(--shadow); }
.repair-card.featured { color: var(--white); background: var(--green); }
.repair-card.featured p { color: #d5e9de; }
.card-number { position: absolute; top: 24px; right: 25px; color: #a5aea9; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.featured .card-number { color: rgba(255,255,255,.6); }
.icon-box { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 38px; color: var(--green); border: 1px solid var(--line); font-size: 17px; font-weight: 900; }
.featured .icon-box { color: var(--white); border-color: rgba(255,255,255,.3); }
.repair-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.card-link { display: inline-block; margin-top: 22px; color: var(--green); font-size: 12px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.featured .card-link { color: var(--white); }

.dark-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.dark-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, #000); }
.process-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.process-intro { position: sticky; top: 120px; }
.process-intro > p:not(.eyebrow) { max-width: 520px; margin-bottom: 28px; color: #afbbb6; font-size: 18px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li > span { display: grid; place-items: center; width: 55px; height: 55px; color: var(--green-bright); border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 12px; font-weight: 900; }
.steps h3 { margin-bottom: 9px; font-size: 28px; }
.steps p { max-width: 580px; margin-bottom: 0; color: #acb8b3; }

.fit-section { padding-bottom: 80px; }
.fit-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 70px; color: var(--ink); background: var(--cream); border-left: 6px solid var(--green); }
.fit-panel h2 { max-width: 530px; margin-bottom: 0; }
.fit-list { margin: 0; padding: 0; list-style: none; }
.fit-list li { position: relative; padding: 15px 0 15px 38px; border-bottom: 1px solid var(--line); font-weight: 700; }
.fit-list li::before { content: "✓"; position: absolute; left: 4px; top: 13px; color: var(--green); font-size: 18px; font-weight: 900; }

.pricing-preview { background: #edf2ee; }
.pricing-preview-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.pricing-preview-grid > div:first-child > p:not(.eyebrow) { max-width: 570px; color: var(--muted); font-size: 18px; }
.price-list { border-top: 1px solid #cbd5ce; }
.price-list div { display: flex; justify-content: space-between; gap: 30px; padding: 23px 4px; border-bottom: 1px solid #cbd5ce; }
.price-list span { color: var(--ink-soft); font-weight: 700; }
.price-list strong { color: var(--green); white-space: nowrap; }

/* Service and pricing pages */
.inner-hero { color: var(--white); background: var(--forest); }
.inner-hero .shell { padding-block: 86px; }
.breadcrumbs { margin: 0 0 28px; color: #a9bbb3; font-size: 12px; font-weight: 800; }
.breadcrumbs a { text-underline-offset: 4px; }
.inner-hero h1 { max-width: 960px; font-size: clamp(48px, 6vw, 78px); }
.inner-hero .hero-lead { max-width: 820px; }
.inner-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 90px; align-items: start; }
.article-copy h2 { margin-top: 58px; font-size: clamp(32px, 4vw, 48px); }
.article-copy h2:first-child { margin-top: 0; }
.article-copy h3 { margin-top: 34px; }
.article-copy p, .article-copy li { color: var(--ink-soft); font-size: 17px; }
.article-copy ul { padding-left: 22px; }
.article-copy li { margin-bottom: 10px; }
.service-aside { position: sticky; top: 110px; padding: 30px; background: var(--cream); border-top: 5px solid var(--red); }
.service-aside h2 { font-size: 28px; }
.service-aside .aside-price { margin: 18px 0; color: var(--green); font-size: 28px; font-weight: 900; }
.service-aside ul { padding-left: 20px; color: var(--ink-soft); font-size: 14px; }
.service-aside .button { width: 100%; margin-top: 12px; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-links a { padding: 24px; border: 1px solid var(--line); background: var(--white); font-weight: 900; text-decoration: none; }
.related-links a:hover { border-color: var(--green); color: var(--green); }
.pricing-table { width: 100%; border-collapse: collapse; margin: 34px 0; }
.pricing-table th, .pricing-table td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: left; }
.pricing-table th { color: var(--muted); background: var(--cream); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.pricing-table td:last-child { color: var(--green); font-weight: 900; white-space: nowrap; }
.note-box { margin: 35px 0; padding: 28px; background: var(--cream); border-left: 5px solid var(--green); }
.note-box p:last-child { margin-bottom: 0; }

.faq-section { padding-top: 40px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.sticky-heading { position: sticky; top: 120px; }
.sticky-heading p:last-child { max-width: 460px; color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 26px 55px 26px 0; font-size: 19px; font-weight: 900; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--green); font-size: 27px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 720px; padding: 0 55px 26px 0; margin: 0; color: var(--muted); }

.request-section { color: var(--white); background: var(--green); }
.request-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.request-copy { position: sticky; top: 120px; }
.request-copy > p:not(.eyebrow) { max-width: 500px; color: #d4e8dc; font-size: 18px; }
.contact-methods { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.28); }
.contact-methods a, .contact-methods span { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.28); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.contact-methods small { display: block; margin-bottom: 2px; color: #b9d7c5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.repair-form { padding: 38px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.repair-form label { display: grid; gap: 8px; margin-bottom: 19px; font-size: 13px; font-weight: 900; }
.repair-form label > span { color: var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
input, select, textarea { width: 100%; border: 1px solid #cfd7d2; border-radius: 4px; color: var(--ink); background: #fbfcfa; outline: none; }
input, select { height: 51px; padding: 0 13px; }
textarea { min-height: 145px; padding: 13px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,107,77,.12); }
.repair-form .consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 600; }
.repair-form .consent input { width: 18px; height: 18px; margin-top: 2px; }
.repair-form .consent span { color: inherit; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.submit-button { width: 100%; border: 0; }
.submit-button span { margin-left: 9px; }
.submit-button[disabled] { opacity: .65; cursor: wait; }
.form-status { min-height: 22px; margin: 13px 0 0; font-size: 13px; font-weight: 800; }
.form-status.success { color: var(--green); }
.form-status.error { color: var(--red); }

footer { padding-block: 34px; color: #c0cbc6; background: #0d1713; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-brand .brand-mark { background: var(--green); }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: #92a39c; }
.footer-inner p { margin: 0; font-size: 12px; text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; font-size: 12px; font-weight: 800; }
.mobile-bar { display: none; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 72px; }
  .hero-copy { max-width: 850px; }
  .triage-card { max-width: 620px; }
  .split-heading, .fit-panel, .faq-grid, .request-grid, .pricing-preview-grid, .service-layout { grid-template-columns: 1fr; gap: 42px; }
  .repair-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; gap: 60px; }
  .process-intro, .sticky-heading, .request-copy { position: static; }
  .service-aside { position: static; }
  .proof-inner { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; }
  .fit-panel { padding: 52px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner > p { display: none; }
}

@media (max-width: 680px) {
  body { padding-bottom: 62px; }
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .header-call { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .hero-grid { padding-block: 58px; gap: 44px; }
  h1 { font-size: clamp(48px, 14vw, 68px); }
  h2 { font-size: 39px; }
  .hero-lead { font-size: 18px; }
  .quick-trust { grid-template-columns: 1fr; gap: 18px; }
  .quick-trust li { padding-right: 0; }
  .triage-card { padding: 27px 22px; }
  .section { padding-block: 76px; }
  .split-heading { margin-bottom: 36px; }
  .repair-grid { grid-template-columns: 1fr; }
  .repair-card { min-height: 285px; padding: 29px; }
  .process-grid { gap: 48px; }
  .steps li { grid-template-columns: 55px 1fr; gap: 17px; }
  .steps li > span { width: 48px; height: 48px; }
  .fit-section { padding-bottom: 45px; }
  .fit-panel { padding: 36px 25px; }
  .faq-section { padding-top: 20px; }
  .request-grid { gap: 38px; }
  .related-links { grid-template-columns: 1fr; }
  .pricing-table { font-size: 14px; }
  .pricing-table th, .pricing-table td { padding: 14px 10px; }
  .repair-form { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; box-shadow: 0 -8px 26px rgba(0,0,0,.17); }
  .mobile-bar a { display: grid; place-items: center; color: var(--white); background: var(--ink); font-size: 13px; font-weight: 900; text-decoration: none; }
  .mobile-bar a:last-child { background: var(--red); }
}

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