:root {
  --font-heading: "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  --font-body: Inter, "Segoe UI", Arial, sans-serif;
  --radius-lg: 28px;
  --radius-md: 18px;
  --shadow-soft: 0 24px 80px rgba(23, 11, 13, .12);
  --shadow-card: 0 16px 44px rgba(23, 11, 13, .08);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

body.mobile-menu-open {
  overflow: hidden;
}

.container-site {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(142, 21, 29, .1);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.03em;
  white-space: nowrap;
}

.brand:hover {
  color: #111827;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #DA3F4B, #8E151D);
  color: #fff;
  box-shadow: 0 10px 24px rgba(218, 63, 75, .28);
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 22px;
}

.btn.header-phone-button,
.desktop-header-phone {
  display: none !important;
}

.desktop-nav a,
.mobile-panel a:not(.btn) {
  color: #2F2930;
  font-size: 18px;
  font-weight: 700;
}

.desktop-nav a:hover,
.mobile-panel a:not(.btn):hover {
  color: #8E151D;
}

.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(142, 21, 29, .2);
  border-radius: 14px;
  background: #fff;
}

.hamburger span {
  width: 22px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #111827;
  transition: transform .22s ease, opacity .22s ease;
}

.hamburger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.hamburger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel {
  display: none;
  position: fixed;
  top: 76px;
  left: 0;
  right: 0;
  z-index: 49;
  padding: 20px 16px 28px;
  background: #fff;
  border-bottom: 1px solid rgba(142, 21, 29, .12);
  box-shadow: 0 24px 50px rgba(23, 11, 13, .15);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel nav {
  display: grid;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #DA3F4B, #8E151D);
  color: #fff;
  box-shadow: 0 16px 34px rgba(218, 63, 75, .28);
}

.btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(142, 21, 29, .34);
}

.btn-light {
  background: #fff;
  color: #111827;
  border: 1px solid rgba(142, 21, 29, .18);
}

.btn-light:hover {
  color: #8E151D;
  transform: translateY(-2px);
}

.section {
  padding: 72px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 44px 0 54px;
  background: radial-gradient(circle at 12% 10%, rgba(218, 63, 75, .18), transparent 28%), linear-gradient(135deg, #fff7f7, #fbf7f5 50%, #f5e6e8);
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-visual {
  min-height: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  color: #8E151D;
  background: rgba(218, 63, 75, .1);
  font-weight: 800;
  font-size: 16px;
}

h1,
.h1 {
  margin-top: 18px;
  font-size: clamp(35px, 10vw, 62px);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 900;
}

h2 {
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 900;
}

h3,
h4 {
  font-size: clamp(20px, 5vw, 24px);
  line-height: 1.2;
  font-weight: 850;
}

p,
li,
summary,
dd,
dt {
  font-size: 16px;
  line-height: 1.75;
}

.lead {
  margin-top: 20px;
  max-width: 680px;
  color: #3B3338;
  font-size: 18px;
}

.stars {
  margin-top: 18px;
  color: #D99A29;
  font-size: 23px;
  letter-spacing: 2px;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.gallery-badge {
  width: auto;
  height: 48px;
  max-width: 142px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(23, 11, 13, .1);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 10px;
  background: rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-soft);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
}

.floating-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  max-width: 220px;
  padding: 16px;
  border-radius: 18px;
  color: #fff;
  background: rgba(23, 11, 13, .9);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .24);
}

.intro-card {
  border-radius: var(--radius-lg);
  padding: 28px;
  background: #fff;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(142, 21, 29, .08);
}

.services-grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.service-card,
.review-card,
.faq-item,
.payment-card,
.parts-card {
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(142, 21, 29, .1);
  box-shadow: var(--shadow-card);
}

.service-card {
  padding: 24px;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(218, 63, 75, .38);
  box-shadow: 0 22px 56px rgba(23, 11, 13, .12);
}

.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border-radius: 18px;
  background: #fbebed;
  color: #8E151D;
}

.service-card ul,
.text-list {
  display: grid;
  gap: 12px;
  margin: 18px 0;
  padding-left: 0;
  list-style: none;
}

.service-card li,
.text-list li {
  position: relative;
  padding-left: 26px;
}

.service-card li::before,
.text-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #DA3F4B;
}

.split-block {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: #fff;
  border: 1px solid rgba(142, 21, 29, .09);
  box-shadow: var(--shadow-card);
}

.split-block:nth-child(even) {
  background: linear-gradient(135deg, #fff, #fff7f7);
}

.split-media img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 22px;
}

.step-list {
  counter-reset: steps;
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.step-item {
  position: relative;
  padding: 22px 22px 22px 76px;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(142, 21, 29, .1);
}

.step-item::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 20px;
  top: 22px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #8E151D;
  color: #fff;
  font-weight: 900;
}

.dark-cta {
  border-radius: var(--radius-lg);
  padding: 34px;
  color: #fff;
  background: radial-gradient(circle at top right, rgba(218, 63, 75, .7), transparent 42%), linear-gradient(135deg, #170B0D, #4A0D13);
  box-shadow: var(--shadow-soft);
}

.dark-cta h2,
.dark-cta p {
  color: #fff;
}

.reviews-shell {
  position: relative;
  margin-top: 30px;
}

.reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.reviews-track::-webkit-scrollbar {
  display: none;
}

.review-card {
  scroll-snap-align: start;
  padding: 24px;
}

.review-name {
  margin-top: 18px;
  color: #111827;
  font-weight: 900;
  letter-spacing: .06em;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.carousel-controls button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  border: 1px solid rgba(142, 21, 29, .18);
  font-size: 20px;
  font-weight: 900;
}

.area-grid,
.payment-grid,
.faq-grid {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pill {
  padding: 9px 13px;
  border-radius: 999px;
  background: #fbebed;
  color: #651018;
  font-size: 16px;
  font-weight: 800;
}

.payment-card,
.parts-card,
.faq-item {
  padding: 22px;
}

.faq-item summary {
  cursor: pointer;
  color: #111827;
  font-weight: 900;
}

.faq-item p {
  margin-top: 12px;
}

.site-footer {
  padding: 48px 0 92px;
  background: #170B0D;
  color: rgba(255, 255, 255, .86);
}

.site-footer .brand,
.site-footer h2,
.site-footer h3,
.site-footer a {
  color: #fff;
}

.footer-grid {
  display: grid;
  gap: 26px;
}

.footer-small,
.footer-small p,
.footer-small a,
.site-footer li {
  font-size: 14px;
  line-height: 1.7;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(23, 11, 13, .94);
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease;
}

.mobile-sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-sticky-call a {
  width: 100%;
  max-width: 430px;
  min-height: 52px;
  color: #fff;
  font-size: 16px;
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 640px) {
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hamburger,
  .mobile-panel,
  .mobile-sticky-call {
    display: none !important;
  }

  .desktop-nav {
    display: flex;
  }

  .btn.header-phone-button,
  .desktop-header-phone {
    display: inline-flex !important;
  }

  .hero {
    padding: 72px 0;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  }

  .split-block {
    grid-template-columns: minmax(0, 65%) minmax(0, 35%);
  }

  .split-block.reverse .split-copy {
    order: 2;
  }

  .split-block.reverse .split-media {
    order: 1;
  }

  .area-grid,
  .payment-grid,
  .faq-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reviews-track {
    grid-auto-columns: calc((100% - 36px) / 3);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.1fr .9fr 1fr;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 28px;
  }

  .brand {
    font-size: 24px;
  }

  .section {
    padding: 52px 0;
  }

  .site-footer {
    padding-bottom: 104px;
  }
}

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