:root {
  --font-heading: "Montserrat", "Inter", "Segoe UI", Arial, sans-serif;
  --font-body: "Open Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --black: #111111;
  --ink: #1f2937;
  --muted: #5b6472;
  --line: #eadfdf;
  --red: #ff0000;
  --red-dark: #bf3030;
  --cream: #fbf7f6;
  --glow: 0 20px 70px rgba(255, 0, 0, 0.18);
  --shadow: 0 18px 60px rgba(17, 17, 17, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: #ffffff;
  padding-bottom: 0;
}
body.mobile-call-space { padding-bottom: 86px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { font-family: var(--font-heading); color: #111827; line-height: 1.08; margin: 0 0 18px; letter-spacing: -0.035em; }
h1 { font-size: clamp(35px, 5vw, 66px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3, h4 { font-size: 22px; }
p { margin: 0 0 16px; font-size: 16px; }
ul, ol { margin: 0; padding-left: 22px; }
li { margin-bottom: 10px; font-size: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(17,17,17,0.08);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-weight: 900; font-size: 25px; color: #111827; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 8px 24px rgba(255,0,0,0.18); }
.desktop-nav { display: flex; align-items: center; gap: 18px; }
.desktop-nav a { font-size: 18px; font-weight: 800; color: #1f2937; transition: color .25s ease; }
.desktop-nav a:hover { color: var(--red); }
.phone-btn, .btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 900;
  min-height: 50px;
  padding: 13px 20px;
  box-shadow: 0 12px 34px rgba(255,0,0,0.18);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  white-space: nowrap;
}
.phone-btn, .btn-primary { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #ffffff; }
.btn-secondary { background: #111111; color: #ffffff; box-shadow: 0 12px 34px rgba(17,17,17,0.18); }
.phone-btn:hover, .btn-primary:hover, .btn-secondary:hover { transform: translateY(-2px); filter: brightness(1.06); box-shadow: 0 18px 42px rgba(255,0,0,0.26); }
.phone-icon { width: 18px; height: 18px; flex: 0 0 18px; }
.mobile-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: #111111; color: #ffffff; align-items: center; justify-content: center; }
.mobile-toggle span, .mobile-toggle span::before, .mobile-toggle span::after { width: 22px; height: 2px; background: #ffffff; display: block; content: ""; border-radius: 2px; }
.mobile-toggle span::before { transform: translateY(-7px); }
.mobile-toggle span::after { transform: translateY(5px); }
.mobile-phone-row { display: none; padding: 0 0 14px; }
.mobile-phone-row .phone-btn { width: 100%; }
.mobile-panel { display: none; border-top: 1px solid rgba(17,17,17,0.08); padding: 12px 0 20px; }
.mobile-panel.is-open { display: block; }
.mobile-panel a { display: block; padding: 12px 0; font-size: 18px; font-weight: 800; color: #111827; }
.hero {
  background: radial-gradient(circle at 18% 20%, rgba(255,0,0,0.16), transparent 30%), linear-gradient(135deg, #fff8f8 0%, #f7efef 52%, #ffffff 100%);
  border-bottom: 1px solid rgba(17,17,17,0.08);
  overflow: hidden;
}
.hero-grid { display: grid; grid-template-columns: 1fr 0.78fr; gap: 42px; align-items: stretch; padding: 78px 0 60px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; width: fit-content; padding: 8px 14px; border-radius: 999px; background: #111111; color: #ffffff; font-size: 14px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow::before, .section-kicker::before { content: ""; width: 9px; height: 9px; border-radius: 999px; background: var(--red); box-shadow: 0 0 18px rgba(255,0,0,0.8); }
.hero h1 { max-width: 780px; }
.stars { color: var(--red); font-size: 24px; letter-spacing: 4px; margin: 2px 0 16px; }
.trust-icons { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 0 0 22px; }
.trust-icons img { width: auto; height: 48px; max-width: 118px; object-fit: contain; border: 1px solid rgba(17,17,17,0.1); border-radius: 16px; padding: 6px; background: #ffffff; box-shadow: 0 10px 26px rgba(17,17,17,0.08); }
.hero-lead { font-size: 19px; color: #374151; max-width: 760px; }
.hero-cta-text { font-size: 20px; font-weight: 900; color: #111827; margin-top: 12px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 10px; }
.hero-card { position: relative; min-height: 100%; display: flex; align-items: center; }
.image-frame { width: 100%; aspect-ratio: 1 / 1; border-radius: 34px; overflow: hidden; background: #111111; box-shadow: var(--shadow), var(--glow); border: 8px solid #ffffff; position: relative; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.floating-proof { position: absolute; left: -22px; bottom: 28px; max-width: 250px; background: #111111; color: #ffffff; border-radius: 24px; padding: 18px; box-shadow: 0 20px 50px rgba(17,17,17,0.28); }
.floating-proof strong { display: block; font-size: 30px; line-height: 1; color: #ffffff; }
.floating-proof span { display: block; font-size: 14px; color: #f5eaea; }
.intro { padding: 52px 0; background: #ffffff; }
.intro-card { border-radius: 30px; padding: 30px; background: #111111; color: #ffffff; display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: center; box-shadow: var(--shadow); }
.intro-card p { color: #ffffff; font-size: 18px; margin: 0; }
.section { padding: 78px 0; }
.section.alt { background: var(--cream); }
.section.dark { background: #111111; color: #ffffff; }
.section.dark h2, .section.dark h3, .section.dark h4 { color: #ffffff; }
.section.dark p, .section.dark li { color: #f3eeee; }
.section-head { max-width: 840px; margin-bottom: 34px; }
.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #111827; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 13px; }
.section.dark .section-kicker { color: #ffffff; }
.section-title-row { display: flex; align-items: flex-start; gap: 14px; }
.sticker { width: 48px; height: 48px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #ffffff; flex: 0 0 auto; box-shadow: 0 14px 30px rgba(255,0,0,0.22); }
.sticker svg, .line-icon svg { width: 25px; height: 25px; stroke: currentColor; stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: #ffffff; border: 1px solid var(--line); border-radius: 26px; padding: 22px; box-shadow: 0 14px 40px rgba(17,17,17,0.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 20px 52px rgba(17,17,17,0.12); border-color: rgba(255,0,0,0.28); }
.line-icon { width: 54px; height: 54px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: #fff0f0; color: var(--red); margin-bottom: 16px; }
.service-card h3 { font-size: 21px; }
.service-card ul { padding-left: 18px; }
.split-blocks { display: grid; gap: 34px; }
.split-block { display: grid; grid-template-columns: 65% 35%; align-items: center; gap: 28px; background: #ffffff; border: 1px solid var(--line); border-radius: 34px; padding: 24px; box-shadow: 0 16px 48px rgba(17,17,17,0.08); }
.split-block.reverse { grid-template-columns: 35% 65%; }
.split-block.reverse .split-image { order: 1; }
.split-block.reverse .split-text { order: 2; }
.split-image { border-radius: 26px; overflow: hidden; min-height: 260px; box-shadow: 0 12px 34px rgba(17,17,17,0.14); }
.split-image img { width: 100%; height: 100%; object-fit: cover; min-height: 260px; }
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 16px; padding: 0; list-style: none; }
.feature-list li { background: #fbf7f6; border: 1px solid var(--line); border-radius: 18px; padding: 14px; margin: 0; }
.parts-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.part-card { background: #ffffff; border-radius: 26px; padding: 24px; border: 1px solid var(--line); color: #1f2937; }
.part-card h3 { color: #111827; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.process-card { position: relative; border-radius: 28px; padding: 26px; background: linear-gradient(180deg, #202020, #111111); border: 1px solid rgba(255,255,255,0.1); min-height: 260px; }
.process-card::before { counter-increment: steps; content: counter(steps); display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 16px; background: var(--red); color: #ffffff; font-weight: 900; margin-bottom: 18px; box-shadow: 0 0 28px rgba(255,0,0,0.34); }
.process-card h3 { color: #ffffff; }
.review-shell { position: relative; overflow: hidden; }
.reviews-track { display: flex; transition: transform .45s ease; }
.review-page { min-width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { background: #ffffff; color: #1f2937; border-radius: 28px; padding: 24px; border: 1px solid var(--line); min-height: 310px; box-shadow: 0 14px 42px rgba(17,17,17,0.08); }
.review-card .stars { font-size: 17px; letter-spacing: 2px; margin-bottom: 12px; }
.review-card strong { display: block; color: #111827; font-size: 18px; margin-bottom: 10px; }
.review-controls { display: flex; gap: 10px; justify-content: flex-end; margin-top: 18px; }
.circle-btn { width: 48px; height: 48px; border: 0; border-radius: 999px; background: #111111; color: #ffffff; font-size: 22px; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.circle-btn:hover { background: var(--red); transform: translateY(-2px); }
.area-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
.area-card, .payment-card, .faq-card { background: #ffffff; color: #1f2937; border-radius: 30px; padding: 28px; border: 1px solid var(--line); box-shadow: 0 16px 48px rgba(17,17,17,0.08); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 24px; }
.chip { border-radius: 999px; padding: 10px 14px; background: #111111; color: #ffffff; font-weight: 800; font-size: 15px; }
.zip-chip { background: #fff0f0; color: #111827; border: 1px solid rgba(255,0,0,0.22); }
.payment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.payment-card { text-align: center; font-weight: 900; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-card h3 { font-size: 20px; }
.cta-band { background: linear-gradient(135deg, #111111, #2a0b0b 55%, #bf3030); color: #ffffff; border-radius: 36px; padding: 38px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow), var(--glow); }
.cta-band h2, .cta-band p { color: #ffffff; }
.site-footer { background: #090909; color: #ffffff; padding: 54px 0 30px; font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 34px; }
.site-footer .brand { color: #ffffff; margin-bottom: 16px; }
.site-footer p, .site-footer a, .site-footer li { color: #f1eeee; font-size: 14px; }
.footer-links { list-style: none; padding: 0; }
.footer-links a:hover { color: #ffffff; text-decoration: underline; }
.disclaimer { margin-top: 28px; border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; color: #d8d1d1; }
.mobile-sticky-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: linear-gradient(135deg, var(--red), var(--red-dark)); color: #ffffff; min-height: 64px; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 -16px 36px rgba(17,17,17,0.22); transform: translateY(100%); opacity: 0; transition: transform .28s ease, opacity .28s ease; white-space: nowrap; }
.mobile-sticky-call.is-visible { transform: translateY(0); opacity: 1; }
.fade-up { animation: fadeUp .7s ease both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1100px) {
  .desktop-nav { gap: 12px; }
  .desktop-nav a { font-size: 16px; }
  .service-grid, .process-grid, .parts-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  body { padding-bottom: 0; }
  body.mobile-call-space { padding-bottom: 76px; }
  h1 { font-size: clamp(35px, 10vw, 46px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 72px; gap: 10px; }
  .brand { font-size: 24px; }
  .brand img { width: 38px; height: 38px; }
  .desktop-nav, .header-inner > .phone-btn { display: none; }
  .mobile-toggle { display: inline-flex; }
  .mobile-phone-row { display: block; }
  .mobile-phone-row .phone-btn { font-size: 16px; padding-left: 12px; padding-right: 12px; }
  .hero-grid, .intro-card, .area-grid, .cta-band, .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 46px 0 44px; gap: 24px; }
  .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; }
  .trust-icons img { height: 42px; max-width: 96px; }
  .floating-proof { position: static; max-width: none; margin-top: 14px; }
  .intro-card { padding: 24px; }
  .section { padding: 56px 0; }
  .service-grid, .parts-grid, .process-grid, .payment-grid, .faq-grid, .feature-list { grid-template-columns: 1fr; }
  .split-block, .split-block.reverse { grid-template-columns: 1fr; }
  .split-block.reverse .split-image, .split-block.reverse .split-text { order: initial; }
  .review-page { grid-template-columns: 1fr; }
  .review-card { min-height: auto; }
  .review-controls { justify-content: center; }
  .mobile-sticky-call { display: flex; font-size: 16px; }
}
@media (min-width: 768px) {
  .mobile-panel, .mobile-phone-row, .mobile-sticky-call { display: none !important; }
}
