:root {
  --ink: #161616;
  --muted: #5d5d5d;
  --surface: #ffffff;
  --soft: #f6f4ef;
  --line: #ded8cc;
  --accent: #c82127;
  --accent-dark: #97171d;
  --gold: #f2b544;
  --charcoal: #24211f;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 10; padding: .75rem 1rem; background: #fff; border: 2px solid var(--accent); border-radius: 6px; }
.skip-link:focus { top: 1rem; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(36,33,31,.1); backdrop-filter: blur(12px); }
.nav, .footer { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--accent); border-radius: 6px; box-shadow: 0 8px 20px rgba(200,33,39,.22); }
.nav-links { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.6rem); color: var(--charcoal); font-size: .95rem; font-weight: 800; }
.nav-cta { padding: .7rem 1rem; color: #fff; background: var(--accent); border-radius: 6px; }
.hero { position: relative; min-height: 730px; display: grid; align-items: center; overflow: hidden; background: var(--charcoal); }
.compact-hero { min-height: 470px; }
.hero-image, .hero-overlay, .hero-solid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(20,18,16,.9) 0%, rgba(20,18,16,.68) 42%, rgba(20,18,16,.12) 100%), linear-gradient(0deg, rgba(0,0,0,.36), rgba(0,0,0,.04)); }
.hero-solid { background: radial-gradient(circle at 85% 20%, rgba(242,181,68,.22), transparent 28%), linear-gradient(135deg, #1d1a18, #332f2b); }
.hero-content { position: relative; width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; color: #fff; }
.eyebrow { margin: 0 0 .85rem; color: var(--accent); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1 { max-width: 820px; font-size: clamp(2.7rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.25rem; }
.hero-copy { max-width: 690px; margin: 1.4rem 0 0; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions, .cta-band { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; }
.hero-actions { margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .9rem 1.25rem; border-radius: 6px; font-weight: 900; }
.button.primary { color: #fff; background: var(--accent); box-shadow: 0 14px 30px rgba(151,23,29,.28); }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.call-button { font-size: 1.05rem; }
.trust-bar { display: grid; grid-template-columns: repeat(3, 1fr); width: min(var(--max), calc(100% - 2rem)); margin: -54px auto 0; position: relative; z-index: 2; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(36,33,31,.12); }
.trust-bar div { padding: 1.25rem; border-right: 1px solid var(--line); }
.trust-bar div:last-child { border-right: 0; }
.trust-bar strong, .trust-bar span { display: block; }
.trust-bar span { color: var(--muted); font-size: .95rem; }
.section { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; padding: 5rem 0; }
.section-heading { max-width: 790px; margin-bottom: 2rem; }
.section-heading p, .text-section p { color: var(--muted); font-size: 1.08rem; }
.text-section p { max-width: 880px; }
.services, .process { width: 100%; max-width: none; padding-inline: max(1rem, calc((100% - var(--max)) / 2)); background: var(--soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { padding: 1.35rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.service-card h3 a { text-decoration: none; }
.service-card p { margin: .75rem 0 0; color: var(--muted); }
.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.answer-card { padding: 1.35rem; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }
.answer-card p { margin: .75rem 0 0; color: var(--muted); }
.blog-card-date, .post-meta { color: var(--muted); font-size: .95rem; font-weight: 850; }
.post-meta { margin: .75rem 0 1rem; }
.cta-band { justify-content: space-between; width: min(var(--max), calc(100% - 2rem)); margin: 5rem auto 0; padding: clamp(1.5rem, 4vw, 3rem); color: #fff; background: var(--charcoal); border-radius: 8px; }
.cta-band .eyebrow { color: var(--gold); }
.cta-band p:not(.eyebrow) { max-width: 560px; margin: .75rem 0 0; color: rgba(255,255,255,.78); }
.area-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; padding: 0; margin: 0; list-style: none; }
.area-list li { background: var(--soft); border: 1px solid var(--line); border-radius: 6px; font-weight: 850; }
.area-list a { display: block; padding: 1rem; }
.link-block { margin-top: 1.25rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; margin: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 4.5rem 1.25rem 1.25rem; background: #fff; border: 1px solid var(--line); border-radius: 8px; counter-increment: step; }
.steps li::before { content: counter(step); position: absolute; top: 1.15rem; left: 1.25rem; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--accent); border-radius: 6px; font-weight: 900; }
.steps strong, .steps span { display: block; }
.steps span { margin-top: .5rem; color: var(--muted); }
.faq-list { display: grid; gap: .75rem; }
details { padding: 1.15rem 1.25rem; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }
summary { cursor: pointer; font-weight: 900; }
details p { margin: .75rem 0 0; color: var(--muted); }
.article-body ul, .article-body ol { max-width: 880px; color: var(--muted); }
.article-body li { margin-bottom: .55rem; }
.article-body blockquote { max-width: 880px; margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--accent); background: var(--soft); color: var(--charcoal); font-weight: 800; }
.article-body table { width: min(880px, 100%); border-collapse: collapse; margin: 1.5rem 0; background: #fff; }
.article-body th, .article-body td { padding: .85rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--soft); color: var(--charcoal); }
.mobile-call-bar { display: none; }
.footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem 0 5rem; border-top: 1px solid var(--line); }
.footer p { margin: 1rem 0 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; font-weight: 800; }
@media (max-width: 900px) {
  .nav { align-items: flex-start; flex-direction: column; padding: 1rem 0; }
  .nav-links { width: 100%; overflow-x: auto; padding-bottom: .25rem; }
  .hero { min-height: 650px; }
  .compact-hero { min-height: 470px; }
  .trust-bar, .service-grid, .answer-grid, .area-list, .steps { grid-template-columns: 1fr; }
  .trust-bar div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-bar div:last-child { border-bottom: 0; }
  .section { padding: 4rem 0; }
  .footer { flex-direction: column; }
}
@media (max-width: 560px) {
  .nav-links { font-size: .88rem; }
  h1 { font-size: 2.5rem; }
  .button { width: 100%; }
  .mobile-call-bar { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 9; background: var(--accent); color: #fff; text-align: center; font-weight: 950; box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-call-bar a { display: block; padding: 1rem; }
}