:root {
  --brand: #ff7a00;
  --brand-dark: #cc5f00;
  --brand-soft: #fff1e3;
  --ink: #162336;
  --muted: #5e6d82;
  --bg: #f4f7fb;
  --surface: #ffffff;
  --border: #dbe4ee;
  --navy: #0d1726;
  --navy-soft: #17314d;
  --shadow: 0 18px 44px rgba(14, 29, 54, 0.08);
  --shadow-strong: 0 18px 44px rgba(14, 29, 54, 0.14);
  --radius: 20px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: #1456c0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.container {
  width: min(100% - 1.5rem, var(--max-width));
  margin-inline: auto;
}

.narrow {
  width: min(100% - 1.5rem, 820px);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  z-index: 100;
}

.top-strip {
  background: var(--navy);
  color: #fff;
  font-size: 0.95rem;
}

.top-strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.6rem 0;
}

.top-strip a {
  color: #fff;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(219, 228, 238, 0.85);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.75rem 0;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  max-width: calc(100% - 110px);
  padding: 0.2rem 0.35rem 0.2rem 0;
  border-radius: 16px;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.brand:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.brand-mark {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  flex-shrink: 0;
  filter: brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(1993%) hue-rotate(360deg) brightness(101%) contrast(101%);
}

.brand-text {
  display: grid;
  min-width: 0;
  line-height: 1;
}

.brand-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 1.85vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  color: var(--ink);
}

.brand-subtitle {
  margin-top: 0.14rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--brand);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.site-nav a {
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  background: var(--brand-soft);
  color: var(--brand-dark);
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(255, 122, 0, 0.18);
  background: linear-gradient(180deg, #fff, #fff8f1);
  padding: 0.7rem 0.9rem;
  border-radius: 12px;
  font: inherit;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff9f2 0%, #f9fbfe 100%);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  right: -90px;
  top: -90px;
  background: radial-gradient(circle, rgba(255, 178, 57, 0.24), transparent 68%);
  pointer-events: none;
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  left: -90px;
  bottom: -110px;
  background: radial-gradient(circle, rgba(20, 86, 192, 0.12), transparent 70%);
  pointer-events: none;
}

.hero {
  padding: 3rem 0 2rem;
}

.page-hero {
  padding: 3rem 0 1.5rem;
}

.hero-grid,
.two-column,
.showcase-grid,
.service-grid,
.page-hero-grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.hero-grid {
  grid-template-columns: 1.05fr 0.95fr;
}

.two-column,
.showcase-grid,
.service-grid,
.page-hero-grid {
  grid-template-columns: 1fr 0.95fr;
}

.page-hero-grid {
  align-items: center;
}

.hero-copy,
.hero-side,
.showcase-copy {
  position: relative;
  z-index: 1;
}

.hero-side {
  display: grid;
  gap: 1rem;
}

.eyebrow {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand-dark);
}

h1,
h2,
h3 {
  line-height: 1.15;
}

h1 {
  margin: 0 0 0.9rem;
  font-size: clamp(2.3rem, 4.7vw, 4rem);
}

h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
}

h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 42rem;
}

.hero-proof {
  margin: -0.15rem 0 0.4rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff9728 0%, var(--brand) 55%, var(--brand-dark) 100%);
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding: 0.92rem 1.3rem;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(255, 122, 0, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 122, 0, 0.28);
  filter: saturate(1.04);
}

.button-secondary {
  background: linear-gradient(180deg, #ffffff, #fff8f1);
  color: var(--ink) !important;
  border: 1px solid rgba(255, 122, 0, 0.18);
  box-shadow: 0 10px 24px rgba(13, 23, 38, 0.06);
}

.button-secondary:hover {
  background: linear-gradient(180deg, #ffffff, #fff2e6);
  color: var(--brand-dark) !important;
}

.button-small {
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
}

.button-full {
  width: 100%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.25rem 0;
}

.top-space {
  margin-top: 1.2rem;
}

.check-list,
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.check-list li,
.bullet-list li {
  position: relative;
  padding-left: 1.55rem;
  margin: 0.5rem 0;
}

.check-list li::before,
.bullet-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-dark);
  font-weight: 900;
}

.quote-card,
.trust-card,
.step-card,
.info-panel,
.info-card,
.county-card,
.centered-card,
.graphic-card,
.metric-card,
.highlight-card,
details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quote-card,
.info-panel,
.info-card,
.county-card,
.centered-card,
.graphic-card {
  padding: 1.25rem;
}

.metric-card,
.highlight-card {
  padding: 0.9rem 1rem;
  border-radius: 16px;
}

.graphic-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 239, 0.92));
}

.graphic-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.visual-panel,
.hero-graphic {
  background: linear-gradient(135deg, rgba(255, 178, 57, 0.16), rgba(20, 86, 192, 0.08));
}

.map-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.95));
}

.map-note {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.photo-card {
  overflow: hidden;
}

.photo-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-graphic img {
  aspect-ratio: 16 / 9;
}

.photo-note {
  margin-top: 0.8rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(13, 23, 38, 0.94), rgba(23, 49, 77, 0.92));
  color: #fff;
}

.photo-note strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1rem;
}

.photo-note span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.93rem;
}

.graphic-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.graphic-badges span {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 800;
  font-size: 0.88rem;
}

.hero-metrics,
.highlight-grid,
.stacked-cards {
  display: grid;
  gap: 0.8rem;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.highlight-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.metric-card strong,
.highlight-card strong {
  display: block;
  margin-bottom: 0.2rem;
}

.metric-card span,
.highlight-card span {
  color: var(--muted);
  font-size: 0.94rem;
}

.card-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #fff2e6;
  color: var(--brand-dark);
  font-size: 1.35rem;
  margin-bottom: 0.75rem;
}

.quote-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #fffaf6);
}

.quote-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(180deg, var(--brand), #ffb239);
}

.trust-card,
.step-card,
.info-card,
.county-card,
.graphic-card,
details {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-card:hover,
.step-card:hover,
.info-card:hover,
.county-card:hover,
.graphic-card:hover,
details:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(14, 29, 54, 0.12);
}

.quote-kicker {
  margin: 0 0 0.35rem;
  color: var(--brand-dark);
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 0.85rem;
}

.lead-form label {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.88rem 1rem;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  font: inherit;
  color: var(--ink);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(20, 86, 192, 0.14);
  border-color: #1456c0;
}

.form-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-status {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid #ffd56a;
  background: #fff4ce;
  color: #674800;
  font-weight: 600;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.trust-band {
  padding: 1rem 0 2rem;
}

.trust-grid,
.steps-grid,
.footer-grid,
.county-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid,
.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.footer-grid {
  grid-template-columns: 1.4fr 1fr 1fr;
}

.county-grid {
  grid-template-columns: repeat(2, 1fr);
}

.trust-card,
.step-card {
  padding: 1.15rem;
}

.step-card span {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff2e6;
  color: var(--brand-dark);
  font-weight: 900;
  margin-bottom: 0.7rem;
}

.section {
  padding: 3.4rem 0;
}

.section-alt {
  background: var(--bg);
}

.section-heading {
  margin-bottom: 1.35rem;
}

.section-link {
  margin-top: 1rem;
  font-weight: 700;
}

.location-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.location-chips span {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

details {
  padding: 0.95rem 1rem;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.cta-banner {
  background: linear-gradient(135deg, #101827, #17314d);
  color: #fff;
}

.cta-banner .button-secondary {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}

.cta-banner-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.site-footer {
  background: #09111b;
  color: #dce6f4;
  padding: 2.4rem 0 5rem;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
}

.site-footer a {
  color: #fff;
}

.site-footer ul,
.county-card ul {
  margin: 0.5rem 0 0;
  padding-left: 1rem;
}

.footer-bottom {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #c0d0e5;
  font-size: 0.95rem;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 0;
  background: linear-gradient(180deg, #fff9f2 0%, #f9fbfe 100%);
}

.centered-card {
  text-align: center;
  padding: 2rem;
}

.mobile-callbar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--brand);
  box-shadow: 0 -10px 24px rgba(7, 16, 30, 0.18);
}

.mobile-callbar a {
  display: block;
  padding: 0.9rem 1rem;
  text-align: center;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex;
    flex-shrink: 0;
    padding: 0.62rem 0.8rem;
    font-size: 0.92rem;
  }

  .header-bar {
    gap: 0.6rem;
    padding: 0.6rem 0;
  }

  .brand {
    gap: 0.55rem;
    max-width: calc(100% - 92px);
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-title {
    font-size: 0.98rem;
  }

  .brand-subtitle {
    font-size: 0.74rem;
    letter-spacing: 0.05em;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    min-width: 225px;
    max-width: calc(100vw - 1.5rem);
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    padding: 0.8rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .hero-grid,
  .two-column,
  .showcase-grid,
  .service-grid,
  .page-hero-grid,
  .trust-grid,
  .steps-grid,
  .footer-grid,
  .county-grid,
  .cta-banner-inner,
  .top-strip-inner,
  .hero-metrics,
  .highlight-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .top-strip-inner {
    text-align: center;
  }

  .cta-row .button {
    flex: 1 1 220px;
  }

  .mobile-callbar {
    display: block;
  }

  .site-footer {
    padding-bottom: 6rem;
  }
}

@media (max-width: 640px) {
  .hero,
  .section,
  .page-hero {
    padding-top: 2rem;
  }

  .top-strip {
    font-size: 0.88rem;
  }

  .header-bar {
    gap: 0.45rem;
    padding: 0.55rem 0;
  }

  .brand {
    gap: 0.45rem;
    max-width: calc(100% - 84px);
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-title {
    font-size: 0.88rem;
  }

  .brand-subtitle {
    font-size: 0.64rem;
    letter-spacing: 0.04em;
  }

  .nav-toggle {
    padding: 0.56rem 0.72rem;
    font-size: 0.88rem;
  }

  .cta-row .button,
  .button-full {
    width: 100%;
  }

  .quote-card,
  .trust-card,
  .step-card,
  .info-panel,
  .info-card,
  .county-card,
  .centered-card {
    padding: 1rem;
  }
}

@media (max-width: 420px) {
  .brand-title {
    font-size: 0.8rem;
  }

  .brand-subtitle {
    font-size: 0.58rem;
    letter-spacing: 0.03em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
