/* Szolgáltatások (beltéri csomagok) — csak ezen az oldalon, .svc-* prefix */
.svc-wrap {
  --svc-navy-900: #06101f;
  --svc-blue: #00a3ff;
  --svc-blue-2: #00d4ff;
  --svc-blue-3: #7dd3fc;
  --svc-text: #1a202c;
  --svc-muted: #4a5568;
  --svc-shadow: 0 28px 80px rgba(1, 13, 31, 0.24);
  --svc-radius: 18px;
}

.svc-wrap .svc-container {
  width: min(
    1130px,
    calc(100% - 40px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px))
  );
  margin-inline: auto;
}

.svc-wrap #csomagok {
  scroll-margin-top: 88px;
}

.svc-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.98), rgba(2, 8, 19, 0.76), rgba(2, 8, 19, 0.94)),
    var(--svc-hero-bg, url("../../img/home/auto-belso-galeria-02.webp")) center / cover;
}

.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.58;
  background:
    radial-gradient(circle at 74% 38%, rgba(8, 119, 255, 0.36), transparent 24rem),
    repeating-radial-gradient(circle at 18% 88%, rgba(8, 119, 255, 0.38) 0 1px, transparent 1px 10px);
  mask-image: linear-gradient(black 35%, transparent 105%);
}

.svc-hero-grid {
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(280px, 1fr);
  align-items: center;
  gap: 48px;
  padding: 82px 0 116px;
}

.svc-wrap .svc-eyebrow {
  color: rgba(247, 251, 255, 0.74);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svc-wrap .svc-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.35rem);
  line-height: 1.07;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}

.svc-wrap .svc-hero h1 span {
  display: block;
  color: var(--svc-blue-2);
}

.svc-hero-lead {
  max-width: 660px;
  color: rgba(247, 251, 255, 0.82);
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.svc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.svc-hero-card {
  justify-self: end;
  width: min(100%, 360px);
  padding: 24px;
  border-radius: 20px;
  border: 1px solid rgba(84, 173, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.svc-hero-card strong {
  display: block;
  font-size: 1.18rem;
  margin-bottom: 8px;
  color: #fff;
}

.svc-hero-card p {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 600;
  margin-bottom: 18px;
}

/* Külső / rinseless teaser — img/szolgaltatasok/kulso-rinseless-teaser.webp */
.svc-kulso-teaser {
  padding: 44px 0 12px;
  background: linear-gradient(180deg, #f3f6fa 0%, #fff 55%);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.svc-kulso-teaser__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 40px;
  align-items: center;
}

.svc-kulso-teaser__visual {
  min-height: clamp(200px, 36vw, 280px);
  border-radius: var(--svc-radius);
  background: var(--svc-kulso-img, url("../../img/szolgaltatasok/kulso-rinseless-teaser.webp")) center / cover;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 56px rgba(1, 13, 42, 0.1);
}

.svc-kulso-teaser__eyebrow {
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--svc-muted);
  margin: 0 0 10px;
}

.svc-kulso-teaser__copy h2 {
  font-size: clamp(1.32rem, 2.8vw, 1.82rem);
  font-weight: 950;
  letter-spacing: 0.02em;
  color: var(--svc-navy-900);
  margin: 0 0 14px;
  line-height: 1.15;
}

.svc-kulso-teaser__lead {
  margin: 0 0 18px;
  color: var(--svc-muted);
  font-weight: 650;
  line-height: 1.55;
  font-size: 0.97rem;
}

.svc-kulso-teaser__link {
  display: inline-flex;
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: var(--svc-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc-kulso-teaser__link:hover {
  color: #0066c9;
}

@media (max-width: 860px) {
  .svc-kulso-teaser__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .svc-kulso-teaser__visual {
    order: -1;
    min-height: 220px;
  }
}

.svc-wrap .svc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-decoration: none;
}

.svc-wrap .svc-btn:hover {
  transform: translateY(-2px);
}

.svc-btn-blue {
  background: linear-gradient(135deg, var(--svc-blue), #007bff);
  color: #fff;
  box-shadow: 0 16px 32px rgba(8, 119, 255, 0.32);
}

.svc-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.svc-btn-light {
  background: #fff;
  color: #0b63d8;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

/* Alsó CTA sáv: középre zárt, „pill” gomb + ikon-gyűrű */
.svc-wrap .svc-btn-cta {
  --svc-cta-accent: #0b63d8;
  flex-shrink: 0;
  align-self: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 26px 0 18px;
  border-radius: 999px;
  background: linear-gradient(165deg, #ffffff 0%, #f3f6fb 55%, #eef2f8 100%);
  color: var(--svc-cta-accent);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 14px 36px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(11, 99, 216, 0.14);
}

.svc-wrap .svc-btn-cta:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 20px 46px rgba(8, 119, 255, 0.32),
    0 0 0 1px rgba(11, 99, 216, 0.22);
  filter: brightness(1.02);
}

.svc-wrap .svc-btn-cta:focus-visible {
  outline: 3px solid rgba(147, 197, 253, 0.95);
  outline-offset: 3px;
}

.svc-btn-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(11, 99, 216, 0.16), rgba(11, 99, 216, 0.05));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.svc-btn-cta__text {
  flex: 0 1 auto;
  line-height: 1.25;
}

.svc-page-cta .svc-cta-row > .svc-btn-cta {
  margin-left: auto;
}

@media (max-width: 767px) {
  .svc-page-cta .svc-cta-row > .svc-btn-cta {
    margin-left: 0;
  }

  .svc-cta-row .svc-btn-cta {
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .svc-wrap .svc-btn-cta:hover {
    transform: none;
  }
}

.svc-packages {
  position: relative;
  z-index: 2;
  margin-top: -52px;
  padding: 36px 0 36px;
  /* Tető: homogén világos háttér — különben a hősáv és az áttetsző gradiens miatt a cím szinte olvashatatlan */
  background: linear-gradient(180deg, #f1f5f9 0%, #eef2f8 16%, #f6f8fb 55%);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -24px 56px rgba(2, 8, 19, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.55);
}

.svc-packages::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 80px;
  pointer-events: none;
  /* Ne induljon átlátszóban: egyebeolvad a szekció tetejével */
  background: linear-gradient(180deg, #f1f5f9 0%, rgba(241, 245, 249, 0) 100%);
  border-radius: 28px 28px 0 0;
}

.svc-wrap .svc-section-label {
  color: var(--svc-blue);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.svc-wrap .svc-section-title {
  color: #172033;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.svc-center {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto 36px;
  padding: 34px 32px 30px;
  text-align: center;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 56px rgba(1, 13, 31, 0.1);
}

.svc-packages-intro {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 0 16px 8px;
}

.svc-center .svc-section-title {
  margin-inline: auto;
}

.svc-center .svc-section-label {
  margin-bottom: 8px;
}

.svc-center > p {
  margin: 0;
  color: var(--svc-muted);
  font-weight: 650;
  line-height: 1.55;
}

.svc-package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.svc-package-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: var(--svc-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.svc-package-head {
  --svc-pkg-head-h: clamp(292px, 27vw, 320px);
  position: relative;
  flex-shrink: 0;
  height: var(--svc-pkg-head-h);
  min-height: var(--svc-pkg-head-h);
  max-height: var(--svc-pkg-head-h);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 24px 24px;
  color: #fff;
  overflow: hidden;
}

.svc-package-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #151b26;
  background-image:
    linear-gradient(180deg, rgba(2, 8, 19, 0.22) 0%, rgba(2, 8, 19, 0.92) 100%),
    var(--svc-pkg-img);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  pointer-events: none;
}

.svc-package-head > * {
  position: relative;
  z-index: 1;
}

.svc-package-head__intro {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  /* Jelvény + 2 sor cím + 2 sor alcím — egységes „kék” szövegblokk mindhárom kártyán */
  min-height: clamp(9.25rem, 18.5vw, 10.75rem);
  margin-bottom: 14px;
}

.svc-badge {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(8, 119, 255, 0.95);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.svc-package-head h2 {
  font-size: 1.45rem;
  line-height: 1.15;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 8px;
  min-height: calc(2 * 1.15em);
  max-height: calc(2 * 1.15em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.svc-price {
  color: var(--svc-blue-3);
  font-size: 1.8rem;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.svc-duration {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 800;
}

.svc-package-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 26px;
  min-height: 0;
}

.svc-package-body__grow {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.svc-package-foot {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.svc-pitch {
  color: #344052;
  font-weight: 750;
  margin: 0 0 18px;
  min-height: calc(1.45em * 3);
  max-height: calc(1.45em * 3);
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.svc-price-list {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  flex-shrink: 0;
  /* 7 járműkategória-sor — fix blokk, egy vonalban a kártyák között */
  min-height: 19.25rem;
}

.svc-price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #edf1f6;
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 700;
}

.svc-price-row strong {
  color: #111827;
}

.svc-mini-list {
  display: grid;
  gap: 9px;
  flex: 0 0 auto;
  margin: 0;
  list-style: none;
  padding: 0;
  align-content: start;
}

.svc-mini-list li {
  display: flex;
  gap: 9px;
  color: var(--svc-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.svc-mini-list li::before {
  content: "✓";
  color: var(--svc-blue);
  font-weight: 950;
  flex-shrink: 0;
}

.svc-package-foot .svc-btn {
  margin-top: 0;
  align-self: stretch;
  text-align: center;
}

.svc-package-foot .svc-btn-blue {
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 14px 28px rgba(8, 119, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.svc-package-foot .svc-btn-blue:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 18px 36px rgba(8, 119, 255, 0.38);
}

@media (prefers-reduced-motion: reduce) {
  .svc-package-foot .svc-btn-blue:hover {
    transform: none;
  }
}

.svc-blue-panel {
  padding: 44px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 70, 170, 0.96), rgba(0, 111, 255, 0.94)),
    radial-gradient(circle at 12% 80%, rgba(255, 255, 255, 0.18), transparent 18rem);
}

.svc-summary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.svc-summary-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.svc-summary-card h3 {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
  min-height: 2.6em;
  line-height: 1.25;
}

.svc-summary-card p {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 650;
  flex: 1;
  margin: 0;
}

.svc-section {
  padding: 64px 0;
  background: #fff;
}

.svc-section--alt {
  background: #f6f8fb;
}

.svc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.09);
}

.svc-wrap table.svc-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}

.svc-wrap .svc-table th,
.svc-wrap .svc-table td {
  text-align: left;
  vertical-align: top;
  padding: 18px 20px;
  border-bottom: 1px solid #edf1f6;
}

.svc-wrap .svc-table thead th {
  color: #fff;
  background: #07101d;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.svc-wrap .svc-table td {
  color: #334155;
  font-size: 0.92rem;
  font-weight: 650;
}

.svc-wrap .svc-table tbody tr:last-child td {
  border-bottom: 0;
}

.svc-wrap .svc-table td strong {
  color: #111827;
}

.svc-details-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.svc-wrap .svc-details-grid details {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.08);
}

.svc-wrap .svc-details-grid summary {
  cursor: pointer;
  padding: 24px 26px;
  color: #fff;
  background: linear-gradient(135deg, rgba(2, 8, 19, 0.96), rgba(5, 44, 96, 0.94));
  font-size: 1.08rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  list-style: none;
}

.svc-wrap .svc-details-grid summary::-webkit-details-marker {
  display: none;
}

.svc-detail-content {
  padding: 26px;
}

.svc-detail-content h3 {
  color: #172033;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 22px 0 10px;
}

.svc-detail-content h3:first-child {
  margin-top: 0;
}

.svc-detail-content p,
.svc-detail-content li {
  color: var(--svc-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.svc-detail-content ol,
.svc-detail-content ul {
  padding-left: 19px;
  display: grid;
  gap: 7px;
}

.svc-note {
  padding: 16px;
  border-radius: 16px;
  background: rgba(8, 119, 255, 0.08);
  color: #0b63d8 !important;
  font-weight: 850 !important;
  margin-top: 16px;
}

.svc-note a {
  color: inherit;
  font-weight: 950;
  text-decoration: underline;
}

.svc-extras-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.svc-rules {
  padding: 28px;
  border-radius: 22px;
  background: #07101d;
  color: #fff;
  box-shadow: var(--svc-shadow);
}

.svc-rules h2 {
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.svc-rules ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.svc-rules li {
  color: rgba(247, 251, 255, 0.74);
  font-weight: 650;
}

.svc-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.svc-photo-card {
  padding: 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 18px 55px rgba(1, 13, 31, 0.08);
}

.svc-photo-card h3 {
  color: #172033;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.svc-photo-card ul {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  color: var(--svc-muted);
  font-weight: 650;
}

.svc-meta-box {
  margin-top: 22px;
  padding: 20px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #edf1f6;
}

.svc-meta-box strong {
  display: block;
  color: #172033;
  margin-bottom: 6px;
}

.svc-meta-box p {
  color: var(--svc-muted);
  font-weight: 650;
  margin-bottom: 12px;
}

.svc-meta-box p:last-child {
  margin-bottom: 0;
}

.svc-page-cta {
  padding: 54px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 8, 19, 0.96), rgba(2, 8, 19, 0.82)),
    var(--svc-cta-bg, url("../../img/home/kep3-1600.webp")) center / cover;
}

.svc-cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.svc-page-cta h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.15;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #fff;
}

.svc-page-cta p {
  color: rgba(247, 251, 255, 0.75);
  font-weight: 650;
}

@media (max-width: 1099px) {
  .svc-hero-grid,
  .svc-extras-grid,
  .svc-photo-grid {
    grid-template-columns: 1fr;
  }

  .svc-hero-card {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .svc-summary-grid,
  .svc-package-grid,
  .svc-details-grid {
    grid-template-columns: 1fr;
  }

  .svc-wrap .svc-container {
    width: min(
      1130px,
      calc(100% - 28px - env(safe-area-inset-left, 0px) - env(safe-area-inset-right, 0px))
    );
  }

  .svc-hero-grid {
    min-height: auto;
    padding: 58px 0 98px;
  }

  .svc-package-body,
  .svc-detail-content,
  .svc-photo-card {
    padding: 22px 20px;
  }

  .svc-cta-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .svc-cta-row .svc-btn {
    width: 100%;
  }

  .svc-packages {
    margin-top: -40px;
    padding: 24px 0 28px;
    border-radius: 22px 22px 0 0;
  }

  body.page-services-lux .svc-packages {
    margin-top: -40px;
  }

  .svc-packages-intro {
    margin-bottom: 28px;
    padding: 0 10px 4px;
  }

  .svc-center {
    padding: 26px 20px 22px;
    margin-bottom: 28px;
    border-radius: 18px;
  }
}

/* Kompakt belső hős */
body.page-services-lux .svc-packages {
  margin-top: -48px;
}

body.page-services-lux .svc-hero-grid {
  min-height: 300px;
  padding: 48px 0 72px;
  gap: 32px;
}

body.page-services-lux .svc-wrap .svc-hero h1 {
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  margin-bottom: 14px;
}

body.page-services-lux .svc-eyebrow {
  margin-bottom: 12px;
}

body.page-services-lux .svc-hero-lead {
  font-size: 1rem;
  margin-bottom: 22px;
}

body.page-services-lux .svc-hero-card {
  padding: 20px;
}

.svc-package-subtitle {
  margin: 0 0 0;
  font-size: 0.9rem;
  font-weight: 650;
  color: rgba(247, 251, 255, 0.88);
  line-height: 1.45;
  letter-spacing: 0.01em;
  min-height: calc(2 * 1.45em);
  max-height: calc(2 * 1.45em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.svc-package-more {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
}

.svc-package-foot .svc-package-more {
  padding-top: 2px;
}

.svc-package-more a {
  color: rgba(8, 119, 255, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc-decision-section {
  margin: 14px 0 24px;
  padding: 36px 16px 40px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.svc-decision-section .svc-container {
  max-width: 1130px;
  margin: 0 auto;
}

.svc-lead-narrow {
  max-width: 46rem;
  margin: 0 auto 22px;
  text-align: center;
  color: #475569;
  font-weight: 650;
  line-height: 1.55;
  font-size: 0.96rem;
}

.svc-decision-table td:first-child,
.svc-decision-table th:first-child {
  min-width: 7.5rem;
  font-weight: 800;
  background: rgba(248, 250, 252, 0.95);
}

@media (max-width: 767px) {
  body.page-services-lux .svc-hero-grid {
    padding: 46px 0 72px;
  }
}

.svc-packages-heading {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding: 12px 16px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 10px 32px rgba(2, 8, 19, 0.04);
}

.svc-packages-heading__title {
  margin: 0 0 8px;
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #020617;
  line-height: 1.2;
}

.svc-packages-heading__lead {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
}

.svc-packages-heading__lead a {
  color: var(--svc-blue, #00a3ff);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.svc-more-services {
  margin: 0;
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: 0 20px 50px rgba(2, 8, 19, 0.06);
  overflow: hidden;
}

.svc-more-services__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  font: inherit;
  background: linear-gradient(135deg, rgba(0, 163, 255, 0.08), rgba(255, 255, 255, 0.4));
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  transition: background 0.2s ease;
}

.svc-more-services__summary::-webkit-details-marker {
  display: none;
}

.svc-more-services__summary:hover {
  background: linear-gradient(135deg, rgba(0, 163, 255, 0.12), rgba(255, 255, 255, 0.55));
}

.svc-more-services__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  min-width: 0;
}

.svc-more-services__title {
  font-size: clamp(1rem, 2.4vw, 1.22rem);
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f172a;
}

.svc-more-services__sub {
  font-size: 0.86rem;
  font-weight: 650;
  color: #64748b;
  line-height: 1.35;
}

.svc-more-services__caret {
  flex-shrink: 0;
  color: var(--svc-blue, #00a3ff);
  transition: transform 0.25s ease;
}

.svc-more-services[open] .svc-more-services__caret {
  transform: rotate(180deg);
}

.svc-more-services__inner {
  padding: 0 0 8px;
  background: #f1f5f9;
}

.svc-more-services__inner .spl-wrap--embed {
  margin-top: 0;
}

.svc-blue-panel--compact {
  margin: 0;
  padding: 28px 0 20px;
}

.svc-blue-panel--compact .svc-summary-card p {
  font-size: 0.86rem;
}

.svc-more-footnote {
  margin: 0;
  padding: 12px 20px 20px;
  text-align: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
}

.svc-more-footnote a {
  color: var(--svc-blue, #00a3ff);
  text-decoration: underline;
}

/* CTA: paletta — ugyanabban a szekcióban a csomagok alatt (kis térköz) */
.svc-palette-gate {
  margin: 14px 0 0;
  padding: 0;
}

.svc-packages .svc-palette-gate__inner {
  max-width: 44rem;
  margin: 0 auto;
  padding: 28px 26px 30px;
  text-align: center;
  border-radius: 22px;
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 48px rgba(2, 8, 19, 0.08);
}

.svc-palette-gate__title {
  margin: 0 0 8px;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0f172a;
}

.svc-palette-gate__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* Ghost gomb a világos kártyán: alap .svc-btn-ghost fehér szöveg (sötét hero-hoz) */
.svc-palette-gate__actions .svc-btn-ghost {
  border-color: rgba(15, 23, 42, 0.22);
  color: #334155;
  background: rgba(15, 23, 42, 0.05);
}

.svc-palette-gate__meta {
  margin: 16px 0 0;
  font-size: 0.86rem;
  font-weight: 750;
  color: #64748b;
}

.svc-palette-gate__meta a {
  color: var(--svc-blue, #00a3ff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 767px) {
  .svc-palette-gate__inner {
    padding: 22px 18px 24px;
  }

  .svc-palette-gate__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .svc-palette-gate__actions .svc-btn {
    width: 100%;
    justify-content: center;
  }
}
