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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: linear-gradient(180deg, #f7fcff 0%, #ffffff 42%, #eef8fc 100%);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

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

h1 {
  color: #ffffff;
  font-size: 30px;
}

h2 {
  font-size: 25px;
}

h3,
h4 {
  font-size: 22px;
}

p,
li {
  font-size: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(30, 106, 138, 0.16);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.logo-link img {
  width: 42px;
  height: 42px;
}

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

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

.mobile-menu-button {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(30, 106, 138, 0.28);
  background: #ffffff;
  color: #071c2a;
  cursor: pointer;
}

.hamburger-lines,
.hamburger-lines::before,
.hamburger-lines::after {
  width: 22px;
  height: 2px;
  display: block;
  background: #071c2a;
  content: "";
  position: relative;
}

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

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

.mobile-nav {
  display: none;
  border-top: 1px solid rgba(30, 106, 138, 0.16);
  background: #ffffff;
  padding: 12px 16px 18px;
}

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

.mobile-nav a {
  display: block;
  padding: 11px 0;
  color: #111827;
  font-size: 16px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #071c2a;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 28, 42, 0.76), rgba(7, 28, 42, 0.86)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 80px;
  background: radial-gradient(circle, rgba(255, 237, 124, 0.42), rgba(142, 197, 217, 0.22), transparent 68%);
  z-index: -1;
}

.hero-content {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
  padding: 106px 0 72px;
}

.eyebrow,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffed7c;
  color: #111827;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 8px 12px;
  margin-bottom: 16px;
}

.hero-lead {
  max-width: 860px;
  margin: 20px auto 0;
  color: #f4fbff;
  font-size: 18px;
}

.stars {
  color: #ffed7c;
  font-size: 28px;
  letter-spacing: 4px;
  margin: 18px 0 12px;
}

.hero-gallery-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 auto 24px;
}

.hero-gallery-icons img {
  width: auto;
  height: 48px;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.16);
  padding: 5px;
}

.hero-cta-copy {
  color: #ffffff;
  font-weight: 800;
  margin: 24px 0 13px;
}

.cta-button,
.mobile-sticky-call {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 14px 22px;
  border: 2px solid #ffed7c;
  background: #ffed7c;
  color: #111827 !important;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.58);
  animation: pulseGlow 2.2s ease-in-out infinite;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.cta-button:hover,
.mobile-sticky-call:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: #ffffff;
  color: #071c2a !important;
}

.hero-stats {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 920px;
}

.hero-stat {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px);
  padding: 18px;
  color: #ffffff;
}

.hero-stat strong {
  display: block;
  color: #ffed7c;
  font-size: 24px;
  line-height: 1;
}

.section {
  padding: 72px 0;
}

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

.section-title {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title h2,
.section-title h3 {
  position: relative;
  padding-bottom: 16px;
}

.section-title h2::after,
.section-title h3::after,
.service-card h3::after,
.detail-panel h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 12px;
  background: #ffed7c;
}

.section-title.center h2::after,
.section-title.center h3::after {
  margin-left: auto;
  margin-right: auto;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.text-side {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(30, 106, 138, 0.14);
  backdrop-filter: blur(18px);
  padding: 28px;
}

.image-side img,
.feature-image {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  border: 1px solid rgba(30, 106, 138, 0.18);
  box-shadow: 0 22px 70px rgba(7, 28, 42, 0.15);
}

.reasons-grid,
.services-grid,
.payments-grid,
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.reason-card,
.service-card,
.payment-card,
.faq-card,
.testimonial-card,
.process-card,
.detail-panel {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 106, 138, 0.14);
  box-shadow: 0 18px 58px rgba(7, 28, 42, 0.08);
  padding: 24px;
  color: #374151;
}

.reason-card strong,
.service-card strong,
.testimonial-card strong {
  color: #111827;
}

.icon-box {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background: #e2f3f8;
  border: 1px solid rgba(30, 106, 138, 0.22);
  color: #0e3f57;
}

.icon-box svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.service-card ul,
.process-card ul,
.area-list,
.zip-list {
  padding-left: 19px;
  margin: 16px 0 0;
}

.service-card li,
.process-card li {
  margin-bottom: 10px;
}

.section.bluewash {
  background: linear-gradient(135deg, #eaf7fb 0%, #ffffff 46%, #dff2f8 100%);
}

.section.dark {
  background: radial-gradient(circle at 20% 10%, rgba(142, 197, 217, 0.28), transparent 34%), #071c2a;
  color: #f9fafb;
}

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

.section.dark .section-badge {
  color: #111827;
}

.section.dark .detail-panel,
.section.dark .testimonial-card,
.section.dark .process-card {
  background: rgba(255, 255, 255, 0.96);
  color: #374151;
}

.section.dark .detail-panel h3,
.section.dark .testimonial-card h3,
.section.dark .process-card h3 {
  color: #111827;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-intro {
  color: #4b5563;
}

.inline-cta {
  margin-top: 28px;
  padding: 28px;
  background: linear-gradient(90deg, #071c2a, #0e3f57);
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
}

.inline-cta h3,
.inline-cta p {
  color: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  counter-reset: process;
}

.process-card {
  position: relative;
}

.process-card::before {
  counter-increment: process;
  content: counter(process);
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: #ffed7c;
  color: #111827;
  font-weight: 900;
  margin-bottom: 14px;
}

.carousel-shell {
  overflow: hidden;
  position: relative;
}

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

.testimonial-card {
  flex: 0 0 100%;
  min-height: 330px;
}

.review-stars {
  color: #b58b00;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(30, 106, 138, 0.24);
  background: #ffffff;
  color: #071c2a;
  font-size: 22px;
  cursor: pointer;
}

.area-zip-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 20px 0;
}

.mapless-local {
  padding: 20px;
  background: #eaf7fb;
  border-left: 5px solid #ffed7c;
  color: #111827;
  font-weight: 800;
}

.footer {
  background: #071c2a;
  color: #d7e7ef;
  padding: 46px 0 28px;
  font-size: 14px;
}

.footer a {
  color: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.footer .logo-link {
  color: #ffffff;
}

.footer p,
.footer li {
  font-size: 14px;
}

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

.disclaimer {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #c8d8df;
}

.mobile-sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  width: 100%;
  min-height: 58px;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  transform: translateY(100%);
  opacity: 0;
}

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

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.44);
  }
  50% {
    box-shadow: 0 0 0 13px rgba(255, 255, 255, 0);
  }
}

@media (min-width: 640px) {
  .hero-stats,
  .reasons-grid,
  .payments-grid,
  .faq-grid,
  .area-zip-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

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

  .desktop-nav a {
    color: #111827;
    font-size: 16px;
    font-weight: 800;
  }

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

  .mobile-menu-button,
  .mobile-nav,
  .mobile-sticky-call,
  .mobile-sticky-call.is-visible {
    display: none !important;
  }

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

  .two-column {
    grid-template-columns: minmax(0, 7fr) minmax(250px, 3fr);
  }

  .two-column.reverse {
    grid-template-columns: minmax(250px, 3fr) minmax(0, 7fr);
  }

  .two-column.reverse .image-side {
    order: -1;
  }

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

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

  .inline-cta {
    grid-template-columns: 1fr auto;
  }

  .testimonial-card {
    flex-basis: calc(100% / 3);
  }

  .footer-grid {
    grid-template-columns: 1.2fr .8fr .8fr;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 58px;
  }

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

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

@media (max-width: 767px) {
  body {
    padding-bottom: 68px;
  }

  .logo-link span {
    max-width: 210px;
    white-space: normal;
    line-height: 1.05;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 92px;
  }
}
