:root{--color-bg:#f4f7fb;--color-surface:#ffffff;--color-surface-soft:#f8fafc;--color-text:#101828;--color-heading:#061225;--color-muted:#667085;--color-muted-strong:#475467;--color-border:#e4e9f0;--color-border-strong:#cfd8e3;--color-primary:#2d63e6;--color-primary-dark:#1746ae;--color-primary-soft:#eaf1ff;--color-accent:#0b9f5b;--color-accent-dark:#087b46;--color-accent-soft:#e8f7ef;--color-warning:#f97316;--shadow-soft:0 2px 8px rgba(16,24,40,.05);--shadow-card:0 12px 30px rgba(16,24,40,.07);--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--container:1180px;--font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;text-size-adjust:100%}
body{margin:0;font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.55;text-rendering:optimizeLegibility}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
input{font:inherit}
select{font:inherit}
button{border:0;cursor:pointer}
h1{font-family:var(--font-sans)}
h2{font-family:var(--font-sans)}
h3{font-family:var(--font-sans)}
p{font-family:var(--font-sans)}
a{font-family:var(--font-sans)}
li{font-family:var(--font-sans)}
label{font-family:var(--font-sans)}
input{font-family:var(--font-sans)}
select{font-family:var(--font-sans)}
button{font-family:var(--font-sans)}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;top:-80px;left:12px;z-index:100;padding:9px 12px;border-radius:var(--radius-sm);background:var(--color-primary);color:#fff}
.skip-link:focus{top:12px}
.site-nav a{padding:22px 0;transition:color .15s ease}
.site-nav a:hover{color:var(--color-primary)}
.site-nav a:focus-visible{color:var(--color-primary)}
.site-header__meta{color:var(--color-muted);font-size:13px;white-space:nowrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 14px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}
.btn--primary{background:var(--color-primary);color:#fff;box-shadow:0 8px 18px rgba(45,99,230,.18)}
.btn--primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}
.btn--primary:focus-visible{background:var(--color-primary-dark);transform:translateY(-1px)}
.hero{min-height:calc(100svh - 109px);display:flex;align-items:stretch;background:radial-gradient(circle at 50% 0%,rgba(45,99,230,.045),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%);border-bottom:1px solid var(--color-border)}
.hero__inner{width:min(var(--container),calc(100% - 40px));min-height:calc(100svh - 109px);display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,4vw,56px) 0}
.hero__copy{max-width:760px;margin:0 auto 22px;text-align:center}
.hero__title{margin:0;color:var(--color-text);font-size:clamp(36px,5vw,60px);line-height:1.04;letter-spacing:-0.04em;font-weight:620}
.hero__lead{max-width:620px;margin:12px auto 0;color:var(--color-muted);font-size:clamp(15px,1.4vw,18px);line-height:1.45}
.hero__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:14px 0 0;padding:0;list-style:none;color:var(--color-muted);font-size:13px;line-height:1.3;font-weight:400}
.hero__trust li{min-height:38px;display:inline-flex;align-items:center;gap:9px;padding:8px 14px 8px 10px;border:1px solid var(--color-border);border-radius:999px;background:rgba(255,255,255,.88);box-shadow:var(--shadow-soft);white-space:nowrap}
.hero__trust-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:12px;font-weight:700;line-height:1}
.hero__trust li:nth-child(2) .hero__trust-icon{background:var(--color-accent-soft);color:var(--color-accent)}
.hero__trust li:nth-child(4) .hero__trust-icon{background:var(--color-accent-soft);color:var(--color-accent)}
.hero__trust li:nth-child(3) .hero__trust-icon{background:#fff4e6;color:var(--color-warning)}
.hero__trust strong{color:var(--color-text);font-weight:650}
#search-widget{scroll-margin-top:30svh}
.booking-card{padding:20px 16px;border:1px solid var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}
.booking-card__header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}
.booking-card__header h2{margin:0;color:var(--color-text);font-size:18px;line-height:1.2;font-weight:650}
.booking-card__header p{margin:4px 0 0;color:var(--color-muted);font-size:13px}
.booking-form{display:grid;grid-template-columns:minmax(200px,1.35fr) minmax(136px,.9fr) minmax(94px,.55fr) minmax(136px,.9fr) minmax(94px,.55fr) minmax(178px,.9fr);gap:10px;align-items:end}
.booking-form__field{display:grid;gap:5px}
.booking-form__compact-field{display:grid;gap:5px}
.booking-form label{color:var(--color-muted);font-size:12px;font-weight:650}
.booking-form input{width:100%;min-height:43px;padding:9px 10px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:#fff;color:var(--color-text);outline:none}
.booking-form select{width:100%;min-height:43px;padding:9px 10px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);background:#fff;color:var(--color-text);outline:none}
.booking-form input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(45,99,230,.11)}
.booking-form select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(45,99,230,.11)}
.booking-form__submit{min-height:43px;width:100%;white-space:nowrap}
.booking-form__options{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(140px,240px) 100px;align-items:end;gap:10px;padding-top:8px;border-top:1px solid var(--color-border)}
.booking-form__check{display:inline-flex;align-items:center;gap:8px;min-height:42px;color:var(--color-muted);font-weight:500!important}
.booking-form__check input{width:16px;height:16px;min-height:16px;padding:0;accent-color:var(--color-primary)}
.section{padding:clamp(44px,6vw,72px) 0}
.section--white{background:var(--color-surface)}
.section--soft{background:var(--color-bg)}
.section__header{max-width:780px;margin-bottom:24px}
.section h2{margin:0;color:var(--color-text);font-size:clamp(26px,3vw,38px);line-height:1.15;letter-spacing:-0.025em;font-weight:650}
:is(.home-content,.country-content,.location-content) h2{margin:0;color:var(--color-text);font-size:clamp(26px,3vw,38px);line-height:1.15;letter-spacing:-0.025em;font-weight:650}
.local-card h2{margin:0;color:var(--color-text);line-height:1.15;letter-spacing:-0.025em;font-weight:650}
.section__header p{margin:8px 0 0;color:var(--color-muted);font-size:16px}
.booking-card__note{margin:10px 0 0;color:var(--color-muted);font-size:13px;line-height:1.4}
:is(.country-layout__grid,.location-layout__grid){display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}
:is(.home-content,.country-content,.location-content){min-width:0;padding:28px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface)}
:is(.home-content,.country-content,.location-content) h2{margin-bottom:14px}
:is(.home-content,.country-content,.location-content) h3{margin:28px 0 10px;color:var(--color-text);font-size:21px;line-height:1.25;font-weight:650;letter-spacing:-0.015em}
:is(.home-content,.country-content,.location-content) p{margin:0 0 14px;color:#364152}
:is(.home-content,.country-content,.location-content) ol{margin:10px 0 0;padding-left:22px;color:#364152}
:is(.home-content,.country-content,.location-content) li+li{margin-top:8px}
.faq{display:grid;gap:8px;margin-top:12px}
.faq details{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}
.faq summary{cursor:pointer;padding:13px 14px;color:var(--color-text);font-weight:650}
.faq p{margin:0;padding:0 14px 14px;color:var(--color-muted)}
.local-card{position:sticky;top:84px;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}
.local-card h2{font-size:22px}
.local-card__group+.local-card__group{margin-top:18px}
.local-card h3{margin:16px 0 8px;color:var(--color-heading);font-size:15px;line-height:1.3;font-weight:650}
.local-card h2+.local-card__group h3{margin-top:14px}
.local-card ul{display:grid;gap:10px;margin:16px 0 18px;padding:0;list-style:none;color:var(--color-muted);font-size:14px}
.local-card li{padding-left:13px;border-left:2px solid var(--color-primary-soft)}
.local-card strong{color:var(--color-text);font-weight:650}
.local-card .btn{width:100%}
.site-footer p{max-width:380px;margin:0;color:#b6c0d0}
.site-footer nav{display:grid;gap:8px}
.site-footer a:hover{color:#fff}
.site-footer a:focus-visible{color:#fff}
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px)}
.site-header__inner{position:relative;min-height:72px;display:flex;align-items:center;gap:24px}
.site-header__brand{display:inline-flex;align-items:center;margin-right:8px}
.site-nav{display:flex;align-items:center;gap:26px;margin-left:auto;color:var(--color-muted-strong);font-size:15px;font-weight:560}
.site-nav>a{padding:24px 0;color:var(--color-muted-strong);transition:color .16s ease}
.site-nav__dropdown>summary{padding:24px 0;color:var(--color-muted-strong);transition:color .16s ease}
.site-nav>a:hover{color:var(--color-primary)}
.site-nav>a:focus-visible{color:var(--color-primary)}
.site-nav__dropdown>summary:hover{color:var(--color-primary)}
.site-nav__dropdown>summary:focus-visible{color:var(--color-primary)}
.site-nav__dropdown{position:static}
.site-nav__dropdown>summary{display:inline-flex;align-items:center;gap:8px;cursor:pointer;list-style:none}
.site-nav__dropdown>summary::-webkit-details-marker{display:none}
.site-nav__dropdown>summary::after{content:"";width:8px;height:8px;margin-top:-2px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);transition:transform .16s ease}
.site-nav__dropdown[open]>summary::after{transform:rotate(-135deg) translateY(-1px)}
.site-nav__mega{position:absolute;top:calc(100% + 10px);left:0;right:0;padding:18px 20px 0;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface);box-shadow:0 28px 60px rgba(6,18,37,.14)}
.site-nav__mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}
.site-nav__mega-col h3{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);color:#94a3b8;font-size:13px;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;font-weight:700}
.site-nav__mega-col h3:not(:first-child){margin-top:18px}
.site-nav__mega-col a{display:block;margin:0 0 10px;color:#475467;font-size:15px;line-height:1.35}
.site-nav__mega-col a:hover{color:var(--color-primary)}
.site-nav__mega-col a:focus-visible{color:var(--color-primary)}
.site-nav__mega-col a.is-airport::after{content:" △";color:#94a3b8;font-size:12px}
.site-nav__mega-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px -20px 0;padding:14px 20px;border-top:1px solid var(--color-border);background:#f8fbff;border-radius:0 0 18px 18px;color:#94a3b8;font-size:13px;font-weight:600}
.site-nav__mega-footer a{color:var(--color-primary);font-size:15px;font-weight:600}
.site-header__meta{display:flex;align-items:center;gap:10px;margin-left:18px}
.site-header__meta span{padding:7px 12px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-muted-strong);font-size:13px;font-weight:600;white-space:nowrap}
.site-header__toggle{display:none}
.site-header__burger{display:none}
.section__header{margin-left:auto;margin-right:auto;text-align:center}
.faq-section .faq{max-width:940px;margin-left:auto;margin-right:auto}
.site-footer{padding:0;background:#111827;color:#d8e0ee}
.site-footer__top{display:grid;gap:34px;padding:48px 0 38px}
.site-footer__brand{margin-bottom:16px}
.site-footer__brand img{filter:none;opacity:1}
.site-footer__about p{margin:0;color:#aab6c8;font-size:15px;line-height:1.55}
.site-footer__contact p{margin:0;color:#aab6c8;font-size:15px;line-height:1.55}
.site-footer__about p{max-width:390px}
.site-footer__social{display:flex;gap:12px;margin-top:22px}
.site-footer__social a{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.08);color:#d8e0ee;font-size:18px;font-weight:700;transition:background .16s ease,color .16s ease,transform .16s ease}
.site-footer__social a:hover{background:rgba(45,99,230,.28);color:#ffffff;transform:translateY(-1px)}
.site-footer__social a:focus-visible{background:rgba(45,99,230,.28);color:#ffffff;transform:translateY(-1px)}
.site-footer h2{margin:0 0 14px;color:#ffffff;font-size:14px;line-height:1.25;letter-spacing:.04em;text-transform:uppercase;font-weight:750}
.site-footer__nav{display:grid;align-content:start;gap:9px}
.site-footer__contact{display:grid;align-content:start;gap:9px}
.site-footer__nav a{color:#d8e0ee;font-size:15px;line-height:1.35;transition:color .16s ease}
.site-footer__contact a{color:#d8e0ee;font-size:15px;line-height:1.35;transition:color .16s ease}
.site-footer__nav a::before{content:"•";margin-right:8px;color:#5aa2ff}
.site-footer__nav a:hover{color:#ffffff}
.site-footer__nav a:focus-visible{color:#ffffff}
.site-footer__contact a:hover{color:#ffffff}
.site-footer__contact a:focus-visible{color:#ffffff}
.site-footer__contact p{margin-top:10px}
.site-footer__trust{align-items:center;justify-content:space-between}
.site-footer__badges{flex-wrap:wrap}
.site-footer__badges span{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border-radius:9px;background:rgba(255,255,255,.08);color:#ffffff;font-size:13px;line-height:1.2;font-weight:650}
.site-footer__badges span::before{content:"✓";width:18px;height:18px;display:inline-grid;place-items:center;margin-right:8px;border-radius:999px;background:rgba(16,185,129,.18);color:#34d399;font-size:12px}
.site-footer__payments{min-width:360px;text-align:right}
.site-footer__payments p{margin:0 0 10px;color:#8fa0b8;font-size:13px}
.site-footer__payments div{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}
.site-footer__payments span{min-width:64px;min-height:38px;display:inline-grid;place-items:center;padding:8px 12px;border-radius:7px;background:#ffffff;color:#1746ae;font-size:13px;font-weight:750}
.site-footer__bottom{background:#070d1c}
.site-footer__bottom-inner{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-footer__bottom p{margin:0;color:#8fa0b8;font-size:14px}
.site-footer__bottom a{color:#8fa0b8;font-size:14px}
.site-footer__bottom a:hover{color:#ffffff}
.site-footer__bottom a:focus-visible{color:#ffffff}
.site-footer__trust{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:18px;padding:30px 0 34px;border-top:1px solid rgba(255,255,255,.1)}
.site-footer__trust-panel{min-height:112px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.site-footer__payment-panel{min-height:112px;padding:18px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.045));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.site-footer__trust-panel h2{margin:0 0 14px;color:#8fa0b8;font-size:12px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;font-weight:700}
.site-footer__payment-panel h2{margin:0 0 14px;color:#8fa0b8;font-size:12px;line-height:1.2;letter-spacing:.04em;text-transform:uppercase;font-weight:700}
.site-footer__badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.site-footer__badge{display:inline-flex;align-items:center;min-height:42px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:rgba(7,13,28,.34);color:#e6edf7;font-size:13px;line-height:1.2;font-weight:650}
.site-footer__badge::before{content:"";width:24px;height:24px;flex:0 0 24px;display:inline-grid;place-items:center;margin-right:9px;border-radius:999px;font-size:13px;line-height:1;font-weight:800}
.site-footer__badge--secure::before{content:"✓";color:#34d399;background:rgba(52,211,153,.13);border:1px solid rgba(52,211,153,.28)}
.site-footer__badge--terms::before{content:"i";color:#60a5fa;background:rgba(96,165,250,.13);border:1px solid rgba(96,165,250,.28)}
.site-footer__badge--costs::before{content:"€";color:#fbbf24;background:rgba(251,191,36,.13);border:1px solid rgba(251,191,36,.28)}
.site-footer__badge--support::before{content:"?";color:#c4b5fd;background:rgba(196,181,253,.13);border:1px solid rgba(196,181,253,.28)}
.site-footer__payments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.site-footer__payment{min-height:40px;display:inline-grid;place-items:center;padding:8px 10px;border-radius:9px;background:#ffffff;box-shadow:0 8px 18px rgba(0,0,0,.08);font-size:13px;line-height:1;font-weight:800;letter-spacing:-.01em}
.site-footer__payment--visa{color:#1746ae}
.site-footer__payment--mastercard{color:#ef4444}
.site-footer__payment--paypal{color:#1746ae}
.site-footer__payment--klarna{color:#db2777}
.site-footer__payment--sepa{color:#059669}
.site-header__brand{flex:0 0 auto;max-width:none;align-self:center}
.site-header__brand img{max-width:none;display:block;object-fit:contain}
.site-footer__brand{display:inline-flex;align-items:center;min-width:204px;max-width:none}
.site-footer__brand img{width:204px!important;min-width:204px;max-width:none;height:auto!important;display:block;object-fit:contain}
.site-header__brand{min-width:250px}
.site-header__brand img{width:250px!important;min-width:250px;height:auto!important}
.site-nav__mega-col h3 .site-nav__country-link{display:inline;margin:0;padding:0!important;border:0;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;font-weight:inherit}
.site-nav .site-nav__mega-col h3 .site-nav__country-link{display:inline;margin:0;padding:0!important;border:0;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;text-transform:inherit;font-weight:inherit}
.site-nav__mega-col h3 .site-nav__country-link:hover{color:var(--color-primary)}
.site-nav__mega-col h3 .site-nav__country-link:focus-visible{color:var(--color-primary)}
.site-footer__top{grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(150px,.85fr))}
.location-links .section__header{margin-bottom:20px}
.location-links__groups{display:grid;grid-template-columns:1fr;margin-left:auto;margin-right:auto}
.location-links__group h3{display:flex;align-items:flex-start;gap:8px}
.location-links__group h3::before{content:"";border-radius:999px}
.location-links__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.location-links__grid a{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}
.location-links__grid a::after{content:"›";flex:0 0 auto;font-size:16px;line-height:1;transition:transform .16s ease,color .16s ease}
.location-links__grid a:hover::after{transform:translateX(2px)}
.location-links__grid a:focus-visible::after{transform:translateX(2px)}
.location-links{background:var(--color-bg)}
.location-links__groups{max-width:980px;gap:14px}
.location-links__group{display:grid;grid-template-columns:minmax(170px,220px) 1fr;gap:14px;align-items:start;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}
.location-links__group h3{justify-content:flex-start;margin:0;padding:2px 16px 0 0;border-right:1px solid var(--color-border);color:var(--color-heading);font-size:16px;line-height:1.25;letter-spacing:-0.01em;text-transform:none;text-align:left;font-weight:620}
.location-links__group h3::before{width:6px;height:6px;background:var(--color-accent);box-shadow:0 0 0 4px var(--color-accent-soft)}
.location-links__grid{gap:7px}
.location-links__grid a{min-height:34px;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-primary);font-size:13.5px;line-height:1.2;font-weight:600;white-space:nowrap}
.location-links__grid a::after{color:#98a7bb}
.location-links__grid a:hover{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary-dark);transform:translateY(-1px)}
.location-links__grid a:focus-visible{border-color:var(--color-primary);background:var(--color-primary-soft);color:var(--color-primary-dark);transform:translateY(-1px)}
.location-links__grid a:hover::after{color:var(--color-primary)}
.location-links__grid a:focus-visible::after{color:var(--color-primary)}
.country-locations{background:var(--color-surface)}
.country-locations__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}
.country-locations__head h2{margin:6px 0 8px}
.country-locations__head p{max-width:760px;margin:0;color:var(--color-muted);font-size:15px;line-height:1.55}
.country-locations__all{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-primary-dark);font-size:14px;font-weight:650;box-shadow:var(--shadow-soft);white-space:nowrap;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}
.country-locations__all:hover{border-color:#b8c8e6;background:#f5f8ff;box-shadow:0 8px 18px rgba(16,24,40,.07);transform:translateY(-1px)}
.country-locations__all:focus-visible{border-color:#b8c8e6;background:#f5f8ff;box-shadow:0 8px 18px rgba(16,24,40,.07);transform:translateY(-1px)}
.country-tabs{padding:18px;border:1px solid #e3eaf3;border-radius:var(--radius-lg);background:#f7faff;box-shadow:0 10px 26px rgba(16,24,40,.055)}
.country-tabs__input{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.country-tabs__nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.country-tabs__tab{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--color-muted-strong);font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease}
.country-tabs__tab:hover{background:#eef5ff;border-color:#d9e6f8;color:var(--color-primary-dark)}
.country-tabs__tab:focus-visible{background:#eef5ff;border-color:#d9e6f8;color:var(--color-primary-dark)}
#tab-airports:checked~.country-tabs__nav label[for="tab-airports"]{background:var(--color-surface);border-color:#d6e2f0;color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(16,24,40,.06)}
#tab-cities:checked~.country-tabs__nav label[for="tab-cities"]{background:var(--color-surface);border-color:#d6e2f0;color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(16,24,40,.06)}
#tab-stations:checked~.country-tabs__nav label[for="tab-stations"]{background:var(--color-surface);border-color:#d6e2f0;color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(16,24,40,.06)}
#tab-regions:checked~.country-tabs__nav label[for="tab-regions"]{background:var(--color-surface);border-color:#d6e2f0;color:var(--color-primary-dark);box-shadow:0 4px 12px rgba(16,24,40,.06)}
.country-tabs__content{position:relative}
.country-tabs__panel{display:none;padding:18px;border:1px solid #e5edf6;border-radius:var(--radius-lg);background:var(--color-surface);animation:countryTabsFade .16s ease}
#tab-airports:checked~.country-tabs__content .country-tabs__panel--airports{display:block}
#tab-cities:checked~.country-tabs__content .country-tabs__panel--cities{display:block}
#tab-stations:checked~.country-tabs__content .country-tabs__panel--stations{display:block}
#tab-regions:checked~.country-tabs__content .country-tabs__panel--regions{display:block}
.country-tabs__panel-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.country-tabs__code{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:36px;padding:0 10px;border-radius:var(--radius-sm);background:var(--color-accent-soft);color:var(--color-accent-dark);font-size:12px;font-weight:750;letter-spacing:.04em}
.country-tabs__panel h3{margin:0;color:var(--color-heading);font-size:18px;line-height:1.25;font-weight:700}
.country-tabs__panel p{margin:3px 0 0;color:var(--color-muted);font-size:13.5px;line-height:1.45}
.country-tabs__links{display:flex;flex-wrap:wrap;gap:8px}
.country-tabs__links a{display:inline-flex;align-items:center;min-height:36px;padding:8px 11px;border:1px solid #e3eaf3;border-radius:10px;background:#fbfdff;color:var(--color-text);font-size:13.5px;font-weight:570;line-height:1.2;text-decoration:none;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}
.country-tabs__links a:hover{border-color:#bed0e8;background:#f2f7ff;color:var(--color-primary-dark);box-shadow:0 5px 14px rgba(16,24,40,.06);transform:translateY(-1px)}
.country-tabs__links a:focus-visible{border-color:#bed0e8;background:#f2f7ff;color:var(--color-primary-dark);box-shadow:0 5px 14px rgba(16,24,40,.06);transform:translateY(-1px)}
.home-proof__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-steps{display:grid;gap:16px}
.home-proof__grid article{background:var(--color-white);border:1px solid rgba(19,76,128,.12);border-radius:18px;padding:20px;box-shadow:0 18px 40px rgba(15,53,90,.08)}
.home-steps article{background:var(--color-white);border:1px solid rgba(19,76,128,.12);border-radius:18px;padding:20px;box-shadow:0 18px 40px rgba(15,53,90,.08)}
.home-proof__grid strong{display:block;margin-bottom:8px;color:var(--color-navy)}
.home-proof__grid span{color:var(--color-muted);line-height:1.6}
.home-steps p{color:var(--color-muted);line-height:1.6}
.home-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-steps span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:10px;background:rgba(30,111,179,.10);color:var(--color-blue);font-weight:700;margin-bottom:12px}
.home-region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.home-region-grid article{border:1px solid rgba(19,76,128,.10);border-radius:14px;padding:16px;background:rgba(255,255,255,.78)}
.home-region-grid h4{margin:0 0 8px;font-size:1rem}
.home-region-grid h4 a{color:var(--color-navy);text-decoration:none}
.home-region-grid p{margin:0;color:var(--color-muted);line-height:1.8}
.home-region-grid p a{color:var(--color-blue);text-decoration:none}
.home-region-grid a:hover{text-decoration:underline}
.home-region-grid a:focus-visible{text-decoration:underline}
#tab-south:checked~.country-tabs__nav label[for="tab-south"]{background:#ffffff;color:var(--color-navy);border-color:rgba(30,111,179,.18);box-shadow:0 10px 24px rgba(15,53,90,.10)}
#tab-alps:checked~.country-tabs__nav label[for="tab-alps"]{background:#ffffff;color:var(--color-navy);border-color:rgba(30,111,179,.18);box-shadow:0 10px 24px rgba(15,53,90,.10)}
#tab-north:checked~.country-tabs__nav label[for="tab-north"]{background:#ffffff;color:var(--color-navy);border-color:rgba(30,111,179,.18);box-shadow:0 10px 24px rgba(15,53,90,.10)}
#tab-world:checked~.country-tabs__nav label[for="tab-world"]{background:#ffffff;color:var(--color-navy);border-color:rgba(30,111,179,.18);box-shadow:0 10px 24px rgba(15,53,90,.10)}
#tab-south:checked~.country-tabs__content .home-tabs__panel--south{display:block}
#tab-alps:checked~.country-tabs__content .home-tabs__panel--alps{display:block}
#tab-north:checked~.country-tabs__content .home-tabs__panel--north{display:block}
#tab-world:checked~.country-tabs__content .home-tabs__panel--world{display:block}
.home-tabs .country-tabs__panel{display:none}
.page-home .hero{background:radial-gradient(circle at 50% 0%,rgba(45,99,230,.04),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f8fbff 72%,#ffffff 100%)}
.page-home .section{position:relative}
.page-home .section+.section::before{content:"";position:absolute;top:0;left:50%;width:min(var(--container),calc(100% - 40px));height:1px;transform:translateX(-50%);background:rgba(31,48,71,.07)}
.page-home .home-proof{background:linear-gradient(180deg,#f5f9fd 0%,#f8fbff 100%)}
.page-home #car-listing{background:#ffffff}
.page-home .home-destinations{background:radial-gradient(circle at 12% 0%,rgba(45,99,230,.035),transparent 28%),linear-gradient(180deg,#f8fbff 0%,#f4f8fd 100%)}
.page-home .home-process{background:#ffffff}
.page-home .home-content--home{background:linear-gradient(180deg,#f7faff 0%,#ffffff 100%)}
.page-home .faq-section{background:#f7faff}
body.mw24-theme{--hw-soft:#f8fafc;--hw-surface:#ffffff;--hw-primary:#1f5fd6;--hw-primary-dark:#1648a8;--hw-primary-soft:#eef4ff;--hw-success:#15803d;--hw-success-soft:#ecfdf3;--hw-warning:#f59e0b;--hw-warning-soft:#fffbeb;--hw-container:1180px;color:var(--hw-text)}
body.mw24-theme p{color:var(--hw-text)}
body.mw24-theme li{color:var(--hw-text)}
body.mw24-theme .container{width:min(var(--hw-container),calc(100% - clamp(32px,5vw,64px)));margin-inline:auto}
body.mw24-theme .site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.98);border-bottom:1px solid var(--hw-border);box-shadow:0 6px 18px rgba(17,24,39,.045);backdrop-filter:blur(12px)}
body.mw24-theme .site-header__inner{min-height:76px}
body.mw24-theme .site-nav a:hover{color:var(--hw-primary)}
body.mw24-theme .site-nav a:focus-visible{color:var(--hw-primary)}
body.mw24-theme .site-nav summary:hover{color:var(--hw-primary)}
body.mw24-theme .site-nav summary:focus-visible{color:var(--hw-primary)}
body.mw24-theme .site-header__support{color:var(--hw-success);background:var(--hw-success-soft);border:1px solid rgba(21,128,61,.14)}
body.mw24-theme .hero{min-height:auto}
body.mw24-theme .hero__inner{min-height:auto;display:grid;gap:28px}
body.mw24-theme .hero__copy{margin:0 auto;text-align:center}
body.mw24-theme .hero__title{margin:0;color:var(--hw-heading);line-height:1.02}
body.mw24-theme .hero__lead{margin:14px auto 0;font-size:clamp(16px,1.4vw,19px);line-height:1.58}
body.mw24-theme .hero__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:18px 0 0;padding:0;list-style:none}
body.mw24-theme .hero__trust li{min-height:40px;display:inline-flex;align-items:center;gap:9px;padding:8px 14px 8px 10px;color:var(--hw-text);border:1px solid var(--hw-border);border-radius:999px;font-size:13px;line-height:1.25}
body.mw24-theme .hero__trust-icon{width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;font-size:12px;font-weight:850}
body.mw24-theme .hero__trust li:nth-child(2) .hero__trust-icon{color:var(--hw-success);background:var(--hw-success-soft)}
body.mw24-theme .hero__trust li:nth-child(4) .hero__trust-icon{color:var(--hw-success);background:var(--hw-success-soft)}
body.mw24-theme .booking-card{width:min(1060px,100%);margin:0 auto;padding:clamp(22px,3vw,32px);background:var(--hw-surface);border:1px solid var(--hw-border)}
body.mw24-theme .booking-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}
body.mw24-theme .booking-card__header h2{margin:0;color:var(--hw-heading);line-height:1.15;letter-spacing:-.03em}
body.mw24-theme .booking-card__note{margin:0;color:var(--hw-muted);font-size:14px}
body.mw24-theme .booking-form{display:grid;grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(120px,1fr)) auto;align-items:end}
body.mw24-theme .booking-form__field{display:grid}
body.mw24-theme .booking-form__compact-field{display:grid}
body.mw24-theme .booking-form label{color:var(--hw-heading)}
body.mw24-theme .booking-form input{width:100%;color:var(--hw-heading);background:#ffffff;border:1px solid var(--hw-border-strong);outline:none;transition:border-color .16s ease,box-shadow .16s ease}
body.mw24-theme .booking-form select{width:100%;color:var(--hw-heading);background:#ffffff;border:1px solid var(--hw-border-strong);outline:none;transition:border-color .16s ease,box-shadow .16s ease}
body.mw24-theme .booking-form__options{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center}
body.mw24-theme .booking-form__check{display:inline-flex;align-items:center;color:var(--hw-text)}
body.mw24-theme .booking-form__submit{min-width:178px}
body.mw24-theme .btn--primary{color:#ffffff;border-radius:12px}
body.mw24-theme .location-links h2{margin:0;color:var(--hw-heading);font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.038em;font-weight:780}
body.mw24-theme .price-section h2{margin:0;color:var(--hw-heading);font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.038em;font-weight:780}
body.mw24-theme .faq-section h2{margin:0;color:var(--hw-heading);font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.038em;font-weight:780}
body.mw24-theme :is(.home-content,.country-content,.location-content) h2{margin:0;color:var(--hw-heading);line-height:1.12}
body.mw24-theme :is(.country-layout__grid,.location-layout__grid){display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);gap:22px}
body.mw24-theme :is(.home-content,.country-content,.location-content){background:var(--hw-surface)}
body.mw24-theme .local-card{background:var(--hw-surface);border:1px solid var(--hw-border)}
body.mw24-theme :is(.home-content,.country-content,.location-content) h2{margin-top:0}
body.mw24-theme :is(.home-content,.country-content,.location-content) h3{color:var(--hw-heading);line-height:1.25}
body.mw24-theme :is(.home-content,.country-content,.location-content) p{margin:0 0 16px}
body.mw24-theme :is(.home-content,.country-content,.location-content) ul{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}
body.mw24-theme :is(.home-content,.country-content,.location-content) ol{display:grid;gap:10px;margin:16px 0 0;padding:0;list-style:none}
body.mw24-theme :is(.home-content,.country-content,.location-content) li{position:relative;min-height:52px;padding:13px 15px 13px 44px;color:var(--hw-text);border:1px solid var(--hw-border);border-radius:12px}
body.mw24-theme :is(.home-content,.country-content,.location-content) li::before{content:"✓";position:absolute;left:15px;top:14px;width:20px;height:20px;display:grid;place-items:center;color:var(--hw-success);background:var(--hw-success-soft);border-radius:999px;font-size:12px;font-weight:850}
body.mw24-theme .local-card__group{display:grid;gap:18px}
body.mw24-theme .local-card{padding:24px}
body.mw24-theme .local-card h2{margin:0 0 12px;color:var(--hw-heading)}
body.mw24-theme .local-card h3{margin:0 0 12px;color:var(--hw-heading)}
body.mw24-theme .local-card ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}
body.mw24-theme .local-card li{position:relative;padding-left:22px;color:var(--hw-text);font-size:14px;line-height:1.55}
body.mw24-theme .local-card li::before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;background:var(--hw-primary);border-radius:999px}
body.mw24-theme .faq{display:grid}
body.mw24-theme .faq details{border:1px solid var(--hw-border);overflow:hidden}
body.mw24-theme .faq summary{display:flex;align-items:center;color:var(--hw-heading);line-height:1.35}
body.mw24-theme .faq details[open] summary{border-bottom:1px solid var(--hw-border)}
body.mw24-theme .faq details p{margin:0;color:var(--hw-text)}
body.mw24-theme .location-links__groups{display:grid;grid-template-columns:1fr;gap:16px}
body.mw24-theme .location-links__group{display:grid;grid-template-columns:minmax(180px,230px) 1fr;gap:18px;align-items:start;padding:22px;background:var(--hw-surface);border:1px solid var(--hw-border);border-radius:var(--hw-radius);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme .location-links__group h3{margin:0;padding:2px 18px 0 0;border-right:1px solid var(--hw-border);color:var(--hw-heading)}
body.mw24-theme .location-links__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
body.mw24-theme .location-links__grid a{min-height:40px;display:flex;align-items:center;padding:0 12px;color:var(--hw-text);border:1px solid var(--hw-border);border-radius:12px;font-size:14px}
body.mw24-theme .location-links__grid a:hover{background:#ffffff}
body.mw24-theme .location-links__grid a:focus-visible{background:#ffffff}
body.mw24-theme .site-footer{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer h2{color:#ffffff}
body.mw24-theme .site-footer h3{color:#ffffff}
body.mw24-theme .site-footer p{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer li{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer a{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer__about p{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer__contact p{color:rgba(255,255,255,.78)}
body.mw24-theme .site-footer a:hover{color:#ffffff}
body.mw24-theme .site-footer a:focus-visible{color:#ffffff}
body.mw24-theme{--hw-page:#ffffff;--hw-panel:#ffffff;--hw-panel-soft:#f7f9fc;--hw-panel-beige:#f8fbff;--hw-heading:#0f172a;--hw-text:#374151;--hw-muted:#64748b;--hw-border:#e5e7eb;--hw-border-strong:#d5dbe5;--hw-navy:#071827;--hw-shadow-sm:0 8px 24px rgba(15,23,42,.05);--hw-shadow-md:0 16px 38px rgba(15,23,42,.075);--hw-shadow-lg:0 26px 60px rgba(15,23,42,.12);--hw-radius:18px;--hw-radius-lg:24px;background:#ffffff}
body.mw24-theme .section{background:#ffffff}
body.mw24-theme .section--white{background:#ffffff}
body.mw24-theme .section--soft{background:#ffffff}
body.mw24-theme :is(.country-layout,.location-layout){background:#ffffff}
body.mw24-theme .price-section{background:#ffffff}
body.mw24-theme .faq-section{background:#ffffff}
body.mw24-theme .location-links{background:#ffffff}
body.mw24-theme #car-listing{background:#ffffff}
body.mw24-theme .section+.section{border-top:1px solid rgba(15,23,42,.06)}
body.mw24-theme #car-listing+.section{border-top:1px solid rgba(15,23,42,.06)}
body.mw24-theme :is(.country-layout,.location-layout)+.price-section{border-top:1px solid rgba(15,23,42,.06)}
body.mw24-theme .price-section+.faq-section{border-top:1px solid rgba(15,23,42,.06)}
body.mw24-theme .faq-section+.location-links{border-top:1px solid rgba(15,23,42,.06)}
body.mw24-theme h1{color:var(--hw-heading);letter-spacing:-.035em}
body.mw24-theme h2{color:var(--hw-heading);letter-spacing:-.035em}
body.mw24-theme h3{color:var(--hw-heading);letter-spacing:-.035em}
body.mw24-theme .section__header{max-width:860px;margin:0 auto 32px;text-align:center}
body.mw24-theme .section__header h2{margin:0;color:var(--hw-heading);line-height:1.1}
body.mw24-theme .location-links>.container>h2{margin:0;color:var(--hw-heading);line-height:1.1}
body.mw24-theme .price-section>.container>h2{margin:0;color:var(--hw-heading);line-height:1.1}
body.mw24-theme .faq-section>.container>h2{margin:0;color:var(--hw-heading);line-height:1.1}
body.mw24-theme .section__header h2::after{content:"";display:block;width:132px;height:4px;margin:16px auto 0;border-radius:999px}
body.mw24-theme .location-links>.container>h2::after{content:"";display:block;width:132px;height:4px;margin:16px auto 0;border-radius:999px}
body.mw24-theme .price-section>.container>h2::after{content:"";display:block;width:132px;height:4px;margin:16px auto 0;border-radius:999px}
body.mw24-theme .faq-section>.container>h2::after{content:"";display:block;width:132px;height:4px;margin:16px auto 0;border-radius:999px}
body.mw24-theme .section__header p{max-width:720px;margin:14px auto 0;color:var(--hw-muted);font-size:17px;line-height:1.68}
body.mw24-theme .hero{background:radial-gradient(circle at 10% 10%,rgba(47,103,246,.045),transparent 24%),radial-gradient(circle at 88% 8%,rgba(47,103,246,.03),transparent 28%),linear-gradient(180deg,#ffffff 0%,#ffffff 65%,#fbfcfe 100%);border-bottom:1px solid var(--hw-border)}
body.mw24-theme .hero__copy{max-width:880px}
body.mw24-theme .hero__lead{max-width:760px;color:var(--hw-muted)}
body.mw24-theme .hero__trust li{background:var(--hw-panel);border-color:var(--hw-border);box-shadow:0 5px 16px rgba(15,23,42,.04)}
body.mw24-theme .booking-card{border-color:var(--hw-border);box-shadow:var(--hw-shadow-lg);border-radius:var(--hw-radius-lg)}
body.mw24-theme #car-listing .container{background:var(--hw-panel-beige);border:1px solid var(--hw-border);border-radius:var(--hw-radius-lg);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme #car-listing .section__header h2::after{width:104px}
body.mw24-theme :is(.country-layout__grid,.location-layout__grid){align-items:start}
body.mw24-theme :is(.home-content,.country-content,.location-content){position:relative;padding:clamp(28px,4vw,46px) clamp(26px,4vw,42px);border-radius:var(--hw-radius-lg);border:1px solid var(--hw-border);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme :is(.home-content,.country-content,.location-content)::before{content:"";position:absolute;left:0;top:28px;bottom:28px;width:4px;border-radius:999px}
body.mw24-theme :is(.home-content,.country-content,.location-content) h2{margin-left:10px;margin-bottom:18px}
body.mw24-theme :is(.home-content,.country-content,.location-content) p{margin-left:10px;color:var(--hw-text);font-size:16px;line-height:1.75}
body.mw24-theme :is(.home-content,.country-content,.location-content) h3{margin:32px 0 12px 10px}
body.mw24-theme :is(.home-content,.country-content,.location-content) ul{margin-left:10px}
body.mw24-theme :is(.home-content,.country-content,.location-content) ol{margin-left:10px}
body.mw24-theme :is(.home-content,.country-content,.location-content) li{background:var(--hw-panel-soft)}
body.mw24-theme .local-card{border-radius:var(--hw-radius);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme .price-section>.container{padding:clamp(28px,4vw,42px);background:var(--hw-panel);border:1px solid var(--hw-border);border-radius:var(--hw-radius-lg);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme .price-section>.container>h2{text-align:center}
body.mw24-theme .faq-section>.container{padding:clamp(28px,4vw,42px);background:var(--hw-panel-soft);border:1px solid var(--hw-border);border-radius:var(--hw-radius-lg)}
body.mw24-theme .faq-section>.container>h2{text-align:center}
body.mw24-theme .faq{max-width:1060px;margin:0 auto;gap:16px}
body.mw24-theme .faq details{border-radius:14px;background:#ffffff;border-color:var(--hw-border);box-shadow:0 5px 14px rgba(15,23,42,.045)}
body.mw24-theme .faq summary{min-height:74px;padding:18px 20px}
body.mw24-theme .faq summary::after{content:"+";margin-left:auto;color:var(--hw-heading);font-size:34px;line-height:1;font-weight:300}
body.mw24-theme .faq details[open] summary::after{content:"–"}
body.mw24-theme .faq details p{padding:0 20px 20px;font-size:16px;line-height:1.7}
body.mw24-theme .faq details[open] p{padding-top:16px}
body.mw24-theme .location-links>.container{padding:clamp(28px,4vw,42px);background:var(--hw-panel);border:1px solid var(--hw-border);border-radius:var(--hw-radius-lg);box-shadow:var(--hw-shadow-sm)}
body.mw24-theme .location-links>.container>h2{text-align:center}
body.mw24-theme .location-links__grid a{background:#ffffff;border-color:var(--hw-border)}
body.mw24-theme .site-footer{background:var(--hw-navy)}
body.mw24-theme{--hw-accent:#5aa9f6;--hw-accent-dark:#2f7fd6;--hw-accent-soft:#eef7ff}
body.mw24-theme .country-tabs__tab{font-weight:600}
body.mw24-theme .section__header h2::after{background:var(--hw-accent)}
body.mw24-theme .location-links>.container>h2::after{background:var(--hw-accent)}
body.mw24-theme .price-section>.container>h2::after{background:var(--hw-accent)}
body.mw24-theme .faq-section>.container>h2::after{background:var(--hw-accent)}
body.mw24-theme :is(.home-content,.country-content,.location-content)::before{background:var(--hw-accent)}
body.mw24-theme .section__eyebrow{color:var(--hw-accent-dark)}
body.mw24-theme .hero__eyebrow{color:var(--hw-accent-dark)}
body.mw24-theme .local-card li::before{color:var(--hw-accent-dark)}
body.mw24-theme .location-links__grid a:hover{color:var(--hw-accent-dark)}
body.mw24-theme .location-links__grid a:focus-visible{color:var(--hw-accent-dark)}
body.mw24-theme .hero__trust-icon{color:var(--hw-accent-dark);background:var(--hw-accent-soft)}
body.mw24-theme .country-tabs__code{color:var(--hw-accent-dark);background:var(--hw-accent-soft)}
body.mw24-theme .booking-form input:focus{border-color:var(--hw-accent);box-shadow:0 0 0 4px rgba(90,169,246,.14)}
body.mw24-theme .booking-form select:focus{border-color:var(--hw-accent);box-shadow:0 0 0 4px rgba(90,169,246,.14)}
body.mw24-theme .btn--primary{background:linear-gradient(180deg,#62b0f7 0%,#2f7fd6 100%);box-shadow:0 10px 22px rgba(90,169,246,.22)}
body.mw24-theme .btn--primary:hover{background:linear-gradient(180deg,#52a3ef 0%,#2872c5 100%);box-shadow:0 12px 26px rgba(90,169,246,.26)}
body.mw24-theme .btn--primary:focus-visible{background:linear-gradient(180deg,#52a3ef 0%,#2872c5 100%);box-shadow:0 12px 26px rgba(90,169,246,.26)}
body.mw24-theme .location-links__grid a:hover{border-color:var(--hw-accent)}
body.mw24-theme .location-links__grid a:focus-visible{border-color:var(--hw-accent)}
body.mw24-theme #car-listing .container{padding:clamp(24px,3vw,34px)}
body.mw24-theme #car-listing .section__header h2::after{background:var(--hw-accent)}
body.mw24-theme #car-listing .section__header{max-width:780px;margin:0 auto 30px;text-align:center}
body.mw24-theme #car-listing .section__header h2::after{margin:14px auto 0}
body.mw24-theme .hero__inner{padding:clamp(34px,5vw,58px) 0 clamp(34px,5vw,60px)}
body.mw24-theme .section{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .section--white{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .section--soft{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme :is(.country-layout,.location-layout){padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .price-section{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .faq-section{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .location-links{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme #car-listing{padding:clamp(34px,5vw,58px) 0}
body.mw24-theme .section__header{margin-bottom:22px}
body.mw24-theme #car-listing .container{padding-top:clamp(22px,3vw,32px);padding-bottom:clamp(22px,3vw,32px)}
body.mw24-theme .price-section>.container{padding-top:clamp(22px,3vw,32px);padding-bottom:clamp(22px,3vw,32px)}
body.mw24-theme .faq-section>.container{padding-top:clamp(22px,3vw,32px);padding-bottom:clamp(22px,3vw,32px)}
body.mw24-theme .location-links>.container{padding-top:clamp(22px,3vw,32px);padding-bottom:clamp(22px,3vw,32px)}
body.mw24-theme :is(.home-content,.country-content,.location-content){padding-top:clamp(22px,3vw,34px);padding-bottom:clamp(22px,3vw,34px)}
body.mw24-theme .faq-section>.container>h2{margin-bottom:22px}
body.mw24-theme .price-section>.container>h2{margin-bottom:22px}
body.mw24-theme .location-links>.container>h2{margin-bottom:22px}
body.mw24-theme{font-weight:400}
body.mw24-theme h1{font-weight:500}
body.mw24-theme h2{font-weight:500}
body.mw24-theme h3{font-weight:500}
body.mw24-theme h4{font-weight:500}
body.mw24-theme strong{font-weight:500}
body.mw24-theme summary{font-weight:500}
body.mw24-theme label{font-weight:500}
body.mw24-theme a{font-weight:500}
body.mw24-theme button{font-weight:500}
body.mw24-theme .hero__title{font-size:clamp(36px,4.6vw,56px);font-weight:620;letter-spacing:-.032em}
body.mw24-theme .section__header h2{font-size:clamp(24px,2.6vw,34px);font-weight:600;letter-spacing:-.026em}
body.mw24-theme .location-links>.container>h2{font-size:clamp(24px,2.6vw,34px);font-weight:600;letter-spacing:-.026em}
body.mw24-theme .price-section>.container>h2{font-size:clamp(24px,2.6vw,34px);font-weight:600;letter-spacing:-.026em}
body.mw24-theme .faq-section>.container>h2{font-size:clamp(24px,2.6vw,34px);font-weight:600;letter-spacing:-.026em}
body.mw24-theme :is(.home-content,.country-content,.location-content) h2{font-size:clamp(24px,2.6vw,34px);font-weight:600;letter-spacing:-.026em}
body.mw24-theme .booking-card__header h2{font-size:clamp(19px,1.8vw,24px);font-weight:600}
body.mw24-theme :is(.home-content,.country-content,.location-content) h3{font-size:18px;font-weight:560}
body.mw24-theme .local-card h2{font-size:18px;font-weight:560}
body.mw24-theme .local-card h3{font-size:18px;font-weight:560}
body.mw24-theme .location-links__group h3{font-size:18px;font-weight:560}
body.mw24-theme .faq summary{font-size:16px;font-weight:560}
body.mw24-theme .hero__trust li{font-weight:500}
body.mw24-theme .location-links__grid a{font-weight:500}
body.mw24-theme .local-card .btn{margin-top:22px}
body.mw24-theme{--hw-card-button:#5aa9f6;--hw-card-button-hover:#2f7fd6;margin:0}
body.mw24-theme main{background:inherit}
body.mw24-theme.page-location{min-width:0}
body.mw24-theme.page-country{min-width:0}
body.mw24-theme.page-home{min-width:0}
body.mw24-theme.page-home .home-content-panel{border-width:1px;border-style:solid}
body.mw24-theme.page-home .home-content-panel__body{border-top-width:1px;border-top-style:solid}
body.mw24-theme.page-home .home-content-checklist li::before{left:14px}
body.mw24-theme.page-home .home-faq-panel__intro{border-width:1px;border-style:solid}
body.mw24-theme.page-home .home-content-checklist li{padding-top:14px;padding-bottom:14px}
body.mw24-theme.page-home .home-content-checklist li::before{top:50%;transform:none}
body.mw24-theme.page-country .country-tabs__tab{border-width:1px;border-style:solid}
body.mw24-theme.page-home .country-tabs__tab{border-width:1px;border-style:solid}
body.mw24-theme.page-home .home-content-panel{border-radius:22px;padding:clamp(26px,4vw,44px)}
body.mw24-theme.page-home .home-content-metrics article{border-width:1px;border-style:solid}
body.mw24-theme.page-home .home-content-checklist li{border-width:1px;border-style:solid}
body.mw24-theme.page-home .home-faq-panel{border-radius:22px;padding:clamp(26px,4vw,44px)}
body.mw24-theme.page-home .faq details{border-radius:16px;overflow:hidden}
body.mw24-theme.page-home .faq details p{border-top-width:1px;border-top-style:solid}
body.mw24-theme.page-home :is(.home-content,.country-content,.location-content){border-radius:20px}
body.mw24-theme.page-home .local-card{border-radius:20px}
body.mw24-theme.page-home .home-steps article{border-color:#e0e6ee}
body.mw24-theme.page-home .home-content--home{padding:clamp(52px,6vw,78px) 0;border:0;border-radius:0}
body.mw24-theme.page-home .home-content-panel__intro h2{max-width:520px}
body.mw24-theme.page-home .home-content-metrics span{align-items:center;justify-content:center}
body.mw24-theme.page-home .home-content-checklist{align-items:stretch;grid-auto-rows:1fr}
body.mw24-theme.page-home .home-content-checklist li{height:100%;column-gap:10px;margin:0}
body.mw24-theme.page-home .home-content-checklist li::before{position:static;margin-top:1px;line-height:1.45}
body.mw24-theme.page-home .home-faq-panel{padding:0;border:0;background:transparent;box-shadow:none}
body.mw24-theme.page-home .home-faq-panel__intro{box-shadow:0 16px 34px rgba(8,35,63,.07)}
body.mw24-theme.page-home .home-faq-list{margin-top:0}
body.mw24-theme.page-home .home-faq-list details{border-color:#dde5ee}
body.mw24-theme.page-home .home-proof{position:relative}
body.mw24-theme.page-home .home-destinations{position:relative}
body.mw24-theme.page-home .home-process{position:relative}
body.mw24-theme.page-home .home-content--home{position:relative}
body.mw24-theme.page-home .faq-section{position:relative}
body.mw24-theme.page-home .home-proof .section__header{max-width:780px;margin-inline:auto;text-align:center}
body.mw24-theme.page-home .home-destinations .section__header{max-width:780px;margin-inline:auto;text-align:center}
body.mw24-theme.page-home .home-process .section__header{max-width:780px;margin-inline:auto;text-align:center}
body.mw24-theme.page-home .home-proof{background:#ffffff}
body.mw24-theme.page-home .home-proof__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.mw24-theme.page-home .home-proof__grid article{position:relative;min-height:178px;padding:22px;border:1px solid #e4eaf2;border-radius:18px;background:#ffffff;box-shadow:0 14px 34px rgba(13,28,58,.06);overflow:hidden}
body.mw24-theme.page-home .home-proof__grid article::before{content:"";width:42px;height:42px;display:grid;place-items:center;margin-bottom:18px;border-radius:14px;background:#eef4ff;color:#1f5fd6;font-size:18px;font-weight:760}
body.mw24-theme.page-home .home-proof__grid article:nth-child(1)::before{content:"⌁"}
body.mw24-theme.page-home .home-proof__grid article:nth-child(2)::before{content:"✓";background:#ecfdf3;color:#15803d}
body.mw24-theme.page-home .home-proof__grid article:nth-child(3)::before{content:"↔";background:#fff7ed;color:#c2410c}
body.mw24-theme.page-home .home-proof__grid article:nth-child(4)::before{content:"▦";background:#f3f0ff;color:#6d28d9}
body.mw24-theme.page-home .home-proof__grid strong{display:block;margin:0 0 9px;color:#111827;font-size:17px;line-height:1.25;font-weight:640;letter-spacing:-.015em}
body.mw24-theme.page-home .home-proof__grid span{display:block;color:#64748b;font-size:14px;line-height:1.6}
body.mw24-theme.page-home .home-destinations .country-tabs{max-width:1040px;margin-inline:auto;padding:22px;border-radius:22px}
body.mw24-theme.page-home .home-destinations .country-tabs__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:6px;border-radius:16px}
body.mw24-theme.page-home .home-destinations .country-tabs__tab{min-height:42px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#52657c;font-size:14px;font-weight:620}
body.mw24-theme.page-home #tab-south:checked~.country-tabs__nav label[for="tab-south"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-home #tab-alps:checked~.country-tabs__nav label[for="tab-alps"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-home #tab-north:checked~.country-tabs__nav label[for="tab-north"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-home #tab-world:checked~.country-tabs__nav label[for="tab-world"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-home .home-destinations .country-tabs__panel{padding-top:22px}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:18px}
body.mw24-theme.page-home .home-destinations .country-tabs__code{width:58px;height:58px;border-radius:16px;background:#eef4ff;color:#1f5fd6;font-size:13px;font-weight:760}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head h3{margin:0 0 6px;color:#111827;font-size:20px;line-height:1.25;font-weight:640}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head p{margin:0;color:#64748b;font-size:14px;line-height:1.6}
body.mw24-theme.page-home .home-destinations .country-tabs__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.mw24-theme.page-home .home-destinations .country-tabs__links a{min-height:42px;display:flex;align-items:center;justify-content:center;padding:10px 12px;border:1px solid #e1e8f0;border-radius:12px;background:#ffffff;color:#1f5fd6;font-size:14px;font-weight:620;text-align:center}
body.mw24-theme.page-home .home-destinations .country-tabs__links a:hover{border-color:#bfd0ec;background:#f7faff}
body.mw24-theme.page-home .home-destinations .country-tabs__links a:focus-visible{border-color:#bfd0ec;background:#f7faff}
body.mw24-theme.page-home .home-region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
body.mw24-theme.page-home .home-region-grid article{padding:18px;border-radius:16px}
body.mw24-theme.page-home .home-region-grid h4{margin:0 0 8px;color:#111827;font-size:16px;font-weight:640}
body.mw24-theme.page-home .home-region-grid p{margin:0;color:#64748b;font-size:14px;line-height:1.7}
body.mw24-theme.page-home .home-region-grid a{color:#1f5fd6;font-weight:580}
body.mw24-theme.page-home .home-process{background:#ffffff}
body.mw24-theme.page-home .home-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;counter-reset:home-steps}
body.mw24-theme.page-home .home-steps article{position:relative;min-height:210px;padding:26px;border:1px solid #e1e8f0;border-radius:20px;background:#ffffff;box-shadow:0 16px 38px rgba(13,28,58,.065);overflow:hidden}
body.mw24-theme.page-home .home-steps article::after{content:"";position:absolute;right:-38px;top:-38px;width:118px;height:118px;border-radius:999px;background:#f1f6ff}
body.mw24-theme.page-home .home-steps article>span{position:relative;z-index:1;width:46px;height:46px;display:grid;place-items:center;margin-bottom:18px;border-radius:14px;font-size:15px;font-weight:760}
body.mw24-theme.page-home .home-steps h3{position:relative;z-index:1;margin:0 0 9px;color:#111827;font-size:19px;line-height:1.25;font-weight:650}
body.mw24-theme.page-home .home-steps p{position:relative;z-index:1;margin:0;color:#64748b;font-size:14.5px;line-height:1.65}
body.mw24-theme.page-home .home-content-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.18fr);gap:32px;padding:clamp(28px,4vw,46px);border-radius:24px}
body.mw24-theme.page-home .home-content-panel__intro{align-self:start}
body.mw24-theme.page-home .home-content-panel__intro h2{margin:8px 0 14px;color:#111827;font-size:clamp(26px,3vw,38px);line-height:1.12;font-weight:650;letter-spacing:-.025em}
body.mw24-theme.page-home .home-content-panel__intro p{margin:0;color:#64748b;font-size:15px;line-height:1.7}
body.mw24-theme.page-home .home-content-panel__body p{margin:0;color:#64748b;font-size:15px;line-height:1.7}
body.mw24-theme.page-home .home-content-metrics{display:grid;gap:12px}
body.mw24-theme.page-home .home-content-metrics article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:4px 14px;align-items:start;padding:16px;border-radius:16px}
body.mw24-theme.page-home .home-content-metrics span{grid-row:span 2;width:36px;height:36px;display:grid;place-items:center;border-radius:12px;font-size:13px;font-weight:760}
body.mw24-theme.page-home .home-content-metrics strong{color:#111827;font-size:16px;line-height:1.25;font-weight:640}
body.mw24-theme.page-home .home-content-metrics p{margin:0;color:#64748b;font-size:14px;line-height:1.55}
body.mw24-theme.page-home .home-content-panel__body{grid-column:1 / -1;padding-top:18px;border-top:1px solid #e1e8f0}
body.mw24-theme.page-home .home-content-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 0;padding:0;list-style:none}
body.mw24-theme.page-home .home-content-checklist li{position:relative;min-height:64px;display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;padding:14px 16px;border:1px solid #e1e8f0;border-radius:14px;background:#ffffff;color:#41576d;line-height:1.45}
body.mw24-theme.page-home .home-content-checklist li::before{content:"✓";width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:#ecfdf3;color:#15803d;font-size:12px;font-weight:800}
body.mw24-theme.page-home .faq-section{background:#ffffff}
body.mw24-theme.page-home .home-faq-panel{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1fr);gap:28px;align-items:start}
body.mw24-theme.page-home .home-faq-panel__intro{position:sticky;top:92px;padding:28px;border:1px solid #e1e8f0;border-radius:22px;background:#f8fafc}
body.mw24-theme.page-home .home-faq-panel__intro h2{margin:8px 0 12px;color:#111827;font-size:clamp(26px,3vw,36px);line-height:1.12;font-weight:650;letter-spacing:-.025em}
body.mw24-theme.page-home .home-faq-panel__intro p{margin:0;color:#64748b;font-size:15px;line-height:1.65}
body.mw24-theme.page-home .home-faq-list{display:grid;gap:12px}
body.mw24-theme.page-home .home-faq-list details{overflow:hidden;border:1px solid #e1e8f0;border-radius:16px;background:#ffffff;box-shadow:0 10px 26px rgba(13,28,58,.045)}
body.mw24-theme.page-home .home-faq-list details+details{margin-top:0}
body.mw24-theme.page-home .home-faq-list summary{min-height:58px;display:flex;align-items:center;padding:16px 48px 16px 18px;color:#111827;font-size:16px;font-weight:620}
body.mw24-theme.page-home .home-faq-list p{margin:0;padding:0 18px 18px;color:#64748b;font-size:14px;line-height:1.65}
body.mw24-theme .site-nav__mega-col h3{display:flex;align-items:center;gap:8px}
body.mw24-theme .site-nav__mega-col h3::before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:999px}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link:hover{text-decoration:underline;text-underline-offset:3px}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link:focus-visible{text-decoration:underline;text-underline-offset:3px}
body.mw24-theme .site-nav__mega-col h3:not(:has(.site-nav__country-link)){color:#7b8aa0}
body.mw24-theme.page-home .home-region-grid h4 a{display:inline-flex;align-items:center;gap:8px;text-decoration:none}
body.mw24-theme.page-home .home-region-grid h4 a::after{content:"Land";display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;font-size:10px;line-height:1;font-weight:760;letter-spacing:.035em;text-transform:uppercase}
body.mw24-theme.page-home .home-region-grid p a{text-decoration:none}
body.mw24-theme.page-country .country-locations{background:#f8fafc}
body.mw24-theme.page-country .country-locations>.container{max-width:1120px}
body.mw24-theme.page-country .country-locations__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px;max-width:1040px;margin:0 auto 22px;padding:0}
body.mw24-theme.page-country .country-locations__head h2{margin:0;color:#111827;font-size:clamp(26px,3vw,38px);line-height:1.12;font-weight:650;letter-spacing:-.026em}
body.mw24-theme.page-country .country-locations__head p{max-width:720px;margin:10px 0 0;color:#64748b;font-size:15px;line-height:1.65}
body.mw24-theme.page-country .country-tabs{max-width:1040px;margin-inline:auto;padding:22px;border:1px solid #e1e8f0;border-radius:24px;background:#ffffff;box-shadow:0 18px 44px rgba(13,28,58,.07)}
body.mw24-theme.page-country .country-tabs__nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:22px;padding:6px;border-radius:16px;background:#f1f5f9}
body.mw24-theme.page-country .country-tabs__tab{min-height:42px;padding:0 14px;border:0;border-radius:12px;background:transparent;color:#52657c;font-size:14px;font-weight:650}
body.mw24-theme.page-country #tab-airports:checked~.country-tabs__nav label[for="tab-airports"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-country #tab-cities:checked~.country-tabs__nav label[for="tab-cities"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-country #tab-stations:checked~.country-tabs__nav label[for="tab-stations"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-country #tab-regions:checked~.country-tabs__nav label[for="tab-regions"]{background:#ffffff;color:#1f5fd6;box-shadow:0 8px 18px rgba(13,28,58,.08)}
body.mw24-theme.page-country .country-tabs__panel-head{display:grid;grid-template-columns:58px minmax(0,1fr);gap:16px;align-items:start;margin-bottom:18px;padding:18px;border:1px solid #e1e8f0;border-radius:18px;background:#f8fafc}
body.mw24-theme.page-country .country-tabs__code{width:58px;height:58px;border-radius:16px;background:#eef4ff;color:#1f5fd6;font-size:13px;font-weight:760}
body.mw24-theme.page-country .country-tabs__panel-head h3{margin:0 0 6px;color:#111827;font-size:20px;line-height:1.25;font-weight:640}
body.mw24-theme.page-country .country-tabs__panel-head p{margin:0;color:#64748b;font-size:14px;line-height:1.6}
body.mw24-theme.page-country .country-tabs__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body.mw24-theme.page-country .country-tabs__links a{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid #e1e8f0;border-radius:12px;background:#ffffff;font-size:14px;line-height:1.25;text-align:left}
body.mw24-theme.page-country .country-tabs__links a::after{content:"›";flex:0 0 auto;color:#94a3b8;font-size:18px;line-height:1}
body.mw24-theme.page-country .country-tabs__links a:hover{border-color:#bfd0ec;background:#f7faff}
body.mw24-theme.page-country .country-tabs__links a:focus-visible{border-color:#bfd0ec;background:#f7faff}
body.mw24-theme.page-country .country-tabs__links a:hover::after{color:#1f5fd6}
body.mw24-theme.page-country .country-tabs__links a:focus-visible::after{color:#1f5fd6}
body.mw24-theme .site-nav__mega-col h3::before{background:#1f5fd6;box-shadow:0 0 0 4px #eef4ff}
body.mw24-theme.page-country .country-tabs__panel{padding:0 0 8px}
body.mw24-theme .site-nav__mega-col>a{font-weight:560}
body.mw24-theme .site-nav__mega-col a.is-airport{font-weight:560}
body.mw24-theme.page-country .country-tabs__links{margin-top:8px;padding:0 2px 20px}
body.mw24-theme.page-country .country-tabs__panel{padding-bottom:14px}
body.mw24-theme.page-country .country-tabs__links a{font-weight:560}
body.mw24-theme.page-country .country-locations__all{min-height:42px;padding:9px 14px;border-radius:12px;font-size:14px;font-weight:700;white-space:nowrap}
body.mw24-theme.page-country .country-locations__all:hover{transform:translateY(-1px)}
body.mw24-theme.page-country .country-locations__all:focus-visible{transform:translateY(-1px)}
body.mw24-theme{--mw24-link-location:#5aa9f6;--mw24-link-location-hover:#2f7fd6;--mw24-cta-primary:#5aa9f6;--mw24-cta-primary-hover:#2f7fd6}
body.mw24-theme .site-nav__mega-col>a{color:var(--mw24-link-location)}
body.mw24-theme .site-nav__mega-col a.is-airport{color:var(--mw24-link-location)}
body.mw24-theme .site-nav__mega-col>a:hover{color:var(--mw24-link-location-hover)}
body.mw24-theme .site-nav__mega-col>a:focus-visible{color:var(--mw24-link-location-hover)}
body.mw24-theme .site-nav__mega-col a.is-airport:hover{color:var(--mw24-link-location-hover)}
body.mw24-theme .site-nav__mega-col a.is-airport:focus-visible{color:var(--mw24-link-location-hover)}
body.mw24-theme.page-country .country-tabs__links a{color:var(--mw24-link-location)}
body.mw24-theme.page-country .country-tabs__links a:hover{color:var(--mw24-link-location-hover)}
body.mw24-theme.page-country .country-tabs__links a:focus-visible{color:var(--mw24-link-location-hover)}
body.mw24-theme.page-country .country-locations__all{border:1px solid var(--mw24-cta-primary);background:var(--mw24-cta-primary);color:#ffffff;box-shadow:0 10px 22px rgba(90,169,246,.22)}
body.mw24-theme.page-country .country-locations__all:hover{border-color:var(--mw24-cta-primary-hover);background:var(--mw24-cta-primary-hover);color:#ffffff;box-shadow:0 12px 26px rgba(47,127,214,.24)}
body.mw24-theme.page-country .country-locations__all:focus-visible{border-color:var(--mw24-cta-primary-hover);background:var(--mw24-cta-primary-hover);color:#ffffff;box-shadow:0 12px 26px rgba(47,127,214,.24)}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link{color:#5aa9f6}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link:hover{color:#2f7fd6}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link:focus-visible{color:#2f7fd6}
body.mw24-theme .site-nav__mega-col>a:not(.site-nav__country-link){color:#475467;font-weight:500}
body.mw24-theme .site-nav__mega-col>a.is-airport:not(.site-nav__country-link){color:#53657c}
body.mw24-theme .site-nav__mega-col>a:not(.site-nav__country-link):hover{color:#2f7fd6}
body.mw24-theme .site-nav__mega-col>a:not(.site-nav__country-link):focus-visible{color:#2f7fd6}
body.mw24-theme .site-nav__mega-col>a.is-airport:not(.site-nav__country-link):hover{color:#2f7fd6}
body.mw24-theme .site-nav__mega-col>a.is-airport:not(.site-nav__country-link):focus-visible{color:#2f7fd6}
body.mw24-theme.page-home .home-region-grid h4 a{color:#5aa9f6;font-weight:760}
body.mw24-theme.page-home .home-region-grid h4 a::after{background:rgba(90,169,246,.14);color:#5aa9f6}
body.mw24-theme.page-home .home-region-grid h4 a:hover{color:#2f7fd6}
body.mw24-theme.page-home .home-region-grid h4 a:focus-visible{color:#2f7fd6}
body.mw24-theme.page-home .home-region-grid p a{color:#475467;font-weight:540}
body.mw24-theme.page-home .home-region-grid p a:hover{color:#2f7fd6;text-decoration:underline;text-underline-offset:3px}
body.mw24-theme.page-home .home-region-grid p a:focus-visible{color:#2f7fd6;text-decoration:underline;text-underline-offset:3px}
body.mw24-theme.page-home .home-steps article>span{background:#5aa9f6;color:#ffffff}
body.mw24-theme.page-home .home-steps article>span:hover{background:#5aa9f6}
body.mw24-theme.page-home .home-destinations{background:#ffffff}
body.mw24-theme.page-home .home-content--home{background:#ffffff}
body.mw24-theme.page-home .home-destinations .country-tabs{background:#ffffff;border:1px solid #e1e8f0;box-shadow:0 18px 44px rgba(13,28,58,.07)}
body.mw24-theme.page-home .home-destinations .country-tabs__nav{background:#f8fafc}
body.mw24-theme.page-home .home-region-grid article{background:#ffffff;border:1px solid #e1e8f0;box-shadow:0 10px 26px rgba(13,28,58,.045)}
body.mw24-theme.page-home .home-content-panel{background:#ffffff;border:1px solid #e1e8f0;box-shadow:0 20px 50px rgba(13,28,58,.075)}
body.mw24-theme.page-home .home-content-metrics span{background:#5aa9f6;color:#ffffff}
body.mw24-theme.page-home .home-content-metrics article{background:#f8fafc;border:1px solid #e1e8f0}
body.mw24-theme .site-nav__mega-col h3 .site-nav__country-link{font-weight:600;letter-spacing:.02em}
body.mw24-theme .booking-form{gap:10px}
body.mw24-theme .booking-form__field{gap:5px}
body.mw24-theme .booking-form__compact-field{gap:5px}
body.mw24-theme .booking-form label{font-size:12.5px;line-height:1.2;font-weight:650}
body.mw24-theme .booking-form input{height:40px;min-height:40px;padding:0 11px;border-radius:10px;font-size:14px;line-height:40px}
body.mw24-theme .booking-form select{height:40px;min-height:40px;padding:0 11px;border-radius:10px;font-size:14px;line-height:40px}
body.mw24-theme .booking-form__submit{min-height:40px;height:40px;padding:0 16px;border-radius:10px}
body.mw24-theme .booking-form__options{gap:8px 14px;padding-top:6px}
body.mw24-theme .booking-form__check{min-height:auto;gap:7px;font-size:13.5px;line-height:1.3;font-weight:500}
body.mw24-theme .booking-form__check input{width:15px;height:15px;min-width:15px;min-height:15px;flex:0 0 15px;margin:0;padding:0;border-radius:3px;accent-color:#5aa9f6}
.page-home .home-destinations .home-region-grid h4 a{font-weight:560}
.page-home .country-locations.home-destinations .home-region-grid h4 a{font-weight:560}
@media (max-width: 1100px){.booking-form{grid-template-columns:1.35fr 1fr .7fr 1fr .7fr}.booking-form__submit{grid-column:1 / -1}:is(.country-layout__grid,.location-layout__grid){grid-template-columns:1fr}.local-card{position:static}.location-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header__brand{min-width:220px}.site-header__brand img{width:220px!important;min-width:220px}body.mw24-theme .booking-form{grid-template-columns:repeat(2,minmax(0,1fr))}body.mw24-theme.page-home .home-proof__grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.mw24-theme.page-home .home-destinations .country-tabs__links{grid-template-columns:repeat(2,minmax(0,1fr))}body.mw24-theme.page-home .home-region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.mw24-theme.page-home .home-content-panel{grid-template-columns:1fr}body.mw24-theme.page-home .home-faq-panel{grid-template-columns:1fr}body.mw24-theme.page-home .home-faq-panel__intro{position:static}}
@media (max-width: 860px){.site-header__inner{min-height:58px}.site-header__brand img{width:150px}.site-header__meta{display:none}.site-header__burger{display:inline-grid;width:38px;height:38px;margin-left:auto;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.site-header__burger span{display:block;width:18px;height:2px;margin:2px 0;border-radius:999px;background:var(--color-text)}.site-nav{position:absolute;inset:58px 0 auto 0;display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 16px;border-bottom:1px solid var(--color-border);background:#fff;box-shadow:0 14px 24px rgba(16,24,40,.08)}.site-nav a{padding:13px 0;border-bottom:1px solid var(--color-border)}.site-nav a:last-child{border-bottom:0}.site-header__toggle:checked~.site-nav{display:flex}.hero{min-height:calc(100svh - 92px);align-items:stretch}.hero__inner{width:min(100% - 28px,var(--container));min-height:calc(100svh - 92px);justify-content:center;gap:8px;padding:8px 0 10px}.hero__copy{margin-bottom:0}.hero__title{font-size:clamp(32px,9vw,46px)}.hero__lead{margin-top:8px;font-size:15px}.booking-card{padding:16px 12px}.booking-card__header{display:none}.booking-form{grid-template-columns:1fr 1fr;gap:8px}.booking-form__field--place{grid-column:1 / -1}.booking-form__submit{grid-column:1 / -1}.booking-form__options{grid-column:1 / -1}.booking-form label{font-size:11px}.booking-form input{min-height:38px;padding:7px 9px;font-size:14px}.booking-form select{min-height:38px;padding:7px 9px;font-size:14px}.booking-form__submit{min-height:38px;padding:7px 9px;font-size:14px}.booking-form__options{grid-template-columns:1fr 1fr;padding-top:8px}.booking-form__check{grid-column:1 / -1;min-height:24px}.hero__trust{gap:8px;margin-top:10px;padding-top:0;font-size:12px}.hero__trust li{min-height:34px;padding:7px 11px 7px 8px}.hero__trust-icon{width:20px;height:20px;font-size:11px}}
@media (max-width: 680px){.container{width:calc(100% - 28px)}.section{padding:38px 0}.section__header{margin-bottom:18px}:is(.home-content,.country-content,.location-content){padding:18px}:is(.home-content,.country-content,.location-content) h3{font-size:19px}.location-links__group{grid-template-columns:1fr;padding:14px}.location-links__group h3{padding:0 0 10px;border-right:0;border-bottom:1px solid var(--color-border)}body.mw24-theme .location-links__group h3{padding:0 0 10px;border-right:0;border-bottom:1px solid var(--hw-border)}.location-links__grid{grid-template-columns:1fr}.section__header{text-align:center}.faq-section .faq{max-width:100%}.location-links__groups{max-width:100%}}
@media (max-width: 430px){.container{width:calc(100% - 22px)}.hero__inner{width:calc(100% - 20px);min-height:calc(100svh - 88px);justify-content:center;gap:6px;padding:6px 0 8px}.hero__title{font-size:clamp(30px,10vw,40px)}.hero__lead{font-size:14px}.booking-card{padding:14px 10px}.booking-form{gap:7px}.hero__trust{display:grid;grid-template-columns:1fr;width:100%}.hero__trust li{justify-content:flex-start;white-space:normal;text-align:left;line-height:1.25}.booking-form__options{display:none}}
@media (max-width: 430px) and (max-height: 760px){.hero__inner{padding-top:44px}.hero__copy{margin-bottom:12px}.hero__trust li{min-height:32px;padding-top:6px;padding-bottom:6px}}
@media (max-width: 1080px){.site-nav{gap:20px;font-size:14px}.site-header__meta{margin-left:10px}.site-nav__mega-grid{gap:20px}}
@media (max-width: 960px){.site-header__inner{min-height:64px;gap:16px}.site-header__burger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;margin-left:auto;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);cursor:pointer}.site-header__burger span{width:18px;height:1.8px;margin:0 auto;border-radius:999px;background:var(--color-heading);transition:transform .18s ease,opacity .18s ease}.site-header__meta{display:none}.site-nav{position:absolute;top:calc(100% + 8px);left:12px;right:12px;display:grid;gap:0;margin-left:0;padding:12px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-surface);box-shadow:0 24px 50px rgba(6,18,37,.14);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.site-nav>a{padding:12px 8px}.site-nav__dropdown>summary{padding:12px 8px}.site-nav__dropdown{display:grid}.site-nav__mega{left:auto;right:auto;top:auto}.site-nav__mega-col h3{margin-bottom:10px}.site-header__toggle:checked~.site-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header__toggle:checked+.site-header__burger span:nth-child(1){transform:translateY(6.8px) rotate(45deg)}.site-header__toggle:checked+.site-header__burger span:nth-child(2){opacity:0}.site-header__toggle:checked+.site-header__burger span:nth-child(3){transform:translateY(-6.8px) rotate(-45deg)}.site-nav__dropdown>summary{justify-content:space-between}.site-nav__mega{position:static;width:auto;height:auto;margin-top:8px;padding:12px 12px 0;border:1px solid #e6edf7;border-radius:14px;background:#fbfdff;box-shadow:none;transform:none}.site-nav__mega-grid{display:grid;grid-template-columns:1fr;gap:16px}.site-nav__mega-col h3{margin:0 0 8px;padding-bottom:7px;border-bottom:1px solid #e5ebf3;color:#94a3b8;font-size:12px;letter-spacing:.075em;text-transform:uppercase;font-weight:700}.site-nav__mega-col h3:not(:first-child){margin-top:14px}.site-nav__mega-col a{display:block;margin:0 0 8px;padding:0!important;border:0;color:#475467;font-size:14px;line-height:1.28}.site-nav .site-nav__mega-col a{display:block;margin:0 0 8px;padding:0!important;border:0;color:#475467;font-size:14px;line-height:1.28}.site-nav__mega-footer{display:flex;flex-direction:column;align-items:flex-start;gap:6px;margin:8px -12px 0;padding:12px;border-top:1px solid #e6edf6;border-radius:0 0 14px 14px;background:#f3f8ff;color:#93a4bd;font-size:12px}.site-nav__mega-footer a{padding:0!important;border:0;color:var(--color-primary);font-size:13px}.site-nav .site-nav__mega-footer a{padding:0!important;border:0;color:var(--color-primary);font-size:13px}.site-footer__brand{min-width:194px}.site-footer__brand img{width:194px!important;min-width:194px}.site-header__brand{min-width:200px}.site-header__brand img{width:200px!important;min-width:200px}}
@media (max-width: 640px){.site-nav{left:10px;right:10px}.site-nav__mega-col a{margin-bottom:9px;font-size:14px}.site-nav__mega-footer{flex-direction:column;align-items:flex-start}.site-footer__brand{min-width:186px}.site-footer__brand img{width:186px!important;min-width:186px}.site-header__brand{min-width:184px}.site-header__brand img{width:184px!important;min-width:184px}body.mw24-theme .hero__copy{text-align:left;margin-inline:0}body.mw24-theme .hero__trust{justify-content:flex-start}body.mw24-theme .hero__trust li{white-space:normal}body.mw24-theme .booking-form{grid-template-columns:1fr}body.mw24-theme .booking-form__options{display:grid}body.mw24-theme .booking-form__submit{width:100%}body.mw24-theme #car-listing .container{padding:22px}body.mw24-theme .price-section>.container{padding:22px}body.mw24-theme .faq-section>.container{padding:22px}body.mw24-theme .location-links>.container{padding:22px}body.mw24-theme :is(.home-content,.country-content,.location-content)::before{top:22px;bottom:22px}body.mw24-theme .faq summary{min-height:66px;font-size:17px}body.mw24-theme .hero__inner{padding:30px 0 34px}body.mw24-theme .section{padding:32px 0}body.mw24-theme .section--white{padding:32px 0}body.mw24-theme .section--soft{padding:32px 0}body.mw24-theme :is(.country-layout,.location-layout){padding:32px 0}body.mw24-theme .price-section{padding:32px 0}body.mw24-theme .faq-section{padding:32px 0}body.mw24-theme .location-links{padding:32px 0}body.mw24-theme #car-listing{padding:32px 0}}
@media (min-width: 961px){.site-nav__mega{position:absolute;left:50%;right:auto;top:calc(100% + 6px);width:740px;max-width:calc(100vw - 24px);height:435px;display:flex;flex-direction:column;padding:16px 18px 0;border:1px solid #dfe7f1;border-radius:0 0 16px 16px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.12);overflow:hidden;transform:translateX(-50%)}.site-nav__mega-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:24px;padding-bottom:14px}.site-nav__mega-col{min-width:0;height:100%;display:grid;grid-auto-rows:max-content;align-content:space-between}.site-nav__mega-col h3{margin:0;padding:0 0 6px;border-bottom:1px solid #e5ebf3;color:#94a3b8;font-size:11px;line-height:1.12;letter-spacing:.075em;text-transform:uppercase;font-weight:700}.site-nav__mega-col h3:not(:first-child){margin-top:0}.site-nav__mega-col a{display:block;margin:0;padding:0!important;border:0;color:#475467;font-size:13px;line-height:1.2;font-weight:500;transition:color .16s ease}.site-nav .site-nav__mega-col a{display:block;margin:0;padding:0!important;border:0;color:#475467;font-size:13px;line-height:1.2;font-weight:500;transition:color .16s ease}.site-nav__mega-col a:hover{color:var(--color-primary)}.site-nav__mega-col a:focus-visible{color:var(--color-primary)}.site-nav__mega-col a.is-airport{color:#53657c}.site-nav__mega-col a.is-airport::after{content:" △";color:#9aa8bb;font-size:9px;vertical-align:1px}.site-nav__mega-footer{position:relative;flex:0 0 42px;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 -18px;padding:10px 18px 11px;border-top:1px solid #e6edf6;border-radius:0;background:#f6f9fd;color:#93a4bd;font-size:12px;line-height:1.25;font-weight:600}.site-nav__mega-footer::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(90deg,#2d63e6 0%,#4a83ff 100%)}.site-nav__mega-footer a{padding:0!important;color:#2d63e6;font-size:13px;line-height:1.25;font-weight:600}.site-nav .site-nav__mega-footer a{padding:0!important;color:#2d63e6;font-size:13px;line-height:1.25;font-weight:600}}
@media (max-width: 1180px){.site-footer__contact{grid-column:span 2}.site-footer__trust{align-items:flex-start;flex-direction:column}.site-footer__payments{min-width:0;text-align:left}.site-footer__payments div{justify-content:flex-start}.site-footer__trust{grid-template-columns:1fr}.site-footer__payment-panel{max-width:560px}.site-footer__top{grid-template-columns:1.4fr 1fr 1fr}}
@media (max-width: 720px){.site-footer__top{gap:26px;padding:40px 0 30px}.site-footer__contact{grid-column:auto}.site-footer__badges{gap:8px}.site-footer__payments div{gap:8px}.site-footer__badges span{width:100%;justify-content:center}.site-footer__payments span{width:100%;justify-content:center}.site-footer__bottom-inner{flex-direction:column;align-items:flex-start;justify-content:center;min-height:78px;padding:14px 0}.site-footer__trust{padding:26px 0 30px}.site-footer__trust-panel{padding:15px;border-radius:12px}.site-footer__payment-panel{padding:15px;border-radius:12px}.site-footer__badges{grid-template-columns:1fr}.site-footer__payments{grid-template-columns:1fr}.site-footer__payment-panel{max-width:none}.site-footer__top{grid-template-columns:1fr}}
@media (max-width: 980px){.location-links__groups{grid-template-columns:1fr}body.mw24-theme.page-country .country-locations__head{grid-template-columns:1fr;align-items:start}body.mw24-theme.page-country .country-locations__all{width:fit-content}body.mw24-theme.page-country .country-tabs__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 520px){.location-links__group{padding:14px}.location-links__grid a{font-size:13px;padding:8px 9px}}
@media (max-width: 900px){.country-locations__head{display:grid;align-items:start}.home-proof__grid{grid-template-columns:1fr}.home-steps{grid-template-columns:1fr}.home-region-grid{grid-template-columns:1fr}body.mw24-theme.page-home .home-content-panel{grid-template-columns:1fr}body.mw24-theme.page-home .home-faq-panel{grid-template-columns:1fr}body.mw24-theme.page-home .home-faq-panel__intro{position:static}body.mw24-theme.page-home .home-content-checklist{grid-template-columns:1fr}}
@media (max-width: 560px){.country-tabs{padding:14px}.country-tabs__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.country-tabs__tab{width:100%}.country-tabs__panel{padding:14px}.country-tabs__panel-head{align-items:flex-start}.country-tabs__links{display:grid;grid-template-columns:1fr}.country-tabs__links a{width:100%}.country-locations__all{width:100%}}
@media (max-width: 760px){.page-home .section+.section::before{width:calc(100% - 28px)}body:not(.page-home) .country-tabs{box-shadow:0 8px 22px rgba(13,28,58,.055)}body:not(.page-home) :is(.home-content,.country-content,.location-content){box-shadow:0 8px 22px rgba(13,28,58,.055)}body:not(.page-home) .local-card{box-shadow:0 8px 22px rgba(13,28,58,.055)}body:not(.page-home) .faq details{box-shadow:0 8px 22px rgba(13,28,58,.055)}body:not(.page-home) .location-links__grid a{box-shadow:0 8px 22px rgba(13,28,58,.055)}}
@media (max-width: 920px){body.mw24-theme .booking-card__header{display:grid}body.mw24-theme .location-links__groups{grid-template-columns:1fr}body.mw24-theme :is(.country-layout__grid,.location-layout__grid){grid-template-columns:1fr}}
@media (max-width: 780px){body.mw24-theme.page-home .home-proof__grid{grid-template-columns:1fr}body.mw24-theme.page-home .home-destinations .country-tabs__nav{grid-template-columns:1fr}body.mw24-theme.page-home .home-destinations .country-tabs__links{grid-template-columns:1fr}body.mw24-theme.page-home .home-region-grid{grid-template-columns:1fr}body.mw24-theme.page-home .home-steps{grid-template-columns:1fr}body.mw24-theme.page-home .home-content-checklist{grid-template-columns:1fr}body.mw24-theme.page-home .home-destinations .country-tabs{padding:16px}body.mw24-theme.page-home .home-destinations .country-tabs__panel-head{grid-template-columns:1fr}body.mw24-theme.page-home .home-content-panel{padding:20px;border-radius:18px}body.mw24-theme.page-home .home-faq-panel__intro{padding:20px;border-radius:18px}body.mw24-theme.page-country .country-tabs{padding:16px;border-radius:20px}body.mw24-theme.page-country .country-tabs__nav{grid-template-columns:1fr}body.mw24-theme.page-country .country-tabs__links{grid-template-columns:1fr}body.mw24-theme.page-country .country-tabs__panel-head{grid-template-columns:1fr}}
@keyframes countryTabsFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
@media (max-width: 760px){.site-header .site-nav{max-height:calc(100dvh - 88px);overflow-y:auto;overscroll-behavior:contain}.site-header .site-nav__dropdown[open] .site-nav__mega{max-height:calc(100dvh - 190px);overflow-y:auto;overscroll-behavior:contain}.site-header .site-nav__mega-grid{padding-bottom:8px}}
@media (max-width: 760px){@supports not (height: 100dvh){.site-header .site-nav{max-height:calc(100vh - 88px)}.site-header .site-nav__dropdown[open] .site-nav__mega{max-height:calc(100vh - 190px)}}}
.car-listing-layout .car-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;gap:16px;align-items:start}
.car-listing-layout .car-card{min-height:310px;display:grid;align-self:start;overflow:hidden;background:#ffffff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 8px 22px rgba(15,23,42,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.car-listing-layout .car-card:hover{transform:translateY(-2px);border-color:#d5dbe5;box-shadow:0 14px 34px rgba(15,23,42,.075)}
.car-listing-layout .car-card__top{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:6px;min-height:200px;padding:14px 14px 8px;background:#ffffff;border-bottom:1px solid #e5e7eb}
.car-listing-layout .car-card__copy{min-width:0;display:grid;align-content:start;justify-items:start;gap:5px;padding-top:0;padding-left:0}
.car-listing-layout .car-card__class{margin:0;color:#5aa9f6;font-size:18px;line-height:1.12;font-weight:580;letter-spacing:-.018em}
.car-listing-layout .car-card__model{margin:0;color:#0f172a;font-size:16px;line-height:1.25;font-weight:500}
.car-listing-layout .car-card__model .car-card__similar{color:#64748b;font-weight:400}
.car-listing-layout .car-card__model .car-card__similar::before{content:" "}
.car-listing-layout .car-card__visual{align-self:end;justify-self:center;width:150px;max-width:150px;pointer-events:none}
.car-listing-layout .car-card__visual img{width:100%;height:auto;display:block;object-fit:contain;filter:saturate(1.02)}
.car-listing-layout .car-card__body{min-height:0;display:grid;grid-template-rows:auto auto;gap:6px;padding:7px 12px 9px}
.car-listing-layout .car-card__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:4px;align-content:start;margin:0;padding:0;list-style:none;font-size:11px;line-height:1.15}
.car-listing-layout .car-card__features li{width:100%;min-width:0;display:flex;align-items:center;justify-content:center;gap:4px;color:#4b5563;text-align:center;white-space:nowrap}
.car-listing-layout .car-card__features span{width:15px;height:15px;display:inline-grid;place-items:center;flex:0 0 auto;color:#64748b;background:#f5f7fa;border-radius:999px;font-size:8px}
.car-listing-layout .car-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding-top:6px;border-top:1px solid #e5e7eb}
.car-listing-layout .car-card__price{flex:1 1 auto;min-width:0;margin:0;color:#6b7280;white-space:nowrap}
.car-listing-layout .car-card__price strong{color:#0f172a;font-size:20px;line-height:1;font-weight:640}
.car-listing-layout .car-card__price span,.car-listing-layout .car-card__price small{font-size:11.5px;font-weight:460}
.car-listing-layout .car-card__button{flex:0 0 auto;min-width:92px;min-height:38px;padding:0 12px;border-radius:6px;font-size:13px;font-weight:560}
@media (max-width: 1100px){.car-listing-layout .car-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:auto;align-items:start}}
@media (max-width: 980px){.car-listing-layout .car-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:auto;align-items:start}}
@media (max-width: 640px){.car-listing-layout .car-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;align-items:start}.car-listing-layout .car-card{grid-template-rows:auto auto;min-height:0}.car-listing-layout .car-card__top{min-height:180px}.car-listing-layout .car-card__visual{width:150px;max-width:150px}}
.breadcrumbs{padding:10px 0;background:#ffffff;border-bottom:1px solid var(--hw-border,var(--color-border))}
.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:14px 0;list-style:none;color:var(--hw-muted,var(--color-muted));font-size:14px;line-height:1.35}
.breadcrumbs__list li{display:inline-flex;align-items:center}
.breadcrumbs__list li:not(:last-child)::after{content:"›";margin-left:7px;color:#9ca3af}
.breadcrumbs__list a{display:inline;min-height:auto;padding:0;color:var(--mw24-link-location,var(--color-primary));background:transparent;border:0;border-radius:0;font-size:14px;line-height:1.35;font-weight:520}
.breadcrumbs__list a:hover,.breadcrumbs__list a:focus-visible{color:var(--mw24-link-location-hover,var(--color-primary-dark));background:transparent;border:0}
.breadcrumbs__list [aria-current="page"]{display:inline;min-height:auto;padding:0;color:#6b7280;background:transparent;border:0;font-size:14px;line-height:1.35;font-weight:440}
.table-wrap{width:100%;max-width:100%;margin:18px 0 0;overflow-x:visible;overflow-y:visible;background:var(--hw-surface,var(--color-surface));border:1px solid var(--hw-border,var(--color-border));border-radius:16px;box-shadow:none}
.table-wrap table{width:100%;min-width:0;border-collapse:collapse;font-size:14px}
th,td{padding:14px 16px;border-bottom:1px solid var(--hw-border,var(--color-border));text-align:left;vertical-align:top;font-size:14px}
th{color:var(--hw-heading,#364152);background:var(--hw-soft,#f8fafc);font-weight:520}
td{color:var(--hw-text,var(--color-text))}
tr:last-child th,tr:last-child td{border-bottom:0}
.price-section .table-wrap{width:min(980px,100%);margin-left:auto;margin-right:auto}
@media (max-width: 760px){.table-wrap{display:block;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden}.table-wrap table{width:max-content;min-width:720px}th,td{min-width:150px;white-space:normal}}
@media (max-width: 430px){.breadcrumbs{padding:8px 0}.breadcrumbs__list{font-size:12px}}
.booking-form textarea{width:100%;min-height:120px;resize:vertical;border:1px solid var(--color-border);border-radius:16px;padding:12px 14px;color:var(--color-text);background:#fff;font:inherit}
body.mw24-theme .technical-content{max-width:980px;margin-left:auto;margin-right:auto}
body.mw24-theme .technical-content>.location-content{width:100%}
body.mw24-theme.page-locations .locations-page__container{max-width:1080px}
body.mw24-theme.page-locations .locations-page__header{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
body.mw24-theme.page-locations .locations-country-list{display:grid;gap:14px}
body.mw24-theme.page-locations .locations-country-card{padding:clamp(18px,2.4vw,26px);border:1px solid #cddcf0;border-radius:24px;background:#ffffff;box-shadow:0 18px 42px rgba(15,45,88,.08)}
body.mw24-theme.page-locations .locations-country-card__summary{min-width:0;margin:0 0 14px}
body.mw24-theme.page-locations .locations-country-card h3{margin:0;font-size:clamp(21px,2vw,28px);line-height:1.12;letter-spacing:-.03em}
body.mw24-theme.page-locations .locations-country-card h3 a{color:#121a35;text-decoration:none}
body.mw24-theme.page-locations .locations-country-card h3 a:hover,body.mw24-theme.page-locations .locations-country-card h3 a:focus-visible{color:#0b63d8}
body.mw24-theme.page-locations .locations-country-card__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
body.mw24-theme.page-locations .locations-country-card__links a{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid #d8e5f5;border-radius:13px;color:#0b63d8;background:#ffffff;text-decoration:none;font-size:13px;font-weight:560;line-height:1.22;transition:border-color .16s ease,background .16s ease,transform .16s ease,box-shadow .16s ease}
body.mw24-theme.page-locations .locations-country-card__links a::after{content:"›";flex:0 0 auto;color:#2f8ff6;font-size:15px;line-height:1}
body.mw24-theme.page-locations .locations-country-card__links a:hover,body.mw24-theme.page-locations .locations-country-card__links a:focus-visible{border-color:#9fc4f0;background:#f8fbff;box-shadow:0 8px 18px rgba(15,45,88,.06);transform:translateY(-1px)}
@media (max-width: 980px){body.mw24-theme.page-locations .locations-country-card__links{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 760px){body.mw24-theme.page-locations .locations-country-card__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 520px){body.mw24-theme.page-locations .locations-country-card{border-radius:20px}body.mw24-theme.page-locations .locations-country-card__links{grid-template-columns:1fr}}
body.mw24-theme.page-country .country-locations{background:#ffffff}
body.mw24-theme.page-country .country-locations__head{align-items:center;margin-bottom:20px}
body.mw24-theme.page-country .country-locations__head h2{margin:0 0 8px;color:var(--hw-heading,var(--color-text));font-size:clamp(28px,3vw,42px);line-height:1.12;letter-spacing:-.038em;font-weight:780}
body.mw24-theme.page-country .country-locations__head p{color:var(--hw-text,var(--color-muted));font-size:16px;line-height:1.55;font-weight:400}
body.mw24-theme.page-country .country-locations__all{min-height:42px;padding:0 17px;border:1px solid #b8d0ee;border-radius:10px;background:#ffffff;color:#0b63d8;font-size:14px;line-height:1;font-weight:650;box-shadow:0 10px 24px rgba(15,45,88,.06)}
body.mw24-theme.page-country .country-locations__all:hover,body.mw24-theme.page-country .country-locations__all:focus-visible{border-color:#8cb9ea;background:#f8fbff;color:#084da8}
body.mw24-theme.page-country .country-tabs{padding:clamp(18px,2.4vw,26px);border:1px solid #cddcf0;border-radius:24px;background:#ffffff;box-shadow:0 18px 42px rgba(15,45,88,.08)}
body.mw24-theme.page-country .country-tabs__nav{gap:10px;margin-bottom:20px}
body.mw24-theme.page-country .country-tabs__tab{min-height:40px;padding:0 16px;border:1px solid #d8e5f5;border-radius:10px;background:#ffffff;color:#26364f;font-size:14px;line-height:1;font-weight:650}
body.mw24-theme.page-country .country-tabs__tab:hover,body.mw24-theme.page-country .country-tabs__tab:focus-visible{border-color:#9fc4f0;background:#f8fbff;color:#0b63d8}
body.mw24-theme.page-country #tab-airports:checked~.country-tabs__nav label[for="tab-airports"],body.mw24-theme.page-country #tab-cities:checked~.country-tabs__nav label[for="tab-cities"],body.mw24-theme.page-country #tab-stations:checked~.country-tabs__nav label[for="tab-stations"],body.mw24-theme.page-country #tab-regions:checked~.country-tabs__nav label[for="tab-regions"]{border-color:#2f8ff6;background:#2f8ff6;color:#ffffff;box-shadow:0 12px 24px rgba(47,143,246,.24)}
body.mw24-theme.page-country .country-tabs__panel{padding:clamp(18px,2.4vw,24px);border:1px solid #d8e5f5;border-radius:20px;background:#ffffff}
body.mw24-theme.page-country .country-tabs__panel-head{margin-bottom:16px}
body.mw24-theme.page-country .country-tabs__code{min-width:50px;height:38px;border:1px solid #b8d0ee;border-radius:10px;background:#f8fbff;color:#0b63d8;font-size:12px;line-height:1;font-weight:760;letter-spacing:.04em}
body.mw24-theme.page-country .country-tabs__panel h3{color:var(--hw-heading,var(--color-text));font-size:20px;line-height:1.2;letter-spacing:-.015em;font-weight:720}
body.mw24-theme.page-country .country-tabs__panel p{color:var(--hw-text,var(--color-muted));font-size:14px;line-height:1.45;font-weight:400}
body.mw24-theme.page-country .country-tabs__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
body.mw24-theme.page-country .country-tabs__links a{min-width:0;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid #d8e5f5;border-radius:13px;background:#ffffff;color:#0b63d8;font-size:13px;line-height:1.22;font-weight:560}
body.mw24-theme.page-country .country-tabs__links a::after{content:"›";flex:0 0 auto;color:#2f8ff6;font-size:15px;line-height:1}
body.mw24-theme.page-country .country-tabs__links a:hover,body.mw24-theme.page-country .country-tabs__links a:focus-visible{border-color:#9fc4f0;background:#f8fbff;color:#084da8;box-shadow:0 8px 18px rgba(15,45,88,.06)}
@media (max-width: 980px){body.mw24-theme.page-country .country-tabs__links{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 760px){body.mw24-theme.page-country .country-locations__head{align-items:flex-start}body.mw24-theme.page-country .country-tabs__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 520px){body.mw24-theme.page-country .country-tabs{border-radius:20px}body.mw24-theme.page-country .country-tabs__links{grid-template-columns:1fr}}
body.mw24-theme.page-country section.country-locations .country-locations__head h2#country-locations-title{margin:0;color:var(--hw-heading);font-family:var(--font-sans);font-size:clamp(24px,2.6vw,34px);line-height:1.1;letter-spacing:-.026em;font-weight:600}
body.mw24-theme.page-country section.country-locations>.container{max-width:var(--container)}
body.mw24-theme.page-country section.country-locations .country-locations__head,body.mw24-theme.page-country section.country-locations .country-tabs{width:100%;max-width:none}
body.mw24-theme.page-country section.country-locations .country-tabs__panel h3{font-weight:560}
body.mw24-theme.page-home .home-destinations{background:#ffffff}
body.mw24-theme.page-home .home-destinations .country-tabs{width:100%;max-width:none;margin-inline:0;padding:clamp(18px,2.4vw,26px);border:1px solid #cddcf0;border-radius:24px;background:#ffffff;box-shadow:0 18px 42px rgba(15,45,88,.08)}
body.mw24-theme.page-home .home-destinations .country-tabs__nav{gap:10px;margin-bottom:20px;padding:0;border-radius:0;background:transparent}
body.mw24-theme.page-home .home-destinations .country-tabs__tab{min-height:40px;padding:0 16px;border:1px solid #d8e5f5;border-radius:10px;background:#ffffff;color:#26364f;font-size:14px;line-height:1;font-weight:650}
body.mw24-theme.page-home .home-destinations .country-tabs__tab:hover,body.mw24-theme.page-home .home-destinations .country-tabs__tab:focus-visible{border-color:#9fc4f0;background:#f8fbff;color:#0b63d8}
body.mw24-theme.page-home #tab-south:checked~.country-tabs__nav label[for="tab-south"],body.mw24-theme.page-home #tab-alps:checked~.country-tabs__nav label[for="tab-alps"],body.mw24-theme.page-home #tab-north:checked~.country-tabs__nav label[for="tab-north"],body.mw24-theme.page-home #tab-world:checked~.country-tabs__nav label[for="tab-world"]{border-color:#2f8ff6;background:#2f8ff6;color:#ffffff;box-shadow:0 12px 24px rgba(47,143,246,.24)}
body.mw24-theme.page-home .home-destinations .country-tabs__panel{padding:clamp(18px,2.4vw,24px);border:1px solid #d8e5f5;border-radius:20px;background:#ffffff}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head{display:flex;grid-template-columns:none;gap:12px;align-items:center;margin-bottom:16px}
body.mw24-theme.page-home .home-destinations .country-tabs__code{width:auto;min-width:50px;height:38px;padding:0 10px;border:1px solid #b8d0ee;border-radius:10px;background:#f8fbff;color:#0b63d8;font-size:12px;line-height:1;font-weight:760;letter-spacing:.04em}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head h3{margin:0;color:var(--hw-heading,var(--color-text));font-size:20px;line-height:1.2;letter-spacing:-.015em;font-weight:560}
body.mw24-theme.page-home .home-destinations .country-tabs__panel-head p{margin:3px 0 0;color:var(--hw-text,var(--color-muted));font-size:14px;line-height:1.45;font-weight:400}
body.mw24-theme.page-home .home-destinations .country-tabs__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
body.mw24-theme.page-home .home-destinations .country-tabs__links a{min-width:0;min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 11px;border:1px solid #d8e5f5;border-radius:13px;background:#ffffff;color:#0b63d8;font-size:13px;line-height:1.22;font-weight:560;text-align:left}
body.mw24-theme.page-home .home-destinations .country-tabs__links a::after{content:"›";flex:0 0 auto;color:#2f8ff6;font-size:15px;line-height:1}
body.mw24-theme.page-home .home-destinations .country-tabs__links a:hover,body.mw24-theme.page-home .home-destinations .country-tabs__links a:focus-visible{border-color:#9fc4f0;background:#f8fbff;color:#084da8;box-shadow:0 8px 18px rgba(15,45,88,.06)}
@media (max-width: 980px){body.mw24-theme.page-home .home-destinations .country-tabs__links{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width: 760px){body.mw24-theme.page-home .home-destinations .country-tabs__links{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 520px){body.mw24-theme.page-home .home-destinations .country-tabs{border-radius:20px}body.mw24-theme.page-home .home-destinations .country-tabs__links{grid-template-columns:1fr}}
body.mw24-theme.page-home .home-destinations .home-region-grid h4 a{color:#2f8ff6}
body.mw24-theme.page-home .home-destinations .home-region-grid h4 a:hover,body.mw24-theme.page-home .home-destinations .home-region-grid h4 a:focus-visible{color:#0b63d8}
body.mw24-theme.page-home .home-destinations .home-region-grid h4 a::after{color:#8fa1b7;background:#f3f7fc;border:1px solid #d8e5f5}
@media (min-width: 761px){.car-listing-layout .car-card__button{min-width:0;width:auto;padding-left:14px;padding-right:14px}}
