:root {
  --font-heading: "Arial", "Helvetica Neue", sans-serif;
  --font-body: "Arial", "Helvetica Neue", sans-serif;
  --coral: #DA3F4B;
  --aqua: #288B81;
  --ink: #111827;
  --deep: #092B2F;
  --muted: #5E6A6F;
  --line: rgba(9, 43, 47, 0.14);
  --glass: rgba(255, 255, 255, 0.78);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

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

a { text-decoration: none; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 24px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.logo-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--aqua), var(--coral));
  display: inline-grid;
  place-items: center;
  color: #fff;
  box-shadow: 0 16px 32px rgba(40, 139, 129, 0.28);
  flex: 0 0 auto;
}

.logo-mark svg { width: 24px; height: 24px; }

.desktop-nav {
  display: none;
  align-items: center;
  gap: 22px;
  font-size: 16px;
  font-weight: 800;
}

.desktop-nav a { color: #183236; }

.desktop-nav a:hover { color: var(--coral); }

.phone-button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 18px;
  background: var(--coral);
  color: #fff !important;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid var(--coral);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52), 0 18px 34px rgba(218, 63, 75, 0.28);
  animation: pulseGlow 2.4s ease-in-out infinite;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.phone-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  background: #B92D38;
  border-color: #B92D38;
}

.header-phone { display: none; }

.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.hamburger {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--deep);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  content: "";
  position: relative;
}

.hamburger span::before { position: absolute; top: -8px; }
.hamburger span::after { position: absolute; top: 8px; }

.mobile-nav {
  display: none;
  padding: 0 0 18px;
  background: #fff;
}

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

.mobile-nav a {
  display: block;
  padding: 14px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  border-bottom: 1px solid var(--line);
}

.mobile-header-phone {
  margin-top: 12px;
  width: 100%;
  color: #fff !important;
}

.hero {
  min-height: 760px;
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(9, 43, 47, 0.86), rgba(9, 43, 47, 0.58)), url("../images/hero-kitchen.jpg") center/cover no-repeat;
  z-index: -2;
  transform: scale(1.03);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% -10%;
  height: 45%;
  background: radial-gradient(circle, rgba(218, 63, 75, 0.32), transparent 64%);
  z-index: -1;
}

.hero-card {
  width: min(980px, 100%);
  margin: 92px auto 72px;
  padding: 34px 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.eyebrow,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  padding: 6px 12px;
  background: rgba(218, 63, 75, 0.14);
  color: #7B121B;
  border-left: 4px solid var(--coral);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.hero .eyebrow {
  margin: 0 auto 18px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border-left-color: var(--coral);
}

h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.04em; margin: 0; }

h1 { font-size: clamp(39px, 9vw, 76px); color: #fff; }
h2 { font-size: clamp(31px, 7vw, 52px); color: var(--ink); }
h3 { font-size: clamp(22px, 4vw, 29px); color: var(--ink); }
h4 { font-size: 22px; color: var(--ink); }

.hero-subline {
  margin: 20px auto 16px;
  max-width: 760px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.stars {
  margin: 18px 0 14px;
  color: var(--coral);
  font-size: 24px;
  letter-spacing: 0.16em;
}

.hero-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 26px;
}

.hero-icons img {
  width: auto;
  height: 48px;
  object-fit: contain;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.46);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.secondary-note { color: rgba(255, 255, 255, 0.88); font-weight: 800; }

.section { padding: 72px 0; }

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

.section.dark {
  background: radial-gradient(circle at 20% 10%, rgba(218, 63, 75, 0.18), transparent 34%), linear-gradient(135deg, #092B2F, #103E43);
  color: #fff;
}

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

.section.dark p,
.section.dark li { color: rgba(255,255,255,0.88); }

.section.dark .section-badge {
  background: rgba(255,255,255,0.12);
  color: #fff;
}

.section.dark .glass-panel,
.section.dark .trust-card {
  color: var(--text);
}

.section.dark .glass-panel h2,
.section.dark .glass-panel h3,
.section.dark .trust-card h3,
.section.dark .trust-card h4 {
  color: var(--ink);
}

.section.dark .glass-panel p,
.section.dark .trust-card p {
  color: var(--text);
}

.section.dark .glass-panel .cta-strip h3,
.section.dark .glass-panel .cta-strip p {
  color: #fff;
}

.section-head {
  max-width: 790px;
  margin-bottom: 34px;
}

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

.section-head .section-badge { margin-bottom: 14px; }

.accent-rule {
  width: 82px;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), var(--aqua));
  margin-top: 16px;
}

.section-head.center .accent-rule { margin-left: auto; margin-right: auto; }

.intro-grid,
.media-row {
  display: grid;
  gap: 26px;
  align-items: center;
}

.glass-panel,
.service-card,
.trust-card,
.review-card,
.faq-item,
.process-step,
.area-card {
  background: #fff;
  border: 1px solid rgba(9, 43, 47, 0.12);
  box-shadow: 0 24px 56px rgba(9, 43, 47, 0.08);
}

.glass-panel {
  padding: 26px;
  background: linear-gradient(135deg, rgba(255,255,255,0.88), rgba(255,255,255,0.68));
  backdrop-filter: blur(16px);
}

.image-frame {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 30px 70px rgba(9, 43, 47, 0.18);
}

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

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

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

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--coral), var(--aqua));
}

.service-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 16px;
  border: 1px solid rgba(9, 43, 47, 0.1);
  background: #fff;
}

.service-card h3 { margin-bottom: 10px; }

.service-card ul,
.check-list { padding: 0; margin: 18px 0 0; list-style: none; }

.service-card li,
.check-list li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
}

.service-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 9px;
  height: 9px;
  background: var(--aqua);
}

.cta-strip {
  margin: 36px 0;
  padding: 28px;
  display: grid;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, var(--deep), #11494F);
  color: #fff;
  box-shadow: 0 24px 70px rgba(9, 43, 47, 0.18);
}

.cta-strip h3,
.cta-strip p { color: #fff; margin: 0; }

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

.trust-card { padding: 22px; }

.trust-card img { width: 48px; height: 48px; object-fit: contain; margin-bottom: 14px; }

.reviews-shell { position: relative; }

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

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

.review-card {
  scroll-snap-align: start;
  padding: 24px;
  min-height: 332px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-name { font-weight: 900; color: var(--ink); margin-bottom: 12px; }

.review-stars { color: var(--coral); letter-spacing: 0.08em; margin-top: 16px; }

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

.slider-controls button {
  width: 48px;
  height: 48px;
  border: 0;
  background: var(--deep);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.area-card { padding: 24px; }

.pill-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; margin: 14px 0 0; }

.pill-list li { padding: 8px 12px; background: #EAF5F3; color: #123C40; font-weight: 900; }

.process-list { display: grid; gap: 18px; counter-reset: steps; }

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

.process-step::before {
  content: counter(steps);
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 14px;
  background: var(--coral);
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}

.faq-item { padding: 22px; }
.faq-item h3 { margin-bottom: 10px; }

.footer {
  background: #061F23;
  color: rgba(255,255,255,0.78);
  padding: 48px 0 28px;
  font-size: 14px;
}

.footer-grid { display: grid; gap: 24px; }

.footer .logo { color: #fff; }
.footer a { color: #fff; font-weight: 800; }
.footer p { margin: 10px 0; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px; margin: 16px 0; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,0.18); padding-top: 20px; margin-top: 24px; }

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  width: 100%;
  padding: 14px 10px calc(14px + env(safe-area-inset-bottom));
  background: var(--coral);
  color: #fff !important;
  font-weight: 900;
  white-space: nowrap;
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  box-shadow: 0 -18px 36px rgba(9, 43, 47, 0.22);
}

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

@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.42), 0 18px 34px rgba(218, 63, 75, 0.28); }
  50% { box-shadow: 0 0 0 12px rgba(255, 255, 255, 0), 0 18px 34px rgba(218, 63, 75, 0.34); }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 12vw, 53px); }
  h2 { font-size: clamp(31px, 9vw, 36px); }
  .site-header .container { width: min(100% - 24px, 1160px); }
  .header-inner { flex-direction: column; align-items: stretch; padding: 12px 0; gap: 0; }
  .logo { font-size: 24px; min-width: 0; }
  .logo span:last-child { overflow: hidden; text-overflow: ellipsis; }
  .hero { min-height: 720px; }
  .hero-card { margin-top: 52px; }
  body.has-sticky-call { padding-bottom: 74px; }
}

@media (min-width: 768px) {
  .mobile-top { width: auto; }
  .hamburger,
  .mobile-nav,
  .mobile-header-phone,
  .sticky-call { display: none !important; }
  .desktop-nav { display: flex; }
  .header-phone { display: inline-flex; }
  .hero-actions { flex-direction: row; justify-content: center; }
  .intro-grid { grid-template-columns: 7fr 3fr; }
  .media-row { grid-template-columns: 7fr 3fr; }
  .media-row.reverse { grid-template-columns: 3fr 7fr; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-strip { grid-template-columns: 1fr auto; }
  .reviews-track { grid-auto-columns: calc((100% - 36px) / 3); }
  .footer-grid { grid-template-columns: 1.2fr 0.8fr; }
}

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