/* Teljes paletta — önálló vagy beágyazva a Szolgáltatások oldalba (.spl-*) */

.spl-wrap--embed .spl-embed-kicker {
  padding: 28px 0 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.92));
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.spl-embed-kicker__title {
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.spl-embed-kicker__title span {
  font-weight: 700;
  opacity: 0.88;
}

.spl-embed-kicker__lead {
  margin: 0;
  max-width: 52rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(15, 23, 42, 0.72);
}

.spl-embed-kicker__lead a {
  font-weight: 700;
  color: var(--blue, #0777ff);
}

.spl-body--embed-palette .spl-filter-wrap--embed-first {
  padding-top: 20px;
  margin-bottom: 8px;
}

.spl-embed-heading {
  padding: 8px 0 20px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  margin-bottom: 12px;
}

.spl-embed-heading__title {
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-weight: 900;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  color: var(--spl-text);
}

.spl-embed-heading__title span {
  font-weight: 800;
  color: var(--spl-blue, #00a3ff);
}

.spl-embed-heading__lead {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.45;
  color: var(--spl-muted);
}

.spl-embed-heading__lead a {
  font-weight: 800;
  color: var(--spl-blue, #00a3ff);
}

.spl-wrap--embed .spl-body--embed-palette {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.94));
}

.spl-wrap {
  --spl-navy-950: #020813;
  --spl-navy-900: #06101f;
  --spl-blue: #00a3ff;
  --spl-blue-2: #00d4ff;
  --spl-blue-3: #7dd3fc;
  --spl-text: #1a202c;
  --spl-muted: #4a5568;
  --spl-sans: var(--font-urbanist), Urbanist, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-family: var(--spl-sans);
  font-weight: 500;
  color: var(--spl-text);
  line-height: 1.55;
  overflow-x: hidden;
}

/* Önálló paletta oldal: egységes sötét háttér (ne maradjon világos „csík” a fejléc mellett) */
body.page-service-palette-standalone {
  background-color: var(--spl-navy-950, #020813) !important;
}

html:has(body.page-service-palette-standalone) {
  background-color: var(--spl-navy-950, #020813) !important;
}

body.page-service-palette-standalone main {
  padding-top: 0;
  background: transparent;
}

.spl-wrap:not(.spl-wrap--embed) {
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.98) 0%, rgba(2, 8, 19, 0.92) 44%, #f1f5f9 44.1%, #f8fafc 100%);
}

.spl-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.spl-hero-hi {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(247, 251, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(84, 173, 255, 0.28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.spl-hero-hi__icon {
  flex-shrink: 0;
  color: var(--spl-blue-3);
  opacity: 0.95;
}

/* Opcionális miniatűr a cím alatti highlight dobozokban (service-palette.json → thumb) */
.spl-hero-hi--has-thumb {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 8px;
  padding: 9px 10px 11px;
  border-radius: 16px;
  min-width: 6.5rem;
  max-width: 9.25rem;
}

.spl-hero-hi__thumb {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
  flex-shrink: 0;
}

.spl-hero-hi__row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  line-height: 1.28;
}

.spl-hero-hi__label {
  display: block;
}

@media (max-width: 520px) {
  .spl-hero-highlights {
    gap: 8px;
  }

  .spl-hero-hi {
    font-size: 0.69rem;
    padding: 7px 12px 7px 9px;
  }

  .spl-hero-hi--has-thumb {
    min-width: 5.75rem;
    max-width: none;
    flex: 1 1 calc(50% - 6px);
  }

  .spl-hero-hi__thumb {
    width: 48px;
    height: 48px;
  }
}

/* Önálló paletta oldal: morzsa út + lap teteje */
.spl-breadcrumb-bar {
  padding: 12px 0 10px;
  background: linear-gradient(180deg, rgba(2, 8, 19, 0.98), rgba(2, 8, 19, 0.9));
  border-bottom: 1px solid rgba(0, 163, 255, 0.2);
}

.spl-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.spl-breadcrumb a {
  color: var(--spl-blue-3);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spl-breadcrumb__sep {
  color: rgba(247, 251, 255, 0.38);
  user-select: none;
}

.spl-breadcrumb__here {
  color: rgba(247, 251, 255, 0.88);
}

.spl-wrap a {
  text-decoration: none;
}

/* Ne írjuk felül a .spl-btn* gombok szöveg- és ikonszínét (különben pl. fehér háttéren fehér szöveg). */
.spl-wrap a:not(.spl-btn) {
  color: inherit;
}

.spl-container {
  width: min(
    1130px,
    calc(100% - 40px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px))
  );
  margin-inline: auto;
}

/* Hero */
.spl-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.98), rgba(2, 8, 19, 0.75), rgba(2, 8, 19, 0.95)),
    var(--spl-hero-bg, url("../../img/home/luxinterior-gyor-szabadhegy-autobelso.webp")) center / cover;
}

.spl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.55;
  background:
    radial-gradient(circle at 70% 32%, rgba(8, 119, 255, 0.34), transparent 22rem),
    repeating-radial-gradient(circle at 12% 88%, rgba(8, 119, 255, 0.32) 0 1px, transparent 1px 10px);
  mask-image: linear-gradient(black 42%, transparent 100%);
}

.spl-hero-grid {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: center;
  gap: 44px;
  padding: 72px 0 96px;
}

.spl-eyebrow {
  color: rgba(247, 251, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.spl-hero h1 {
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 950;
  margin-bottom: 20px;
}

.spl-hero h1 span {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  color: var(--spl-blue-3);
  letter-spacing: 0.04em;
}

.spl-intro-copy p {
  color: rgba(247, 251, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 14px;
  max-width: 640px;
}

.spl-intro-copy p:last-child {
  margin-bottom: 0;
}

.spl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.spl-hero-card {
  border-radius: 16px;
  padding: 22px 22px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(84, 173, 255, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
}

.spl-hero-card strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spl-blue-3);
  margin-bottom: 10px;
}

.spl-hero-card p {
  color: rgba(247, 251, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}

/* Buttons */
.spl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.spl-btn:hover {
  transform: translateY(-2px);
}

.spl-btn-blue {
  background: linear-gradient(135deg, var(--spl-blue), #007bff);
  color: #fff;
  box-shadow: 0 14px 32px rgba(8, 119, 255, 0.35);
}

.spl-btn-blue:hover {
  box-shadow: 0 18px 40px rgba(8, 119, 255, 0.45);
}

.spl-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.spl-btn-ghost:hover {
  border-color: rgba(84, 173, 255, 0.65);
  background: rgba(8, 119, 255, 0.14);
}

.spl-btn-light {
  background: #fff;
  color: var(--spl-navy-900);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.spl-btn-light .lux-icon {
  color: var(--spl-navy-900);
}

.spl-btn-light:hover {
  box-shadow: 0 18px 44px rgba(8, 119, 255, 0.28);
  color: var(--spl-navy-950, #020813);
}

.spl-btn-light:hover .lux-icon {
  color: var(--spl-navy-950, #020813);
}

/* Body */
.spl-body {
  padding: 48px 0 56px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 45%, #fff 100%);
  scroll-margin-top: 86px;
}

/* Kategória szintű szűrő (fehér doboz) */
.spl-filter-wrap {
  margin-bottom: 24px;
  padding: 18px 18px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 36px rgba(1, 13, 31, 0.07);
}

.spl-filter__label {
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--spl-muted);
}

/* Kategória chip sor — asztalon egy (görgethető) vízszintes sor; mobil: tördelés */
.spl-filter-heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 16px;
  margin-bottom: 12px;
}

.spl-filter-heading-row .spl-filter__label {
  margin: 0;
}

.spl-filter__packages-link {
  font-size: 0.78rem;
  font-weight: 850;
  color: var(--spl-blue, #00a3ff) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.spl-filter__packages-link:hover {
  color: var(--spl-navy-900) !important;
}

/* Mobilon: vízszintes chip-sor (nincs hamburger) */
.spl-filter-mobile-bar {
  display: none !important;
}

.spl-filter-drawer {
  display: block;
}

.spl-filter-drawer.is-open {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.spl-filter-scroll {
  margin: 0 -4px;
  padding: 2px 4px 6px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.spl-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  min-width: min-content;
}

.spl-filter__chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #f8fafc;
  color: var(--spl-text) !important;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1.25;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.spl-filter__chip:hover {
  border-color: rgba(8, 119, 255, 0.35);
  color: var(--spl-navy-900) !important;
}

.spl-filter__chip.is-active {
  background: linear-gradient(135deg, var(--spl-blue), #007bff);
  border-color: transparent;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(8, 119, 255, 0.28);
}

.spl-filter__chip:focus-visible {
  outline: 3px solid rgba(8, 119, 255, 0.45);
  outline-offset: 2px;
}

.spl-cat--hidden {
  display: none !important;
}

.spl-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin-bottom: 36px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 32px rgba(1, 13, 31, 0.06);
}

.spl-toc a {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--spl-text);
  background: rgba(8, 119, 255, 0.08);
  border: 1px solid rgba(8, 119, 255, 0.12);
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.spl-toc a:hover {
  background: rgba(8, 119, 255, 0.14);
  border-color: rgba(8, 119, 255, 0.28);
  color: var(--spl-navy-900);
}

.spl-cat {
  margin-bottom: 48px;
  scroll-margin-top: 88px;
}

.spl-cat-head h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--spl-navy-900);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(8, 119, 255, 0.35);
}

/* Egy kategória: infó a cím alatti vonal után, csak nyitáskor */
.spl-section-info {
  margin: 0 0 22px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.11);
  background: rgba(252, 253, 255, 0.96);
  box-shadow: 0 10px 28px rgba(8, 119, 255, 0.06);
  overflow: hidden;
}

.spl-section-info__sum {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 14px 16px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--spl-navy-900);
  user-select: none;
}

.spl-section-info__sum::-webkit-details-marker {
  display: none;
}

.spl-section-info__sum::marker {
  content: "";
}

.spl-section-info__sum:focus-visible {
  outline: 2px solid var(--spl-blue);
  outline-offset: 2px;
}

.spl-section-info__ico {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(8, 119, 255, 0.12);
  color: var(--spl-blue);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spl-section-info__hint {
  display: block;
  margin-top: 3px;
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #64748b;
}

@media (min-width: 480px) {
  .spl-section-info__hint {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
  }
}

.spl-section-info__chev {
  display: inline-flex;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}

.spl-section-info[open] .spl-section-info__chev {
  transform: rotate(180deg);
  color: var(--spl-blue);
}

.spl-section-info__body {
  padding: 0 16px 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.spl-section-info__list {
  margin: 0;
  padding: 14px 0 0 1.2rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--spl-text);
  font-weight: 650;
}

.spl-section-info__list li + li {
  margin-top: 10px;
}

.spl-section-info--berlet {
  margin: 12px 0 28px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(132, 173, 255, 0.32);
  box-shadow: none;
}

.spl-section-info--berlet .spl-section-info__sum {
  color: rgba(247, 251, 255, 0.95);
}

.spl-section-info--berlet .spl-section-info__hint {
  color: rgba(226, 232, 240, 0.78);
}

.spl-section-info--berlet .spl-section-info__ico {
  background: rgba(8, 119, 255, 0.28);
  color: #e8f4ff;
}

.spl-section-info--berlet .spl-section-info__chev {
  color: rgba(226, 232, 240, 0.75);
}

.spl-section-info--berlet[open] .spl-section-info__chev {
  color: #93c5fd;
}

.spl-section-info--berlet .spl-section-info__body {
  border-top-color: rgba(255, 255, 255, 0.1);
}

.spl-section-info--berlet .spl-section-info__list {
  color: rgba(247, 251, 255, 0.88);
}

@media (prefers-reduced-motion: reduce) {
  .spl-section-info__chev {
    transition: none;
  }
}

.spl-section-info--after-grid {
  margin-top: 28px;
  margin-bottom: 0;
}

.spl-section-info--berlet.spl-section-info--after-grid {
  margin: 32px 0 clamp(20px, 3vw, 36px);
}

.spl-home-notice {
  margin: -8px 0 28px;
  padding: clamp(18px, 3vw, 24px) clamp(16px, 2.5vw, 22px);
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fbff 0%, #f1f5f9 100%);
  border: 1px solid rgba(8, 119, 255, 0.2);
  box-shadow: 0 12px 32px rgba(8, 119, 255, 0.08);
}

.spl-home-notice--collapsible {
  padding: 0;
  overflow: hidden;
}

.spl-home-notice--collapsible .spl-home-notice__sum {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: clamp(16px, 3vw, 22px) clamp(16px, 2.5vw, 22px);
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spl-blue);
  user-select: none;
  background: linear-gradient(145deg, #f8fbff 0%, #f1f5f9 100%);
}

.spl-home-notice--collapsible .spl-home-notice__sum::-webkit-details-marker {
  display: none;
}

.spl-home-notice--collapsible .spl-home-notice__sum::marker {
  content: "";
}

.spl-home-notice--collapsible .spl-home-notice__sum:focus-visible {
  outline: 2px solid var(--spl-blue);
  outline-offset: 2px;
}

.spl-home-notice__sum-ico {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(8, 119, 255, 0.12);
  color: var(--spl-blue);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.spl-home-notice__sum-main {
  min-width: 0;
}

.spl-home-notice__sum-label {
  display: block;
  line-height: 1.35;
  color: var(--spl-blue);
}

.spl-home-notice__sum-hint {
  display: block;
  margin-top: 4px;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #64748b;
}

@media (min-width: 480px) {
  .spl-home-notice__sum-hint {
    display: inline;
    margin-top: 0;
    margin-left: 6px;
  }
}

.spl-home-notice__sum-chev {
  display: inline-flex;
  color: #94a3b8;
  flex-shrink: 0;
  transition: transform 0.22s ease;
}

.spl-home-notice--collapsible[open] .spl-home-notice__sum-chev {
  transform: rotate(180deg);
  color: var(--spl-blue);
}

.spl-home-notice--collapsible[open] .spl-home-notice__sum {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.spl-home-notice__body {
  padding: clamp(14px, 2.5vw, 20px) clamp(16px, 2.5vw, 22px) clamp(18px, 3vw, 24px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #f8fafc 100%);
}

.spl-home-notice__kicker {
  margin: 0 0 10px;
  font-size: 0.65rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--spl-blue);
}

.spl-home-notice__lead {
  margin: 0 0 18px;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.55;
  color: var(--spl-navy-900);
}

.spl-home-notice__table-wrap {
  margin-bottom: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
}

.spl-home-notice__table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  font-size: 0.84rem;
  text-align: left;
}

.spl-home-notice__table caption {
  padding: 14px 16px 10px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--spl-navy-900);
  text-align: left;
}

.spl-home-notice__table th,
.spl-home-notice__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
  vertical-align: top;
}

.spl-home-notice__table th {
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
  background: rgba(248, 250, 252, 0.98);
}

.spl-home-notice__table tbody tr:last-child td {
  border-bottom: none;
}

.spl-home-notice__table td:nth-child(2),
.spl-home-notice__table td:nth-child(3) {
  font-weight: 800;
  color: var(--spl-navy-900);
  white-space: nowrap;
}

.spl-home-notice__block {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.spl-home-notice__block-title {
  display: block;
  margin-bottom: 8px;
  font-size: 0.84rem;
  font-weight: 900;
  color: var(--spl-navy-900);
}

.spl-home-notice__block p {
  margin: 0 0 8px;
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.55;
  color: var(--spl-text);
}

.spl-home-notice__block p:last-child {
  margin-bottom: 0;
}

.spl-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.spl-grid.spl-grid--3col {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

@media (min-width: 768px) {
  .spl-grid,
  .spl-grid.spl-grid--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.spl-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  padding: 22px 20px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 40px rgba(1, 13, 31, 0.07);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.spl-card:hover {
  transform: translateY(-3px);
  border-color: rgba(8, 119, 255, 0.22);
  box-shadow: 0 22px 48px rgba(8, 119, 255, 0.12);
}

.spl-card--quote {
  background: linear-gradient(155deg, #fff 0%, #f8fbff 100%);
}

.spl-card__badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--spl-blue);
  background: rgba(8, 119, 255, 0.1);
  padding: 6px 10px;
  border-radius: 999px;
}

.spl-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.spl-card__badges .spl-card__badge {
  margin-bottom: 0;
}

.spl-card__badge--popular {
  color: #92400e;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.28), rgba(245, 158, 11, 0.18));
  border: 1px solid rgba(245, 158, 11, 0.35);
}

/* —— Kiemelő ribbonok (Gyakran választott + kedvezmény) —— */
.spl-promo-ribbons {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  max-width: min(11.5rem, 46%);
  pointer-events: none;
}

.spl-promo-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px 5px 7px;
  border-radius: 999px;
  font-size: clamp(0.58rem, 1.35vw, 0.68rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
  box-shadow:
    0 6px 18px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.spl-promo-ribbon__text {
  white-space: nowrap;
}

.spl-promo-ribbon__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.spl-promo-ribbon__svg {
  display: block;
}

.spl-promo-ribbon--popular {
  color: #78350f;
  background: linear-gradient(135deg, #fffbeb 0%, #fde68a 42%, #fbbf24 100%);
  border: 1px solid rgba(217, 119, 6, 0.38);
}

.spl-promo-ribbon--popular .spl-promo-ribbon__icon {
  background: rgba(255, 255, 255, 0.72);
  color: #d97706;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.18);
}

.spl-promo-ribbon--discount {
  color: #fff;
  background: linear-gradient(135deg, #f9a8d4 0%, #ec4899 48%, #db2777 100%);
  border: 1px solid rgba(190, 24, 93, 0.45);
  text-shadow: 0 1px 0 rgba(131, 24, 67, 0.25);
}

.spl-promo-ribbon--discount .spl-promo-ribbon__icon {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  box-shadow: 0 2px 8px rgba(190, 24, 93, 0.28);
}

.spl-card--has-ribbons .spl-card__title {
  padding-right: clamp(3.5rem, 32%, 8rem);
}

.spl-card--has-ribbons-both .spl-card__title {
  padding-right: clamp(4rem, 36%, 8.5rem);
}

.spl-card--has-ribbons .spl-card__badges {
  margin-top: 2px;
}

@media (max-width: 479px) {
  .spl-promo-ribbons {
    top: 8px;
    right: 8px;
    max-width: 52%;
  }

  .spl-promo-ribbon__text {
    white-space: normal;
    text-align: left;
    max-width: 6.5rem;
    line-height: 1.2;
  }

  .spl-card--has-ribbons .spl-card__title,
  .spl-card--has-ribbons-both .spl-card__title {
    padding-right: clamp(3rem, 38%, 6.5rem);
  }
}

.spl-card__badge--type {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
}

.spl-card__badge--extra {
  color: #6d28d9;
  background: rgba(139, 92, 246, 0.12);
}

.spl-card--popular {
  border-color: rgba(245, 158, 11, 0.28);
  box-shadow:
    0 18px 44px rgba(245, 158, 11, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset;
}

.spl-cat-group + .spl-cat-group {
  margin-top: 22px;
}

.spl-cat-group__title {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--spl-muted, #64748b);
}

.spl-card__title {
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
  color: var(--spl-navy-900);
  margin-bottom: 10px;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact {
  align-self: start;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  padding: 16px 16px 14px;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
  flex-shrink: 0;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__badge {
  flex-shrink: 0;
  margin-bottom: 8px;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__foot {
  margin-top: 12px;
  flex-shrink: 0;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__facts {
  gap: 8px;
  padding-top: 0;
  margin-bottom: 10px;
  border-top: 0;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__price-amount {
  font-size: 1.15rem;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__actions {
  flex-shrink: 0;
  gap: 8px;
  margin-top: 0;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__actions .spl-card__cta {
  min-height: 40px;
  font-size: 0.72rem;
  padding: 0 12px;
}

.spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact .spl-card__info-btn {
  min-height: 40px;
  min-width: 44px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact {
    min-height: 0;
  }
}

.spl-card__lead {
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.45;
  color: var(--spl-navy-900);
  margin: -2px 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(8, 119, 255, 0.08);
  border: 1px solid rgba(8, 119, 255, 0.14);
}

.spl-card__desc {
  font-size: 0.9rem;
  color: var(--spl-muted);
  font-weight: 600;
  flex: 1;
  margin-bottom: 16px;
}

.spl-card__facts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

.spl-card__foot {
  display: flex;
  flex-direction: column;
  gap: 0;
  flex-shrink: 0;
}

.spl-card__foot .spl-card__actions,
.spl-card__foot .spl-card__cta {
  margin-top: 0;
}

.spl-card__fact {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.spl-card__fact-label {
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #94a3b8;
}

.spl-card__fact-value {
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
  color: #334155;
}

.spl-card__fact-value--price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.spl-card__price-amount {
  font-size: clamp(1.2rem, 2.4vw, 1.42rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.spl-card__price-suffix {
  font-size: 0.8rem;
  font-weight: 800;
  color: #64748b;
}

.spl-card__price-hint {
  margin-top: 2px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
}

.spl-card__price-promo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.spl-card__price-promo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.spl-card__price-original {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.spl-card__price-amount--original {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 650;
  line-height: 1.1;
  color: #fca5a5;
  opacity: 0.92;
  text-decoration: line-through;
  text-decoration-color: rgba(248, 113, 113, 0.85);
  text-decoration-thickness: 1.5px;
}

.spl-card__price-suffix--original {
  font-size: 0.68rem;
  font-weight: 700;
  color: #fecaca;
  text-decoration: line-through;
  text-decoration-color: rgba(248, 113, 113, 0.7);
}

.spl-card__price-sale {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.spl-card__price-amount--sale {
  font-size: clamp(1.22rem, 2.5vw, 1.48rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.spl-card__actions {
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: auto;
}

.spl-card__actions .spl-card__cta {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
}

.spl-card__info {
  position: relative;
  flex: 0 0 auto;
}

.spl-card__info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 48px;
  height: 100%;
  min-height: 46px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #fff;
  color: #475569;
  cursor: pointer;
  list-style: none;
  font-size: 0.72rem;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

a.spl-card__info-link {
  text-decoration: none;
}

.spl-card__info-btn::-webkit-details-marker {
  display: none;
}

.spl-card__info-btn::marker {
  content: "";
}

.spl-card__info-btn:hover {
  border-color: rgba(37, 99, 235, 0.4);
  color: #2563eb;
  background: #f8fbff;
}

.spl-card__info[open] .spl-card__info-btn {
  border-color: rgba(37, 99, 235, 0.48);
  color: #1d4ed8;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.spl-card__info[open] {
  z-index: 35;
}

.spl-card__info-pop {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 30;
  width: min(300px, calc(100vw - 32px));
  padding: 14px 14px 12px;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.16);
  font-size: 0.84rem;
  line-height: 1.55;
  color: #334155;
}

.spl-card__info-pop::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 100%;
  border: 8px solid transparent;
  border-top-color: #fff;
  filter: drop-shadow(0 2px 1px rgba(15, 23, 42, 0.06));
}

.spl-card__info-lead {
  margin: 0 0 8px;
  font-weight: 750;
  color: #0f172a;
}

.spl-card__info-desc,
.spl-card__info-row {
  margin: 0 0 8px;
}

.spl-card__info-row strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 3px;
}

.spl-card__info-note {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
  font-size: 0.78rem;
  font-weight: 650;
  color: #64748b;
}

.spl-card__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.spl-card__meta dt {
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 4px;
}

.spl-card__meta dd {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 750;
  color: var(--spl-text);
}

.spl-card__price {
  font-weight: 900;
  color: var(--spl-blue);
}

.spl-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(135deg, var(--spl-blue), #007bff);
  color: #fff;
  box-shadow: 0 10px 26px rgba(8, 119, 255, 0.3);
  margin-top: auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spl-card__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(8, 119, 255, 0.38);
}

.spl-card__cta--outline {
  background: transparent;
  color: var(--spl-blue);
  border: 2px solid rgba(8, 119, 255, 0.55);
  box-shadow: none;
}

.spl-card__cta--outline:hover {
  background: rgba(8, 119, 255, 0.08);
  box-shadow: 0 10px 28px rgba(8, 119, 255, 0.15);
}

.spl-card--soon {
  border-style: dashed;
  border-color: rgba(251, 191, 36, 0.35);
}

.spl-card__cta--soon {
  cursor: default;
  pointer-events: none;
  background: rgba(251, 191, 36, 0.14);
  color: #b45309;
  border: 1px solid rgba(251, 191, 36, 0.35);
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
}

.spl-card__desc--pass-note {
  margin-top: -4px;
  font-size: 0.84rem;
  font-weight: 650;
  color: #64748b;
}

.spl-card__price-note {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #64748b;
  line-height: 1.4;
}

/* Instant bérlet kártyák: összeg + soronkénti alkalomár */
.spl-card__price--pass {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
}

.spl-card__price--pass .spl-card__price-note {
  margin-top: 0;
}

.spl-card__price-total {
  display: block;
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.3;
}

.spl-card__price-note-sep {
  font-weight: 650;
  color: #94a3b8;
}

.spl-card__price-note-tag {
  font-weight: 750;
  font-style: italic;
  color: #64748b;
}

.spl-card--pass-large {
  border-color: rgba(245, 158, 11, 0.42);
  box-shadow: 0 16px 40px rgba(251, 191, 36, 0.1);
}

.spl-card--pass-large:hover {
  border-color: rgba(245, 158, 11, 0.55);
}

/* Instant bérlet — prémium kártyarácsozat */
.spl-berlet {
  margin-top: 16px;
  scroll-margin-top: 88px;
}

.spl-berlet__shell {
  padding: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 36px) clamp(32px, 4vw, 48px);
  border-radius: 24px;
  background:
    radial-gradient(ellipse 120% 80% at 10% 0%, rgba(8, 119, 255, 0.18) 0%, transparent 52%),
    radial-gradient(ellipse 90% 60% at 100% 100%, rgba(84, 173, 255, 0.12) 0%, transparent 48%),
    linear-gradient(165deg, #070d18 0%, #0a1526 42%, #060a12 100%);
  color: rgba(247, 251, 255, 0.9);
  box-shadow:
    0 32px 80px rgba(0, 4, 18, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(84, 173, 255, 0.22);
  position: relative;
  overflow: hidden;
}

.spl-berlet__shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--spl-blue-3), var(--spl-blue), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.spl-berlet-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.95fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: start;
  position: relative;
  z-index: 1;
}

.spl-berlet__eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--spl-blue-3);
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(8, 119, 255, 0.16);
  border: 1px solid rgba(84, 173, 255, 0.35);
}

.spl-berlet-head h2 {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.18;
}

.spl-berlet__deck {
  max-width: 640px;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.6;
  color: rgba(247, 251, 255, 0.78);
  margin: 0;
}

.spl-berlet__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.spl-travel-box {
  margin: 0;
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.spl-travel-box__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px 12px;
  background: rgba(8, 119, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.spl-travel-box__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: #dbefff;
}

.spl-travel-box__ico .lux-icon {
  display: block;
}

.spl-travel-box__title {
  flex: 1;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e8f4ff;
  margin: 0;
}

.spl-travel-box__list {
  margin: 0;
  padding: 14px 16px 16px 16px;
  list-style: none;
  font-size: 0.84rem;
  font-weight: 650;
  color: rgba(247, 251, 255, 0.88);
  line-height: 1.55;
}

.spl-travel-box__list li {
  position: relative;
  padding-left: 1.35rem;
}

.spl-travel-box__list li + li {
  margin-top: 10px;
}

.spl-travel-box__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--spl-blue-3), var(--spl-blue));
  box-shadow: 0 0 0 2px rgba(8, 119, 255, 0.25);
}

.spl-berlet-bar {
  width: 100%;
  justify-content: center;
  text-align: center;
  min-height: 50px;
  border-radius: 14px;
}

.spl-berlet .spl-grid {
  margin-top: clamp(28px, 3.5vw, 40px);
  position: relative;
  z-index: 1;
}

/* CTA band */
.spl-cta-band {
  padding: 44px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.95), rgba(2, 8, 19, 0.85)),
    var(--spl-cta-bg, url("../../img/home/kep3-1600.webp")) center / cover;
}

.spl-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.spl-cta-row h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.spl-cta-row p {
  max-width: 520px;
  color: rgba(247, 251, 255, 0.78);
  font-weight: 600;
  font-size: 0.92rem;
}

@media (max-width: 991px) {
  .spl-hero-grid {
    grid-template-columns: 1fr;
    padding: 58px 0 72px;
  }

  .spl-hero-card {
    max-width: 420px;
  }
}

@media (max-width: 900px) {
  .spl-berlet-head {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .spl-card__info-pop {
    position: fixed;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: min(360px, calc(100vw - 28px));
    max-height: min(72vh, 440px);
    overflow-y: auto;
  }

  .spl-card__info-pop::after {
    display: none;
  }

  .spl-card__info[open]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 25;
    background: rgba(2, 8, 19, 0.48);
  }

  .spl-card__info-btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (min-width: 768px) {
  .spl-card__info-btn-text {
    font-size: 0.68rem;
  }
}

@media (max-width: 480px) {
  .spl-card__actions {
    flex-direction: column;
  }

  .spl-card__info-btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .spl-container {
    width: min(1130px, calc(100% - 28px));
  }

  .spl-toc {
    flex-direction: column;
    align-items: stretch;
  }

  .spl-toc a {
    text-align: center;
  }

  .spl-card__meta {
    grid-template-columns: 1fr;
  }

  .spl-berlet {
    margin-top: 12px;
  }

  .spl-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .spl-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .spl-btn {
    width: 100%;
  }
}

/* —— Járműméret sáv + adattáblák (2026 paletta) —— */
.spl-cat--vehicle-band {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.spl-vehicle-lead {
  max-width: 56rem;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.78);
}

.spl-vehicle-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 1.25rem;
}

@media (min-width: 480px) {
  .spl-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (min-width: 768px) {
  .spl-vehicle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
}

.spl-wrap--lux-service-preview .spl-vehicle-grid .spl-vehicle-card {
  display: flex;
  flex-direction: column;
  align-self: start;
  min-height: 0;
  height: auto;
  overflow: visible;
}

@media (max-width: 767px) {
  .spl-wrap--lux-service-preview .spl-vehicle-grid .spl-vehicle-card {
    height: auto;
    min-height: 196px;
  }
}

.spl-vehicle-card {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #f8fafc, #eef2f7);
  padding: 14px 12px 12px;
  text-align: center;
}

.spl-vehicle-card__silhouette {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  color: #94a3b8;
  margin-bottom: 6px;
}

.spl-vehicle-card__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 6px 14px rgba(15, 23, 42, 0.12));
}

.spl-vehicle-card__img--s {
  max-width: 92px;
  max-height: 44px;
}
.spl-vehicle-card__img--m {
  max-width: 104px;
  max-height: 48px;
}
.spl-vehicle-card__img--l {
  max-width: 118px;
  max-height: 52px;
}
.spl-vehicle-card__img--xl {
  max-width: 132px;
  max-height: 56px;
}

@media (min-width: 768px) {
  .spl-vehicle-card__silhouette {
    min-height: 62px;
  }

  .spl-vehicle-card__img--s {
    max-width: 100px;
    max-height: 48px;
  }
  .spl-vehicle-card__img--m {
    max-width: 114px;
    max-height: 52px;
  }
  .spl-vehicle-card__img--l {
    max-width: 128px;
    max-height: 56px;
  }
  .spl-vehicle-card__img--xl {
    max-width: 144px;
    max-height: 60px;
  }
}

.spl-car-svg--s {
  width: 72px;
  height: auto;
}
.spl-car-svg--m {
  width: 86px;
  height: auto;
}
.spl-car-svg--l {
  width: 100px;
  height: auto;
}
.spl-car-svg--xl {
  width: 114px;
  height: auto;
}

.spl-vehicle-card__code {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: var(--spl-navy-900, #06101f);
}

.spl-vehicle-card__type {
  margin: 4px 0 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.75);
}

.spl-vehicle-card__examples {
  margin: 6px 0 0;
  font-size: clamp(0.74rem, 1.5vw, 0.8rem);
  line-height: 1.45;
  font-weight: 500;
  color: rgba(15, 23, 42, 0.72);
  flex: 0 0 auto;
  flex-shrink: 0;
  display: block;
  overflow: visible;
  word-break: break-word;
}

.spl-vehicle-card__fee {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dashed rgba(15, 23, 42, 0.12);
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 0.78rem;
  flex-shrink: 0;
}

.spl-vehicle-card__fee-label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(15, 23, 42, 0.45);
  font-size: 0.65rem;
}

.spl-vehicle-card__fee-val {
  font-weight: 800;
  color: var(--spl-blue, #00a3ff);
}

.spl-vehicle-table-wrap {
  margin-bottom: 0.5rem;
}

.spl-table-card {
  margin: 0 0 1.25rem;
}

.spl-table-card__caption {
  margin: 0 0 0.5rem;
  font-size: 0.88rem;
  color: rgba(15, 23, 42, 0.7);
}

.spl-data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.spl-data-table th,
.spl-data-table td {
  padding: 10px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  vertical-align: top;
}

.spl-data-table thead th {
  background: rgba(15, 23, 42, 0.04);
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(15, 23, 42, 0.65);
}

.spl-data-table tbody tr:last-child th,
.spl-data-table tbody tr:last-child td {
  border-bottom: 0;
}

.spl-data-table__num {
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
  .spl-data-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================
   LuxInterior — szolgáltatás / paletta „előnézet”
   (Urbanist + kék, hero, sticky chip, kártyák, világos bérlet)
   Csak: önálló paletta oldal + .spl-wrap--lux-service-preview
   ============================================ */
body.page-service-palette-standalone {
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.12), transparent 34rem),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.1), transparent 36rem), #f6f8fb !important;
}

html:has(body.page-service-palette-standalone) {
  background: #f6f8fb !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview:not(.spl-wrap--embed) {
  background: transparent !important;
  --spl-blue: #2563eb;
  --spl-blue-2: #1d4ed8;
  --spl-blue-3: #93c5fd;
  /* overflow-x:hidden implicit overflow-y:auto-t ad, ami törné a sticky TOC-t */
  overflow-x: clip;
  overflow-y: visible;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero {
  padding: 0;
  background: linear-gradient(110deg, rgba(2, 6, 23, 0.88), rgba(15, 23, 42, 0.62)),
    var(--spl-hero-bg, url("../../img/home/luxinterior-gyor-szabadhegy-autobelso.webp")) center / cover !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero::before {
  opacity: 0.28;
  mask-image: none;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 74px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #f6f8fb);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: clamp(42px, 7vw, 88px) 0 clamp(30px, 5vw, 58px);
  gap: clamp(22px, 4vw, 42px);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-eyebrow {
  color: #93c5fd !important;
  letter-spacing: 0.16em;
  margin-bottom: 0.5rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero h1 {
  text-transform: none;
  letter-spacing: -0.06em;
  font-weight: 900;
  font-size: clamp(2.2rem, 5.2vw, 3.5rem);
  line-height: 0.96;
  margin: 0.5rem 0 0.55rem;
  max-width: 54rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-title-rule {
  display: block;
  width: 2.75rem;
  height: 3px;
  border-radius: 999px;
  margin: 0 0 1.05rem;
  background: linear-gradient(90deg, #93c5fd, #2563eb 58%, #1d4ed8);
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.38);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero h1 span {
  display: block;
  margin-top: 0.25rem;
  font-size: clamp(1.35rem, 3.2vw, 2.15rem);
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-intro-copy p {
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.72;
  font-weight: 500;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-hi {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  text-transform: none;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-hi--has-thumb {
  border-radius: 18px;
  min-width: 6.75rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-hi__thumb {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

@media (max-width: 520px) {
  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-hi__thumb {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-hi__icon {
  color: #bfdbfe;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-card {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  padding: clamp(20px, 3vw, 30px);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-card strong {
  font-size: 1.12rem;
  letter-spacing: normal;
  text-transform: none;
  color: #fff !important;
  margin-bottom: 0.55rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-actions {
  margin-top: 1.35rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero-actions .spl-btn {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.94rem;
  font-weight: 900;
  min-height: 46px;
  padding-inline: 1.1rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-btn-blue {
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24) !important;
  border: 1px solid rgba(37, 99, 235, 0.35) !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-body--palette {
  background: transparent !important;
  padding: clamp(22px, 5vw, 54px) 0 56px;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-body--lux-no-hero {
  padding-top: clamp(14px, 3vw, 28px);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-container {
  width: min(1180px, calc(100% - 32px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px)));
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap:not(.spl-filter-wrap--lux-sidebar) {
  position: sticky;
  top: max(8px, env(safe-area-inset-top, 0px));
  z-index: 30;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.26);
  padding: 0.9rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-tight {
  padding: 0.5rem 0.65rem 0.35rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-aux {
  margin: 0.35rem 0 0;
  padding: 0 2px 1px;
  text-align: center;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-aux__link {
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: #64748b !important;
  text-decoration: none;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-aux__link:hover {
  color: #2563eb !important;
  text-decoration: underline;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter__chip.is-active {
  background: #0f172a !important;
  color: #fff !important;
  border-color: #0f172a !important;
  box-shadow: none !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter__chip:not(.is-active):hover {
  background: #eff6ff !important;
  color: #2563eb !important;
  border-color: rgba(37, 99, 235, 0.25) !important;
}

/* Információk-szerű: bal oldali TOC + fő tartalom (Szolgáltatásaink paletta) */
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px 0;
  align-items: start;
  padding-top: 6px;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-main {
  min-width: 0;
}

@media (min-width: 992px) {
  body.page-service-palette-standalone .spl-wrap--lux-service-preview {
    --spl-toc-sticky-top: calc(82px + max(12px, env(safe-area-inset-top, 0px)));
    --spl-toc-sticky-bottom: 20px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-layout {
    grid-template-columns: minmax(212px, 248px) minmax(0, 1fr);
    gap: 28px 44px;
    padding-top: 2px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-sidebar {
    position: sticky;
    top: var(--spl-toc-sticky-top);
    align-self: start;
    z-index: 40;
    min-width: 0;
    max-height: calc(100vh - var(--spl-toc-sticky-top) - var(--spl-toc-sticky-bottom));
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    max-height: inherit;
    overscroll-behavior: contain;
    padding: 14px 12px 12px;
    border-radius: 10px;
    background:
      linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.94) 100%);
    border: 1px solid rgba(148, 163, 184, 0.32);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.9) inset,
      0 12px 32px rgba(15, 23, 42, 0.07),
      0 0 0 1px rgba(37, 99, 235, 0.05);
    overflow: hidden;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #2563eb, #60a5fa, transparent);
    opacity: 0.9;
    pointer-events: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-nav__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(15, 23, 42, 0.5);
    margin: 0 0 12px;
    padding: 0 4px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-nav__title::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    flex-shrink: 0;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-mobile-bar {
    display: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-drawer {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    margin-top: 0;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 2px 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(37, 99, 235, 0.35) transparent;
    -webkit-overflow-scrolling: touch;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter {
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 4px;
    padding-left: 4px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 2px;
    border-radius: 2px;
    background: rgba(148, 163, 184, 0.35);
    pointer-events: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    white-space: normal;
    text-align: left;
    min-height: 0;
    padding: 8px 10px 8px 12px;
    border-radius: 0;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.35;
    border: none;
    background: transparent;
    color: rgba(15, 23, 42, 0.82);
    box-shadow: none;
    transition: background 0.18s ease, color 0.18s ease;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 50%;
    width: 3px;
    height: 0;
    border-radius: 0;
    background: #2563eb;
    transform: translateY(-50%);
    transition: height 0.18s ease;
    pointer-events: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip:hover {
    background: rgba(241, 245, 249, 0.95) !important;
    color: #1d4ed8 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    transform: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip.is-active {
    background: rgba(241, 245, 249, 1) !important;
    color: #1e40af !important;
    border-color: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    font-weight: 700;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip.is-active::before {
    height: 70%;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-aux {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.28);
    text-align: left;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-aux__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.72rem;
    font-weight: 650;
    color: #475569 !important;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-aux__link:hover {
    color: #2563eb !important;
  }
}

/* Szolgáltatásaink — mobil/tablet: vízszintes chip-nav, normál fejléc */
@media (max-width: 991px) {
  body.page-service-palette-standalone .spl-wrap--lux-service-preview {
    --spl-mobile-nav-top: calc(56px + max(8px, env(safe-area-inset-top, 0px)));
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-sidebar {
    position: sticky;
    top: var(--spl-mobile-nav-top);
    z-index: 35;
    margin-bottom: 4px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-palette-nav__title {
    display: block;
    margin: 0 0 8px;
    padding: 0 2px;
    font-size: 0.58rem;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar {
    position: relative;
    z-index: 1;
    padding: 10px 10px 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(148, 163, 184, 0.28);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-drawer {
    display: block !important;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    margin: 0 -2px;
    padding: 2px 2px 4px;
    scrollbar-width: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-scroll::-webkit-scrollbar {
    display: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    min-width: min-content;
    padding-left: 0;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter::before {
    display: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    justify-content: center;
    text-align: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 0.68rem;
    white-space: nowrap;
    border: 1px solid rgba(15, 23, 42, 0.1);
    background: #f8fafc;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip::before {
    display: none;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter__chip.is-active {
    border-radius: 999px;
    background: #0f172a !important;
    color: #fff !important;
    border-color: #0f172a !important;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-filter-wrap--lux-sidebar .spl-filter-aux {
    display: none;
  }

  body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-cat,
  body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-berlet,
  body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-cat--vehicle-band {
    scroll-margin-top: calc(var(--spl-mobile-nav-top) + 72px);
  }
}

body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-cat,
body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-berlet,
body.page-service-palette-standalone.spl-toc-nav-mode .spl-wrap--lux-service-preview .spl-cat--vehicle-band {
  scroll-margin-top: calc(82px + 24px);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cat {
  scroll-margin-top: 140px;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cat-head h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card {
  border-radius: 28px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.075);
  overflow: visible;
  position: relative;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
  padding: 18px 18px 16px;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact:has(.spl-card__info[open]) {
  overflow: visible;
  z-index: 40;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__badge {
  background: #f1f5f9;
  color: #334155;
  font-size: 0.72rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-promo-ribbon--popular {
  box-shadow:
    0 8px 22px rgba(245, 158, 11, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-promo-ribbon--discount {
  box-shadow:
    0 8px 22px rgba(236, 72, 153, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__price,
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__meta dd,
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__fact-value {
  color: #334155;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__meta > div {
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 0.75rem 0.82rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__facts {
  border-top-color: rgba(148, 163, 184, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card--compact .spl-card__foot {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card--compact .spl-card__facts {
  padding-top: 0;
  border-top: 0;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__price-amount {
  color: #0f172a;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__price-suffix {
  color: #64748b;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__info-btn {
  border-radius: 999px;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__actions .spl-card__cta {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.94rem;
  font-weight: 900;
  background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.22) !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__cta--outline {
  color: #2563eb !important;
  border-color: rgba(37, 99, 235, 0.45) !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-data-table thead th {
  background: #0f172a !important;
  color: #fff !important;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-data-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cat--vehicle-band {
  border-radius: 34px;
  padding: clamp(18px, 3vw, 28px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(239, 246, 255, 0.72));
  border: 1px solid rgba(148, 163, 184, 0.26);
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
  border-bottom: none;
  margin-bottom: clamp(26px, 5vw, 48px);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-vehicle-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.065);
  border: 1px solid rgba(148, 163, 184, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-vehicle-card__code {
  width: 42px;
  height: 42px;
  margin: 0.15rem auto 0;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #0f172a;
  font-weight: 950;
  font-size: 1.12rem;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-vehicle-card__fee-val {
  color: #2563eb;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-vehicle-card__examples {
  font-size: clamp(0.75rem, 1.4vw, 0.82rem);
  line-height: 1.5;
  color: rgba(15, 23, 42, 0.78);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet__shell {
  background: radial-gradient(circle at top left, rgba(37, 99, 235, 0.14), transparent 24rem), #fff !important;
  color: #0f172a !important;
  border: 1px solid rgba(148, 163, 184, 0.26) !important;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.075) !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet__shell::before {
  background: linear-gradient(90deg, #2563eb, #93c5fd, transparent);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet-head h2 {
  color: #0f172a !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet__deck {
  color: #475569 !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet__eyebrow {
  color: #1d4ed8;
  background: #eff6ff;
  border-color: rgba(37, 99, 235, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-travel-box {
  background: #f8fafc !important;
  border: 1px solid rgba(148, 163, 184, 0.26) !important;
  backdrop-filter: none;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-travel-box__head {
  background: transparent !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-travel-box__title {
  color: #0f172a !important;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 900;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-travel-box__list {
  color: #475569 !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-travel-box__ico {
  background: #eff6ff;
  color: #2563eb;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__title,
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__desc,
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__meta dd {
  color: #0f172a;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__price--pass .spl-card__price-total {
  color: #0f172a;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__price--pass .spl-card__price-note {
  color: #334155;
  font-weight: 700;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-berlet .spl-card__price--pass .spl-card__price-note-tag {
  color: #64748b;
}

/* „További információ” a világos bérlet-dobozban: ne a sötét téma világos szövege maradjon */
body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.32);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__sum {
  color: #0f172a;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__hint {
  color: #64748b;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__ico {
  background: #eff6ff;
  color: #2563eb;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__chev {
  color: #64748b;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet[open] .spl-section-info__chev {
  color: #2563eb;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__body {
  border-top-color: rgba(148, 163, 184, 0.22);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-section-info--berlet .spl-section-info__list {
  color: #334155;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cta-band {
  padding: clamp(34px, 6vw, 62px) 0 !important;
  background: linear-gradient(110deg, rgba(15, 23, 42, 0.92), rgba(30, 64, 175, 0.72)),
    var(--spl-cta-bg, url("../../img/home/kep3-1600.webp")) center / cover !important;
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cta-row h2 {
  text-transform: none;
  letter-spacing: -0.045em;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cta-row .spl-btn-light {
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 900;
}

@media (max-width: 720px) {
  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-hero h1 {
    font-size: clamp(2.1rem, 12vw, 3.4rem);
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-cta-row .spl-btn-light {
    width: 100%;
    justify-content: center;
  }
}

/* Egységes kártyarács: szolgáltatások 3 oszlop, járműméret 4 oszlop */
body.page-service-palette .spl-wrap--lux-service-preview .spl-cat > .spl-grid,
body.page-service-palette .spl-wrap--lux-service-preview .spl-cat > .spl-grid--3col,
body.page-service-palette .spl-wrap--lux-service-preview .spl-berlet .spl-grid,
body.page-service-palette .spl-wrap--lux-service-preview .spl-vehicle-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 480px) {
  body.page-service-palette .spl-wrap--lux-service-preview .spl-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  body.page-service-palette .spl-wrap--lux-service-preview .spl-cat > .spl-grid,
  body.page-service-palette .spl-wrap--lux-service-preview .spl-cat > .spl-grid--3col,
  body.page-service-palette .spl-wrap--lux-service-preview .spl-berlet .spl-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.page-service-palette .spl-wrap--lux-service-preview .spl-vehicle-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

body.page-service-palette .spl-wrap--lux-service-preview .spl-grid > .spl-card {
  grid-column: span 1;
  min-width: 0;
}

/* Beépített foglalás a kártyákban — kompakt, mobilon is elfér */
@media (max-width: 767px) {
  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__fact-value {
    font-size: 0.82rem;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__price-amount {
    font-size: 1.08rem;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__actions {
    gap: 8px;
    margin-top: 10px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__actions .spl-card__cta {
    min-height: 42px;
    font-size: 0.84rem;
    padding-inline: 12px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-card__info-btn {
    min-height: 42px;
    min-width: 42px;
    padding-inline: 10px;
  }

  body.page-service-palette-standalone .spl-wrap--lux-service-preview .spl-grid--3col > .spl-card--compact {
    padding: 16px 14px 14px;
  }
}
