@import url("base.css");

: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;
  --red: #AB170F;
  --purple: #9972C2;
  --blue: #AEC0DF;
  --ink: #111827;
  --muted: #4B5563;
  --soft: #F5F7FB;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-size: 16px; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -4; background: radial-gradient(circle at 15% 8%, rgba(174,192,223,0.36), transparent 32%), radial-gradient(circle at 92% 18%, rgba(153,114,194,0.22), transparent 28%), linear-gradient(180deg, #fff 0%, #f6f8fc 45%, #fff 100%); }

h1, h2, h3, h4 { margin: 0; color: #111827; font-weight: 900; line-height: 1.02; letter-spacing: -0.045em; }
h1 { font-size: clamp(39px, 8vw, 78px); }
h2 { font-size: clamp(31px, 5.6vw, 52px); }
h3, h4 { font-size: clamp(22px, 3vw, 28px); }
p { margin: 0; font-size: 16px; color: #374151; }
a { text-decoration: none; }

.site-shell { position: relative; isolation: isolate; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.section { position: relative; padding: 72px 0; overflow: hidden; }
.section-dark { background: #111827; color: #F9FAFB; }
.section-dark p, .section-dark li, .section-dark td { color: #E5E7EB; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #FFFFFF; }
.section-soft { background: rgba(245,247,251,0.88); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; padding: 8px 12px; background: var(--red); color: #fff; font-size: 13px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.18); }
.heading-line { display: block; width: 86px; height: 4px; margin: 18px 0 0; background: linear-gradient(90deg, var(--red), var(--purple), var(--blue)); }
.center .heading-line { margin-left: auto; margin-right: auto; }
.section-intro { max-width: 760px; margin-top: 20px; font-size: 18px; }
.center { text-align: center; }
.center .section-intro { margin-left: auto; margin-right: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); border-bottom: 1px solid rgba(17,24,39,0.08); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 900; letter-spacing: -0.04em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; display: block; }
.desktop-nav { display: none; align-items: center; gap: 24px; }
.desktop-nav a, .mobile-menu a { color: #111827; font-size: 16px; font-weight: 800; }
.desktop-nav a:hover, .mobile-menu a:hover { color: var(--red); }
.desktop-phone { display: none !important; }
.menu-button { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(17,24,39,0.16); background: #fff; color: #111827; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; width: 22px; height: 2px; background: currentColor; display: block; margin: 3px 0; }
.mobile-menu { display: none; position: absolute; left: 16px; right: 16px; top: 84px; z-index: 55; padding: 20px; background: #fff; border: 1px solid rgba(17,24,39,0.12); box-shadow: 0 30px 70px rgba(17,24,39,0.18); }
.mobile-menu.is-open { display: grid; gap: 16px; }
.mobile-menu .cta-button { justify-content: center; width: 100%; white-space: nowrap; }

.cta-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; background: var(--red); color: #FFFFFF !important; border: 2px solid var(--red); font-size: 16px; font-weight: 900; letter-spacing: -0.01em; white-space: nowrap; box-shadow: 0 0 0 0 rgba(255,255,255,0.48); animation: pulseGlow 2.4s infinite; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.cta-button:hover { transform: translateY(-2px); background: #7F100B; border-color: #7F100B; }
.cta-light { background: #FFFFFF; color: #111827 !important; border-color: #FFFFFF; }
.cta-light:hover { background: var(--blue); border-color: var(--blue); color: #111827 !important; }
.icon-inline { width: 20px; height: 20px; flex: 0 0 auto; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; color: #fff; background: #111827; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; background-image: linear-gradient(115deg, rgba(17,24,39,0.88) 0%, rgba(17,24,39,0.68) 48%, rgba(171,23,15,0.52) 100%), url("../images/hero-kitchen.jpg"); background-size: cover; background-position: center; transform: scale(1.02); }
#particle-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
.hero-diagonal { position: absolute; z-index: -2; width: 60vw; height: 26vw; background: linear-gradient(110deg, rgba(171,23,15,0.76), rgba(153,114,194,0.34)); left: -14vw; top: 18%; transform: rotate(-12deg); border: 1px solid rgba(255,255,255,0.2); }
.hero-content { width: min(980px, calc(100% - 32px)); margin: 0 auto; padding: 156px 0 116px; text-align: center; }
.hero h1 { color: #FFFFFF; text-shadow: 0 8px 34px rgba(0,0,0,0.35); }
.hero-sub { max-width: 850px; margin: 24px auto 0; color: #F9FAFB; font-size: 18px; }
.hero-stars { margin: 20px 0 14px; color: #F7D154; font-size: 30px; letter-spacing: 4px; }
.trust-icons { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin: 0 auto 28px; }
.trust-icons img { width: auto; height: 48px; max-width: 86px; object-fit: contain; background: rgba(255,255,255,0.92); padding: 6px 8px; }
.hero-cta-note { margin: 24px 0 12px; color: #FFFFFF; font-weight: 900; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.hero-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 780px; margin: 36px auto 0; }
.hero-stat { padding: 16px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); backdrop-filter: blur(8px); }
.hero-stat strong { display: block; color: #FFFFFF; font-size: 24px; line-height: 1; }
.hero-stat span { display: block; color: #E5E7EB; font-size: 14px; margin-top: 8px; }

.two-col { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.two-col.text-wide { grid-template-columns: 1fr; }
.image-panel { position: relative; border: 1px solid rgba(17,24,39,0.1); background: #fff; padding: 12px; box-shadow: 20px 24px 0 rgba(174,192,223,0.42); }
.image-panel img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.content-card { background: #FFFFFF; border: 1px solid rgba(17,24,39,0.1); padding: 26px; color: #374151; }
.prose-stack { display: grid; gap: 18px; }
.problem-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
.problem-card { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; padding: 22px; background: #fff; border: 1px solid rgba(17,24,39,0.1); transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(17,24,39,0.12); }
.problem-card svg, .benefit-card svg { width: 48px; height: 48px; color: var(--red); }
.problem-card p { margin-top: 7px; }
.problem-card h3::after, .benefit-card h3::after, .faq-item h3::after, .process-step h4::after { content: ""; display: block; width: 52px; height: 3px; margin-top: 10px; background: linear-gradient(90deg, var(--red), var(--purple)); }
.process-wrap { display: grid; gap: 20px; margin-top: 40px; counter-reset: step; }
.process-step { position: relative; padding: 28px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16); }
.process-step::before { counter-increment: step; content: "0" counter(step); position: absolute; top: 18px; right: 22px; color: rgba(174,192,223,0.35); font-size: 48px; font-weight: 900; line-height: 1; }
.process-step h4 { color: #FFFFFF; padding-right: 70px; }
.process-step p { margin-top: 14px; }
.benefit-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 38px; }
.benefit-card { padding: 24px; background: #fff; border: 1px solid rgba(17,24,39,0.1); }
.benefit-card h3 { margin-top: 18px; }
.benefit-card p { margin-top: 10px; }
.service-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px; }
.service-pill { display: flex; align-items: center; gap: 10px; padding: 13px; background: #fff; border-left: 5px solid var(--red); color: #111827; font-weight: 900; }
.service-pill svg { width: 24px; height: 24px; color: var(--purple); flex: 0 0 auto; }
.reviews-panel { position: relative; margin-top: 38px; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: 88%; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 20px; scrollbar-width: thin; }
.review-card { scroll-snap-align: start; padding: 24px; background: #FFFFFF; border: 1px solid rgba(17,24,39,0.1); color: #374151; min-height: 276px; }
.review-card strong { display: block; color: #111827; font-size: 18px; margin-bottom: 12px; }
.review-card .stars { color: #F5B301; letter-spacing: 2px; margin-bottom: 14px; }
.review-controls { display: flex; justify-content: center; gap: 12px; margin-top: 10px; }
.review-controls button { width: 48px; height: 48px; border: 1px solid rgba(17,24,39,0.18); background: #fff; color: #111827; font-size: 24px; cursor: pointer; }
.cta-band { background: linear-gradient(110deg, #111827, #2b173f 55%, #7f100b); color: #fff; }
.cta-band h2, .cta-band p { color: #fff; }
.cta-box { display: grid; gap: 22px; align-items: center; }
.faq-grid { display: grid; gap: 16px; margin-top: 36px; }
.faq-item { padding: 22px; background: #FFFFFF; border: 1px solid rgba(17,24,39,0.1); }
.faq-item h3 { font-size: 22px; margin-bottom: 8px; }
.site-footer { padding: 48px 0 96px; background: #090D16; color: #D1D5DB; font-size: 14px; }
.site-footer p, .site-footer a { color: #D1D5DB; font-size: 14px; }
.footer-grid { display: grid; gap: 28px; }
.footer-logo { color: #FFFFFF; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 20px; }
.footer-disclaimer { margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.14); }
.geometric { position: absolute; pointer-events: none; z-index: -1; opacity: .55; }
.geo-one { right: -160px; top: 80px; width: 320px; height: 320px; border: 1px solid rgba(153,114,194,.36); transform: rotate(24deg); }
.geo-two { left: -130px; bottom: 70px; width: 260px; height: 180px; background: linear-gradient(130deg, rgba(171,23,15,.12), rgba(174,192,223,.36)); clip-path: polygon(0 100%, 50% 0, 100% 100%); }
.mobile-sticky-call { display: none !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; min-height: 62px; align-items: center; justify-content: center; padding: 12px 14px calc(12px + env(safe-area-inset-bottom)); background: #111827; color: #FFFFFF !important; font-size: 16px; font-weight: 900; white-space: nowrap; transform: translateY(110%); opacity: 0; transition: transform .28s ease, opacity .28s ease; }
.mobile-sticky-call.is-visible { display: flex !important; transform: translateY(0); opacity: 1; }

@keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(255,255,255,.5); } 70% { box-shadow: 0 0 0 16px rgba(255,255,255,0); } 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); } }

@media (min-width: 640px) {
  .problem-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .review-track { grid-auto-columns: 47%; }
}

@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .desktop-phone { display: inline-flex !important; }
  .menu-button, .mobile-menu { display: none !important; }
  .mobile-sticky-call, .mobile-sticky-call.is-visible { display: none !important; }
  .two-col { grid-template-columns: 1fr 1fr; }
  .two-col.text-wide { grid-template-columns: 7fr 3fr; }
  .cta-box { grid-template-columns: 1fr auto; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
  .process-wrap { grid-template-columns: repeat(4, 1fr); }
  .service-strip { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1024px) {
  .problem-grid { grid-template-columns: repeat(3, 1fr); }
  .benefit-grid { grid-template-columns: repeat(5, 1fr); }
  .review-track { grid-auto-columns: calc((100% - 48px) / 3); }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 12vw, 55px); }
  h2 { font-size: clamp(31px, 9vw, 38px); }
  .section { padding: 56px 0; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 124px; padding-bottom: 92px; }
  .hero-stat-grid { grid-template-columns: 1fr; }
  .trust-icons { gap: 8px; }
  .trust-icons img { height: 48px; max-width: 58px; padding: 5px; }
  .service-strip { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
