:root {
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

h1 {
  font-size: clamp(2.1rem, 9vw, 4.9rem);
  line-height: .94;
  letter-spacing: -.055em;
}

h2 {
  font-size: clamp(1.72rem, 6vw, 3.25rem);
  line-height: 1;
  letter-spacing: -.04em;
}

h3,
h4 {
  font-size: clamp(1.375rem, 4vw, 1.65rem);
  line-height: 1.15;
}

p,
li,
a,
button,
td,
th {
  font-size: 1rem;
}

.site-header {
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(7, 29, 36, .08);
}

.logo-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #75DA70;
  background: #071D24;
}

.logo-text {
  color: #111827;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

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

.mobile-only {
  display: flex !important;
}

@media (min-width: 768px) {
  .desktop-only {
    display: flex !important;
  }

  .mobile-only {
    display: none !important;
  }
}

.header-link {
  color: #111827;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-link:hover {
  color: #0F8884;
}

.mobile-menu-panel {
  display: none !important;
  border-top: 1px solid rgba(17, 24, 39, .12);
  background: #fff;
}

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

@media (min-width: 768px) {
  .mobile-menu-panel,
  .mobile-menu-panel.is-open {
    display: none !important;
  }
}

.hero-section {
  min-height: 100svh;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(7, 29, 36, .94) 0%, rgba(7, 29, 36, .78) 43%, rgba(15, 136, 132, .28) 100%), url('../images/hero-technician.jpg');
  background-position: center;
  background-size: cover;
}

.hero-section p,
.hero-section li {
  color: #fff;
}

.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section .eyebrow,
.section-dark .eyebrow {
  color: #fff !important;
}

.hero-benefits {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .13);
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), 0 35px 90px rgba(0, 0, 0, .28);
}

.star-row {
  color: #75DA70;
  font-size: 1.45rem;
  letter-spacing: .13em;
  text-shadow: 0 0 24px rgba(117, 218, 112, .42);
}

.trust-icon {
  width: auto;
  height: 48px;
  max-width: 112px;
  object-fit: contain;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(255, 255, 255, .8);
  padding: 6px;
}

.cta-button {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .95rem 1.25rem;
  overflow: hidden;
  color: #071D24 !important;
  background: #75DA70;
  border: 2px solid #75DA70;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .52);
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  animation: pulseWhite 2s infinite;
}

.cta-button:hover {
  color: #fff !important;
  background: #0F8884;
  border-color: #0F8884;
  transform: translateY(-2px);
}

.header-phone {
  min-height: 48px;
  padding-inline: 1rem;
}

.section-pad {
  padding: 4.5rem 0;
}

.eyebrow {
  color: #0A625F;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.accent-line {
  width: 68px;
  height: 5px;
  margin-top: 1.1rem;
  background: #75DA70;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.bento-card {
  padding: 1.45rem;
  border: 1px solid rgba(17, 24, 39, .12);
  box-shadow: 0 22px 55px rgba(7, 29, 36, .08);
  transition: transform .28s ease, box-shadow .28s ease, opacity .28s ease, filter .28s ease;
}

.texture-glass {
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(244,248,250,.68));
  backdrop-filter: blur(14px);
}

.texture-metal {
  background: linear-gradient(135deg, #F7FAFB 0%, #D9E2E6 48%, #FFFFFF 100%);
}

.texture-stone {
  background: radial-gradient(circle at 20% 20%, rgba(81,120,202,.12), transparent 28%), linear-gradient(135deg, #FCFCFA, #EAE6DE);
}

.texture-dark {
  color: #F9FAFB;
  background: linear-gradient(135deg, #071D24, #0A625F);
  border-color: rgba(255,255,255,.18);
}

.texture-dark h3,
.texture-dark h4,
.texture-dark p,
.texture-dark li {
  color: #fff;
}

.hover-rotate:hover {
  transform: rotate(-1.4deg) translateY(-4px);
}

.hover-scale:hover {
  transform: scale(1.025);
}

.hover-glow:hover {
  box-shadow: 0 28px 70px rgba(15, 136, 132, .22), 0 0 0 3px rgba(117, 218, 112, .28);
}

.hover-fade:hover {
  opacity: .84;
  filter: saturate(1.15);
}

.service-icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  place-items: center;
  color: #071D24;
  background: #75DA70;
}

.split-card {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .split-card {
    grid-template-columns: 65fr 35fr;
    align-items: center;
  }
}

.split-image {
  width: 100%;
  min-height: 270px;
  height: 100%;
  object-fit: cover;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17, 24, 39, .14);
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #fff;
}

th,
td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(17, 24, 39, .12);
}

th {
  color: #111827;
  background: #DFF6E0;
  font-weight: 950;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .reviews-track {
    grid-auto-columns: calc((100% - 2rem) / 3);
  }
}

.review-card {
  min-height: 280px;
  scroll-snap-align: start;
}

.mobile-sticky-call {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  display: none !important;
  padding: .75rem .9rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(7, 29, 36, .96);
  transform: translateY(105%);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}

.mobile-sticky-call.is-visible {
  display: block !important;
  transform: translateY(0);
  opacity: 1;
}

.mobile-sticky-call a {
  width: 100%;
  min-height: 50px;
}

@media (min-width: 768px) {
  .mobile-sticky-call,
  .mobile-sticky-call.is-visible {
    display: none !important;
  }
}

.footer-text,
.footer-text p,
.footer-text a,
.footer-text li {
  font-size: .875rem;
}

.section-dark .logo-text {
  color: #fff;
}

@keyframes pulseWhite {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, .5); }
  70% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (max-width: 767px) {
  .site-header .logo-text {
    max-width: 210px;
  }

  .section-pad {
    padding: 3.25rem 0;
  }

  .hero-section {
    padding-bottom: 4rem;
  }
}
