.fleetCardsSection{padding:40px 0 80px}.fleetCardsHeader{margin-bottom:48px}.fleetCardsSubtitle{display:block;text-align:center;font-family:var(--font-catalog-text),sans-serif;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb,var(--accent-new) 40%,transparent);margin-bottom:16px}.fleetCardsSectionTitle{margin:0;font-family:var(--font-catalog-title),serif;font-size:56px;font-weight:300;line-height:1.1;color:var(--accent-new)}.fleetCardsSectionTitleAccent{font-weight:700}.fleetCardsList{gap:48px}.fleetCardsCard,.fleetCardsList{display:flex;flex-direction:column}.fleetCardsCard{border-radius:24px;background:#fff;box-shadow:0 8px 32px rgba(5,22,42,.07);overflow:hidden}.fleetCardsTopRow{display:grid;grid-template-columns:460px minmax(0,1fr);align-items:start}.fleetCardsVisual{flex-shrink:0;width:460px;position:relative}.fleetCardsImageFrame{position:relative;width:100%;height:220px;overflow:hidden;background:#dceafc}.fleetCardsImage{display:block;width:100%;height:100%;object-fit:cover}.fleetCardsImageNav{position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:36px;height:36px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.88);color:var(--accent-new);box-shadow:0 8px 24px rgba(5,22,42,.16);cursor:pointer;transition:background-color .14s ease,opacity .14s ease}.fleetCardsImageNav:hover{background:#fff}.fleetCardsImageNav_prev{left:14px}.fleetCardsImageNav_next{right:14px}.fleetCardsImageDots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:1;display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(5,22,42,.22);backdrop-filter:blur(8px)}.fleetCardsImageDot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:rgba(255,255,255,.5);cursor:pointer;transition:transform .14s ease,background-color .14s ease}.fleetCardsImageDot_active{transform:scale(1.2);background:#fff}.fleetCardsImageFallback{background:radial-gradient(circle at 24% 22%,rgba(255,255,255,.72),transparent 24%),linear-gradient(145deg,#eef5ff,#bfd5f1 48%,#8caedf)}.fleetCardsContent{padding:36px 40px;display:flex;flex-direction:column;gap:20px;min-width:0}.fleetCardsTitle{font-family:var(--font-catalog-title),serif;color:var(--accent-new);font-size:42px;line-height:1.15;font-weight:700}.fleetCardsSpecs{display:flex;flex-wrap:wrap;gap:10px}.fleetCardsSpec{display:inline-flex;align-items:center;font-family:var(--font-catalog-text),sans-serif;font-size:11px;text-transform:uppercase;font-weight:500;background:var(--accentLight);box-shadow:0 8px 24px rgba(15,23,42,.1);padding:12px 16px;border-radius:16px;color:var(--accent-new)}.fleetCardsDescription{padding:0 40px 36px;display:flex;flex-direction:column;gap:14px}.fleetCardsDescriptionBody{position:relative;max-height:140px;overflow:hidden;font-family:var(--font-catalog-text),sans-serif;color:color-mix(in srgb,var(--accent-new) 60%,transparent);font-size:14px;line-height:1.7;font-weight:400;transition:max-height .3s ease}.fleetCardsDescription:not(.fleetCardsDescription_expanded) .fleetCardsDescriptionBody:after{content:"";position:absolute;right:0;bottom:0;left:0;height:60px;background:linear-gradient(180deg,transparent,#fff 90%);pointer-events:none}.fleetCardsDescription_expanded,.fleetCardsDescription_expanded .fleetCardsDescriptionBody{max-height:4000px;overflow:visible}.fleetCardsDescriptionText+.fleetCardsDescriptionText{margin-top:12px}.fleetCardsDescriptionGroup h3,.fleetCardsDescriptionHeading{color:var(--accent-new);font-family:var(--font-catalog-text),sans-serif;font-size:15px;font-weight:700;margin-top:16px}.fleetCardsDescriptionGroup,.fleetCardsDescriptionText{margin:0}.fleetCardsDescriptionList{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:0;list-style:none}.fleetCardsDescriptionList li{position:relative;padding-left:16px;font-size:14px}.fleetCardsDescriptionList li:before{content:"";position:absolute;top:.65em;left:0;width:5px;height:5px;border-radius:50%;background:color-mix(in srgb,var(--accent-new) 30%,transparent)}.fleetCardsDescriptionToggle{display:inline-flex;align-items:center;gap:6px;width:fit-content;border:0;padding:0;background:transparent;font-family:var(--font-catalog-text),sans-serif;color:var(--accent-new);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:opacity .14s ease}.fleetCardsDescriptionToggle:hover{opacity:.6}@media (max-width:1100px){.fleetCardsTopRow{grid-template-columns:320px minmax(0,1fr)}.fleetCardsVisual{width:320px}.fleetCardsImageFrame{height:190px}.fleetCardsContent{padding:28px 32px}.fleetCardsDescription{padding:0 32px 28px}}@media (max-width:980px){.fleetCardsSection{padding:28px 0 60px}.fleetCardsSectionTitle{font-size:40px}.fleetCardsTopRow{grid-template-columns:1fr}.fleetCardsVisual{width:100%}.fleetCardsImageFrame{aspect-ratio:16/9;height:auto}.fleetCardsContent{padding:24px 24px 28px}.fleetCardsTitle{font-size:28px}.fleetCardsDescription{padding:0 24px 28px}}@media (max-width:720px){.fleetCardsImageFrame{aspect-ratio:4/3}}@media (max-width:560px){.fleetCardsSection{padding:20px 0 48px}.fleetCardsHeader{margin-bottom:32px}.fleetCardsSectionTitle{font-size:30px}.fleetCardsList{gap:32px}.fleetCardsCard{border-radius:18px}.fleetCardsImageFrame{aspect-ratio:3/2}.fleetCardsImageNav{width:32px;height:32px}.fleetCardsImageNav_prev{left:10px}.fleetCardsImageNav_next{right:10px}.fleetCardsImageDots{bottom:10px;gap:6px;padding:7px 9px}.fleetCardsContent{padding:18px 18px 22px;gap:14px}.fleetCardsTitle{font-size:22px}.fleetCardsSpec{font-size:12px}.fleetCardsDescriptionBody{font-size:13px}.fleetCardsDescription{padding:0 18px 22px}.fleetCardsDescriptionToggle{font-size:11px}}@media (max-width:420px){.fleetCardsTitle{font-size:20px}}.flotOverviewSection{padding:40px 0}.flotOverviewBenefits{margin-top:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.flotOverviewOwnership{margin-top:36px;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1fr);gap:24px;align-items:start;padding:48px;border-radius:20px;background:linear-gradient(180deg,#eef5ff,#e8f0fc)}.flotOverviewOwnershipText p{max-width:420px;font-family:var(--font-catalog-title),serif;font-size:30px;font-weight:700;line-height:1.2;color:var(--accent-new)}.flotOverviewGallery{position:relative;height:300px}.flotOverviewGalleryLarge,.flotOverviewGallerySmall{overflow:hidden;border-radius:26px;box-shadow:0 18px 36px rgba(17,24,39,.12);background:#dceafc}.flotOverviewGallerySmall{position:absolute;top:10px;left:-10px;z-index:2;width:min(30%,160px);aspect-ratio:.66;max-height:100%}.flotOverviewGalleryLarge{margin-left:auto;width:min(100%,532px);aspect-ratio:1.42;max-height:100%}.flotOverviewImage{display:block;width:100%;height:100%;object-fit:cover}.flotOverviewImageFallback{position:relative;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.7),transparent 26%),linear-gradient(145deg,#f5f9ff,#bad0ef 45%,#89addc)}.flotOverviewImageFallback:after{content:"";position:absolute;inset:auto 22px 20px auto;width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.24)}.flotOverviewImageFallbackSmall{background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.72),transparent 24%),linear-gradient(160deg,#eef6ff,#b8d2f0 50%,#8aaedd)}.flotOverviewImageFallbackLarge{background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.68),transparent 24%),linear-gradient(160deg,#edf4fc,#c8d9ef 26%,#8caedc)}@media (max-width:1280px){.flotOverviewSection{padding:50px 0}.flotOverviewTitle{font-size:38px;line-height:1.25}}@media (max-width:1100px){.flotOverviewTitle{font-size:34px;line-height:1.25}.flotOverviewBenefits{margin-top:36px;gap:16px}.flotOverviewOwnership{margin-top:24px;grid-template-columns:minmax(260px,.78fr) minmax(0,1fr);gap:18px;padding:20px 18px}.flotOverviewOwnershipText p{font-size:18px;line-height:1.45}.flotOverviewGallery{height:240px;padding-top:0}.flotOverviewGallerySmall{width:min(34%,132px);left:0}.flotOverviewGalleryLarge{width:100%}}@media (max-width:980px){.flotOverviewSection{padding:50px 0}.flotOverviewTitle{font-size:32px}.flotOverviewBenefits{margin-top:28px}.flotOverviewBenefits,.flotOverviewOwnership{grid-template-columns:1fr;gap:16px}.flotOverviewOwnershipText p{max-width:none;font-size:22px}.flotOverviewGallery{height:0;padding-top:58%}.flotOverviewGallerySmall{display:none}.flotOverviewGalleryLarge{position:absolute;inset:0 0 0 auto;width:100%;margin-left:0}}@media (max-width:720px){.flotOverviewSection{padding:30px 0}.flotOverviewTitle{font-size:30px;line-height:1.22}.flotOverviewBenefits{margin-top:24px}.flotOverviewOwnership{margin-top:20px;padding:16px;border-radius:18px}.flotOverviewOwnershipText p{font-size:22px;line-height:1.5}.flotOverviewGallery{padding-top:60%}.flotOverviewGallerySmall{width:min(31%,118px);border-radius:14px}.flotOverviewGalleryLarge{border-radius:14px}}@media (max-width:560px){.flotOverviewSection{padding:30px 0}.flotOverviewTitle{font-size:26px}.flotOverviewOwnershipText p{font-size:20px}.flotOverviewGallery{padding-top:64%}.flotOverviewGallerySmall{width:min(34%,98px)}}