html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.site-shell {
  background:
    radial-gradient(circle at 8% 6%, rgba(109, 167, 140, 0.22), transparent 30rem),
    radial-gradient(circle at 92% 12%, rgba(215, 168, 78, 0.13), transparent 24rem),
    #fbfdfb;
}

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

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand-mark img {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(31, 59, 46, 0.1);
}

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

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

.mobile-menu-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: #1F3B2E;
  color: #FFFFFF;
}

.mobile-panel {
  display: none;
  border-top: 1px solid rgba(31, 59, 46, 0.1);
  background: #FFFFFF;
}

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

.mobile-panel a {
  display: block;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
  color: #17251e;
}

.nav-link {
  font-size: 18px;
  font-weight: 700;
  color: #1F2937;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #1F3B2E;
}

.phone-button,
.hero-phone-button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.phone-button {
  padding: 13px 18px;
  background: #1F3B2E;
  color: #FFFFFF !important;
  font-size: 18px;
  box-shadow: 0 16px 34px rgba(31, 59, 46, 0.18);
}

.phone-button:hover,
.hero-phone-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(31, 59, 46, 0.26);
}

.hero-section {
  position: relative;
  padding: 32px 0 54px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: stretch;
}

.hero-copy,
.hero-visual {
  min-height: 100%;
  border-radius: 34px;
}

.hero-copy {
  position: relative;
  padding: 30px 22px;
  background: linear-gradient(135deg, #1F3B2E 0%, #254c3a 54%, #6DA78C 135%);
  color: #FFFFFF;
  box-shadow: 0 26px 80px rgba(16, 32, 24, 0.24);
}

.hero-copy h1 {
  color: #FFFFFF;
  font-size: 35px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  margin: 14px 0 12px;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 800;
}

.stars {
  color: #D7A84E;
  font-size: 25px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 10px 0;
}

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

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 96px;
  object-fit: contain;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
}

.hero-phone-button {
  padding: 16px 22px;
  background: #FFFFFF;
  color: #111827 !important;
  font-size: 18px;
}

.hero-visual {
  aspect-ratio: 1 / 1;
  background: #DDEBE4;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(31, 59, 46, 0.1), 0 22px 70px rgba(16, 32, 24, 0.18);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.section-title {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.section-lead {
  font-size: 16px;
  line-height: 1.78;
  color: #3f4b44;
}

.matte-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(31, 59, 46, 0.1);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(16, 32, 24, 0.08);
}

.reason-card,
.service-card,
.review-card,
.payment-card {
  color: #374151;
}

.reason-card h3,
.service-card h3,
.review-card h3,
.payment-card h3 {
  color: #111827;
  font-size: 20px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #1F3B2E;
  background: linear-gradient(135deg, rgba(109, 167, 140, 0.24), rgba(215, 168, 78, 0.18));
}

.icon-badge svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.split-text {
  order: 2;
}

.split-image {
  order: 1;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  box-shadow: 0 22px 60px rgba(16, 32, 24, 0.15);
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.65;
}

.content-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #6DA78C;
  box-shadow: 0 0 0 5px rgba(109, 167, 140, 0.14);
}

.dark-band {
  background: linear-gradient(135deg, #102018, #1F3B2E 58%, #2d6048);
  color: #FFFFFF;
}

.dark-band h2,
.dark-band h3,
.dark-band p,
.dark-band li,
.dark-band strong {
  color: #FFFFFF;
}

.dark-band .matte-card,
.dark-band .matte-card p,
.dark-band .matte-card li {
  color: #374151;
}

.dark-band .matte-card h2,
.dark-band .matte-card h3,
.dark-band .matte-card strong {
  color: #111827;
}

.dark-band .process-number {
  color: #FFFFFF;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 0.45s ease;
}

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

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

.review-stars {
  color: #D7A84E;
  font-size: 18px;
  letter-spacing: 2px;
}

.carousel-button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #FFFFFF;
  border: 1px solid rgba(31, 59, 46, 0.16);
  color: #1F3B2E;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(16, 32, 24, 0.11);
}

.process-step {
  position: relative;
  padding: 24px;
}

.process-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1F3B2E;
  color: #FFFFFF;
  font-weight: 900;
}

.service-card {
  padding: 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card h2 {
  font-size: 28px;
  line-height: 1.2;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(16, 32, 24, 0.13);
}

.cta-panel {
  border-radius: 34px;
  padding: 30px 22px;
  background:
    linear-gradient(135deg, rgba(31, 59, 46, 0.94), rgba(31, 59, 46, 0.76)),
    url("../images/premium-appliances.webp") center / cover;
  color: #FFFFFF;
}

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

.cta-button {
  padding: 15px 20px;
  background: #D7A84E;
  color: #111827 !important;
  font-size: 18px;
}

.footer {
  background: #102018;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

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

.footer a:hover {
  color: #D7A84E;
}

.mobile-sticky-call {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(16, 32, 24, 0.96);
}

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

.mobile-sticky-call a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 10px;
  border-radius: 18px;
  background: #D7A84E;
  color: #111827 !important;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

.fade-up {
  animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

  .mobile-menu-toggle,
  .mobile-panel,
  .mobile-sticky-call {
    display: none !important;
  }

  .hero-section {
    padding: 54px 0 78px;
  }

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

  .hero-copy {
    padding: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(52px, 5.6vw, 78px);
  }

  .hero-copy p,
  .section-lead {
    font-size: 18px;
  }

  .section-title {
    font-size: clamp(34px, 3vw, 48px);
  }

  .split-section {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
    gap: 34px;
  }

  .split-text {
    order: initial;
  }

  .split-image {
    order: initial;
  }

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

  .cta-panel {
    padding: 46px;
  }
}

@media (min-width: 1024px) {
  .desktop-nav {
    gap: 24px;
  }
}
