/* Flex24 LP styles — scoped to .lp-scope (SEO landing pages only).
   Generated from the MarketingForce Wave-2 handoff preview layer;
   shared components (cards, trust bar, booking widget) intentionally
   NOT restyled here — they inherit the live style.css. */

.lp-scope { position: relative; }
:root {
  --flex-primary: #1a3a5c;
  --flex-primary-dark: #0f2840;
  --flex-primary-deep: #091a2e;
  --flex-primary-light: #2a5a8c;
  --flex-secondary: #3bb3e0;
  --flex-secondary-light: #5fc9f0;
  --flex-accent: #2dd4a8;
  --flex-accent-light: #5ee8c0;
  --flex-accent-dark: #1fb88f;
  --flex-white: #ffffff;
  --flex-ink: #dce9f6;
  --flex-muted: rgba(255, 255, 255, 0.68);
  --flex-dim: rgba(255, 255, 255, 0.48);
  --flex-line: rgba(255, 255, 255, 0.12);
  --flex-line-strong: rgba(94, 232, 192, 0.34);
  --flex-card: rgba(255, 255, 255, 0.055);
  --flex-card-strong: rgba(255, 255, 255, 0.085);
  --flex-light: #f5f9fc;
  --flex-light-text: #1b3552;
  --flex-light-muted: #61758a;
  --flex-warning: #f59e0b;
  --flex-danger: #ef4444;
  --flex-radius: 8px;
  --flex-shadow: 0 22px 65px rgba(0, 0, 0, 0.28);
  --flex-container: 1220px;
  color-scheme: dark;
}
.lp-scope *, .lp-scope *::before, .lp-scope *::after {
  box-sizing: border-box;
}
.lp-scope {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--flex-primary-deep);
  color: var(--flex-ink);
  font-family: Outfit, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
.lp-scope a, .lp-scope p, .lp-scope li, .lp-scope td, .lp-scope th, .lp-scope summary, .lp-scope h1, .lp-scope h2, .lp-scope h3 {
  overflow-wrap: anywhere;
}
.lp-scope a {
  color: inherit;
  text-decoration: none;
}
.lp-scope p a:not(.btn), .lp-scope li a:not(.btn) {
  color: var(--flex-accent-light);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(94, 232, 192, 0.42);
  text-underline-offset: 4px;
}
.lp-scope img {
  max-width: 100%;
  height: auto;
}
.lp-scope .skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: var(--flex-accent);
  color: var(--flex-primary-dark);
  border-radius: var(--flex-radius);
  font-weight: 700;
}
.lp-scope .skip-link:focus {
  top: 1rem;
}
.lp-scope > nav[aria-label="Sie sind hier"] {
  width: min(var(--flex-container), calc(100vw - 48px));
  margin: 26px auto 0;
  color: var(--flex-dim);
  font-size: 13px;
}
.lp-scope > nav[aria-label="Sie sind hier"] ol {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-scope > nav[aria-label="Sie sind hier"] li:not(:last-child)::after {
  content: "/";
  margin-left: 9px;
  color: rgba(255, 255, 255, 0.28);
}
.lp-scope > nav[aria-label="Sie sind hier"] a {
  color: var(--flex-muted);
}
.lp-scope {
  width: 100%;
  overflow: hidden;
}
.lp-scope > section {
  position: relative;
  width: min(var(--flex-container), calc(100vw - 48px));
  margin: 0 auto;
  padding: 78px 0;
  border-bottom: 1px solid var(--flex-line);
}
.lp-scope .lead {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.58;
}
.lp-scope .lead strong {
  color: var(--flex-white);
}
.lp-scope .btn, .lp-scope a.btn, .lp-scope > section > p > a[rel="nofollow"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 28px;
  border-radius: 10px;
  border: 1px solid rgba(94, 232, 192, 0.38);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.lp-scope .btn:hover, .lp-scope a.btn:hover, .lp-scope > section > p > a[rel="nofollow"]:hover {
  transform: translateY(-2px);
}
.lp-scope .btn-primary, .lp-scope a.btn-primary, .lp-scope > section > p > a[rel="nofollow"]:first-child {
  color: var(--flex-primary-dark);
  background: linear-gradient(135deg, var(--flex-accent-light), var(--flex-accent));
  box-shadow: 0 14px 34px rgba(45, 212, 168, 0.24);
}
.lp-scope .btn-primary::after, .lp-scope a.btn-primary::after {
  content: ">";
  margin-left: 12px;
  font-weight: 900;
}
.lp-scope .btn-secondary, .lp-scope a.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.lp-scope > section:not(:first-of-type) h2 {
  max-width: 860px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 820;
  letter-spacing: 0;
}
.lp-scope > section:not(:first-of-type) h2::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--flex-accent);
  border-radius: 999px;
}
.lp-scope > section:not(:first-of-type) h3 {
  margin: 28px 0 10px;
  color: #fff;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: 0;
}
.lp-scope > section:not(:first-of-type) p {
  max-width: 850px;
  color: var(--flex-muted);
}
.lp-scope > section:not(:first-of-type) > p:first-of-type {
  font-size: 18px;
}
.lp-scope > section:not(:first-of-type) > ul, .lp-scope > section:not(:first-of-type) > ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 32px;
  padding: 0;
  list-style: none;
}
.lp-scope > section:not(:first-of-type) > ul > li, .lp-scope > section:not(:first-of-type) > ol > li {
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--flex-line);
  border-radius: var(--flex-radius);
  background: var(--flex-card);
  color: var(--flex-muted);
}
.lp-scope > section:not(:first-of-type) > ol {
  counter-reset: flex-step;
}
.lp-scope > section:not(:first-of-type) > ol > li {
  counter-increment: flex-step;
}
.lp-scope > section:not(:first-of-type) > ol > li::before {
  content: counter(flex-step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--flex-accent);
  font-size: 30px;
  font-weight: 850;
  line-height: 1;
}
.lp-scope section:has(article) > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lp-scope section:has(article) > ul > li {
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
}
.lp-scope article {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--flex-line);
  border-radius: var(--flex-radius);
  background: var(--flex-card);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}
.lp-scope article::before {
  content: "";
  display: block;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(180deg, rgba(9, 26, 46, 0), rgba(9, 26, 46, 0.22)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3334.webp") center / cover no-repeat;
}
.lp-scope article h3, .lp-scope article p {
  margin-left: 22px;
  margin-right: 22px;
}
.lp-scope article h3 {
  margin-top: 24px;
}
.lp-scope article p:last-child {
  margin-bottom: 24px;
}
.lp-scope article p:nth-last-child(2) {
  display: inline-flex;
  margin-top: 4px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--flex-primary-dark);
  background: var(--flex-accent);
  font-weight: 800;
  font-size: 13px;
}
.lp-scope table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--flex-radius);
  background: var(--flex-card);
}
.lp-scope th, .lp-scope td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--flex-line);
  text-align: left;
  vertical-align: top;
}
.lp-scope th {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.lp-scope td {
  color: var(--flex-muted);
}
.lp-scope details {
  margin: 14px 0;
  border: 1px solid var(--flex-line);
  border-radius: var(--flex-radius);
  background: var(--flex-card);
}
.lp-scope summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 22px;
  color: #fff;
  list-style: none;
}
.lp-scope summary::-webkit-details-marker {
  display: none;
}
.lp-scope summary::before {
  content: "+";
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(45, 212, 168, 0.14);
  color: var(--flex-accent);
  font-weight: 900;
}
.lp-scope details[open] summary::before {
  content: "-";
}
.lp-scope summary h3 {
  margin: 0 !important;
  font-size: clamp(18px, 1.8vw, 23px) !important;
}
.lp-scope details > div {
  padding: 0 22px 22px 64px;
}
.lp-scope > section:last-of-type {
  width: 100%;
  margin: 0;
  padding: 86px max(24px, calc((100vw - var(--flex-container)) / 2));
  background: linear-gradient(135deg, rgba(26, 58, 92, 0.98), rgba(45, 212, 168, 0.18));
  border-bottom: 0;
}
.lp-scope > section:last-of-type h2, .lp-scope > section:last-of-type p {
  max-width: 780px;
}
@media (max-width: 820px) {
.lp-scope > nav[aria-label="Sie sind hier"], .lp-scope > section {
    width: min(var(--flex-container), calc(100vw - 32px));
  }
.lp-scope > section {
    padding: 56px 0;
  }
.lp-scope > section:not(:first-of-type) > ul, .lp-scope > section:not(:first-of-type) > ol, .lp-scope section:has(article) > ul {
    grid-template-columns: 1fr;
  }
.lp-scope table {
    display: block;
    overflow-x: auto;
  }
}
@media (max-width: 520px) {
.lp-scope .btn, .lp-scope a.btn, .lp-scope > section > p > a[rel="nofollow"] {
    width: 100%;
  }
.lp-scope details > div {
    padding-left: 22px;
  }
}
:root {
  --flex-container: 1280px;
  --flex-radius: 12px;
  --flex-radius-lg: 16px;
  --flex-section-light: #f0f9ff;
  --flex-section-soft: #eef7fb;
  --flex-text-dark: #12304c;
  --flex-text-muted: #5f7487;
}
.lp-scope {
  background: var(--flex-primary-dark);
}
.lp-scope::before {
  background:
    linear-gradient(180deg, rgba(15, 40, 64, 0.96) 0, rgba(26, 58, 92, 0.72) 42vh, rgba(15, 40, 64, 0.1) 100vh),
    linear-gradient(120deg, rgba(59, 179, 224, 0.12), rgba(45, 212, 168, 0.08), transparent 72%);
}
.lp-scope .container, .lp-scope .nav-container, .lp-scope .footer-main .container, .lp-scope .footer-bottom .container {
  width: min(var(--flex-container), calc(100vw - 48px));
  margin-inline: auto;
}
.lp-scope .site-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(26, 58, 92, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}
.lp-scope .nav-container {
  min-height: 92px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 26px;
}
.lp-scope .nav-logo {
  display: inline-flex;
  align-items: center;
}
.lp-scope .nav-logo img {
  width: 202px;
  max-height: 58px;
  object-fit: contain;
}
.lp-scope .nav-menu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}
.lp-scope .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-scope .nav-links a {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.lp-scope .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--flex-accent);
  transition: transform 180ms ease;
}
.lp-scope .nav-links a:hover, .lp-scope .nav-links a.active, .lp-scope .nav-links a[aria-current="page"] {
  color: #fff;
}
.lp-scope .nav-links a:hover::after, .lp-scope .nav-links a.active::after, .lp-scope .nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}
.lp-scope .nav-phone-desktop {
  display: inline-grid;
  grid-template-columns: 42px auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 8px 18px 8px 10px;
  border: 1px solid rgba(45, 212, 168, 0.36);
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.1);
}
.lp-scope .phone-icon-wrapper {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--flex-accent);
  color: var(--flex-primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.lp-scope .phone-label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}
.lp-scope .phone-number {
  display: block;
  color: var(--flex-accent-light);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.12;
  white-space: nowrap;
}
.lp-scope .nav-auth {
  display: flex;
  gap: 10px;
  align-items: center;
}
.lp-scope .btn, .lp-scope a.btn, .lp-scope button.btn, .lp-scope > section > p > a[rel="nofollow"] {
  min-height: 52px;
  border-radius: 12px;
  font-weight: 850;
}
.lp-scope .btn-outline, .lp-scope .nav-auth .btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}
.lp-scope .btn-primary, .lp-scope .nav-auth .btn-primary {
  color: var(--flex-primary-dark);
  background: linear-gradient(135deg, var(--flex-accent-light), var(--flex-accent));
  border-color: transparent;
  box-shadow: 0 14px 36px rgba(45, 212, 168, 0.26);
}
.lp-scope .nav-mobile-actions {
  display: none;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.lp-scope .nav-phone-mobile-header, .lp-scope .nav-toggle {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45, 212, 168, 0.28);
  border-radius: 50%;
  background: rgba(45, 212, 168, 0.1);
  color: var(--flex-accent-light);
  font-size: 11px;
  font-weight: 900;
}
.lp-scope .nav-toggle {
  padding: 0;
}
.lp-scope .nav-toggle span {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  display: block;
  background: currentColor;
  border-radius: 999px;
}
.lp-scope > article {
  width: 100%;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lp-scope article::before {
  content: none;
}
.lp-scope {
  overflow: hidden;
}
.lp-scope > section, .lp-scope > article > section, .lp-scope > article > nav {
  width: min(var(--flex-container), calc(100vw - 48px));
  margin-inline: auto;
  padding: 78px 0;
  border-bottom: 1px solid var(--flex-line);
}
.lp-scope .lp-hero {
  width: 100%;
  min-height: calc(100vh - 92px);
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  padding: clamp(76px, 11vh, 132px) max(24px, calc((100vw - var(--flex-container)) / 2));
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(9, 26, 46, 0.96) 0%, rgba(15, 40, 64, 0.88) 44%, rgba(26, 58, 92, 0.34) 100%),
    url("_preview-assets/images/hero-new.png") center / cover no-repeat;
}
.lp-scope .lp-hero > * {
  grid-column: 1;
}
.lp-scope .lp-hero::before {
  content: "Flex24";
  display: inline-flex;
  width: fit-content;
  grid-column: 1;
  margin-bottom: 6px;
  padding: 9px 13px;
  border: 1px solid rgba(45, 212, 168, 0.34);
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.1);
  color: var(--flex-accent-light);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lp-scope .lp-hero::after {
  content: "";
  display: block;
  grid-column: 2;
  grid-row: 1 / span 7;
  justify-self: end;
  align-self: center;
  width: min(100%, 500px);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--flex-radius-lg);
  background:
    linear-gradient(180deg, rgba(9, 26, 46, 0), rgba(9, 26, 46, 0.38)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3337.webp") center / cover no-repeat;
  box-shadow: var(--flex-shadow);
}
.lp-scope .lp-hero h1 {
  max-width: 860px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(44px, 5.7vw, 76px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}
.lp-scope .lp-hero .hero-subline, .lp-scope .lp-hero .lead {
  max-width: 760px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 1.7vw, 21px);
  line-height: 1.6;
}
.lp-scope .hero-quick-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 900px;
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}
.lp-scope .hero-quick-trust li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid rgba(94, 232, 192, 0.26);
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 720;
}
.lp-scope .hero-quick-trust li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--flex-accent);
  box-shadow: 0 0 0 4px rgba(45, 212, 168, 0.12);
}
.lp-scope .lp-trustbar {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px max(24px, calc((100vw - var(--flex-container)) / 2));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  border-bottom: 0;
  background: #fff;
  color: var(--flex-text-dark);
  box-shadow: 0 14px 40px rgba(5, 22, 38, 0.12);
}
.lp-scope .booking-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 max(24px, calc((100vw - var(--flex-container)) / 2)) 64px;
  border-bottom: 0;
  background: linear-gradient(180deg, #fff 0, var(--flex-section-light) 100%);
}
.lp-scope .booking-card {
  transform: translateY(-18px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(26, 58, 92, 0.12);
  border-radius: var(--flex-radius-lg);
  background: #fff;
  box-shadow: 0 22px 52px rgba(5, 22, 38, 0.16);
}
.lp-scope .booking-field {
  display: grid;
  gap: 7px;
}
.lp-scope .booking-field label {
  color: var(--flex-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-scope .booking-field input, .lp-scope .booking-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(26, 58, 92, 0.14);
  border-radius: 12px;
  background: var(--flex-section-light);
  color: var(--flex-primary-dark);
  font: inherit;
  font-weight: 700;
}
.lp-scope .booking-submit {
  min-width: 164px;
  border: 0;
  cursor: pointer;
}
.lp-scope .lp-introfacts, .lp-scope .lp-content, .lp-scope .lp-benefits, .lp-scope .lp-localcontext, .lp-scope .lp-commercial, .lp-scope .lp-steps, .lp-scope .lp-fleetpreview, .lp-scope .lp-faq, .lp-scope .lp-finalcta {
  scroll-margin-top: 112px;
}
.lp-scope .lp-introfacts, .lp-scope .lp-benefits, .lp-scope .lp-commercial, .lp-scope .lp-localcontext, .lp-scope .lp-faq {
  background: transparent;
}
.lp-scope h2 {
  max-width: 880px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.1;
  font-weight: 880;
  letter-spacing: 0;
}
.lp-scope h2::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-bottom: 18px;
  background: var(--flex-accent);
  border-radius: 999px;
}
.lp-scope h3, .lp-scope h4 {
  color: #fff;
  letter-spacing: 0;
}
.lp-scope p, .lp-scope li, .lp-scope td {
  color: var(--flex-muted);
}
.lp-scope a:not(.btn):not(.vehicle-link):not(.btn-install-app) {
  color: var(--flex-accent-light);
}
.lp-scope .steps-section > h2 + p, .lp-scope .benefits-section > h2 + p, .lp-scope .local-section > h2 + p, .lp-scope .comparison-section > h2 + p {
  font-size: 18px;
}
.lp-scope .steps-grid, .lp-scope .steps-section > ol, .lp-scope .usp-grid, .lp-scope .benefits-section > ul, .lp-scope .local-section > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 32px 0;
  padding: 0;
  list-style: none;
}
.lp-scope .steps-grid > li, .lp-scope .steps-section > ol > li, .lp-scope .usp-grid > li, .lp-scope .benefits-section > ul > li, .lp-scope .local-section > ul > li {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--flex-line);
  border-radius: var(--flex-radius);
  background: var(--flex-card);
  color: var(--flex-muted);
}
.lp-scope .steps-section > ol {
  counter-reset: lp-step;
}
.lp-scope .steps-section > ol > li {
  counter-increment: lp-step;
}
.lp-scope .steps-section > ol > li::before {
  content: counter(lp-step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  color: var(--flex-accent);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}
.lp-scope .fleet-preview {
  width: 100%;
  max-width: none;
  padding: 88px max(24px, calc((100vw - var(--flex-container)) / 2));
  background: #081927;
  border-bottom: 0;
}
.lp-scope .fleet-preview > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.lp-scope .fleet-preview > ul > li {
  padding: 0;
  border: 0;
  background: transparent;
}
.lp-scope .vehicle-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}
.lp-scope .vehicle-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}
.lp-scope .vehicle-badge, .lp-scope .vehicle-category {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #071524;
  font-size: 12px;
  font-weight: 900;
}
.lp-scope .vehicle-badge {
  top: 12px;
  left: 12px;
  background: var(--flex-accent);
}
.lp-scope .vehicle-category {
  right: 12px;
  bottom: 12px;
  color: #fff;
  background: rgba(9, 26, 46, 0.78);
  backdrop-filter: blur(8px);
}
.lp-scope .vehicle-content {
  padding: 22px;
}
.lp-scope .vehicle-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: 23px;
  line-height: 1.18;
  font-weight: 850;
}
.lp-scope .vehicle-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 18px;
}
.lp-scope .vehicle-specs span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 750;
}
.lp-scope .vehicle-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lp-scope .price-monthly {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
}
.lp-scope .price-row, .lp-scope .price-amount {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}
.lp-scope .vehicle-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border-radius: 10px;
  color: var(--flex-primary-dark);
  background: var(--flex-accent);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.lp-scope table {
  border: 1px solid var(--flex-line);
  border-radius: var(--flex-radius-lg);
  background: rgba(255, 255, 255, 0.055);
}
.lp-scope th {
  background: rgba(45, 212, 168, 0.12);
}
.lp-scope details {
  border-radius: var(--flex-radius);
  background: rgba(255, 255, 255, 0.055);
}
.lp-scope .reviews-hero {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 86px max(24px, calc((100vw - var(--flex-container)) / 2));
  background: var(--flex-section-light);
  color: var(--flex-text-dark);
  border-bottom: 0;
}
.lp-scope .reviews-hero h2, .lp-scope .reviews-hero p {
  color: var(--flex-text-dark);
}
.lp-scope .reviews-hero h2::before {
  background: var(--flex-secondary);
}
.lp-scope .section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--flex-secondary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lp-scope .reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.lp-scope .review-card {
  padding: 24px;
  border: 1px solid rgba(26, 58, 92, 0.08);
  border-radius: var(--flex-radius);
  background: #fff;
  box-shadow: 0 16px 36px rgba(5, 22, 38, 0.08);
}
.lp-scope .review-card strong {
  display: block;
  color: var(--flex-primary);
  font-size: 22px;
  line-height: 1.15;
}
.lp-scope .review-card span {
  display: block;
  margin-top: 8px;
  color: var(--flex-text-muted);
}
.lp-scope .lp-final-cta, .lp-scope .cta-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 88px max(24px, calc((100vw - var(--flex-container)) / 2));
  background: linear-gradient(135deg, rgba(26, 58, 92, 0.98), rgba(45, 212, 168, 0.18));
  border-bottom: 0;
}
.lp-scope .install-app-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 80px max(24px, calc((100vw - var(--flex-container)) / 2));
  background: linear-gradient(135deg, #1a3a5c 0%, #0f2840 56%, #123f5d 100%);
  border-bottom: 0;
}
.lp-scope .install-app-card {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 34px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--flex-radius-lg);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}
.lp-scope .phone-wrapper {
  position: relative;
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
}
.lp-scope .phone-pulse {
  position: absolute;
  inset: 0;
  border: 4px solid var(--flex-accent);
  border-radius: 50%;
  animation: pulse-ring 2.2s infinite;
}
.lp-scope .phone-mockup {
  position: relative;
  width: 136px;
  height: 136px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 4px solid var(--flex-accent);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
}
.lp-scope .phone-mockup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.28); opacity: 0; }
}
.lp-scope .install-app-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 42px);
}
.lp-scope .install-app-content h2::before {
  display: none;
}
.lp-scope .install-subtitle {
  margin: 0 0 22px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
}
.lp-scope .install-app-features {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.lp-scope .feature-item {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 760;
}
.lp-scope .btn-install-app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 12px;
  color: var(--flex-primary-dark);
  background: var(--flex-accent);
  font-weight: 900;
}
.lp-scope .site-footer {
  background: #071524;
  color: var(--flex-muted);
}
.lp-scope .footer-main {
  padding: 64px 0 42px;
}
.lp-scope .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr 1.1fr;
  gap: 34px;
}
.lp-scope .footer-logo img, .lp-scope .footer-brand img {
  width: 190px;
  margin-bottom: 16px;
}
.lp-scope .footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.lp-scope .footer-social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 900;
}
.lp-scope .footer-links h4, .lp-scope .footer-contact h4 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
}
.lp-scope .site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-scope .site-footer li + li {
  margin-top: 9px;
}
.lp-scope .site-footer a {
  color: var(--flex-muted);
}
.lp-scope .footer-contact-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lp-scope .footer-bottom {
  border-top: 1px solid var(--flex-line);
  padding: 18px 0;
}
.lp-scope .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.lp-scope .footer-bottom p {
  margin: 0;
  color: var(--flex-dim);
  font-size: 13px;
}
.lp-scope .footer-langs {
  display: flex;
  gap: 10px;
}
.lp-scope .footer-langs a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 900;
}
.lp-scope .whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #65e47d, #35cc6e);
  color: #062012;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(53, 204, 110, 0.36);
}
.lp-scope .whatsapp-tooltip {
  position: absolute;
  right: 66px;
  bottom: 8px;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #071524;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}
.lp-scope .whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1120px) {
.lp-scope .nav-container {
    grid-template-columns: 188px 1fr;
  }
.lp-scope .nav-logo img {
    width: 178px;
  }
.lp-scope .nav-auth {
    display: none;
  }
.lp-scope .nav-menu {
    grid-template-columns: minmax(0, 1fr) auto;
  }
.lp-scope .lp-hero {
    grid-template-columns: 1fr;
  }
.lp-scope .lp-hero::after {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
.lp-scope .booking-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.lp-scope .booking-submit {
    grid-column: span 2;
    width: 100%;
  }
}
@media (max-width: 860px) {
.lp-scope .container, .lp-scope .nav-container, .lp-scope .footer-main .container, .lp-scope .footer-bottom .container, .lp-scope > section, .lp-scope > article > section, .lp-scope > article > nav {
    width: min(var(--flex-container), calc(100vw - 32px));
  }
.lp-scope .nav-container {
    min-height: 78px;
    grid-template-columns: 170px auto;
    justify-content: space-between;
  }
.lp-scope .nav-logo img {
    width: 160px;
  }
.lp-scope .nav-mobile-actions {
    display: flex;
  }
.lp-scope .nav-menu {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border: 1px solid var(--flex-line);
    border-radius: var(--flex-radius-lg);
    background: rgba(9, 26, 46, 0.98);
    box-shadow: var(--flex-shadow);
  }
.lp-scope .site-nav.nav-open .nav-menu {
    display: grid;
  }
.lp-scope .nav-links {
    display: grid;
    justify-content: stretch;
    gap: 0;
  }
.lp-scope .nav-links a {
    display: block;
    padding: 12px 0;
  }
.lp-scope .nav-phone-desktop {
    width: 100%;
  }
.lp-scope .lp-hero {
    min-height: 0;
    padding: 64px 16px 56px;
  }
.lp-scope .lp-hero h1 {
    font-size: clamp(36px, 12vw, 52px);
  }
.lp-scope .lp-hero::after {
    width: 100%;
  }
.lp-scope .lp-trustbar, .lp-scope .fleet-preview, .lp-scope .reviews-hero, .lp-scope .install-app-section, .lp-scope .lp-final-cta, .lp-scope .cta-section {
    padding-left: 16px;
    padding-right: 16px;
  }
.lp-scope .lp-trustbar, .lp-scope .fleet-preview > ul, .lp-scope .steps-grid, .lp-scope .steps-section > ol, .lp-scope .usp-grid, .lp-scope .benefits-section > ul, .lp-scope .local-section > ul, .lp-scope .reviews-grid, .lp-scope .footer-grid, .lp-scope .install-app-card {
    grid-template-columns: 1fr;
  }
.lp-scope .booking-card {
    grid-template-columns: 1fr;
  }
.lp-scope .booking-submit {
    grid-column: auto;
  }
.lp-scope .install-app-icon {
    display: none;
  }
.lp-scope .footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
.lp-scope .hero-quick-trust {
    display: grid;
    grid-template-columns: 1fr;
  }
.lp-scope .vehicle-specs {
    grid-template-columns: 1fr;
  }
.lp-scope .vehicle-footer {
    align-items: stretch;
    flex-direction: column;
  }
.lp-scope .vehicle-cta, .lp-scope .btn, .lp-scope a.btn, .lp-scope .btn-install-app {
    width: 100%;
  }
}
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
  width: 100%;
  max-width: none;
  min-height: min(720px, calc(100vh - 92px));
  margin: 0;
  padding: clamp(58px, 7vh, 88px) max(24px, calc((100vw - var(--flex-container)) / 2)) clamp(42px, 6vh, 72px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 460px);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
  border: 0;
  background:
    linear-gradient(90deg, rgba(7, 21, 36, 0.98) 0%, rgba(15, 40, 64, 0.9) 44%, rgba(26, 58, 92, 0.42) 100%),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3330.webp") center / cover no-repeat;
  box-shadow: none;
}
.lp-scope > .lp-hero > *, .lp-scope > article > .lp-hero > * {
  grid-column: 1;
  max-width: 710px;
}
.lp-scope > .lp-hero::before, .lp-scope > article > .lp-hero::before {
  grid-column: 1;
  margin: 0 0 4px;
  padding: 8px 12px;
  background: rgba(45, 212, 168, 0.12);
  box-shadow: inset 0 0 0 1px rgba(94, 232, 192, 0.18);
}
.lp-scope > .lp-hero::after, .lp-scope > article > .lp-hero::after {
  grid-column: 2;
  grid-row: 2 / span 6;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 4 / 3.15;
  border: 0;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(7, 21, 36, 0), rgba(7, 21, 36, 0.28)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3337.webp") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}
.lp-scope > .lp-hero h1, .lp-scope > article > .lp-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
  overflow-wrap: normal;
}
.lp-scope > .lp-hero .hero-subline, .lp-scope > .lp-hero .lead, .lp-scope > article > .lp-hero .hero-subline, .lp-scope > article > .lp-hero .lead {
  max-width: 680px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.56;
}
.lp-scope > .lp-hero .hero-quick-trust, .lp-scope > article > .lp-hero .hero-quick-trust {
  max-width: 760px;
  margin-bottom: 28px;
  gap: 10px;
}
.lp-scope > .lp-hero .hero-quick-trust li, .lp-scope > article > .lp-hero .hero-quick-trust li {
  min-height: 38px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(94, 232, 192, 0.2);
  font-size: 13px;
}
.lp-scope > .lp-hero p:has(.btn), .lp-scope > article > .lp-hero p:has(.btn) {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}
.lp-scope > .lp-trustbar {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 22px max(24px, calc((100vw - var(--flex-container)) / 2));
  border: 0;
}
.lp-scope > .booking-section, .lp-scope > article > .booking-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 34px max(24px, calc((100vw - var(--flex-container)) / 2)) 58px;
  border: 0;
  background: linear-gradient(180deg, #ffffff 0, #eef7fb 100%);
}
.lp-scope > .booking-section .booking-card, .lp-scope > article > .booking-section .booking-card {
  transform: none;
}
.lp-scope > section:not(.lp-hero):not(.lp-trustbar):not(.booking-section):not(.fleet-preview):not(.reviews-hero):not(.install-app-section):not(.cta-section), .lp-scope > article > section:not(.lp-hero):not(.lp-trustbar):not(.booking-section):not(.fleet-preview):not(.reviews-hero):not(.install-app-section):not(.cta-section) {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(66px, 8vw, 94px) max(24px, calc((100vw - var(--flex-container)) / 2));
  border: 0;
}
.lp-scope > .lp-introfacts, .lp-scope > .lp-commercial, .lp-scope > .lp-localcontext, .lp-scope > article > .lp-introfacts, .lp-scope > article > .lp-commercial, .lp-scope > article > .lp-localcontext {
  background: #ffffff;
}
.lp-scope > .lp-benefits, .lp-scope > .lp-content, .lp-scope > article > .lp-benefits, .lp-scope > article > .lp-content {
  background: #0a1c2c;
}
.lp-scope > .lp-faq, .lp-scope > article > .lp-faq {
  background: #0f2840;
}
.lp-scope > .lp-introfacts h2, .lp-scope > .lp-commercial h2, .lp-scope > .lp-localcontext h2, .lp-scope > article > .lp-introfacts h2, .lp-scope > article > .lp-commercial h2, .lp-scope > article > .lp-localcontext h2 {
  color: var(--flex-primary-dark);
}
.lp-scope > .lp-introfacts h3, .lp-scope > .lp-introfacts h4, .lp-scope > .lp-commercial h3, .lp-scope > .lp-commercial h4, .lp-scope > .lp-localcontext h3, .lp-scope > .lp-localcontext h4, .lp-scope > article > .lp-introfacts h3, .lp-scope > article > .lp-introfacts h4, .lp-scope > article > .lp-commercial h3, .lp-scope > article > .lp-commercial h4, .lp-scope > article > .lp-localcontext h3, .lp-scope > article > .lp-localcontext h4 {
  color: var(--flex-primary);
}
.lp-scope > .lp-introfacts p, .lp-scope > .lp-introfacts li, .lp-scope > .lp-commercial p, .lp-scope > .lp-commercial li, .lp-scope > .lp-commercial td, .lp-scope > .lp-localcontext p, .lp-scope > .lp-localcontext li, .lp-scope > article > .lp-introfacts p, .lp-scope > article > .lp-introfacts li, .lp-scope > article > .lp-commercial p, .lp-scope > article > .lp-commercial li, .lp-scope > article > .lp-commercial td, .lp-scope > article > .lp-localcontext p, .lp-scope > article > .lp-localcontext li {
  color: var(--flex-text-muted);
}
.lp-scope > .lp-introfacts a:not(.btn), .lp-scope > .lp-commercial a:not(.btn), .lp-scope > .lp-localcontext a:not(.btn), .lp-scope > article > .lp-introfacts a:not(.btn), .lp-scope > article > .lp-commercial a:not(.btn), .lp-scope > article > .lp-localcontext a:not(.btn) {
  color: #1977a3;
  text-decoration-color: rgba(25, 119, 163, 0.28);
}
.lp-scope > .fleet-preview, .lp-scope > article > .fleet-preview {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(70px, 8vw, 96px) max(24px, calc((100vw - var(--flex-container)) / 2));
  border: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 36, 0.98), rgba(8, 25, 39, 0.98)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3369.webp") center / cover no-repeat;
}
.lp-scope > .reviews-hero, .lp-scope > article > .reviews-hero, .lp-scope > .install-app-section, .lp-scope > article > .install-app-section, .lp-scope > .cta-section, .lp-scope > article > .cta-section {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
}
.lp-scope table {
  background: #ffffff;
  border-color: rgba(26, 58, 92, 0.12);
  box-shadow: 0 16px 36px rgba(5, 22, 38, 0.08);
}
.lp-scope th {
  color: var(--flex-primary-dark);
  background: #eaf7fc;
}
.lp-scope td {
  color: var(--flex-text-muted);
  border-bottom-color: rgba(26, 58, 92, 0.1);
}
.lp-scope > .lp-faq details, .lp-scope > article > .lp-faq details {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.12);
}
.lp-scope > .lp-faq summary, .lp-scope > article > .lp-faq summary {
  color: #ffffff;
}
@media (max-width: 1120px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
.lp-scope > .lp-hero::after, .lp-scope > article > .lp-hero::after {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    max-width: 560px;
  }
}
@media (max-width: 860px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    padding: 44px 16px 34px;
    background:
      linear-gradient(90deg, rgba(7, 21, 36, 0.96) 0%, rgba(15, 40, 64, 0.84) 100%),
      url("_preview-assets/images/promo-b2b/optimized/1H2A3330.webp") center / cover no-repeat;
  }
.lp-scope > .lp-hero::after, .lp-scope > article > .lp-hero::after {
    display: none;
  }
.lp-scope > .lp-hero h1, .lp-scope > article > .lp-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.5vw, 46px);
  }
.lp-scope > .lp-hero .hero-subline, .lp-scope > .lp-hero .lead, .lp-scope > article > .lp-hero .hero-subline, .lp-scope > article > .lp-hero .lead {
    font-size: 17px;
  }
.lp-scope > .lp-trustbar {
    padding: 18px 16px;
  }
.lp-scope > .booking-section, .lp-scope > article > .booking-section, .lp-scope > section:not(.lp-hero):not(.lp-trustbar):not(.booking-section):not(.fleet-preview):not(.reviews-hero):not(.install-app-section):not(.cta-section), .lp-scope > article > section:not(.lp-hero):not(.lp-trustbar):not(.booking-section):not(.fleet-preview):not(.reviews-hero):not(.install-app-section):not(.cta-section), .lp-scope > .fleet-preview, .lp-scope > article > .fleet-preview {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 520px) {
.lp-scope .nav-container {
    grid-template-columns: 150px auto;
  }
.lp-scope .nav-logo img {
    width: 144px;
  }
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    padding-top: 34px;
  }
.lp-scope > .lp-hero h1, .lp-scope > article > .lp-hero h1 {
    font-size: clamp(32px, 10vw, 40px);
  }
}
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
  min-height: 600px;
  align-content: center;
  row-gap: 14px;
  column-gap: clamp(30px, 4vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  grid-template-areas:
    "eyebrow media"
    "title media"
    "copy media"
    "trust media"
    "actions media";
  grid-auto-rows: auto;
}
.lp-scope > .lp-hero > *, .lp-scope > article > .lp-hero > * {
  grid-column: auto;
}
.lp-scope > .lp-hero::before, .lp-scope > article > .lp-hero::before {
  grid-area: eyebrow;
}
.lp-scope > .lp-hero h1, .lp-scope > article > .lp-hero h1 {
  grid-area: title;
  max-width: 820px;
  font-size: clamp(38px, 4vw, 54px);
}
.lp-scope > .lp-hero .hero-subline, .lp-scope > .lp-hero .lead, .lp-scope > article > .lp-hero .hero-subline, .lp-scope > article > .lp-hero .lead {
  grid-area: copy;
  display: -webkit-box;
  max-width: 760px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.lp-scope > .lp-hero .hero-quick-trust, .lp-scope > article > .lp-hero .hero-quick-trust {
  grid-area: trust;
  max-width: 780px;
}
.lp-scope > .lp-hero .hero-quick-trust li:nth-child(n + 4), .lp-scope > article > .lp-hero .hero-quick-trust li:nth-child(n + 4) {
  display: none;
}
.lp-scope > .lp-hero p:has(.btn), .lp-scope > article > .lp-hero p:has(.btn) {
  grid-area: actions;
}
.lp-scope > .lp-hero::after, .lp-scope > article > .lp-hero::after {
  grid-area: media;
  max-width: 420px;
}
@media (max-width: 1120px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    grid-template-areas:
      "eyebrow"
      "title"
      "copy"
      "trust"
      "actions"
      "media";
  }
}
@media (max-width: 860px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    grid-template-columns: minmax(0, 1fr);
  }
.lp-scope > .lp-hero > *, .lp-scope > article > .lp-hero > * {
    width: 100%;
    max-width: none;
  }
.lp-scope > .lp-hero .hero-quick-trust li:nth-child(n + 3), .lp-scope > article > .lp-hero .hero-quick-trust li:nth-child(n + 3) {
    display: none;
  }
.lp-scope > .lp-hero .hero-quick-trust, .lp-scope > article > .lp-hero .hero-quick-trust {
    margin-bottom: 20px;
  }
.lp-scope > .lp-hero .hero-subline, .lp-scope > .lp-hero .lead, .lp-scope > article > .lp-hero .hero-subline, .lp-scope > article > .lp-hero .lead {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 860px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    padding: 30px 16px 28px;
  }
.lp-scope > .lp-hero .hero-subline, .lp-scope > .lp-hero .lead, .lp-scope > article > .lp-hero .hero-subline, .lp-scope > article > .lp-hero .lead {
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 520px) {
.lp-scope > .lp-hero, .lp-scope > article > .lp-hero {
    padding-top: 28px;
    padding-bottom: 28px;
  }
.lp-scope > .lp-hero h1, .lp-scope > article > .lp-hero h1 {
    font-size: clamp(29px, 8.8vw, 34px);
  }
.lp-scope > .lp-hero .hero-quick-trust li:nth-child(n + 2), .lp-scope > article > .lp-hero .hero-quick-trust li:nth-child(n + 2) {
    display: none;
  }
}
.lp-scope .lp-source-hidden {
  display: none !important;
}
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero {
  min-height: min(760px, calc(100vh - 92px));
  padding-top: clamp(70px, 8vh, 106px);
  padding-bottom: clamp(54px, 7vh, 84px);
  background:
    linear-gradient(90deg, rgba(7, 21, 36, 0.99) 0%, rgba(15, 40, 64, 0.94) 42%, rgba(26, 58, 92, 0.46) 100%),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3330.webp") center / cover no-repeat;
}
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero::after, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero::after {
  max-width: 470px;
  aspect-ratio: 0.92;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(7, 21, 36, 0) 35%, rgba(7, 21, 36, 0.42) 100%),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3337.webp") center / cover no-repeat;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero h1, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 0.98;
}
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero .hero-subline, .lp-scope .lp-zuerich-page .lp-scope > .lp-hero .lead, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero .hero-subline, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero .lead {
  max-width: 700px;
  font-size: clamp(18px, 1.45vw, 21px);
}
.lp-scope .lp-zuerich-page .lp-scope > .lp-trustbar {
  background: #ffffff;
}
.lp-scope .lp-zuerich-page .lp-scope > .booking-section, .lp-scope .lp-zuerich-page .lp-scope > article > .booking-section {
  padding-bottom: clamp(42px, 5vw, 66px);
  background: linear-gradient(180deg, #ffffff 0, #eef7fb 100%);
}
.lp-scope .lp-conversion-page .lp-scope > .lp-conversion-band, .lp-scope .lp-conversion-page .lp-scope > article > .lp-conversion-band {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  padding: clamp(72px, 8vw, 110px) max(24px, calc((100vw - var(--flex-container)) / 2));
}
.lp-scope .lp-conversion-page .section-header {
  max-width: 790px;
  margin: 0 0 34px;
}
.lp-scope .lp-conversion-page .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.13);
  color: var(--flex-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-scope .lp-conversion-page .section-header h2, .lp-scope .lp-conversion-page .lp-conversion-band h2 {
  max-width: 780px;
  margin: 0;
  color: var(--flex-primary-dark);
  font-size: clamp(34px, 3.3vw, 50px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}
.lp-scope .lp-conversion-page .section-header p {
  max-width: 650px;
  margin: 16px 0 0;
  color: var(--flex-text-muted);
  font-size: 18px;
  line-height: 1.58;
}
.lp-scope .lp-conversion-page .lp-usecase-band {
  background: #ffffff;
  color: var(--flex-primary-dark);
}
.lp-scope .lp-usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.lp-scope .lp-usecase-card {
  position: relative;
  min-height: 232px;
  display: grid;
  align-content: start;
  gap: 14px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f0f9ff 100%);
  color: var(--flex-primary-dark);
  box-shadow: 0 20px 48px rgba(9, 26, 46, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.lp-scope .lp-usecase-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--flex-accent), var(--flex-secondary));
}
.lp-scope .lp-usecase-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45, 212, 168, 0.34);
  box-shadow: 0 28px 60px rgba(9, 26, 46, 0.14);
}
.lp-scope .lp-usecase-card span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(26, 58, 92, 0.08);
  color: var(--flex-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.lp-scope .lp-usecase-card strong {
  max-width: 12ch;
  color: var(--flex-primary-dark);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.02;
  font-weight: 900;
}
.lp-scope .lp-usecase-card small {
  color: var(--flex-text-muted);
  font-size: 15px;
  line-height: 1.48;
}
.lp-scope .lp-conversion-page .lp-scope > .lp-priority-fleet, .lp-scope .lp-conversion-page .lp-scope > article > .lp-priority-fleet {
  padding-top: clamp(78px, 8vw, 112px);
  padding-bottom: clamp(78px, 8vw, 112px);
  background:
    linear-gradient(180deg, rgba(7, 21, 36, 0.98), rgba(9, 26, 46, 0.98)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3369.webp") center / cover no-repeat;
}
.lp-scope .lp-priority-fleet > h2 {
  max-width: 820px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}
.lp-scope .lp-priority-fleet > h2::before {
  content: "Flex24 Flotte";
  display: table;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.13);
  color: var(--flex-accent-light);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-scope .lp-priority-fleet > h2 + p {
  max-width: 660px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
}
.lp-scope .lp-priority-fleet > h3, .lp-scope .lp-priority-fleet > h3 + p {
  display: none !important;
}
.lp-scope .lp-priority-fleet > ul {
  margin-top: 38px !important;
}
.lp-scope .lp-priority-fleet > ul + p {
  margin: 34px 0 0;
}
.lp-scope .lp-priority-fleet > ul + p a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--flex-primary-dark);
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}
.lp-scope .lp-priority-fleet .vehicle-content {
  display: grid;
  min-height: 330px;
  grid-template-rows: auto auto auto 1fr auto;
}
.lp-scope .lp-priority-fleet .vehicle-title {
  min-height: 54px;
}
.lp-scope .lp-priority-fleet .vehicle-content > p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.46;
}
.lp-scope .lp-priority-fleet .vehicle-source-price, .lp-scope .lp-priority-fleet .vehicle-original-link {
  display: none !important;
}
.lp-scope .lp-priority-fleet .vehicle-footer {
  align-self: end;
}
.lp-scope .lp-conversion-page .lp-zurich-local {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  background:
    linear-gradient(135deg, #0f2840 0%, #173a59 48%, #10283f 100%);
  color: #ffffff;
}
.lp-scope .lp-zurich-local .section-kicker {
  color: var(--flex-accent-light);
  background: rgba(45, 212, 168, 0.12);
}
.lp-scope .lp-zurich-local h2 {
  max-width: 620px;
  color: #ffffff;
}
.lp-scope .lp-zurich-local p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}
.lp-scope .lp-local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.lp-scope .lp-local-cards {
  display: grid;
  gap: 14px;
}
.lp-scope .lp-local-cards article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 4px 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}
.lp-scope .lp-local-cards span {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--flex-accent);
  color: var(--flex-primary-dark);
  font-weight: 900;
}
.lp-scope .lp-local-cards strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.12;
}
.lp-scope .lp-local-cards p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}
.lp-scope .lp-conversion-page .lp-fast-steps {
  background: #ffffff;
  color: var(--flex-primary-dark);
}
.lp-scope .lp-fast-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.lp-scope .lp-fast-steps-grid li {
  min-height: 238px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 26px;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 16px;
  background: #f4fbff;
  box-shadow: 0 20px 48px rgba(9, 26, 46, 0.08);
}
.lp-scope .lp-fast-steps-grid span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--flex-primary-dark);
  color: var(--flex-accent-light);
  font-weight: 900;
}
.lp-scope .lp-fast-steps-grid strong {
  color: var(--flex-primary-dark);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.05;
  font-weight: 900;
}
.lp-scope .lp-fast-steps-grid p {
  margin: 0;
  color: var(--flex-text-muted);
  font-size: 16px;
}
.lp-scope .lp-conversion-page .lp-offer-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: #eef7fb;
}
.lp-scope .lp-offer-feature {
  min-height: 350px;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(15, 40, 64, 0.98), rgba(26, 58, 92, 0.94)),
    url("_preview-assets/images/promo-b2b/optimized/1H2A3345.webp") center / cover no-repeat;
  color: #ffffff;
  box-shadow: 0 24px 62px rgba(9, 26, 46, 0.18);
}
.lp-scope .lp-offer-feature.is-light {
  background: #ffffff;
  color: var(--flex-primary-dark);
  border: 1px solid rgba(26, 58, 92, 0.1);
}
.lp-scope .lp-offer-feature .section-kicker {
  width: fit-content;
  margin: 0;
  color: var(--flex-accent-light);
  background: rgba(45, 212, 168, 0.14);
}
.lp-scope .lp-offer-feature.is-light .section-kicker {
  color: var(--flex-primary);
}
.lp-scope .lp-offer-feature h2 {
  color: inherit;
  font-size: clamp(31px, 3vw, 48px);
}
.lp-scope .lp-offer-feature p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}
.lp-scope .lp-offer-feature.is-light p {
  color: var(--flex-text-muted);
}
.lp-scope .lp-offer-feature .btn {
  width: fit-content;
  margin-top: 10px;
}
.lp-scope .lp-offer-feature.is-light .btn-outline {
  border-color: rgba(26, 58, 92, 0.22);
  color: var(--flex-primary-dark);
  background: #f4fbff;
}
.lp-scope .lp-zuerich-page .reviews-hero {
  background: #ffffff;
}
.lp-scope .lp-zuerich-page .lp-faq, .lp-scope .lp-zuerich-page .cta-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1120px) {
.lp-scope .lp-usecase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.lp-scope .lp-conversion-page .lp-zurich-local, .lp-scope .lp-conversion-page .lp-offer-band {
    grid-template-columns: 1fr;
  }
.lp-scope .lp-zurich-local .lp-local-copy, .lp-scope .lp-zurich-local .lp-local-cards {
    max-width: 760px;
  }
}
@media (max-width: 860px) {
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 34px;
  }
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero h1, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero h1 {
    font-size: clamp(34px, 9.2vw, 46px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero .hero-subline, .lp-scope .lp-zuerich-page .lp-scope > .lp-hero .lead, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero .hero-subline, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero .lead {
    font-size: 16px;
    -webkit-line-clamp: 4;
  }
.lp-scope .lp-conversion-page .lp-scope > .lp-conversion-band, .lp-scope .lp-conversion-page .lp-scope > article > .lp-conversion-band, .lp-scope .lp-conversion-page .lp-scope > .lp-priority-fleet, .lp-scope .lp-conversion-page .lp-scope > article > .lp-priority-fleet {
    padding: 58px 16px;
  }
.lp-scope .lp-conversion-page .section-header {
    margin-bottom: 24px;
  }
.lp-scope .lp-conversion-page .section-header h2, .lp-scope .lp-conversion-page .lp-conversion-band h2, .lp-scope .lp-priority-fleet > h2 {
    font-size: clamp(29px, 8vw, 38px);
  }
.lp-scope .lp-conversion-page .section-header p, .lp-scope .lp-priority-fleet > h2 + p, .lp-scope .lp-zurich-local p, .lp-scope .lp-offer-feature p {
    font-size: 16px;
  }
.lp-scope .lp-usecase-grid, .lp-scope .lp-fast-steps-grid {
    grid-template-columns: 1fr;
  }
.lp-scope .lp-usecase-card, .lp-scope .lp-fast-steps-grid li {
    min-height: 0;
  }
.lp-scope .lp-priority-fleet .vehicle-content {
    min-height: 0;
  }
.lp-scope .lp-local-cards article {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }
}
@media (max-width: 520px) {
.lp-scope .lp-zuerich-page .lp-scope > .lp-hero h1, .lp-scope .lp-zuerich-page .lp-scope > article > .lp-hero h1 {
    font-size: clamp(30px, 8.8vw, 36px);
  }
.lp-scope .lp-usecase-card, .lp-scope .lp-fast-steps-grid li, .lp-scope .lp-offer-feature {
    padding: 20px;
    border-radius: 14px;
  }
.lp-scope .lp-usecase-card strong, .lp-scope .lp-fast-steps-grid strong {
    max-width: none;
    font-size: 24px;
  }
.lp-scope .lp-offer-feature {
    min-height: 0;
  }
.lp-scope .lp-local-actions .btn {
    width: 100%;
  }
}
.lp-scope .lp-priority-fleet .vehicle-content {
  min-height: 252px;
  grid-template-rows: auto auto 1fr auto;
}
.lp-scope .lp-priority-fleet .vehicle-title {
  min-height: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lp-scope .lp-priority-fleet .vehicle-content > p:not(.vehicle-source-price):not(.vehicle-original-link) {
  display: none;
}
.lp-scope .lp-priority-fleet .vehicle-specs {
  margin: 12px 0 16px;
}
.lp-scope .lp-priority-fleet .vehicle-footer {
  margin-top: 12px;
}
@media (max-width: 860px) {
.lp-scope .lp-zuerich-page .lp-scope > .lp-trustbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 16px;
  }
.lp-scope .lp-priority-fleet > ul > li:nth-child(n + 4) {
    display: none;
  }
}
.lp-scope figure {
  max-width: 100%;
  margin: 24px 0 0;
}
.lp-scope figure:not(:has(img)) {
  display: none;
}
.lp-scope figure img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.lp-scope figcaption {
  max-width: 100%;
  margin: 10px 0 0;
  color: inherit;
  font-size: 14px;
}
.lp-scope .lp-zuerich-page .lp-scope > article > .lp-live-filmstrip, .lp-scope .lp-zuerich-page .lp-scope > .lp-live-filmstrip {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0 !important;
  display: block !important;
  padding: 14px max(16px, calc((100vw - var(--flex-container)) / 2)) !important;
  overflow: hidden;
  border: 0;
  background: #071524;
}
.lp-scope .lp-filmstrip-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 245px);
  gap: 14px;
  overflow-x: auto;
  padding: 4px 0 8px;
  scrollbar-width: thin;
}
.lp-scope .lp-filmstrip-card {
  position: relative;
  min-height: 124px;
  display: grid;
  align-content: end;
  overflow: hidden;
  padding: 14px;
  border-radius: 16px;
  color: #ffffff;
  background: #10283f;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.lp-scope .lp-filmstrip-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 220ms ease, opacity 220ms ease;
}
.lp-scope .lp-filmstrip-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 21, 36, 0.05), rgba(7, 21, 36, 0.84));
}
.lp-scope .lp-filmstrip-card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
}
.lp-scope .lp-filmstrip-card span, .lp-scope .lp-filmstrip-card strong, .lp-scope .lp-filmstrip-card small {
  position: relative;
  z-index: 1;
}
.lp-scope .lp-filmstrip-card span {
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--flex-accent);
  color: var(--flex-primary-dark);
  font-size: 11px;
  font-weight: 900;
}
.lp-scope .lp-filmstrip-card strong {
  font-size: 18px;
  line-height: 1.08;
  font-weight: 900;
}
.lp-scope .lp-filmstrip-card small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 750;
}
.lp-scope .lp-filmstrip-card.is-hot {
  border: 1px solid rgba(45, 212, 168, 0.52);
}
.lp-scope .lp-zuerich-page .lp-booking-originalized .booking-card {
  display: grid;
  gap: 22px;
}
.lp-scope .lp-zuerich-page .booking-header {
  text-align: center;
}
.lp-scope .lp-zuerich-page .booking-header h2 {
  margin: 0;
  color: var(--flex-primary-dark);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
}
.lp-scope .lp-zuerich-page .booking-header p {
  max-width: 640px;
  margin: 10px auto 0;
  color: var(--flex-text-muted);
}
.lp-scope .lp-zurich-intro {
  background: #ffffff;
  color: var(--flex-primary-dark);
}
.lp-scope .intro-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.lp-scope .fact-card {
  min-height: 166px;
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 16px;
  background: #f4fbff;
  box-shadow: 0 18px 46px rgba(9, 26, 46, 0.08);
}
.lp-scope .fact-card.fact-highlight {
  background: linear-gradient(135deg, #0f2840, #1a3a5c);
}
.lp-scope .fact-card.fact-highlight .fact-value, .lp-scope .fact-card.fact-highlight .fact-label {
  color: #ffffff;
}
.lp-scope .fact-value {
  color: var(--flex-primary-dark);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  font-weight: 900;
}
.lp-scope .fact-value strong {
  font-size: 1.12em;
}
.lp-scope .fact-value span {
  color: var(--flex-accent);
}
.lp-scope .fact-label {
  color: var(--flex-text-muted);
  font-size: 14px;
  line-height: 1.38;
  font-weight: 750;
}
.lp-scope .lp-zurich-pricing {
  background: #eef7fb;
  color: var(--flex-primary-dark);
}
.lp-scope .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lp-scope .pricing-card {
  display: grid;
  gap: 18px;
  align-content: start;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 22px 58px rgba(9, 26, 46, 0.1);
}
.lp-scope .pricing-card-main {
  background: linear-gradient(135deg, #0f2840, #1a3a5c);
  color: #ffffff;
}
.lp-scope .pricing-kicker {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.14);
  color: var(--flex-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.lp-scope .pricing-card-main .pricing-kicker {
  color: var(--flex-accent-light);
}
.lp-scope .pricing-card h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.06;
}
.lp-scope .lp-zuerich-page .lp-zurich-pricing .pricing-card:not(.pricing-card-main) h3, .lp-scope .lp-zuerich-page .lp-zurich-pricing .pricing-card:not(.pricing-card-main) .pricing-price, .lp-scope .lp-zuerich-page .lp-zurich-pricing .pricing-card:not(.pricing-card-main) li {
  color: var(--flex-primary-dark);
}
.lp-scope .pricing-price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  color: inherit;
}
.lp-scope .pricing-price span, .lp-scope .pricing-price em {
  color: currentColor;
  opacity: 0.72;
  font-style: normal;
  font-weight: 800;
}
.lp-scope .pricing-price strong {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}
.lp-scope .pricing-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.lp-scope .pricing-card li {
  color: inherit;
  opacity: 0.82;
}
.lp-scope .lp-zurich-abo {
  background: #ffffff;
  color: var(--flex-primary-dark);
}
.lp-scope .abo-single {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr) 190px;
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 20px;
  background: #f4fbff;
  box-shadow: 0 24px 64px rgba(9, 26, 46, 0.11);
}
.lp-scope .abo-media {
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
}
.lp-scope .abo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-scope .abo-copy {
  display: grid;
  gap: 14px;
}
.lp-scope .abo-copy > span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.14);
  color: var(--flex-primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.lp-scope .abo-copy h3 {
  margin: 0;
  color: var(--flex-primary-dark);
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.04;
}
.lp-scope .lp-zuerich-page .lp-zurich-abo .abo-copy h3, .lp-scope .lp-zuerich-page .lp-zurich-abo .section-header h2 {
  color: var(--flex-primary-dark);
}
.lp-scope .abo-copy p {
  margin: 0;
  color: var(--flex-text-muted);
  font-size: 17px;
}
.lp-scope .abo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.lp-scope .abo-feature-grid span {
  padding: 11px 12px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--flex-primary);
  font-size: 13px;
  font-weight: 850;
}
.lp-scope .abo-price-box {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 22px 18px;
  border-radius: 18px;
  background: var(--flex-primary-dark);
  color: #ffffff;
}
.lp-scope .abo-price-box span, .lp-scope .abo-price-box small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}
.lp-scope .abo-price-box strong {
  color: var(--flex-accent-light);
  font-size: 40px;
  line-height: 1;
}
.lp-scope .lp-zurich-usps {
  background: #0a1c2c;
  color: #ffffff;
}
.lp-scope .lp-zurich-usps .section-header h2, .lp-scope .lp-zurich-usps .section-header p {
  color: #ffffff;
}
.lp-scope .usp-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lp-scope .usp-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}
.lp-scope .usp-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.lp-scope .usp-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.lp-scope .usp-image span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--flex-accent);
  color: var(--flex-primary-dark);
  font-size: 12px;
  font-weight: 900;
}
.lp-scope .usp-body {
  padding: 20px;
}
.lp-scope .usp-body h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.14;
}
.lp-scope .usp-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}
.lp-scope .lp-zurich-reviews {
  background: #ffffff;
  color: var(--flex-primary-dark);
}
.lp-scope .lp-zurich-reviews .reviews-hero {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 20px;
  background: linear-gradient(135deg, #0f2840, #1a3a5c);
  color: #ffffff;
}
.lp-scope .reviews-summary {
  display: grid;
  gap: 10px;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.lp-scope .rating-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(45, 212, 168, 0.14);
  color: var(--flex-accent-light);
  font-weight: 900;
}
.lp-scope .rating-number {
  display: block;
  color: #ffffff;
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
}
.lp-scope .rating-stars {
  color: var(--flex-accent-light);
  letter-spacing: 0;
}
.lp-scope .reviews-summary p, .lp-scope .reviews-cta p {
  color: rgba(255, 255, 255, 0.72);
}
.lp-scope .reviews-cta h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.06;
}
.lp-scope .reviews-shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lp-scope .reviews-shell article {
  padding: 22px;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 16px;
  background: #f4fbff;
}
.lp-scope .reviews-shell strong {
  color: var(--flex-accent-dark);
  letter-spacing: 0;
}
.lp-scope .reviews-shell p {
  margin: 8px 0 0;
  color: var(--flex-text-muted);
}
.lp-scope .lp-fast-steps-grid a {
  width: fit-content;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--flex-primary-dark);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 1120px) {
.lp-scope .intro-facts, .lp-scope .usp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.lp-scope .abo-single, .lp-scope .lp-zurich-reviews .reviews-hero {
    grid-template-columns: 1fr;
  }
.lp-scope .reviews-summary {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
@media (max-width: 860px) {
.lp-scope .lp-filmstrip-track {
    grid-auto-columns: minmax(170px, 78vw);
  }
.lp-scope .intro-facts, .lp-scope .pricing-grid, .lp-scope .usp-card-grid, .lp-scope .reviews-shell, .lp-scope .abo-feature-grid {
    grid-template-columns: 1fr;
  }
.lp-scope .fact-card {
    min-height: 0;
  }
.lp-scope .abo-price-box {
    justify-items: start;
  }
}
@media (max-width: 520px) {
.lp-scope .lp-zuerich-page .lp-scope > article > .lp-live-filmstrip, .lp-scope .lp-zuerich-page .lp-scope > .lp-live-filmstrip {
    padding-left: 16px;
    padding-right: 16px;
  }
.lp-scope .lp-zuerich-page .booking-trust {
    justify-content: flex-start;
  }
.lp-scope .pricing-card, .lp-scope .abo-single, .lp-scope .lp-zurich-reviews .reviews-hero {
    border-radius: 16px;
    padding: 20px;
  }
.lp-scope .rating-number {
    font-size: 46px;
  }
}
