:root {
  --font-heading: "Poppins", system-ui, sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;
  --ink: #111827;
  --muted: #4b5563;
  --deep: #071827;
  --teal: #0f8884;
  --blue: #1e4596;
  --aqua: #41c4bf;
  --green: #75da70;
  --line: rgba(15, 136, 132, .22);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.7;
}

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

h1, h2, h3, h4 {
  letter-spacing: -.04em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(39px, 7vw, 76px);
}

h2 {
  font-size: clamp(31px, 5.5vw, 52px);
}

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

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  background: rgba(7, 24, 39, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(65, 196, 191, .24);
}

.logo-link {
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -.03em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-link:hover {
  color: #fff;
}

.logo-mark {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border: 1px solid rgba(255, 255, 255, .5);
}

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

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

.hamburger {
  display: inline-flex !important;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.mobile-menu {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, .14);
  background: #071827;
}

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

.nav-link {
  color: rgba(255, 255, 255, .86);
  font-weight: 600;
  white-space: nowrap;
}

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

.btn-primary {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border: 1px solid rgba(255, 255, 255, .45);
  font-weight: 800;
  letter-spacing: -.01em;
  box-shadow: 0 18px 40px rgba(15, 136, 132, .32);
  white-space: nowrap;
}

.btn-primary::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .42);
  opacity: .7;
  animation: pulseGlow 1.8s infinite;
}

.btn-primary:hover {
  color: #071827;
  background: var(--green);
  border-color: var(--green);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 118px 0 74px;
  color: #fff;
  background-image: linear-gradient(115deg, rgba(7, 24, 39, .92), rgba(15, 136, 132, .68), rgba(30, 69, 150, .78)), url("../images/hero-kitchen.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero h1, .hero p {
  color: #fff;
}

.hero p {
  max-width: 940px;
  margin-inline: auto;
}

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

.hero-geometric.one {
  width: 310px;
  height: 310px;
  right: -88px;
  top: 140px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(65, 196, 191, .2), transparent 62%);
}

.hero-geometric.two {
  width: 380px;
  height: 110px;
  left: -120px;
  bottom: 96px;
  border: 1px solid rgba(117, 218, 112, .34);
  transform: rotate(-23deg);
  background: rgba(30, 69, 150, .22);
}

.stars {
  color: var(--aqua);
  font-size: 28px;
  letter-spacing: 7px;
  text-shadow: 0 0 22px rgba(65, 196, 191, .8);
}

.review-icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.review-icon-row img {
  width: auto;
  height: 48px;
  max-width: 112px;
  object-fit: contain;
  background: rgba(255, 255, 255, .88);
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .42);
}

.badge-kicker {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  color: #06201f;
  background: rgba(65, 196, 191, .24);
  border-left: 4px solid var(--aqua);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  margin-bottom: 14px;
}

.heading-line::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 18px;
  background: linear-gradient(90deg, var(--aqua), var(--blue));
}

.heading-center.heading-line::after {
  margin-inline: auto;
}

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

.section-dark {
  position: relative;
  background: radial-gradient(circle at 85% 10%, rgba(65, 196, 191, .22), transparent 32%), linear-gradient(135deg, #071827, #0b1f36 54%, #071827);
  color: #f9fafb;
  overflow: hidden;
}

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

.section-alt {
  background: linear-gradient(180deg, #f3f8fa, #fff);
}

.service-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}

.service-card, .trust-card, .review-card, .faq-card, .payment-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 22px 60px rgba(7, 24, 39, .08);
  color: var(--ink);
}

.service-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  right: -36px;
  top: -36px;
  border: 1px solid rgba(65, 196, 191, .45);
  border-radius: 50%;
}

.icon-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(15, 136, 132, .1), rgba(30, 69, 150, .14));
  border: 1px solid rgba(15, 136, 132, .28);
  color: var(--teal);
}

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

.service-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  overflow: hidden;
}

.service-table th, .service-table td {
  border: 1px solid #d8e8ea;
  padding: 14px;
  vertical-align: top;
  color: #1f2937;
}

.service-table th {
  background: #e8f7f7;
  color: #111827;
  font-weight: 800;
}

.split-section {
  display: grid;
  gap: 26px;
  align-items: center;
}

.split-text {
  min-width: 0;
}

.split-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(65, 196, 191, .38);
  box-shadow: 20px 20px 0 rgba(15, 136, 132, .12);
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--teal), var(--blue));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  padding: 34px;
}

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

.trust-grid, .payment-grid {
  display: grid;
  gap: 18px;
}

.trust-card, .payment-card {
  padding: 24px;
}

.service-area-pill {
  display: inline-flex;
  margin: 6px 6px 0 0;
  padding: 8px 12px;
  background: #eefafa;
  border: 1px solid #cdeeee;
  color: #0a5e5b;
  font-weight: 700;
}

.reviews-wrap {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 8px;
}

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

.review-card {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 24px;
}

.review-card strong, .review-card p {
  color: #111827;
}

.review-stars {
  color: #0f8884;
  letter-spacing: 3px;
  font-weight: 800;
}

.carousel-btn {
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--deep);
  border: 1px solid rgba(65, 196, 191, .5);
  font-weight: 900;
}

.faq-card {
  padding: 22px;
}

.faq-card summary {
  cursor: pointer;
  color: #111827;
  font-weight: 800;
  font-size: 18px;
}

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

.site-footer {
  background: #071827;
  color: #dbeafe;
  font-size: 14px;
  padding: 58px 0 90px;
}

.site-footer p, .site-footer a, .site-footer li {
  color: #dbeafe;
  font-size: 14px;
}

.site-footer h3, .site-footer h4 {
  color: #fff;
}

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

.sticky-call {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: #071827;
  color: #fff;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  transform: translateY(100%);
  opacity: 0;
  border-top: 2px solid var(--green);
}

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

.sticky-call a {
  width: 100%;
}

.metal-outline {
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: inset 0 0 0 1px rgba(65, 196, 191, .1);
}

@keyframes pulseGlow {
  0% { transform: scale(.96); opacity: .85; }
  70% { transform: scale(1.08); opacity: 0; }
  100% { transform: scale(1.08); opacity: 0; }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 12vw, 53px); }
  h2 { font-size: clamp(31px, 9vw, 37px); }
  .sticky-call { display: block !important; transition: transform .26s ease, opacity .26s ease; }
  .hero { padding-top: 104px; }
  .btn-primary { width: 100%; padding-inline: 14px; }
  body.has-sticky-call { padding-bottom: 86px; }
}

@media (min-width: 768px) {
  .desktop-nav {
    display: flex !important;
    align-items: center;
    gap: 22px;
  }
  .desktop-phone {
    display: inline-flex !important;
  }
  .hamburger, .mobile-menu {
    display: none !important;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-grid, .payment-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .split-section {
    grid-template-columns: minmax(0, 7fr) minmax(240px, 3fr);
  }
  .split-section.reverse {
    grid-template-columns: minmax(240px, 3fr) minmax(0, 7fr);
  }
  .split-section.reverse .split-image {
    order: -1;
  }
  .review-card {
    flex-basis: calc((100% - 36px) / 3);
  }
  .site-footer {
    padding-bottom: 58px;
  }
}

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