:root{--primary-font-family: "Inter", serif;--page-background: #ffffff;--light-background: #f8fafc;--accent: #ff5a1f;--second-accent: #0f172a;--input-border: #e2e8f0;--border: #cbd5e1;--white: #ffffff;--title: #0f172a;--light-title: #ffffff;--text: #475569;--light-text: #94a3b8;--primary-button: #ff5a1f;--primary-button-hover: rgb(255, 90, 31, 0.7);--primary-button-color: #ffffff;--primary-button-hover-color: #ffffff;--secondary-button: #ffffff;--secondary-button-hover: rgb(255, 90, 31, 0.7);--secondary-button-color: #ea580c;--secondary-button-hover-color: #ffffff;--primary-button-outline: #94a3b8;--primary-button-outline-hover: rgba(255, 255, 255);--primary-button-outline-color: #ffffff;--primary-button-outline-color-hover: #ea580c;--secondary-button-outline: #cbd5e1;--secondary-button-outline-hover: #ea580c;--secondary-button-outline-color: #334155;--secondary-button-outline-color-hover: #ffffff;--third-button-outline: #ea580c;--third-button-outline-hover: #ea580c;--third-button-outline-color: #ea580c;--third-button-outline-color-hover: #ffffff;--success-color: rgb(67 150 47 / 10%);--success-border-color: #43962f;--success-icon-color: #43962f;--info-color: rgb(10 18 42 / 5%);--info-border-color: #0a122a;--info-icon-color: #0a122a;--error-color: rgb(208 0 0 / 5%);--error-border-color: #ff492a;--error-icon-color: #0a122a;--blue: #2563eb;--green: #58b36a;--purple: #9333ea;--gold: #f59e0b;--red: #e11d48}*,*::before,*::after{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{padding:0;margin:0;position:relative;min-height:100%;overflow-y:scroll;scroll-behavior:smooth}body{margin:0;color:var(--text);font-size:16px;line-height:24px;font-weight:400;font-family:var(--primary-font-family);background:var(--page-background)}body.scroll-locked{position:fixed !important;width:100% !important;height:100% !important}p:empty{margin-bottom:0px}ul{list-style:none}a{text-decoration:none;transition:all .2s ease;color:var(--text)}p a{text-decoration:underline}.d-flex{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.d-inline-flex{display:inline-flex}.flex-wrap{-webkit-flex-wrap:wrap;flex-wrap:wrap}.flex-column{flex-direction:column}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.d-flex-stretch{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}h1,h2,h3,h4,h5,h6{margin-top:0px;margin-bottom:0px;color:var(--title);font-family:var(--primary-font-family);font-weight:800}h1,.h1{font-size:44px;line-height:54px}@media only screen and (min-width: 768px){h1,.h1{font-size:36px;line-height:40px}}h2{font-size:30px;line-height:36px}h3{font-size:24px;line-height:28px}h4{font-size:18px;line-height:28px}h5{font-size:16px;line-height:16px}h6{font-size:15px;line-height:15px}strong,b{font-weight:700}label{font-weight:400}img{max-width:100%;display:block}p{font-weight:400}p,.p-reg-base{font-size:16px;line-height:24px}.p-reg-lg{font-size:21px;line-height:31px}.p-reg-sm{font-size:14px;line-height:20px}table{width:100%;border-collapse:collapse}.text-center{text-align:center}.text-end{text-align:end}.light{background:var(--light-background)}.accent{background:var(--accent-background)}.white{background:var(--white)}.dark{background:var(--second-accent)}.bg-gradient-orange{background:linear-gradient(135deg, #ff5a1f 0%, #fb923c 100%)}.bg-gradient-blue{background:linear-gradient(135deg, #3b82f6 0%, #4f46e5 100%)}.bg-gradient-green{background:linear-gradient(135deg, #22c55e 0%, #059669 100%)}.bg-gradient-purple{background:linear-gradient(135deg, #a855f7 0%, #db2777 100%)}.bg-orange{background:var(--accent)}.bg-blue{background:var(--blue)}.bg-green{background:var(--green)}.bg-purple{background:var(--purple)}.bg-gold{background:var(--gold)}.desktop{display:none !important}.mobile{display:inline-flex !important}.inner-page{padding:80px 0px 80px}.relative{position:relative}.row{--bs-gutter-x: 30px;display:flex;flex-wrap:wrap;margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5)}.row-gap{row-gap:32px}.col-2{width:16%}.col-3{width:25%}.col-4{width:33.33333333%}.col-5{width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{width:58.33333333%}.col-8{width:66.66666667%}.col-9{width:75%}.col-10{width:80%}.col-12{width:100%}.container{max-width:1440px;width:100%;padding-right:24px;padding-left:24px;margin-right:auto;margin-left:auto}@media only screen and (min-width: 1440px){.container{padding-right:112px;padding-left:112px}}.section-wrapper{padding-top:80px;padding-bottom:80px}@media only screen and (max-width: 768px){.section-wrapper{padding-top:40px;padding-bottom:40px}}@media only screen and (max-width: 991px){.col-md-2{width:20%}.col-md-3{width:25%}.col-md-4{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{width:58.33333333%}.col-md-8{width:66.66666667%}.col-md-9{width:75%}.col-md-10{width:80%}.col-md-12{width:100%}}@media only screen and (max-width: 767px){.container{padding-right:15px;padding-left:15px}.col-sm-2{width:20%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{width:58.33333333%}.col-sm-8{width:66.66666667%}.col-sm-9{width:75%}.col-sm-10{width:80%}.col-sm-12{width:100%}}.error-page{padding:60px 0px 50px}.error-page h1{font-size:280px;font-weight:700;line-height:1}.error-page h2,.error-page h3{font-size:60px;line-height:70px;font-weight:700;color:var(--title);margin-bottom:24px}.error-page .error-text{font-size:24px;line-height:39px;color:var(--text)}.error-page .badge{background:#f7e3e8;color:#e51b4b;padding:12px 24px;font-weight:700;font-size:18px;margin-bottom:24px;display:inline-block;border-radius:9999px}.error-page .btn-wrapper{margin-top:32px;display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}@media(max-width: 1220px){.error-page h1{font-size:180px}}@media(max-width: 425px){.error-page h1{font-size:130px}}.basic-page{padding:60px 0px 50px}.basic-page .basic-content{max-width:991px;margin:0 auto}.basic-page .basic-content>p,.basic-page .basic-content>h1,.basic-page .basic-content>h2,.basic-page .basic-content>h3,.basic-page .basic-content>h4,.basic-page .basic-content>h5,.basic-page .basic-content>h6,.basic-page .basic-content>ol,.basic-page .basic-content>ul,.basic-page .basic-content>blockquote,.basic-page .basic-content .wp-block-buttons{max-width:691px;margin:0 auto;color:var(--title);padding-top:25px}.basic-page h1{font-size:32px;line-height:42px;font-weight:600;margin-bottom:20px}.basic-page .wp-block-post-excerpt p,.basic-page p strong{font-size:22px;line-height:32px;font-weight:500;margin-bottom:40px}.basic-page .wp-block-image{padding:60px 0 35px}.basic-page .wp-element-caption,.basic-page .author{font-size:14px;line-height:26px;margin-bottom:0;margin-top:0}.basic-page .wp-block-buttons{gap:15px;margin-top:15px;margin-bottom:20px}.basic-page .wp-block-buttons .wp-block-button__link{border-radius:5px;display:inline-block;align-items:center;font-weight:500;transition:all .3s ease-in-out;cursor:pointer;text-align:center;font-size:14px;height:42px;line-height:42px;padding:0px 20px;background:var(--primary-button);color:var(--primary-button-color);border:var(--primary-button)}.basic-page .wp-block-buttons .wp-block-button__link:hover{background:var(--primary-button-hover);color:var(--primary-button-hover-color);border:var(--primary-button-hover)}.basic-page p{font-size:17px;line-height:25px}.basic-page h2,.basic-page h3{font-size:17px;line-height:25px;font-weight:500}.basic-page p+h2,.basic-page p+h3,.basic-page p+p,.basic-page p+strong,.basic-page p+ul,.basic-page p+ol,.basic-page p+.wp-block-table{padding-top:25px}.basic-page ul{list-style:disc}.basic-page ul,.basic-page ol{padding-left:20px;margin-bottom:16px;font-size:17px;line-height:25px}.basic-page ul li,.basic-page ol li{margin-left:10px}@media only screen and (max-width: 768px){.basic-page{padding:51px 0 47px}.basic-page h1{font-size:26px;line-height:36px}.basic-page p+h2,.basic-page p+h3{padding-top:21px}}.bg-element{filter:blur(32px);z-index:0;border-radius:9999px;position:absolute}.bg-element--right{right:-80px;top:-80px;width:600px;height:600px;background:rgba(255,237,213,.4)}.bg-element--right.bg-element--dark{background:var(--accent);opacity:.1}.bg-element--left{left:-80px;bottom:-80px;width:400px;height:400px;background:rgba(219,234,254,.4)}.bg-element--left.testimonial{background:rgba(59,130,246,.1)}.bg-element--middle{bottom:-35px;left:-35px;width:128px;height:128px;opacity:.1;background:var(--accent);filter:blur(12px)}.btn{display:flex;justify-content:center;align-items:center;font-family:inherit;font-weight:500;transition:all .3s ease-in-out;cursor:pointer;text-align:center;text-transform:capitalize;border-radius:16px}.btn-base{font-size:16px;height:60px;padding:0px 32px}.btn-small{height:48px;padding:0px 24px;font-size:16px}.btn-full-width{width:100%}.btn-icon-right{gap:8px}.btn-icon-right svg{transition:all .3s ease-in-out;margin-left:4px;width:14px;height:auto}.btn-icon-right svg path{transition:all .3s ease-in-out}.btn-icon-left{gap:8px}.btn-icon-left svg{transition:all .3s ease-in-out;margin-right:4px;width:14px;height:auto}.btn-icon-left svg path{transition:all .3s ease-in-out}.btn-primary{background:var(--primary-button);color:var(--primary-button-color);border:var(--primary-button)}.btn-primary svg path{fill:var(--primary-button-color)}.btn-primary:hover{background:var(--primary-button-hover);color:var(--primary-button-hover-color);border:var(--primary-button-hover)}.btn-secondary{background:var(--secondary-button);color:var(--secondary-button-color);border:2px solid var(--secondary-button)}.btn-secondary:hover{color:var(--secondary-button-hover-color);border:2px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.btn-secondary:hover svg path{fill:var(--white)}.btn-primary-outline{background:rgba(0,0,0,0);color:var(--primary-button-outline);border:1px solid var(--primary-button-outline)}.btn-primary-outline svg path{fill:var(--primary-button-outline)}.btn-primary-outline:hover{background:var(--primary-button-outline-hover);border-color:var(--primary-button-outline-color-hover);color:var(--primary-button-outline-color-hover)}.btn-primary-outline:hover svg path{fill:var(--primary-button-outline-color-hover)}.btn-secondary-outline{background:rgba(0,0,0,0);color:var(--secondary-button-outline-color);border:1px solid var(--secondary-button-outline)}.btn-secondary-outline svg path{fill:var(--secondary-button-outline-color)}.btn-secondary-outline:hover{background:var(--secondary-button-outline-hover);border-color:var(--secondary-button-outline-hover);color:var(--secondary-button-outline-color-hover)}.btn-secondary-outline:hover svg path{fill:var(--secondary-button-outline-color-hover)}.btn-third-outline{background:rgba(0,0,0,0);color:var(--third-button-outline-color);border:1px solid var(--third-button-outline)}.btn-third-outline svg path{fill:var(--third-button-outline)}.btn-third-outline:hover{background:var(--third-button-outline-hover);border-color:var(--third-button-outline-hover);color:var(--third-button-outline-color-hover)}.btn-third-outline:hover svg path{fill:var(--third-button-outline-color-hover)}.btn-link{font-size:14px;line-height:20px;font-weight:600;display:flex;align-items:center;position:relative;transition:all .3s ease-in-out}.btn-link.accent-link{color:var(--accent)}.btn-link.accent-link:hover{color:var(--second-accent)}.btn-link.accent-link:hover svg path{fill:var(--second-accent)}.form-wrapper{width:100%}.form-wrapper .form-row{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.form-wrapper .form-row-3{grid-template-columns:repeat(3, 1fr);column-gap:16px}.form-wrapper .form-group{display:flex;flex-direction:column;margin-bottom:24px}.form-wrapper .form-group label{color:var(--title);margin-bottom:8px;font-weight:600}.form-wrapper .form-group input,.form-wrapper .form-group select,.form-wrapper .form-group textarea{padding:14px 16px;border:1px solid var(--input-border);border-radius:16px;font-size:16px;transition:all .2s ease;width:100%;background:var(--white)}.form-wrapper .form-group input:focus,.form-wrapper .form-group select:focus,.form-wrapper .form-group textarea:focus{outline:none;border-color:var(--accent)}.form-wrapper .form-group input::placeholder,.form-wrapper .form-group select::placeholder,.form-wrapper .form-group textarea::placeholder{color:#9ca3af}.form-wrapper .form-group select{cursor:pointer;appearance:none;background-position:right 16px center;background-repeat:no-repeat;background-size:17px;padding-right:40px}.form-wrapper .form-group textarea{resize:vertical;min-height:120px;font-family:var(--primary-font-family)}.form-wrapper .with-icon{position:relative}.form-wrapper .with-icon input{padding-right:40px}.form-wrapper .with-icon .input-icon{position:absolute;right:12px;bottom:12px;color:#b0b0b0;line-height:0}.form-wrapper .form-footer .btn{width:100%}@media only screen and (max-width: 1024px){.form-wrapper .form-row{grid-template-columns:1fr}}.hero-badge{display:flex;padding:8px 16px;align-items:center;gap:8px;border-radius:9999px;color:var(--text);font-size:12px;font-weight:600;line-height:16px;letter-spacing:.3px;text-transform:uppercase;width:fit-content}.hero-badge--light{border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.hero-badge--dark{color:var(--white);background:rgba(255,90,31,.2);backdrop-filter:blur(2px)}.hero-badge--icon svg{margin-right:8px;width:auto;height:14px}.hero-badge.booking{color:var(--white);background:hsla(0,0%,100%,.1);backdrop-filter:blur(2px)}.hero-badge.quote,.hero-badge.payment{color:var(--white);background:rgba(34,197,94,.2);backdrop-filter:blur(2px)}.hero-badge.checkout{color:var(--white);background:rgba(59,130,246,.2);backdrop-filter:blur(2px)}.product-card{transition:transform .28s ease,box-shadow .28s ease;border-radius:8px;background:var(--white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);height:100%}@media(hover: hover)and (pointer: fine){.product-card:hover,.product-card:has(.woocommerce-loop-product__link:focus-visible),.product-card:has(.related-product-card__link:focus-visible){transform:translateY(-3px);box-shadow:0 12px 24px -8px rgba(0,0,0,.14),0 6px 12px -4px rgba(0,0,0,.1)}.product-card:hover .product-image img,.product-card:has(.woocommerce-loop-product__link:focus-visible) .product-image img,.product-card:has(.related-product-card__link:focus-visible) .product-image img{transform:scale(1.04)}}@media(prefers-reduced-motion: reduce){.product-card{transition:none}.product-card:hover,.product-card:has(.woocommerce-loop-product__link:focus-visible),.product-card:has(.related-product-card__link:focus-visible){transform:none}.product-card:hover .product-image img,.product-card:has(.woocommerce-loop-product__link:focus-visible) .product-image img,.product-card:has(.related-product-card__link:focus-visible) .product-image img{transform:none}}.product-card .product-image{position:relative;border-radius:8px;overflow:hidden}.product-card .product-image img{width:100%;height:auto;object-fit:cover;transition:transform .35s ease}.product-card .product-image .rating{display:flex;flex-direction:row;align-items:center;gap:4px}.product-card .product-image .rating svg{width:13px;height:auto}.product-card .product-image .rating .counter{font-size:12px;line-height:16px;color:var(--text)}.product-card .product-image .favorite{position:absolute;top:8px;right:12px;z-index:2;appearance:none;margin:0;padding:0;border:0;box-shadow:none;cursor:pointer;background:var(--white);border-radius:9999px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--title, #111827)}.product-card .product-image .favorite:focus-visible{outline:2px solid var(--light-accent, #432711);outline-offset:2px}.product-card .product-image .favorite.is-in-wishlist{color:var(--light-accent, #432711)}.product-card .product-image .favorite svg{width:auto;height:16px}.product-card .product-description{padding:16px;display:flex;flex-direction:column}.product-card .product-description .type{font-size:12px;line-height:16px;text-transform:uppercase}.product-card .product-description .title{color:var(--title);font-weight:700}.product-card .product-description .product-card-meters{font-size:13px;line-height:18px;color:var(--text);margin-top:6px;margin-bottom:0}.product-card .product-description .product-card-sku{font-size:12px;line-height:16px;color:var(--text-secondary);margin-top:4px;margin-bottom:0;font-weight:500}.product-card .product-description .price{color:var(--title);font-family:var(--secondary-font-family);font-size:18px;line-height:28px;font-weight:700}.product-card .product-description .specification{margin-top:auto}.product-card .product-description .colors{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:4px}.product-card .product-description .colors .color{display:inline-block;flex-shrink:0;margin-left:0;width:14px;height:14px;border-radius:9999px;border:2px solid var(--border)}.product-card .product-description .colors .color.selected{border:2px solid var(--accent)}.product-card .product-description .colors .color-more{flex-shrink:0;margin-left:2px;font-size:12px;line-height:14px;font-weight:500;color:var(--text)}.product-card .product-description .product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.section-title{max-width:650px}.section-title.center{text-align:center;margin:0 auto 30px;margin-bottom:64px}.section-title.start{text-align:start;margin:0 0 48px}.section-title h2{margin-bottom:16px}.section-title p{margin:0 auto}.section-title .pretitle{color:var(--accent);display:inline-flex;justify-content:center;align-items:center;text-transform:uppercase;font-size:14px;line-height:20px;letter-spacing:.7px;font-weight:600;margin-bottom:9px}.wysiwyg-field h3,.wysiwyg-field h4{margin-top:20px;font-weight:600}.wysiwyg-field h3{font-size:20px;line-height:24px}.wysiwyg-field h4{font-size:18px;line-height:22px}.wysiwyg-field p+h2,.wysiwyg-field p+h3,.wysiwyg-field p+h4,.wysiwyg-field h2+p,.wysiwyg-field h3+p,.wysiwyg-field h4+p{margin-top:24px}.wysiwyg-field p,.wysiwyg-field a,.wysiwyg-field li{color:var(--text)}.wysiwyg-field li{font-size:16px;line-height:26px}.wysiwyg-field p+p{padding-top:15px}.wysiwyg-field ul,.wysiwyg-field ol{margin:24px 0 24px 24px}.wysiwyg-field ul{list-style-type:circle}.card-badge{position:absolute;top:16px;padding:4px 12px;color:var(--title);border-radius:9999px;font-size:12px;line-height:16px;text-transform:uppercase;height:24px;font-weight:700}.card-badge.right{right:16px}.card-badge.left{left:16px}.card-badge.price{background:var(--white)}.card-badge.popular{background:var(--accent);color:#fff}.card-badge.standart{background:var(--blue);color:var(--white)}.card-badge.luxury,.card-badge.best-value{background:var(--accent);color:var(--white)}.card-badge.groups{background:var(--purple);color:var(--white)}.account-loyalty-section .account-loyalty-card{max-width:830px;margin:0 auto;padding:32px;border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.account-loyalty-section .account-loyalty-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.account-loyalty-section .account-loyalty-card__head h2{color:var(--white);font-size:30px}.account-loyalty-section .account-loyalty-card__head .label{display:inline-block;margin-bottom:8px;color:var(--white);font-size:14px;line-height:20px;font-weight:500}.account-loyalty-section .account-loyalty-card__head .card-icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);flex-shrink:0}.account-loyalty-section .account-loyalty-card__head .card-icon svg{height:36px;width:auto}.account-loyalty-section .account-loyalty-card__progress{margin-bottom:24px}.account-loyalty-section .account-loyalty-card__progress .progress-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.account-loyalty-section .account-loyalty-card__progress .progress-meta span,.account-loyalty-section .account-loyalty-card__progress .progress-meta strong{color:var(--white);font-size:14px;line-height:20px}.account-loyalty-section .account-loyalty-card__progress .progress-bar{width:100%;height:12px;overflow:hidden;border-radius:999px;background:hsla(0,0%,100%,.2)}.account-loyalty-section .account-loyalty-card__progress .progress-bar span{display:block;height:100%;border-radius:inherit;background:var(--white)}.account-loyalty-section .account-loyalty-card__stats .stat{text-align:center;border-radius:16px;padding:16px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(2px)}.account-loyalty-section .account-loyalty-card__stats strong{display:block;margin-bottom:4px;color:var(--white);font-size:24px;line-height:32px;font-weight:800}.account-loyalty-section .account-loyalty-card__stats span{color:var(--white);font-size:12px;line-height:16px}@media only screen and (max-width: 767px){.account-loyalty-section .account-loyalty-card{padding:24px;border-radius:24px}.account-loyalty-section .account-loyalty-card__head,.account-loyalty-section .account-loyalty-card__progress-meta{flex-direction:column;align-items:flex-start}.account-loyalty-section .account-loyalty-card .card-icon{width:46px;height:46px}.account-loyalty-section .account-loyalty-card .card-icon svg{height:24px}.account-loyalty-section .account-loyalty-card__stat strong{font-size:28px;line-height:32px}}.cta-section{position:relative;background:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);overflow:hidden}.cta-section .section-title{z-index:1;position:relative}.cta-section .section-title h2{color:var(--white);font-size:48px;font-weight:800;line-height:48px}.cta-section .section-title p{color:var(--light-text)}.cta-section .cta-wrapper{position:relative;z-index:1}.cta-section .cta-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:48px}.cta-section .cta-actions .btn-primary-outline{color:var(--white)}.cta-section .cta-actions .btn-primary-outline:hover{color:var(--accent)}.cta-section .cta-actions .btn-primary-outline:hover svg path{fill:var(--accent)}.cta-section .cta-benefits{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-size:13px;color:#cbd5f5}.cta-section .cta-benefits .cta-benefit{display:inline-flex;align-items:center;gap:8px;position:relative;padding-left:25px}.cta-section .cta-benefits .cta-benefit::before{content:"";position:absolute;left:0;top:4px;width:18px;height:18px;border-radius:50%;background:var(--green)}.cta-section .cta-benefits .cta-benefit:after{content:"";position:absolute;left:5px;top:9px;width:8px;height:6px;border-left:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(-45deg)}@media only screen and (max-width: 768px){.cta-section{padding:50px 0 60px}.cta-section h2{font-size:24px}.cta-section .cta-actions{flex-direction:column;align-items:stretch}.cta-section .cta-actions .btn{width:100%}}.colored-for-cards-grid .wrapper{padding-bottom:64px;padding-top:64px}.colored-for-cards-grid .card-item{height:100%;padding:32px;border-radius:24px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);display:flex;flex-direction:column;gap:8px}.colored-for-cards-grid .card-item .card-icon{border-radius:8px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:8px}.colored-for-cards-grid .card-item .card-icon svg{height:24px;width:auto}.colored-for-cards-grid .card-item h3,.colored-for-cards-grid .card-item p,.colored-for-cards-grid .card-item a{color:var(--white)}.colored-for-cards-grid .card-item a{margin-top:8px;font-weight:800;font-size:20px}.colored-for-cards-grid .card-item a:hover{text-decoration:underline}.faq-section__list{max-width:800px;margin:0 auto 32px}.faq-section__details{border-radius:24px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);margin-bottom:16px}.faq-section__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;cursor:pointer;font-size:18px;line-height:28px;font-weight:700;color:var(--title)}.faq-section__icon{flex-shrink:0;width:20px;height:20px;margin-top:2px;transform:rotate(0deg);transition:transform .2s ease}.faq-section__details[open] .faq-section__icon{transform:rotate(-90deg);margin-top:8px}.faq-section__answer{padding:0 24px 24px;font-size:16px;line-height:1.625;color:var(--text-secondary)}.faq-section__footer p{margin-bottom:16px}.feedback-section__inner{border-radius:32px;padding:48px;text-align:center;border-radius:32px;background:linear-gradient(135deg, #6366f1 0%, #9333ea 100%);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.feedback-section__icon{width:64px;height:64px;border-radius:50%;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.feedback-section__icon svg{height:30px;width:auto}.feedback-section h2{color:var(--white);margin-bottom:16px}.feedback-section p{color:hsla(0,0%,100%,.9);margin:0 auto 32px;max-width:640px}.feedback-section__actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.feedback-section__actions .btn-secondary{color:var(--purple);font-weight:700}.feedback-section__actions .btn-secondary svg path{fill:var(--purple)}.feedback-section__actions .btn-secondary:hover{color:var(--white)}.feedback-section__actions .btn-secondary:hover svg path{fill:var(--white)}.feedback-section__actions .btn-primary-outline{border:2px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);color:var(--white)}.feedback-section__actions .btn-primary-outline svg path{fill:var(--white)}.feedback-section__actions .btn-primary-outline:hover{color:var(--purple);background:var(--white)}.feedback-section__actions .btn-primary-outline:hover svg path{fill:var(--purple)}@media only screen and (max-width: 767px){.feedback-section__inner{border-radius:24px;padding:48px 20px}.feedback-section__actions .btn{width:100%}}.fleet-section .fleet-head{margin-bottom:48px}.fleet-section .section-title.start{margin-bottom:0}.fleet-section .fleet-subtitle{max-width:430px;margin-left:auto;text-align:right}.fleet-section .fleet-card{background:#fff;border:1px solid var(--input-border);border-radius:24px;overflow:hidden;height:100%;display:flex;flex-direction:column}.fleet-section .fleet-card-image{height:230px;background-size:cover;background-position:center center;position:relative;display:flex;justify-content:flex-end;align-items:flex-start;border-radius:24px 24px 0 0;overflow:hidden}.fleet-section .fleet-card-image img{width:100%;height:auto;object-fit:cover;transition:transform .35s ease}.fleet-section .fleet-card-content{padding:24px;display:flex;flex-direction:column;flex:1}.fleet-section .fleet-card-content h3{font-size:20px;line-height:28px;margin-bottom:0px}.fleet-section .fleet-desc{margin-bottom:16px}.fleet-section .fleet-meta,.fleet-section .fleet-features{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.fleet-section .fleet-meta li,.fleet-section .fleet-features li{font-size:14px;line-height:20px;color:var(--title);position:relative}.fleet-section .fleet-features{flex-direction:column;gap:6px}.fleet-section .fleet-features li{padding-left:20px;color:var(--text)}.fleet-section .fleet-features li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%}.fleet-section .fleet-features li::after{content:"";position:absolute;left:0px;top:6px;width:9px;height:5px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}@media only screen and (max-width: 991px){.fleet-section .fleet-subtitle{margin-left:0;text-align:left}.fleet-section .fleet-card-content h3{font-size:24px;line-height:30px}}.airports-section .airports-filter--container{padding:32px 0}.airports-section .airports-filter--container .airport-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.airports-section .airports-filter--container .airport-filter{display:flex;align-items:center;gap:8px;border-radius:9999px;background:var(--light-background);padding:8px 20px;font-size:14px;font-weight:600;line-height:20px;color:var(--text);border:none;cursor:pointer;transition:all .5s ease}.airports-section .airports-filter--container .airport-filter svg{height:14px;width:auto}.airports-section .airports-filter--container .airport-filter svg path{transition:all .5s ease}.airports-section .airports-filter--container .airport-filter.is-active,.airports-section .airports-filter--container .airport-filter:hover{background:var(--accent);color:var(--white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.airports-section .airports-filter--container .airport-filter.is-active svg path,.airports-section .airports-filter--container .airport-filter:hover svg path{fill:var(--white)}.airports-section .section-header{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;margin-bottom:32px}.airports-section .section-header .section-title{margin-bottom:0}.airports-section .section-header .grid-toggle{display:flex;gap:8px;overflow:hidden}.airports-section .section-header .grid-toggle button{border-radius:8px;background:var(--white);border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .5s ease}.airports-section .section-header .grid-toggle button svg{height:16px;width:auto;transition:all .5s ease}.airports-section .section-header .grid-toggle button svg path{fill:var(--title)}.airports-section .section-header .grid-toggle button:hover,.airports-section .section-header .grid-toggle button.is-active{background:var(--accent);color:var(--title)}.airports-section .section-header .grid-toggle button:hover svg path,.airports-section .section-header .grid-toggle button.is-active svg path{fill:var(--white)}.airports-section .airports-grid{display:grid;gap:24px}.airports-section .airports-grid.grid-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.airports-section .airports-grid.grid-list{grid-template-columns:minmax(0, 1fr)}.airports-section .airport-card{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;border:1px solid var(--input-border);background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);height:100%}.airports-section .airport-card .airport-card__image{position:relative;overflow:hidden;height:190px}.airports-section .airport-card .airport-card__image img{width:100%;height:190px;object-fit:cover;display:block;transition:transform .35s ease}.airports-section .airport-card .airport-card__image:hover img{transform:scale(1.04)}.airports-section .airport-card .airport-country{position:absolute;left:16px;bottom:16px;font-size:14px;line-height:20px;font-weight:500;color:var(--white);gap:8px;display:flex;align-items:center}.airports-section .airport-card .airport-country svg{height:14px;width:auto}.airports-section .airport-card .airport-card__body{padding:24px;display:flex;flex-direction:column;gap:12px;height:100%}.airports-section .airport-card .airport-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.airports-section .airport-card .airport-card__header h3{margin-bottom:4px}.airports-section .airport-card .airport-card__header .icon-wrapper{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:16px;background:#eff6ff}.airports-section .airport-card .airport-card__header .icon-wrapper img{height:20px;width:auto}.airports-section .airport-card .airport-card__header .airport-card__code{font-size:14px;line-height:20px;color:var(--text-secondary);margin:0}.airports-section .airport-card .airport-card__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;line-height:16px;color:var(--text-secondary)}.airports-section .airport-card .airport-card__meta span{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;background:var(--light-background)}.airports-section .airport-card .airport-card__routes{border-top:1px solid #f1f5f9;padding-top:20px}.airports-section .airport-card .airport-card__routes .label{font-size:12px;line-height:16px;font-weight:600;text-transform:capitalize;color:var(--text-secondary);margin-bottom:12px}.airports-section .airport-card .airport-card__routes ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px;font-size:14px;line-height:20px}.airports-section .airport-card .airport-card__routes li{display:flex;justify-content:space-between;color:var(--text)}.airports-section .airport-card .airport-card__routes li span{color:var(--text-secondary)}.airports-section .airport-card .airport-card__footer{margin-top:auto}.airports-section .airport-card .airport-card__footer .btn{width:100%}@media only screen and (max-width: 1024px){.airports-section .airports-grid.grid-3{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media only screen and (max-width: 768px){.airports-section .airports-grid{grid-template-columns:repeat(1, minmax(0, 1fr))}.airports-section .airports-grid.grid-3{grid-template-columns:repeat(1, minmax(0, 1fr))}.airports-section .layout-control{display:none}}.for-cards-grid.light .card-item .card-inner{background:var(--white)}.for-cards-grid .card-item .card-inner{display:flex;flex-direction:column;padding:32px;border-radius:24px;border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);background:var(--light-background);text-align:center;height:100%}.for-cards-grid .card-item .card-icon{display:flex;width:80px;height:80px;justify-content:center;align-items:center;border-radius:9999px;margin:0 auto 24px}.for-cards-grid .card-item .card-icon img{width:auto;height:30px}.for-cards-grid .card-item p{font-size:14px;line-height:22px;margin-top:11px}@media only screen and (max-width: 768px){.for-cards-grid .card-item .card-inner{padding:24px}.for-cards-grid .card-item .card-icon{width:40px;height:40px}.for-cards-grid .card-item .card-icon img{height:20px}}.global-icon-features .features-card{padding:28px 24px;border-radius:24px;background:var(--white);border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.06);height:100%}.global-icon-features .card-icon{width:48px;height:48px;margin-bottom:16px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#fff3eb}.global-icon-features .card-icon img{width:24px;height:24px;object-fit:contain}.global-icon-features .card-title{margin-bottom:8px}.global-notice-banner{padding:16px 0;background:var(--light-background);border-top:1px solid var(--input-border);border-bottom:1px solid var(--input-border)}.global-notice-banner .wrapper{display:flex;align-items:center;gap:14px}.global-notice-banner .banner-icon{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(37,99,235,.12);color:var(--blue)}.global-notice-banner .banner-body{flex:1;min-width:0}.global-notice-banner .banner-body strong{display:block;color:var(--title);font-size:15px;line-height:22px}.global-notice-banner .banner-body p{margin:0;color:var(--text);font-size:14px;line-height:22px}@media only screen and (max-width: 768px){.global-notice-banner .wrapper{flex-direction:column;align-items:flex-start}}.global-simple-text.left .section-title{margin:0 0 30px}.global-simple-text.center .section-title{text-align:center;margin:0 auto 30px}.global-simple-text.center .wysiwyg-field{margin-left:auto;margin-right:auto;text-align:center;max-width:720px}.global-simple-text.center .wysiwyg-field ul{list-style-position:inside;padding-left:0;text-align:center}.global-simple-text.center .wysiwyg-field ul li{text-align:center}.global-two-column-text .two-column-text__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:40px;align-items:start}.global-two-column-text .two-column-text__col .wysiwyg-field p:first-of-type{margin-top:0}@media only screen and (max-width: 768px){.global-two-column-text .two-column-text__grid{grid-template-columns:repeat(1, minmax(0, 1fr));gap:40px}}.left-right-section.revert .row{flex-direction:row-reverse}.left-right-section .section-title{margin-bottom:24px}.left-right-section .hero-badge{color:var(--accent);margin-bottom:24px}.left-right-section .image-wrapper .image{position:relative;overflow:hidden;border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:570px}.left-right-section .image-wrapper .image img{width:100%;height:100%;object-fit:cover;display:block}@media only screen and (max-width: 991px){.left-right-section .image-wrapper .image{height:350px}}.popular-routes-section .route-card{overflow:hidden;border-radius:24px;border:1px solid var(--input-border);background:var(--white);height:100%;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.popular-routes-section .route-image{height:190px;background-size:cover;background-position:center center;position:relative;display:flex;justify-content:flex-end;align-items:flex-start;border-radius:24px 24px 0 0;overflow:hidden}.popular-routes-section .route-image img{width:100%;height:auto;object-fit:cover;transition:transform .35s ease}.popular-routes-section .route-content{padding:24px}.popular-routes-section .route-content h3{font-size:20px;line-height:28px;margin-bottom:10px}.popular-routes-section .route-airports{display:flex;gap:8px;margin-bottom:14px}.popular-routes-section .route-airports span{font-size:14px;line-height:20px;color:#64748b;position:relative}.popular-routes-section .route-airports svg{height:14px;width:auto;margin-right:8px}.popular-routes-section .route-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px}.popular-routes-section .route-drive{color:var(--light-text);font-size:14px;line-height:20px}.popular-routes-section .routes-cta{margin-top:48px;display:flex;justify-content:center}@media only screen and (max-width: 576px){.popular-routes-section .route-image{height:190px}.popular-routes-section .route-airports{flex-direction:column;align-items:flex-start;gap:8px}.popular-routes-section .route-airports .arrow{transform:rotate(90deg)}.popular-routes-section .route-footer{flex-direction:column;align-items:flex-start}}.destinations-grid-section .destination-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border-radius:24px;border:1px solid var(--input-border);background:var(--white);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow .25s ease,transform .25s ease}.destinations-grid-section .destination-card:hover{box-shadow:0 12px 40px -12px rgba(15,23,42,.18);transform:translateY(-2px)}.destinations-grid-section .destination-card:hover .destination-card__image img{transform:scale(1.05)}.destinations-grid-section .destination-card:hover h3{color:var(--accent)}.destinations-grid-section .destination-card__link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.destinations-grid-section .destination-card__image{height:220px;overflow:hidden;border-radius:24px 24px 0 0;flex-shrink:0}.destinations-grid-section .destination-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.destinations-grid-section .destination-card__content{display:flex;flex-direction:column;gap:10px;padding:24px;flex:1}.destinations-grid-section .destination-card__content h3{font-size:20px;line-height:28px;margin:0;transition:color .2s ease}.destinations-grid-section .destination-card__content p{margin:0;font-size:14px;line-height:22px;color:var(--text)}.destinations-grid-section .destination-card__btn{margin-top:auto;align-self:flex-start;pointer-events:none}@media only screen and (max-width: 576px){.destinations-grid-section .destination-card__image{height:190px}.destinations-grid-section .destination-card__content{padding:20px}}.secondary-hero{position:relative;background:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);overflow:hidden}.secondary-hero--wrapper{padding-top:55px;padding-bottom:36px;min-height:350px;display:flex;align-items:center}.secondary-hero--content{max-width:890px;height:100%;display:flex;flex-direction:column;gap:28px;z-index:1;margin:0 auto;align-items:center;text-align:center}.secondary-hero--content h1{color:var(--white);font-size:60px;line-height:60px;margin-bottom:24px}.secondary-hero--content p{color:#cbd5e1;font-size:20px;line-height:28px}.secondary-hero .airports-search{margin-top:24px;margin-bottom:32px;width:100%;max-width:720px;display:flex;align-items:stretch;gap:8px;padding:8px;border-radius:24px;background:var(--white);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.secondary-hero .airports-search--field{position:relative;flex:1;display:flex;align-items:center;border-radius:16px;border:1px solid var(--input-border);background:#fff;padding:0 20px 0 44px}.secondary-hero .airports-search--icon{position:absolute;left:18px;display:flex;align-items:center;justify-content:center;pointer-events:none}.secondary-hero .airports-search--input{width:100%;padding:14px 0;border:none;outline:none;background:rgba(0,0,0,0);color:var(--title)}.secondary-hero .airports-search--input::placeholder{color:#9ca3af}.secondary-hero .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}@media only screen and (max-width: 768px){.secondary-hero .wrapper{min-height:305px}.secondary-hero .hero-content h1{font-size:30px;line-height:37px}.secondary-hero .hero-content p{font-size:16px;list-style:26px}.secondary-hero .airports-search{flex-direction:column}}.testimonials-section{position:relative;overflow:hidden}.testimonials-section .swiper-slide{min-height:350px}.testimonials-section .title-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px}.testimonials-section .title-wrapper h2{color:var(--white)}.testimonials-section .title-wrapper p{color:var(--light-text)}.testimonials-section .custom-nav{display:flex;align-items:center;gap:12px;flex-shrink:0}.testimonials-section .custom-nav .arrow-prev svg{transform:rotate(180deg)}.testimonials-section .custom-nav .arrow-prev,.testimonials-section .custom-nav .arrow-next{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:9999px;border:2px solid #334155;background:rgba(0,0,0,0);transition:all .3s ease-in-out;cursor:pointer}.testimonials-section .custom-nav .arrow-prev:hover,.testimonials-section .custom-nav .arrow-next:hover{background:var(--accent);border:2px solid var(--accent)}.testimonials-section .custom-nav .arrow-prev:hover svg path,.testimonials-section .custom-nav .arrow-next:hover svg path{fill:var(--white)}.testimonials-section .custom-nav .arrow-prev svg,.testimonials-section .custom-nav .arrow-next svg{width:10px;height:16px}.testimonials-section .custom-nav .arrow-prev svg path,.testimonials-section .custom-nav .arrow-next svg path{fill:#94a3b8}.testimonials-section .custom-nav .arrow-prev.swiper-button-disabled,.testimonials-section .custom-nav .arrow-next.swiper-button-disabled{opacity:.4;pointer-events:none}.testimonials-section .custom-nav .arrow-prev.swiper-button-disabled svg path,.testimonials-section .custom-nav .arrow-next.swiper-button-disabled svg path{fill:#94a3b8}.testimonials-section .testimonial-swiper{padding:32px 0 48px}.testimonials-section .testimonial-swiper .swiper-slide-active .testimonial-card{background:var(--accent);border:1px solid var(--accent)}.testimonials-section .testimonial-swiper .swiper-slide-active .testimonial-card .testimonial-rating svg path{fill:var(--white)}.testimonials-section .testimonial-swiper .swiper-slide-active .testimonial-card .testimonial-text{color:var(--white)}.testimonials-section .testimonial-swiper .swiper-slide-active .testimonial-card .testimonial-location{color:var(--white)}.testimonials-section .testimonial-card{padding:32px;display:flex;flex-direction:column;min-height:325px;border-radius:24px;border:1px solid #334155;background:rgba(30,41,59,.5);backdrop-filter:blur(4px)}.testimonials-section .testimonial-card .testimonial-rating{margin-bottom:16px}.testimonials-section .testimonial-card .testimonial-rating svg path{fill:#eab308}.testimonials-section .testimonial-card .testimonial-text{margin-bottom:32px;color:#cbd5e1}.testimonials-section .testimonial-card .testimonial-author{gap:16px}.testimonials-section .testimonial-card .testimonial-avatar{border-radius:9999px;width:40px;height:40px}.testimonials-section .testimonial-card .testimonial-avatar img{width:100%;height:auto}.testimonials-section .testimonial-card .testimonial-name{color:var(--white);font-weight:700;font-size:14px;line-height:20px}.testimonials-section .testimonial-card .testimonial-location{color:var(--light-text);font-size:12px;line-height:16px}.testimonials-section .swiper-pagination{position:absolute;left:0;right:0;bottom:20px;z-index:5;display:flex;justify-content:center;gap:5px}.testimonials-section .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#475569;opacity:10;transition:all .3s ease-in-out}.testimonials-section .swiper-pagination .swiper-pagination-bullet-active{background:var(--accent)}@media only screen and (max-width: 768px){.testimonials-section .title-wrapper{flex-direction:column}.testimonials-section .section-title.start{margin-bottom:15px;text-align:center}.testimonials-section .custom-nav{margin-bottom:40px}.testimonials-section .testimonial-swiper{padding-left:10px;padding-right:10px}.testimonials-section .testimonial-card{padding:24px}}.booking-steps .booking-form-main-cards{display:flex;flex-direction:column;gap:24px}.booking-steps .booking-sidebar{display:flex;flex-direction:column;position:sticky;top:25px;align-self:flex-start;z-index:1}.booking-steps .booking-card{overflow:hidden;border-radius:24px;background:var(--white);border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.booking-steps .booking-card.accent .head-icon{background:rgba(255,90,31,.1)}.booking-steps .booking-card.blue .head-icon{background:#dbeafe}.booking-steps .booking-card.green .head-icon{background:#dcfce7}.booking-steps .booking-card.purple .head-icon{background:#f3e8ff}.booking-steps .booking-card.gold .head-icon{background:#fef3c7}.booking-steps .booking-card .card-body{padding:24px}.booking-steps .booking-card .card-body .form-group:last-child{margin-bottom:0}.booking-steps .booking-card .card-body .form-group label{font-size:14px;line-height:20px;color:var(--text)}.booking-steps .booking-card .card-head{display:flex;align-items:flex-start;gap:12px;padding:16px 24px;border-bottom:1px solid var(--input-border);background:linear-gradient(90deg, #f8fafc 0%, #fff 100%)}.booking-steps .booking-card .card-head .head-icon{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.booking-steps .booking-card .card-head .head-icon svg{display:block;height:16px;width:auto}.booking-steps .booking-card .card-head .title{font-size:20px;line-height:28px;font-weight:800;color:var(--title)}.booking-steps .booking-card .card-head .subtitle{font-size:14px;line-height:20px;color:var(--text)}.booking-steps .route-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:16px;margin-bottom:24px}.booking-steps .route-banner strong{display:block;margin-bottom:4px;font-size:16px;line-height:24px;color:var(--title)}.booking-steps .route-banner p{margin:0;font-size:14px;line-height:20px;color:var(--text)}.booking-steps .route-banner--airport,.booking-steps .route-banner--secure{background:#eff6ff}.booking-steps .route-banner--resort{background:#f0fdf4}.booking-steps .route-banner svg{display:block;height:14px;width:auto}@media only screen and (max-width: 767px){.booking-steps .checkout-sidebar{position:static}.booking-steps .card-body,.booking-steps .card-head{padding-left:18px;padding-right:18px}}.booking-step-booking-1 .booking-form-section .section-title{margin-bottom:32px;display:flex;flex-direction:row;align-items:center;gap:12px}.booking-step-booking-1 .booking-form-section .section-title h2{margin-bottom:0}.booking-step-booking-1 .booking-form-section .section-title img{height:24px;width:auto}.booking-step-booking-1 .booking-form-section .form-wrapper{padding:32px;background:var(--white);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);border:1px solid var(--input-border)}.booking-step-booking-1 .booking-form-section .form-wrapper .form-footer{margin-top:24px}.booking-step-booking-1 .booking-form-section .form-wrapper .form-footer .btn{font-weight:700}.booking-step-booking-1 .booking-form-section .booking-form .booking-trip-type{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;padding:8px;border-radius:16px;background:#f1f5f9}.booking-step-booking-1 .booking-form-section .booking-form .booking-trip-type .trip-type-btn{display:flex;flex-direction:row;align-items:center;gap:8px;border:0;border-radius:12px;background:rgba(0,0,0,0);color:#475569;font-size:16px;font-weight:700;line-height:20px;padding:12px 14px;cursor:pointer;transition:all .2s ease}.booking-step-booking-1 .booking-form-section .booking-form .booking-trip-type .trip-type-btn.active{background:var(--accent);color:var(--white)}.booking-step-booking-1 .booking-form-section .booking-form .booking-trip-type svg{height:16px;width:auto}.booking-step-booking-1 .booking-form-section .booking-form .form-group-child-seats{margin-bottom:18px}.booking-step-booking-1 .booking-form-section .booking-form .form-group-child-seats .child-seat-card{border:1px solid var(--input-border);border-radius:14px;padding:10px;background:#f8fafc}.booking-step-booking-1 .booking-form-section .booking-form .form-group-child-seats .child-seat-title{display:block;color:#334155;font-size:13px;line-height:18px;margin-bottom:8px}.booking-step-booking-1 .booking-form-section .booking-form .form-group-child-seats input{background:var(--white);padding:10px 12px}.booking-step-booking-1 .booking-form-section .booking-form .input-hint{font-size:12px;line-height:18px;color:#94a3b8;margin-top:6px}.booking-step-booking-1 .booking-form-section .booking-form-side-cards{display:flex;flex-direction:column;gap:24px}.booking-step-booking-1 .booking-form-section .booking-side-card{padding:24px;display:flex;flex-direction:column;gap:16px;border-radius:24px;background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);border:1px solid var(--input-border)}.booking-step-booking-1 .booking-form-section .booking-side-card.colored{background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)}.booking-step-booking-1 .booking-form-section .booking-side-card.colored h4{font-size:20px;line-height:28px}.booking-step-booking-1 .booking-form-section .booking-side-card.colored h4,.booking-step-booking-1 .booking-form-section .booking-side-card.colored p,.booking-step-booking-1 .booking-form-section .booking-side-card.colored li{color:var(--white)}.booking-step-booking-1 .booking-form-section .booking-side-card.green-card{border:1px solid #dcfce7;background:#f0fdf4}.booking-step-booking-1 .booking-form-section .booking-side-card.green-card h4{color:#14532d}.booking-step-booking-1 .booking-form-section .booking-side-card.green-card li{color:#166534}.booking-step-booking-1 .booking-form-section .booking-side-card .list ul{display:flex;flex-direction:column;gap:12px}.booking-step-booking-1 .booking-form-section .booking-side-card .list ul li{display:flex;flex-direction:row;align-items:center;gap:8px}.booking-step-booking-1 .booking-form-section .booking-side-card .list ul li img{height:14px;width:auto}.booking-step-booking-1 .booking-form-section .booking-side-card .card-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}.booking-step-booking-1 .booking-form-section .booking-side-card .card-title-icon img{width:18px;height:auto}.booking-step-booking-1 .booking-form-section .booking-side-card .popular-routes{gap:12px}.booking-step-booking-1 .booking-form-section .booking-side-card .popular-routes .route-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:12px;border-radius:16px;background:#f8fafc}.booking-step-booking-1 .booking-form-section .booking-side-card .popular-routes .route-title h5{font-size:14px;line-height:20px}.booking-step-booking-1 .booking-form-section .booking-side-card .popular-routes .route-title p{font-size:12px}.booking-step-booking-1 .booking-form-section .booking-side-card .popular-routes .route-price p{color:var(--accent);font-weight:700}@media only screen and (max-width: 1024px){.booking-step-booking-1 .booking-form-section .form-wrapper{padding:24px}.booking-step-booking-1 .booking-form-section .booking-form .form-row-3{grid-template-columns:1fr}}.booking-step-quote-2 .booking-quote-summary{padding-top:32px;padding-bottom:32px}.booking-step-quote-2 .order-summary-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-radius:24px;background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);border:1px solid var(--input-border)}.booking-step-quote-2 .order-summary-card .card-route{display:flex;align-items:center;gap:28px;flex:1;min-width:0}.booking-step-quote-2 .order-summary-card .card-point{display:flex;flex-direction:column;align-items:center;gap:16px;flex:1;text-align:center}.booking-step-quote-2 .order-summary-card .point-content h4{font-size:16px;line-height:24px}.booking-step-quote-2 .order-summary-card .point-icon{width:64px;height:64px;border-radius:16px;background:#eff6ff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.booking-step-quote-2 .order-summary-card .point-icon svg{width:auto;height:24px}.booking-step-quote-2 .order-summary-card .point-subtext{color:#94a3b8;font-size:14px;line-height:20px}.booking-step-quote-2 .order-summary-card .poimt-datetime{margin-top:10px;display:flex;flex-direction:column;gap:2px}.booking-step-quote-2 .order-summary-card .poimt-datetime span{color:var(--title);font-size:16px;line-height:22px;font-weight:600}.booking-step-quote-2 .order-summary-card .card-journey{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.booking-step-quote-2 .order-summary-card .card-journey svg{display:block;width:18pxpx;height:auto}.booking-step-quote-2 .order-summary-card .card-journey p{color:var(--text);font-size:13px;line-height:18px;font-weight:600;white-space:nowrap}.booking-step-quote-2 .order-summary-card .card-meta{display:flex;align-items:center;gap:24px;flex-shrink:0;border-left:1px solid var(--input-border);padding-left:24px}.booking-step-quote-2 .order-summary-card .meta-list{display:flex;flex-direction:column;gap:8px}.booking-step-quote-2 .order-summary-card .meta-list li{display:flex;align-items:center;gap:8px;color:var(--text);font-size:14px;line-height:20px;font-weight:500;white-space:nowrap}.booking-step-quote-2 .order-summary-card .meta-list .meta-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.booking-step-quote-2 .order-summary-card .meta-list .meta-icon svg{width:14px;height:14px}.booking-step-quote-2 .available-vehicles__grid{margin-bottom:48px}.booking-step-quote-2 .vehicle-card{display:flex;flex-direction:column;height:100%;border-radius:24px;border:2px solid #e2e8f0;background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);height:100%}.booking-step-quote-2 .vehicle-card .card-image{position:relative;height:230px;background:var(--input-border);overflow:hidden;border-top-left-radius:24px;border-top-right-radius:24px}.booking-step-quote-2 .vehicle-card .card-image img{width:100%;height:230px;object-fit:cover;display:block;transition:transform .35s ease}.booking-step-quote-2 .vehicle-card .card-image:hover img{transform:scale(1.04)}.booking-step-quote-2 .vehicle-card .card-content{display:flex;flex-direction:column;gap:16px;padding:24px}.booking-step-quote-2 .vehicle-card .head{display:flex;align-items:center;justify-content:space-between;gap:12px}.booking-step-quote-2 .vehicle-card .head .card-title h4{font-size:20px;line-height:28px;font-weight:800}.booking-step-quote-2 .vehicle-card .head .card-icon{width:48px;height:49px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#fef3c7}.booking-step-quote-2 .vehicle-card .head .card-icon img{height:20px;width:auto}.booking-step-quote-2 .vehicle-card .price strong{display:block;color:var(--title);font-size:36px;line-height:40px;font-weight:800}.booking-step-quote-2 .vehicle-card .price strong span{margin-left:4px;font-size:14px;font-weight:400;color:var(--text)}.booking-step-quote-2 .vehicle-card .price p{position:relative;padding-left:16px;margin-top:4px;gap:6px;color:var(--green);font-size:12px;line-height:16px;font-weight:600}.booking-step-quote-2 .vehicle-card .price p:after{content:"";position:absolute;left:3px;top:5px;width:7px;height:5px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}.booking-step-quote-2 .vehicle-card .meta-grid .meta-item{border-radius:8px;background:#f8fafc;padding:12px;display:flex;align-items:center;flex-direction:column;justify-content:center;text-align:center}.booking-step-quote-2 .vehicle-card .meta-grid p{font-size:12px;font-weight:600;line-height:16px}.booking-step-quote-2 .vehicle-card .meta-grid svg{height:16px;width:auto}.booking-step-quote-2 .vehicle-card .features-list{margin-bottom:18px;display:flex;flex-direction:column;gap:8px}.booking-step-quote-2 .vehicle-card .features-list li{display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:20px}.booking-step-quote-2 .vehicle-card .features-list li svg{flex-shrink:0;height:12px;width:auto}.booking-step-quote-2 .vehicle-card.best-value{background:linear-gradient(135deg, #ff5a1f 0%, #fb923c 100%);box-shadow:0 0 20px 0 rgba(255,90,31,.3)}.booking-step-quote-2 .vehicle-card.best-value .card-image{background:linear-gradient(135deg, #ff5a1f 0%, #fb923c 100%)}.booking-step-quote-2 .vehicle-card.best-value h4,.booking-step-quote-2 .vehicle-card.best-value h3,.booking-step-quote-2 .vehicle-card.best-value p,.booking-step-quote-2 .vehicle-card.best-value li,.booking-step-quote-2 .vehicle-card.best-value span,.booking-step-quote-2 .vehicle-card.best-value .price strong,.booking-step-quote-2 .vehicle-card.best-value .price span{color:var(--white)}.booking-step-quote-2 .vehicle-card.best-value .price p:after{border-left:2px solid var(--white);border-bottom:2px solid var(--white)}.booking-step-quote-2 .vehicle-card.best-value svg path{fill:var(--white)}.booking-step-quote-2 .vehicle-card.best-value .meta-item,.booking-step-quote-2 .vehicle-card.best-value .card-icon{background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.booking-step-quote-2 .available-vehicles--luxury .vehicle-card{border:2px solid #fde68a;background:#fff;box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.booking-step-quote-2 .vehicle-compare{margin-top:48px;margin-bottom:48px;padding:32px;border-radius:24px;background:var(--white);border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.booking-step-quote-2 .vehicle-compare .compare-title{margin-bottom:20px;display:flex;align-items:center;gap:8px}.booking-step-quote-2 .vehicle-compare .compare-title h3{font-size:20px;line-height:28px}.booking-step-quote-2 .vehicle-compare .compare-title svg{height:20px;width:auto}.booking-step-quote-2 .vehicle-compare .compare-table--wrapper{overflow-x:auto}.booking-step-quote-2 .vehicle-compare .compare-table{width:100%;min-width:640px;border-collapse:collapse}.booking-step-quote-2 .vehicle-compare .compare-table th,.booking-step-quote-2 .vehicle-compare .compare-table td{padding:17px 16px;text-align:center;font-size:14px;line-height:20px;border-bottom:1px solid #f1f5f9}.booking-step-quote-2 .vehicle-compare .compare-table thead{border-bottom:2px solid #e2e8f0}.booking-step-quote-2 .vehicle-compare .compare-table thead th{color:var(--title);font-size:14px;font-weight:700;text-transform:capitalize;background:var(--white)}.booking-step-quote-2 .vehicle-compare .compare-table tbody th[scope=row]{text-align:left;font-weight:400;color:var(--text);background:var(--white)}.booking-step-quote-2 .vehicle-compare .compare-table .is-highlight{background:#fff7ed}.booking-step-quote-2 .vehicle-compare .compare-table tbody tr:last-child th,.booking-step-quote-2 .vehicle-compare .compare-table tbody tr:last-child td{border-bottom:0}.booking-step-quote-2 .vehicle-compare .compare-table .is-price{font-size:18px;font-weight:700;color:var(--title)}.booking-step-quote-2 .vehicle-compare .compare-table .is-price.is-highlight{color:var(--accent)}.booking-step-quote-2 .vehicle-compare .compare-yes,.booking-step-quote-2 .vehicle-compare .compare-no{display:inline-flex;align-items:center;justify-content:center}.booking-step-quote-2 .included-section{margin-top:48px;margin-bottom:48px;padding:32px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);border-radius:24px;border:1px solid #dbeafe;background:linear-gradient(135deg, #eff6ff 0%, #fff 100%)}.booking-step-quote-2 .included-section .included-title{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:24px}.booking-step-quote-2 .included-section .included-title h3{font-size:20px;line-height:28px}.booking-step-quote-2 .included-section .included-title svg{height:20px;width:auto}.booking-step-quote-2 .included-section .included-item{justify-content:space-between}.booking-step-quote-2 .included-section .included-item .item-wrapper{display:flex;gap:12px;align-items:center}.booking-step-quote-2 .included-section .included-item .icon-wrapper{border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#dbeafe}.booking-step-quote-2 .included-section .included-item .icon-wrapper img{height:16px;width:auto}.booking-step-quote-2 .included-section .included-item .content{flex:1}.booking-step-quote-2 .included-section .included-item .content h4{font-size:16px;font-weight:600;line-height:24px}.booking-step-quote-2 .included-section .included-item .content p{font-size:14px;line-height:20px}.booking-step-quote-2 .return-baner{padding:32px;border-radius:24px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px}.booking-step-quote-2 .return-baner .content-wrapper{display:flex;flex-direction:row;gap:24px}.booking-step-quote-2 .return-baner .icon-wrapper{border-radius:9999px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);display:flex;width:80px;height:80px;justify-content:center;align-items:center}.booking-step-quote-2 .return-baner .icon-wrapper svg{height:36px;width:auto}.booking-step-quote-2 .return-baner .content{max-width:570px;flex:1}.booking-step-quote-2 .return-baner h3,.booking-step-quote-2 .return-baner p,.booking-step-quote-2 .return-baner span{color:var(--white);margin-bottom:8px}.booking-step-quote-2 .return-baner p{opacity:.9}.booking-step-quote-2 .return-baner span{position:relative;padding-left:20px;font-size:14px;line-height:20px}.booking-step-quote-2 .return-baner span::before{content:"";position:absolute;left:0px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--white)}.booking-step-quote-2 .return-baner span:after{content:"";position:absolute;left:3px;top:5px;width:7px;height:5px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}.booking-step-quote-2 .return-baner .btn-primary{background:var(--white);color:var(--green)}.booking-step-quote-2 .return-baner .btn-primary svg path{fill:var(--green)}.booking-step-quote-2 .return-baner .btn-primary:hover{background:var(--accent);color:var(--white)}.booking-step-quote-2 .return-baner .btn-primary:hover svg path{fill:var(--white)}@media only screen and (max-width: 1024px){.booking-step-quote-2 .order-summary-card{flex-direction:column}.booking-step-quote-2 .order-summary-card .card-meta{border-left:none;padding-top:32px;padding-left:0;border-top:1px solid var(--input-border)}}@media only screen and (max-width: 767px){.booking-step-quote-2 .available-vehicles__grid{padding-bottom:48px}.booking-step-quote-2 .vehicle-card .meta-item{margin-bottom:16px}.booking-step-quote-2 .vehicle-compare{padding:24px}.booking-step-quote-2 .vehicle-compare .compare-table{min-width:560px}.booking-step-quote-2 .vehicle-compare .compare-table th,.booking-step-quote-2 .vehicle-compare .compare-table td{padding:10px 12px;font-size:13px}.booking-step-quote-2 .order-summary-card{padding:15px}.booking-step-quote-2 .order-summary-card .card-route{flex-direction:column}.booking-step-quote-2 .order-summary-card .card-journey svg{rotate:90deg}.booking-step-quote-2 .return-baner{flex-direction:column}}@media only screen and (max-width: 540px){.booking-step-quote-2 .return-baner .content-wrapper{flex-direction:column}.booking-step-quote-2 .return-baner .icon-wrapper{height:48px;width:48px}.booking-step-quote-2 .return-baner .icon-wrapper svg{height:25px}}.booking-step-checkout-3 .form-hint{display:block;margin-top:8px;font-size:12px;line-height:16px;color:var(--light-text);font-weight:400}.booking-step-checkout-3 .checkout-extras-list{display:flex;flex-direction:column;gap:16px}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__label{display:block;cursor:pointer}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__label input{display:none}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__box{display:flex;align-items:flex-start;gap:12px;padding:14px 14px 12px;border:1px solid var(--input-border);border-radius:14px;background:#f8fafc;transition:all .2s ease}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__check{width:18px;height:18px;border-radius:4px;border:1px solid #cbd5e1;background:var(--white);margin-top:2px;flex-shrink:0;position:relative}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__text{min-width:0;flex:1}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__title{display:block;margin-bottom:2px;font-size:15px;line-height:21px;font-weight:700;color:var(--title)}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__desc{display:block;font-size:13px;line-height:18px;color:#64748b}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__price{margin-left:auto;padding-left:8px;font-size:16px;line-height:22px;font-weight:800;color:var(--title)}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__price--free{color:var(--green)}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__label input:checked+.checkout-extra-item__box{border-color:var(--accent);background:#fff7ed}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__label input:checked+.checkout-extra-item__box .checkout-extra-item__check{border-color:var(--accent);background:var(--accent)}.booking-step-checkout-3 .checkout-extras-list .checkout-extra-item__label input:checked+.checkout-extra-item__box .checkout-extra-item__check::after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid var(--white);border-width:0 2px 2px 0;transform:rotate(45deg)}.booking-step-checkout-3 .checkout-promo-group{margin-bottom:0}.booking-step-checkout-3 .checkout-promo-group .checkout-promo-row{display:flex;gap:10px}.booking-step-checkout-3 .checkout-promo-group .checkout-promo-row input{flex:1;min-width:0}.booking-step-checkout-3 .checkout-promo-group .btn-primary{flex-shrink:0;min-width:84px;border-radius:14px;border:1px solid #0f172a;background:#0f172a;color:var(--white);font-weight:700;line-height:46px;height:48px;padding:0 18px}.booking-step-checkout-3 .checkout-promo-group .btn-primary:hover{background:#1e293b;border-color:#1e293b}.booking-step-checkout-3 .checkout-policy-list{display:flex;flex-direction:column;gap:16px}.booking-step-checkout-3 .checkout-policy-list .checkout-policy-item{display:flex;align-items:flex-start;gap:12px}.booking-step-checkout-3 .checkout-policy-list .checkout-policy-item svg{width:auto;height:16px}.booking-step-checkout-3 .checkout-policy-list .checkout-policy-item strong{display:block;font-size:16px;line-height:24px;color:var(--title)}.booking-step-checkout-3 .checkout-policy-list .checkout-policy-item p{font-size:14px;line-height:20px;color:var(--text)}.booking-step-checkout-3 .checkout-consent-label{margin-top:24px;padding:16px;display:flex;align-items:flex-start;gap:12px;background:#f8fafc;border-radius:16px;font-size:14px;line-height:20px}.booking-step-checkout-3 .checkout-consent-label input{width:16px;height:16px;margin-top:1px;accent-color:var(--accent);flex-shrink:0}.booking-step-checkout-3 .checkout-consent-label a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.booking-step-checkout-3 .checkout-consent-label a:hover{color:var(--green)}.booking-step-checkout-3 .checkout-trust-card{padding:24px;background:var(--white);border:1px solid var(--input-border);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-list{list-style:none;margin:0;padding:0}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-list li{display:flex;gap:12px;margin-bottom:16px;align-items:flex-start}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-list li:last-child{margin-bottom:0}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-list li strong{display:block;font-size:14px;line-height:20px;color:var(--title)}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-list li p{margin:0;font-size:12px;line-height:16px}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-icon{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-icon svg{height:16px;width:auto}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-icon--green{background:#f0fdf4}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-icon--blue{background:#eff6ff}.booking-step-checkout-3 .checkout-trust-card .checkout-trust-icon--purple{background:#faf5ff}.booking-step-checkout-3 .secure-payments-section .section-title{margin-bottom:32px}.booking-step-checkout-3 .secure-payments-section .section-title h2{font-size:20px;line-height:28px;margin-bottom:8px}.booking-step-checkout-3 .secure-payments-section .section-title p{font-size:14px;line-height:20px}.booking-step-checkout-3 .secure-payments-section .payment-types{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px;align-items:center;justify-content:center}.booking-step-checkout-3 .secure-payments-section .payment-types .img{width:40px;height:auto}@media only screen and (max-width: 767px){.booking-step-checkout-3 .checkout-total-price{font-size:26px;line-height:30px}.booking-step-checkout-3 .checkout-promo-row{flex-direction:column}}.booking-step-payment-4 .payment-methods-list{display:flex;flex-direction:column;gap:16px}.booking-step-payment-4 .payment-method-option{display:block;cursor:pointer}.booking-step-payment-4 .payment-method-option input{display:none}.booking-step-payment-4 .payment-method-option .method-option-box{display:flex;align-items:center;gap:12px;padding:20px;border:1px solid var(--input-border);border-radius:14px;background:var(--white);transition:all .2s ease}.booking-step-payment-4 .payment-method-option .method-option-radio{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5e1;background:var(--white);flex-shrink:0;position:relative}.booking-step-payment-4 .payment-method-option .method-option-text{min-width:0;flex:1}.booking-step-payment-4 .payment-method-option .method-option-text strong{display:block;font-size:15px;line-height:21px;font-weight:700;color:var(--title)}.booking-step-payment-4 .payment-method-option .method-option-text span{display:block;margin-top:2px;font-size:13px;line-height:18px;color:#64748b}.booking-step-payment-4 .payment-method-option .method-option-brands{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.booking-step-payment-4 .payment-method-option .method-option-brands img{display:block;width:45px;height:auto}.booking-step-payment-4 .payment-method-option input:checked+.method-option-box{border-color:var(--accent);background:#fff7ed;box-shadow:0 0 0 1px rgba(255,90,31,.15)}.booking-step-payment-4 .payment-method-option input:checked+.method-option-box .method-option-radio{border-color:var(--accent)}.booking-step-payment-4 .payment-method-option input:checked+.method-option-box .method-option-radio::after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;background:var(--accent)}.booking-step-payment-4 .payment-input-icon-wrap{position:relative}.booking-step-payment-4 .payment-input-icon-wrap input{padding-right:52px}.booking-step-payment-4 .payment-input-icon-wrap .payment-input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none}.booking-step-payment-4 .payment-input-icon-wrap .payment-input-icon img{display:block;height:24px;width:auto}.booking-step-payment-4 .payment-cvv-help{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:4px;padding:0;border:1px solid #cbd5e1;border-radius:50%;background:#f8fafc;color:#64748b;font-size:11px;font-weight:700;line-height:1;vertical-align:middle;cursor:help}.booking-step-payment-4 .card-head--split{flex-direction:row;justify-content:space-between;align-items:center}.booking-step-payment-4 .card-head--split .card-head-main{display:flex;flex-direction:row}.booking-step-payment-4 .payment-same-traveler{display:inline-flex;align-items:center;gap:8px;font-size:14px;line-height:20px;font-weight:600;color:var(--title);cursor:pointer;white-space:nowrap}.booking-step-payment-4 .payment-same-traveler input{width:16px;height:16px;accent-color:var(--accent);flex-shrink:0}.booking-step-payment-4 .payment-info-card{padding:24px;border-radius:24px;border:1px solid #bfdbfe;background:linear-gradient(90deg, #eff6ff 0%, #eef2ff 100%)}.booking-step-payment-4 .payment-info-card .info-card-icon{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:16px}.booking-step-payment-4 .payment-info-card--3ds .info-card-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}.booking-step-payment-4 .payment-info-card--3ds .info-card-head h3{font-size:16px;line-height:24px;font-weight:700;color:var(--title)}.booking-step-payment-4 .payment-info-card--3ds .info-card-head .info-card-icon{background:var(--blue)}.booking-step-payment-4 .payment-info-card--3ds p{margin-bottom:8px;font-size:14px;line-height:20px;color:var(--text)}.booking-step-payment-4 .payment-info-card--3ds .info-card-footer{display:flex;align-items:center;gap:8px;margin:0;font-size:14px;line-height:20px;font-weight:500;position:relative;padding-left:25px;color:var(--blue)}.booking-step-payment-4 .payment-info-card--3ds .info-card-footer::before{content:"";position:absolute;left:5px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--blue)}.booking-step-payment-4 .payment-info-card--3ds .info-card-footer:after{content:"";position:absolute;left:9px;top:6px;width:6px;height:4px;border-left:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(-45deg)}.booking-step-payment-4 .payment-save-card .save-card-label{display:flex;align-items:flex-start;gap:12px;margin:0;cursor:pointer}.booking-step-payment-4 .payment-save-card .save-card-label input{width:16px;height:24px;margin-top:3px;accent-color:var(--accent);flex-shrink:0}.booking-step-payment-4 .payment-save-card .save-card-text strong{display:block;margin-bottom:4px;font-size:16px;line-height:24px;color:var(--title)}.booking-step-payment-4 .payment-save-card .save-card-text span{display:block;font-size:14px;line-height:20px;color:var(--text)}.booking-step-payment-4 .payment-secure-card{padding:24px;background:var(--white);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);margin-bottom:24px}.booking-step-payment-4 .payment-secure-card h3{font-size:16px;line-height:24px;font-weight:700;color:var(--title);text-align:center;margin-bottom:24px}.booking-step-payment-4 .payment-secure-card .payment-secure-badges{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:16px}.booking-step-payment-4 .payment-secure-card .payment-secure-badges li{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 10px;border-radius:14px;background:#f8fafc;text-align:center}.booking-step-payment-4 .payment-secure-card .payment-secure-badges strong{font-size:12px;line-height:16px;font-weight:700;color:var(--title)}.booking-step-payment-4 .payment-secure-card .payment-secure-badges .bage-icon svg{height:24px;width:auto}.booking-step-payment-4 .payment-guarantee-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px;border-radius:24px;border:1px solid #bbf7d0;background:linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);text-align:center}.booking-step-payment-4 .payment-guarantee-card .card-icon{display:flex;width:64px;height:64px;justify-content:center;align-items:center;background:var(--green);border-radius:9999px}.booking-step-payment-4 .payment-guarantee-card .card-icon svg{display:block;height:20px;width:auto;flex-shrink:0}.booking-step-payment-4 .payment-guarantee-card h3{font-size:16px;line-height:24px;color:var(--title)}.booking-step-payment-4 .payment-guarantee-card p{font-size:14px;line-height:20px;color:var(--text);text-align:center}@media only screen and (max-width: 767px){.booking-step-payment-4 .payment-sidebar{position:static}.booking-step-payment-4 .checkout-card__body,.booking-step-payment-4 .checkout-card__head{padding-left:18px;padding-right:18px}.booking-step-payment-4 .checkout-card__head--split{flex-direction:column;align-items:flex-start}}.checkout-order-summary{overflow:hidden;border-radius:24px;border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);margin-bottom:24px}.checkout-order-summary .checkout-order-summary__header{padding:16px 24px;color:var(--white);font-size:20px;line-height:28px;font-weight:800}.checkout-order-summary .checkout-order-summary__body{padding:24px;background:var(--white)}.checkout-order-summary .checkout-summary-block{display:flex;flex-direction:column;gap:16px;padding-bottom:24px;margin-bottom:16px;border-bottom:1px solid var(--input-border)}.checkout-order-summary .checkout-summary-block .title-icon{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:8px;background:#ffedd5}.checkout-order-summary .checkout-summary-block .title-icon svg{height:20px;width:auto}.checkout-order-summary .checkout-summary-block h3{margin-bottom:3px;font-size:16px;line-height:25px;font-weight:600;color:var(--title)}.checkout-order-summary .checkout-summary-block p{margin:0 0 4px;font-size:15px;line-height:22px;color:var(--title)}.checkout-order-summary .checkout-summary-block .summary-wrapper,.checkout-order-summary .checkout-summary-block .summary-title{display:flex;flex-direction:row;gap:12px}.checkout-order-summary .checkout-summary-block .summary-icon svg{height:16px;width:auto}.checkout-order-summary .checkout-summary-block .checkout-summary-meta{display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:0}.checkout-order-summary .checkout-summary-block .checkout-summary-meta li{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text)}.checkout-order-summary .checkout-summary-block .checkout-summary-meta li svg{flex-shrink:0}.checkout-order-summary .checkout-price-lines{padding-bottom:32px;border-bottom:1px solid var(--input-border)}.checkout-order-summary .checkout-price-lines div{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:6px 0}.checkout-order-summary .checkout-price-lines dt{margin:0;color:var(--text);font-size:16px;line-height:24px}.checkout-order-summary .checkout-price-lines dd{margin:0;font-weight:600;color:var(--title);font-size:16px;line-height:24px;text-align:right}.checkout-order-summary .checkout-price-lines .tag-included{color:var(--green)}.checkout-order-summary .checkout-discount-banner{margin-top:16px;padding:16px;border-radius:16px;background:linear-gradient(90deg, #f0fdf4 0%, #ecfdf5 100%);display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px 12px}.checkout-order-summary .checkout-discount-banner strong{display:block;font-weight:600;flex:1;margin-bottom:0;min-width:50%;font-size:14px;color:var(--title)}.checkout-order-summary .checkout-discount-banner p{flex-basis:100%;margin:8px 0 0;font-size:12px;line-height:16px}.checkout-order-summary .checkout-discount-banner .discount-value{font-weight:700;font-size:14px;line-height:20px;color:var(--green);white-space:nowrap}.checkout-order-summary .checkout-total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-top:24px;padding-bottom:24px;border-bottom:2px solid var(--input-border)}.checkout-order-summary .checkout-total-row .total-price{font-size:24px;line-height:32px;font-weight:800;color:var(--accent);text-align:right}.checkout-order-summary .checkout-total-row .total-note{font-size:12px;color:var(--text);text-align:right}.checkout-order-summary .checkout-total-row .total-title{color:var(--title);font-size:18px;line-height:28px;font-weight:700}.checkout-order-summary .checkout-ssl-note{margin:16px 0 0;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;line-height:16px;color:var(--text);font-weight:600}.checkout-order-summary .checkout-ssl-note svg{flex-shrink:0}.contacts-form-section .section-title{margin-bottom:32px}.contacts-form-section .section-title h2{margin-bottom:12px}.contacts-form-section .section-title p{font-size:16px;line-height:24px}.contacts-form-section .form-wrapper{padding:32px;background:var(--white);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.contacts-form-section .form-wrapper .form-footer{margin-top:24px}.contacts-form-section .form-wrapper .form-footer .btn{font-weight:700}.contacts-form-section .form-wrapper .form-consent{margin-top:-6px;margin-bottom:8px}.contacts-form-section .form-wrapper .form-consent-label{display:flex;align-items:flex-start;gap:12px;color:var(--text);font-size:14px;line-height:20px;cursor:pointer}.contacts-form-section .form-wrapper .form-consent input[type=checkbox]{margin-top:2px;width:19px;height:19px;accent-color:var(--accent);flex:0 0 auto}.contacts-form-section .contacts-form-side-cards{display:flex;flex-direction:column;gap:24px}.contacts-form-section .contacts-side-card{padding:24px;display:flex;flex-direction:column;gap:16px;border-radius:24px;background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);border:1px solid var(--input-border)}.contacts-form-section .contacts-side-card.colored{background:linear-gradient(135deg, #fbbf24 0%, #f97316 100%)}.contacts-form-section .contacts-side-card.colored .card-title-wrapper h4{font-size:20px;line-height:28px}.contacts-form-section .contacts-side-card.colored .card-title-wrapper h4,.contacts-form-section .contacts-side-card.colored .card-title-wrapper p{color:var(--white)}.contacts-form-section .contacts-side-card.colored .card-title-icon{background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.contacts-form-section .contacts-side-card .card-title-wrapper{display:flex;flex-direction:row;align-items:center;gap:16px}.contacts-form-section .contacts-side-card .card-title-icon{display:flex;width:48px;height:48px;justify-content:center;align-items:center;border-radius:8px;background:#dbeafe}.contacts-form-section .contacts-side-card .card-title-icon img{width:20px;height:auto}.contacts-form-section .contacts-side-card .booking-form-wrapper input{width:100%;padding:14px 16px;font-size:16px;line-height:16px;color:var(--white);border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);backdrop-filter:blur(2px);margin-bottom:16px}.contacts-form-section .contacts-side-card .booking-form-wrapper input::placeholder{color:hsla(0,0%,100%,.7)}.contacts-form-section .contacts-side-card .booking-form-wrapper .btn{width:100%;font-weight:800}.contacts-form-section .contacts-side-card .support-time span{display:block}.contacts-form-section .contacts-side-card .support-time li{display:flex;flex-direction:row;justify-content:space-between;color:var(--title);font-weight:500;border-bottom:1px solid var(--input-border);padding-bottom:12px;padding-top:12px}.contacts-form-section .contacts-side-card .support-time+li{margin-top:12px}.contacts-form-section .contacts-side-card .contacts-list{display:flex;flex-direction:column;gap:16px}.contacts-form-section .contacts-side-card .contact-method-card{display:flex;gap:16px;padding:16px;border-radius:16px;background:#f8fafc}.contacts-form-section .contacts-side-card .contact-method-card__icon{width:40px;height:40px;border-radius:8px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.contacts-form-section .contacts-side-card .contact-method-card__icon svg{width:auto;height:16px}.contacts-form-section .contacts-side-card .contact-method-card__content h5{font-size:16px;font-weight:600;margin-bottom:4px}.contacts-form-section .contacts-side-card .contact-method-card__content p{font-weight:14px;line-height:20px}.contacts-form-section .contacts-side-card .contact-method-card__content a{margin-top:8px;margin-bottom:4px;font-size:16px;font-weight:700;line-height:24px}.contacts-form-section .contacts-side-card .contact-method-card__content span{display:block;font-size:12px;line-height:16px;color:#64748b}.contacts-form-section .contacts-side-card .contact-method-card--phone .contact-method-card__icon{background:rgba(255,90,31,.1019607843)}.contacts-form-section .contacts-side-card .contact-method-card--phone a{color:var(--accent)}.contacts-form-section .contacts-side-card .contact-method-card--whatsapp .contact-method-card__icon{background:rgba(34,197,94,.1019607843)}.contacts-form-section .contacts-side-card .contact-method-card--whatsapp a{color:var(--green)}.contacts-form-section .contacts-side-card .contact-method-card--email .contact-method-card__icon{background:rgba(59,130,246,.1019607843)}.contacts-form-section .contacts-side-card .contact-method-card--email a{color:var(--blue)}.contacts-form-section .contacts-side-card .contact-method-card--office .contact-method-card__icon{background:rgba(168,85,247,.1019607843)}.contacts-emergency-banner__inner{border-radius:32px;background:linear-gradient(135deg, #ef4444 0%, #ea580c 100%);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);padding:48px}.contacts-emergency-banner__content{color:var(--white);padding:16px 8px}.contacts-emergency-banner__badge{display:inline-flex;align-items:center;border-radius:999px;padding:8px 16px;margin-bottom:16px;font-size:14px;line-height:20px;font-weight:500;color:var(--white);background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.contacts-emergency-banner__badge svg{width:14px;height:14px;margin-right:8px}.contacts-emergency-banner h2{color:var(--white);margin-bottom:16px}.contacts-emergency-banner p{color:hsla(0,0%,100%,.9);max-width:545px;margin-bottom:16px}.contacts-emergency-banner__list{display:flex;flex-direction:column;gap:16px;padding:0;margin:24px 0 0;list-style:none}.contacts-emergency-banner__list li{display:flex;align-items:center;color:var(--white);position:relative;padding-left:35px}.contacts-emergency-banner__list li::before{content:"";width:24px;height:24px;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);background:var(--white)}.contacts-emergency-banner__list li::after{content:"";width:13px;height:8px;border-left:3px solid var(--accent);border-bottom:3px solid var(--accent);position:absolute;left:5px;top:50%;transform:translateY(-60%) rotate(-45deg)}.contacts-emergency-banner__card{width:100%;border-radius:24px;padding:32px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;color:var(--white)}.contacts-emergency-banner__icon{width:80px;height:80px;border-radius:50%;border-radius:9999px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.contacts-emergency-banner__icon img{width:auto;height:36px}.contacts-emergency-banner__label{font-size:14px;font-weight:500}.contacts-emergency-banner__phone{color:var(--white);font-size:36px;line-height:40px;font-weight:800}.contacts-emergency-banner__availability{color:hsla(0,0%,100%,.8);font-size:14px;line-height:20px;margin-bottom:20px}.contacts-emergency-banner .btn{width:100%;font-weight:700}.contacts-emergency-banner .btn svg{height:16px;width:auto}.contacts-emergency-banner .btn-primary-outline{border:2px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);color:var(--white)}.contacts-emergency-banner .btn-primary-outline:hover{background:var(--white);color:var(--accent)}.contacts-emergency-banner .btn-primary-outline:hover svg path{fill:var(--accent)}.contacts-emergency-banner__note{margin-top:24px;width:100%;padding:16px;font-size:12px;line-height:16px;color:hsla(0,0%,100%,.95);border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);backdrop-filter:blur(2px)}.contacts-emergency-banner__note svg{height:12px;width:auto}@media only screen and (max-width: 767px){.contacts-emergency-banner__inner{border-radius:24px;padding:48px 20px;gap:20px}.contacts-emergency-banner__icon{width:64px;height:64px}.contacts-emergency-banner__icon svg{height:30px;width:auto}.contacts-emergency-banner__card{padding:16px}.contacts-emergency-banner__phone{font-size:24px}}.about-coverage-section .about-coverage-card{height:100%;border-radius:24px;background:var(--white);border:1px solid var(--input-border);padding:32px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.about-coverage-section .about-coverage-card__head{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--input-border)}.about-coverage-section .about-coverage-card__head h3{font-size:24px;line-height:32px}.about-coverage-section .about-coverage-card__head p{font-size:14px;line-height:20px}.about-coverage-section .about-coverage-card__head .icon-wrapper{display:flex;width:64px;height:64px;justify-content:center;align-items:center;border-radius:24px}.about-coverage-section .about-coverage-card h4{font-size:12px;line-height:16px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--light-text);margin-bottom:12px}.about-coverage-section .about-coverage-card h4:not(:first-of-type){margin-top:24px}.about-coverage-section .about-coverage-card ul{padding-left:16px;margin:0}.about-coverage-section .about-coverage-card ul li{margin-bottom:6px;color:var(--text)}.about-coverage-section .about-coverage-card__airports{list-style:none;padding-left:0 !important}.about-coverage-section .about-coverage-card__airports li{position:relative;padding-left:26px;margin-bottom:8px;font-weight:500;color:var(--title)}.about-coverage-section .about-coverage-card__airports li::before{content:"";position:absolute;left:0;top:3px;width:18px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain}.about-coverage-section .about-coverage-card__resorts{columns:2;column-gap:24px;list-style:none;padding-left:0 !important}.about-coverage-section .about-coverage-card__resorts li{position:relative;padding-left:18px;margin-bottom:8px;break-inside:avoid;color:var(--text)}.about-coverage-section .about-coverage-card__resorts li::before{content:"";position:absolute;left:2px;top:9px;width:5px;height:5px;border-radius:50%;background:var(--accent);opacity:.5}.about-coverage-section .about-coverage-card--blue .icon-wrapper{background:rgba(59,130,246,.1)}.about-coverage-section .about-coverage-card--blue .icon-wrapper svg path{fill:var(--blue)}.about-coverage-section .about-coverage-card--blue .about-coverage-card__airports li::before{background-image:url("../images/demo/blue-plane.svg")}.about-coverage-section .about-coverage-card--red .icon-wrapper{background:rgba(239,68,68,.1)}.about-coverage-section .about-coverage-card--red .icon-wrapper svg path{fill:var(--red)}.about-coverage-section .about-coverage-card--red .about-coverage-card__airports li::before{background-image:url("../images/demo/red-plane.svg")}.about-coverage-section .about-coverage-card--green .icon-wrapper{background:rgba(34,197,94,.1)}.about-coverage-section .about-coverage-card--green .icon-wrapper svg path{fill:var(--green)}.about-coverage-section .about-coverage-card--green .about-coverage-card__airports li::before{background-image:url("../images/demo/green-plane.svg")}.about-coverage-section .about-coverage-cta{margin-top:48px;padding:48px;text-align:center;color:var(--white);border-radius:32px;background:linear-gradient(135deg, #0f172a 0%, #1e293b 100%)}.about-coverage-section .about-coverage-cta h3{color:var(--white);font-size:30px;line-height:36px;margin-bottom:16px}.about-coverage-section .about-coverage-cta p{max-width:630px;margin:0 auto 24px;color:#cbd5e1}.about-coverage-section .about-coverage-cta .btn{font-weight:700}@media only screen and (max-width: 767px){.about-coverage-section .section-title{margin-bottom:32px}.about-coverage-section .about-coverage-card{padding:18px}.about-coverage-section .about-coverage-card__resorts{columns:1}.about-coverage-section .about-coverage-cta{margin-top:24px;border-radius:20px;padding:30px 16px}}.about-feature-section .wrapper{padding-bottom:64px;padding-top:64px}.about-feature-section .feature-item{height:100%;padding:32px;text-align:center;border-radius:24px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.about-feature-section .feature-item .feature-number{color:var(--white);font-size:48px;line-height:48px;font-weight:800;margin-bottom:16px}.about-feature-section .feature-item .feature-text{color:var(--white);font-size:16px;line-height:24px;font-weight:500}.about-standards-section .driver-standards-card{height:100%;padding:32px;border-radius:24px;background:#f8fafc}.about-standards-section .driver-standards-card h3{margin-bottom:18px}.about-standards-section .driver-standards-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.about-standards-section .driver-standards-card li{position:relative;padding-left:30px;line-height:1.45;color:var(--text)}.about-standards-section .driver-standards-card li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%}.about-standards-section .driver-standards-card li::after{content:"";position:absolute;left:6px;top:8px;width:9px;height:5px;border-left:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(-45deg)}.about-standards-section .driver-standards-card li strong{display:block;font-weight:600;color:var(--title)}.about-standards-section .driver-standards-card li span{display:block}.about-standards-section .driver-standards-card--green li::before{background:var(--green)}.about-standards-section .driver-standards-card--blue li::before{background:var(--blue)}.about-standards-section .driver-standards-cta{margin-top:48px;border-radius:32px;padding:48px;overflow:hidden}.about-standards-section .driver-standards-cta__content h3{color:var(--white);font-size:30px;line-height:36px;margin-bottom:16px}.about-standards-section .driver-standards-cta__content p{color:hsla(0,0%,100%,.9);margin-bottom:16px}.about-standards-section .driver-standards-cta__content ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.about-standards-section .driver-standards-cta__content li{color:var(--white);font-size:16px;position:relative;display:flex;flex-direction:row;align-items:center;gap:12px}.about-standards-section .driver-standards-cta__content li svg{width:27px;height:auto}.about-standards-section .driver-standards-cta__image{align-self:flex-end;height:100%}.about-standards-section .driver-standards-cta__image img{display:block;width:100%;height:auto}@media only screen and (max-width: 767px){.about-standards-section .driver-standards-card{padding:24px}.about-standards-section .driver-standards-cta{flex-direction:column;align-items:flex-start;padding:24px}.about-standards-section .driver-standards-cta__image{height:350px}.about-standards-section .driver-standards-cta__image img{height:100%;width:auto}}.about-journey-section .journey-timeline{max-width:835px;margin:0 auto;position:relative}.about-journey-section .journey-item{position:relative;display:grid;grid-template-columns:48px 1fr;gap:24px;margin-bottom:32px}.about-journey-section .journey-item:not(:last-child)::after{content:"";position:absolute;left:25px;top:60px;bottom:-20px;width:2px;background:linear-gradient(180deg, #ff5a1f 0%, rgba(255, 90, 31, 0) 100%)}.about-journey-section .journey-item:nth-child(2) .journey-year{color:var(--blue)}.about-journey-section .journey-item:nth-child(3) .journey-year{color:var(--green)}.about-journey-section .journey-item:nth-child(4) .journey-year{color:var(--purple)}.about-journey-section .journey-item:nth-child(5) .journey-year{color:var(--gold)}.about-journey-section .journey-card{background:var(--white);border:1px solid var(--input-border);border-radius:24px;padding:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);display:flex;flex-direction:column;gap:8px}.about-journey-section .journey-card .journey-year{font-size:16px;line-height:24px;font-weight:700;color:var(--accent)}.about-journey-section .journey-card h3{font-size:20px;line-height:28px;font-weight:700}.about-journey-section .journey-card p{font-size:16px;line-height:24px}.about-journey-section .journey-marker{width:48px;height:48px;border-radius:9999px;margin:0 auto;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.about-journey-section .journey-marker img{height:16px;width:auto}@media only screen and (max-width: 768px){.about-journey-section .journey-item{grid-template-columns:38px 1fr;gap:12px;margin-bottom:14px}.about-journey-section .journey-item:not(:last-child)::after{left:18px;top:42px;bottom:-14px}.about-journey-section .journey-marker{width:28px;height:28px}.about-journey-section .journey-marker img{height:8px}.about-journey-section .journey-card{padding:14px}.about-journey-section .journey-card .journey-year{font-size:16px}.about-journey-section .journey-card h3{font-size:20px}.about-journey-section .journey-card p{font-size:14px}}.about-trusted-section .trusted-badges{justify-content:center;margin-bottom:48px}.about-trusted-section .trusted-badges .trusted-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.about-trusted-section .trusted-badges .icon-wrapper{width:80px;height:80px;border-radius:24px;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.about-trusted-section .trusted-badges .icon-wrapper img{height:30px;width:auto}.about-trusted-section .trusted-badges .trusted-badge-content{text-align:center}.about-trusted-section .trusted-badges .trusted-badge-content h3{font-size:14px;line-height:20px;font-weight:700}.about-trusted-section .trusted-badges .trusted-badge-content p{font-size:12px;line-height:18px;margin-top:4px}.about-trusted-section .trusted-stats{padding:48px;border-radius:32px;background:#f8fafc;text-align:center}.about-trusted-section .trusted-stats .row>div:nth-child(1) .trusted-stat-value{color:var(--accent)}.about-trusted-section .trusted-stats .row>div:nth-child(2) .trusted-stat-value{color:var(--blue)}.about-trusted-section .trusted-stats .row>div:nth-child(3) .trusted-stat-value{color:var(--green)}.about-trusted-section .trusted-stats .trusted-stat-value{font-size:36px;font-weight:800;line-height:40px}.about-trusted-section .trusted-stats .trusted-stat-label{font-size:16px}@media only screen and (max-width: 640px){.about-trusted-section .trusted-stats{padding:24px}}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(1) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(7) .guarantee-card-inner{border:2px solid rgba(255,90,31,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(1) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(7) .guarantee-icon{background:rgba(255,90,31,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(1) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(7) .guarantee-highlight svg path{fill:var(--accent)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(1) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(7) .guarantee-highlight{color:var(--accent)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(2) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(8) .guarantee-card-inner{border:2px solid rgba(59,130,246,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(2) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(8) .guarantee-icon{background:rgba(59,130,246,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(2) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(8) .guarantee-highlight svg path{fill:var(--blue)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(2) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(8) .guarantee-highlight{color:var(--blue)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(3) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(9) .guarantee-card-inner{border:2px solid rgba(34,197,94,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(3) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(9) .guarantee-icon{background:rgba(59,130,246,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(3) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(9) .guarantee-highlight svg path{fill:var(--green)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(3) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(9) .guarantee-highlight{color:var(--green)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(4) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(10) .guarantee-card-inner{border:2px solid rgba(168,85,247,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(4) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(10) .guarantee-icon{background:rgba(34,197,94,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(4) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(10) .guarantee-highlight svg path{fill:var(--purple)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(4) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(10) .guarantee-highlight{color:var(--purple)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(5) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(11) .guarantee-card-inner{border:2px solid rgba(245,158,11,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(5) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(11) .guarantee-icon{background:rgba(245,158,11,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(5) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(11) .guarantee-highlight svg path{fill:var(--gold)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(5) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(11) .guarantee-highlight{color:var(--gold)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(6) .guarantee-card-inner,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(12) .guarantee-card-inner{border:2px solid rgba(244,63,94,.2)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(6) .guarantee-icon,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(12) .guarantee-icon{background:rgba(244,63,94,.1)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(6) .guarantee-highlight svg path,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(12) .guarantee-highlight svg path{fill:var(--red)}.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(6) .guarantee-highlight,.about-service-guarantees-section .service-guarantees>.guarantee-card:nth-child(12) .guarantee-highlight{color:var(--red)}.about-service-guarantees-section .guarantee-card .guarantee-card-inner{display:flex;flex-direction:column;padding:34px;border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.06);height:100%}.about-service-guarantees-section .guarantee-card .guarantee-icon{width:64px;height:64px;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.about-service-guarantees-section .guarantee-card .guarantee-icon img{width:auto;height:30px}.about-service-guarantees-section .guarantee-card h3{font-size:20px;font-weight:700;line-height:28px;margin-bottom:16px}.about-service-guarantees-section .guarantee-card p{font-size:16px;line-height:26px;margin-bottom:16px}.about-service-guarantees-section .guarantee-card .guarantee-highlights{display:flex;flex-direction:column;gap:8px;margin-top:auto}.about-service-guarantees-section .guarantee-card .guarantee-highlight{display:inline-block;font-size:16px;font-weight:500;line-height:24px;margin:0}.about-service-guarantees-section .guarantee-card .guarantee-highlight img{display:inline-block;height:16px;width:auto;margin-right:4px;vertical-align:middle}.about-service-guarantees-section .guarantee-card .guarantee-highlight svg{height:16px;width:auto;margin-right:4px}@media only screen and (max-width: 768px){.about-service-guarantees-section{padding:48px 0 70px}.about-service-guarantees-section .guarantee-card .guarantee-card-inner{max-width:100%;padding:15px}}.seasonal-info .seasonal-card{border:1px solid var(--input-border);border-radius:24px;background:var(--white);padding:24px;display:flex;flex-direction:column;min-height:100%}.seasonal-info .seasonal-card h3{font-size:18px}.seasonal-info .seasonal-card .seasonal-card__icon{width:56px;height:56px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px}.seasonal-info .seasonal-card .seasonal-card__icon img{height:24px;width:auto}.seasonal-info .seasonal-card .seasonal-card__icon--blue{background:#dbeafe}.seasonal-info .seasonal-card .seasonal-card__icon--purple{background:#f3e8ff}.seasonal-info .seasonal-card .seasonal-card__icon--orange{background:#fef3c7}.seasonal-info .seasonal-card .seasonal-card__icon--green{background:#dcfce7}.seasonal-info .seasonal-card h3{margin:0 0 8px;font-size:18px;line-height:28px}.seasonal-info .seasonal-card p{color:var(--text);line-height:20px;font-size:14px}.seasonal-info .seasonal-card .seasonal-card__tags{padding-top:12px;margin-top:auto;display:flex;flex-wrap:wrap;gap:8px}.seasonal-info .seasonal-card .seasonal-card__tags span{border-radius:999px;padding:4px 8px;font-size:12px;line-height:1;font-weight:600;background:#dcfce7;color:#15803d}.seasonal-info .seasonal-tip{margin-top:32px;border-radius:24px;padding:32px;background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);color:var(--white);display:flex;align-items:flex-start;gap:16px}.seasonal-info .seasonal-tip .seasonal-tip__header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.seasonal-info .seasonal-tip .seasonal-tip__icon{min-width:48px;height:48px;border-radius:16px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);display:inline-flex;align-items:center;justify-content:center}.seasonal-info .seasonal-tip .seasonal-tip__icon svg{height:20px;width:auto}.seasonal-info .seasonal-tip h3{color:var(--white);font-size:20px;line-height:28px;margin-bottom:12px}.seasonal-info .seasonal-tip p{margin:0 0 12px;color:var(--white);opacity:.9;font-size:16px;line-height:26px}.seasonal-info .seasonal-tip ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:12px;color:var(--white);font-size:14px}.seasonal-info .seasonal-tip ul li{padding-left:20px;position:relative}.seasonal-info .seasonal-tip ul li::before{content:"";position:absolute;left:0;top:5px;width:14px;height:14px;border-radius:50%;background:var(--white)}.seasonal-info .seasonal-tip ul li::after{content:"";position:absolute;left:4px;top:8px;width:6px;height:5px;border-left:2px solid var(--blue);border-bottom:2px solid var(--blue);transform:rotate(-45deg)}@media only screen and (max-width: 767px){.seasonal-info .seasonal-card h3{font-size:24px}.seasonal-info .seasonal-tip{flex-direction:column}.seasonal-info .seasonal-tip h3{font-size:24px}.seasonal-info .seasonal-tip ul{gap:10px}}.airport-connections .airport-card{border:1px solid var(--input-border);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;min-height:100%}.airport-connections .airport-card .airport-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.airport-connections .airport-card .airport-card__top h3{font-size:20px}.airport-connections .airport-card .airport-card__label{margin:0 0 4px;color:var(--text-secondary);font-size:14px;line-height:20px}.airport-connections .airport-card .airport-card__name{color:var(--text-secondary);font-size:14px;line-height:20px}.airport-connections .airport-card .airport-card__icon{width:56px;height:56px;border-radius:16px;background:#dbeafe;display:inline-flex;align-items:center;justify-content:center}.airport-connections .airport-card .airport-card__icon img{height:24px;width:auto}.airport-connections .airport-card .airport-card__time{border-bottom:1px solid var(--input-border);padding-bottom:16px;display:inline-flex;align-items:center;gap:8px}.airport-connections .airport-card .airport-card__time p{color:var(--text);font-size:14px;font-weight:600}.airport-connections .airport-card .airport-card__time img{display:inline;height:14px;width:14px}.airport-connections .airport-card .airport-card__bottom{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px}.airport-connections .airport-card .airport-card__price{margin:0;color:var(--accent);font-size:24px;line-height:32px;font-weight:700}.airport-connections .airport-card .airport-card__badge{border-radius:999px;background:#dcfce7;color:#15803d;padding:4px 12px;font-size:12px;line-height:16px;font-weight:600;white-space:nowrap}.airport-connections .airport-card .btn{width:100%;margin-top:auto}.airport-connections .airport-note{margin-top:32px;padding:24px;display:flex;align-items:flex-start;gap:16px;border-radius:24px;border:1px solid #dbeafe;background:#eff6ff}.airport-connections .airport-note .airport-note__icon{min-width:48px;height:48px;border-radius:16px;background:var(--blue);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.airport-connections .airport-note .airport-note__icon svg{height:20px;width:auto}.airport-connections .airport-note h4{margin-bottom:8px}@media only screen and (max-width: 767px){.airport-connections .airport-card h3{font-size:20px}.airport-connections .airport-card .airport-card__price{font-size:26px}.airport-connections .airport-card .airport-card__icon{width:48px;height:48px}.airport-connections .airport-note{flex-direction:column;align-items:flex-start}}.destination-hero{position:relative;background:linear-gradient(0deg, #0f172a 0%, rgba(15, 23, 42, 0.6) 50%, rgba(15, 23, 42, 0) 100%)}.destination-hero.bg-image{position:relative;height:100%;background-size:cover;background-position:top center;background-repeat:no-repeat}.destination-hero.bg-image .hero-overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg, #0f172a 0%, rgba(15, 23, 42, 0.6) 50%, rgba(15, 23, 42, 0) 100%);pointer-events:none;z-index:0}.destination-hero.bg-image .hero-content h1,.destination-hero.bg-image .hero-content p{color:var(--white)}.destination-hero.bg-image .hero-content p{opacity:.9}.destination-hero.bg-image .hero-pretitle{color:var(--accent);font-size:16px;font-weight:600;margin-bottom:24px;display:flex;align-items:center;gap:12px}.destination-hero.bg-image .hero-pretitle::before{content:"";width:48px;height:4px;background-color:var(--accent)}.destination-hero .wrapper{padding-top:48px;padding-bottom:32px;min-height:400px;display:flex;flex-direction:column;justify-content:end}.destination-hero .back-link{color:var(--white);font-size:14px;opacity:.8;display:flex;margin-bottom:16px;align-items:center;cursor:pointer;transition:all .5s ease-in-out}.destination-hero .back-link svg{margin-right:6px;transition:all .5s ease-in-out}.destination-hero .back-link:hover svg{transform:translateX(-10px)}.destination-hero .hero-badges{display:flex;flex-direction:row;gap:12px;margin-bottom:24px;z-index:1}.destination-hero .hero-badges .badge{display:flex;align-items:center;gap:8px;padding:4px 16px;color:var(--white);border-radius:9999px;font-size:14px;line-height:20px;font-weight:600;text-transform:uppercase;height:36px}.destination-hero .hero-badges .badge svg{height:14px;width:auto}.destination-hero .hero-badges .badge.location{background:hsla(0,0%,100%,.2)}.destination-hero .hero-badges .badge.popular{background:var(--green)}.destination-hero .hero-content{max-width:770px;height:100%;display:flex;flex-direction:column;gap:24px;z-index:1;padding-bottom:48px}.destination-hero .hero-list{flex-direction:row;gap:24px}.destination-hero .hero-list li{display:flex;gap:8px;justify-content:center;align-items:center;color:var(--white);font-size:16px;font-weight:600}.destination-hero .hero-list li img{width:auto;height:20px}@media only screen and (max-width: 768px){.destination-hero .wrapper{min-height:305px}.destination-hero .hero-content h1{font-size:30px;line-height:37px}.destination-hero .hero-content p{font-size:16px;list-style:26px}}.destination-booking-bar{position:sticky;top:0;z-index:90;background:var(--white);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-bottom:1px solid var(--input-border)}.destination-booking-bar__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding-top:32px;padding-bottom:32px;min-height:72px}.destination-booking-bar__info{display:flex;flex-direction:row;align-items:center;gap:24px;flex:1;min-width:0}.destination-booking-bar__price-block{flex-shrink:0}.destination-booking-bar__label,.destination-booking-bar__airport-title{margin:0 0 2px;font-size:14px;line-height:20px;color:var(--title);font-weight:600}.destination-booking-bar__price{margin:0;font-size:30px;line-height:36px;font-weight:700;color:var(--accent)}.destination-booking-bar__divider{width:1px;align-self:stretch;min-height:44px;background:var(--input-border);flex-shrink:0}.destination-booking-bar__airport-detail{margin:0;display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;font-weight:500;color:var(--text);flex-wrap:wrap}.destination-booking-bar__airport-detail img{width:auto;height:12px}@media only screen and (max-width: 768px){.destination-booking-bar__inner{flex-direction:column;align-items:stretch}.destination-booking-bar__info{justify-content:space-between}}@media only screen and (max-width: 440px){.destination-booking-bar__inner{padding:15px}.destination-booking-bar__info{flex-direction:column;justify-content:space-between;align-items:start;gap:8px}.destination-booking-bar__divider{min-height:1px;width:100%}.destination-booking-bar__price-block{display:flex;flex-direction:row;width:100%;justify-content:space-between}}.destination-content-section .destination-main{display:flex;flex-direction:column;gap:32px}.destination-content-section .destination-sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:155px;align-self:flex-start;z-index:1}.destination-content-section .destination-panel{background:var(--white);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.08);padding:32px}.destination-content-section .destination-panel__head{display:flex;align-items:center;gap:12px;margin-bottom:24px}.destination-content-section .destination-panel__head svg{width:auto;height:24px}.destination-content-section .destination-panel__title{margin:0;font-size:24px;line-height:32px;font-weight:700;color:var(--title)}.destination-content-section .destination-highlight{height:100%;display:flex;flex-direction:row;gap:16px}.destination-content-section .destination-highlight__icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.destination-content-section .destination-highlight__icon img{width:auto;height:20px}.destination-content-section .destination-highlight__icon--blue{background:#dbeafe}.destination-content-section .destination-highlight__icon--purple{background:#f3e8ff}.destination-content-section .destination-highlight__icon--rose{background:#fee2e2}.destination-content-section .destination-highlight__icon--green{background:#dcfce7}.destination-content-section .destination-highlight__icon--yellow{background:#fef3c7}.destination-content-section .destination-highlight__icon--slate{background:#e0e7ff}.destination-content-section .destination-highlight__content{flex:1}.destination-content-section .destination-highlight__title{margin:0 0 4px;font-size:16px;line-height:24px;font-weight:700;color:var(--title)}.destination-content-section .destination-highlight__desc{font-size:14px;line-height:20px;color:var(--text)}.destination-content-section .destination-gallery__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px}.destination-content-section .destination-gallery__img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.destination-content-section .destination-stats-card__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.destination-content-section .destination-stats-card .destination-stats-card__title{margin:0 0 20px;font-size:18px;line-height:26px;font-weight:700;color:var(--title)}.destination-content-section .destination-stats-card__row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 0;border-bottom:1px solid var(--input-border);font-size:14px;line-height:20px}.destination-content-section .destination-stats-card__row:first-of-type{padding-top:0}.destination-content-section .destination-stats-card__row:last-child{border-bottom:none;padding-bottom:0}.destination-content-section .destination-stats-card__label{color:var(--text);font-weight:500}.destination-content-section .destination-stats-card__value{color:var(--title);font-weight:700;text-align:right}.destination-content-section .destination-stats-card__slope-pips{display:inline-flex;gap:6px}.destination-content-section .destination-stats-card__slope-pips span{width:10px;height:10px;border-radius:50%}.destination-content-section .destination-stats-card__slope-pips .pip--green{background:#22c55e}.destination-content-section .destination-stats-card__slope-pips .pip--blue{background:#3b82f6}.destination-content-section .destination-stats-card__slope-pips .pip--red{background:#ef4444}.destination-content-section .destination-stats-card__slope-pips .pip--black{background:#0f172a}.destination-content-section .destination-stats-card__subhead{margin:24px 0 12px;font-size:14px;line-height:20px;font-weight:700;color:var(--text)}.destination-content-section .destination-stats-card__dist-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;font-size:13px;line-height:20px}.destination-content-section .destination-stats-card__dist-row .destination-stats-card__label{display:inline-flex;align-items:center;gap:8px}.destination-content-section .destination-stats-card__dist-row .destination-stats-card__label::before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0}.destination-content-section .destination-stats-card__dist-row--green .destination-stats-card__label::before{background:#22c55e}.destination-content-section .destination-stats-card__dist-row--blue .destination-stats-card__label::before{background:#3b82f6}.destination-content-section .destination-stats-card__dist-row--red .destination-stats-card__label::before{background:#ef4444}.destination-content-section .destination-stats-card__dist-row--black .destination-stats-card__label::before{background:#0f172a}.destination-content-section .destination-stats-card__dist-row .destination-stats-card__value{font-size:13px;font-weight:600;color:var(--title)}.destination-content-section .destination-weather{padding:24px;border-radius:24px;background:linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);color:var(--white);position:relative;overflow:hidden}.destination-content-section .destination-weather__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.destination-content-section .destination-weather__title{margin:0;font-size:18px;line-height:28px;font-weight:800;color:var(--white)}.destination-content-section .destination-weather__temp{margin:0 0 6px;font-size:48px;line-height:1;font-weight:800}.destination-content-section .destination-weather__summary{margin:0 0 24px;font-size:14px;line-height:20px}.destination-content-section .destination-weather__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.destination-content-section .destination-weather__stat{padding:12px;border-radius:8px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px)}.destination-content-section .destination-weather__stat-label{display:block;font-size:12px;line-height:16px;opacity:.85;margin-bottom:4px}.destination-content-section .destination-weather__stat-value{font-size:18px;line-height:28px;font-weight:700}@media only screen and (max-width: 991px){.destination-content-section .destination-panel{padding:24px}.destination-content-section .destination-sidebar{position:static}.destination-content-section .destination-gallery__grid{grid-template-columns:repeat(2, 1fr)}.destination-content-section .destination-weather__temp{font-size:36px}}@media only screen and (max-width: 576px){.destination-content-section .destination-gallery__grid{grid-template-columns:1fr}}.account-dashboard__hero{position:relative;background:linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);overflow:hidden}.account-dashboard__hero .hero-inner{padding:28px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:32px}.account-dashboard__hero .hero-title h1{color:var(--white);margin-bottom:12px;margin-top:16px}.account-dashboard__hero .hero-title p{color:#cbd5e1}.account-dashboard__hero .profile-card{min-width:280px;display:inline-flex;align-items:center;gap:16px}.account-dashboard__hero .profile-card .avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0}.account-dashboard__hero .profile-card .avatar img{width:100%;height:100%;object-fit:cover}.account-dashboard__hero .profile-card .content h4{color:var(--white);font-size:18px;line-height:28px}.account-dashboard__hero .profile-card .content p{color:#cbd5e1;font-size:14px;line-height:20px}.account-dashboard__tabs-bar{position:relative;z-index:2;background:var(--white);border-bottom:1px solid #e2e8f0}.account-dashboard__tabs-bar .tabs{display:flex;align-items:center;gap:32px;overflow-x:auto;padding:0}.account-dashboard__tabs-bar .tab{position:relative;display:inline-flex;align-items:center;gap:8px;padding:16px 8px;color:var(--title);font-size:16px;line-height:24px;font-weight:600;white-space:nowrap;transition:width .3s ease}.account-dashboard__tabs-bar .tab:hover{color:var(--accent)}.account-dashboard__tabs-bar .tab:hover svg path{fill:var(--accent)}.account-dashboard__tabs-bar .tab:hover::after{width:100%;background-color:var(--accent)}.account-dashboard__tabs-bar .tab.is-active{color:var(--accent)}.account-dashboard__tabs-bar .tab.is-active svg path{fill:var(--accent)}.account-dashboard__tabs-bar .tab.is-active::after{width:100%;background-color:var(--accent)}.account-dashboard__tabs-bar .tab::after{content:"";position:absolute;left:0;right:0;bottom:0;width:0;height:3px;margin:0 auto;background-color:var(--accent);transition:width .3s ease}.account-dashboard__tabs-bar .tab-icon{display:inline-flex;align-items:center;justify-content:center;color:inherit;transition:width .3s ease}.account-dashboard__tabs-bar .tab-icon svg{display:block;height:16px;width:auto}.account-dashboard__tabs-bar .tab-icon svg path{fill:var(--title)}.account-dashboard__content .section-head{margin-bottom:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.account-dashboard__content .title h2{margin-bottom:8px}.account-dashboard__content .booking-list{display:flex;flex-direction:column;gap:24px}.account-dashboard__content .booking-card{overflow:hidden;border-radius:24px;background:var(--white);border:1px solid var(--input-border);box-shadow:0 10px 40px -10px rgba(0,0,0,.08)}.account-dashboard__content .booking-card .card-top{padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--white)}.account-dashboard__content .booking-card .card-top .title{display:flex;flex-direction:column;gap:10px}.account-dashboard__content .booking-card .card-top .status{position:relative;display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:4px 12px 4px 24px;border-radius:999px;background:hsla(0,0%,100%,.2);backdrop-filter:blur(2px);color:var(--white);font-size:14px;line-height:20px;font-weight:500}.account-dashboard__content .booking-card .card-top .status::before{content:"";position:absolute;left:5px;top:7px;width:14px;height:14px;border-radius:50%;background:var(--white)}.account-dashboard__content .booking-card .card-top .status:after{content:"";position:absolute;left:8px;top:11px;width:7px;height:5px;border-left:2px solid var(--green);border-bottom:2px solid var(--green);transform:rotate(-45deg)}.account-dashboard__content .booking-card .card-top .card-id{color:var(--white);font-size:20px;line-height:38px;font-weight:700}.account-dashboard__content .booking-card .card-top .card-pickup{text-align:right}.account-dashboard__content .booking-card .card-top .card-pickup span{display:block;margin-bottom:4px;color:var(--white);font-size:14px;line-height:20px}.account-dashboard__content .booking-card .card-top .card-pickup strong{color:var(--white);font-size:24px;line-height:32px;font-weight:800}.account-dashboard__content .booking-card .card-body{display:grid;grid-template-columns:minmax(0, 1fr) 350px}.account-dashboard__content .booking-card .card-main{padding:24px}.account-dashboard__content .booking-card .card-vehicle{display:flex;align-items:center;gap:14px}.account-dashboard__content .booking-card .card-vehicle .vehicle-icon{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:#ffedd5;flex-shrink:0}.account-dashboard__content .booking-card .card-vehicle .vehicle-icon svg{height:24px;width:auto}.account-dashboard__content .booking-card .card-vehicle .vehicle-content h3{margin-bottom:2px;font-size:18px;line-height:28px}.account-dashboard__content .booking-card .card-route{position:relative;margin-top:26px;margin-bottom:24px;display:flex;flex-direction:column;gap:14px}.account-dashboard__content .booking-card .card-route .route-stop{display:grid;grid-template-columns:14px minmax(0, 1fr);gap:14px;align-items:flex-start}.account-dashboard__content .booking-card .card-route .route-dot{position:relative;margin-top:8px;width:10px;height:10px;border-radius:50%;flex-shrink:0}.account-dashboard__content .booking-card .card-route .stop-from .route-dot{background:var(--accent)}.account-dashboard__content .booking-card .card-route .stop-to .route-dot{background:var(--green)}.account-dashboard__content .booking-card .card-route .route-line{position:absolute;top:25px;left:0px;margin-left:4px;width:2px;height:48px;background:#cbd5e1}.account-dashboard__content .booking-card .card-route .route-content h4{margin-bottom:4px;font-size:14px;line-height:24px}.account-dashboard__content .booking-card .card-route .route-content p{color:#94a3b8;font-size:14px;line-height:20px}.account-dashboard__content .booking-card .card-facts{padding-top:24px;border-top:1px solid #e2e8f0}.account-dashboard__content .booking-card .card-facts .fact-item{text-align:center}.account-dashboard__content .booking-card .card-facts .fact-item span{display:block;margin-bottom:4px;color:#94a3b8;font-size:13px;line-height:18px}.account-dashboard__content .booking-card .card-facts .fact-item strong{color:var(--title);font-size:18px;line-height:24px;font-weight:800}.account-dashboard__content .booking-card .card-side{padding:24px;display:flex;flex-direction:column;gap:16px;border-left:1px solid var(--input-border)}.account-dashboard__content .booking-card .card-side .amount-card,.account-dashboard__content .booking-card .card-side .driver-card,.account-dashboard__content .booking-card .card-side .card-notice{padding:20px;border-radius:16px}.account-dashboard__content .booking-card .card-side .amount-card{background:#f8fafc}.account-dashboard__content .booking-card .card-side .amount-card span{display:block;margin-bottom:8px;font-size:14px;line-height:20px}.account-dashboard__content .booking-card .card-side .amount-card strong{display:block;color:var(--accent);font-size:30px;line-height:36px;font-weight:800}.account-dashboard__content .booking-card .card-side .amount-card p{margin-top:6px;padding-left:20px;position:relative;color:var(--green);font-size:12px;line-height:16px;font-weight:500}.account-dashboard__content .booking-card .card-side .amount-card p::before{content:"";position:absolute;left:0;top:0;width:14px;height:14px;border-radius:50%;background:var(--green)}.account-dashboard__content .booking-card .card-side .amount-card p:after{content:"";position:absolute;left:4px;top:4px;width:7px;height:5px;border-left:2px solid var(--white);border-bottom:2px solid var(--white);transform:rotate(-45deg)}.account-dashboard__content .booking-card .card-side .driver-card{background:#eff6ff;display:flex;flex-direction:column;gap:6px}.account-dashboard__content .booking-card .card-side .driver-card .btn-primary{background:var(--blue)}.account-dashboard__content .booking-card .card-side .driver-card .btn-primary:hover{background:var(--accent)}.account-dashboard__content .booking-card .card-side .driver-title{display:flex;flex-direction:row;align-items:center;gap:8px;margin-bottom:8px}.account-dashboard__content .booking-card .card-side .driver-title span{display:block;color:var(--title);font-size:14px;line-height:20px;font-weight:600}.account-dashboard__content .booking-card .card-side .driver-title svg{height:16px;width:auto}.account-dashboard__content .booking-card .card-side .driver-info{display:flex;flex-direction:row;gap:12px}.account-dashboard__content .booking-card .card-side .driver-info img{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.account-dashboard__content .booking-card .card-side .driver-car{font-size:12px}.account-dashboard__content .booking-card .card-side .driver-content h5{color:var(--title);font-size:16px;line-height:24px}.account-dashboard__content .booking-card .card-side .driver-content p,.account-dashboard__content .booking-card .card-side .driver-content span{display:block;color:#64748b;font-size:14px;line-height:18px}.account-dashboard__content .booking-card .card-side .card-notice{border:1px solid #fde68a;background:#fffbeb}.account-dashboard__content .booking-card .card-side .card-notice strong{display:block;margin-bottom:6px;color:#92400e;font-size:15px;line-height:20px}.account-dashboard__content .booking-card .card-side .card-notice p{color:#92400e;font-size:13px;line-height:19px}.account-dashboard__content .booking-card .card-side .card-actions{display:flex;flex-direction:column;gap:8px}.account-dashboard__content .booking-card .card-side .cancellation-note{border-radius:8px;background:#f0fdf4;padding:12px;color:var(--green);font-size:12px}@media only screen and (max-width: 767px){.account-dashboard__hero .hero-inner{flex-direction:column;align-items:flex-start}.account-dashboard__content .section-head{flex-direction:column;align-items:flex-start}.account-dashboard__content .booking-card .card-vehicle{flex-direction:column;align-items:flex-start}.account-dashboard__content .booking-card .card-body{grid-template-columns:1fr}}@media only screen and (max-width: 480px){.account-dashboard__content .booking-card .card-top{flex-direction:column;align-items:flex-start}}.features-section.light .feature-item{border-left:1px solid #bfdbfe}.features-section .section-wrapper{padding-top:40px;padding-bottom:40px}.features-section .feature-item{justify-content:space-between}.features-section .feature-item .item-wrapper{display:flex;gap:12px;align-items:center}.features-section .feature-item .icon-wrapper{border-radius:9999px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#eff6ff}.features-section .feature-item .icon-wrapper img{height:20px;width:auto}.features-section .feature-item .content{flex:1}.features-section .feature-item .content h3{font-size:16px;font-weight:700;line-height:24px}.features-section .feature-item .content p{font-size:12px;line-height:16px;max-width:350px}@media only screen and (max-width: 768px){.feature-item .item-wrapper{flex-direction:column;align-items:center}.feature-item .item-wrapper .content{text-align:center}}footer .wrapper{padding:64px 0 32px}footer .footer-logo{height:55px}footer .footer-logo img{height:100%;width:auto}footer .footer-brand{flex-direction:column;gap:24px;max-width:275px}footer .footer-brand .footer-description{font-size:14px;line-height:22px;color:#64748b}footer h4{margin-bottom:24px;font-size:16px;line-height:28px;font-weight:700;color:var(--title);text-transform:uppercase}footer li a{color:#64748b;transition:all .3s ease-in-out}footer li:hover a{color:var(--accent)}footer .footer-links li+li{margin-top:12px}footer .footer-links .contacts li+li{margin-top:16px}footer .footer-links .contacts li a{display:flex;flex-direction:row;gap:12px;transition:all .3s ease-in-out}footer .footer-links .contacts li a :hover{color:var(--accent)}footer .footer-links .contacts p{font-size:16px;line-height:18px}footer .footer-links .contacts .time{color:#6b7280;font-size:14px;line-height:20px}footer .footer-links .contacts svg{width:16px;height:16px}footer .footer-links_2 ul{display:flex;gap:24px}footer .footer-social{display:flex;gap:16px}footer .footer-social a{display:flex;align-items:center;justify-content:center;border-radius:9999px}footer .footer-social a svg{height:20px;width:auto}footer .footer-social a svg path{transition:all .3s ease-in-out;fill:#94a3b8}footer .footer-social a:hover svg path{fill:var(--accent)}footer .footer-bottom{margin-top:48px;padding-top:32px;border-top:1px solid var(--input-border)}footer .footer-bottom p{font-size:14px;color:#9ca3af}@media only screen and (max-width: 768px){footer .wrapper{padding:40px 0}footer .footer-content .footer-links{margin-top:40px;flex-direction:column}footer .footer-content .footer-links .item+.item{margin-top:20px}footer .footer-bottom p{text-align:center}footer .footer-bottom .footer-links_2{margin-top:40px;justify-content:center}footer .footer-bottom .footer-links_2 ul{flex-direction:column;align-items:center}}.header{position:relative;z-index:998;overflow:visible;border-bottom:1px solid #f1f5f9;background:hsla(0,0%,100%,.9);backdrop-filter:blur(6px)}.header .header-container,.header .wrapper,.header .nav-wrapper,.header .nav{overflow:visible}.header .header-container{max-width:1440px;margin:0 auto;padding:0 20px}.header .wrapper{padding:20px 0 20px}.header .header-logo{width:190px;display:block}.header .header-logo img{width:100%;height:auto}.header .main-navigation{display:flex;flex-direction:row;align-items:center}.header .main-navigation>li{position:relative;padding:0 16px}.header .main-navigation>li>a{display:inline-flex;align-items:center;gap:6px;font-weight:500;color:var(--text);position:relative}.header .main-navigation>li>a::before{content:"";position:absolute;left:0;right:0;bottom:-5px;width:0;height:2px;margin:0 auto;background-color:var(--accent);transition:width .3s ease}.header .main-navigation>li.menu-item-has-children>a::after{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.7;flex-shrink:0}.header .main-navigation>li.current-menu-item>a,.header .main-navigation>li.current-menu-ancestor>a{font-weight:600}.header .main-navigation>li:hover>a::before,.header .main-navigation>li.current-menu-item>a::before,.header .main-navigation>li.current-menu-ancestor>a::before,.header .main-navigation>li.current_page_item>a::before{width:100%;background-color:var(--accent)}.header .main-navigation>li:hover>a,.header .main-navigation>li.current-menu-item>a,.header .main-navigation>li.current-menu-ancestor>a,.header .main-navigation>li.current_page_item>a{color:var(--accent)}.header .main-navigation>li>.sub-menu{position:absolute;top:100%;padding-top:10px;background:var(--white);min-width:240px;padding:10px 0 8px;margin:0;list-style:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:999}.header .main-navigation>li>.sub-menu li{padding:0}.header .main-navigation>li>.sub-menu li a{display:block;padding:10px 18px;font-size:14px;line-height:20px;font-weight:500;color:var(--title);white-space:nowrap}.header .main-navigation>li>.sub-menu li a::before{display:none}.header .main-navigation>li>.sub-menu li:hover>a,.header .main-navigation>li>.sub-menu li.current-menu-item>a{color:var(--accent);background:#f8fafc}.header .main-navigation>li.menu-item-has-children:hover>.sub-menu,.header .main-navigation>li.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;pointer-events:auto}.header .action-btns a{margin-left:24px}.header .action-btns svg{height:18px;width:auto}.header .nav-account-btn{display:none}.header .menu-toggle{display:none}@media only screen and (max-width: 991px){.header{position:relative}.header .header-logo{width:150px}.header .action-btns{display:none}.header .nav-account-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:12px 32px;border:1px solid var(--accent);border-radius:999px;color:var(--accent);font-weight:600;font-size:16px;line-height:24px}.header .nav-account-btn svg{height:20px;width:auto}.header .nav{position:absolute;top:100%;left:0;width:100%;background:var(--white);flex-direction:column;align-items:center;display:none;padding:50px 0 70px;z-index:10}.header .nav.open{display:flex}.header .main-navigation{flex-direction:column;width:100%;align-items:stretch}.header .main-navigation>li{padding:0}.header .main-navigation>li>a{padding:10px;display:flex;justify-content:center;width:100%;text-align:center;font-size:18px;line-height:24px}.header .main-navigation>li>.sub-menu{position:static;transform:none;min-width:0;width:100%;border:none;border-radius:0;box-shadow:none;background:#f8fafc;opacity:1;visibility:visible;pointer-events:auto;display:none;padding:0}.header .main-navigation>li>.sub-menu li a{text-align:center;font-size:16px;padding:10px 16px}.header .main-navigation>li.submenu-open>.sub-menu{display:block}.header .menu-toggle{display:block;width:27px;height:20px;transform:rotate(0);transition:.5s ease-in-out;position:relative;cursor:pointer;margin-left:27px}.header .menu-toggle span{display:block;position:absolute;right:0;width:100%;height:2px;background:var(--accent);z-index:1;transform:rotate(0);transition:.25s ease-in-out}.header .menu-toggle span:first-child{top:0}.header .menu-toggle span:nth-child(2),.header .menu-toggle span:nth-child(3){top:10px}.header .menu-toggle span:nth-child(4){top:20px}.header .menu-toggle.open span:first-child{top:18px;width:0%;left:50%}.header .menu-toggle.open span:nth-child(4){top:10px;width:0%;left:50%}.header .menu-toggle.open span{background:var(--second-accent)}.header .menu-toggle.open span:nth-child(3){transform:rotate(-45deg)}.header .menu-toggle.open span:nth-child(2){transform:rotate(45deg)}}.hero{position:relative;overflow:hidden}.hero .hero-wrapper{padding-top:128px;padding-bottom:128px;z-index:1}.hero .conttainer{height:600px}.hero .hero-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;gap:24px;z-index:1}.hero .hero-content .hero-title{font-size:60px;line-height:60px;font-weight:800}.hero .hero-content .hero-title span{color:var(--accent);display:block;position:relative;width:fit-content;z-index:1}.hero .hero-content .hero-title span::after{position:absolute;content:"";bottom:2px;left:0;right:0;margin:0 auto;width:100%;height:12px;padding:6px 0 3px 0;background:#fed7aa;z-index:-1}.hero .hero-image{min-height:430px;position:relative;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;border-radius:32px;border:4px solid var(--white);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}@media only screen and (max-width: 1024px){.hero .hero-content .hero-title{font-size:42px;line-height:50px}.hero .hero-image{height:350px}}.home-cta-section .home-cta-card{position:relative;overflow:hidden;border-radius:32px;background:#0f172a;padding:48px;text-align:center}.home-cta-section .home-cta-content{max-width:620px;margin:0 auto;position:relative;z-index:1}.home-cta-section .home-cta-content h2{color:var(--white);font-size:36px;line-height:40px;margin-bottom:24px}.home-cta-section .home-cta-content p{color:#cbd5e1;margin:0 auto 24px}.home-cta-section .home-cta-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.home-cta-section .home-cta-actions .btn-primary-outline{color:var(--white)}.home-cta-section .home-cta-actions .btn-primary-outline:hover{color:var(--accent)}.home-cta-section .home-cta-blob{position:absolute;border-radius:999px;background:#1e293b;opacity:.5;z-index:0;width:256px;height:256px}.home-cta-section .home-cta-blob--left{left:-72px;bottom:-92px}.home-cta-section .home-cta-blob--right{right:-70px;top:-48px}@media only screen and (max-width: 768px){.home-cta-section .home-cta-card{border-radius:20px;padding:38px 16px}.home-cta-section .home-cta-content h2{font-size:32px;line-height:38px}.home-cta-section .home-cta-actions .btn{width:100%}}.how-it-works-section .how-it-works-steps{position:relative}.how-it-works-section .how-it-works-steps::before{content:"";position:absolute;top:48px;left:15px;right:15px;border-top:1px solid var(--input-border);z-index:0}.how-it-works-section .step-card{position:relative;z-index:1;text-align:center;max-width:320px;margin:0 auto}.how-it-works-section .step-card h3{font-size:20px;line-height:28px;margin-bottom:12px}.how-it-works-section .step-card p{color:var(--light-text)}.how-it-works-section .step-icon{width:96px;height:96px;border-radius:9999px;margin:0 auto 24px;background:var(--white);box-shadow:0 10px 40px -10px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center}.how-it-works-section .step-icon img{height:30px;width:auto}@media only screen and (max-width: 767px){.how-it-works-section .how-it-works-steps::before{display:none}.how-it-works-section .step-icon{width:64px;height:64px}.how-it-works-section .step-icon img{height:20px;width:auto}}.airports-coverage .coverage-map{position:relative;min-height:500px;border-radius:32px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat}.airports-coverage .coverage-stats{padding:32px;position:absolute;width:100%;bottom:0;z-index:1}.airports-coverage .coverage-stats--wrapper{border-radius:24px;padding-top:24px;padding-bottom:24px;background:var(--white);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.airports-coverage .coverage-stats__item{text-align:center}.airports-coverage .coverage-stats__item strong{display:block;color:var(--accent);font-size:24px;line-height:1;margin-bottom:4px}.airports-coverage .coverage-stats__item span{display:block;color:var(--text-secondary);font-size:12px;line-height:16px}@media only screen and (max-width: 767px){.airports-coverage .coverage-map{min-height:800px}}
.page-content{padding:64px 0 96px}.page-content h1{margin-bottom:32px}.page-content h2{margin-top:48px;margin-bottom:16px}.page-content h3{margin-top:32px;margin-bottom:12px}.page-content p{margin-bottom:16px}.page-content ul,.page-content ol{margin:0 0 24px 0;padding-left:24px}.page-content ul{list-style:disc}.page-content ol{list-style:decimal}.page-content li{margin-bottom:8px}.page-content a{color:var(--accent);text-decoration:underline}.page-content .table-scroll,.page-content table{margin-bottom:24px}.page-content table{display:block;overflow-x:auto;border:1px solid var(--input-border)}.page-content table th,.page-content table td{padding:12px 16px;border:1px solid var(--input-border);text-align:left;vertical-align:top}.page-content table th{background:var(--light-background);font-weight:600;color:var(--title)}.page-content table code{white-space:nowrap}@media only screen and (max-width: 768px){.page-content{padding:40px 0 64px}.page-content h2{margin-top:36px}}.fleet-section .fleet-card-image--empty{position:absolute;top:0;right:0;left:auto;height:auto;min-height:0;border-radius:0;overflow:visible;z-index:2}.fleet-section .fleet-card-content>:last-child{margin-top:auto}
.header .header-book-btn{padding:10px 22px;font-size:15px;line-height:22px;white-space:nowrap}.header .nav-book-btn{display:none}@media only screen and (max-width:991px){.header .nav-book-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;padding:12px 32px;border:1px solid var(--accent);border-radius:999px;background:var(--accent);color:var(--white);font-weight:600;font-size:16px;line-height:24px}}.header .action-btns{display:flex;align-items:center;gap:24px}.header .action-btns a{margin-left:0}