:root {
  --garnet: #74142d;
  --garnet-dark: #4d0c20;
  --teal: #25aaa2;
  --teal-dark: #167c78;
  --ink: #172224;
  --muted: #5b6668;
  --cream: #f7f4ef;
  --white: #fff;
  --line: #dfe5e3;
  --shadow: 0 20px 60px rgba(25, 45, 44, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.site-header { min-height: 92px; padding: 12px clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(23, 34, 36, .08); background: rgba(255, 255, 255, .96); position: relative; z-index: 20; }
.brand { text-decoration: none; display: flex; align-items: center; gap: 16px; }
.brand img { width: 210px; height: 62px; object-fit: contain; object-position: left center; }
.brand span { color: var(--garnet); font-weight: 800; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; border-left: 1px solid var(--line); padding-left: 16px; }
.header-call { text-decoration: none; text-align: right; color: var(--garnet); }
.header-call small { display: block; color: var(--muted); font-weight: 700; }
.header-call strong { font-size: 23px; }

.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); background: linear-gradient(135deg, var(--cream), #fff); overflow: hidden; }
.hero-copy { padding: clamp(64px, 8vw, 112px) clamp(24px, 7vw, 112px); align-self: center; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: 13px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(46px, 6vw, 82px); color: var(--garnet-dark); }
h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 56px); color: var(--garnet-dark); }
h3 { margin-bottom: 12px; font-size: 25px; }
.hero-lead { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 28px; }
.button { min-height: 54px; padding: 15px 23px; border: 2px solid transparent; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; font: inherit; font-weight: 850; text-decoration: none; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background .15s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(77, 12, 32, .16); }
.button.primary { color: var(--white); background: var(--garnet); }
.button.secondary { color: var(--garnet); background: transparent; border-color: var(--garnet); }
.trust-list { display: flex; flex-wrap: wrap; gap: 14px 28px; margin: 0; padding: 0; list-style: none; color: var(--ink); font-weight: 750; }
.trust-list li::before { content: "✓"; margin-right: 8px; color: var(--teal-dark); }
.hero-image { position: relative; min-height: 620px; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,244,239,.35), transparent 25%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }

.section { padding: clamp(72px, 9vw, 124px) clamp(22px, 7vw, 110px); }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.cards { max-width: 1220px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { min-height: 280px; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 8px 30px rgba(25, 45, 44, .05); }
.card-number { width: 48px; height: 48px; margin-bottom: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal-dark); font-weight: 900; }
.card p { color: var(--muted); }

.process { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); background: var(--garnet-dark); color: var(--white); }
.process h2, .process .eyebrow { color: var(--white); }
.process-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.78); font-size: 19px; }
.text-link { display: inline-block; margin-top: 18px; color: #6de0d8; font-weight: 850; text-decoration: none; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { padding: 26px 0 26px 70px; border-bottom: 1px solid rgba(255,255,255,.2); position: relative; counter-increment: steps; }
.steps li::before { content: counter(steps); position: absolute; left: 0; top: 23px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #6de0d8; font-weight: 900; }
.steps strong, .steps span { display: block; }
.steps strong { font-size: 21px; }
.steps span { margin-top: 5px; color: rgba(255,255,255,.72); }

.area { background: var(--cream); }
.counties { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.counties span { padding: 12px 18px; border: 1px solid rgba(116,20,45,.18); border-radius: 999px; color: var(--garnet); background: var(--white); font-weight: 800; }

.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.quote-copy { position: sticky; top: 30px; }
.quote-copy > p:not(.eyebrow):not(.hours) { max-width: 470px; color: var(--muted); font-size: 18px; }
.phone-display { display: block; margin-top: 28px; color: var(--garnet); font-size: clamp(30px, 4vw, 48px); font-weight: 950; text-decoration: none; }
.hours { color: var(--muted); font-weight: 700; }
.quote-form { padding: clamp(24px, 4vw, 44px); border-radius: 18px; background: var(--cream); box-shadow: var(--shadow); }
.quote-form label { display: block; margin-bottom: 18px; color: var(--ink); font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid #bdc8c5; border-radius: 8px; background: var(--white); color: var(--ink); font: inherit; font-weight: 500; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--teal-dark); outline: 3px solid rgba(37,170,162,.14); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form .button { width: 100%; }
.form-note { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 12px; }

footer { padding: 45px clamp(22px, 7vw, 110px); display: flex; justify-content: space-between; gap: 40px; color: rgba(255,255,255,.82); background: #11191a; }
.footer-brand { max-width: 500px; }
.footer-brand img { width: 220px; height: 70px; object-fit: contain; object-position: left center; filter: drop-shadow(0 1px 0 rgba(255,255,255,.8)); }
.footer-contact { display: flex; flex-direction: column; gap: 5px; text-align: right; }
.footer-contact a { color: var(--white); font-weight: 750; text-decoration: none; }
.mobile-call { display: none; }

@media (max-width: 920px) {
  .brand span { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 54px; }
  .hero-image { min-height: 440px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .process, .quote { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .site-header { min-height: 75px; padding: 8px 16px; }
  .brand img { width: 155px; height: 52px; }
  .header-call { display: none; }
  .hero-copy { padding: 54px 20px 44px; }
  h1 { font-size: 45px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .hero-image { min-height: 370px; }
  .section { padding: 68px 20px; }
  .section-heading { text-align: left; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { flex-direction: column; }
  .footer-contact { text-align: left; }
  .mobile-call { display: flex; position: fixed; z-index: 100; left: 0; right: 0; bottom: 0; min-height: 64px; align-items: center; justify-content: center; color: var(--white); background: var(--garnet); font-weight: 900; text-decoration: none; box-shadow: 0 -8px 30px rgba(0,0,0,.18); }
}
.form-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.consent-check {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.65rem;
  font-size: 0.78rem;
  line-height: 1.4;
}

.consent-check input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  font-weight: 700;
}

.form-status.success { color: #17633a; }
.form-status.error { color: #9b1c31; }
.quote-form button:disabled { opacity: 0.65; cursor: wait; }
