:root {
  --font-heading: Arial, Helvetica, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  padding-bottom: 0;
}

body.mobile-call-visible {
  padding-bottom: 76px;
}

[x-cloak] {
  display: none !important;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(29, 95, 150, 0.14);
  box-shadow: 0 14px 40px rgba(10, 33, 54, 0.08);
  backdrop-filter: blur(14px);
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1D5F96, #5093CA);
  color: #fff;
  flex: 0 0 38px;
}

.brand-name {
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
}

.nav-link {
  color: #1F2937;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #1D5F96;
}

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

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

.mobile-menu-button {
  display: inline-flex !important;
}

.mobile-panel {
  display: block;
}

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

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

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

.btn-primary,
.btn-secondary,
.phone-button {
  border-radius: 0;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: #1D5F96;
  color: #FFFFFF;
  font-weight: 800;
  min-height: 54px;
  padding: 0 1.35rem;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52), 0 18px 44px rgba(10, 33, 54, .24);
  animation: whitePulse 2.2s infinite;
}

.btn-primary:hover {
  background: #134A78;
  color: #FFFFFF;
  transform: translateY(-2px);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  background: #FFFFFF;
  color: #111827;
  border: 2px solid rgba(255,255,255,.9);
  font-weight: 800;
  min-height: 54px;
  padding: 0 1.35rem;
}

.btn-secondary:hover {
  background: #F3F8FC;
  color: #111827;
  transform: translateY(-2px);
}

.phone-button {
  background: #0A2136;
  color: #FFFFFF !important;
  font-weight: 800;
  padding: .8rem 1rem;
  align-items: center;
  gap: .5rem;
}

.phone-button:hover {
  background: #1D5F96;
  color: #FFFFFF !important;
}

@keyframes whitePulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,.5), 0 18px 44px rgba(10, 33, 54, .24); }
  70% { box-shadow: 0 0 0 18px rgba(255,255,255,0), 0 18px 44px rgba(10, 33, 54, .24); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0), 0 18px 44px rgba(10, 33, 54, .24); }
}

.hero-section {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(120deg, rgba(5, 18, 31, .82), rgba(10, 33, 54, .62)), url('../images/hero-kitchen.jpg');
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  overflow: hidden;
}

.hero-section h1,
.dark-section h2,
.dark-section h3,
.cta-band h2 {
  color: #FFFFFF !important;
}

.hero-kicker {
  color: #DCEEFF;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -0.055em;
}

h2 {
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.045em;
}

h3, h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 850;
}

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

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(80, 147, 202);
  color: #134A78;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .55rem .75rem;
}

.heading-rule {
  width: 78px;
  height: 4px;
  background: linear-gradient(90deg, #1D5F96, #5093CA);
  margin-top: 16px;
}

.heading-rule.centered {
  margin-left: auto;
  margin-right: auto;
}

.stars {
  color: #F7B733;
  letter-spacing: .12em;
  font-size: 26px;
  font-weight: 900;
}

.trust-icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.trust-icon {
  width: auto;
  height: 48px;
  max-width: 118px;
  object-fit: contain;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.55);
  padding: 6px 10px;
}

.glass-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  color: #FFFFFF;
  backdrop-filter: blur(16px);
}

.service-card,
.review-card,
.faq-card,
.light-card {
  border-radius: 0;
  border: 1px solid rgba(29,95,150,.14);
  box-shadow: 0 18px 50px rgba(10,33,54,.08);
  background: #ffffff8f;
  color: #374151;
}

.service-icon,
.mini-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F3F8FC;
  color: #1D5F96;
  border: 1px solid rgba(80,147,202,.22);
  flex: 0 0 54px;
}

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

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

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

.split-image img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.dark-section {
  background: radial-gradient(circle at 18% 0%, rgba(80,147,202,.34), transparent 28%), #0A2136;
  color: #EAF5FF;
}

.cta-band {
  background: linear-gradient(135deg, #0A2136, #1D5F96);
  color: #FFFFFF;
}

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

.review-slide {
  min-width: 100%;
  padding: .75rem;
}

.review-card {
  min-height: 240px;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none !important;
  transform: translateY(110%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  background: #0A2136;
  padding: 10px;
  box-shadow: 0 -16px 36px rgba(10,33,54,.24);
}

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

.mobile-sticky-call a {
  color: #FFFFFF !important;
  background: #1D5F96;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  white-space: nowrap;
}

footer {
  font-size: 14px;
}

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

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

  .hero-section { min-height: 820px; }

  .split-block {
    grid-template-columns: 7fr 3fr;
  }

  .split-block.image-left {
    grid-template-columns: 3fr 7fr;
  }

  .split-block .split-text,
  .split-block .split-image {
    order: initial;
  }

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

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

@media (max-width: 430px) {
  .brand-name { font-size: 24px; max-width: 205px; }
  .hero-section { min-height: 760px; padding-top: 92px; }
  .btn-primary, .btn-secondary { width: 100%; }
  .mobile-sticky-call a { font-size: 15px; }
}
