:root {
  --font-heading: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #111827;
  --muted: #4B5563;
  --blue-900: #071524;
  --blue-800: #0B2A44;
  --blue-700: #075985;
  --blue-500: #0284C7;
  --blue-100: #E0F2FE;
  --gold: #D69E2E;
  --gold-dark: #9A6700;
  --line: #D8E6EF;
  --panel: rgba(255, 255, 255, .88);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 3%, rgba(56, 189, 248, .18), transparent 32rem),
    radial-gradient(circle at 88% 9%, rgba(214, 158, 46, .16), transparent 27rem),
    #FFFFFF;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

h1,
h2,
h3,
h4,
.logo-text {
  color: var(--ink);
  font-family: var(--font-heading);
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(39px, 7.3vw, 74px);
  line-height: .98;
}

h2 {
  font-size: clamp(31px, 5.2vw, 52px);
  line-height: 1.05;
}

h3,
h4 {
  font-size: clamp(22px, 3vw, 28px);
  line-height: 1.16;
}

p,
li,
a,
button,
input,
textarea {
  font-size: 16px;
}

a,
button {
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease, opacity .22s ease;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid rgba(216, 230, 239, .8);
  backdrop-filter: blur(18px);
}

.logo-link {
  color: var(--ink);
  text-decoration: none;
}

.logo-icon {
  width: 44px;
  height: 44px;
  flex: none;
}

.logo-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

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

.mobile-menu-panel {
  display: none;
}

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

.hamburger {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: #FFFFFF;
  color: var(--ink);
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
}

.hamburger span::before {
  transform: translateY(-7px);
}

.hamburger span::after {
  transform: translateY(5px);
}

.nav-link {
  color: #1F2937;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--blue-700);
}

.phone-button,
.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 52px;
  padding: .9rem 1.15rem;
  border: 1px solid rgba(214, 158, 46, .95);
  background: linear-gradient(135deg, #E4B448 0%, #B87D12 100%);
  color: #111827 !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 40px rgba(154, 103, 0, .23);
  overflow: hidden;
}

.cta-button::after,
.phone-button::after {
  position: absolute;
  inset: -8px;
  border: 2px solid rgba(255, 255, 255, .72);
  content: "";
  animation: pulseGlow 2.2s infinite;
  pointer-events: none;
}

.cta-button:hover,
.phone-button:hover {
  color: #111827 !important;
  transform: translateY(-2px);
  background: linear-gradient(135deg, #F1C85D 0%, #C98D1C 100%);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  padding: 7.5rem 1rem 5rem;
  background:
    linear-gradient(135deg, rgba(7, 21, 36, .86), rgba(7, 21, 36, .58)),
    url("../images/hero-kitchen.jpg") center/cover no-repeat;
  color: #FFFFFF;
  overflow: hidden;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.hero::before {
  width: 52rem;
  height: 52rem;
  border: 1px solid rgba(255, 255, 255, .14);
  transform: rotate(19deg);
  right: -26rem;
  top: -18rem;
}

.hero::after {
  inset: auto -10% -8rem -10%;
  height: 18rem;
  background: radial-gradient(ellipse at center, rgba(56, 189, 248, .18), transparent 68%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.hero h1,
.hero p,
.hero .hero-kicker {
  color: #FFFFFF;
}

.hero-copy {
  max-width: 880px;
  margin: 1.45rem auto 0;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 18px;
}

.hero-kicker,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  width: fit-content;
  margin-bottom: .9rem;
  padding: .42rem .78rem;
  border: 1px solid rgba(214, 158, 46, .38);
  background: rgba(214, 158, 46, .14);
  color: #6B4500;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-kicker {
  color: #FFE7A7;
  background: rgba(214, 158, 46, .16);
  border-color: rgba(214, 158, 46, .55);
}

.stars {
  margin: 1rem 0 .9rem;
  color: var(--gold);
  font-size: 30px;
  letter-spacing: .12em;
  text-shadow: 0 6px 20px rgba(0, 0, 0, .36);
}

.hero-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
  margin: .2rem auto 1.5rem;
}

.hero-icons img {
  width: auto;
  height: 48px;
  object-fit: contain;
  padding: .35rem .5rem;
  background: rgba(255, 255, 255, .91);
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}

.trust-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  max-width: 890px;
  margin: 1.65rem auto 0;
}

.trust-strip > div {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .09);
  padding: .85rem 1rem;
  color: #FFFFFF;
  backdrop-filter: blur(12px);
}

.section-pad {
  padding: 4.75rem 1rem;
}

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

.container-narrow {
  width: min(100%, 980px);
}

.title-rule::after {
  display: block;
  width: 74px;
  height: 4px;
  margin-top: 1rem;
  background: linear-gradient(90deg, var(--gold), var(--blue-500));
  content: "";
}

.title-rule.center::after {
  margin-left: auto;
  margin-right: auto;
}

h3::after,
h4::after {
  display: block;
  width: 44px;
  height: 3px;
  margin-top: .65rem;
  background: linear-gradient(90deg, var(--gold), var(--blue-500));
  content: "";
}

.glass-panel {
  border: 1px solid rgba(216, 230, 239, .95);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(243, 248, 252, .76));
  box-shadow: 0 24px 70px rgba(7, 21, 36, .08);
}

.dark-panel {
  background:
    radial-gradient(circle at 10% 10%, rgba(56, 189, 248, .18), transparent 22rem),
    linear-gradient(135deg, #071524, #0B2A44);
  color: #E5EDF4;
}

.dark-panel h2,
.dark-panel h3,
.dark-panel h4,
.dark-panel p,
.dark-panel li,
.dark-panel span {
  color: #FFFFFF;
}

.feature-card,
.service-card,
.review-card,
.faq-item,
.payment-card,
.area-card {
  border: 1px solid var(--line);
  background: #FFFFFF;
  color: var(--muted);
  box-shadow: 0 18px 48px rgba(7, 21, 36, .06);
}

.feature-card h3,
.service-card h3,
.review-card h3,
.faq-item h3,
.payment-card h3,
.area-card h3 {
  color: var(--ink);
}

.feature-card,
.service-card,
.review-card,
.payment-card,
.area-card {
  padding: 1.35rem;
}

.icon-box {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(2, 132, 199, .2);
  background: linear-gradient(135deg, #E0F2FE, #FFFFFF);
  color: var(--blue-700);
}

.icon-box svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
}

.split-row {
  display: grid;
  gap: 1.7rem;
  align-items: center;
}

.split-row img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  box-shadow: 0 20px 60px rgba(7, 21, 36, .12);
}

.service-grid {
  display: grid;
  gap: 1rem;
}

.service-card ul,
.feature-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.service-card li + li,
.feature-card li + li {
  margin-top: .55rem;
}

.process-list {
  counter-reset: step;
  display: grid;
  gap: 1rem;
}

.process-item {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 5rem;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .07);
}

.process-item::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 1.15rem;
  left: 1.15rem;
  color: #FFE7A7;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.reviews-shell {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform .5s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 100%;
  min-height: 265px;
}

.review-card strong {
  color: var(--ink);
}

.review-stars {
  color: var(--gold-dark);
  letter-spacing: .08em;
  font-size: 18px;
}

.carousel-control {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #FFFFFF;
  color: var(--ink);
  font-weight: 900;
}

.carousel-control:hover {
  background: var(--blue-700);
  color: #FFFFFF;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.area-pill {
  border: 1px solid var(--line);
  background: #FFFFFF;
  padding: .55rem .75rem;
  color: #1F2937;
  font-weight: 700;
}

.cta-band {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 21, 36, .88), rgba(7, 89, 133, .75)),
    url("../images/appliance-suite.jpg") center/cover no-repeat;
}

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

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.faq-answer {
  display: none;
  padding: 0 1.25rem 1.2rem;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  display: block;
}

.footer {
  background: #071524;
  color: #D9E4EC;
  font-size: 14px;
}

.footer a,
.footer p,
.footer li,
.footer address,
.footer .logo-text {
  color: #FFFFFF;
  font-size: 14px;
}

.footer .logo-text {
  font-size: 24px;
}

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

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

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

.mobile-sticky-call a {
  width: 100%;
  min-height: 54px;
  color: #111827 !important;
  font-size: 16px;
}

.bottom-safe-space {
  padding-bottom: 76px;
}

@keyframes pulseGlow {
  0% {
    opacity: .7;
    transform: scale(.96);
  }
  70%, 100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

@media (min-width: 640px) {
  .trust-strip {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

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

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

  .hero {
    padding-top: 8.5rem;
  }

  .split-row {
    grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
  }

  .split-row.image-left {
    grid-template-columns: minmax(240px, 3fr) minmax(0, 7fr);
  }

  .split-row.image-left .split-image {
    order: -1;
  }

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

@media (min-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(39px, 11vw, 52px);
  }

  h2 {
    font-size: clamp(31px, 9vw, 39px);
  }

  .site-header .logo-text {
    max-width: 190px;
  }

  .hero {
    min-height: 720px;
    padding-top: 6.4rem;
  }

  .hero-copy {
    font-size: 16px;
  }

  .cta-button,
  .phone-button {
    width: 100%;
    max-width: 420px;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .mobile-menu-panel .phone-button {
    width: 100%;
    max-width: none;
  }

  .process-item {
    padding-left: 4.5rem;
  }
}
