.destinations-section{padding:4rem 1.5rem;background:#fff;overflow:hidden}.destinations-inner{max-width:1200px;margin:0 auto}.destinations-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem}.destinations-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ff6b00;margin:0 0 6px;position:relative;display:inline-block}.destinations-label:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:2px;background:#ff6b00;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.destinations-section:hover .destinations-label:after{transform:scaleX(1)}.destinations-title{font-size:2rem;font-weight:800;color:#111;margin:0;line-height:1.2}.destinations-viewall{font-size:13px;font-weight:600;color:#ff6b00;text-decoration:none;display:flex;align-items:center;gap:5px;padding:8px 16px;border:1.5px solid #ff6b00;border-radius:25px;transition:background .3s ease,color .3s ease,transform .2s ease;white-space:nowrap}.destinations-viewall:hover{background:#ff6b00;color:#fff;transform:translateY(-2px)}.destinations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dest-card{position:relative;border-radius:16px;overflow:hidden;height:240px;box-shadow:0 4px 15px rgba(0,0,0,.1);transition:box-shadow .4s ease,transform .4s ease;opacity:0;transform:translateY(50px)}.dest-card.animated{opacity:1;transform:translateY(0)}.dest-card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}@media (hover:hover) and (pointer:fine){.dest-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.28);transform:translateY(-8px) scale(1.02)}.dest-card:hover .dest-card-img{transform:scale(1.1)}.dest-card:hover .dest-overlay{background:linear-gradient(0deg,rgba(0,0,0,.88) 50%,rgba(0,0,0,.15))}.dest-card:hover .dest-info{transform:translateY(-4px)}.dest-card:hover .dest-badge{transform:scale(1.08)}.dest-card:hover .dest-actions{opacity:1;transform:translateY(0)}}.dest-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.78) 50%,transparent 80%);transition:background .4s ease}.dest-badge{top:12px;left:12px;font-size:10px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.04em;transition:transform .3s ease;backdrop-filter:blur(4px);box-shadow:0 2px 8px rgba(0,0,0,.2)}.dest-badge,.dest-info{position:absolute;color:#fff}.dest-info{bottom:0;left:0;right:0;padding:14px 16px;transition:transform .4s ease}.dest-name{font-size:15px;font-weight:700;margin-bottom:4px;letter-spacing:.01em;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 4px rgba(0,0,0,.45)}.dest-stars{color:#facc15;font-size:12px;margin-bottom:2px;letter-spacing:1px}.dest-duration{font-size:11px;color:hsla(0,0%,100%,.7);margin-bottom:5px}.dest-price{font-size:13px;font-weight:700;color:#fde047}.dest-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:8px;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease}.dest-btn-book,.dest-btn-details{min-height:28px;padding:5px 6px;border-radius:8px;font-size:10px;font-weight:700;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}.dest-btn-book{border:0;background:#ff6b00;color:#fff}.dest-btn-book:hover{background:#e55f00}.dest-btn-details{border:1.5px solid hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.12);color:#fff}.dest-btn-details:hover{background:hsla(0,0%,100%,.22)}.dest-btn-book:hover,.dest-btn-details:hover{transform:translateY(-1px)}@media (max-width:992px){.destinations-section{padding:3rem 1.25rem}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:16px}.dest-card{height:220px}}@media (max-width:768px){.destinations-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:1.5rem}.destinations-title{font-size:1.6rem}.destinations-viewall{font-size:12px;padding:7px 14px}.destinations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dest-card{height:210px;border-radius:14px}.dest-actions{opacity:1;transform:translateY(0);pointer-events:auto}.dest-info{padding:12px}.dest-name{font-size:13px}.dest-price{font-size:12px}}@media (max-width:480px){.destinations-section{padding:2.5rem 12px}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:12px}.dest-card{height:200px;border-radius:12px}.dest-name{font-size:12px}.dest-badge{font-size:9px;padding:4px 8px}.dest-btn-book,.dest-btn-details{font-size:9px;min-height:26px;padding:4px 5px}.dest-duration,.dest-price,.dest-stars{font-size:11px}}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center}.hero-slides{z-index:0}.hero-slide,.hero-slides{position:absolute;inset:0}.hero-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:0;transition:opacity 1.4s ease-in-out;will-change:opacity}.hero-slide.active{opacity:1;z-index:1}.hero-slide.prev{opacity:1;z-index:0}.hero-overlay-left{inset:0;background:linear-gradient(90deg,rgba(5,15,35,.72) 0,rgba(5,15,35,.38) 55%,transparent)}.hero-overlay-bottom,.hero-overlay-left{position:absolute;z-index:2;pointer-events:none}.hero-overlay-bottom{bottom:0;left:0;right:0;height:40%;background:linear-gradient(0deg,rgba(5,15,35,.55),transparent)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:hsla(0,0%,100%,.12);backdrop-filter:blur(6px);border:1px solid hsla(0,0%,100%,.25);color:#fff;font-size:28px;width:46px;height:46px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s ease;line-height:1}.hero-arrow:hover{background:rgba(255,107,0,.75);transform:translateY(-50%) scale(1.1)}.hero-arrow--left{left:20px}.hero-arrow--right{right:20px}.hero-content{position:relative;z-index:5;width:100%;padding:0 2rem}.hero-content__inner{max-width:700px;margin:0 auto 0 6%}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.22);border-radius:30px;padding:6px 16px;margin-bottom:1.25rem;opacity:0;animation:fadeSlideDown .7s ease .2s forwards}.hero-badge__dot{width:7px;height:7px;border-radius:50%;background:#ff6b00;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}.hero-badge__explore{font-size:12px;font-weight:700;color:#ff6b00;letter-spacing:.05em}.hero-badge__sep{font-size:10px;color:hsla(0,0%,100%,.45)}.hero-badge__text{font-size:12px;font-weight:500;color:hsla(0,0%,100%,.85);letter-spacing:.03em}.hero-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:900;color:#fff;line-height:1.15;margin:0 0 1rem;letter-spacing:-.01em;opacity:0;animation:fadeSlideUp .75s ease .45s forwards}.hero-title__accent{color:#ff6b00;display:inline-block;position:relative}.hero-title__changing{animation:wordIn .5s cubic-bezier(.22,1,.36,1) both}@keyframes wordIn{0%{opacity:0;transform:translateY(22px) skewY(4deg);filter:blur(4px)}to{opacity:1;transform:translateY(0) skewY(0deg);filter:blur(0)}}.hero-title__accent:after{content:"";position:absolute;left:0;bottom:-3px;height:3px;width:100%;background:#ff6b00;border-radius:2px;transform:scaleX(0);transform-origin:left;animation:underlineIn .5s ease .15s forwards}@keyframes underlineIn{to{transform:scaleX(1)}}.hero-sub{font-size:clamp(.9rem,1.6vw,1.1rem);color:hsla(0,0%,100%,.78);line-height:1.7;margin:0 0 2rem;opacity:0;animation:fadeSlideUp .75s ease .65s forwards}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;align-items:center;margin-bottom:110px;opacity:0;animation:fadeSlideUp .75s ease .85s forwards}.hero-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;font-size:14px;font-weight:700;border-radius:50px;cursor:pointer;border:none;letter-spacing:.03em;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.hero-btn__icon{font-size:18px;line-height:1;transition:transform .3s ease}.hero-btn:hover .hero-btn__icon{transform:translateX(4px)}.hero-btn--primary{background:#ff6b00;color:#fff;box-shadow:0 6px 24px rgba(255,107,0,.45)}.hero-btn--primary:hover{background:#e55d00;transform:translateY(-3px);box-shadow:0 12px 32px rgba(255,107,0,.55)}.hero-btn--blink{position:relative}.hero-btn--blink:before{content:"";position:absolute;inset:-4px;border-radius:50px;border:2px solid rgba(255,107,0,.55);animation:ringBlink 2s ease-in-out infinite}@keyframes ringBlink{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.08)}}.hero-btn--secondary{background:hsla(0,0%,100%,.12);color:#fff;border:1.5px solid hsla(0,0%,100%,.35);backdrop-filter:blur(6px)}.hero-btn--secondary:hover{background:hsla(0,0%,100%,.22);transform:translateY(-3px);box-shadow:0 10px 28px rgba(0,0,0,.2)}.hero-dots{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:8px}.hero-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.35);border:none;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease,width .3s ease}.hero-dot.active{background:#ff6b00;width:24px;border-radius:4px}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.hero{min-height:700px}.hero-content{padding:0 1.5rem}.hero-content__inner{max-width:620px;margin:0 auto}.hero-title{font-size:clamp(2rem,4vw,3rem)}.hero-sub{font-size:1rem}.hero-buttons{margin-bottom:72px}.hero-arrow{width:42px;height:42px;font-size:24px}.hero-arrow--left{left:12px}.hero-arrow--right{right:12px}}@media (max-width:768px){.hero{min-height:620px;height:auto;padding:70px 0}.hero-content{padding:0 20px}.hero-content__inner{max-width:100%;margin:0}.hero-title{font-size:2.2rem;line-height:1.2}.hero-sub{font-size:15px;line-height:1.6;margin-bottom:1.5rem}.hero-buttons{gap:12px;margin-bottom:0}.hero-btn{padding:12px 20px;font-size:13px}.hero-arrow{display:none}.hero-dots{bottom:20px}}@media (max-width:480px){.hero{min-height:560px;padding:60px 0}.hero-content{padding:0 14px}.hero-title{font-size:1.9rem}.hero-badge{padding:5px 12px;gap:6px;margin-bottom:1rem}.hero-badge__explore,.hero-badge__text{font-size:11px}.hero-sub{font-size:14px}.hero-buttons{flex-direction:column;align-items:stretch;gap:10px}.hero-btn{width:100%;justify-content:center;font-size:13px}.hero-dot{width:7px;height:7px}.hero-dot.active{width:20px}}.home-search{position:relative;z-index:50;max-width:1160px;margin:-72px auto 0;padding:0 16px}.home-search__inner{position:relative;z-index:1;display:flex;align-items:stretch;gap:8px;padding:8px;border-radius:16px;border:1px solid hsla(0,0%,100%,.18);background:rgba(8,20,38,.92);backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(0,0,0,.35)}.home-search__fields{flex:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;min-width:0}.home-search__field{display:flex;align-items:flex-start;gap:10px;min-width:0;padding:10px 12px;border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:rgba(11,25,48,.72);transition:border-color .2s ease,box-shadow .2s ease}.home-search__field:focus-within{border-color:rgba(255,119,31,.55);box-shadow:0 0 0 3px rgba(255,119,31,.14)}.home-search__field.has-error{border-color:hsla(0,91%,71%,.75)}.home-search__field--date,.home-search__field--destination{position:relative;z-index:2}.home-search__date-wrap{position:relative;min-height:34px;display:flex;align-items:center}.home-search__date{position:relative;z-index:2;min-height:34px;padding-right:8px;cursor:pointer;color-scheme:dark}.home-search__date::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.home-search__date-placeholder{position:absolute;inset:0;z-index:1;display:flex;align-items:center;color:hsla(0,0%,100%,.55);font-size:13px;font-weight:600;pointer-events:none}.home-search__field-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:18px;color:hsla(0,0%,100%,.9);font-size:1rem}.home-search__field--date .home-search__field-icon{cursor:pointer}.home-search__field-body{position:relative;min-width:0;flex:1}.home-search__label{display:block;margin-bottom:4px;font-size:11px;font-weight:600;line-height:1;color:hsla(0,0%,100%,.85)}.home-search__control{width:100%;border:none;outline:none;background:transparent;font-size:13px;font-weight:700;line-height:1.2;color:#fff}.home-search__input::-moz-placeholder{color:hsla(0,0%,100%,.55);font-weight:600}.home-search__input::placeholder{color:hsla(0,0%,100%,.55);font-weight:600}.home-search__select{cursor:pointer;-moz-appearance:auto;appearance:auto;-webkit-appearance:menulist}.home-search__select option{color:#1a1a2e;background:#fff}.home-search__select option[value=""],.home-search__select:invalid{color:hsla(0,0%,100%,.55)}.home-search__suggestions{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:20;margin:0;padding:6px;list-style:none;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:rgba(10,22,42,.98);box-shadow:0 16px 36px rgba(0,0,0,.35);max-height:220px;overflow-y:auto}.home-search__suggestions li button{width:100%;border:0;border-radius:8px;background:transparent;color:#fff;text-align:left;padding:9px 10px;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease}.home-search__suggestions li button:hover{background:rgba(255,119,31,.18)}.home-search__error{display:block;margin-top:4px;font-size:10px;font-weight:600;line-height:1.3;color:#fca5a5}.home-search__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;padding:12px 22px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff8a2a,#ff6b00 52%,#f25500);color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em;white-space:nowrap;cursor:pointer;box-shadow:0 12px 28px rgba(255,107,0,.38);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.home-search__btn:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 16px 34px rgba(255,107,0,.45)}.home-search__btn:active{transform:translateY(0)}.home-search__btn:disabled{opacity:.75;cursor:not-allowed;transform:none}.home-search__submit-error{margin:10px 0 0;padding:10px 12px;border-radius:8px;font-size:13px;line-height:1.4;color:#b91c1c;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.2);text-align:center}.home-search-success{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:20px;background:rgba(9,13,24,.66);backdrop-filter:blur(10px)}.home-search-success__modal{position:relative;width:min(420px,calc(100vw - 32px));padding:28px 24px 24px;border-radius:20px;background:#fff;text-align:center;box-shadow:0 28px 70px rgba(0,0,0,.28)}.home-search-success__close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;background:#f3f4f6;color:#374151;cursor:pointer}.home-search-success__close,.home-search-success__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.home-search-success__icon{width:56px;height:56px;margin:0 auto 14px;background:linear-gradient(135deg,#ff8a2a,#ff6b00);color:#fff;font-size:24px;font-weight:800}.home-search-success__modal h3{margin:0 0 8px;color:#111827;font-size:1.25rem;font-weight:800}.home-search-success__modal p{margin:0 0 18px;color:#667085;font-size:.95rem;line-height:1.55}.home-search-success__btn{min-width:120px;min-height:42px;padding:0 18px;border:0;border-radius:10px;background:linear-gradient(135deg,#ff8a2a,#ff6b00 52%,#f25500);color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:0 10px 24px rgba(255,107,0,.28)}@media (max-width:1100px){.home-search__fields{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:992px){.home-search{margin-top:-48px}.home-search__inner{flex-direction:column}.home-search__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.home-search__btn{width:100%;padding:14px 20px}}@media (max-width:640px){.home-search{margin-top:16px;margin-bottom:8px;padding:0 14px}.home-search__inner{gap:10px;padding:10px;border-radius:14px}.home-search__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-search__field{padding:9px 10px;gap:8px}.home-search__field-icon{margin-top:16px;font-size:.9rem}.home-search__label{font-size:10px;margin-bottom:3px}.home-search__control{font-size:12px}.home-search__btn{font-size:13px;padding:13px 16px}}@media (max-width:380px){.home-search__fields{grid-template-columns:1fr}}.solo-popup-overlay{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:16px;background:rgba(8,13,24,.62);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:soloOverlayFade .26s ease-out both}.solo-popup{position:relative;display:grid;grid-template-columns:44% 56%;width:min(780px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border:1px solid hsla(0,0%,100%,.56);border-radius:20px;background:radial-gradient(circle at 8% 8%,rgba(124,77,255,.12),transparent 28%),linear-gradient(135deg,hsla(0,0%,100%,.96),rgba(255,250,245,.9));box-shadow:0 30px 90px rgba(10,15,31,.34);color:#111827;animation:soloModalIn .34s cubic-bezier(.16,1,.3,1) both}.solo-popup-close{position:absolute;top:14px;right:14px;z-index:4;display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:0;border-radius:50%;background:hsla(0,0%,100%,.94);color:#111827;cursor:pointer;box-shadow:0 12px 26px rgba(17,24,39,.16);transition:transform .18s ease,background .18s ease}.solo-popup-close:focus-visible,.solo-popup-close:hover{background:#fff;transform:translateY(-1px)}.solo-popup-copy{display:flex;min-height:0;flex-direction:column;justify-content:center;padding:28px 32px 24px;overflow-y:auto}.solo-popup-mark{position:relative;width:96px;height:58px;margin-bottom:12px;color:#7c4dff}.solo-popup-mark:after{position:absolute;left:0;right:18px;bottom:4px;height:3px;border-radius:999px;background:linear-gradient(90deg,#7c4dff,#ff7a00);content:""}.solo-popup-mark-person{position:absolute;left:12px;bottom:14px;width:22px;height:34px;border:4px solid;border-top:0;border-radius:10px 10px 4px 4px;transform:rotate(10deg)}.solo-popup-mark-person:before{top:-18px;left:2px;background:currentColor;content:""}.solo-popup-mark-person:before,.solo-popup-mark-sun{position:absolute;width:14px;height:14px;border-radius:50%}.solo-popup-mark-sun{top:11px;right:20px;background:#ff7a00;box-shadow:0 0 0 6px rgba(255,122,0,.14)}.solo-popup-mark-peak{position:absolute;bottom:13px;border-right:3px solid #7c4dff;border-bottom:3px solid #7c4dff;transform:rotate(-45deg)}.solo-popup-mark-peak-one{left:44px;width:30px;height:30px}.solo-popup-mark-peak-two{left:68px;width:42px;height:42px}.solo-popup h2{max-width:320px;margin:0;color:#101828;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:900;letter-spacing:0;line-height:1.08}.solo-popup h2 span{display:block;color:#ff5f00}.solo-popup-accent{width:56px;height:3px;margin:12px 0;border-radius:999px;background:#ff7a00}.solo-popup p{max-width:320px;margin:0;color:#4b5563;font-size:.88rem;line-height:1.55}.solo-popup-features{display:grid;gap:10px;margin:16px 0 18px}.solo-popup-feature{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center}.solo-popup-feature-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:rgba(124,77,255,.12);color:#7c4dff;font-size:.92rem}.solo-popup-feature strong{display:block;color:#111827;font-size:.84rem;font-weight:850;line-height:1.2}.solo-popup-feature small{display:block;margin-top:2px;color:#687386;font-size:.72rem;line-height:1.3}.solo-popup-actions{display:flex;align-items:center;gap:14px}.solo-popup-primary{min-height:46px;gap:10px;border-radius:10px;background:linear-gradient(135deg,#ff7a00,#ff5f00);padding:0 18px;color:#fff;font-size:.92rem;font-weight:900;text-decoration:none;box-shadow:0 14px 28px rgba(255,122,0,.28);transition:transform .18s ease,box-shadow .18s ease}.solo-popup-primary,.solo-popup-primary span{display:inline-flex;align-items:center;justify-content:center}.solo-popup-primary span{width:26px;height:26px;border-radius:50%;background:hsla(0,0%,100%,.95);color:#ff6500;font-size:.72rem}.solo-popup-primary:focus-visible,.solo-popup-primary:hover{transform:translateY(-2px);box-shadow:0 24px 44px rgba(255,122,0,.34)}.solo-popup-secondary{border:0;background:transparent;color:#6b7280;cursor:pointer;font-weight:800}.solo-popup-secondary:focus-visible,.solo-popup-secondary:hover{color:#111827}.solo-popup-visual{position:relative;min-height:0;overflow:hidden;border-radius:0 20px 20px 0;background:#111827}.solo-popup-visual:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.02),rgba(15,23,42,.34)),linear-gradient(90deg,hsla(0,0%,100%,.5),transparent 28%);content:""}.solo-popup-image{-o-object-fit:cover;object-fit:cover}.solo-popup-quote{position:absolute;right:24px;bottom:24px;z-index:2;width:min(260px,calc(100% - 48px));padding:20px 20px 16px;border:1px solid hsla(0,0%,100%,.14);border-radius:14px;background:rgba(12,18,32,.78);color:#fff;box-shadow:0 18px 36px rgba(0,0,0,.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.solo-popup-quote-icon{position:absolute;top:-16px;left:18px;display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:50%;background:#7c4dff;color:#fff;font-size:.82rem}.solo-popup-quote blockquote{margin:0;font-size:1.05rem;font-weight:850;line-height:1.3}.solo-popup-quote cite{display:block;margin-top:8px;color:#d7c9ff;font-size:.78rem;font-style:normal;font-weight:700}@keyframes soloOverlayFade{0%{opacity:0}to{opacity:1}}@keyframes soloModalIn{0%{opacity:0;transform:scale(.94) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:900px){.solo-popup{grid-template-columns:1fr;width:min(640px,calc(100vw - 32px))}.solo-popup-copy{min-height:auto;padding:38px}.solo-popup-visual{min-height:320px;border-radius:0 0 24px 24px;order:-1}.solo-popup-mark{display:none}}@media (max-width:767px){.solo-popup-overlay{align-items:end;padding:0;background:rgba(8,13,24,.52)}.solo-popup{width:100%;max-height:85vh;overflow-y:auto;border-width:0;border-radius:24px 24px 0 0;animation:soloSheetIn .34s cubic-bezier(.16,1,.3,1) both}.solo-popup:before{position:absolute;top:218px;left:50%;z-index:3;width:54px;height:5px;border-radius:999px;background:rgba(17,24,39,.22);content:"";transform:translateX(-50%)}.solo-popup-close{top:18px;right:18px;width:42px;height:42px}.solo-popup-visual{min-height:235px;border-radius:24px 24px 0 0}.solo-popup-visual:after{background:linear-gradient(180deg,rgba(15,23,42,.05),rgba(15,23,42,.08))}.solo-popup-quote{display:none}.solo-popup-copy{position:relative;z-index:2;min-height:auto;margin-top:-18px;padding:38px 24px 28px;border-radius:24px 24px 0 0;background:radial-gradient(circle at 88% 18%,rgba(255,122,0,.1),transparent 28%),#fffaf5}.solo-popup h2{font-size:2rem}.solo-popup p{max-width:none;font-size:.95rem}.solo-popup-accent{display:none}.solo-popup-features{gap:18px;margin:24px 0}.solo-popup-actions{flex-direction:column;gap:16px}.solo-popup-primary{width:100%;min-height:58px}.solo-popup-secondary{width:100%;min-height:32px;font-size:0}.solo-popup-secondary:after{font-size:.98rem;content:"Not Now"}}@media (max-width:380px){.solo-popup-copy{padding-inline:18px}.solo-popup h2{font-size:1.78rem}.solo-popup-feature{grid-template-columns:40px 1fr}.solo-popup-feature-icon{width:38px;height:38px}}@media (prefers-reduced-motion:reduce){.solo-popup,.solo-popup-overlay{animation:none}}@keyframes soloSheetIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.testimonials-section{padding:2.5rem 1.5rem 4rem;background:#061b2d;color:#fff;overflow:hidden}.testimonials-inner{max-width:1120px;margin:0 auto;position:relative}.testimonials-header{text-align:center;margin-bottom:2rem}.testimonials-label{font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#ff7a1a;margin:0 0 8px}.testimonials-title{font-size:1.6rem;font-weight:800;color:#fff;line-height:1.2;margin:0}.testimonials-divider{width:32px;height:3px;background:#ff7a1a;border-radius:4px;margin:10px auto 0;transform-origin:center;transition:width .4s ease}.testimonials-section:hover .testimonials-divider{width:60px}.testimonials-arrow{display:none;position:absolute;top:52%;transform:translateY(-50%);z-index:10;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);color:#fff;font-size:22px;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease,transform .3s ease;line-height:1}.testimonials-arrow:hover{background:rgba(255,122,26,.55);transform:translateY(-50%) scale(1.1)}.testimonials-arrow--left{left:0}.testimonials-arrow--right{right:0}@media (min-width:768px){.testimonials-arrow{display:flex}}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 3.5rem}.testimonial-card{border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:#071f36;padding:18px 16px;box-shadow:0 10px 24px rgba(0,0,0,.18);position:relative;overflow:hidden;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;opacity:0;transform:translateY(45px)}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#ff7a1a,#ffba3a);border-radius:14px 14px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.testimonial-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(255,122,26,.07),transparent 65%);opacity:0;transition:opacity .4s ease;border-radius:14px;pointer-events:none}.testimonial-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 22px 50px rgba(0,0,0,.35);border-color:rgba(255,122,26,.28)}.testimonial-card:hover:before{transform:scaleX(1)}.testimonial-card:hover:after{opacity:1}.testimonial-card:hover .testimonial-avatar{box-shadow:0 0 0 3px #ff7a1a;transform:scale(1.07)}.testimonial-card:hover .testimonial-name{color:#ff7a1a}.testimonial-card:hover .testimonial-text{color:hsla(0,0%,100%,.95)}.testimonial-top{display:flex;align-items:center;gap:12px;margin-bottom:10px}.testimonial-avatar{width:46px;height:46px;min-width:46px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 0 2px hsla(0,0%,100%,.14);transition:box-shadow .35s ease,transform .35s ease}.testimonial-meta{display:flex;flex-direction:column;gap:3px}.testimonial-name{font-size:12px;font-weight:700;color:#fff;margin:0;transition:color .3s ease}.testimonial-stars{font-size:11px;color:#ffba3a;letter-spacing:1px}.testimonial-text{font-size:12px;color:hsla(0,0%,100%,.75);line-height:1.7;margin:0;transition:color .3s ease}.testimonial-quote{position:absolute;top:12px;right:14px;font-size:48px;font-family:Georgia,serif;color:rgba(255,122,26,.12);line-height:1;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .3s ease}.testimonial-card:hover .testimonial-quote{color:rgba(255,122,26,.22)}@media (max-width:900px){.testimonials-grid{grid-template-columns:repeat(2,1fr);padding:0 2.5rem}}@media (max-width:768px){.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 2.75rem 8px;grid-template-columns:unset;scrollbar-width:none}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 100%;min-width:100%;scroll-snap-align:center;scroll-snap-stop:always}.testimonials-arrow{display:flex}.testimonials-arrow--left{left:4px}.testimonials-arrow--right{right:4px}}@media (max-width:600px){.testimonials-title{font-size:1.3rem}}.transport-section{padding:4rem 1.5rem;background:#fff;overflow:hidden}.transport-inner{max-width:1200px;margin:0 auto}.transport-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:2.5rem}.transport-header__text{flex:1;text-align:center}.transport-viewall{flex-shrink:0;font-size:13px;font-weight:600;color:#ff6b00;text-decoration:none;display:inline-flex;align-items:center;gap:5px;padding:8px 16px;border-radius:999px;border:1px solid rgba(255,107,0,.28);background:rgba(255,107,0,.06);transition:background .25s ease,color .25s ease,transform .25s ease}.transport-viewall:hover{background:#ff6b00;color:#fff;transform:translateY(-2px)}.transport-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#ff6b00;margin:0 0 8px}.transport-title{font-size:2rem;font-weight:800;color:#111827;margin:0;line-height:1.2}.transport-divider{width:40px;height:3px;background:#ff6b00;border-radius:4px;margin:12px auto 0;transform-origin:center;transition:width .4s ease}.transport-section:hover .transport-divider{width:70px}.transport-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.transport-card{display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid #f0f0f5;border-radius:16px;padding:16px;position:relative;overflow:hidden;cursor:pointer;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;opacity:0;transform:translateY(45px)}.transport-card:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff6b00,#ffaa6b);border-radius:0 0 16px 16px;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.transport-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 60%,rgba(255,107,0,.06),transparent 65%);opacity:0;transition:opacity .4s ease;border-radius:16px;pointer-events:none}.transport-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 20px 48px rgba(15,23,42,.12);border-color:rgba(255,107,0,.22)}.transport-card:hover:after{transform:scaleX(1)}.transport-card:hover:before{opacity:1}.transport-card:hover .transport-img-wrap{background:#fff4ec}.transport-card:hover .transport-img-wrap img{transform:scale(1.07)}.transport-card:hover .transport-icon-wrap{background:#fff4ec;color:#ff6b00;transform:scale(1.1) rotate(-5deg)}.transport-card:hover .transport-name{color:#ff6b00}.transport-card:hover .transport-cta{gap:6px;letter-spacing:.03em}.transport-img-wrap{width:100%;height:110px;background:#f7f8fb;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:background .35s ease}.transport-img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.transport-icon-wrap{font-size:2rem;color:#374151;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:12px;background:#f0f4ff;transition:background .35s ease,color .35s ease,transform .35s ease}.transport-name{font-size:14px;font-weight:700;color:#111827;margin:0 0 6px;transition:color .3s ease}.transport-desc{font-size:12px;color:#6b7280;margin:0 0 14px;line-height:1.6}.transport-cta{font-size:12px;font-weight:700;color:#ff6b00;text-decoration:none;display:inline-flex;align-items:center;gap:4px;transition:gap .25s ease,letter-spacing .25s ease}.transport-cta:hover{text-decoration:underline}@media (max-width:992px){.transport-section{padding:3rem 1.25rem}.transport-grid{grid-template-columns:repeat(2,1fr);gap:16px}.transport-card{padding:14px}.transport-img-wrap{height:100px}}@media (max-width:768px){.transport-header{flex-direction:column;align-items:center;margin-bottom:2rem}.transport-viewall{font-size:12px;padding:7px 14px}.transport-title{font-size:1.6rem}.transport-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.transport-card{border-radius:14px;padding:13px}.transport-img-wrap{height:90px;margin-bottom:12px}.transport-name{font-size:13px}.transport-desc{font-size:11px;line-height:1.5;margin-bottom:12px}.transport-cta{font-size:11px}}@media (max-width:480px){.transport-section{padding:2.5rem 12px}.transport-grid{grid-template-columns:repeat(2,1fr);gap:12px}.transport-card{padding:12px;border-radius:12px}.transport-img-wrap{height:80px;border-radius:8px}.transport-icon-wrap{width:46px;height:46px;font-size:1.5rem}.transport-name{font-size:12px}.transport-cta,.transport-desc{font-size:10px}}.why-section{padding:4rem 1.5rem 3.5rem;overflow:hidden}.why-inner{max-width:1320px;margin:0 auto}.why-header{text-align:center;margin-bottom:3rem}.why-label{font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#ff771f;margin:0 0 8px}.why-title{font-size:2rem;font-weight:800;color:#071322;line-height:1.2;margin:0}.why-divider{width:36px;height:3px;background:#ff771f;border-radius:4px;margin:12px auto 0;transition:width .4s ease;transform-origin:center}.why-section:hover .why-divider{width:64px}.why-body{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.why-left{display:flex;flex-direction:column}.why-left-heading{font-size:15px;font-weight:800;color:#071322;margin:0 0 1.25rem}.why-list{display:flex;flex-direction:column;gap:12px}.why-card{background:#fff;border-radius:14px;padding:16px 20px;border:1.5px solid #e8ecf3;box-shadow:0 4px 16px rgba(15,23,42,.05);display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer;position:relative;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;opacity:0;transform:translateX(-40px)}.why-card:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#ff771f,#ffaa6b);border-radius:14px 0 0 14px;transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease}.why-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 50%,rgba(255,119,31,.05),transparent 65%);opacity:0;transition:opacity .4s ease;border-radius:14px;pointer-events:none}.why-card:hover{transform:translateX(6px);box-shadow:0 10px 32px rgba(15,23,42,.1);border-color:rgba(255,119,31,.3)}.why-card:hover:before{transform:scaleY(1)}.why-card:hover:after{opacity:1}.why-card:hover .why-icon-wrap{background:#fff4ec;transform:rotate(-6deg) scale(1.12);color:#ff771f}.why-card:hover .why-card-title{color:#ff771f}.why-icon-wrap{width:44px;height:44px;min-width:44px;border-radius:10px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;font-size:22px;color:#071a3d;transition:background .35s ease,transform .35s ease,color .35s ease;flex-shrink:0}.why-card-text{display:flex;flex-direction:column}.why-card-title{font-size:14px;font-weight:800;color:#071322;line-height:1.3;margin:0 0 3px;transition:color .3s ease}.why-card-desc{font-size:11.5px;color:#7a8499;line-height:1.55;margin:0}.why-right{display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateX(40px)}.why-right-text{font-size:15px;color:#3d4a5c;line-height:1.8;margin:0}.why-img-wrap{position:relative;border-radius:22px;overflow:visible}.why-img-wrap:before{top:-18px;left:-18px;width:110px;height:110px}.why-img-wrap:after,.why-img-wrap:before{content:"";position:absolute;border-radius:50%;background:#ffefc2;z-index:0}.why-img-wrap:after{bottom:-18px;right:-18px;width:90px;height:90px}.why-img{width:100%;height:320px;-o-object-fit:cover;object-fit:cover;border-radius:22px;display:block;position:relative;z-index:1;transition:transform .5s ease}.why-img-wrap:hover .why-img{transform:scale(1.025)}@media (max-width:960px){.why-body{grid-template-columns:1fr;gap:2.5rem}.why-right{order:-1}}@media (max-width:768px){.why-title{font-size:1.5rem}}@media (max-width:480px){.why-card{padding:14px 16px}}