:root {
  --sz-danville-ink: hsl(150, 12%, 15%);
  --sz-danville-accent: hsl(154, 27%, 29%);
  --sz-danville-action: hsl(12, 54%, 43%);
  --sz-danville-surface: hsl(96, 18%, 96%);
  --sz-danville-surface-2: hsl(170, 18%, 90%);
  --sz-danville-line: hsl(58, 12%, 74%);
  --sz-danville-warning: hsl(34, 66%, 39%);
  --sz-danville-muted: hsl(150, 6%, 36%);
  --sz-danville-white: #ffffff;
  --sz-danville-shadow: 0 18px 45px rgba(32, 40, 36, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sz-danville-ink);
  background: var(--sz-danville-surface);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--sz-danville-accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--sz-danville-action); }
h1, h2, h3, p, li, td, th, a, span, small, strong {
  overflow-wrap: anywhere;
}
h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  line-height: 1.06;
  letter-spacing: 0;
  margin: 0 0 16px;
}
h1 { font-size: 2.85rem; max-width: 11.5em; }
h2 { font-size: 2rem; }
h3 { font-size: 1.22rem; }
p { margin: 0 0 1rem; }
.sz-danville-shell {
  width: min(1000px, calc(100% - 32px));
  margin: 0 auto;
  min-width: 0;
}
.sz-danville-header {
  background: rgba(255, 254, 251, .96);
  border-bottom: 1px solid color-mix(in srgb, var(--sz-danville-line) 70%, transparent);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
}
.sz-danville-header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.sz-danville-brand,
.sz-danville-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--sz-danville-ink);
  text-decoration: none;
  font-weight: 800;
}
.sz-danville-brand img,
.sz-danville-footer-brand img {
  border-radius: 6px;
  border: 1px solid color-mix(in srgb, var(--sz-danville-line) 55%, white);
}
.sz-danville-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  min-width: 0;
  max-width: 100%;
}
.sz-danville-nav a,
.sz-danville-contact,
.sz-danville-header-booking {
  text-decoration: none;
  color: var(--sz-danville-ink);
  font-weight: 700;
  font-size: .92rem;
}
.sz-danville-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}
.sz-danville-nav a[aria-current="page"] {
  color: var(--sz-danville-action);
}
.sz-danville-contact {
  padding-left: 16px;
  border-left: 1px solid var(--sz-danville-line);
  white-space: nowrap;
}
.sz-danville-header-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid var(--sz-danville-action);
  background: var(--sz-danville-action);
  color: white;
  white-space: nowrap;
}
.sz-danville-header-booking:hover {
  color: white;
  background: var(--sz-danville-accent);
  border-color: var(--sz-danville-accent);
}
.sz-danville-breadcrumb {
  background: var(--sz-danville-white);
  border-bottom: 1px solid color-mix(in srgb, var(--sz-danville-line) 55%, transparent);
  font-size: .9rem;
}
.sz-danville-breadcrumb .sz-danville-shell {
  padding: 12px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
.sz-danville-hero {
  background: linear-gradient(90deg, var(--sz-danville-white) 0%, var(--sz-danville-white) 58%, var(--sz-danville-surface-2) 58%, var(--sz-danville-surface-2) 100%);
  border-bottom: 1px solid var(--sz-danville-line);
}
.sz-danville-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .98fr);
  gap: 36px;
  align-items: center;
  padding: 58px 0;
  min-width: 0;
}
.sz-danville-hero-copy,
.sz-danville-copy {
  min-width: 0;
}
.sz-danville-kicker {
  color: var(--sz-danville-warning);
  font-weight: 800;
  margin-bottom: 10px;
}
.sz-danville-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 8px 10px;
  border: 1px solid color-mix(in srgb, var(--sz-danville-line) 75%, white);
  border-radius: 6px;
  background: color-mix(in srgb, white 88%, var(--sz-danville-surface-2));
  color: var(--sz-danville-ink);
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(32, 40, 36, .08);
}
.sz-danville-google-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: conic-gradient(from 35deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0 100%);
  color: white;
  font-weight: 900;
  font-family: Arial, sans-serif;
  line-height: 1;
}
.sz-danville-trust-badge strong,
.sz-danville-trust-badge small {
  display: block;
  line-height: 1.22;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}
.sz-danville-trust-badge > span:not(.sz-danville-google-mark) {
  min-width: 0;
}
.sz-danville-trust-badge strong {
  font-size: .88rem;
}
.sz-danville-trust-badge small {
  color: var(--sz-danville-muted);
  font-size: .76rem;
}
.sz-danville-lead {
  font-size: 1.08rem;
  max-width: min(58ch, 100%);
  color: color-mix(in srgb, var(--sz-danville-ink) 86%, white);
}
.sz-danville-service-base-note {
  margin-top: 12px;
  color: var(--sz-danville-muted);
  font-size: .82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.sz-danville-hero-actions,
.sz-danville-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.sz-danville-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 16px;
  border: 2px solid var(--sz-danville-action);
  background: var(--sz-danville-action);
  color: white;
  text-decoration: none;
  font-weight: 800;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
}
.sz-danville-action:hover { color: white; background: var(--sz-danville-accent); border-color: var(--sz-danville-accent); }
.sz-danville-action-secondary {
  background: transparent;
  color: var(--sz-danville-action);
}
.sz-danville-action-secondary:hover { background: var(--sz-danville-action); border-color: var(--sz-danville-action); color: white; }
.sz-danville-proof {
  margin: 0;
}
.sz-danville-proof img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid color-mix(in srgb, var(--sz-danville-line) 65%, white);
  box-shadow: var(--sz-danville-shadow);
  background: var(--sz-danville-white);
}
.sz-danville-proof figcaption {
  margin-top: 10px;
  color: var(--sz-danville-muted);
  font-size: .92rem;
}
.sz-danville-section {
  padding: 58px 0;
  background: var(--sz-danville-surface);
}
.sz-danville-section:nth-of-type(odd) {
  background: var(--sz-danville-white);
}
.sz-danville-copy {
  max-width: 76ch;
}
.sz-danville-answerbox {
  width: min(1000px, calc(100% - 32px));
  margin: 36px auto 0;
  padding: 22px;
  background: var(--sz-danville-ink);
  color: var(--sz-danville-white);
  border-left: 6px solid var(--sz-danville-warning);
}
.sz-danville-answerbox strong {
  display: block;
  font-size: 1.04rem;
  margin-bottom: 8px;
}
.sz-danville-answerbox p { max-width: 78ch; }
.sz-danville-answerbox ul { margin: 10px 0 0; padding-left: 20px; }
.sz-danville-updated {
  color: var(--sz-danville-muted);
  font-weight: 800;
  font-size: .9rem;
  margin-bottom: 8px;
}
.sz-danville-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sz-danville-answer-grid article {
  background: var(--sz-danville-white);
  border: 1px solid var(--sz-danville-line);
  border-top: 4px solid var(--sz-danville-warning);
  border-radius: 6px;
  padding: 18px;
}
.sz-danville-table-section h2 {
  max-width: 22em;
}
.sz-danville-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sz-danville-line);
  border-radius: 6px;
  background: var(--sz-danville-white);
}
.sz-danville-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: .95rem;
}
.sz-danville-table th,
.sz-danville-table td {
  text-align: left;
  vertical-align: top;
  padding: 12px 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--sz-danville-line) 70%, white);
}
.sz-danville-table th {
  background: color-mix(in srgb, var(--sz-danville-accent) 12%, white);
  color: var(--sz-danville-ink);
  font-weight: 900;
}
.sz-danville-table tr:last-child td {
  border-bottom: 0;
}
.sz-danville-table-note,
.sz-danville-field-hint {
  color: var(--sz-danville-muted);
  font-size: .9rem;
}
.sz-danville-section-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.sz-danville-section-heading-row .sz-danville-trust-badge {
  margin: 0;
  flex: 0 1 340px;
}
.sz-danville-eyebrow {
  margin: 0 0 6px;
  color: var(--sz-danville-warning);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: 0;
}
.sz-danville-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.sz-danville-review-grid article {
  background: var(--sz-danville-white);
  border: 1px solid var(--sz-danville-line);
  border-radius: 6px;
  padding: 18px;
}
.sz-danville-review-grid strong,
.sz-danville-review-grid span {
  display: block;
}
.sz-danville-review-grid strong {
  color: var(--sz-danville-ink);
  font-size: 1.02rem;
}
.sz-danville-review-stars {
  display: block;
  color: hsl(38, 92%, 50%);
  font-size: 1.05rem;
  letter-spacing: 2px;
}
.sz-danville-review-grid p {
  margin: 10px 0;
  font-style: italic;
}
.sz-danville-review-grid span,
.sz-danville-micro-address {
  color: var(--sz-danville-muted);
  font-size: .84rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.sz-danville-router,
.sz-danville-proof-grid,
.sz-danville-decision-grid,
.sz-danville-local-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sz-danville-router-tile,
.sz-danville-decision-grid div,
.sz-danville-local-strip p,
.sz-danville-faq details {
  background: var(--sz-danville-white);
  border: 1px solid var(--sz-danville-line);
  border-radius: 6px;
  padding: 18px;
}
.sz-danville-router-tile {
  min-height: 245px;
}
.sz-danville-router-tile p {
  font-size: .95rem;
}
.sz-danville-split,
.sz-danville-map-layout,
.sz-danville-booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
  gap: 34px;
  align-items: start;
}
.sz-danville-process {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 12px;
}
.sz-danville-process li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid var(--sz-danville-line);
}
.sz-danville-process span {
  font-weight: 800;
  color: var(--sz-danville-action);
}
.sz-danville-checklist {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.sz-danville-checklist li {
  padding-left: 24px;
  position: relative;
}
.sz-danville-checklist li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--sz-danville-warning);
  position: absolute;
  left: 0;
  top: .78em;
}
.sz-danville-cta {
  background: var(--sz-danville-accent);
  color: white;
  padding: 44px 0;
}
.sz-danville-cta h2 { color: white; }
.sz-danville-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.sz-danville-cta .sz-danville-action {
  background: white;
  border-color: white;
  color: var(--sz-danville-accent);
}
.sz-danville-cta .sz-danville-action-secondary {
  background: transparent;
  color: white;
}
.sz-danville-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.sz-danville-faq summary {
  font-weight: 800;
  cursor: pointer;
}
.sz-danville-faq p {
  margin-top: 10px;
}
.sz-danville-decision-grid div {
  display: grid;
  gap: 8px;
}
.sz-danville-decision-grid span {
  color: var(--sz-danville-muted);
}
.sz-danville-zone-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.sz-danville-zone-list span {
  border: 1px solid var(--sz-danville-line);
  background: var(--sz-danville-white);
  padding: 6px 9px;
  border-radius: 2px;
  font-weight: 800;
  font-size: .9rem;
}
.sz-danville-map-frame {
  border: 3px solid var(--sz-danville-action);
  border-radius: 8px;
  overflow: hidden;
  background: var(--sz-danville-white);
  min-height: 360px;
}
.sz-danville-map-frame iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 430px;
}
.sz-danville-booking-panel {
  background: var(--sz-danville-white);
  border: 1px solid var(--sz-danville-line);
  border-radius: 6px;
  padding: 20px;
}
.sz-danville-booking-panel h3 {
  margin-top: 0;
}
.sz-danville-booking-actions {
  margin-top: 18px;
}
.sz-danville-footer {
  background: var(--sz-danville-ink);
  color: color-mix(in srgb, white 86%, var(--sz-danville-line));
  padding: 48px 0;
}
.sz-danville-footer a { color: white; }
.sz-danville-footer h2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  margin-top: 0;
  color: white;
}
.sz-danville-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(220px, .9fr) minmax(240px, .9fr);
  gap: 32px;
}
.sz-danville-footer-brand {
  color: white;
  margin-bottom: 12px;
}
.sz-danville-footer-links {
  columns: 1;
  margin: 0;
  padding-left: 18px;
}
.sz-danville-legal {
  font-size: .88rem;
  color: color-mix(in srgb, white 68%, var(--sz-danville-line));
}
@media (max-width: 880px) {
  h1 { font-size: 2.25rem; }
  h2 { font-size: 1.65rem; }
  .sz-danville-shell {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  .sz-danville-header-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 12px 0;
    gap: 10px;
  }
  .sz-danville-brand span { max-width: 210px; }
  .sz-danville-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
    padding-bottom: 2px;
    width: 100%;
    max-width: 100%;
  }
  .sz-danville-header-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    width: 100%;
  }
  .sz-danville-header-actions a {
    flex: 1 1 0;
    text-align: center;
  }
  .sz-danville-contact { border-left: 0; padding: 7px 10px; border: 1px solid var(--sz-danville-line); }
  .sz-danville-hero { background: var(--sz-danville-white); }
  .sz-danville-hero-grid,
  .sz-danville-split,
  .sz-danville-map-layout,
  .sz-danville-booking-layout,
  .sz-danville-cta-inner,
  .sz-danville-footer-grid {
    grid-template-columns: 1fr;
  }
  .sz-danville-hero-grid {
    min-height: 0;
    padding: 34px 0;
  }
  .sz-danville-lead {
    max-width: 34ch;
  }
  .sz-danville-hero-grid,
  .sz-danville-hero-copy,
  .sz-danville-lead,
  .sz-danville-proof,
  .sz-danville-answerbox,
  .sz-danville-table-wrap,
  .sz-danville-trust-badge,
  .sz-danville-review-grid,
  .sz-danville-review-grid article {
    width: 100%;
    max-width: calc(100vw - 32px);
  }
  .sz-danville-router,
  .sz-danville-proof-grid,
  .sz-danville-decision-grid,
  .sz-danville-local-strip,
  .sz-danville-answer-grid,
  .sz-danville-faq,
  .sz-danville-review-grid {
    grid-template-columns: 1fr;
  }
  .sz-danville-section-heading-row {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sz-danville-section-heading-row .sz-danville-trust-badge {
    width: 100%;
    flex-basis: auto;
  }
  .sz-danville-process li {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .sz-danville-section {
    padding: 42px 0;
  }
}
@media (max-width: 460px) {
  body { font-size: 15px; }
  h1 { font-size: 2rem; }
  .sz-danville-shell {
    width: calc(100% - 32px);
    max-width: 100%;
  }
  .sz-danville-hero-grid,
  .sz-danville-hero-copy,
  .sz-danville-lead,
  .sz-danville-proof,
  .sz-danville-answerbox,
  .sz-danville-table-wrap,
  .sz-danville-trust-badge,
  .sz-danville-review-grid,
  .sz-danville-review-grid article {
    width: 100%;
    max-width: calc(100vw - 32px);
  }
  .sz-danville-brand img { width: 38px; height: 38px; }
  .sz-danville-brand span { font-size: .92rem; max-width: 170px; }
  .sz-danville-action { width: 100%; }
  .sz-danville-trust-badge { width: 100%; }
  .sz-danville-proof img { aspect-ratio: 1 / .78; }
}
@media (max-width: 880px) {
  .sz-danville-header { max-height: 34vh; overflow-y: auto; overscroll-behavior: contain; }
  .sz-danville-header-inner { grid-template-columns: minmax(0,1fr) auto; gap: 6px; padding: 6px 0; }
  .sz-danville-brand { gap: 8px; min-width: 0; }
  .sz-danville-brand img { width: 34px; height: 34px; }
  .sz-danville-brand span { font-size: .88rem; line-height: 1.08; max-width: 180px; }
  .sz-danville-header-actions { grid-column: 2; grid-row: 1; justify-content: flex-end; width: auto; gap: 6px; }
  .sz-danville-contact { display: none; }
  .sz-danville-header-booking { min-height: 30px; padding: 5px 8px; font-size: .76rem; }
  .sz-danville-nav { grid-column: 1 / -1; flex-wrap: nowrap; overflow-x: auto; white-space: nowrap; gap: 8px; padding-bottom: 4px; scrollbar-width: none; }
  .sz-danville-nav::-webkit-scrollbar { display: none; }
  .sz-danville-nav a { font-size: .78rem; }
}
