/* ═══════════════════════════════════════════════════════════════════════════════
   HOMEPAGE SECTIONS — Servixa-inspired design for Mast Service Station
   ═══════════════════════════════════════════════════════════════════════════════ */

/* ─── Section defaults ────────────────────────────────────────────────────── */

.section { padding: 100px 0; }
.section--sm { padding: 70px 0; }
.section--xs { padding: 50px 0; }

/* ─── Section Title (Servixa tagline style) ───────────────────────────────── */

.section-title {
  text-align: center;
  margin-bottom: 55px;
}

.section-title--left { text-align: left; }
.section-title--left .section-title__tagline-box { justify-content: flex-start; }

.section-title__tagline-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.section-title__tagline-border {
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-title__tagline-line {
  width: 45px;
  height: 1px;
  background-color: var(--mss-red);
}

.section-title__tagline-circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--mss-red);
  display: block;
  flex-shrink: 0;
}

.section-title__tagline {
  color: var(--mss-red);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-title__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #121212;
  line-height: 1.1;
  margin-bottom: 16px;
}

.section-title__title span { color: var(--mss-red); }

.section-title__subtitle {
  font-size: 1.05rem;
  color: #616368;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

/* Dark section overrides */
.section-title--white .section-title__title { color: #ffffff; }
.section-title--white .section-title__subtitle { color: rgba(255,255,255,0.6); }

/* Backward-compat with old section-header classes */
.section-header { text-align: center; margin-bottom: 55px; }
.section-header__eyebrow {
  display: inline-block;
  color: var(--mss-red);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.section-header__title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 800;
  color: #121212;
  line-height: 1.1;
  margin-bottom: 16px;
}
.section-header__subtitle {
  font-size: 1.05rem;
  color: #616368;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

/* ─── Hero ────────────────────────────────────────────────────────────────── */

.hero {
  position: relative;
  height: calc(100vh - 104px); /* 68px navbar + 36px utility bar */
  max-height: calc(100vh - 104px);
  display: flex;
  align-items: center;
  background-color: #121212;
  overflow: hidden;
}

/* Background image — low opacity texture */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/bg-img.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
  z-index: 1;
}


/* Red / dark diagonal split (replaces old linear-gradient overlay) */
.hero__bg-split {
  position: absolute;
  inset: 0;
  display: flex;
  overflow: hidden;
  z-index: 0;
}

.hero__bg-red {
  width: 50%;
  height: 100%;
  transform: translateX(-25%);
  flex-shrink: 0;
}

.hero__bg-red::before {
  content: '';
  display: block;
  width: 120vw;
  height: 100%;
  background-color: var(--mss-red);
  transform: skew(-12deg, 0deg);
  opacity: 0.92;
}

.hero__bg-dark {
  width: 50%;
  height: 100%;
  transform: translateX(35%);
  flex-shrink: 0;
}

.hero__bg-dark::before {
  content: '';
  display: block;
  width: 120vw;
  height: 100%;
  background-color: #1a1a1a;
  transform: skew(-12deg, 0deg);
  filter: drop-shadow(-8px 0 12px rgba(0,0,0,0.5));
}

.hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-end;
  padding-top: 40px;
  padding-bottom: 0;
  width: 100%;
}

.hero__content {
  max-width: 600px;
  align-self: center;
  padding-bottom: 40px;
  z-index:3;
}

.hero__sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.hero__sub-title span {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero__sub-title-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #22c55e;
  animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.2; }
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5.5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.95;
  color: #ffffff;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  -webkit-mask-image: linear-gradient(to bottom, #774343 85%, #00000014 100%);
  mask-image: linear-gradient(to bottom, #774343 85%, #00000014 100%);
}

/* "Trusted Tyres" — outlined white text */
.hero__title span {
  color: transparent;
  -webkit-text-stroke: 2.5px rgba(255,255,255,0.92);
  display: block;
  line-height: 0.98;
}

/* Location accent — desktop: same white as rest of title; mobile: overridden to red */
.hero__title em { font-style: normal; color: #ffffff; }

/* Eyebrow label — desktop hidden, mobile shown */
.hero__eyebrow { display: none; }

/* Call circle icon — desktop hidden (button shows as outline pill), mobile shown */
.hero__call-circle { display: none; }

.hero__text {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  margin-bottom: 24px;
}

.hero__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 14px;
}

/* Arrow nudge animation for the WhatsApp CTA icon */
@keyframes arrow-nudge {
  0%, 100% { transform: translateX(0); }
  50%       { transform: translateX(4px); }
}

.btn-servixa--green .btn-servixa__icon {
  animation: arrow-nudge 1.8s ease-in-out infinite;
}

/* Hero-specific button sizing — WhatsApp dominant, Call visible but secondary */
.hero__btns .btn-servixa--green {
  padding: 18px 38px;
  font-size: 16px;
}

.hero__btns .btn-servixa--sm {
  padding: 14px 26px;
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.3);
}

/* Michelin credential chip — pill style matching proof-item */
.hero__michelin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50px;
  padding: 7px 16px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}

.hero__michelin-badge-logo {
  display: block;
  height: 18px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero__michelin-badge span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  line-height: 1;
}

/* Response-time reassurance line */
.hero__reassurance {
  font-size: 13px;
  color: rgba(255,255,255,0.46);
  line-height: 1.4;
  margin: 0 0 8px;
}

/* WhatsApp guidance link */
.hero__wa-guide {
  display: inline-block;
  font-size: 13px;
  color: rgba(255,255,255,0.58);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  padding-bottom: 1px;
  margin-bottom: 28px;
  transition: color var(--dur-fast), border-color var(--dur-fast);
}

.hero__wa-guide:hover {
  color: rgba(255,255,255,0.88);
  border-bottom-color: rgba(255,255,255,0.55);
}

/* Servixa-style button */
.btn-servixa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: var(--mss-red);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  border-radius: 50px;
  border: 2px solid var(--mss-red);
  text-decoration: none;
  transition: background-color 0.25s, border-color 0.25s, transform 0.2s;
  white-space: nowrap;
  line-height: 1;
  min-height: 48px;
}

.btn-servixa:hover {
  background-color: var(--mss-red-dark);
  border-color: var(--mss-red-dark);
  transform: translateY(-2px) scale(1.02);
  color: #ffffff;
}

.btn-servixa__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.18);
  font-size: 13px;
  transition: background-color 0.25s;
  flex-shrink: 0;
}

.btn-servixa:hover .btn-servixa__icon { background-color: rgba(255,255,255,0.3); }

.btn-servixa--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255,255,255,0.35);
}

.btn-servixa--outline:hover {
  background-color: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
  color: #ffffff;
}

.btn-servixa--outline .btn-servixa__icon {
  background-color: rgba(255,255,255,0.1);
}

/* Secondary / small CTA — call button hierarchy */
.btn-servixa--sm {
  font-size: 13px;
  padding: 11px 22px;
  border-color: rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.7);
  min-height: 44px;
}

.btn-servixa--sm:hover {
  background-color: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.5);
  color: #ffffff;
  transform: none;
}

/* WhatsApp button — green bg, white text and icon */
.btn-servixa--green {
  background-color: #25D366;
  border-color: #25D366;
  color: #ffffff;
}
.btn-servixa--green:hover {
  background-color: #1ebe5d;
  border-color: #1ebe5d;
  color: #ffffff;
  transform: translateY(-2px) scale(1.02);
}
.btn-servixa--green .btn-servixa__icon {
  background-color: rgba(255,255,255,0.18);
}
.btn-servixa--green svg { color: #ffffff; }

/* Hero right column — stacks glassmorphism card above image */
.hero__visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  align-self: flex-end;
}

/* ─── Glassmorphism stats card ──────────────────────────────────────────── */
.hero__glass-card {
  position: relative;
  z-index: 3;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.10);
  border-top: 1px solid rgba(255,255,255,0.18); /* gloss top */
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 26px 28px;
  box-shadow:
    0 8px 32px rgba(0,0,0,0.3),
    inset 0 1px 0 rgba(255,255,255,0.1),
    0 0 0 1px rgba(255,255,255,0.04);
}

/* Card in proof section — full width of right column */
.proof__glass-wrap {
  display: flex;
  align-items: center;
}

.proof__glass-wrap .hero__glass-card {
  width: 100%;
}

/* Ambient glow blob top-right */
.hero__glass-glow {
  position: absolute;
  top: 0; right: 0;
  width: 140px; height: 140px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  transform: translate(30%, -30%);
  filter: blur(24px);
  pointer-events: none;
}

/* Big stat row */
.hero__glass-stat-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.hero__glass-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  flex-shrink: 0;
}
.hero__glass-stat-icon svg {
  width: 22px; height: 22px;
  color: #ffffff;
}

.hero__glass-big-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}
.hero__glass-big-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 3px;
}

/* Progress bar */
.hero__glass-progress-wrap { margin-bottom: 20px; }
.hero__glass-progress-head {
  display: flex;
  justify-content: space-between;
  font-size: 0.82rem;
  margin-bottom: 8px;
}
.hero__glass-progress-head span:first-child { color: rgba(255,255,255,0.55); }
.hero__glass-progress-head span:last-child  { color: #ffffff; font-weight: 700; }
.hero__glass-track {
  height: 7px;
  border-radius: 99px;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
}
.hero__glass-fill {
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(to right, rgba(255,255,255,0.6), rgba(255,255,255,0.9));
  transition: width 1s ease;
}

/* Divider */
.hero__glass-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 18px;
}

/* Mini stats 3-column grid */
.hero__glass-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  gap: 0;
  margin-bottom: 18px;
}
.hero__glass-sep {
  width: 1px;
  height: 36px;
  background: rgba(255,255,255,0.1);
  justify-self: center;
}
.hero__glass-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: default;
  transition: transform 0.2s;
}
.hero__glass-mini:hover { transform: translateY(-2px); }
.hero__glass-mini-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}
.hero__glass-mini-lbl {
  font-size: 9px;
  color: rgba(255,255,255,0.42);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Tag pills row */
.hero__glass-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hero__glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: rgba(255,255,255,0.65);
}
.hero__glass-pill svg { color: #f5c518; flex-shrink: 0; }
/* Pulsing green dot for "Active" pill */
.hero__glass-pill-dot {
  position: relative;
  display: inline-flex;
  width: 8px; height: 8px;
}
.hero__glass-pill-dot::before,
.hero__glass-pill-dot::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.hero__glass-pill-dot::before {
  background: #22c55e;
  z-index: 1;
}
.hero__glass-pill-dot::after {
  background: #22c55e;
  animation: pill-ping 1.8s ease-out infinite;
}
@keyframes pill-ping {
  0%   { transform: scale(1); opacity: 0.75; }
  100% { transform: scale(2.2); opacity: 0; }
}

.hero__img-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  transform: Scale(1.3);
  margin-bottom: -170px; /* overflow hero bottom — clipped to show ~1/3 tyre crop */
}

/* Rotating ring decoration */
.hero__img-shape-box {
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  border: 1px dashed rgba(200, 16, 46, 0.18);
  animation: rotate-slow 18s linear infinite;
}

/* Conic gradient arc — the comet's glowing tail, rotates with the ring */
.hero__img-shape-box::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  pointer-events: none;
}

@keyframes rotate-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Meteor dot — rides at top of ring, parent rotation carries it around */
.hero__meteor {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e03f2869;
  z-index: 4;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 20px 60px rgba(200,16,46,0.2));
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-14px); }
}

/* Floating review badge */
.hero__badge {
  position: absolute;
  bottom: 60px;
  left: -20px;
  z-index: 5;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  animation: float 5s ease-in-out infinite;
  animation-delay: 1s;
}

.hero__badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero__badge-icon svg { width: 22px; height: 22px; color: #fff; }

.hero__badge-text { line-height: 1.3; }
.hero__badge-value {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #121212;
  display: block;
  line-height: 1;
}
.hero__badge-label {
  font-size: 11px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Floating customer counter badge */
.hero__counter-badge {
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: 5;
  background: #121212;
  border: 1.5px solid var(--mss-red);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  text-align: center;
  min-width: 120px;
  animation: float 5.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.hero__counter-number {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 800;
  color: var(--mss-red);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}

.hero__counter-label {
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hero proof strip — sleek inline chips */
.hero__proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 14px;
}

.hero__proof-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 50px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(4px);
}

.hero__proof-value {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.02em;
}

.hero__proof-label {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}

.hero__proof-divider { display: none; }

.hero__proof-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  gap: 4px;
}
.hero__proof-link:hover .hero__proof-value { color: #fff; text-decoration: underline; }

@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 32px; text-align: center; align-items: center; padding-top: 60px; }
  .hero__content { padding-bottom: 0; }
  .hero__visual { order: -1; align-self: center; }
  .hero__glass-card { margin-bottom: -20px; }
  .hero__img-box { max-width: 340px; margin-bottom: -80px; }
  .hero__btns { justify-content: center; }
  .hero__proof-strip { gap: 6px; }
  .hero__sub-title { justify-content: center; }
  .hero__content { max-width: 100%; }
}

@media (max-width: 768px) {
  /*
   * Mobile hero — Servixa-matched layout:
   * Dark background. Eyebrow → headline → body → CTAs stacked vertically.
   * Image in document flow below content with circular red glow.
   * Hero taller than one viewport — ~50% of image visible at load, rest on scroll.
   */
  .hero {
    height: auto;
    max-height: none;
    overflow: hidden;
  }

  /* No gradient overlay */
  .hero::after { display: none; }

  /* ── Full dark bg — hide split entirely; base hero bg-color is #121212 ── */
  .hero__bg-split { display: none; }

  /* ── Column layout: content → image ── */
  .hero__inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0;
    gap: 0;
    text-align: left;
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

  /* ── Eyebrow — hidden on mobile (Michelin badge replaces it) ── */
  .hero__eyebrow { display: none; }

  /* ── Title ── */
  .hero__title {
    font-size: clamp(1.95rem, 8vw, 2.8rem);
    line-height: 1.08;
    -webkit-mask-image: none;
    mask-image: none;
    margin-bottom: 20px;
  }

  /* "Genuine Tyres." — solid white (no outline) on mobile */
  .hero__title span {
    color: #ffffff;
    -webkit-text-stroke: 0;
    display: inline;
  }

  /* "Fountain Chowk, Patiala." — red accent */
  .hero__title em {
    color: var(--mss-red);
    display: block;
  }

  /* Body copy */
  .hero__text {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.72);
    margin-bottom: 32px;
  }

  /* ── CTAs: vertical stack ── */
  .hero__btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: nowrap;
  }

  /* Primary (WhatsApp) → red pill on mobile, matching Servixa "Discover More" */
  .btn-servixa--green {
    background-color: var(--mss-red);
    border-color: var(--mss-red);
    color: #ffffff;
  }
  .btn-servixa--green:hover {
    background-color: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff;
  }
  .btn-servixa--green .btn-servixa__icon { background-color: rgba(0,0,0,0.15); }

  /* Secondary (Call Now) → circle left + text */
  .btn-servixa--sm {
    background-color: transparent;
    border: none;
    padding: 0;
    gap: 16px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .btn-servixa--sm:hover {
    background-color: transparent;
    border: none;
    color: rgba(255,255,255,0.80);
    transform: none;
  }

  /* Circle icon for Call Now */
  .hero__call-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    color: var(--mss-red);
    flex-shrink: 0;
    transition: background-color 0.2s;
  }
  .btn-servixa--sm:hover .hero__call-circle { background-color: rgba(255,255,255,0.18); }

  /* ── Image: in-document flow below content ── */
  .hero__visual {
    position: static;
    transform: none;
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
  }

  /* Rotating ring — scale down inset for mobile */
  .hero__img-shape-box {
    display: block;
    inset: -20px;
  }

  /* Circular red glow behind the mechanic image */
  .hero__img-box {
    position: relative;
    width: 82%;
    max-width: 340px;
    aspect-ratio: 1;
    margin: 24px auto 0;
  }

  .hero__img-box::before {
    content: '';
    position: absolute;
    bottom: -45%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgb(255 0 0 / 52%) 0%, rgb(255 0 0 / 18%) 45%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
    height: 150%;
  }

  .hero__img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: bottom center;
    display: block;
  }

  /* Hide trust badges, micro-copy, sub-title */
  .hero__proof-strip    { display: none; }
  .hero__michelin-badge {
    display: inline-flex;
    margin: 0 0 18px;
  }
  .hero__reassurance    { display: block; margin-top: 1rem;}
  .hero__wa-guide       { display: inline-block; }
  .hero__sub-title      { display: none; }
}

@media (max-width: 540px) {
  .hero__badge, .hero__counter-badge { display: none; }
}

/* ─── Trust Strip ─────────────────────────────────────────────────────────── */

.trust-strip {
  background-color: #ffffff;
  border-top: 3px solid var(--mss-red);
  border-bottom: 1px solid #e8e8e8;
  padding-block: 0;
}

.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 24px;
  border-right: 1px solid #e8e8e8;
  transition: background-color 0.2s;
}
.trust-item:last-child { border-right: none; }
.trust-item:hover { background-color: #fafafa; }

.trust-item__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--mss-red-glow);
  border: 1px solid var(--mss-red-border);
  border-radius: 8px;
  flex-shrink: 0;
}
.trust-item__icon svg { width: 24px; height: 24px; color: var(--mss-red); }

.trust-item__value {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: #121212;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
.trust-item__label {
  font-size: 12px;
  color: #888;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

@media (max-width: 900px) {
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: none; }
  .trust-item:nth-child(3) { border-top: 1px solid #e8e8e8; }
  .trust-item:nth-child(4) { border-top: 1px solid #e8e8e8; border-right: none; }
}
@media (max-width: 540px) {
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-item { flex-direction: column; text-align: center; gap: 10px; padding: 20px 16px; border-right: none; border-bottom: 1px solid #e8e8e8; }
}

/* ─── Services ────────────────────────────────────────────────────────────── */

.services-section {
  background-color: #f6f6f6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Servixa-style image card */
.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: box-shadow 0.3s, transform 0.3s;
}

.service-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #e0e0e0;
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.service-card:hover .service-card__image img { transform: scale(1.05); }

.service-card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background-color: var(--mss-red);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  z-index: 2;
}

.service-card--featured {
  border-color: rgba(200,16,46,0.35);
  border-width: 1px;
}

.service-card__featured-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background-color: #121212;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
}

.service-card__body {
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.service-card__body .service-card__title { margin-bottom: 0; }
.service-card__body .service-card__desc  { margin-bottom: 0; flex: 1; }

.service-card__title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 800;
  color: #121212;
  margin-bottom: 10px;
  line-height: 1.2;
}

.service-card__desc {
  font-size: 0.9rem;
  color: #616368;
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--mss-red);
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 50px;
  transition: background-color 0.2s, transform 0.2s, gap 0.2s;
  align-self: flex-start;
}

.service-card__link:hover {
  background-color: var(--mss-red-dark);
  transform: translateY(-1px);
  gap: 12px;
  color: #ffffff;
}

.service-card__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.service-card__link:hover .service-card__link-icon { background-color: transparent; }

@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .services-grid { grid-template-columns: 1fr; } }

/* ─── Services Accordion (mobile only) ───────────────────────────────────── */

/* Hidden on desktop — shown only inside the 768px block below */
.services-accordion { display: none; }

@media (max-width: 768px) {
  .services-grid      { display: none; }
  .services-accordion { display: flex; flex-direction: column; gap: 8px; }

  .svc-item {
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
  }
  .svc-item:first-child,
  .svc-item:last-child  { border-radius: 12px; }

  .svc-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 20px;
    cursor: pointer;
    border: none;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    background: #ffffff;
    transition: background 0.2s ease;
  }
  .svc-item.is-open .svc-item__header { background: var(--mss-red); }

  .svc-item__title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: #121212;
    line-height: 1.25;
    transition: color 0.2s ease;
  }
  .svc-item.is-open .svc-item__title { color: #ffffff; }

  .svc-item__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--mss-red);
    color: #ffffff;
    flex-shrink: 0;
    transition: transform 0.3s ease, background-color 0.2s ease;
  }
  .svc-item.is-open .svc-item__arrow {
    transform: rotate(180deg);
    background-color: rgba(255,255,255,0.22);
  }

  /* Panel animation — driven by .is-open class via JS */
  .svc-item__body-wrap {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .svc-item.is-open .svc-item__body-wrap { grid-template-rows: 1fr; }

  .svc-item__body {
    min-height: 0;
    /* No padding here — padding on grid child collapses to 40px minimum height */
  }

  .svc-item__body-inner {
    padding: 16px 20px 24px;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .svc-item.is-open .svc-item__body-inner {
    opacity: 1;
    transform: translateY(0);
  }

  .svc-item__img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 14px;
  }
  .svc-item__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .svc-item__desc {
    font-size: 0.92rem;
    color: #616368;
    line-height: 1.65;
    margin-bottom: 16px;
  }

  .svc-item__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--mss-red);
    border-bottom: 1px solid rgba(200,30,30,0.28);
    padding-bottom: 2px;
    transition: color 0.2s;
  }
  .svc-item__cta:hover { color: #b91c1c; }
}

/* ─── Marquee Ticker ──────────────────────────────────────────────────────── */

.marquee-section {
  background-color: var(--mss-red);
  padding: 0;
  overflow: hidden;
}

.marquee-track {
  display: flex;
  align-items: center;
  height: 64px;
  overflow: hidden;
  position: relative;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  animation: marquee-scroll 28s linear infinite;
  width: max-content;
}

.marquee-inner:hover { animation-play-state: paused; }

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 30px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.marquee-sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  flex-shrink: 0;
}

/* ─── How It Works ────────────────────────────────────────────────────────── */

.how-it-works {
  background-color: #121212;
  position: relative;
  overflow: hidden;
}

.how-it-works::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.how-it-works .section-title__tagline-line { background-color: rgba(255,255,255,0.25); }
.how-it-works .section-title__tagline-circle { border-color: rgba(255,255,255,0.25); }

.how-it-works__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

/* Connector line between steps — top = half of 80px circle height */
.how-it-works__grid::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(12.5% + 40px);
  right: calc(12.5% + 40px);
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(200,16,46,0.4) 0px, rgba(200,16,46,0.4) 8px, transparent 8px, transparent 18px);
  z-index: 0;
}

.how-step {
  text-align: center;
  position: relative;
  z-index: 1;
}

.how-step__number-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
}

.how-step__circle-bg {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1.5px dashed rgba(200,16,46,0.3);
  animation: rotate-slow 15s linear infinite;
}

.how-step__number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 28px rgba(200,16,46,0.4);
}

.how-step__num-text {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
}

.how-step__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.5);
}

.how-step__icon svg { width: 100%; height: 100%; }

.how-step__title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.how-step__desc {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .how-it-works__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .how-it-works__grid::before { display: none; }
}
@media (max-width: 540px) {
  .how-it-works__grid { grid-template-columns: 1fr; }
}

/* ─── Proof / Why Choose ──────────────────────────────────────────────────── */

.proof-section {
  background-color: #121212;
  position: relative;
  overflow: hidden;
}

.proof-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.proof__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.proof__heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 20px;
}

.proof__heading span { color: var(--mss-red); }

.proof__lead {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Excellence Metrics — new left panel */
.proof__excellence-label {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mss-red);
  margin-bottom: 18px;
}

.proof__excellence-heading {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 40px;
}

.proof__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 32px;
}

.proof-metric__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--mss-red);
  line-height: 1;
  margin-bottom: 6px;
}

.proof-metric__title {
  display: block;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.proof-metric__desc {
  font-size: 0.825rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin: 0;
}

/* Stats grid — right side, red boxes */
.proof__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.proof-stat {
  border-radius: 10px;
  padding: 32px 24px;
  text-align: center;
  background-color: var(--mss-red);
  position: relative;
  overflow: hidden;
}

.proof-stat::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.08);
  pointer-events: none;
}

.proof-stat--dark {
  background-color: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}

.proof-stat .stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-stat .stat__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.proof-section .section-title__tagline { color: var(--mss-red); }
.proof-section .section-title__tagline-line { background-color: rgba(200,16,46,0.35); }
.proof-section .section-title__tagline-circle { border-color: rgba(200,16,46,0.5); }
.proof__tagline-box { justify-content: flex-start; margin-bottom: 16px; }

@media (max-width: 900px) {
  .proof__inner { grid-template-columns: 1fr; gap: 50px; }
  .proof__glass-wrap { max-width: 480px; width: 100%; }
}

/* ─── CTA Banner ──────────────────────────────────────────────────────────── */

.cta-banner {
  background-color: #121212;
  position: relative;
  overflow: hidden;
  padding-block: 80px;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('../images/bg-img.webp');
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  pointer-events: none;
}

.cta-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(18,18,18,0.98) 0%, rgba(18,18,18,0.7) 60%, rgba(200,16,46,0.3) 100%);
  pointer-events: none;
}

.cta-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-banner__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 10px;
}

.cta-banner__subtitle {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
}

.cta-banner__actions-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.cta-banner__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.cta-banner__no-obligation {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  text-align: right;
  letter-spacing: 0.03em;
}

@media (max-width: 768px) {
  .cta-banner__inner { flex-direction: column; text-align: center; }
  .cta-banner__actions-wrap { align-items: center; width: 100%; }
  .cta-banner__actions { justify-content: center; flex-direction: column; width: 100%; }
  .cta-banner__actions .btn-servixa { width: 100%; justify-content: center; }
  .cta-banner__no-obligation { text-align: center; }
}

/* ─── Brands ──────────────────────────────────────────────────────────────── */

.brands-section {
  background-color: #ffffff;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.brands-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 40px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 24px;
}

.brand-logo {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  min-width: 140px;
  max-width: 220px;
  transition: transform 0.25s;
}
.brand-logo:hover { transform: translateY(-3px); }

.brand-logo img {
  height: 40px;
  width: 100%;
  max-width: 140px;
  object-fit: contain;
  filter: grayscale(0.3) brightness(0.85) contrast(1.05);
  transition: filter 0.25s;
}
.brand-logo:hover img { filter: grayscale(0) brightness(1) contrast(1); }

.brands-dealer-note {
  text-align: center;
  font-size: 0.875rem;
  color: #888;
}
.brands-dealer-note strong { color: var(--mss-red); }

/* ─── Articles ────────────────────────────────────────────────────────────── */

.articles-section { background-color: #f6f6f6; }

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 768px) { .articles-grid { grid-template-columns: 1fr; } }

/* ─── Reviews / Testimonials ─────────────────────────────────────────────── */

.reviews-section {
  background-color: #121212;
  position: relative;
  overflow: hidden;
}

.reviews-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}

.reviews-section .section-title__tagline-line { background-color: rgba(255,255,255,0.2); }
.reviews-section .section-title__tagline-circle { border-color: rgba(255,255,255,0.2); }

/* Big rating hero */
.reviews__rating-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.reviews__rating-number {
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 12px;
}

.reviews__rating-stars {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}
.reviews__rating-stars svg { width: 30px; height: 30px; color: var(--mss-gold-light); }

.reviews__rating-count { font-size: 0.9rem; color: rgba(255,255,255,0.45); text-align: center; }
.reviews__rating-count a { color: var(--mss-red-light); text-decoration: underline; text-underline-offset: 3px; }

/* Review cards — dark version */
.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}

.review-card {
  background-color: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 30px 28px;
  transition: border-color 0.25s, background-color 0.25s;
}

.review-card:hover {
  border-color: var(--mss-red-border);
  background-color: rgba(255,255,255,0.07);
}

/* Big quote mark */
.review-card::before {
  content: '"';
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--mss-red);
  line-height: 0.6;
  display: block;
  margin-bottom: 14px;
  opacity: 0.7;
}

.review-card__stars {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
  color: var(--mss-gold-light);
}
.review-card__stars svg { width: 16px; height: 16px; }

.review-card__text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 22px;
  font-style: italic;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.review-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.review-card__name { font-weight: 700; font-size: 0.9rem; color: #ffffff; }
.review-card__date { font-size: 0.75rem; color: rgba(255,255,255,0.35); margin-top: 2px; }

.reviews__cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) { .review-cards { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* ─── FAQ ─────────────────────────────────────────────────────────────────── */

.faq-section {
  background-color: #f6f6f6;
}

.faq__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: start;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.25s, border-color 0.25s;
}

.faq-item.is-open {
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  border-color: var(--mss-red-border);
}

.faq-item__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #121212;
  transition: color 0.2s;
}

.faq-item.is-open .faq-item__trigger { color: var(--mss-red); }

.faq-item__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  background-color: var(--mss-red-glow);
  border: 1px solid var(--mss-red-border);
  border-radius: 50%;
  position: relative;
  transition: background-color 0.2s;
}

.faq-item.is-open .faq-item__icon {
  background-color: var(--mss-red);
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  background-color: var(--mss-red);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.2s;
}
.faq-item.is-open .faq-item__icon::before,
.faq-item.is-open .faq-item__icon::after { background-color: #ffffff; }

.faq-item__icon::before { width: 12px; height: 2px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-item__icon::after  { width: 2px; height: 12px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.faq-item.is-open .faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.faq-item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.is-open .faq-item__body { max-height: 400px; }

.faq-item__content {
  padding: 0 22px 20px;
  font-size: 0.9rem;
  color: #616368;
  line-height: 1.75;
}

/* FAQ right — WhatsApp box */
.faq__whatsapp-box {
  background-color: var(--mss-red);
  border-radius: 12px;
  padding: 44px 36px;
  text-align: center;
  position: sticky;
  top: 90px;
}

.faq__wa-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.faq__wa-icon svg { width: 38px; height: 38px; color: #ffffff; }

.faq__wa-title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 14px;
}

.faq__wa-text {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.7;
  margin-bottom: 28px;
}

.faq__wa-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: #ffffff;
  color: var(--mss-red);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 14px;
  transition: background-color 0.2s, transform 0.2s;
}
.faq__wa-btn:hover { background-color: #f0f0f0; transform: translateY(-2px); color: var(--mss-red); }
.faq__wa-btn svg { width: 20px; height: 20px; }

.faq__call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background-color: transparent;
  color: rgba(255,255,255,0.9);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.4);
  text-decoration: none;
  transition: border-color 0.2s, background-color 0.2s;
}
.faq__call-btn:hover { border-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.1); color: #ffffff; }
.faq__call-btn svg { width: 18px; height: 18px; }

.faq__wa-hours {
  margin-top: 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .faq__inner { grid-template-columns: 1fr; }
  .faq__whatsapp-box { position: static; max-width: 480px; margin-inline: auto; }
}

/* ─── Location ────────────────────────────────────────────────────────────── */

.location-section {
  background-color: #121212;
  border-top: 3px solid var(--mss-red);
}

.location-section .section-title__tagline-line { background-color: rgba(255,255,255,0.2); }
.location-section .section-title__tagline-circle { border-color: rgba(255,255,255,0.2); }

.location__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}

.location__info { padding-top: 8px; }

.location__address-block { margin-bottom: 30px; }
.location__address-block h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}
.location__address-block p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
  margin-bottom: 6px;
}

.location__hours-label {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--mss-red-light);
  margin-bottom: 14px;
  display: block;
}

.location__hours-grid {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}

.hours-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 0.875rem;
}
.hours-row__day  { color: rgba(255,255,255,0.45); font-weight: 500; }
.hours-row__time { color: #ffffff; font-weight: 600; }
.hours-row--today .hours-row__day  { color: var(--mss-red-light); font-weight: 700; }
.hours-row--today .hours-row__time { color: #22c55e; }

.location__ctas { display: flex; flex-direction: column; gap: 12px; }

.location__map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  aspect-ratio: 4/3;
  background-color: #1a1a1a;
}
.location__map iframe { width: 100%; height: 100%; border: 0; display: block; }

.location__map-placeholder {
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px;
  text-align: center;
  color: rgba(255,255,255,0.4);
  background-color: #1a1a1a;
}
.location__map-placeholder svg { width: 48px; height: 48px; color: var(--mss-red); }
.location__map-placeholder p { font-size: 0.9rem; color: rgba(255,255,255,0.5); }

@media (max-width: 768px) { .location__inner { grid-template-columns: 1fr; } }

/* ─── Reveal animations ──────────────────────────────────────────────────── */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }

/* ─── About Section ───────────────────────────────────────────────────────── */

.about-section {
  background-color: #ffffff;
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Left: stacked photo collage */
.about__images {
  position: relative;
  min-height: 520px;
}

.about__img-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 72%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  z-index: 2;
}

.about__img-main img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.about__img-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  z-index: 3;
  border: 5px solid #ffffff;
}

.about__img-secondary img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* Red decorative bars (top-left) */
.about__deco-bars {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  gap: 7px;
  z-index: 1;
}

.about__deco-bar {
  width: 10px;
  border-radius: 5px;
  background-color: var(--mss-red);
}

.about__deco-bar:nth-child(1) { height: 80px; margin-top: 30px; }
.about__deco-bar:nth-child(2) { height: 110px; margin-top: 10px; }
.about__deco-bar:nth-child(3) { height: 60px; margin-top: 50px; }

/* Experience badge (bottom of images) */
.about__exp-badge {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 5;
  background-color: var(--mss-red);
  border-radius: 10px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 10px 30px rgba(200,16,46,0.4);
}

.about__exp-play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.about__exp-play svg { width: 18px; height: 18px; color: #fff; margin-left: 2px; }

.about__exp-text { line-height: 1.2; }

.about__exp-number {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  display: block;
}

.about__exp-label {
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* Right: content */
.about__content { }

.about__desc {
  font-size: 1rem;
  color: #616368;
  line-height: 1.75;
  margin-bottom: 32px;
}

/* Circular stats */
.about__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}

.about-stat {
  display: flex;
  align-items: center;
  gap: 18px;
}

.about-stat__ring {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  position: relative;
}

.about-stat__ring svg {
  width: 80px;
  height: 80px;
  transform: rotate(-90deg);
}

.about-stat__ring-bg {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 5;
}

.about-stat__ring-fill {
  fill: none;
  stroke: var(--mss-red);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 214;
  stroke-dashoffset: 21; /* ~90% filled: 214 * 0.10 = 21 */
  transition: stroke-dashoffset 1.2s ease;
}

.about-stat__ring-fill--85 {
  stroke-dashoffset: 32; /* ~85%: 214 * 0.15 = 32 */
}

.about-stat__ring-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #121212;
}

.about-stat__label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #121212;
  line-height: 1.25;
}

/* Checklist */
.about__checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.about__check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #333;
  font-weight: 500;
}

.about__check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.about__check-icon svg { width: 12px; height: 12px; color: #fff; }

/* Founder / review strip */
.about__founder-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid #e8e8e8;
  flex-wrap: wrap;
}

.about__founder-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 14px 20px;
  flex: 1;
  min-width: 180px;
}

.about__founder-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mss-red);
  flex-shrink: 0;
}

.about__founder-avatar-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  border: 2px solid var(--mss-red);
}

.about__founder-name {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #121212;
  display: block;
}

.about__founder-role {
  font-size: 0.8rem;
  color: #888;
  margin-top: 2px;
  display: block;
}

.about__review-stars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about__stars-row {
  display: flex;
  gap: 3px;
  color: var(--mss-gold-light);
}
.about__stars-row svg { width: 16px; height: 16px; }

.about__review-text {
  font-size: 0.8rem;
  color: #888;
  font-weight: 600;
}

@media (max-width: 960px) {
  .about__inner { grid-template-columns: 1fr; gap: 50px; }
  .about__images { min-height: 380px; }
  .about__img-main img { height: 260px; }
  .about__img-secondary img { height: 180px; }
}

@media (max-width: 540px) {
  .about__images { min-height: 320px; }
  .about__deco-bars { display: none; }
  .about__exp-badge { bottom: -20px; right: 10px; }
  .about__stats { grid-template-columns: 1fr; }
}

/* ─── Testimonials — infinite-scroll columns ─────────────────────────────── */

.testimonials-section {
  background-color: #f4f4f4;
}

.tc-rating-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
  font-size: 0.9rem;
  color: #444;
  flex-wrap: wrap;
}

.tc-rating-badge__stars {
  color: #f59e0b;
  font-size: 1rem;
  letter-spacing: 1px;
}

.tc-rating-badge__score {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: #121212;
}

.tc-rating-badge__sep {
  color: #bbb;
}

.tc-rating-badge__count {
  color: #616368;
  font-size: 0.875rem;
}

.tc-trust-line {
  text-align: center;
  font-size: 0.875rem;
  color: #888;
  margin: 12px auto 0;
  letter-spacing: 0.01em;
}

/* Scrolling columns wrapper — mask fades top/bottom like motion/react version */
.tc-columns {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-height: 740px;
  overflow: hidden;
  margin-top: 52px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
  mask-image:         linear-gradient(to bottom, transparent 0%, black 18%, black 82%, transparent 100%);
}

/* Single column shell */
.tc-col {
  flex: 0 0 300px;
  max-width: 300px;
  overflow: hidden;
}

/* Inner animated strip — doubled content for seamless loop */
.tc-col__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: tc-scroll var(--dur, 15s) linear infinite;
  will-change: transform;
}

@keyframes tc-scroll {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

/* Pause on hover — accessibility + UX */
.tc-columns:hover .tc-col__inner { animation-play-state: paused; }

/* Second and third columns hidden on small screens */
.tc-col--md { display: none; }
.tc-col--lg { display: none; }

@media (min-width: 768px) { .tc-col--md { display: block; } }
@media (min-width: 1080px) { .tc-col--lg { display: block; } }

/* Testimonial card */
.tc-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 20px;
  padding: 26px 26px 22px;
  box-shadow:
    0 1px 3px rgba(0,0,0,0.06),
    0 4px 20px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s;
}
.tc-card:hover {
  box-shadow:
    0 2px 6px rgba(0,0,0,0.08),
    0 8px 32px rgba(0,0,0,0.09);
}

.tc-card__text {
  font-size: 0.9rem;
  color: rgba(0,0,0,0.72);
  line-height: 1.75;
  margin-bottom: 20px;
}

.tc-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tc-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
  border: 2px solid rgba(200,16,46,0.15);
}

.tc-card__name {
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.tc-card__role {
  font-size: 0.78rem;
  color: rgba(0,0,0,0.42);
  line-height: 1.3;
  margin-top: 2px;
}

/* Fix about stats: 2-col on desktop */
.about__stats {
  grid-template-columns: 1fr 1fr;
}

/* CTA below testimonials columns */
.testimonials__cta {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}


/* ─── Visit / Find Us Section ─────────────────────────────────────────────── */

.visit-section {
  background-color: #0f0f0f;
  position: relative;
}

.visit__inner {
  display: grid;
  grid-template-columns: 48fr 52fr;
  gap: 56px;
  align-items: start;
}

/* Map */
.visit__map-frame {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 380px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,0.08);
}

.visit__map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(20%) contrast(1.05);
}

/* Corner accents */
.visit__map-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 2;
  pointer-events: none;
}

.visit__map-corner--tl {
  top: 0; left: 0;
  border-top: 3px solid var(--mss-red);
  border-left: 3px solid var(--mss-red);
  border-radius: 16px 0 0 0;
}

.visit__map-corner--br {
  bottom: 0; right: 0;
  border-bottom: 3px solid var(--mss-red);
  border-right: 3px solid var(--mss-red);
  border-radius: 0 0 16px 0;
}

.visit__map-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.4);
  font-size: 0.9rem;
  text-align: center;
  padding: 24px;
}

.visit__map-placeholder svg {
  width: 40px;
  height: 40px;
  color: var(--mss-red);
}

/* Info panel */
.visit__info {
  padding: 8px 0;
  border-left: 3px solid var(--mss-red);
  padding-left: 36px;
}

.visit__label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mss-red);
  margin-bottom: 14px;
}

.visit__heading {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.0;
  color: #ffffff;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.visit__walkin {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.visit__walkin--2 {
  margin-bottom: 22px;
}

/* Address */
.visit__address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.visit__address svg {
  color: var(--mss-red);
  flex-shrink: 0;
  margin-top: 3px;
}

.visit__address strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px;
}

.visit__address span {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.45);
}

/* Hours */
.visit__hours {
  margin-bottom: 22px;
}

.visit__hours-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.35);
  margin-bottom: 10px;
}

.visit__open-now {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #16a34a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  border-radius: 20px;
  text-transform: uppercase;
}

.visit__open-now::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4ade80;
  flex-shrink: 0;
}

.visit__open-now--closed {
  background-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
}

.visit__open-now--closed::before {
  background-color: var(--mss-red);
}

.visit__hours-rows {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.visit__hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  padding: 7px 12px;
  background: rgba(255,255,255,0.04);
  border-radius: 7px;
  border: 1px solid rgba(255,255,255,0.06);
}

.visit__hours-row span:first-child {
  color: rgba(255,255,255,0.5);
  font-weight: 500;
}

.visit__hours-row span:last-child {
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

/* CTAs */
.visit__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}

.visit__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 50px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.18s, opacity 0.18s;
  white-space: nowrap;
  width: fit-content;
}

.visit__cta:hover { transform: translateX(3px); }

.visit__cta--primary {
  background: var(--mss-red);
  color: #ffffff;
  border: 2px solid var(--mss-red);
}

.visit__cta--primary:hover { background: var(--mss-red-dark); border-color: var(--mss-red-dark); color: #ffffff; }

.visit__cta--secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.2);
}

.visit__cta--secondary:hover { border-color: rgba(255,255,255,0.5); color: #ffffff; }

.visit__cta--whatsapp {
  background: rgba(37,211,102,0.1);
  color: #25d366;
  border: 2px solid rgba(37,211,102,0.25);
}

.visit__cta--whatsapp:hover { background: rgba(37,211,102,0.18); color: #25d366; }

/* Promotes a CTA to full-solid prominence while keeping its colour scheme */
.visit__cta--prominent.visit__cta--whatsapp {
  background: #25d366;
  color: #ffffff;
  border-color: #25d366;
  padding: 15px 26px;
}

.visit__cta--prominent.visit__cta--whatsapp svg { color: #ffffff; }

.visit__cta--prominent.visit__cta--whatsapp:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  color: #ffffff;
}

/* Divider */
.visit__divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin-bottom: 24px;
}

/* Founder */
.visit__founder {
  display: flex;
  align-items: center;
  gap: 14px;
}

.visit__founder-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--mss-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
}

.visit__founder-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.visit__founder-name {
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
}

.visit__founder-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.38);
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 900px) {
  .visit__inner { grid-template-columns: 1fr; gap: 40px; }
  .visit__map-frame { height: 320px; }
  .visit__info { border-left: none; padding-left: 0; border-top: 3px solid var(--mss-red); padding-top: 32px; }
}

/* ── Elfsight Review Wall Wrapper ───────────────────────────────────────────── */
.tc-elfsight-wrap {
  width: 100%;
  margin: 0 auto;
}
.tc-elfsight-wrap > div {
  width: 100% !important;
}

/* ═══════════════════════════════════════════════════════════════════════════
   MOBILE REFINEMENTS  ·  max-width: 768px
   V2 production pass — spacing normalisation, CTA hierarchy, trust clarity
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Global: section padding on mobile (100px → 64px) ────────────────────── */
@media (max-width: 768px) {
  .section { padding: 64px 0; }
}

@media (max-width: 768px) {

  /* ── 1. HERO ────────────────────────────────────────────────────────────── */

  /* Remove Call Now from hero — sticky bar already provides it */
  .hero__btns .btn-servixa--sm { display: none; }

  /* WhatsApp pill — auto width, not stretched */
  .hero__btns .btn-servixa--green {
    width: auto;
    align-self: flex-start;
    padding: 17px 28px;
    font-size: 15px;
  }

  /* Space between CTA and helper text below */
  .hero__btns { margin-bottom: 22px; }

  /* Stronger body text contrast, tighter margin before CTAs */
  .hero__text {
    color: rgba(255,255,255,0.82);
    margin-bottom: 26px;
  }

  /* Reply-time line — clear breathing room */
  .hero__reassurance {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.52);
    line-height: 1.5;
  }

  /* Guide link — spaced away from CTA, readable */
  .hero__wa-guide {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 32px;
  }

  /* ── 2. SERVICES ACCORDION ──────────────────────────────────────────────── */

  /* Breathe between cards */
  .services-accordion { gap: 10px; }

  /* Title: bigger, easier to scan */
  .svc-item__title { font-size: 1.1rem; }

  /* Description: slightly muted — let title scan first */
  .svc-item__desc {
    color: #757575;
    font-size: 0.9rem;
  }

  /* CTA: pill button, not underlined text link */
  .svc-item__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--mss-red);
    color: #ffffff;
    border-bottom: none;
    padding: 11px 20px;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: 0.04em;
    transition: background-color 0.2s, transform 0.2s;
  }
  .svc-item__cta:hover {
    color: #ffffff;
    background-color: #b91c1c;
    transform: translateY(-1px);
  }

  /* ── 3. VISIT / FIND US ──────────────────────────────────────────────────── */

  /* Map slightly shorter on mobile */
  .visit__map-frame { height: 260px; }

  /* Heading: tight but readable */
  .visit__heading { font-size: clamp(1.75rem, 7vw, 2.4rem); margin-bottom: 10px; }

  /* Second walkin line: tighter top margin, shared bottom margin with first */
  .visit__walkin { margin-bottom: 8px; }
  .visit__walkin--2 { margin-bottom: 22px; }

  /* CTA buttons: full-width, thumb-friendly 48px+ height */
  .visit__cta {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 14px;
  }

  /* ── 4. TESTIMONIALS ─────────────────────────────────────────────────────── */

  /* Rating badge: larger and bolder on mobile */
  .tc-rating-badge {
    gap: 8px;
    margin: 20px auto 0;
  }
  .tc-rating-badge__stars { font-size: 1.15rem; }
  .tc-rating-badge__score { font-size: 1.2rem; }
  .tc-rating-badge__count { font-size: 0.9rem; color: #444; }

  /* Trust line: smaller, centered, subdued */
  .tc-trust-line { margin-top: 10px; font-size: 0.85rem; }

  /* Single scrolling column: fill available width */
  .tc-columns {
    margin-top: 28px;
    max-height: 520px;
    padding: 0 4px;
  }
  .tc-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tc-card { padding: 20px 20px 18px; }
  .tc-card__text {
    font-size: 0.92rem;
    color: rgba(0,0,0,0.78);
  }

  /* ── 5. FAQ ─────────────────────────────────────────────────────────────── */

  /* More breathing room between items */
  .faq-list { gap: 8px; }

  /* Trigger: better touch target */
  .faq-item__trigger {
    padding: 18px;
    font-size: 1rem;
    line-height: 1.3;
  }

  /* Answer content: readable contrast */
  .faq-item__content {
    padding: 0 18px 18px;
    color: #4a4a4a;
    font-size: 0.9rem;
  }

  /* WhatsApp box: compact and full-width */
  .faq__whatsapp-box {
    padding: 28px 24px;
    max-width: 100%;
    border-radius: 16px;
  }
  .faq__wa-icon  { width: 56px; height: 56px; margin-bottom: 16px; }
  .faq__wa-title { font-size: 1.45rem; margin-bottom: 10px; }
  .faq__wa-text  { font-size: 0.875rem; margin-bottom: 22px; }
  .faq__wa-btn   { padding: 15px 20px; font-size: 13px; }
  .faq__call-btn { padding: 13px 20px; font-size: 12px; }

  /* ── 6. FINAL CTA BANNER ─────────────────────────────────────────────────── */

  .cta-banner { padding-block: 52px; }

  .cta-banner__title { font-size: clamp(1.5rem, 6vw, 2rem); }

  .cta-banner__actions .btn-servixa--green { justify-content: center; }

  /* Call: subtle outline, visually secondary */
  .cta-banner__actions .btn-servixa--outline {
    background-color: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.22);
    color: rgba(255,255,255,0.75);
    justify-content: center;
  }
  .cta-banner__actions .btn-servixa--outline:hover {
    background-color: rgba(255,255,255,0.12);
    color: #ffffff;
  }

  .cta-banner__no-obligation { text-align: center; }

}
