@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

/* ==========================================================================
   DIZÁJNOS, TÖBBOLDALAS FELÜLET
   ========================================================================== */
:root {
  --ldt-red: #b51a2b;
  --ldt-red-dark: #8f1222;
  --ldt-red-soft: #f8dce1;
  --ldt-gold: #f6c45c;
  --ldt-ink: #172033;
  --ldt-ink-soft: #22304d;
  --ldt-muted: #667085;
  --ldt-line: #e7eaf0;
  --ldt-soft: #f7f7fb;
  --ldt-blue-soft: #eef4ff;
}

html { scroll-behavior: smooth; }
body.simplified-site {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(181, 26, 43, .10), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(74, 128, 196, .10), transparent 24%),
    linear-gradient(180deg, #fff8fa 0%, #ffffff 18%, #f8fbff 60%, #ffffff 100%);
  color: var(--ldt-ink);
  font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body.simplified-site::before,
body.simplified-site::after {
  content: "";
  position: fixed;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(40px);
  opacity: .18;
  z-index: -1;
}
body.simplified-site::before {
  left: -120px;
  top: 120px;
  background: #f2aab4;
}
body.simplified-site::after {
  right: -120px;
  bottom: 120px;
  background: #bdd5ff;
}
.main-content { margin-top: 0 !important; }
.main-content > section,
.main-content > hr,
.main-content > div.row.justify-content-center {
  position: relative;
  z-index: 1;
}

.site-topbar {
  background: rgba(255, 255, 255, .78);
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 1050;
  box-shadow: 0 10px 30px rgba(23, 32, 51, .06);
}
.site-topbar-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--ldt-ink);
  text-decoration: none;
  min-width: 0;
}
.site-brand img {
  width: 86px;
  height: 60px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(181, 26, 43, .15));
}
.site-brand span { display: flex; flex-direction: column; line-height: 1.12; }
.site-brand strong { font-size: 1.08rem; font-weight: 800; letter-spacing: -.02em; }
.site-brand small { color: var(--ldt-muted); font-size: .79rem; margin-top: 4px; }

.simplified-nav {
  padding: 10px 0 !important;
  background: rgba(255, 255, 255, .62) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(23, 32, 51, .08) !important;
  position: sticky !important;
  top: 0;
  z-index: 1040;
}
.simplified-nav .container { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.simplified-nav .ldt-btn {
  min-width: 0;
  padding: 11px 16px;
  border: 1px solid transparent !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 8px 20px rgba(23, 32, 51, .06);
  flex-direction: row;
  gap: 9px;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.simplified-nav .ldt-btn i {
  font-size: 15px;
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  color: #667085;
}
.simplified-nav .ldt-btn span { font-size: 14px; color: #344054; font-weight: 700; }
.simplified-nav .ldt-btn:hover,
.simplified-nav .ldt-btn.is-active {
  background: linear-gradient(180deg, #ffffff, #f9fbff);
  transform: translateY(-1px);
  border-color: rgba(181, 26, 43, .12) !important;
  box-shadow: 0 12px 28px rgba(23, 32, 51, .09);
}
.simplified-nav .ldt-btn.nav-primary {
  background: linear-gradient(135deg, var(--ldt-red) 0%, var(--ldt-red-dark) 100%);
  box-shadow: 0 16px 30px rgba(181, 26, 43, .24);
}
.simplified-nav .ldt-btn.nav-primary i,
.simplified-nav .ldt-btn.nav-primary span { color: #fff; }
.simplified-nav .ldt-btn.nav-primary:hover {
  background: linear-gradient(135deg, #c81f33 0%, #981426 100%);
}

.simple-hero {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 38px;
  background:
    radial-gradient(circle at top right, rgba(181, 26, 43, .14), transparent 28%),
    radial-gradient(circle at 10% 90%, rgba(59, 130, 246, .10), transparent 20%),
    linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 247, 249, .98) 48%, rgba(245, 249, 255, .98) 100%);
  box-shadow: 0 26px 70px rgba(23, 32, 51, .11);
}
.simple-hero::before,
.simple-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: .65;
}
.simple-hero::before {
  width: 240px;
  height: 240px;
  top: -130px;
  right: -30px;
  background: radial-gradient(circle, rgba(181, 26, 43, .14) 0%, rgba(181, 26, 43, 0) 70%);
}
.simple-hero::after {
  width: 180px;
  height: 180px;
  left: -70px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(66, 133, 244, .12) 0%, rgba(66, 133, 244, 0) 70%);
}
.simple-hero > .row { position: relative; z-index: 1; }
.simple-hero h1 {
  font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  letter-spacing: -.055em;
  line-height: .98;
  max-width: 900px;
}
.simple-hero > .row > div:first-child > p {
  font-size: 1.12rem;
  color: var(--ldt-muted);
  max-width: 760px;
  margin: 24px 0;
  line-height: 1.8;
}
.eyebrow {
  display: inline-block;
  color: var(--ldt-red);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .btn { box-shadow: 0 14px 30px rgba(23, 32, 51, .10); }
.hero-actions .btn-danger {
  background: linear-gradient(135deg, var(--ldt-red) 0%, var(--ldt-red-dark) 100%);
  border: none;
}
.hero-actions .btn-danger:hover { filter: saturate(1.08); }
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid rgba(181, 26, 43, .08);
  color: #475467;
  font-size: .88rem;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(23, 32, 51, .05);
}
.hero-trust-row i { color: #198754; }
.hero-brand-card {
  position: relative;
  padding: 24px;
  border-radius: 30px;
  background: linear-gradient(145deg, #1a2334 0%, #2a1320 100%);
  color: #fff;
  box-shadow: 0 26px 60px rgba(23, 32, 51, .20);
}
.hero-visual-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  border: 1px solid rgba(255, 255, 255, .10);
  pointer-events: none;
}
.hero-visual-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .05em;
}
.hero-visual-badge i { color: var(--ldt-gold); }
.hero-collage {
  display: grid;
  grid-template-columns: 1.55fr .85fr;
  grid-template-rows: 168px 116px;
  gap: 12px;
  margin-top: 8px;
}
.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .20);
}
.hero-collage-main { grid-row: 1 / span 2; }
.hero-visual-footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 16px;
}
.hero-stat-card {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}
.hero-stat-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: .95rem;
  font-weight: 800;
}
.hero-stat-card span {
  color: rgba(255, 255, 255, .70);
  font-size: .79rem;
  line-height: 1.45;
}
.hero-brand-image { display: block; width: 100%; max-height: 270px; object-fit: contain; margin: auto; }
.hero-brand-card p { color: rgba(255,255,255,.78); font-weight: 600; margin-top: 12px !important; }
.section-lead { max-width: 760px; }
.section-heading { position: relative; }
.section-heading .eyebrow,
.page-intro .eyebrow { margin-bottom: 10px; }
.service-area-strip {
  max-width: 980px;
  margin-inline: auto;
  background: linear-gradient(135deg, rgba(181, 26, 43, .08), rgba(66, 133, 244, .05));
  border: 1px solid rgba(181, 26, 43, .12);
  border-radius: 18px;
  padding: 18px 22px;
  text-align: left;
  color: #4b5565;
  box-shadow: 0 18px 38px rgba(23, 32, 51, .06);
}
.service-area-strip i { color: var(--ldt-red); margin-right: 8px; }
.section-divider {
  border: 0;
  border-top: 1px solid rgba(23, 32, 51, .08);
  margin: 8px 0;
  opacity: 1;
}

#szolgaltatasok .service-card,
.gallery-card,
.contact-box,
.table-responsive.bg-white,
.booking-page .calculator-box,
.booking-page #arlista > .mb-5,
.booking-page #arlista .p-3.rounded.h-100.border,
.booking-page .ajanlat-wrapper .no-print,
.references-page .ratio,
.notice-card,
.page-intro,
.cta-panel,
.benefit-card,
.simple-price-card {
  box-shadow: 0 18px 45px rgba(23, 32, 51, .08);
}
#szolgaltatasok .service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(181, 26, 43, .10) !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff8fa 100%);
}
#szolgaltatasok .service-card::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(90deg, var(--ldt-red), #ff8d9b);
}
#szolgaltatasok .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(23, 32, 51, .12) !important;
}
.service-icon-wrapper {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.85), 0 16px 28px rgba(23,32,51,.08);
}
.benefit-card {
  height: 100%;
  border: 1px solid rgba(23, 32, 51, .06);
  border-radius: 22px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}
.benefit-card i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff0f2, #fff);
  color: var(--ldt-red);
  font-size: 20px;
  margin-bottom: 18px;
}
.benefit-card h3 { font-size: 1.07rem; font-weight: 800; }
.benefit-card p { color: var(--ldt-muted); margin: 0; line-height: 1.7; }
.simple-price-card {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(23,32,51,.05);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
}
.simple-price-card i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff0f2, #ffe7eb);
  color: var(--ldt-red);
  box-shadow: 0 12px 24px rgba(181, 26, 43, .10);
}
.simple-price-card div { display: flex; flex-direction: column; }
.simple-price-card strong { color: var(--ldt-ink); }
.simple-price-card span { color: var(--ldt-red); font-weight: 800; margin-top: 3px; }
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  background: linear-gradient(135deg, rgba(181, 26, 43, .08), rgba(255, 255, 255, .95), rgba(66, 133, 244, .07));
  border: 1px solid rgba(181, 26, 43, .10);
  border-radius: 24px;
}
.cta-panel .btn { box-shadow: 0 14px 28px rgba(181, 26, 43, .18); }
.reference-preview-card {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
  aspect-ratio: 4/3;
  box-shadow: 0 20px 44px rgba(23, 32, 51, .12);
}
.reference-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 25%, rgba(0,0,0,.55) 100%);
}
.reference-preview-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.reference-preview-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  z-index: 1;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 700;
}
.reference-preview-card:hover img { transform: scale(1.04); }
.page-intro {
  padding: 42px 28px;
  margin-top: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(181, 26, 43, .10), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, .96) 0%, rgba(250, 252, 255, .96) 100%);
  border: 1px solid rgba(181, 26, 43, .08);
}
.notice-card {
  display: inline-flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 850px;
  padding: 15px 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef6ff, #f9fbff);
  color: #344054;
  text-align: left;
  border: 1px solid rgba(21, 112, 239, .10);
}
.notice-card i { color: #1570ef; margin-top: 3px; }
.gallery-jump { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 24px; }
.gallery-jump a {
  color: var(--ldt-ink);
  text-decoration: none;
  border: 1px solid rgba(181, 26, 43, .10);
  background: rgba(255,255,255,.9);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(23,32,51,.06);
}
.gallery-jump a:hover { color: var(--ldt-red); }
.booking-page #arlista > .text-center:first-child { display: none; }
.booking-page #arlista { padding-top: 0 !important; }
.booking-page .calculator-box { scroll-margin-top: 100px; border: 1px solid rgba(181, 26, 43, .12) !important; }
.booking-page #arlista > .mb-5 {
  background: linear-gradient(135deg, #ffffff 0%, #fff8fa 100%) !important;
  border-color: rgba(181, 26, 43, .12) !important;
  border-left-width: 0 !important;
  position: relative;
  overflow: hidden;
}
.booking-page #arlista > .mb-5::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--ldt-red), #ff9ca8);
}
.booking-page #arlista .p-3.rounded.h-100.border {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-color: rgba(23,32,51,.06) !important;
}
.booking-page .table-responsive.bg-white {
  border: 1px solid rgba(23,32,51,.05);
  border-radius: 24px !important;
}
.booking-page .table > :not(caption) > * > * { background: transparent; }
.booking-page .table tbody tr:hover td { background: rgba(181,26,43,.03); }
.booking-page .calculator-box {
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%) !important;
  border-radius: 30px !important;
}
.booking-page .calculator-box .col-md-6 > .p-4.rounded-4,
.booking-page .calculator-box .col-lg-6 > .p-4.rounded-4 {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  border-color: rgba(181,26,43,.10) !important;
  border-radius: 24px !important;
}
.booking-page input,
.booking-page select,
.booking-page textarea {
  border-radius: 14px !important;
}
.references-page .gallery-card {
  border-radius: 22px !important;
  padding: 10px !important;
  border: 1px solid rgba(23,32,51,.06) !important;
  background: linear-gradient(180deg, #fff 0%, #fcfdff 100%) !important;
}
.references-page .gallery-card img { border-radius: 16px !important; }
.references-page .gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(23, 32, 51, .12);
}
.references-page .before-after-slider,
.references-page .py-5.rounded.text-center.position-relative.overflow-hidden.mb-5.mx-auto {
  border-radius: 24px !important;
  box-shadow: 0 26px 65px rgba(23,32,51,.18) !important;
}
#gyik .accordion {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(23,32,51,.08);
}
#gyik .accordion-item { border-bottom-color: rgba(23,32,51,.07) !important; }
#gyik .accordion-button {
  padding: 20px 24px;
  font-weight: 800;
}
#gyik .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
  color: var(--ldt-red);
  box-shadow: none;
}
.contact-box {
  border-radius: 30px !important;
  background:
    radial-gradient(circle at top right, rgba(181, 26, 43, .08), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) !important;
  border: 1px solid rgba(23,32,51,.05);
}
.contact-icon {
  box-shadow: 0 14px 24px rgba(23,32,51,.08);
}
.simplified-sticky .btn-booking {
  background: linear-gradient(135deg, var(--ldt-red) 0%, var(--ldt-red-dark) 100%);
  border: 2px solid #fff;
}
.simplified-sticky .btn-call {
  background: linear-gradient(135deg, #243247 0%, #172033 100%);
  border: 2px solid #fff;
}
.admin-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #f3f5f9 0%, #ffffff 100%);
}
.admin-login-card {
  max-width: 540px;
  background: #fff;
  border-radius: 24px;
  padding: 38px;
  box-shadow: 0 20px 60px rgba(23,32,51,.12);
}
.admin-logo { width: 220px; max-height: 130px; object-fit: contain; }
.admin-page .modal-dialog { max-width: 1200px; }
footer {
  background: linear-gradient(135deg, #111827 0%, #1c2434 100%) !important;
}
.ltd-footer-legal-link,
.ldt-footer-legal-link,
.ldt-cookie-settings-btn {
  color: rgba(255,255,255,.88) !important;
}

.villogo-gomb, .villogo-gomb-nav { animation: none !important; }

@media (max-width: 991px) {
  .simple-hero {
    padding: 32px 24px;
    border-radius: 30px;
  }
  .hero-collage {
    grid-template-columns: 1.3fr .9fr;
    grid-template-rows: 146px 104px;
  }
}

@media (max-width: 767px) {
  body.simplified-site::before,
  body.simplified-site::after { display: none; }
  .site-topbar-inner { min-height: 72px; }
  .site-brand img { width: 68px; height: 48px; }
  .site-brand small { display: none; }
  .site-topbar .ldt-menu-toggle { display: block; position: static; transform: none; }
  .simplified-nav { position: relative !important; max-height: 0; overflow: hidden; padding: 0 !important; transition: max-height .25s ease; }
  .simplified-nav.active { max-height: 380px; padding: 10px 0 !important; }
  .simplified-nav .container { flex-direction: column !important; align-items: stretch; gap: 6px !important; padding: 0 16px; }
  .simplified-nav .ldt-btn { width: 100%; justify-content: flex-start; border-radius: 14px; padding: 12px 14px; }
  .simple-hero { margin-top: 16px; padding: 28px 18px; }
  .simple-hero h1 { font-size: 2.65rem; }
  .hero-actions .btn { width: 100%; }
  .hero-trust-row { display: grid; gap: 8px; }
  .hero-brand-card { padding: 18px; border-radius: 24px; }
  .hero-visual-badge { position: static; margin-bottom: 14px; }
  .hero-collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 120px 98px;
  }
  .hero-collage-main { grid-column: 1 / span 2; grid-row: 1; }
  .hero-visual-footer { grid-template-columns: 1fr; }
  .hero-brand-image { max-height: 190px; }
  .cta-panel { align-items: stretch; flex-direction: column; }
  .cta-panel .btn { width: 100%; }
  .reference-preview-grid .col-6 { padding: 5px; }
  .reference-preview-card span { left: 8px; bottom: 8px; font-size: .66rem; }
  .page-intro { padding: 30px 18px; border-radius: 24px; }
  .notice-card { display: flex; }
  .simplified-sticky { bottom: 10px; padding: 0 10px; gap: 10px; }
  .simplified-sticky .sticky-btn { width: calc(50% - 5px); height: 52px; border-radius: 14px; padding: 10px 12px; font-size: 16px; }
  .simplified-sticky .sticky-btn span { display: inline; font-size: 13px; }
  footer { padding-bottom: 82px !important; }
}

/* ==========================================================================
   GOOGLE ÉRTÉKELÉS – PRÉMIUM, DIZÁJNOS BLOKK
   ========================================================================== */
.review-section { padding-inline: 0; }
.review-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 6vw, 72px);
  border-radius: 36px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, .13), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(181, 26, 43, .38), transparent 34%),
    linear-gradient(135deg, #111827 0%, #1d2939 48%, #34131b 100%);
  box-shadow: 0 30px 80px rgba(17, 24, 39, .22);
}
.review-showcase::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 35px;
  pointer-events: none;
  z-index: -1;
}
.review-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
  z-index: -1;
}
.review-orb-one {
  width: 300px;
  height: 300px;
  top: -170px;
  left: 38%;
  background: rgba(181, 26, 43, .27);
}
.review-orb-two {
  width: 190px;
  height: 190px;
  right: -65px;
  bottom: -65px;
  border: 38px solid rgba(255, 255, 255, .055);
}
.review-dot-pattern {
  position: absolute;
  width: 180px;
  height: 150px;
  left: 22px;
  bottom: 20px;
  opacity: .22;
  background-image: radial-gradient(rgba(255, 255, 255, .85) 1.25px, transparent 1.25px);
  background-size: 15px 15px;
  mask-image: linear-gradient(to right, #000, transparent);
  pointer-events: none;
  z-index: -1;
}
.review-brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 8px 15px 8px 8px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.review-google-badge {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #4285f4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
  font-size: 17px;
}
.review-showcase h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 4.65rem);
  font-weight: 850;
  letter-spacing: -.05em;
  line-height: .98;
}
.review-showcase h2 span {
  display: block;
  background: linear-gradient(90deg, #ffb4bd 0%, #ffffff 46%, #ffd7dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.review-lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1.07rem;
  line-height: 1.78;
}
.review-star-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}
.review-stars {
  display: flex;
  gap: 5px;
  color: #ffc83d;
  font-size: 1.02rem;
  filter: drop-shadow(0 4px 8px rgba(255, 200, 61, .18));
}
.review-star-ribbon > div:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.review-star-ribbon strong { color: #fff; font-size: .93rem; }
.review-star-ribbon small { color: rgba(255, 255, 255, .6); font-size: .75rem; margin-top: 3px; }
.review-benefit-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}
.review-benefit-pills span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .73);
  font-size: .76rem;
  font-weight: 650;
}
.review-benefit-pills i { color: #ff99a6; }
.review-visual-wrap {
  position: relative;
  max-width: 470px;
  margin-inline: auto;
  padding: 24px 8px;
}
.review-visual-card {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 248, 249, .95));
  box-shadow:
    0 30px 60px rgba(0, 0, 0, .28),
    0 2px 0 rgba(255, 255, 255, .92) inset;
  transform: rotate(-1.6deg);
  transition: transform .28s ease, box-shadow .28s ease;
}
.review-visual-card:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 38px 75px rgba(0, 0, 0, .32);
}
.review-visual-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e3e5;
}
.review-google-logo {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #eceef2;
  border-radius: 17px;
  background: #fff;
  color: #4285f4;
  box-shadow: 0 10px 25px rgba(23, 32, 51, .09);
  font-size: 25px;
}
.review-visual-header div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.review-visual-header small {
  color: #8a5260;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.review-visual-header strong {
  margin-top: 3px;
  color: var(--ldt-ink);
  font-size: 1rem;
  line-height: 1.28;
}
.review-quote-mark {
  height: 54px;
  margin-top: 16px;
  color: rgba(181, 26, 43, .16);
  font-family: Georgia, serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
}
.review-card-copy {
  margin: -3px 0 18px;
  color: #4f596b;
  font-size: .98rem;
  line-height: 1.7;
}
.review-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
}
.review-keywords span {
  padding: 7px 10px;
  border-radius: 10px;
  background: #f6e9ec;
  color: #8d2333;
  font-size: .72rem;
  font-weight: 800;
}
.review-primary-btn {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px 15px 13px 12px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #b51a2b 0%, #8f1020 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(181, 26, 43, .3);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.review-primary-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  filter: saturate(1.08);
  box-shadow: 0 18px 34px rgba(181, 26, 43, .36);
}
.review-primary-btn:focus-visible {
  outline: 3px solid rgba(255, 181, 191, .75);
  outline-offset: 4px;
}
.review-btn-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  color: #4285f4;
  font-size: 17px;
}
.review-privacy-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 13px;
  color: #717b8d;
  font-size: .71rem;
  line-height: 1.45;
}
.review-privacy-note i { margin-top: 2px; color: #8d2333; }
.review-floating-tag {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 14px;
  background: rgba(255, 255, 255, .93);
  color: #3e4859;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
  font-size: .75rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}
.review-floating-tag-top {
  top: 0;
  right: -12px;
  transform: rotate(3deg);
}
.review-floating-tag-top i { color: #d09a00; }
.review-floating-tag-bottom {
  left: -18px;
  bottom: 0;
  transform: rotate(-3deg);
}
.review-mini-stars { display: inline-flex; gap: 2px; color: #f4b400; font-size: .66rem; }

@media (max-width: 991px) {
  .review-showcase { border-radius: 30px; }
  .review-showcase::after { border-radius: 29px; }
  .review-visual-wrap { margin-top: 6px; }
}

@media (max-width: 575px) {
  .review-showcase { padding: 30px 20px 34px; border-radius: 24px; }
  .review-showcase::after { border-radius: 23px; }
  .review-showcase h2 { font-size: 2.55rem; }
  .review-lead { font-size: .98rem; }
  .review-star-ribbon { width: 100%; align-items: flex-start; gap: 12px; }
  .review-benefit-pills { display: grid; }
  .review-benefit-pills span { width: fit-content; }
  .review-visual-wrap { padding: 22px 0 36px; }
  .review-visual-card { padding: 22px 18px; border-radius: 22px; transform: none; }
  .review-visual-card:hover { transform: translateY(-3px); }
  .review-visual-header { align-items: flex-start; }
  .review-google-logo { width: 47px; height: 47px; border-radius: 14px; }
  .review-floating-tag-top { right: 0; top: 1px; }
  .review-floating-tag-bottom { left: 0; bottom: 2px; }
  .review-primary-btn { font-size: .88rem; }
}

@media (prefers-reduced-motion: reduce) {
  .review-visual-card,
  .review-primary-btn { transition: none; }
}


/* ==========================================================================
   LUXUS / PRÉMIUM + "WOW" MARKETINGES FINISH
   ========================================================================== */
:root {
  --ldt-gold-2: #ffd989;
  --ldt-gold-3: #b98a2f;
  --ldt-night: #101726;
}

.simplified-site .btn,
.simplified-site .ldt-btn,
.simplified-site .sticky-btn,
.simplified-site .review-primary-btn {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, background .22s ease;
}

.simplified-site .btn-danger,
.simplified-site .review-primary-btn,
.simplified-site .simplified-sticky .btn-booking,
.simplified-site .simplified-nav .ldt-btn.nav-primary {
  position: relative;
  overflow: hidden;
}
.simplified-site .btn-danger::after,
.simplified-site .review-primary-btn::after,
.simplified-site .simplified-sticky .btn-booking::after,
.simplified-site .simplified-nav .ldt-btn.nav-primary::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -45%;
  width: 38%;
  height: 320%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.28) 50%, rgba(255,255,255,0) 100%);
  transform: rotate(22deg);
  pointer-events: none;
}
.simplified-site .btn-danger:hover::after,
.simplified-site .review-primary-btn:hover::after,
.simplified-site .simplified-sticky .btn-booking:hover::after,
.simplified-site .simplified-nav .ldt-btn.nav-primary:hover::after {
  animation: ldtShine .95s ease;
}

.simple-hero {
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 215, 145, .18), transparent 22%),
    radial-gradient(circle at 12% 86%, rgba(71, 112, 80, .10), transparent 18%),
    linear-gradient(135deg, rgba(255, 255, 255, .99) 0%, rgba(255, 247, 249, .99) 46%, rgba(246, 248, 255, .99) 100%);
}
.simple-hero::before {
  width: 310px;
  height: 310px;
  top: -150px;
  right: -10px;
  background: radial-gradient(circle, rgba(255, 194, 92, .18) 0%, rgba(181, 26, 43, .05) 35%, rgba(181, 26, 43, 0) 70%);
}
.simple-hero h1 {
  background: linear-gradient(135deg, #111827 0%, #2e1b20 45%, #7f1222 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.simple-hero .eyebrow,
.page-intro .eyebrow,
.section-heading .eyebrow,
#rolunk .eyebrow {
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(181, 26, 43, .10), rgba(255, 217, 137, .24));
  border: 1px solid rgba(181, 26, 43, .08);
  box-shadow: 0 10px 24px rgba(23,32,51,.05);
}
.hero-actions .btn-danger,
.cta-panel .btn-danger,
.page-intro .btn-danger {
  background: linear-gradient(135deg, #c41d31 0%, #8f1222 65%, #65101a 100%);
  box-shadow: 0 18px 35px rgba(181, 26, 43, .22);
}
.hero-actions .btn-outline-dark {
  border: 1px solid rgba(23,32,51,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 14px 24px rgba(23,32,51,.08);
}
.hero-actions .btn-outline-dark:hover {
  background: #172033;
  border-color: #172033;
  color: #fff;
}
.hero-trust-row span {
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.8));
}
.hero-visual-card {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 217, 137, .16), transparent 22%),
    linear-gradient(145deg, #121a2b 0%, #26131d 56%, #38111b 100%);
}
.hero-visual-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 32px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,217,137,.28), rgba(255,255,255,.08));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.hero-collage img {
  border: 1px solid rgba(255,255,255,.08);
}
.hero-collage-main {
  transform: rotate(-1.4deg);
}
.hero-collage-top,
.hero-collage-bottom {
  transform: rotate(1.2deg);
}
.hero-stat-card {
  background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.08));
}

#rolunk,
#miert-mi,
#arak,
#referenciak,
#gyik,
#kapcsolat,
#szolgaltatasok {
  position: relative;
}
#rolunk h2,
#szolgaltatasok h2,
#arak h2,
#referenciak h2,
#gyik h2,
#kapcsolat h2,
.page-intro h1 {
  letter-spacing: -.035em;
}
#rolunk h2::after,
#szolgaltatasok h2::after,
#arak h2::after,
#referenciak h2::after,
#gyik h2::after,
#kapcsolat h2::after,
.page-intro h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ldt-red) 0%, var(--ldt-gold-2) 100%);
  box-shadow: 0 8px 18px rgba(181, 26, 43, .18);
}
.page-intro h1::after {
  margin-top: 18px;
}

#szolgaltatasok .service-card,
.benefit-card,
.simple-price-card,
.gallery-card,
.contact-box,
.page-intro,
.notice-card,
.cta-panel {
  backdrop-filter: blur(8px);
}
#szolgaltatasok .service-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,250,251,.96) 100%);
}
#szolgaltatasok .service-card .h4,
.benefit-card h3,
.simple-price-card strong {
  letter-spacing: -.02em;
}
#szolgaltatasok .service-card .service-icon-wrapper,
.benefit-card i,
.simple-price-card i,
.contact-icon {
  position: relative;
}
#szolgaltatasok .service-card .service-icon-wrapper::after,
.benefit-card i::after,
.simple-price-card i::after,
.contact-icon::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border: 1px solid rgba(255,255,255,.7);
  opacity: .8;
}
.benefit-card {
  background:
    radial-gradient(circle at top right, rgba(255,217,137,.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}
.simple-price-card {
  position: relative;
  overflow: hidden;
}
.simple-price-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ldt-red) 0%, var(--ldt-gold-2) 100%);
}
.simple-price-card span {
  color: var(--ldt-red-dark);
}

.cta-panel {
  background:
    radial-gradient(circle at right top, rgba(255,217,137,.20), transparent 28%),
    linear-gradient(135deg, rgba(181,26,43,.10), rgba(255,255,255,.96), rgba(66,133,244,.08));
}
.reference-preview-card {
  border: 1px solid rgba(255,255,255,.65);
}
.reference-preview-card span {
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
.reference-preview-card:hover {
  transform: translateY(-4px);
}
.reference-preview-card:hover img {
  transform: scale(1.08);
}

#gyik .accordion {
  background: rgba(255,255,255,.92);
}
#gyik .accordion-button {
  background: linear-gradient(180deg, #ffffff 0%, #fdfdff 100%);
}
#gyik .accordion-body {
  line-height: 1.75;
}

.contact-box {
  position: relative;
  overflow: hidden;
}
.contact-box::before {
  content: "";
  position: absolute;
  inset: auto -60px -60px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181,26,43,.08) 0%, rgba(181,26,43,0) 70%);
}
.contact-box::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 29px;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events: none;
}

.references-page .gallery-card,
.references-page .before-after-slider,
.references-page .py-5.rounded.text-center.position-relative.overflow-hidden.mb-5.mx-auto {
  overflow: hidden;
}
.references-page .gallery-card::before,
.references-page .before-after-slider::before,
.references-page .py-5.rounded.text-center.position-relative.overflow-hidden.mb-5.mx-auto::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,0) 24%);
}
.references-page .gallery-card { position: relative; }

.review-showcase {
  box-shadow: 0 35px 90px rgba(17, 24, 39, .26), 0 0 0 1px rgba(255,255,255,.04) inset;
}
.review-showcase::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -50px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 121, .25) 0%, rgba(255,214,121,0) 70%);
  z-index: -1;
}
.review-google-badge,
.review-google-logo,
.review-btn-icon {
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}
.review-floating-tag {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94));
}

.simplified-sticky .sticky-btn {
  box-shadow: 0 18px 34px rgba(23, 32, 51, .20);
}
.simplified-sticky .sticky-btn:hover {
  transform: translateY(-3px) scale(1.01);
}

@keyframes ldtShine {
  from { transform: translateX(-160%) rotate(22deg); }
  to { transform: translateX(380%) rotate(22deg); }
}

@media (max-width: 767px) {
  .simple-hero h1 { font-size: 2.45rem; }
  .page-intro h1::after,
  #rolunk h2::after,
  #szolgaltatasok h2::after,
  #arak h2::after,
  #referenciak h2::after,
  #gyik h2::after,
  #kapcsolat h2::after {
    width: 74px;
    height: 5px;
  }
  .hero-collage-main,
  .hero-collage-top,
  .hero-collage-bottom { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .simplified-site .btn-danger::after,
  .simplified-site .review-primary-btn::after,
  .simplified-site .simplified-sticky .btn-booking::after,
  .simplified-site .simplified-nav .ldt-btn.nav-primary::after {
    display: none;
  }
  .reference-preview-card:hover,
  .simplified-sticky .sticky-btn:hover,
  #szolgaltatasok .service-card:hover {
    transform: none;
  }
}

/* Mobilon stabil, soros referencia-képbetöltés */
img[data-sequential-image] {
  opacity: .18;
  transition: opacity .28s ease, filter .28s ease;
  filter: saturate(.7) brightness(.8);
}
img[data-sequential-image].is-loaded {
  opacity: 1;
  filter: none;
}
img[data-sequential-image].is-image-error {
  opacity: .35;
}

/* ========================================================================== 
   KÖZÉPRE IGAZÍTOTT, NAGYOBB FELSŐ LOGÓ
   ========================================================================== */
.site-topbar-inner {
  position: relative;
  justify-content: center;
  min-height: 138px;
}
.site-brand-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
.site-brand-centered img {
  width: min(240px, 62vw);
  height: auto;
  max-height: 122px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(23, 32, 51, .14));
}
.site-topbar .ldt-menu-toggle {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .site-topbar-inner {
    min-height: 116px;
    padding-inline: 58px;
  }
  .site-brand-centered {
    max-width: 270px;
  }
  .site-brand-centered img {
    width: min(210px, 58vw);
    max-height: 100px;
  }
  .site-topbar .ldt-menu-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ==========================================================================
   LDT EDITORIAL THEME – sötét, elegáns, nagy tipográfiás arculat
   ========================================================================== */
.editorial-theme {
  --editorial-ink: #16201b;
  --editorial-deep: #0d1813;
  --editorial-green: #315f4c;
  --editorial-green-2: #76a58d;
  --editorial-lime: #c9d8a6;
  --editorial-cream: #f2efe7;
  --editorial-paper: #fbfaf6;
  --editorial-line: rgba(22,32,27,.14);
  background: var(--editorial-paper) !important;
  color: var(--editorial-ink);
}
.editorial-theme::before,
.editorial-theme::after { display:none !important; }
.editorial-theme .main-content { max-width: 1320px; }

.editorial-theme .site-topbar {
  background: rgba(251,250,246,.94);
  border-bottom: 1px solid var(--editorial-line);
  box-shadow: none;
  backdrop-filter: blur(14px);
}
.editorial-theme .site-topbar-inner { min-height: 94px; }
.editorial-theme .site-brand-centered img {
  width: 148px;
  height: 76px;
  object-fit: contain;
  filter: none;
}
.editorial-theme .simplified-nav {
  background: rgba(251,250,246,.94) !important;
  border-bottom: 1px solid var(--editorial-line);
  box-shadow: 0 12px 30px rgba(13,24,19,.05) !important;
}
.editorial-theme .simplified-nav .ldt-btn {
  background: transparent;
  box-shadow: none;
  border-radius: 5px;
  padding: 12px 18px;
  border: 1px solid transparent !important;
}
.editorial-theme .simplified-nav .ldt-btn span,
.editorial-theme .simplified-nav .ldt-btn i { color: var(--editorial-ink); }
.editorial-theme .simplified-nav .ldt-btn:hover,
.editorial-theme .simplified-nav .ldt-btn.is-active {
  background: rgba(49,95,76,.08);
  border-color: rgba(49,95,76,.15) !important;
  transform: none;
  box-shadow: none;
}
.editorial-theme .simplified-nav .ldt-btn.nav-primary {
  background: var(--editorial-deep);
  border-color: var(--editorial-deep) !important;
  border-radius: 999px;
  padding-inline: 22px;
  box-shadow: none;
}
.editorial-theme .simplified-nav .ldt-btn.nav-primary span,
.editorial-theme .simplified-nav .ldt-btn.nav-primary i { color:#fff; }

.editorial-theme .simple-hero {
  min-height: 670px;
  margin-top: 0;
  padding: clamp(48px,7vw,92px);
  border: 0;
  border-radius: 0 0 46px 46px;
  background:
    linear-gradient(90deg, rgba(13,24,19,.96) 0%, rgba(13,24,19,.88) 46%, rgba(13,24,19,.30) 100%),
    url('../kepek/Takarítás galeria/takaritas21.jpg') center/cover no-repeat;
  box-shadow: none;
  color: #fff;
}
.editorial-theme .simple-hero::before {
  width: 420px; height: 420px; right:-140px; top:-160px;
  background: radial-gradient(circle, rgba(201,216,166,.24), transparent 68%);
}
.editorial-theme .simple-hero::after {
  width: 100%; height: 1px; left:0; bottom:34px; border-radius:0;
  background: rgba(255,255,255,.18);
}
.editorial-theme .simple-hero .col-lg-7 { max-width: 720px; }
.editorial-theme .simple-hero h1 {
  color:#fff;
  background:none;
  -webkit-text-fill-color:initial;
  font-size: clamp(3.1rem,6.2vw,6.6rem);
  line-height:.93;
  letter-spacing:-.065em;
  max-width: 920px;
}
.editorial-theme .simple-hero > .row > div:first-child > p {
  color:rgba(255,255,255,.76);
  font-size:1.1rem;
  max-width:640px;
}
.editorial-theme .simple-hero .eyebrow {
  color:var(--editorial-lime);
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.editorial-theme .hero-kicker {
  display:flex; gap:8px; flex-wrap:wrap; margin: 0 0 22px;
}
.editorial-theme .hero-kicker span {
  padding:7px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.2);
  color:rgba(255,255,255,.82); font-size:.74rem; font-weight:700;
  background:rgba(255,255,255,.06); backdrop-filter:blur(8px);
}
.editorial-theme .hero-actions .btn-danger {
  background:var(--editorial-lime);
  color:var(--editorial-deep);
  border:0;
  box-shadow:none;
}
.editorial-theme .hero-actions .btn-danger:hover { background:#d8e4bb; color:var(--editorial-deep); }
.editorial-theme .hero-actions .btn-outline-dark {
  border:1px solid rgba(255,255,255,.45);
  color:#fff;
  background:transparent;
  box-shadow:none;
}
.editorial-theme .hero-actions .btn-outline-dark:hover { background:#fff; color:var(--editorial-deep); }
.editorial-theme .hero-trust-row span {
  background:transparent;
  border:0;
  box-shadow:none;
  color:rgba(255,255,255,.78);
  padding:0;
}
.editorial-theme .hero-trust-row i { color:var(--editorial-lime); }
.editorial-theme .hero-visual-card {
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(12px);
  box-shadow:none;
}
.editorial-theme .hero-visual-card::before,
.editorial-theme .hero-visual-card::after { display:none; }
.editorial-theme .hero-collage img { border-radius:10px; box-shadow:none; transform:none; }
.editorial-theme .hero-stat-card { border-radius:8px; }

.editorial-theme #rolunk { padding-block:92px !important; }
.editorial-theme #rolunk h2,
.editorial-theme #szolgaltatasok h2,
.editorial-theme #arak h2,
.editorial-theme #referenciak h2,
.editorial-theme #gyik h2,
.editorial-theme #kapcsolat h2,
.editorial-theme .page-intro h1 {
  color:var(--editorial-ink);
  font-size:clamp(2.5rem,4.7vw,5rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.editorial-theme #rolunk h2::after,
.editorial-theme #szolgaltatasok h2::after,
.editorial-theme #arak h2::after,
.editorial-theme #referenciak h2::after,
.editorial-theme #gyik h2::after,
.editorial-theme #kapcsolat h2::after,
.editorial-theme .page-intro h1::after { display:none; }
.editorial-theme .eyebrow {
  color:var(--editorial-green);
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.editorial-theme .service-area-strip {
  background:transparent;
  border:0;
  border-top:1px solid var(--editorial-line);
  border-bottom:1px solid var(--editorial-line);
  box-shadow:none;
  border-radius:0;
  text-align:center;
  padding:22px 12px;
}
.editorial-theme .section-divider { border-top-color:var(--editorial-line); }

.editorial-theme #szolgaltatasok {
  background:var(--editorial-deep);
  color:#fff;
  margin-inline:calc(50% - 50vw);
  padding:96px max(24px, calc((100vw - 1296px)/2)) !important;
}
.editorial-theme #szolgaltatasok h2 { color:#fff; }
.editorial-theme #szolgaltatasok > .text-center p { color:rgba(255,255,255,.64) !important; }
.editorial-theme #szolgaltatasok .service-card {
  padding:0 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:14px !important;
  background:#17241e;
  color:#fff;
  text-align:left !important;
  box-shadow:none !important;
}
.editorial-theme #szolgaltatasok .service-card::before { display:none; }
.editorial-theme #szolgaltatasok .service-card:hover { transform:translateY(-5px); box-shadow:0 24px 50px rgba(0,0,0,.24) !important; }
.editorial-theme .service-card-image { height:240px; overflow:hidden; border-radius:13px 13px 0 0; }
.editorial-theme .service-card-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.editorial-theme .service-card:hover .service-card-image img { transform:scale(1.04); }
.editorial-theme #szolgaltatasok .service-icon-wrapper { margin:24px 24px 12px !important; background:var(--editorial-lime) !important; box-shadow:none; }
.editorial-theme #szolgaltatasok .service-icon-wrapper i { color:var(--editorial-deep) !important; }
.editorial-theme #szolgaltatasok .service-card h3,
.editorial-theme #szolgaltatasok .service-card p,
.editorial-theme #szolgaltatasok .service-card > div.mt-auto { margin-inline:24px; }
.editorial-theme #szolgaltatasok .service-card h3 { font-size:1.35rem; color:#fff; }
.editorial-theme #szolgaltatasok .service-card p { color:rgba(255,255,255,.66) !important; line-height:1.75; }
.editorial-theme #szolgaltatasok .service-card > div.mt-auto { padding-bottom:24px; border-color:rgba(255,255,255,.12) !important; }

.editorial-theme #miert-mi { padding-block:90px !important; }
.editorial-theme .benefit-card {
  position:relative;
  padding:36px;
  border:0;
  border-top:1px solid var(--editorial-line);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.editorial-theme .benefit-card .process-number {
  display:block; color:var(--editorial-green); font-size:.78rem; font-weight:800; letter-spacing:.14em; margin-bottom:26px;
}
.editorial-theme .benefit-card i {
  width:auto; height:auto; display:block; background:none; box-shadow:none; color:var(--editorial-green); font-size:1.5rem; margin-bottom:22px;
}
.editorial-theme .benefit-card i::after { display:none; }
.editorial-theme .benefit-card h3 { font-size:1.35rem; }

.editorial-theme #arak { padding-block:92px !important; }
.editorial-theme .simple-price-card {
  border:1px solid var(--editorial-line);
  border-radius:8px;
  background:#fff;
  box-shadow:none;
  padding:24px;
}
.editorial-theme .simple-price-card::before { width:3px; background:var(--editorial-green); }
.editorial-theme .simple-price-card i { background:rgba(49,95,76,.10); color:var(--editorial-green); box-shadow:none; }
.editorial-theme .simple-price-card span { color:var(--editorial-green); }
.editorial-theme .cta-panel {
  background:var(--editorial-green);
  color:#fff;
  border:0;
  border-radius:12px;
  box-shadow:none;
}
.editorial-theme .cta-panel p { color:rgba(255,255,255,.72) !important; }
.editorial-theme .cta-panel .btn-danger { background:var(--editorial-lime); color:var(--editorial-deep); border:0; }

.editorial-theme #referenciak {
  margin-inline:calc(50% - 50vw);
  padding:96px max(24px, calc((100vw - 1296px)/2)) !important;
  background:var(--editorial-cream);
}
.editorial-theme .reference-preview-card { border-radius:7px; box-shadow:none; border:0; }
.editorial-theme .reference-preview-card span { border-radius:4px; background:rgba(13,24,19,.82); border:0; }

.editorial-theme #gyik { padding-block:96px !important; }
.editorial-theme #gyik .accordion { border-radius:0; box-shadow:none; border-top:1px solid var(--editorial-line); }
.editorial-theme #gyik .accordion-item { background:transparent; }
.editorial-theme #gyik .accordion-button { background:transparent; padding:26px 4px; }
.editorial-theme #gyik .accordion-button:not(.collapsed) { color:var(--editorial-green); background:transparent; }
.editorial-theme #gyik .accordion-body { padding-inline:4px; }

.editorial-theme #kapcsolat { padding-block:92px !important; }
.editorial-theme .contact-box {
  background:var(--editorial-deep) !important;
  color:#fff;
  border:0;
  border-radius:12px !important;
  box-shadow:none;
}
.editorial-theme .contact-box h3,
.editorial-theme .contact-box a { color:#fff !important; }
.editorial-theme .contact-box small { color:rgba(255,255,255,.58) !important; }
.editorial-theme .contact-icon { background:var(--editorial-lime) !important; color:var(--editorial-deep) !important; box-shadow:none; }
.editorial-theme .contact-icon::after { display:none; }

.editorial-theme .review-showcase {
  border-radius:12px;
  background:linear-gradient(135deg,#132019 0%,#203a2e 100%);
  box-shadow:none;
}
.editorial-theme .review-showcase h2 span { background:linear-gradient(90deg,var(--editorial-lime),#fff); -webkit-background-clip:text; background-clip:text; }
.editorial-theme .review-primary-btn { background:var(--editorial-lime); color:var(--editorial-deep); box-shadow:none; }
.editorial-theme .review-primary-btn:hover { color:var(--editorial-deep); }

.editorial-theme .page-intro {
  margin-top:0;
  padding:76px 32px;
  border-radius:0 0 38px 38px;
  background:var(--editorial-deep);
  color:#fff;
  border:0;
  box-shadow:none;
}
.editorial-theme .page-intro h1 { color:#fff; }
.editorial-theme .page-intro p { color:rgba(255,255,255,.66) !important; }
.editorial-theme .page-intro .eyebrow { color:var(--editorial-lime); }
.editorial-theme .notice-card { background:rgba(255,255,255,.08); color:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.12); box-shadow:none; }
.editorial-theme .gallery-jump a { background:transparent; color:#fff; border-color:rgba(255,255,255,.2); box-shadow:none; border-radius:4px; }
.editorial-theme .gallery-jump a:hover { background:#fff; color:var(--editorial-deep); }

.editorial-theme.booking-page #arlista > .mb-5,
.editorial-theme.booking-page .table-responsive.bg-white,
.editorial-theme.booking-page .calculator-box,
.editorial-theme.references-page .gallery-card {
  border-radius:8px !important;
  box-shadow:none !important;
  border-color:var(--editorial-line) !important;
}
.editorial-theme.booking-page .calculator-box { background:#fff !important; }
.editorial-theme.booking-page .table-dark-custom { background:var(--editorial-deep) !important; }
.editorial-theme.booking-page .btn-danger { background:var(--editorial-green); border-color:var(--editorial-green); }
.editorial-theme.references-page .gallery-card { background:#fff !important; }
.editorial-theme.references-page .gallery-card img { border-radius:4px !important; }

.editorial-theme footer { background:var(--editorial-deep) !important; }
.editorial-theme .simplified-sticky .btn-call { background:var(--editorial-deep); }
.editorial-theme .simplified-sticky .btn-booking { background:var(--editorial-green); }

@media (max-width: 991px) {
  .editorial-theme .simple-hero { min-height:auto; background-position:center; }
  .editorial-theme .simple-hero .col-lg-5 { margin-top:28px; }
  .editorial-theme #szolgaltatasok { margin-inline:-12px; padding-inline:24px !important; }
  .editorial-theme #referenciak { margin-inline:-12px; padding-inline:24px !important; }
}
@media (max-width: 767px) {
  .editorial-theme .site-topbar-inner { min-height:78px; }
  .editorial-theme .site-brand-centered img { width:116px; height:62px; }
  .editorial-theme .simple-hero { margin-inline:-12px; border-radius:0 0 28px 28px; padding:42px 24px 34px; }
  .editorial-theme .simple-hero h1 { font-size:3.25rem; }
  .editorial-theme .hero-kicker { margin-bottom:16px; }
  .editorial-theme .hero-visual-card { padding:14px; }
  .editorial-theme #rolunk,
  .editorial-theme #miert-mi,
  .editorial-theme #arak,
  .editorial-theme #gyik,
  .editorial-theme #kapcsolat { padding-block:64px !important; }
  .editorial-theme #szolgaltatasok,
  .editorial-theme #referenciak { padding-block:68px !important; }
  .editorial-theme .service-card-image { height:210px; }
  .editorial-theme .benefit-card { padding:28px 12px; }
  .editorial-theme .page-intro { margin-inline:-12px; border-radius:0 0 28px 28px; padding:54px 22px; }
}

/* ========================================================================== 
   TELJES SZÉLESSÉGŰ, NAGY LOGÓS FEJLÉC
   ========================================================================== */
.site-topbar {
  width: 100%;
  min-height: 210px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 35%, rgba(181, 26, 43, .08), transparent 28%),
    linear-gradient(90deg, #f7f5ef 0%, #ffffff 24%, #ffffff 76%, #f7f5ef 100%);
  border-bottom: 1px solid rgba(23, 32, 51, .08);
  box-shadow: 0 10px 30px rgba(23, 32, 51, .06);
}
.site-topbar::before,
.site-topbar::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  opacity: .35;
}
.site-topbar::before {
  left: -170px;
  top: -190px;
  background: radial-gradient(circle, rgba(181, 26, 43, .14), rgba(181, 26, 43, 0) 68%);
}
.site-topbar::after {
  right: -170px;
  bottom: -190px;
  background: radial-gradient(circle, rgba(71, 112, 80, .14), rgba(71, 112, 80, 0) 68%);
}
.site-topbar-inner {
  width: 100%;
  max-width: none !important;
  min-height: 210px;
  padding: 16px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-brand-centered {
  width: min(100%, 620px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.site-brand-centered img {
  width: auto !important;
  height: 178px !important;
  max-width: min(92vw, 620px) !important;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(23, 32, 51, .13));
  transition: transform .25s ease;
}
.site-brand-centered:hover img {
  transform: scale(1.025);
}
.site-topbar .ldt-menu-toggle {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}

@media (max-width: 767px) {
  .site-topbar,
  .site-topbar-inner {
    min-height: 142px;
  }
  .site-topbar-inner {
    padding: 10px 58px 10px 14px;
  }
  .site-brand-centered {
    width: 100%;
  }
  .site-brand-centered img {
    height: 122px !important;
    max-width: 78vw !important;
  }
  .site-topbar .ldt-menu-toggle {
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ========================================================================== 
   TELJES SZÉLESSÉGŰ KÉPES FEJLÉC – SZÉLES LDT BANNER
   ========================================================================== */
.site-topbar {
  min-height: 0 !important;
  padding: 0 !important;
  background: #f7f7f5 !important;
  overflow: hidden;
}
.site-topbar::before,
.site-topbar::after { display: none !important; }
.site-topbar-inner {
  width: 100%;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: block;
  position: relative;
}
.site-brand-banner {
  display: block;
  width: 100%;
  margin: 0;
  line-height: 0;
}
.site-brand-banner img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  filter: none !important;
}
.site-brand-banner:hover img { transform: none !important; }
.site-topbar .ldt-menu-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(23,32,51,.12);
  box-shadow: 0 10px 28px rgba(23,32,51,.16);
}
@media (max-width: 767px) {
  .site-topbar,
  .site-topbar-inner { min-height: 0 !important; }
  .site-brand-banner img {
    width: 100% !important;
    height: auto !important;
  }
  .site-topbar .ldt-menu-toggle {
    right: 12px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    place-items: center;
  }
}

/* ========================================================================== 
   SZOLGÁLTATÁSKÁRTYÁK – TELJES ELŐTTE/UTÁNA KÉP VÁGÁS NÉLKÜL
   ========================================================================== */
.editorial-theme .service-card-image {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #0c1712 0%, #13231b 100%);
}

.editorial-theme .service-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  background: #101d17;
}

@media (max-width: 991px) {
  .editorial-theme .service-card-image {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .editorial-theme .service-card-image {
    height: 250px;
    padding: 8px;
  }
}


/* ======================================================================
   Hero kollázs – előtte/utána feliratok ne vágódjanak le
   ====================================================================== */
.hero-collage {
  align-items: stretch;
}
.hero-collage img {
  object-fit: contain !important;
  object-position: center center;
  background: rgba(7, 18, 16, .82);
  padding: 0;
}
.hero-collage-main,
.hero-collage-top,
.hero-collage-bottom {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(7, 18, 16, .82);
}

@media (max-width: 767px) {
  .hero-collage {
    grid-template-columns: 1.55fr .95fr !important;
    grid-template-rows: 138px 138px !important;
    gap: 10px;
  }
  .hero-collage-main {
    grid-column: 1;
    grid-row: 1 / span 2 !important;
  }
  .hero-collage-top {
    grid-column: 2;
    grid-row: 1;
  }
  .hero-collage-bottom {
    grid-column: 2;
    grid-row: 2;
  }
  .hero-collage img {
    border-radius: 16px !important;
  }
}


/* Kattintható szolgáltatáskártyák és célzott foglalási ugrópontok */
.service-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 12px;
}
.service-card-link:hover,
.service-card-link:focus,
.service-card-link:active {
  color: inherit;
  text-decoration: none;
}
.service-card-link:focus-visible {
  outline: 3px solid rgba(205, 228, 164, .95);
  outline-offset: 5px;
}
.service-card-link .service-card { cursor: pointer; }
.service-card-link:hover .service-card {
  transform: translateY(-6px);
  border-color: rgba(205, 228, 164, .42) !important;
  box-shadow: 0 24px 54px rgba(0, 0, 0, .24) !important;
}
.service-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
  color: #cde4a4;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.service-card-cta i { transition: transform .2s ease; }
.service-card-link:hover .service-card-cta i { transform: translateX(4px); }
.booking-anchor { scroll-margin-top: 110px; }
.booking-anchor:target > div {
  animation: bookingTargetPulse 1.4s ease;
  box-shadow: 0 0 0 4px rgba(205, 228, 164, .45), 0 24px 55px rgba(0, 0, 0, .14) !important;
}
@keyframes bookingTargetPulse {
  0% { transform: scale(.985); }
  55% { transform: scale(1.008); }
  100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .booking-anchor:target > div { animation: none; }
  .service-card-link:hover .service-card-cta i { transform: none; }
}

/* ======================================================================
   Két kisebb előtte–utána csúszka
   ====================================================================== */
.comparison-showcase {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(195, 220, 170, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(198, 224, 170, .10), transparent 26%),
    linear-gradient(145deg, #0a1712 0%, #102119 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .20);
}
.comparison-card {
  padding: 14px;
  border: 1px solid rgba(205, 229, 181, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}
.comparison-card-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 4px 14px;
  color: #fff;
  text-align: left;
}
.comparison-card-heading small {
  display: block;
  margin-bottom: 2px;
  color: #cde3b5;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.comparison-card-heading h4 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}
.comparison-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #d5e8b7;
  color: #0b1712;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.45);
}
.comparison-slider {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  min-height: 300px;
  border-radius: 15px;
  background: #111;
  box-shadow: 0 16px 34px rgba(0,0,0,.26);
  touch-action: pan-y;
}
.comparison-before,
.comparison-after {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  user-select: none;
  pointer-events: none;
}
.comparison-after-wrap {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  overflow: hidden;
  border-right: 3px solid #fff;
  z-index: 2;
}
.comparison-after {
  max-width: none !important;
  right: auto;
}
.comparison-range {
  position: absolute;
  inset: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.comparison-label {
  position: absolute;
  bottom: 12px;
  z-index: 5;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(5, 13, 10, .76);
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
  pointer-events: none;
}
.comparison-label-before { left: 12px; }
.comparison-label-after { right: 12px; }
.comparison-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: #d5e8b7;
  color: #0a1712;
  box-shadow: 0 8px 18px rgba(0,0,0,.32);
  pointer-events: none;
}

@media (max-width: 991px) {
  .comparison-slider {
    aspect-ratio: 3 / 4;
    min-height: 360px;
  }
}

@media (max-width: 575px) {
  .comparison-showcase {
    padding: 22px 14px;
    border-radius: 18px;
  }
  .comparison-card {
    padding: 10px;
    border-radius: 16px;
  }
  .comparison-slider {
    min-height: 330px;
    border-radius: 12px;
  }
}

/* SEO szolgáltatási linkek a láblécben */
.seo-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:10px auto 16px;font-size:.82rem}.seo-footer-links a{color:rgba(255,255,255,.8);text-decoration:none}.seo-footer-links a:hover{color:#fff;text-decoration:underline}


/* Szabadságértesítő a foglalási oldalon */
.ldt-vacation-alert {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 18px 22px;
  border: 1px solid rgba(181, 26, 43, .18);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff5f6 0%, #fffbea 100%);
  color: #3a2730;
  box-shadow: 0 16px 34px rgba(23, 32, 51, .08);
}
.ldt-vacation-alert > i {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #b51a2b, #8f1222);
  color: #fff;
  font-size: 21px;
}
.ldt-vacation-alert div { display: flex; flex-direction: column; gap: 4px; }
.ldt-vacation-alert strong { font-size: 1rem; }
.ldt-vacation-alert span { color: #6b5961; line-height: 1.55; }
@media (max-width: 575px) {
  .ldt-vacation-alert { align-items: flex-start; padding: 16px; }
  .ldt-vacation-alert > i { width: 42px; height: 42px; border-radius: 13px; }
}
