:root {
  --font-heading: "Trebuchet MS", Arial, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --coastal: #21b5f6;
  --coastal-light: #73d8ff;
  --ink: #111827;
  --navy: #062a3e;
  --muted: #4b5563;
  --line: #dcecf3;
}

html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.65; color: var(--muted); background: #ffffff; }
body.nav-open { overflow: hidden; }
h1, h2, h3, h4 { color: var(--ink); font-family: var(--font-heading); line-height: 1.08; letter-spacing: -0.04em; }
h1 { font-size: clamp(39px, 8vw, 76px); }
h2 { font-size: clamp(31px, 6vw, 50px); }
h3, h4 { font-size: clamp(22px, 4vw, 28px); }
p, li, a, button, input, textarea { font-size: 16px; }
.container-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.glass { background: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.55); box-shadow: 0 24px 80px rgba(6,42,62,.18); backdrop-filter: blur(18px); }
.section-pad { padding: 72px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(33,181,246,.13); color: #075176; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; border-left: 4px solid var(--coastal); }
.heading-rule::after { content: ""; display: block; width: 92px; height: 4px; background: linear-gradient(90deg, var(--coastal), var(--coastal-light)); margin-top: 18px; }
.heading-rule.center::after { margin-left: auto; margin-right: auto; }
.site-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 14px 24px; background: #062a3e; color: #fff !important; font-weight: 900; text-decoration: none; border: 2px solid #062a3e; white-space: nowrap; box-shadow: 0 0 0 0 rgba(255,255,255,.48); animation: pulseGlow 2.4s ease-in-out infinite; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.site-button:hover { transform: translateY(-2px); background: #087db6; border-color: #087db6; color: #fff !important; }
.site-button.light { background: #fff; color: #062a3e !important; border-color: #fff; }
.site-button.light:hover { background: #dff7ff; color: #062a3e !important; border-color: #dff7ff; }
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.45), 0 18px 44px rgba(6,42,62,.18); } 50% { box-shadow: 0 0 0 14px rgba(255,255,255,0), 0 18px 44px rgba(6,42,62,.18); } }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,236,243,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink) !important; font-family: var(--font-heading); font-size: 24px; line-height: 1; font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.logo-link img { width: 42px; height: 42px; }
.desktop-nav { display: none !important; align-items: center; gap: 20px; }
.desktop-nav a { color: #1f2937; font-weight: 800; text-decoration: none; }
.desktop-nav a:hover { color: #087db6; }
.desktop-phone { display: none !important; }
.hamburger { display: inline-flex !important; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); background: #fff; color: var(--ink); }
.hamburger span, .hamburger::before, .hamburger::after { content: ""; display: block; width: 22px; height: 2px; background: var(--ink); position: absolute; }
.hamburger { position: relative; }
.hamburger::before { transform: translateY(-7px); }
.hamburger::after { transform: translateY(7px); }
.mobile-menu { display: none; position: fixed; top: 78px; left: 0; right: 0; z-index: 49; background: #fff; border-bottom: 1px solid var(--line); padding: 18px 16px 24px; box-shadow: 0 30px 60px rgba(6,42,62,.18); }
.mobile-menu.open { display: block; }
.mobile-menu a:not(.site-button) { display: block; padding: 13px 0; color: var(--ink); font-weight: 900; text-decoration: none; border-bottom: 1px solid #eef6fa; }
.mobile-menu .site-button { width: 100%; margin-top: 16px; }
.hero { position: relative; min-height: 760px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(rgba(5,28,44,.74), rgba(5,28,44,.72)), url("../images/hero-kitchen.png") center/cover no-repeat; color: #fff; text-align: center; }
.hero::after { content: ""; position: absolute; inset: auto -20% -180px -20%; height: 290px; background: radial-gradient(circle, rgba(115,216,255,.34), transparent 65%); }
.hero-content { position: relative; z-index: 2; width: min(980px, calc(100% - 32px)); padding: 132px 0 92px; }
.hero h1, .hero p { color: #fff; }
.hero h1 { text-shadow: 0 6px 28px rgba(0,0,0,.35); }
.hero-text { max-width: 880px; margin: 24px auto 0; font-size: 18px; color: #eefaff; }
.stars { color: #73d8ff; font-size: 28px; letter-spacing: 4px; margin: 18px 0 16px; }
.trust-icons { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin: 0 auto 22px; }
.trust-icons img { width: auto; height: 48px; max-width: 112px; object-fit: contain; padding: 5px 8px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); }
.hero-cta-copy { color: #ffffff; font-weight: 900; margin: 24px 0 14px; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.quick-strip { position: relative; z-index: 3; margin-top: -54px; }
.quick-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.quick-card { padding: 22px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 54px rgba(6,42,62,.11); }
.quick-card strong { display: block; color: var(--ink); font-size: 18px; }
.two-col { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.two-col.image-right .visual, .two-col.image-left .visual { min-height: 250px; }
.visual { background: #effaff; border: 1px solid var(--line); box-shadow: 0 26px 70px rgba(6,42,62,.12); overflow: hidden; }
.visual img { display: block; width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.review-section { background: linear-gradient(180deg, #f2fbff 0%, #ffffff 100%); overflow: hidden; }
.review-shell { position: relative; }
.review-viewport { overflow: hidden; margin-top: 34px; }
.review-track { display: flex; transition: transform .45s ease; }
.review-card { flex: 0 0 100%; padding: 0 8px; }
.review-inner { min-height: 286px; background: #fff; border: 1px solid var(--line); padding: 26px; box-shadow: 0 18px 50px rgba(6,42,62,.08); }
.review-inner p { color: #334155; }
.review-name { color: var(--ink); font-weight: 900; margin-bottom: 8px; }
.review-stars { color: #087db6; letter-spacing: 2px; margin-bottom: 12px; }
.carousel-controls { display: flex; justify-content: center; gap: 12px; margin-top: 24px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--line); background: #062a3e; color: #fff; font-weight: 900; }
.services { background: #fff; }
.service-card { border: 1px solid var(--line); background: #fff; padding: 28px; box-shadow: 0 16px 42px rgba(6,42,62,.07); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 70px rgba(6,42,62,.13); }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 18px; background: linear-gradient(135deg, #21b5f6, #73d8ff); color: #062a3e; overflow: hidden; }
.service-icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.service-card li { margin: 12px 0; padding-left: 22px; position: relative; color: #374151; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 8px; background: var(--coastal); }
.dark-band { background: radial-gradient(circle at top left, rgba(115,216,255,.28), transparent 35%), linear-gradient(135deg, #062a3e, #0a405e); color: #e8f8ff; }
.dark-band h2, .dark-band h3, .dark-band p, .dark-band li { color: #fff; }
.dark-band .eyebrow { background: rgba(255,255,255,.14); color: #fff; border-left-color: #73d8ff; }
.reason-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 32px; }
.reason-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); padding: 22px; color: #fff; backdrop-filter: blur(14px); }
.reason-card strong { color: #fff; display: block; font-size: 18px; margin-bottom: 8px; }
.payment-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.payment-list span { display: inline-flex; padding: 11px 16px; border: 1px solid var(--line); background: #fff; color: var(--ink); font-weight: 900; }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
.faq-item { border: 1px solid var(--line); background: #fff; padding: 22px; }
.faq-item h3 { margin-bottom: 8px; }
.cta-panel { background: linear-gradient(135deg, #21b5f6, #73d8ff); color: #062a3e; padding: 44px 24px; text-align: center; }
.cta-panel h2, .cta-panel p { color: #062a3e; }
.site-footer { background: #061e2d; color: #d8edf5; padding: 54px 0 34px; }
.site-footer a { color: #fff; text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-family: var(--font-heading); font-size: 24px; font-weight: 900; text-decoration: none; }
.footer-logo img { width: 42px; height: 42px; }
.footer-small { font-size: 14px; color: #bcd6e1; }
.footer-small * { font-size: 14px; }
.mobile-sticky-call { display: block !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(6,42,62,.98); transform: translateY(100%); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
.mobile-sticky-call.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-sticky-call a { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 52px; background: #21b5f6; color: #062a3e !important; font-weight: 900; text-decoration: none; white-space: nowrap; }
.phone-dark { color: #fff !important; }
.phone-light { color: #000 !important; }
@media (min-width: 640px) { .quick-grid { grid-template-columns: repeat(3, 1fr); } .reason-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .desktop-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu, .mobile-sticky-call, .mobile-sticky-call.visible { display: none !important; }
  .two-col { grid-template-columns: minmax(0, 7fr) minmax(230px, 3fr); }
  .two-col.image-left { grid-template-columns: minmax(230px, 3fr) minmax(0, 7fr); }
  .two-col.image-left .visual { order: 1; }
  .two-col.image-left .text { order: 2; }
  .review-card { flex-basis: 33.3333%; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (min-width: 1024px) { .reason-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 767px) {
  h1 { font-size: 39px; }
  h2 { font-size: 31px; }
  .hero { min-height: 720px; }
  .section-pad { padding: 56px 0; }
  .logo-link { font-size: 24px; max-width: 250px; }
  .site-button { width: 100%; padding-left: 14px; padding-right: 14px; }
  body { padding-bottom: 0; }
}
@media (prefers-reduced-motion: reduce) { * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; } }
