:root {
  --font-heading: "Aptos Display", "Segoe UI", system-ui, sans-serif;
  --font-body: "Aptos", "Segoe UI", system-ui, sans-serif;
  --navy: #2D4370;
  --navy-deep: #1A2A4D;
  --teal: #41C4BF;
  --ice: #F5F8FB;
  --ink: #111827;
  --body: #374151;
  --muted: #5B6472;
  --line: rgba(45, 67, 112, 0.14);
  --shadow: 0 24px 70px rgba(26, 42, 77, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.65;
  color: var(--body);
  background: #ffffff;
}

body.menu-open {
  overflow: hidden;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease, opacity 180ms ease;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: var(--font-heading);
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(35px, 8vw, 68px);
}

h2 {
  font-size: clamp(28px, 6vw, 48px);
}

h3,
h4 {
  font-size: clamp(20px, 4vw, 26px);
}

p,
li,
td,
th,
summary,
button,
input,
textarea {
  font-size: 16px;
}

.site-shell {
  position: relative;
}

.container-wix {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad {
  padding: 72px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(45, 67, 112, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--navy);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(45, 67, 112, 0.24);
}

.brand-mark svg,
.icon svg {
  width: 24px;
  height: 24px;
}

.desktop-nav {
  display: none !important;
}

.desktop-phone {
  display: none !important;
}

.desktop-nav a {
  color: #263247;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--navy);
}

.hamburger {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(45, 67, 112, 0.18);
  border-radius: 16px;
  background: #ffffff;
  color: var(--navy);
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  width: 20px;
  height: 2px;
  display: block;
  position: relative;
  background: currentColor;
  border-radius: 99px;
  content: "";
}

.hamburger span::before {
  position: absolute;
  top: -7px;
}

.hamburger span::after {
  position: absolute;
  top: 7px;
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 76px 16px auto 16px;
  z-index: 90;
  padding: 22px;
  border: 1px solid rgba(65, 196, 191, 0.32);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel a:not(.phone-btn) {
  display: block;
  padding: 13px 2px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 67, 112, 0.09);
}

.phone-btn,
.primary-btn,
.secondary-btn,
.sticky-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
}

.phone-btn,
.primary-btn {
  color: #ffffff !important;
  background: var(--navy);
  box-shadow: 0 16px 34px rgba(45, 67, 112, 0.22);
}

.phone-btn:hover,
.primary-btn:hover {
  transform: translateY(-2px);
  color: #ffffff !important;
  background: var(--navy-deep);
}

.secondary-btn {
  color: var(--navy) !important;
  background: #ffffff;
  border: 1px solid rgba(45, 67, 112, 0.18);
}

.secondary-btn:hover {
  transform: translateY(-2px);
  border-color: var(--teal);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 70px;
  background: linear-gradient(135deg, #F7FAFC 0%, #FFFFFF 44%, #ECF8F7 100%);
}

.hero::before,
.hero::after,
.stripe-field::before,
.stripe-field::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

.hero::before {
  width: 430px;
  height: 430px;
  right: -120px;
  top: -130px;
  border-radius: 50%;
  background: rgba(65, 196, 191, 0.16);
}

.hero::after {
  width: 9px;
  height: 82%;
  left: 7%;
  bottom: 0;
  background: linear-gradient(var(--teal), rgba(65, 196, 191, 0));
  opacity: 0.48;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 32px;
  align-items: stretch;
}

.hero-copy,
.hero-media {
  min-height: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(65, 196, 191, 0.38);
  border-radius: 999px;
  color: var(--navy);
  background: #ffffff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.stars {
  margin-top: 18px;
  color: var(--teal);
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 1;
}

.trust-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 22px;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 118px;
  object-fit: contain;
  padding: 8px;
  border: 1px solid rgba(45, 67, 112, 0.14);
  border-radius: 14px;
  background: #ffffff;
}

.hero-lead {
  max-width: 640px;
  margin-top: 18px;
  color: #334155;
  font-size: 18px;
}

.hero-cta-copy {
  margin: 24px 0 14px;
  color: var(--navy-deep);
  font-weight: 850;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.hero-media-card {
  position: relative;
  height: 100%;
  min-height: 360px;
  padding: 14px;
  border-radius: 34px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.hero-media-card img {
  width: 100%;
  height: 100%;
  min-height: 336px;
  object-fit: cover;
  border-radius: 24px;
}

.hero-badge {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  padding: 16px;
  border-radius: 22px;
  color: #ffffff;
  background: rgba(26, 42, 77, 0.9);
  backdrop-filter: blur(12px);
}

.hero-badge strong {
  display: block;
  font-size: 22px;
}

.hero-badge span {
  color: #E9FAF9;
  font-size: 14px;
}

.intro-band {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.intro-card {
  padding: 24px;
  border: 1px solid rgba(45, 67, 112, 0.12);
  border-left: 8px solid var(--teal);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(26, 42, 77, 0.1);
}

.stripe-field {
  position: relative;
  overflow: hidden;
}

.stripe-field::before {
  inset: 0 auto 0 4%;
  width: 4px;
  background: var(--teal);
  opacity: 0.2;
  transition: opacity 220ms ease;
}

.stripe-field::after {
  inset: 18% 9% 0 auto;
  width: 11px;
  height: 70%;
  background: var(--navy);
  opacity: 0.08;
  transition: opacity 220ms ease;
}

.stripe-field:hover::before,
.stripe-field:hover::after {
  opacity: 0.36;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
}

.split-row {
  display: grid;
  gap: 28px;
  align-items: center;
}

.split-row + .split-row {
  margin-top: 54px;
}

.split-text {
  position: relative;
  z-index: 1;
}

.split-media {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.issue-grid,
.service-grid,
.area-grid,
.faq-grid {
  display: grid;
  gap: 18px;
}

.issue-card,
.reason-card,
.service-card,
.review-card,
.area-card,
.faq-card {
  border: 1px solid rgba(45, 67, 112, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(26, 42, 77, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.issue-card:hover,
.reason-card:hover,
.service-card:hover,
.review-card:hover,
.area-card:hover,
.faq-card:hover {
  transform: translateY(-5px) scale(1.01);
  border-color: rgba(65, 196, 191, 0.5);
  box-shadow: 0 20px 52px rgba(26, 42, 77, 0.13);
}

.issue-card,
.service-card,
.area-card,
.faq-card {
  padding: 24px;
}

.icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 18px;
  color: var(--navy);
  background: rgba(65, 196, 191, 0.15);
}

.dark-section {
  color: #F8FAFC;
  background: var(--navy);
}

.dark-section h2,
.dark-section h3 {
  color: #ffffff;
}

.dark-section p,
.dark-section li {
  color: #EAF2F8;
}

.reason-table {
  display: grid;
  gap: 16px;
}

.reason-card {
  padding: 22px;
  color: #263247;
}

.reason-card h3,
.reason-card p {
  color: var(--ink);
}

.reason-card p {
  margin-top: 8px;
  color: #374151;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 34px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--navy), var(--navy-deep));
  box-shadow: var(--shadow);
}

.cta-panel h2,
.cta-panel p {
  color: #ffffff;
}

.cta-panel::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -52px;
  top: -42px;
  border-radius: 50%;
  background: rgba(65, 196, 191, 0.26);
  content: "";
}

.service-card h3 {
  margin-bottom: 8px;
}

.local-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.local-list span {
  padding: 9px 12px;
  border: 1px solid rgba(45, 67, 112, 0.12);
  border-radius: 999px;
  color: var(--navy);
  background: #ffffff;
  font-weight: 750;
}

.reviews-shell {
  position: relative;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 360ms ease;
}

.review-slide {
  min-width: 100%;
  padding: 4px;
}

.review-card {
  height: 100%;
  padding: 24px;
}

.review-card .stars {
  margin: 0 0 14px;
  font-size: 18px;
  letter-spacing: 2px;
}

.review-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.review-controls {
  display: flex;
  gap: 12px;
  margin-top: 22px;
}

.review-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: var(--navy);
  cursor: pointer;
}

.review-controls button:hover {
  background: var(--navy-deep);
}

.faq-card summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
}

.faq-card p {
  margin-top: 12px;
}

.footer {
  padding: 46px 0 28px;
  color: #EAF2F8;
  background: #182640;
}

.footer h3,
.footer a,
.footer strong {
  color: #ffffff;
}

.footer p,
.footer li,
.footer address {
  color: #EAF2F8;
  font-size: 14px;
  font-style: normal;
}

.footer-grid {
  display: grid;
  gap: 28px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.disclaimer {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  min-height: 58px;
  padding: 16px 12px calc(16px + env(safe-area-inset-bottom));
  border-radius: 18px 18px 0 0;
  color: #ffffff !important;
  background: var(--navy-deep);
  box-shadow: 0 -18px 42px rgba(26, 42, 77, 0.25);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 240ms ease, opacity 240ms ease;
}

.sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.bottom-safe {
  padding-bottom: 78px;
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .issue-grid,
  .service-grid,
  .area-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: clamp(50px, 6vw, 68px);
  }

  h2 {
    font-size: clamp(34px, 4vw, 48px);
  }

  .desktop-nav {
    display: flex !important;
    align-items: center;
    gap: 22px;
  }

  .desktop-phone {
    display: inline-flex !important;
  }

  .hamburger,
  .mobile-panel,
  .mobile-panel.is-open,
  .sticky-call,
  .sticky-call.is-visible {
    display: none !important;
  }

  .bottom-safe {
    padding-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  }

  .split-row {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  }

  .split-row.reverse {
    grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  }

  .split-row.reverse .split-media {
    order: 1;
  }

  .split-row.reverse .split-text {
    order: 2;
  }

  .reason-table {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .review-slide {
    min-width: 50%;
  }

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

@media (min-width: 1024px) {
  .section-pad {
    padding: 92px 0;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-slide {
    min-width: 33.3333%;
  }

  .area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .container-wix {
    width: min(100% - 24px, 1180px);
  }

  .brand {
    font-size: 24px;
  }

  .brand span:last-child {
    max-width: 190px;
    line-height: 1.05;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-media-card {
    min-height: 310px;
  }

  .hero-media-card img {
    min-height: 286px;
  }

  .phone-btn,
  .primary-btn,
  .secondary-btn {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sticky-call {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }
}
