: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;
  --dark: #070a1f;
  --blue: #0032ff;
  --violet: #4a00ff;
  --cyan: #00b9ff;
  --line: rgba(255,255,255,.18);
}

html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.7; color: var(--text); background: #fff; overflow-x: hidden; }
body.mobile-menu-open { overflow: hidden; }
a { text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-weight: 850; letter-spacing: -.045em; line-height: 1.05; color: var(--ink); }
h1 { font-size: clamp(39px, 6vw, 76px); }
h2 { font-size: clamp(31px, 4vw, 48px); }
h3, h4 { font-size: clamp(22px, 2.2vw, 28px); }
p, li { font-size: 16px; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; background: rgba(7,10,31,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: #fff; font-family: var(--font-heading); font-weight: 850; font-size: 24px; letter-spacing: -.04em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; }
.desktop-nav { display: none !important; align-items: center; gap: 18px; }
.desktop-nav a { color: #fff; font-size: 16px; font-weight: 700; opacity: .9; }
.desktop-nav a:hover { color: var(--cyan); opacity: 1; }
.header-phone { display: none !important; color: #fff; border: 1px solid rgba(0,185,255,.65); padding: 12px 16px; font-weight: 850; font-size: 16px; white-space: nowrap; background: linear-gradient(135deg, rgba(74,0,255,.72), rgba(0,50,255,.5)); }
.header-phone:hover { color: #fff; transform: translateY(-1px); box-shadow: 0 0 28px rgba(0,185,255,.35); }
.hamburger { display: inline-flex !important; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.26); background: transparent; color: #fff; }
.hamburger span, .hamburger span::before, .hamburger span::after { display: block; width: 22px; height: 2px; background: #fff; content: ""; position: relative; }
.hamburger span::before { position: absolute; top: -7px; }
.hamburger span::after { position: absolute; top: 7px; }
.mobile-panel { display: none; position: fixed; inset: 78px 0 auto 0; background: rgba(7,10,31,.98); border-bottom: 1px solid rgba(255,255,255,.14); padding: 20px 16px 28px; z-index: 49; }
.mobile-panel.is-open { display: block; }
.mobile-panel a { display: block; color: #fff; font-size: 18px; font-weight: 800; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-phone { margin-top: 18px; display: inline-flex !important; width: 100%; justify-content: center; color: #fff !important; background: linear-gradient(135deg, var(--violet), var(--blue)); padding: 14px 16px !important; white-space: nowrap; border: 1px solid rgba(255,255,255,.2) !important; }
.hero { min-height: 790px; display: flex; align-items: center; text-align: center; color: #fff; position: relative; isolation: isolate; padding: 138px 0 76px; background-image: linear-gradient(135deg, rgba(7,10,31,.84), rgba(18,0,70,.68)), url('../images/kitchen-premium.jpg'); background-size: cover; background-position: center; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(0,185,255,.28); filter: blur(.1px); z-index: -1; }
.hero::before { width: 580px; height: 580px; top: 110px; left: -180px; background: radial-gradient(circle, rgba(74,0,255,.44), transparent 62%); animation: drift 11s ease-in-out infinite; }
.hero::after { width: 440px; height: 440px; right: -130px; bottom: 20px; background: radial-gradient(circle, rgba(0,185,255,.34), transparent 64%); animation: drift 13s ease-in-out infinite reverse; }
.hero h1, .section-dark h2, .section-dark h3 { color: #fff; }
.eyebrow { color: #fff; display: inline-flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); padding: 9px 13px; }
.hero-copy { max-width: 930px; margin: 0 auto; }
.hero-copy p { color: #f8fafc; font-size: 20px; max-width: 780px; margin: 20px auto; }
.stars { color: var(--cyan); letter-spacing: .14em; font-size: 26px; font-weight: 900; margin: 18px 0 14px; text-shadow: 0 0 22px rgba(0,185,255,.78); }
.trust-icons { display: flex; justify-content: center; align-items: center; gap: 14px; flex-wrap: wrap; margin: 18px 0 22px; }
.trust-icons img { width: auto; height: 48px; object-fit: contain; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32); padding: 6px 10px; }
.cta-line { color: #fff !important; font-weight: 850; }
.btn-primary { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 15px 23px; border: 1px solid rgba(255,255,255,.36); background: linear-gradient(135deg, var(--violet), var(--blue) 55%, var(--cyan)); color: #fff !important; font-size: 16px; font-weight: 900; white-space: nowrap; box-shadow: 0 0 0 0 rgba(255,255,255,.45), 0 22px 45px rgba(0,50,255,.27); animation: pulseGlow 2.2s infinite; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 12px rgba(255,255,255,.08), 0 28px 58px rgba(0,185,255,.35); }
.hero .btn-primary { margin-top: 8px; }
.section { padding: 92px 0; position: relative; }
.section-alt { background: #f7f9ff; }
.section-dark { background: radial-gradient(circle at top left, rgba(74,0,255,.35), transparent 36%), linear-gradient(135deg, #070a1f, #10143a 58%, #050816); color: #fff; }
.section-dark p, .section-dark li { color: #eef2ff; }
.section-head { max-width: 830px; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.accent-line { width: 78px; height: 4px; margin: 16px 0 0; background: linear-gradient(90deg, var(--violet), var(--blue), var(--cyan)); box-shadow: 0 0 20px rgba(0,185,255,.42); }
.section-head.center .accent-line { margin-left: auto; margin-right: auto; }
.intro-text { max-width: 940px; margin: 0 auto; }
.intro-text p { margin-bottom: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 18px; }
.service-card, .glass-card, .review-card, .payment-card { background: rgba(255,255,255,.94); border: 1px solid rgba(17,24,39,.1); padding: 25px; box-shadow: 0 20px 70px rgba(12,18,54,.09); color: #1f2937; }
.service-card h3, .glass-card h3, .review-card h3 { color: var(--ink); margin: 14px 0 10px; }
.service-card h3::after, .payment-card h3::after, .site-footer h3::after { content: ""; display: block; width: 48px; height: 3px; margin: 10px 0 0; background: linear-gradient(90deg, var(--violet), var(--cyan)); }
.service-card p, .glass-card p, .review-card p, .payment-card p { color: #374151; }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--violet), var(--blue), var(--cyan)); box-shadow: 0 14px 32px rgba(0,50,255,.22); }
.icon-box svg { width: 33px; height: 33px; stroke: currentColor; stroke-width: 1.9; fill: none; stroke-linecap: square; stroke-linejoin: miter; }
.two-col { display: grid; gap: 34px; align-items: center; }
.two-col.text-70 { grid-template-columns: minmax(0, 1fr); }
.image-panel { position: relative; min-height: 330px; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.14); }
.image-panel img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(74,0,255,.16), rgba(0,185,255,.08)); pointer-events: none; }
.split-card { background: #fff; border: 1px solid #e5e7eb; padding: 34px; box-shadow: 0 20px 55px rgba(15,23,42,.08); }
.feature-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 0; list-style: none; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: #1f2937; }
.feature-list li::before { content: ""; width: 11px; height: 11px; margin-top: 9px; flex: 0 0 auto; background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,185,255,.13); }
.problem-grid { display: grid; grid-template-columns: repeat(1, 1fr); gap: 14px; margin-top: 24px; }
.problem-grid span { color: #fff; font-weight: 800; padding: 16px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.process { counter-reset: step; display: grid; gap: 16px; }
.process-item { counter-increment: step; display: grid; grid-template-columns: 54px 1fr; gap: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: 21px; }
.process-item::before { content: counter(step); width: 54px; height: 54px; display: grid; place-items: center; background: linear-gradient(135deg, var(--violet), var(--cyan)); color: #fff; font-weight: 950; font-size: 22px; }
.process-item strong { color: #fff; font-size: 18px; }
.reviews-shell { position: relative; overflow: hidden; }
.reviews-track { display: flex; transition: transform .55s ease; }
.review-card { flex: 0 0 100%; margin-right: 18px; min-height: 245px; }
.review-stars { color: #005de8; font-size: 19px; letter-spacing: .08em; }
.review-controls { display: flex; justify-content: center; gap: 12px; margin-top: 22px; }
.review-controls button { width: 46px; height: 46px; border: 1px solid #cbd5e1; background: #fff; color: #111827; font-size: 20px; cursor: pointer; }
.review-controls button:hover { color: #fff; background: var(--blue); }
.local-grid, .payment-grid { display: grid; gap: 20px; grid-template-columns: repeat(1, 1fr); }
.local-chip { background: #fff; color: #111827; border: 1px solid #e5e7eb; padding: 18px; font-weight: 850; box-shadow: 0 16px 40px rgba(15,23,42,.07); }
.cta-band { background: linear-gradient(135deg, var(--violet), var(--blue) 55%, #06195f); color: #fff; padding: 50px; display: grid; gap: 24px; align-items: center; box-shadow: 0 30px 80px rgba(0,50,255,.25); }
.cta-band h2, .cta-band p { color: #fff; margin: 0; }
.site-footer { background: #050716; color: #dbeafe; padding: 58px 0 28px; font-size: 14px; }
.site-footer h3 { color: #fff; }
.site-footer p, .site-footer li, .site-footer a { color: #dbeafe; font-size: 14px; }
.footer-grid { display: grid; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 20px; padding: 0; list-style: none; }
.footer-disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 34px; padding-top: 22px; color: #c7d2fe; }
.sticky-call { display: none !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; transform: translateY(110%); opacity: 0; transition: transform .28s ease, opacity .28s ease; background: linear-gradient(135deg, var(--violet), var(--blue)); color: #fff !important; min-height: 60px; align-items: center; justify-content: center; font-size: 16px; font-weight: 950; white-space: nowrap; border-top: 1px solid rgba(255,255,255,.35); box-shadow: 0 -12px 36px rgba(0,0,0,.24); }
.sticky-call.is-visible { transform: translateY(0); opacity: 1; }
.faq-list details { background: #fff; border: 1px solid #e5e7eb; margin-bottom: 12px; padding: 18px 20px; color: #111827; }
.faq-list summary { cursor: pointer; font-weight: 850; font-size: 18px; color: #111827; }
.faq-list p { color: #374151; margin: 12px 0 0; }
@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.42), 0 22px 45px rgba(0,50,255,.27); } 70% { box-shadow: 0 0 0 14px rgba(255,255,255,0), 0 22px 45px rgba(0,50,255,.27); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0), 0 22px 45px rgba(0,50,255,.27); } }
@keyframes drift { 0%, 100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(24px,-18px,0) scale(1.07); } }
@media (min-width: 640px) { .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .problem-grid { grid-template-columns: repeat(2, 1fr); } .local-grid, .payment-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 768px) { .desktop-nav { display: flex !important; } .header-phone { display: inline-flex !important; } .hamburger { display: none !important; } .mobile-panel { display: none !important; } .sticky-call { display: none !important; } .review-card { flex-basis: calc((100% - 36px) / 3); } .two-col.text-70 { grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr); } .two-col.image-left { grid-template-columns: minmax(260px, 3fr) minmax(0, 7fr); } .cta-band { grid-template-columns: 1fr auto; } .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 1024px) { .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .problem-grid { grid-template-columns: repeat(4, 1fr); } .local-grid { grid-template-columns: repeat(5, 1fr); } .payment-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px) { h1 { font-size: clamp(39px, 13vw, 53px); } h2 { font-size: clamp(31px, 10vw, 38px); } .hero { min-height: 720px; padding-top: 116px; } .hero-copy p { font-size: 17px; } .site-header .container { width: calc(100% - 24px); } .section { padding: 64px 0; } .cta-band { padding: 28px; } .sticky-call { display: flex !important; } body.has-sticky-call { padding-bottom: 68px; } .trust-icons img { height: 48px; max-width: 30%; } .logo { font-size: 24px; } }
