:root {
  --navy: #031426;
  --navy-soft: #082a4d;
  --sapphire: #0b3f76;
  --ink: #102239;
  --muted: #667181;
  --gold: #d8aa36;
  --gold-bright: #f0c75e;
  --gold-light: #ffe6aa;
  --ivory: #f7f0e5;
  --paper: #fffaf2;
  --line: #d9cfbd;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html[dir="rtl"] body { direction: rtl; }
html[dir="rtl"] .vehicle-stamp { right: 54px; left: auto; }
html[dir="rtl"] .route-line { right: 22px; left: auto; }
html[dir="rtl"] .hero-copy,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .services-copy,
html[dir="rtl"] .business-copy,
html[dir="rtl"] .coverage-copy,
html[dir="rtl"] .digital-copy,
html[dir="rtl"] .service-detail-hero-copy,
html[dir="rtl"] .service-detail-overview { text-align: right; }
html[dir="rtl"] .assurances,
html[dir="rtl"] .hero-actions,
html[dir="rtl"] .contact-actions { flex-direction: row-reverse; justify-content: flex-start; }
html[dir="rtl"] .service-list article { grid-template-columns: 1fr 34px; }
html[dir="rtl"] .service-list article > span { grid-column: 2; grid-row: 1; }
html[dir="rtl"] .service-list article > div { grid-column: 1; grid-row: 1; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.blacklux-new-site-active { overflow-x: hidden; }
#blacklux-new-site-root { min-height: 100vh; isolation: isolate; }
#blacklux-new-site-root img { max-width: 100%; }

/*
 * Stabilizza le metriche del testo durante il primo caricamento.
 * Il calcolatore dichiara Inter senza includerlo localmente: quando una copia
 * remota del font diventa disponibile, il cambio delle metriche sposta la
 * sezione hero. La pila di sistema mantiene la stessa resa pulita senza font
 * swap e senza dipendenze esterne sul percorso critico.
 */
body.blacklux-new-site-active,
body.blacklux-new-site-active #blacklux-new-site-root,
body.blacklux-new-site-active #blacklux-new-site-root .blx-booking,
body.blacklux-new-site-active #blacklux-new-site-root .blx-modal-panel,
body.blacklux-new-site-active #blacklux-new-site-root .blx-rewards-terms-modal > section,
body.blacklux-new-site-active #blacklux-new-site-root .blx-booking .blx-language select,
body.blacklux-new-site-active #blacklux-new-site-root .blx-booking .blx-language select option {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
}

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.service-bar {
  background: #010b18;
  color: #cbd3dc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.service-bar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.service-bar-right { display: flex; align-items: center; gap: 24px; color: #aeb8c4; }
.language-control {
  min-height: 34px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-control > span { color: #8f9baa; font-size: 8px; letter-spacing: 0.14em; }
.language-control select {
  padding: 2px 19px 2px 3px;
  color: #f1f3f5;
  background: #010b18;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.language-control select:focus-visible { outline: 1px solid var(--gold); outline-offset: 2px; }
.language-control option { color: #111827; background: white; }
.site-header {
  position: relative;
  z-index: 10;
  background: linear-gradient(100deg, #021020 0%, #041a32 58%, #08284a 100%);
  color: white;
  border-bottom: 1px solid rgba(240, 199, 94, 0.22);
  box-shadow: 0 10px 36px rgba(0, 8, 20, 0.2);
}
#blacklux-new-site-root .site-header {
  background: linear-gradient(100deg, #021020 0%, #041a32 58%, #08284a 100%) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(240, 199, 94, 0.22) !important;
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { width: 190px; flex: 0 0 190px; display: inline-flex; align-items: center; }
.brand img { display: block; width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-left: auto;
  font-size: 13px;
  color: #dbe2ea;
}
.desktop-nav a, .client-link { transition: color 180ms ease; }
.desktop-nav a:hover, .client-link:hover { color: var(--gold-light); }
.header-actions { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.client-link { color: #e5e9ee; white-space: nowrap; }

.button {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 10px; }
.button-gold {
  color: #071423;
  background: linear-gradient(115deg, #b9811f 0%, #f0c75e 48%, #d59f2d 100%);
  box-shadow: 0 12px 30px rgba(216, 170, 54, 0.18);
}
.button-gold:hover { background: linear-gradient(115deg, #c78f27 0%, #f8d77b 48%, #e5b646 100%); }
.button-ghost { color: white; border-color: rgba(255, 255, 255, 0.32); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-light); }
.button-navy { background: var(--navy); color: white; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background: linear-gradient(103deg, #021124 0%, #08274a 58%, #0b3f76 100%);
}
.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-video {
  object-fit: cover;
  object-position: center center;
  filter: brightness(1.2) saturate(1.34) contrast(1.06);
}
.hero-video-overlay {
  background:
    radial-gradient(circle at 82% 18%, rgba(20, 105, 196, 0.34) 0%, transparent 31%),
    radial-gradient(circle at 26% 82%, rgba(237, 177, 58, 0.2) 0%, transparent 36%),
    linear-gradient(90deg, rgba(1, 10, 23, 0.82) 0%, rgba(2, 16, 34, 0.62) 48%, rgba(2, 14, 29, 0.24) 100%),
    linear-gradient(180deg, rgba(2, 12, 24, 0.04) 0%, rgba(2, 12, 24, 0.3) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -180px 42%;
  height: 390px;
  background: radial-gradient(circle, rgba(244, 194, 86, 0.24), transparent 65%);
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.hero-glow-one {
  width: 360px;
  height: 360px;
  right: -180px;
  top: -210px;
  border: 1px solid rgba(201, 163, 82, 0.2);
}
.hero-glow-two {
  width: 540px;
  height: 540px;
  right: -250px;
  top: -300px;
  border: 1px solid rgba(201, 163, 82, 0.11);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 0;
  padding-top: 70px;
  padding-bottom: 74px;
}
.hero-video-toggle {
  position: absolute;
  z-index: 3;
  right: 19px;
  bottom: 18px;
  width: 38px;
  height: 38px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  background: rgba(3, 13, 25, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.hero-video-toggle:hover { border-color: var(--gold-light); }
.hero-video-toggle span { font-size: 11px; line-height: 1; }
.eyebrow, .card-kicker {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(47px, 4.7vw, 70px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.025em;
}
.hero h1 { text-shadow: 0 10px 32px rgba(0, 7, 18, 0.34); }
.hero h1 em {
  display: block;
  margin-top: 0.1em;
  color: transparent;
  background: linear-gradient(100deg, #f0c75e 0%, #fff1c9 48%, #d99e27 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 400;
}
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #edf2f7; font-size: 17px; line-height: 1.75; text-shadow: 0 3px 16px rgba(0, 5, 14, 0.45); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 28px 0 0;
  padding: 0;
  color: #f1f4f7;
  font-size: 12px;
  list-style: none;
}
.assurances li { display: flex; align-items: center; gap: 8px; }
.assurances li::before { content: "✓"; color: var(--gold-light); }

.booking-wrap { position: relative; }
.booking-section {
  position: relative;
  z-index: 4;
  padding: 22px 0 26px;
  background: linear-gradient(180deg, #020d1a 0%, #041a31 100%);
  border-bottom: 1px solid rgba(240, 199, 94, 0.22);
}
.booking-section > .shell {
  width: calc(100% - 32px);
  max-width: none;
}
.booking-wrap-wide { width: 100%; margin: 0 auto; }
.booking-wrap-wide::before { inset: 14px -14px -14px 14px; }
.booking-wrap::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1px solid rgba(255, 221, 143, 0.62);
  border-radius: 22px;
  box-shadow: 0 0 48px rgba(216, 170, 54, 0.11);
}
.booking-card {
  position: relative;
  z-index: 1;
  padding: 18px;
  color: var(--ink);
  background: linear-gradient(145deg, rgba(255, 252, 246, 0.98) 0%, rgba(247, 237, 220, 0.95) 100%);
  border: 1px solid rgba(255, 232, 181, 0.82);
  border-radius: 20px;
  box-shadow: 0 34px 90px rgba(0, 8, 22, 0.42), 0 0 65px rgba(34, 110, 184, 0.13);
  backdrop-filter: blur(18px);
}
.booking-real {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 0;
  padding: 12px;
  overflow: visible;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.98);
  border: 1px solid rgba(255, 230, 170, 0.72);
  border-radius: 25px;
  box-shadow: 0 30px 74px rgba(0, 8, 20, 0.38), 0 0 0 7px rgba(216, 170, 54, 0.09);
}

/*
 * Desktop CLS: il calcolatore viene popolato dopo il primo rendering e arriva
 * a circa 958 px di altezza. Riservare subito lo stesso spazio impedisce che
 * la sezione hero sottostante venga spinta verso il basso durante il mount.
 * Su mobile resta attiva la misura responsive dedicata.
 */
@media (min-width: 861px) {
  .booking-real { min-height: 960px; }
}
.booking-real .blx-bc-wrap,
.booking-real .blx-bc-calculator,
.booking-real > * { max-width: 100%; }
#blacklux-new-site-root .booking-real .blx-booking {
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 18px !important;
  background-color: #06172b !important;
  background-image: linear-gradient(145deg, #06172b 0%, #082743 52%, #0a365f 100%) !important;
}
#blacklux-new-site-root .booking-real .blx-progress {
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
#blacklux-new-site-root .booking-real .blx-progress button { min-width: 0 !important; padding-right: 7px !important; padding-left: 7px !important; }
#blacklux-new-site-root .booking-real .blx-access-tools { width: 100% !important; flex-wrap: wrap !important; padding-right: 12px !important; padding-left: 12px !important; }
#blacklux-new-site-root .booking-real .blx-access-tools > * { min-width: 0 !important; }
#blacklux-new-site-root .booking-real .blx-private-area,
#blacklux-new-site-root .booking-real .blx-giftcard { flex: 1 1 calc(50% - 6px) !important; }
#blacklux-new-site-root .booking-real .blx-language {
  flex: 1 1 100% !important;
  background-color: #0b3f76 !important;
  background-image: linear-gradient(90deg, #0b3f76 0%, #0a64a4 100%) !important;
}
#blacklux-new-site-root .booking-real .blx-step {
  background-color: #082743 !important;
  background-image: linear-gradient(145deg, #082743 0%, #0a3157 100%) !important;
}
#blacklux-new-site-root .booking-real .blx-brand {
  min-height: 0 !important;
  height: auto !important;
  padding: 24px 20px 22px !important;
}
#blacklux-new-site-root .booking-real .blx-brand h2 {
  margin: 9px 0 !important;
  font-size: clamp(34px, 3.25vw, 46px) !important;
  line-height: 1.06 !important;
}
#blacklux-new-site-root .booking-real .blx-brand p { margin: 8px 0 0 !important; font-size: 14px !important; }
#blacklux-new-site-root .booking-real .blx-brand small { font-size: 9px !important; }
#blacklux-new-site-root .booking-real .blx-step { width: 100% !important; padding-right: 22px !important; padding-left: 22px !important; }
#blacklux-new-site-root .booking-real .blx-home-footer { display: none !important; }
#blacklux-new-site-root .booking-real .blx-tabs,
#blacklux-new-site-root .booking-real .blx-start-fields,
#blacklux-new-site-root .booking-real .blx-first-options,
#blacklux-new-site-root .booking-real .blx-primary { width: 100% !important; max-width: 100% !important; }
#blacklux-new-site-root .booking-real .blx-date-row { grid-template-columns: 1fr 1fr !important; }

#blacklux-new-site-root .booking-wrap-wide .blx-tabs button {
  min-height: 62px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > :first-child,
#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > .destination {
  min-height: 86px !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-date-row > * {
  min-height: 76px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-swap-route {
  width: 48px !important;
  height: 48px !important;
}
.booking-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.booking-heading .card-kicker { margin-bottom: 7px; color: #957432; font-size: 9px; }
.booking-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}
.secure-badge {
  padding: 6px 9px;
  color: #526172;
  background: #f0ede6;
  border: 1px solid #e1dbcf;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.secure-badge::before { content: "●"; margin-right: 5px; color: #39805b; }
.trip-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 26px 0 18px; overflow: hidden; background: #f1eee8; border: 1px solid #e2ddd3; border-radius: 11px; }
.trip-tabs button {
  min-height: 45px;
  padding: 0 8px;
  color: #6e7680;
  background: transparent;
  border: 0;
  border-right: 1px solid #e2ddd3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.trip-tabs button:last-child { border-right: 0; }
.trip-tabs button.active { color: white; background: linear-gradient(120deg, #031426 0%, #0b3f76 100%); }
.route-fields { position: relative; overflow: hidden; background: rgba(255, 255, 255, 0.48); border: 1px solid var(--line); border-radius: 12px; }
.field { display: flex; align-items: center; }
.field-full { min-height: 70px; gap: 15px; padding: 12px 18px; border-bottom: 1px solid var(--line); }
.field-marker { width: 9px; height: 9px; flex: 0 0 9px; border: 2px solid #b68c38; }
.field-marker.round { border-radius: 50%; }
.route-line { position: absolute; top: 52px; left: 22px; width: 1px; height: 38px; background: #cfc6b5; }
.field-label {
  display: block;
  margin-bottom: 5px;
  color: #8a8277;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.field-placeholder, .field-value { display: block; color: #9da2a7; font-size: 13px; }
.field-value { color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; }
.field.compact { min-height: 68px; justify-content: space-between; padding: 12px 18px; }
.field.compact:first-child { border-right: 1px solid var(--line); }
.booking-button { width: 100%; margin-top: 16px; border: 0; border-radius: 11px; background: linear-gradient(105deg, #031426 0%, #0b3f76 100%); box-shadow: 0 13px 28px rgba(4, 34, 66, 0.18); }
.booking-note { margin: 13px 0 0; color: #79808a; font-size: 10px; text-align: center; }

.credentials { background: linear-gradient(90deg, #fffaf2 0%, #f7ecda 48%, #fffaf2 100%); border-bottom: 1px solid var(--line); }
.credential-grid { min-height: 116px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); align-items: center; }
.credential {
  min-height: 60px;
  padding: 8px 24px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.credential:first-child { padding-left: 0; border-left: 0; }
.credential strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-weight: 400; }
.credential span { margin-top: 6px; color: #7c7d7f; font-size: 10px; letter-spacing: 0.03em; }
.credential div strong, .credential div span { display: block; }
.lead-credential { flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; }
.nla-credential { flex-direction: row; align-items: center; gap: 14px; }
.nla-logo { width: 82px; height: 32px; flex: 0 0 auto; object-fit: contain; }
.credential-icon {
  width: 42px;
  height: 42px;
  margin: 0 !important;
  border: 1px solid #cbb57c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #957432 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px !important;
}

.cinema-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 13% 4%, rgba(240, 199, 94, 0.18), transparent 32%),
    radial-gradient(circle at 88% 76%, rgba(20, 105, 196, 0.24), transparent 34%),
    linear-gradient(145deg, #010a16 0%, #06203d 54%, #020b18 100%);
}
.cinema-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.cinema-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 46px;
}
.cinema-heading h2 {
  max-width: 720px;
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.03em;
}
.cinema-heading > p {
  margin: 0 0 6px;
  color: #bdc7d2;
  font-size: 15px;
  line-height: 1.75;
}
.cinema-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(280px, 0.62fr);
  gap: 14px;
}
.cinema-video,
.cinema-stills figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 224, 153, 0.38);
  border-radius: 20px;
  background: #07111f;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4), 0 0 45px rgba(30, 109, 188, 0.08);
}
.cinema-video { min-height: 630px; }
.cinema-reel,
.cinema-reel img,
.cinema-stills img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.cinema-reel,
.cinema-reel img { position: absolute; inset: 0; }
.cinema-reel img {
  opacity: 0;
  transform: scale(1.015);
  animation: cinema-crossfade 105s ease-in-out infinite;
  will-change: opacity, transform;
}
.cinema-video.is-paused .cinema-reel img { animation-play-state: paused; }
@keyframes cinema-crossfade {
  0% { opacity: 1; transform: scale(1.015); }
  3.75% { opacity: 1; transform: scale(1.045); }
  4.76%, 100% { opacity: 0; transform: scale(1.055); }
}
.cinema-shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(1, 7, 14, 0.04) 42%, rgba(1, 7, 14, 0.86) 100%);
}
.cinema-mark {
  position: absolute;
  z-index: 1;
  left: 34px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cinema-mark span {
  color: var(--gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.28em;
}
.cinema-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}
.video-toggle {
  position: absolute;
  right: 24px;
  bottom: 24px;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  background: rgba(3, 13, 25, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.video-toggle:hover { border-color: var(--gold-light); }
.video-toggle span { color: var(--gold-light); font-size: 11px; }
.cinema-stills { display: flex; flex-direction: column; gap: 14px; }
.cinema-stills figure { min-height: 0; flex: 1; }
.cinema-stills figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(2, 9, 17, 0.9) 100%);
  pointer-events: none;
}
.cinema-stills img { position: absolute; inset: 0; transition: transform 700ms ease; }
.cinema-stills figure:hover img { transform: scale(1.035); }
.cinema-stills figcaption {
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 23px;
  left: 25px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cinema-stills strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 400; }
.cinema-stills span { color: #c7d0d9; font-size: 10px; letter-spacing: 0.05em; }

.section { padding: 108px 0; }
.section-heading { max-width: 640px; }
.section-heading.centered { margin: 0 auto; text-align: center; }
.section-kicker {
  margin: 0 0 17px;
  color: #94732f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.section-kicker.light { color: var(--gold-light); }
.section-heading h2, .business h2, .coverage h2, .contact-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 4vw, 57px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.section-heading > p:last-child, .coverage-copy > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.standards {
  background:
    radial-gradient(circle at 86% 12%, rgba(216, 170, 54, 0.11), transparent 28%),
    linear-gradient(145deg, #f8f2e8 0%, #f2e8d8 100%);
}
.standards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border-top: 1px solid #d9d2c5;
  border-bottom: 1px solid #d9d2c5;
}
.standard-card {
  min-height: 260px;
  padding: 30px 28px 34px;
  border-right: 1px solid #d9d2c5;
}
.standard-card:last-child { border-right: 0; }
.standard-number {
  color: #9d7c38;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.standard-card h3, .service-list h3 {
  margin: 49px 0 13px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}
.standard-card p, .service-list p {
  margin: 0;
  color: #71767d;
  font-size: 13px;
  line-height: 1.75;
}

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: 0.95fr 1fr; align-items: center; gap: 90px; }
.vehicle-feature {
  position: relative;
  min-height: 625px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #1a0e07;
  box-shadow: 0 30px 70px rgba(3, 14, 29, 0.18);
}
.vehicle-feature::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 34px;
  border: 1px solid rgba(255, 226, 163, 0.52);
  pointer-events: none;
}
.vehicle-feature::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 7, 2, 0.58) 0%, rgba(15, 7, 2, 0.06) 34%, rgba(15, 7, 2, 0.12) 100%);
  pointer-events: none;
}
.vehicle-feature img {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.vehicle-stamp {
  position: absolute;
  z-index: 3;
  top: 53px;
  left: 54px;
}
.vehicle-stamp span {
  display: block;
  margin-bottom: 8px;
  color: #f0c75e;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.vehicle-stamp strong {
  color: #fff8e8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
}
.service-list { margin-top: 43px; border-top: 1px solid var(--line); }
.service-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 17px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.service-list article > span { padding-top: 4px; color: #a48138; font-family: Georgia, "Times New Roman", serif; font-size: 11px; }
.service-list h3 { margin: 0 0 5px; font-size: 18px; }
.service-list p { font-size: 12px; }
.text-link {
  display: inline-flex;
  gap: 18px;
  margin-top: 27px;
  padding-bottom: 6px;
  color: var(--navy);
  border-bottom: 1px solid #a98b50;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.business {
  padding: 104px 0;
  color: white;
  background:
    radial-gradient(circle at 84% 18%, rgba(28, 113, 199, 0.28), transparent 32%),
    radial-gradient(circle at 14% 88%, rgba(216, 170, 54, 0.14), transparent 34%),
    linear-gradient(120deg, #020f20 0%, #062548 62%, #071b33 100%);
}
.business-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 110px; align-items: start; }
.business h2 { color: white; }
.business-copy > p { margin: 4px 0 32px; color: #c6d0dc; font-size: 16px; line-height: 1.8; }
.business-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 35px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.business-points span {
  padding: 15px 0;
  color: #dde4eb;
  border-bottom: 1px solid rgba(255,255,255,0.14);
  font-size: 12px;
}
.business-points span::before { content: "✓"; margin-right: 8px; color: var(--gold-light); }

.world { position: relative; overflow: hidden; background: var(--paper); }
.world::before {
  content: "";
  position: absolute;
  top: -260px;
  left: 50%;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(176, 138, 59, 0.16);
  border-radius: 50%;
  transform: translateX(-50%);
}
.world-heading { position: relative; z-index: 1; max-width: 760px; }
.world-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 62px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.world-card {
  min-height: 330px;
  padding: 32px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  background: rgba(255, 253, 249, 0.78);
  color: inherit;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease, background 240ms ease;
}
.world-card:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 22px 48px rgba(2, 16, 34, 0.12); }
.world-card:last-child { border-right: 0; }
.world-card-badge {
  width: 52px;
  height: 52px;
  border: 1px solid #cfbf9c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9b7934;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.world-card h3 {
  margin: auto 0 15px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}
.world-card p { margin: 0; color: #73777c; font-size: 12px; line-height: 1.7; }
.world-card-cta { margin-top: 22px; color: #8a6827; font-size: 9px; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.world-card-featured { color: white; background: var(--navy); border-color: var(--navy); }
.world-card-featured .world-card-badge { color: var(--gold-light); border-color: rgba(234, 213, 160, 0.5); }
.world-card-featured h3 { color: white; }
.world-card-featured p { color: #c5ced7; }
.world-card-featured .world-card-cta { color: var(--gold-light); }

.digital-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 8%, rgba(37, 126, 216, 0.3), transparent 28%), radial-gradient(circle at 12% 92%, rgba(240, 199, 94, 0.16), transparent 32%), linear-gradient(120deg, #010a16 0%, #06274a 62%, #031426 100%); }
.digital-section::before { content: ""; position: absolute; width: 460px; height: 460px; right: -220px; bottom: -280px; border: 1px solid rgba(255, 229, 167, 0.18); border-radius: 50%; }
.digital-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 90px; align-items: center; }
.digital-copy h2 { max-width: 560px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 4vw, 57px); font-weight: 400; line-height: 1.06; letter-spacing: -0.03em; }
.digital-copy > p:not(.section-kicker) { max-width: 590px; margin: 25px 0 0; color: #c4cfda; font-size: 15px; line-height: 1.8; }
.digital-credentials { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.digital-credentials span { padding: 8px 12px; color: var(--gold-light); border: 1px solid rgba(255, 229, 167, 0.3); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: 0.1em; }
.app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.app-card { min-height: 410px; padding: 28px; display: flex; flex-direction: column; color: var(--navy); background: radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.96) 0%, transparent 28%), radial-gradient(circle at 10% 92%, rgba(35, 101, 166, 0.12) 0%, transparent 36%), linear-gradient(150deg, #fbfdff 0%, #e9f1f7 54%, #d7e4ee 100%); border: 1px solid rgba(196, 218, 236, 0.92); border-radius: 22px; box-shadow: 0 30px 70px rgba(0, 0, 0, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.95); }
.app-card:nth-child(2) { color: white; background: linear-gradient(150deg, #17212e 0%, #03070c 100%); }
.app-card img { width: 138px; height: 138px; display: block; object-fit: cover; border-radius: 29px; box-shadow: 0 18px 35px rgba(0, 10, 24, 0.25); }
.app-card > div { margin-top: auto; padding-top: 34px; }
.app-card div > span { color: #9b742b; font-size: 9px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.app-card:nth-child(2) div > span { color: var(--gold-light); }
.app-card h3 { margin: 10px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.app-card p { margin: 0; color: #526477; font-size: 12px; line-height: 1.72; }
.app-card:nth-child(2) p { color: #b9c4cf; }
.app-store-link {
  width: fit-content;
  margin-top: 18px;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: #082743;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: #ffffff !important;
}
.app-card:nth-child(2) .app-store-link { background: #0a64a4; border-color: rgba(122,190,245,0.72); }
.app-store-link:hover { color: #fff1c9 !important; border-color: #f0c75e; -webkit-text-fill-color: #fff1c9 !important; }

.service-detail-page { min-height: 100vh; color: var(--navy); background: var(--paper); }
.service-detail-header { position: relative; z-index: 10; color: white; background: #021326; border-bottom: 1px solid rgba(255,255,255,0.12); }
.service-detail-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.service-detail-actions { display: flex; align-items: center; gap: 26px; }
.service-detail-actions label { display: flex; align-items: center; gap: 10px; color: #bec9d4; font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.service-detail-actions select { min-width: 62px; padding: 9px 11px; color: white; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; }
.service-back { color: white; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.service-back:hover { color: var(--gold-light); }
.service-detail-hero { position: relative; min-height: 690px; overflow: hidden; display: flex; align-items: flex-end; color: white; background: var(--navy); }
.service-detail-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-detail-veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,10,22,0.92) 0%, rgba(1,13,28,0.68) 48%, rgba(1,12,25,0.18) 100%), linear-gradient(180deg, transparent 48%, rgba(1,9,20,0.72) 100%); }
.service-detail-hero-copy { position: relative; z-index: 1; padding-top: 110px; padding-bottom: 92px; }
.service-detail-hero-copy > p { margin: 0 0 24px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: 0.2em; }
.service-detail-hero-copy h1 { max-width: 830px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: 0.98; letter-spacing: -0.04em; }
.service-detail-hero-copy > span { max-width: 690px; margin: 30px 0 34px; display: block; color: #d0d8e0; font-size: 16px; line-height: 1.8; }
.service-detail-stats { color: white; background: #071c35; border-top: 1px solid rgba(255,255,255,0.1); }
.service-detail-stats > .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-detail-stats div div { min-height: 128px; padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(255,255,255,0.12); }
.service-detail-stats div div:last-child { border-right: 1px solid rgba(255,255,255,0.12); }
.service-detail-stats strong { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 400; }
.service-detail-stats span { margin-top: 8px; color: #b8c4d0; font-size: 10px; letter-spacing: 0.05em; }
.service-detail-overview-grid { display: grid; grid-template-columns: minmax(0,0.85fr) minmax(360px,1fr); gap: 110px; align-items: start; }
.service-detail-overview h2 { max-width: 560px; margin: 16px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 50px; font-weight: 400; line-height: 1.05; letter-spacing: -0.035em; }
.service-detail-overview ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-detail-overview li { min-height: 70px; padding: 21px 4px; display: flex; align-items: center; gap: 16px; color: #35404d; border-bottom: 1px solid var(--line); font-size: 14px; }
.service-detail-overview li span { color: #9c7730; }
.service-method { background: #eeeae1; }
.service-method-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #d8d0c3; }
.service-method-grid article { min-height: 300px; padding: 40px 34px; display: flex; flex-direction: column; border-right: 1px solid #d8d0c3; }
.service-method-grid article:last-child { border-right: 0; }
.service-method-grid article > span { color: #a47d32; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; }
.service-method-grid h3 { margin: auto 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 400; }
.service-method-grid p { margin: 0; color: #6c7178; font-size: 12px; line-height: 1.75; }
.service-gallery { background: #fffdf9; }
.service-gallery-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 270px 270px 300px; gap: 14px; }
.service-gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 18px; background: #07111f; }
.service-gallery-grid figure:nth-child(1) { grid-column: 1 / span 7; grid-row: 1 / span 2; }
.service-gallery-grid figure:nth-child(2), .service-gallery-grid figure:nth-child(3) { grid-column: 8 / span 5; }
.service-gallery-grid figure:nth-child(4) { grid-column: 1 / span 6; }
.service-gallery-grid figure:nth-child(5) { grid-column: 7 / span 6; }
.service-gallery-grid img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 700ms ease; }
.service-gallery-grid figure:hover img { transform: scale(1.035); }
.service-detail-cta { padding: 100px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 0%, rgba(37,112,184,0.28), transparent 45%), #021326; }
.service-detail-cta .shell { display: flex; flex-direction: column; align-items: center; }
.service-detail-cta h2 { max-width: 760px; margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 54px; font-weight: 400; line-height: 1.05; }
.service-detail-cta span { max-width: 650px; margin: 24px 0 32px; color: #bdc8d2; font-size: 14px; line-height: 1.75; }

.reviews { background: #eeeae1; }
.reviews-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.rating-summary { min-width: 260px; padding-left: 30px; border-left: 1px solid #d1c8b8; display: flex; flex-direction: column; }
.stars { color: #ac8738; font-size: 17px; letter-spacing: 0.15em; }
.rating-summary strong { margin-top: 9px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; }
.rating-summary > span:last-child { margin-top: 5px; color: #7a7a78; font-size: 10px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.review-card {
  min-height: 345px;
  padding: 34px 34px 30px;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  border: 1px solid #d9d2c5;
}
.review-card + .review-card { border-left: 0; }
.featured-review { color: white; background: var(--navy-soft); border-color: var(--navy-soft); }
.quote-mark { color: #b4934f; font-family: Georgia, "Times New Roman", serif; font-size: 45px; line-height: 0.8; }
.review-card > p { margin: 30px 0; color: #414a56; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.65; }
.featured-review > p { color: #edf1f5; }
.review-card > div { margin-top: auto; padding-top: 21px; border-top: 1px solid #ded8cd; display: flex; flex-direction: column; }
.featured-review > div { border-color: rgba(255,255,255,0.18); }
.review-card strong { color: var(--navy); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; }
.featured-review strong { color: white; }
.review-card div span { margin-top: 6px; color: #8a8a88; font-size: 10px; }
.featured-review div span { color: #bac4ce; }

.coverage { background: var(--paper); }
.coverage-grid { display: grid; grid-template-columns: 0.9fr 1fr; gap: 105px; align-items: center; }
.locations { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.locations span {
  position: relative;
  padding: 20px 16px 20px 30px;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}
.locations span:nth-child(odd) { border-right: 1px solid var(--line); }
.locations span::before { content: "•"; position: absolute; left: 10px; color: #ad8b43; }

.contact-section { padding: 0 0 90px; background: var(--paper); }
.contact-card {
  padding: 55px 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(29, 117, 207, 0.28), transparent 32%),
    linear-gradient(120deg, #020f20 0%, #082d55 100%);
  border-top: 3px solid var(--gold-bright);
  box-shadow: 0 30px 75px rgba(3, 20, 38, 0.2);
}
.contact-card > div:first-child { max-width: 670px; }
.contact-card h2 { color: white; font-size: clamp(34px, 3.3vw, 48px); }
.contact-card p:last-child { margin: 18px 0 0; color: #c4ced9; font-size: 14px; line-height: 1.7; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
.button-whatsapp { border-color: #2dc96f; background: linear-gradient(120deg, #158e4c, #2dc96f); color: #fff; }
.service-contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.contact-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99990;
  display: grid;
  gap: 8px;
  filter: drop-shadow(0 14px 26px rgba(0, 8, 20, 0.28));
}
.contact-dock a {
  min-width: 132px;
  min-height: 46px;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  background: linear-gradient(120deg, #031426, #0b3f76);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  font-size: 11px;
  letter-spacing: .04em;
}
.contact-dock a span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 9px; font-weight: 900; }
.contact-dock a strong { font-weight: 750; }
.contact-dock .contact-dock-whatsapp { background: linear-gradient(120deg, #137d43, #24b965); }

.footer { color: #bec8d2; background: linear-gradient(120deg, #010914 0%, #041a31 100%); }
.footer-top { min-height: 210px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 55px; }
.footer-top > p { max-width: 470px; margin: 0; font-size: 13px; line-height: 1.8; }
.footer-badges { display: flex; align-items: center; gap: 24px; }
.footer-badges > img { width: 104px; height: auto; padding: 7px; background: #fff; border-radius: 8px; }
.footer-credentials { display: flex; flex-direction: column; gap: 10px; color: #e5e9ed; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
.footer-credentials span::before { content: "✓"; margin-right: 8px; color: var(--gold-light); }
.footer-bottom {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: #7d8996;
  border-top: 1px solid rgba(255,255,255,0.11);
  font-size: 9px;
  letter-spacing: 0.06em;
}

/* Contrasto WCAG AA: conserva la palette champagne con valori più leggibili. */
.credential span { color: #62686e; }
.section-kicker:not(.light) { color: #765a22; }
.standard-number,
.service-list article > span,
.world-card-badge { color: #765a22; }
.standard-card p,
.service-list p { color: #626a73; }
.world-card p { color: #5f6570; }
.rating-summary > span:last-child,
.review-card div span { color: #5f6060; }
.stars,
.quote-mark { color: #80601e; }

/* Ultimi adeguamenti WCAG AA su testi piccoli e card a fondo scuro. */
.section-heading > p:last-child,
.coverage-copy > p:last-child { color: #505b67; }
.credential-icon { color: #715417 !important; }
.app-card:first-child div > span { color: #715417; }
.world-card-featured p { color: #d4dde6; }
.featured-review .quote-mark { color: #f0c75e; }
.footer-bottom { color: #b8c3ce; font-size: 10px; }
.blx-trust-marks__kicker { color: #715417 !important; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; }
  .booking-wrap-wide { width: 100%; margin: 0 auto; }
  .services-grid { gap: 55px; }
  .business-grid { gap: 65px; }
  .footer-top { grid-template-columns: 190px 1fr; }
  .footer-credentials { grid-column: 2; padding-bottom: 35px; }
  .world-grid { grid-template-columns: repeat(3, 1fr); border-bottom: 0; }
  .world-card { border-bottom: 1px solid var(--line); }
  .world-card:nth-child(3) { border-right: 0; }
  .cinema-heading { gap: 45px; }
  .cinema-video { min-height: 560px; }
  .digital-grid { gap: 48px; }
  .footer-badges { grid-column: 2; }
}

@media (max-width: 860px) {
  .coverage-label, .client-link { display: none; }
  .service-bar-right { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-top: 58px; padding-bottom: 66px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-lead { margin-right: auto; margin-left: auto; }
  .hero-actions, .assurances { justify-content: center; }
  .booking-wrap-wide { width: 100%; margin: 0 auto; }
  .credential-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .credential { border-left: 0; border-top: 1px solid var(--line); }
  .credential:nth-child(odd) { border-right: 1px solid var(--line); }
  .credential:nth-child(-n + 2) { border-top: 0; }
  .section { padding: 82px 0; }
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .standard-card:nth-child(2) { border-right: 0; }
  .standard-card:nth-child(-n + 2) { border-bottom: 1px solid #d9d2c5; }
  .services-grid, .business-grid, .coverage-grid { grid-template-columns: 1fr; gap: 55px; }
  .vehicle-feature { min-height: 520px; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .rating-summary { padding-left: 0; border-left: 0; }
  .review-grid { grid-template-columns: 1fr; gap: 12px; }
  .review-card + .review-card { border-left: 1px solid #d9d2c5; }
  .featured-review { top: 0; }
  .contact-card { align-items: flex-start; flex-direction: column; padding: 48px; }
  .contact-actions { width: 100%; flex-direction: row; }
  .contact-actions .button { flex: 1; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; padding: 50px 0 30px; }
  .footer-badges { grid-column: auto; align-items: flex-start; flex-direction: column; }
  .footer-credentials { grid-column: auto; padding-bottom: 0; }
  .world-grid { grid-template-columns: 1fr 1fr; }
  .world-card:nth-child(3) { border-right: 1px solid var(--line); }
  .world-card:nth-child(even) { border-right: 0; }
  .cinema-heading { grid-template-columns: 1fr; gap: 20px; }
  .cinema-heading > p { max-width: 620px; }
  .cinema-grid { grid-template-columns: 1fr; }
  .cinema-video { min-height: 520px; }
  .cinema-stills { display: grid; grid-template-columns: 1fr 1fr; }
  .cinema-stills figure { min-height: 300px; }
  .digital-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-detail-nav { min-height: 82px; }
  .service-detail-hero { min-height: 620px; }
  .service-detail-overview-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-method-grid { grid-template-columns: 1fr; }
  .service-method-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid #d8d0c3; }
  .service-method-grid article:last-child { border-bottom: 0; }
  .service-gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 280px 280px; }
  .service-gallery-grid figure:nth-child(1) { grid-column: 1 / span 2; grid-row: auto; }
  .service-gallery-grid figure:nth-child(n+2) { grid-column: auto; grid-row: auto; }
}

@media (max-width: 600px) {
  html[dir="rtl"] .hero-actions,
  html[dir="rtl"] .contact-actions { flex-direction: column; }
  html[dir="rtl"] .vehicle-stamp { right: 34px; }
  .shell { width: min(100% - 30px, 1180px); }
  .service-bar-inner { justify-content: space-between; gap: 12px; text-align: left; }
  .service-bar-inner > span:first-child { max-width: 190px; font-size: 8px; line-height: 1.35; }
  .language-control { padding-left: 12px; }
  .language-control > span { display: none; }
  .header-inner { min-height: 74px; }
  .brand { width: 142px; flex-basis: 142px; }
  .brand img { height: 39px; }
  .button-small { padding: 0 12px; font-size: 8px; }
  .hero-grid { padding-top: 45px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .assurances { gap: 10px 16px; font-size: 10px; }
  .booking-card { padding: 21px; }
  .booking-real { min-height: 520px; padding: 7px; border-radius: 20px; }
  #blacklux-new-site-root .booking-real .blx-progress span { display: none !important; }
  #blacklux-new-site-root .booking-real .blx-private-area,
  #blacklux-new-site-root .booking-real .blx-giftcard,
  #blacklux-new-site-root .booking-real .blx-language { flex: 1 1 100% !important; }
  #blacklux-new-site-root .booking-real .blx-step { padding-right: 14px !important; padding-left: 14px !important; }
  #blacklux-new-site-root .booking-real .blx-tabs button small { display: none !important; }
  #blacklux-new-site-root .booking-real .blx-date-row { grid-template-columns: 1fr !important; }
  .booking-wrap::before { inset: 10px -8px -10px 8px; }
  .booking-heading h2 { font-size: 26px; }
  .trip-tabs button { font-size: 8px; }
  .credential-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .credential, .credential:nth-child(odd) { min-height: 74px; padding: 12px 0; border-top: 1px solid var(--line); border-right: 0; }
  .credential:first-child { border-top: 0; }
  .section { padding: 68px 0; }
  .section-heading h2, .business h2, .coverage h2 { font-size: 38px; }
  .standards-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .standard-card, .standard-card:nth-child(2) { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid #d9d2c5; }
  .standard-card:last-child { border-bottom: 0; }
  .standard-card h3 { margin-top: 22px; }
  .vehicle-feature { min-height: 390px; }
  .vehicle-feature::before { inset: 18px; }
  .vehicle-stamp { top: 32px; left: 34px; }
  .business { padding: 68px 0; }
  .business-points { grid-template-columns: 1fr; }
  .review-card { min-height: 300px; padding: 28px 24px; }
  .locations { grid-template-columns: 1fr; }
  .locations span:nth-child(odd) { border-right: 0; }
  .contact-section { padding-bottom: 50px; }
  .contact-card { width: 100%; padding: 42px 24px; }
  .contact-actions { flex-direction: column; }
  .contact-dock { right: 10px; bottom: 10px; left: 10px; grid-template-columns: 1fr 1fr; gap: 7px; }
  .contact-dock a { min-width: 0; min-height: 48px; justify-content: center; border-radius: 13px; }
  .service-contact-actions { flex-direction: column; }
  .service-contact-actions .button { width: 100%; }
  body.blacklux-new-site-active { padding-bottom: 66px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .world-grid { grid-template-columns: 1fr; margin-top: 42px; }
  .world-card, .world-card:nth-child(3) { min-height: 230px; border-right: 0; }
  .cinema-heading h2 { font-size: 41px; }
  .cinema-video { min-height: 460px; border-radius: 15px; }
  .cinema-mark { right: 24px; bottom: 78px; left: 24px; }
  .cinema-mark strong { font-size: 20px; }
  .video-toggle { right: auto; bottom: 22px; left: 22px; }
  .cinema-stills { grid-template-columns: 1fr; }
  .cinema-stills figure { min-height: 330px; border-radius: 15px; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card { min-height: 340px; }
  .app-card img { width: 112px; height: 112px; border-radius: 24px; }
  .service-detail-nav { align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
  .service-detail-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 14px; }
  .service-detail-hero { min-height: 650px; }
  .service-detail-hero-copy { padding-top: 88px; padding-bottom: 70px; }
  .service-detail-hero-copy h1 { font-size: 47px; }
  .service-detail-hero-copy > span { font-size: 14px; }
  .service-detail-stats > .shell { grid-template-columns: 1fr; }
  .service-detail-stats div div, .service-detail-stats div div:last-child { min-height: 96px; padding: 22px 0; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .service-detail-overview h2 { font-size: 38px; }
  .service-gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 300px); }
  .service-gallery-grid figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .service-detail-cta { padding: 76px 0; }
  .service-detail-cta h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
  .cinema-reel img { display: none; animation: none; }
  .cinema-reel img:first-child { display: block; opacity: 1; transform: none; }
}

/* Blacklux WordPress integration fix */
#blacklux-new-site-root .site-header {
  background: linear-gradient(100deg, #021020 0%, #041a32 58%, #08284a 100%) !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(240, 199, 94, 0.22) !important;
}

#blacklux-new-site-root .booking-real .blx-booking {
  left: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  border-radius: 18px !important;
  background-color: #06172b !important;
  background-image: linear-gradient(145deg, #06172b 0%, #082743 52%, #0a365f 100%) !important;
}

#blacklux-new-site-root .booking-real .blx-progress {
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

#blacklux-new-site-root .booking-real .blx-progress button {
  min-width: 0 !important;
  padding-right: 7px !important;
  padding-left: 7px !important;
}

#blacklux-new-site-root .booking-real .blx-access-tools {
  width: 100% !important;
  flex-wrap: wrap !important;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

#blacklux-new-site-root .booking-real .blx-access-tools > * { min-width: 0 !important; }

#blacklux-new-site-root .booking-real .blx-private-area,
#blacklux-new-site-root .booking-real .blx-giftcard { flex: 1 1 calc(50% - 6px) !important; }

#blacklux-new-site-root .booking-real .blx-language {
  flex: 1 1 100% !important;
  background-color: #0b3f76 !important;
  background-image: linear-gradient(90deg, #0b3f76 0%, #0a64a4 100%) !important;
}

#blacklux-new-site-root .booking-real .blx-step {
  background-color: #082743 !important;
  background-image: linear-gradient(145deg, #082743 0%, #0a3157 100%) !important;
}

#blacklux-new-site-root .booking-real .blx-brand {
  min-height: 0 !important;
  height: auto !important;
  padding: 24px 20px 22px !important;
}

#blacklux-new-site-root .booking-real .blx-brand h2 {
  margin: 9px 0 !important;
  font-size: clamp(34px, 3.25vw, 46px) !important;
  line-height: 1.06 !important;
}

#blacklux-new-site-root .booking-real .blx-brand p { margin: 8px 0 0 !important; font-size: 14px !important; }
#blacklux-new-site-root .booking-real .blx-brand small { font-size: 9px !important; }

#blacklux-new-site-root .booking-real .blx-step {
  width: 100% !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  padding-right: 22px !important;
  padding-left: 22px !important;
}

#blacklux-new-site-root .booking-real .blx-home-footer { display: none !important; }

#blacklux-new-site-root .booking-wrap-wide .blx-access-tools {
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 12px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-private-area { flex: 1.15 1 0 !important; }
#blacklux-new-site-root .booking-wrap-wide .blx-giftcard { flex: 1 1 0 !important; }
#blacklux-new-site-root .booking-wrap-wide .blx-language { flex: .95 1 0 !important; }

#blacklux-new-site-root .booking-wrap-wide .blx-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  gap: 4px !important;
  padding: 14px 24px 16px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-brand h2 {
  max-width: 1400px !important;
  margin: 4px auto !important;
  font-size: clamp(24px, 2.5vw, 36px) !important;
  line-height: 1 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-brand p { max-width: 820px !important; margin: 0 auto !important; line-height: 1.3 !important; }
#blacklux-new-site-root .booking-wrap-wide .blx-brand small { margin: 0 !important; line-height: 1 !important; }

#blacklux-new-site-root .booking-real .blx-tabs,
#blacklux-new-site-root .booking-real .blx-start-fields,
#blacklux-new-site-root .booking-real .blx-first-options,
#blacklux-new-site-root .booking-real .blx-primary {
  width: 100% !important;
  max-width: 100% !important;
}

#blacklux-new-site-root .booking-real .blx-date-row { grid-template-columns: 1fr 1fr !important; }

#blacklux-new-site-root .booking-wrap-wide .blx-tabs button {
  box-sizing: border-box !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 5px 10px !important;
  font-size: 12px !important;
  line-height: 1.05 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-tabs button > :first-child {
  font-size: 12px !important;
  line-height: 1.05 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-tabs button small {
  margin-top: 2px !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > :first-child,
#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > .destination {
  box-sizing: border-box !important;
  height: 64px !important;
  min-height: 64px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > :first-child > :first-child,
#blacklux-new-site-root .booking-wrap-wide .blx-start-fields > .destination > :first-child,
#blacklux-new-site-root .booking-wrap-wide .blx-date-row > * > :first-child {
  font-size: 10px !important;
  line-height: 1 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-start-fields input,
#blacklux-new-site-root .booking-wrap-wide .blx-date-row input {
  font-size: 15px !important;
  line-height: 1.1 !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-date-row > * {
  box-sizing: border-box !important;
  height: 56px !important;
  min-height: 56px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

#blacklux-new-site-root .booking-wrap-wide .blx-swap-route {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  font-size: 20px !important;
}

@media (max-width: 600px) {
  #blacklux-new-site-root .booking-real .blx-progress span { display: none !important; }

  #blacklux-new-site-root .booking-real .blx-private-area,
  #blacklux-new-site-root .booking-real .blx-giftcard,
  #blacklux-new-site-root .booking-real .blx-language { flex: 1 1 100% !important; }

  #blacklux-new-site-root .booking-real .blx-step {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  #blacklux-new-site-root .booking-real .blx-tabs button small { display: none !important; }
  #blacklux-new-site-root .booking-real .blx-date-row { grid-template-columns: 1fr !important; }
  #blacklux-new-site-root .booking-real .blx-brand h2 { font-size: 24px !important; }
  #blacklux-new-site-root .booking-wrap-wide .blx-access-tools { flex-wrap: wrap !important; }
  #blacklux-new-site-root .booking-wrap-wide .blx-private-area,
  #blacklux-new-site-root .booking-wrap-wide .blx-giftcard,
  #blacklux-new-site-root .booking-wrap-wide .blx-language { flex: 1 1 100% !important; }
  #blacklux-new-site-root .booking-wrap-wide .blx-brand { padding: 12px 14px 14px !important; }
  .booking-section > .shell { width: calc(100% - 14px); }
  #blacklux-new-site-root .booking-wrap-wide .blx-tabs button { height: 44px !important; min-height: 44px !important; }
  #blacklux-new-site-root .booking-wrap-wide .blx-start-fields > :first-child,
  #blacklux-new-site-root .booking-wrap-wide .blx-start-fields > .destination { height: 58px !important; min-height: 58px !important; }
  #blacklux-new-site-root .booking-wrap-wide .blx-date-row > * { height: 52px !important; min-height: 52px !important; }
}

/* Hero: one clear assistance action and fully legible heading. */
#blacklux-new-site-root h1,
#blacklux-new-site-root h2,
#blacklux-new-site-root h3 {
  opacity: 1 !important;
}

#blacklux-new-site-root .hero h1,
#blacklux-new-site-root .business h2,
#blacklux-new-site-root .digital-copy h2,
#blacklux-new-site-root .app-card:nth-child(2) h3,
#blacklux-new-site-root .world-card-featured h3,
#blacklux-new-site-root .service-detail-hero h1,
#blacklux-new-site-root .contact-card h2,
#blacklux-new-site-root .service-detail-cta h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#blacklux-new-site-root .section-heading h2,
#blacklux-new-site-root .coverage h2,
#blacklux-new-site-root .service-detail-overview h2,
#blacklux-new-site-root .service-method h2,
#blacklux-new-site-root .service-gallery h2,
#blacklux-new-site-root .standard-card h3,
#blacklux-new-site-root .service-list h3,
#blacklux-new-site-root .world-card:not(.world-card-featured) h3,
#blacklux-new-site-root .app-card:first-child h3 {
  color: #021326 !important;
  -webkit-text-fill-color: #021326 !important;
}

#blacklux-new-site-root .hero h1 em {
  color: #f0c75e !important;
  opacity: 1 !important;
  background: none !important;
  -webkit-text-fill-color: #f0c75e !important;
}

#blacklux-new-site-root .hero-actions .button-gold[href="#book"] {
  display: none !important;
}

#blacklux-new-site-root .header-actions .button-gold[href="#book"],
#blacklux-new-site-root .booking-real .blx-language {
  display: none !important;
}

#blacklux-new-site-root .language-control select,
#blacklux-new-site-root .service-detail-actions select {
  color: #ffffff !important;
  background-color: #06182d !important;
  background-image: none !important;
  -webkit-text-fill-color: #ffffff !important;
}

#blacklux-new-site-root .service-detail-actions select {
  min-width: 78px !important;
  padding: 7px 24px 7px 12px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-indent: 0 !important;
  opacity: 1 !important;
}

#blacklux-new-site-root .service-detail-actions label,
#blacklux-new-site-root .service-detail-actions label > span,
#blacklux-new-site-root .service-back {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#blacklux-new-site-root .contact-actions a[href="mailto:info@blackluxt.com"],
#blacklux-new-site-root .service-contact-actions a[href="mailto:info@blackluxt.com"] {
  font-size: 8px !important;
  letter-spacing: 0.08em !important;
}

#blacklux-new-site-root .world-card h3 {
  min-height: 50px;
  margin: 42px 0 15px;
  display: flex;
  align-items: flex-end;
}

#blacklux-new-site-root .world-card p {
  min-height: 62px;
}

#blacklux-new-site-root .world-card-cta {
  margin-top: auto;
  padding-top: 22px;
}

/*
 * Mobile CLS: prima che il calcolatore abbia completato il proprio mount,
 * riserva un'altezza sufficiente a mantenere l'hero fuori dal viewport
 * iniziale. Il contenuto reale è più alto di questa soglia, quindi non viene
 * aggiunto spazio vuoto e il flusso finale resta invariato.
 */
@media (max-width: 860px) {
  #blacklux-new-site-root .booking-real { min-height: 760px; }
}

/*
 * Exit offer 1.0.15
 * Riduce ulteriormente del 30% il popup promozionale compatto.
 * Il componente viene creato dal calcolatore dopo il caricamento del tema:
 * gli override sono quindi volutamente circoscritti e marcati !important.
 */
.blx-exit-overlay {
  box-sizing: border-box !important;
  padding: 13px !important;
}

.blx-exit-card {
  box-sizing: border-box !important;
  width: min(357px, calc(100vw - 26px)) !important;
  max-width: 357px !important;
  max-height: calc(100vh - 26px) !important;
  max-height: calc(100dvh - 26px) !important;
  padding: 28px 28px 25px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
}

.blx-exit-title {
  margin: 1px 0 10px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.blx-exit-sub {
  margin: 0 0 20px !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
}

.blx-exit-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px 20px !important;
  margin: 0 0 21px !important;
}

.blx-exit-benefits li {
  font-size: 10px !important;
  line-height: 1.55 !important;
}

.blx-exit-notice {
  margin-bottom: 18px !important;
  padding: 10px 11px !important;
  font-size: 10px !important;
}

.blx-exit-promo {
  margin-bottom: 20px !important;
  padding: 13px 14px 11px !important;
}

.blx-exit-code {
  padding: 6px 10px !important;
  font-size: 11px !important;
}

.blx-exit-copy {
  padding: 6px 11px !important;
  font-size: 10px !important;
}

.blx-exit-continue {
  padding: 13px !important;
  font-size: 10px !important;
}

.blx-exit-edit {
  margin-top: 10px !important;
  padding: 11px !important;
  font-size: 10px !important;
}

.blx-exit-leave {
  margin-top: 13px !important;
  font-size: 10px !important;
}

@media (max-width: 560px) {
  .blx-exit-overlay {
    padding: 7px !important;
  }

  .blx-exit-card {
    width: min(calc(100vw - 20px), 357px) !important;
    max-width: min(calc(100vw - 20px), 357px) !important;
    max-height: calc(100vh - 14px) !important;
    max-height: calc(100dvh - 14px) !important;
    padding: 21px 15px 17px !important;
  }

  .blx-exit-title {
    padding: 0 15px;
    font-size: 16px !important;
  }

  .blx-exit-sub {
    margin-bottom: 13px !important;
    font-size: 10px !important;
  }

  .blx-exit-benefits {
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    margin-bottom: 13px !important;
  }

  .blx-exit-promo {
    margin-bottom: 13px !important;
    padding: 11px 8px 10px !important;
  }

  .blx-exit-continue,
  .blx-exit-edit {
    padding: 10px !important;
  }

  .blx-exit-leave {
    margin-top: 8px !important;
  }
}

@media (min-width: 561px) and (max-height: 760px) {
  .blx-exit-card {
    padding: 20px 22px 17px !important;
  }

  .blx-exit-title {
    font-size: 14px !important;
  }

  .blx-exit-sub,
  .blx-exit-benefits,
  .blx-exit-promo,
  .blx-exit-notice {
    margin-bottom: 11px !important;
  }

  .blx-exit-benefits {
    gap: 7px 15px !important;
  }

  .blx-exit-promo {
    padding: 8px 11px !important;
  }

  .blx-exit-continue,
  .blx-exit-edit {
    padding: 8px !important;
  }

  .blx-exit-leave {
    margin-top: 7px !important;
  }
}
