* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--color-ink);
  background: #061b20;
  font-size: 16px;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 12% 14%, rgba(85, 122, 170, 0.34), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(235, 215, 0, 0.13), transparent 22%),
    linear-gradient(135deg, #06191d 0%, #103b3c 48%, #071b22 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: 0.18;
  background-image:
    linear-gradient(45deg, rgba(255,255,255,0.055) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(255,255,255,0.045) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(255,255,255,0.04) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(255,255,255,0.035) 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
}

h1,
h2,
h3,
h4,
.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  color: #ffffff;
  font-size: clamp(39px, 8.5vw, 76px);
}

h2 {
  color: var(--color-ink);
  font-size: clamp(31px, 6.2vw, 48px);
}

h3,
h4 {
  color: var(--color-ink);
  font-size: clamp(22px, 4vw, 28px);
}

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

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  background: rgba(5, 25, 30, 0.84);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
}

.logo-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 2px solid var(--color-accent);
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  display: grid;
  place-items: center;
}

.logo-mark svg {
  width: 26px;
  height: 26px;
  color: #ffffff;
}

.brand-name {
  color: #ffffff;
  font-size: 24px;
  white-space: nowrap;
}

.desktop-nav a {
  color: rgba(255,255,255,0.88);
  font-weight: 700;
  font-size: 16px;
  padding: 27px 8px;
  border-bottom: 2px solid transparent;
}

.desktop-nav a:hover {
  color: #ffffff;
  border-color: var(--color-accent);
}

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

.mobile-menu-button {
  display: inline-flex !important;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.32);
  background: rgba(255,255,255,0.08);
}

.mobile-menu-panel {
  display: none;
  border-top: 1px solid rgba(255,255,255,0.16);
  background: rgba(6, 31, 36, 0.98);
}

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

.mobile-menu-panel a {
  display: block;
  color: #ffffff;
  padding: 13px 0;
  font-weight: 700;
}

.phone-button,
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 14px 22px;
  border: 2px solid var(--color-accent);
  background: var(--color-accent);
  color: #111827;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
  animation: pulseGlow 2.2s infinite;
}

.phone-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  background: #fff06a;
  box-shadow: 0 0 28px rgba(235, 215, 0, 0.45);
}

.section {
  position: relative;
  padding: 82px 0;
}

.hero-section {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 132px 0 72px;
  background-image: linear-gradient(rgba(3, 17, 22, 0.74), rgba(3, 17, 22, 0.79)), url("../images/hero-kitchen.jpg");
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(235,215,0,0.28);
  z-index: -1;
}

.hero-section::before {
  width: 46vw;
  height: 46vw;
  top: 12%;
  right: -18vw;
  transform: rotate(22deg);
}

.hero-section::after {
  width: 28vw;
  height: 28vw;
  left: -12vw;
  bottom: 10%;
  transform: rotate(-18deg);
}

.hero-card {
  background: rgba(7, 31, 36, 0.62);
  border: 1px solid rgba(255,255,255,0.24);
  border-left: 4px solid var(--color-accent);
  backdrop-filter: blur(16px);
  box-shadow: 0 32px 90px rgba(0,0,0,0.34);
}

.stars {
  color: var(--color-accent);
  letter-spacing: 8px;
  font-size: 27px;
  line-height: 1;
}

.review-icon-row img {
  width: auto;
  height: 48px;
  max-width: 96px;
  object-fit: contain;
  background: rgba(255,255,255,0.94);
  padding: 5px;
}

.hero-subtitle {
  color: rgba(255,255,255,0.92);
  font-size: 18px;
}

.long-cta {
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
}

.glass-section {
  margin-top: -34px;
  background: rgba(255,255,255,0.91);
  backdrop-filter: blur(18px);
  box-shadow: 0 -26px 80px rgba(0,0,0,0.22);
}

.dark-section {
  background: rgba(7, 31, 36, 0.86);
  color: #ffffff;
}

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

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

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 11px;
  background: var(--color-accent);
  color: #111827;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.11em;
}

.heading-line {
  width: 84px;
  height: 4px;
  background: var(--color-accent);
  margin: 18px 0 24px;
}

.heading-line.center {
  margin-left: auto;
  margin-right: auto;
}

.card {
  background: #ffffff;
  color: var(--color-ink);
  border: 1px solid rgba(17,24,39,0.12);
  box-shadow: 0 24px 60px rgba(17,24,39,0.12);
}

.card p,
.card li {
  color: #374151;
}

.dark-card {
  background: rgba(13, 52, 55, 0.86);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 28px 70px rgba(0,0,0,0.24);
}

.dark-card h3,
.dark-card h4 {
  color: #ffffff;
}

.dark-card p,
.dark-card li {
  color: rgba(255,255,255,0.9);
}

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

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

.split-block .split-image img {
  width: 100%;
  min-height: 260px;
  object-fit: cover;
  box-shadow: 20px 20px 0 rgba(85,122,170,0.28);
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

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

.service-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  background: #f8fafc;
}

.service-icon svg {
  width: 34px;
  height: 34px;
  stroke-width: 1.8;
}

.trust-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 13px;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 13px;
  height: 13px;
  background: var(--color-accent);
  box-shadow: 6px 6px 0 rgba(85,122,170,0.35);
}

.process-step {
  counter-increment: step;
  position: relative;
  padding-left: 82px;
}

.process-step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  background: var(--color-primary);
  color: #ffffff;
  border: 2px solid var(--color-accent);
  font-weight: 900;
}

.reviews-viewport {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 420ms ease;
}

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

.review-card {
  min-height: 100%;
}

.slider-control {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--color-primary);
  background: #ffffff;
  color: var(--color-primary);
  font-weight: 900;
}

.slider-control:hover {
  background: var(--color-primary);
  color: #ffffff;
}

.faq-item {
  border: 1px solid rgba(17,24,39,0.14);
  background: #ffffff;
}

.faq-item summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
  color: var(--color-ink);
}

.faq-item p {
  padding: 0 20px 20px;
  color: #374151;
}

.cta-band {
  background: linear-gradient(135deg, var(--color-primary), #082329 62%, var(--color-secondary));
  color: #ffffff;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

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

.site-footer {
  background: #031115;
  color: rgba(255,255,255,0.82);
  font-size: 14px;
}

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

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

.footer-disclaimer {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  display: none !important;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 260ms ease, opacity 260ms ease;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(3, 17, 21, 0.96);
  border-top: 1px solid rgba(235,215,0,0.42);
}

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

.mobile-sticky-call a {
  width: 100%;
  min-height: 54px;
}

.parallax-layer {
  will-change: transform;
}

@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.45); }
  70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

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

  .mobile-menu-button,
  .mobile-menu-panel {
    display: none !important;
  }

  .mobile-sticky-call,
  .mobile-sticky-call.visible {
    display: none !important;
  }

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

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

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

  .split-block.image-left .split-text {
    order: 2;
  }

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

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

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

  .site-shell {
    padding-bottom: 78px;
  }

  .brand-name {
    font-size: 24px;
  }

  .hero-section {
    padding-top: 112px;
  }

  .review-icon-row img {
    height: 42px;
    max-width: 74px;
  }

  .stars {
    letter-spacing: 5px;
    font-size: 24px;
  }

  .phone-button,
  .cta-button {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .section {
    padding: 62px 0;
  }

  .process-step {
    padding-left: 0;
    padding-top: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
