:root {
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-soft: #fff1e6;
  --ink: #0f172a;
  --muted: #475569;
  --light: #fff8f1;
  --white: #ffffff;
  --line: #fed7aa;
  --shadow: 0 24px 70px rgba(249, 115, 22, 0.16);
  --radius: 2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--light);
  color: var(--ink);
  line-height: 1.5;
}
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; text-align: left; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 18px;
  background: linear-gradient(135deg, #fb923c, var(--orange-dark));
  color: white; font-weight: 900; font-size: 20px; box-shadow: 0 10px 25px rgba(249, 115, 22, .28);
}
.brand-text { display: grid; line-height: 1.1; }
.brand-name { font-size: 19px; font-weight: 900; color: var(--ink); }
.brand-subtitle { margin-top: 3px; color: #64748b; font-size: 11px; text-transform: uppercase; letter-spacing: .22em; font-weight: 800; }

.desktop-nav { display: flex; align-items: center; gap: 22px; }
.nav-link { color: #334155; font-size: 14px; font-weight: 800; padding: 8px 0; }
.nav-link:hover, .nav-link.active { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { font-weight: 900; font-size: 14px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border-radius: 999px; padding: 13px 22px; font-weight: 900; border: 0; line-height: 1.2;
}
.btn-large { padding: 16px 28px; font-size: 16px; }
.btn-orange { background: var(--orange); color: white; box-shadow: 0 16px 30px rgba(249, 115, 22, .24); }
.btn-orange:hover { background: var(--orange-dark); }
.btn-white { background: white; color: var(--ink); border: 2px solid #e2e8f0; }
.btn-outline-white { border: 2px solid rgba(255,255,255,.75); color: white; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.hero, .service-hero {
  background:
    radial-gradient(circle at top right, rgba(249,115,22,.22), transparent 32%),
    linear-gradient(180deg, #fff8f1 0%, #fff 100%);
}
.hero-grid, .service-hero-grid {
  display: grid; grid-template-columns: 1.04fr .96fr; gap: 42px; align-items: center; padding: 64px 0 78px;
}
.service-hero-grid { grid-template-columns: 1fr .9fr; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; border: 1px solid var(--line); border-radius: 999px;
  color: #c2410c; font-size: 14px; font-weight: 900; padding: 8px 16px; margin-bottom: 24px;
  box-shadow: 0 8px 18px rgba(15,23,42,.04);
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.04em; margin-bottom: 24px; }
h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.1; letter-spacing: -0.03em; margin-bottom: 16px; }
h3 { font-size: 22px; line-height: 1.18; margin-bottom: 12px; }
.hero-copy { font-size: clamp(18px, 2vw, 20px); color: var(--muted); max-width: 760px; line-height: 1.75; margin-bottom: 30px; }

.coverage-panel, .who-card, .review-card, .info-card, .service-card, .diy-card, .contact-form {
  background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow);
}
.coverage-panel { padding: 24px; }
.coverage-panel-top { background: linear-gradient(135deg, #fb923c, var(--orange), var(--orange-dark)); color: white; padding: 34px; border-radius: 24px 24px 0 0; }
.coverage-panel-top p { color: rgba(255,255,255,.9); font-size: 13px; letter-spacing: .22em; text-transform: uppercase; font-weight: 900; margin-bottom: 12px; }
.coverage-panel-top h2 { margin-bottom: 0; color: white; }
.coverage-panel-list { background: #020617; padding: 12px; border-radius: 0 0 24px 24px; }
.panel-item { display: flex; gap: 16px; padding: 16px; text-align: left; color: white; border-radius: 18px; background: transparent; }
.panel-item:hover { background: rgba(255,255,255,.1); }
.panel-icon { display: grid; place-items: center; flex: 0 0 48px; height: 48px; border-radius: 16px; background: rgba(255,255,255,.1); color: #fdba74; font-weight: 900; }
.panel-item strong { display: block; font-size: 18px; margin-bottom: 4px; }
.panel-item small { display: block; color: #cbd5e1; line-height: 1.6; font-size: 14px; }

.section { padding: 72px 0; }
.white-section { background: white; }
.section-intro { max-width: 760px; margin-bottom: 38px; }
.section-label, .dark-label { color: var(--orange-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .22em; font-weight: 900; margin-bottom: 12px; }
.section-intro p:not(.section-label), .contact-grid > div > p { color: var(--muted); font-size: 18px; line-height: 1.75; }

.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.service-card, .info-card { padding: 30px; }
.service-card { box-shadow: none; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card p, .info-card p, .mini-card p, .faq-grid p { color: var(--muted); line-height: 1.7; }
.card-icon { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 18px; background: var(--orange-soft); color: var(--orange-dark); font-weight: 900; font-size: 24px; margin-bottom: 22px; }

.why-grid, .review-grid, .contact-grid, .cta-grid { display: grid; gap: 32px; align-items: center; }
.why-grid { grid-template-columns: .85fr 1.15fr; }
.dark-card, .planning-card { background: #020617; color: white; border-radius: var(--radius); padding: 34px; }
.dark-card p:not(.dark-label), .planning-card p { color: #cbd5e1; font-size: 18px; line-height: 1.75; }
.dark-label { color: #fdba74; }
.mini-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mini-card { border: 1px solid #e2e8f0; background: #f8fafc; border-radius: 24px; padding: 24px; }
.mini-card span { color: var(--orange); font-weight: 900; font-size: 26px; display: inline-block; margin-bottom: 14px; }

.review-grid { grid-template-columns: .9fr 1.1fr; }
.review-card { padding: 32px; }
.stars { color: var(--orange); letter-spacing: 2px; font-weight: 900; margin-bottom: 18px; }
blockquote { margin: 0; font-size: 21px; font-weight: 800; line-height: 1.6; }
.review-name { margin: 18px 0 0; font-weight: 900; color: #334155; }

.who-card { padding: 28px; background: #020617; color: white; }
.who-card p { color: #fdba74; font-size: 13px; text-transform: uppercase; letter-spacing: .22em; font-weight: 900; }
.who-card ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 12px; }
.who-card li { background: rgba(255,255,255,.08); border-radius: 18px; padding: 14px 16px; font-weight: 800; }

.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li { color: #334155; font-weight: 700; display: flex; gap: 10px; }
.check-list li::before { content: "✓"; color: var(--orange); font-weight: 900; }

.diy-section { padding-top: 0; }
.diy-card { padding: 36px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 32px; align-items: center; }
.diy-card p:not(.section-label) { color: var(--muted); font-size: 18px; line-height: 1.75; }
.diy-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

.planning-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; }

.cta-band { background: var(--orange); color: white; padding: 54px 0; }
.cta-grid { grid-template-columns: 1fr auto; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 13px; text-transform: uppercase; letter-spacing: .22em; font-weight: 900; margin-bottom: 8px; }
.cta-band h2 { color: white; margin-bottom: 10px; }
.cta-band span { display: block; color: rgba(255,255,255,.95); font-size: 18px; font-weight: 600; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-grid article { background: white; border: 1px solid #e2e8f0; border-radius: 22px; padding: 24px; }

.contact-grid { grid-template-columns: .85fr 1.15fr; }
.contact-links { margin-top: 28px; display: grid; gap: 12px; font-size: 19px; font-weight: 900; }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 30px; background: var(--light); }
.contact-form .full { grid-column: 1 / -1; }
.contact-form label { font-weight: 800; }
.contact-form input, .contact-form textarea {
  display: block; width: 100%; margin-top: 8px; border: 1px solid #cbd5e1; background: white; border-radius: 14px; padding: 14px 16px; outline: none;
}
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(249,115,22,.14); }
.form-note { grid-column: 1 / -1; color: #64748b; font-size: 14px; line-height: 1.6; margin: 0; }
.form-status { grid-column: 1 / -1; margin: 0; color: #166534; font-weight: 900; }
.hidden-frame { display: none; width: 0; height: 0; border: 0; }

.site-footer { background: #020617; color: #cbd5e1; padding: 42px 0; }
.footer-top { display: flex; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 28px; }
.footer-brand { color: white; font-size: 21px; font-weight: 900; margin-bottom: 8px; }
.footer-contact { text-align: right; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; padding-top: 22px; font-size: 14px; font-weight: 800; }
.footer-links a { color: #fdba74; }
.footer-links a:hover { color: white; }
.footer-disclaimer { padding-top: 24px; font-size: 12px; line-height: 1.75; color: #94a3b8; }

.privacy-main { padding: 72px 0; }
.privacy-card { background: #fff; border: 1px solid #fed7aa; border-radius: 28px; padding: 36px; box-shadow: var(--shadow); }
.privacy-card h2 { margin-top: 32px; font-size: 26px; }
.privacy-card p, .privacy-card li { color: var(--muted); font-size: 17px; line-height: 1.75; }

@media (max-width: 920px) {
  .desktop-nav, .header-actions { display: none; }
  .hero-grid, .service-hero-grid, .why-grid, .review-grid, .contact-grid, .cta-grid, .planning-card, .diy-card { grid-template-columns: 1fr; }
  .card-grid.three, .card-grid.two, .mini-card-grid, .faq-grid, .diy-buttons { grid-template-columns: 1fr; }
  h1 { font-size: 42px; }
  .container { width: min(100% - 28px, 1180px); }
  .footer-top { flex-direction: column; }
  .footer-contact { text-align: left; }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.blog-card {
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(249, 115, 22, 0.10);
}
.blog-card p:not(.section-label) {
  color: #475569;
  line-height: 1.75;
  font-size: 17px;
}
.article-main {
  padding: 72px 0;
  background: #fff8f1;
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}
.article-card,
.article-sidebar {
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(249, 115, 22, 0.12);
}
.article-card h1 {
  font-size: clamp(38px, 5vw, 56px);
}
.article-card h2 {
  margin-top: 34px;
  font-size: 28px;
}
.article-card p,
.article-sidebar p {
  color: #475569;
  font-size: 18px;
  line-height: 1.8;
}
.article-intro {
  font-size: 21px !important;
  color: #334155 !important;
  font-weight: 650;
}
.article-cta {
  margin-top: 38px;
  padding: 28px;
  border-radius: 24px;
  background: #fff1e6;
  border: 1px solid #fed7aa;
}
.article-sidebar {
  position: sticky;
  top: 92px;
}
.article-sidebar a {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #e2e8f0;
  color: #ea580c;
  font-weight: 900;
}
@media (max-width: 920px) {
  .blog-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-sidebar {
    position: static;
  }
}

.appointment-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 10px;
  background: #f97316;
  color: #ffffff !important;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(249, 115, 22, .18);
}
.appointment-link:hover {
  background: #ea580c;
}

.article-related {
  margin-top: 34px;
  padding: 24px;
  border-radius: 22px;
  background: #fff8f1;
  border: 1px solid #fed7aa;
}
.article-related p {
  margin-bottom: 0;
}
.article-related a,
.site-map-list a {
  color: #ea580c;
  font-weight: 900;
}
.site-map-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 18px;
}
.site-map-list li {
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  background: #fff8f1;
}
.site-map-list p {
  margin: 6px 0 0;
  font-size: 15px;
}

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 32px;
}
.area-pill {
  background: #fff8f1;
  border: 1px solid #fed7aa;
  border-radius: 18px;
  padding: 16px;
  font-weight: 900;
  color: #0f172a;
}
.county-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.areas-page-card .btn-white {
  margin-left: 10px;
}
@media (max-width: 920px) {
  .areas-grid,
  .county-card-grid {
    grid-template-columns: 1fr;
  }
  .areas-page-card .btn-white {
    margin-left: 0;
    margin-top: 10px;
  }
}

.calendar-booking-wrap {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
}
.calendar-booking-wrap iframe,
.calendar-booking-wrap button,
.calendar-booking-wrap div {
  font-family: inherit;
}

.calendar-custom-button {
  border: 0;
  cursor: pointer;
}
.google-calendar-hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.google-calendar-hidden * {
  max-width: 1px !important;
}

.who-work-grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: center;
}
.who-work-grid p {
  color: #475569;
  font-size: 18px;
  line-height: 1.75;
}
.who-work-card {
  background: #fff8f1;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(249, 115, 22, 0.10);
}
.who-work-card p {
  color: #475569;
  line-height: 1.7;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(15, 23, 42, 0.72);
}
.modal-backdrop.open {
  display: flex;
}
.modal-panel {
  position: relative;
  width: min(900px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  background: #ffffff;
  border: 1px solid #fed7aa;
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.modal-intro {
  color: #475569;
  font-size: 18px;
  line-height: 1.75;
  max-width: 760px;
}
.carrier-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.carrier-list-grid article {
  background: #fff8f1;
  border: 1px solid #fed7aa;
  border-radius: 22px;
  padding: 22px;
}
.carrier-list-grid h3 {
  font-size: 20px;
}
.carrier-list-grid ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #334155;
  line-height: 1.7;
  font-weight: 650;
}
.carrier-disclaimer {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
}
body.modal-open {
  overflow: hidden;
}
@media (max-width: 920px) {
  .who-work-grid,
  .carrier-list-grid {
    grid-template-columns: 1fr;
  }
  .modal-panel {
    padding: 28px 22px;
  }
}

.carrier-list-grid article:last-child {
  grid-column: 1 / -1;
}
.carrier-list-grid article:last-child ul {
  columns: 2;
}
@media (max-width: 920px) {
  .carrier-list-grid article:last-child ul {
    columns: 1;
  }
}
