:root {
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #111827;
  --muted: #4b5563;
  --midnight: #130873;
  --deep: #0b0547;
  --ice: #7de7ff;
  --ice-soft: #dffaff;
  --gold: #ffd166;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { text-decoration: none; }
p { font-size: 16px; }
h1, h2, h3, h4 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(39px, 8vw, 72px); }
h2 { font-size: clamp(31px, 6vw, 48px); }
h3, h4 { font-size: 22px; }

.site-shell { background: #ffffff; color: var(--muted); }
.container-wide { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 1000; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { left: 12px; }

.header { position: sticky; top: 0; z-index: 80; background: rgba(11, 5, 71, .94); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(125, 231, 255, .22); }
.header-grid { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-family: var(--font-heading); font-size: 24px; font-weight: 900; letter-spacing: -.035em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; flex: 0 0 auto; }
.desktop-nav { display: none; justify-content: center; gap: 22px; }
.desktop-nav a { color: #eef8ff; font-size: 16px; font-weight: 700; }
.desktop-nav a:hover { color: var(--ice); }
.phone-button, .cta-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(255,255,255,.62); background: linear-gradient(135deg, var(--ice), #ffffff); color: #050522; min-height: 50px; padding: 14px 18px; font-weight: 900; font-size: 16px; line-height: 1; white-space: nowrap; box-shadow: 0 0 0 rgba(255,255,255,0); overflow: hidden; }
.phone-button:before, .cta-button:before { content: ""; position: absolute; inset: -10px; border: 2px solid rgba(255,255,255,.65); opacity: 0; animation: glowPulse 2.1s ease-in-out infinite; }
.phone-button:hover, .cta-button:hover { transform: translateY(-2px); background: #fff; color: #000; }
.mobile-toggle { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(125,231,255,.42); background: rgba(255,255,255,.06); color: #fff; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: #fff; position: relative; }
.mobile-toggle span:before, .mobile-toggle span:after { content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: #fff; }
.mobile-toggle span:before { top: -7px; }
.mobile-toggle span:after { top: 7px; }
.header-phone { display: none; }
.mobile-phone-row { display: flex; padding: 0 0 12px; }
.mobile-phone-row .phone-button { width: 100%; min-height: 46px; font-size: 15px; }
.mobile-panel { display: none; position: fixed; inset: 78px 0 auto 0; z-index: 79; background: #0b0547; border-bottom: 1px solid rgba(125,231,255,.24); padding: 16px; }
.menu-open .mobile-panel { display: block; }
.mobile-panel a { display: block; color: #fff; padding: 13px 0; font-size: 16px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.1); }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #0b0547 url('../images/hero-kitchen.jpg') center/cover no-repeat; }
.hero:before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg, rgba(11,5,71,.94), rgba(19,8,115,.76) 46%, rgba(8,19,48,.82)); }
.hero:after { content: ""; position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(rgba(125,231,255,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(125,231,255,.09) 1px, transparent 1px); background-size: 58px 58px; mask-image: radial-gradient(circle at center, #000 0, transparent 74%); }
.light-streak { position: absolute; width: 46vw; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), transparent); top: 22%; left: -30%; transform: rotate(-18deg); animation: streak 6s ease-in-out infinite; }
.hero-content { text-align: center; color: #fff; padding: 110px 0 70px; }
.hero h1 { max-width: 980px; margin: 0 auto 16px; color: #fff; text-shadow: 0 14px 40px rgba(0,0,0,.42); }
.hero-lead { max-width: 850px; margin: 22px auto; color: #f4fbff; font-size: 18px; }
.stars { color: var(--gold); font-size: 26px; letter-spacing: 4px; margin: 16px 0 12px; }
.trust-icons { display: flex; justify-content: center; align-items: center; gap: 12px; flex-wrap: wrap; margin: 14px 0 24px; }
.trust-icons img { width: auto; height: 48px; max-width: 150px; object-fit: contain; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.9); padding: 6px 10px; }
.hero-cta-copy { color: #fff; font-weight: 900; font-size: 18px; margin: 22px 0 14px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; }
.secondary-link { color: #fff; min-height: 50px; display: inline-flex; align-items: center; padding: 0 6px; font-weight: 900; border-bottom: 2px solid var(--ice); }

.section { padding: 76px 0; position: relative; overflow: hidden; }
.section.dark { background: radial-gradient(circle at top right, rgba(125,231,255,.18), transparent 35%), linear-gradient(135deg, #0b0547, #130873); color: #f7fbff; }
.section.dark h2, .section.dark h3, .section.dark h4 { color: #fff; }
.section.alt { background: #f4f8ff; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: #050522; background: var(--ice-soft); border-left: 5px solid var(--ice); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; padding: 8px 12px; margin-bottom: 14px; }
.dark .eyebrow { color: #fff; background: rgba(125,231,255,.15); }
.headline-line { width: 78px; height: 4px; background: var(--ice); margin: 16px 0 24px; }
.center .headline-line { margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.section-intro { max-width: 820px; margin: 0 auto 38px; }

.media-section { display: grid; gap: 28px; align-items: center; }
.media-copy { min-width: 0; }
.media-image { min-width: 0; }
.media-image img { display: block; width: 100%; height: auto; box-shadow: 0 30px 70px rgba(19,8,115,.18); border: 1px solid rgba(19,8,115,.16); }
.glass-panel { border: 1px solid rgba(125,231,255,.25); background: rgba(255,255,255,.08); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 34px 80px rgba(0,0,0,.24); padding: 28px; }

.reviews-wrap { position: relative; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 1fr); gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 2px 18px; scrollbar-width: thin; }
.review-card { scroll-snap-align: start; background: #fff; color: var(--muted); border: 1px solid rgba(19,8,115,.14); padding: 24px; min-height: 330px; box-shadow: 0 18px 44px rgba(19,8,115,.1); }
.review-card strong { color: var(--ink); display: block; font-size: 18px; margin-bottom: 10px; }
.review-stars { color: #b77900; font-size: 18px; margin-bottom: 10px; letter-spacing: 2px; }
.slider-controls { display: flex; justify-content: center; gap: 10px; margin-top: 16px; }
.slider-controls button { width: 48px; height: 48px; border: 1px solid var(--midnight); color: #fff; background: var(--midnight); font-size: 24px; cursor: pointer; }

.reason-grid { display: grid; gap: 18px; }
.reason-card, .service-card, .part-card, .payment-card, .faq-card { background: #fff; border: 1px solid rgba(19,8,115,.12); padding: 24px; box-shadow: 0 18px 52px rgba(19,8,115,.08); }
.reason-card h3, .service-card h3, .part-card h3, .payment-card h3, .faq-card h3 { margin-top: 0; }
.icon-tile { width: 54px; height: 54px; display: grid; place-items: center; background: linear-gradient(135deg, var(--midnight), #2a23a0); color: #fff; margin-bottom: 16px; border: 1px solid rgba(125,231,255,.5); }
.icon-tile svg { width: 30px; height: 30px; stroke: var(--ice); fill: none; stroke-width: 2; stroke-linecap: square; stroke-linejoin: miter; }
.dark .reason-card { background: rgba(255,255,255,.07); color: #effaff; border-color: rgba(125,231,255,.22); }
.dark .reason-card h3 { color: #fff; }

.services-grid { display: grid; gap: 18px; }
.service-card { position: relative; overflow: hidden; }
.service-card:after { content: ""; position: absolute; right: -30px; bottom: -30px; width: 110px; height: 110px; border: 1px solid rgba(125,231,255,.55); transform: rotate(45deg); }
.parts-grid, .payment-grid, .faq-grid { display: grid; gap: 18px; }
.zip-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; padding: 0; list-style: none; }
.zip-list li { color: #050522; background: #fff; border: 1px solid rgba(19,8,115,.22); padding: 10px 14px; font-weight: 900; }
.process-list { counter-reset: steps; display: grid; gap: 18px; }
.process-item { counter-increment: steps; display: grid; gap: 14px; grid-template-columns: 56px 1fr; align-items: start; color: #f7fbff; }
.process-item:before { content: counter(steps); width: 56px; height: 56px; display: grid; place-items: center; background: var(--ice); color: #050522; font-size: 22px; font-weight: 900; }
.cta-band { background: linear-gradient(90deg, #130873, #2930b8); color: #fff; border: 1px solid rgba(125,231,255,.26); padding: 30px; display: grid; gap: 18px; align-items: center; }
.cta-band h2, .cta-band p { color: #fff; margin: 0; }
.contact-card { background: #fff; border: 1px solid rgba(19,8,115,.14); padding: 26px; box-shadow: 0 24px 64px rgba(19,8,115,.12); }
.form-grid { display: grid; gap: 12px; }
.form-grid input, .form-grid textarea { width: 100%; min-height: 48px; border: 1px solid rgba(19,8,115,.28); padding: 12px 14px; font: inherit; color: #111827; background: #fff; }
.form-grid textarea { min-height: 118px; resize: vertical; }

.footer { background: #07032e; color: #dbeafe; padding: 46px 0 24px; font-size: 14px; }
.footer p, .footer a, .footer li { font-size: 14px; color: #dbeafe; }
.footer h2, .footer h3 { color: #fff; }
.footer-grid { display: grid; gap: 26px; }
.footer .logo { margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 24px; padding-top: 20px; color: #cbd5e1; }

.sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 95; display: flex; align-items: center; justify-content: center; min-height: 58px; background: linear-gradient(135deg, #0b0547, #130873); color: #fff; font-size: 16px; font-weight: 900; border-top: 1px solid rgba(125,231,255,.45); transform: translateY(110%); opacity: 0; transition: transform .25s ease, opacity .25s ease; white-space: nowrap; box-shadow: 0 -14px 38px rgba(0,0,0,.35); }
.sticky-call.is-visible { transform: translateY(0); opacity: 1; }
.mobile-spacer { height: 72px; }

@keyframes glowPulse { 0%, 100% { opacity: 0; transform: scale(.96); } 50% { opacity: .82; transform: scale(1.06); } }
@keyframes streak { 0% { transform: translateX(0) rotate(-18deg); opacity: 0; } 25%, 55% { opacity: .7; } 100% { transform: translateX(160vw) rotate(-18deg); opacity: 0; } }

@media (min-width: 640px) {
  .reason-grid, .services-grid, .parts-grid, .payment-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
}

@media (min-width: 768px) {
  .mobile-toggle, .mobile-panel, .mobile-phone-row, .sticky-call, .mobile-spacer { display: none !important; }
  .desktop-nav { display: flex; flex-wrap: wrap; gap: 10px 16px; }
  .header-phone { display: inline-flex; }
  .header-grid { min-height: 96px; }
  .hero { min-height: 820px; }
  .media-section { grid-template-columns: 7fr 3fr; }
  .media-section.reverse { grid-template-columns: 3fr 7fr; }
  .media-section.reverse .media-image { order: -1; }
  .cta-band { grid-template-columns: 1fr auto; }
  .review-track { grid-auto-columns: calc((100% - 36px) / 3); }
}

@media (min-width: 1024px) {
  .header-grid { min-height: 78px; }
  .desktop-nav { flex-wrap: nowrap; gap: 22px; }
  .reason-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .parts-grid, .payment-grid, .faq-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .header-grid { grid-template-columns: 1fr auto; min-height: 70px; }
  .logo { font-size: 24px; }
  .hero-content { padding-top: 84px; }
  .hero h1 { font-size: 39px; }
  .section h2 { font-size: 31px; }
  .section { padding: 58px 0; }
  .trust-icons img { height: 48px; max-width: 31%; padding: 5px; }
  .glass-panel { padding: 22px; }
}
