:root {
  --primary: #220D3B;
  --primary-2: #32125a;
  --accent: #F9D80F;
  --heading: #111827;
  --text: #374151;
  --muted: #6B7280;
  --surface: #FFFFFF;
  --soft: #F7F4FB;
  --line: rgba(249, 216, 15, 0.32);
  --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;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
  line-height: 1.65;
  padding-bottom: 0;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p, li { font-size: 16px; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 800; line-height: 1.08; color: var(--heading); margin: 0; }
h1 { font-size: clamp(39px, 7vw, 76px); letter-spacing: -0.055em; }
h2 { font-size: clamp(31px, 4.5vw, 50px); letter-spacing: -0.04em; }
h3, h4 { font-size: 22px; }

.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 82px 0; position: relative; overflow: hidden; }
.section-dark { background: var(--primary); color: #F9FAFB; }
.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4 { color: #FFFFFF; }
.section-dark p, .section-dark li { color: #ECE7F4; }
.section-soft { background: var(--soft); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; background: rgba(249, 216, 15, 0.14); border-left: 4px solid var(--accent); color: #32125a; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; padding: 8px 12px; margin-bottom: 16px; }
.section-dark .eyebrow { color: #FFFFFF; background: rgba(249, 216, 15, 0.16); }
.rule { width: 92px; height: 4px; background: var(--accent); margin-top: 18px; position: relative; }
.rule:after { content: ""; position: absolute; left: 104px; top: 0; width: 28px; height: 4px; background: rgba(249, 216, 15, 0.42); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(34, 13, 59, 0.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #FFFFFF; font-family: var(--font-heading); font-weight: 900; font-size: 24px; white-space: nowrap; }
.logo-mark { width: 38px; height: 38px; display: grid; place-items: center; background: #FFFFFF; color: var(--primary); }
.logo-mark svg { width: 25px; height: 25px; }
.desktop-nav { display: none !important; align-items: center; gap: 18px; color: #FFFFFF; font-size: 16px; font-weight: 700; }
.desktop-nav a { opacity: .88; }
.desktop-nav a:hover { color: var(--accent); opacity: 1; }
.header-phone { display: none !important; white-space: nowrap; color: #111827; background: #FFFFFF; border: 2px solid #FFFFFF; padding: 12px 17px; font-size: 16px; font-weight: 900; }
.header-phone:hover { background: var(--accent); border-color: var(--accent); color: #111827; }
.hamburger { display: inline-flex !important; flex-direction: column; justify-content: center; width: 46px; height: 46px; gap: 6px; border: 1px solid rgba(255,255,255,.28); background: transparent; }
.hamburger span { width: 22px; height: 2px; background: #FFFFFF; margin: 0 auto; }
.mobile-menu { display: none; position: fixed; left: 0; right: 0; top: 76px; background: #FFFFFF; padding: 18px; z-index: 49; box-shadow: 0 20px 35px rgba(17,24,39,.22); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; color: #111827; font-weight: 800; font-size: 17px; padding: 13px 8px; border-bottom: 1px solid #E5E7EB; }
.mobile-menu .mobile-menu-phone { display: inline-flex; justify-content: center; width: 100%; background: var(--primary); color: #FFFFFF; margin-top: 14px; padding: 15px 18px; white-space: nowrap; border-bottom: 0; }

.hero { min-height: 100vh; display: grid; align-items: center; padding: 132px 0 70px; background-image: linear-gradient(180deg, rgba(34,13,59,.78), rgba(34,13,59,.92)), url("../images/hero-kitchen.png"); background-size: cover; background-position: center; color: #FFFFFF; text-align: center; position: relative; overflow: hidden; }
.hero:before, .circuit:before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .34; background-image: linear-gradient(90deg, transparent 0 12%, var(--line) 12% 12.2%, transparent 12.2% 100%), linear-gradient(0deg, transparent 0 22%, var(--line) 22% 22.2%, transparent 22.2% 100%), radial-gradient(circle at 22% 38%, var(--line) 0 3px, transparent 4px), radial-gradient(circle at 76% 62%, var(--line) 0 3px, transparent 4px); background-size: 280px 210px, 240px 180px, 100% 100%, 100% 100%; animation: circuitBuild 4.6s ease both; }
.hero-content { position: relative; z-index: 1; max-width: 980px; margin: 0 auto; }
.hero h1 { color: #FFFFFF; }
.hero-copy { max-width: 870px; margin: 24px auto 0; color: #F8F5FC; font-size: 18px; }
.stars { color: var(--accent); font-size: 30px; letter-spacing: 8px; margin: 18px 0 13px; }
.review-icons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 0 auto 24px; }
.review-icons img { width: auto; height: 48px; object-fit: contain; background: #FFFFFF; padding: 7px 9px; }
.hero-cta-text { color: #FFFFFF; font-size: 20px; font-weight: 800; margin: 28px 0 14px; }
.cta-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 16px 24px; border: 2px solid #FFFFFF; background: #FFFFFF; color: #111827; font-weight: 900; font-size: 17px; white-space: nowrap; position: relative; box-shadow: 0 0 0 0 rgba(255,255,255,.48); animation: pulseGlow 2.4s infinite; }
.cta-button:hover { background: var(--accent); border-color: var(--accent); color: #111827; transform: translateY(-2px); }
.cta-button.dark { background: var(--primary); color: #FFFFFF; border-color: var(--primary); }
.cta-button.dark:hover { background: #111827; border-color: var(--accent); color: #FFFFFF; }

.intro-card { margin-top: -48px; position: relative; z-index: 2; background: #FFFFFF; border: 1px solid #E5E7EB; box-shadow: 0 24px 60px rgba(34,13,59,.16); padding: 32px; }
.split { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.split-70-30 { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.split-image img { width: 100%; height: 320px; object-fit: cover; }
.steps { counter-reset: step; display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
.step { counter-increment: step; background: #FFFFFF; border: 1px solid #E5E7EB; padding: 22px; position: relative; }
.step:before { content: counter(step, decimal-leading-zero); color: var(--primary); font-size: 31px; font-weight: 900; display: block; margin-bottom: 10px; }

.issue-grid, .service-grid, .trust-grid, .faq-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 32px; }
.card { background: #FFFFFF; border: 1px solid #E5E7EB; padding: 24px; color: var(--text); position: relative; overflow: hidden; }
.card:before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--accent); transition: width .45s ease; }
.card:hover:before { width: 100%; }
.card h3, .card h4 { color: #111827; margin-bottom: 12px; }
.card p, .card li { color: #374151; }
.service-card { display: flex; gap: 16px; align-items: flex-start; }
.appliance-icon { flex: 0 0 50px; width: 50px; height: 50px; border: 2px solid var(--primary); display: grid; place-items: center; color: var(--primary); background: #FFFFFF; }
.appliance-icon svg { width: 29px; height: 29px; stroke-width: 2.3; }
.zip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.zip-list span { background: #FFFFFF; color: #111827; border: 1px solid rgba(255,255,255,.28); padding: 9px 12px; font-weight: 800; }
.section-dark .zip-list span { background: rgba(255,255,255,.09); color: #FFFFFF; }
.payment-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 0; list-style: none; }
.payment-list li { background: #FFFFFF; color: #111827; padding: 16px; font-weight: 800; border-left: 4px solid var(--accent); }

.reviews-shell { margin-top: 32px; overflow: hidden; }
.reviews-track { display: flex; transition: transform .45s ease; }
.review-card { flex: 0 0 100%; padding: 16px; }
.review-card-inner { height: 100%; background: #FFFFFF; color: #374151; border: 1px solid rgba(255,255,255,.2); padding: 24px; }
.review-card blockquote { margin: 0; font-size: 16px; color: #374151; }
.review-card cite { display: block; margin-top: 18px; color: #111827; font-weight: 900; font-style: normal; }
.review-controls { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.review-controls button { width: 46px; height: 46px; background: #FFFFFF; border: 0; color: #111827; font-size: 24px; font-weight: 900; }
.review-controls button:hover { background: var(--accent); }

.cta-band { background: linear-gradient(135deg, var(--primary), #12071f); color: #FFFFFF; padding: 44px; position: relative; overflow: hidden; }
.cta-band h2 { color: #FFFFFF; }
.cta-band p { color: #F3EEF8; }
.cta-band:after { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border: 1px solid var(--line); transform: rotate(45deg); }
.faq-item { background: #FFFFFF; border: 1px solid #E5E7EB; padding: 22px; }
.faq-item h3 { margin-bottom: 10px; }
.footer { background: #10051c; color: #D9D3E3; padding: 50px 0 26px; font-size: 14px; }
.footer p, .footer a { font-size: 14px; color: #D9D3E3; }
.footer a:hover { color: var(--accent); }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer .logo { margin-bottom: 16px; }
.footer-title { color: #FFFFFF; font-size: 18px; font-weight: 900; margin-bottom: 12px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.13); margin-top: 30px; padding-top: 22px; }

.mobile-sticky-call { display: none !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: #FFFFFF; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); transform: translateY(110%); opacity: 0; transition: transform .3s ease, opacity .3s ease; box-shadow: 0 -12px 30px rgba(17,24,39,.22); }
.mobile-sticky-call.visible { transform: translateY(0); opacity: 1; }
.mobile-sticky-call a { display: flex; align-items: center; justify-content: center; width: 100%; background: var(--primary); color: #FFFFFF; font-weight: 900; font-size: 16px; padding: 14px 10px; white-space: nowrap; }
.mobile-sticky-call a:hover { background: #111827; color: #FFFFFF; }

@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.42); } 70% { box-shadow: 0 0 0 18px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }
@keyframes circuitBuild { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }

@media (min-width: 640px) {
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .issue-grid, .trust-grid, .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .header-phone { display: inline-flex !important; align-items: center; }
  .hamburger, .mobile-menu { display: none !important; }
  .mobile-sticky-call { display: none !important; }
  .split { grid-template-columns: 1.05fr .95fr; }
  .split-70-30 { grid-template-columns: 7fr 3fr; }
  .footer-grid { grid-template-columns: 1.35fr .8fr .8fr; }
  .payment-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .review-card { flex-basis: 33.333%; }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 11vw, 53px); }
  h2 { font-size: clamp(31px, 8vw, 36px); }
  .site-header { position: fixed; }
  .header-inner { height: 70px; }
  .logo { font-size: 24px; }
  .logo-mark { width: 34px; height: 34px; }
  .hero { padding-top: 118px; min-height: 94vh; }
  .hero-copy { font-size: 16px; }
  .review-icons img { height: 48px; }
  .stars { font-size: 24px; letter-spacing: 5px; }
  .section { padding: 62px 0; }
  .intro-card { padding: 24px; }
  .cta-button { width: 100%; padding-left: 12px; padding-right: 12px; }
  .mobile-sticky-call { display: block !important; }
  body.has-mobile-call { padding-bottom: 78px; }
}
