@font-face{font-family:Poppins;font-weight:300;font-style:normal;font-display:swap;src:url(/fonts/poppins-300.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/poppins-400.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/poppins-500.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:600;font-style:normal;font-display:swap;src:url(/fonts/poppins-600.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/poppins-700.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:800;font-style:normal;font-display:swap;src:url(/fonts/poppins-800.woff2)format("woff2")}@font-face{font-family:Poppins;font-weight:900;font-style:normal;font-display:swap;src:url(/fonts/poppins-900.woff2)format("woff2")}:root{--orange:#f8931f;--orange-dark:#e07800;--orange-light:#fff4e6;--navy:#1b1464;--navy-deep:#0f0d3d;--navy-black:#080620;--text:#1a1a2e;--text-light:#555770;--text-lighter:#8b8da3;--bg:#f8f9fc;--white:#fff;--green:#10b981;--radius:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 8px 30px #00000012;--shadow-lg:0 20px 60px #0000001a;--shadow-glow:0 8px 40px #f8931f40}.landing-root,.landing-root *,.landing-root :before,.landing-root :after{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.landing-root{background:var(--bg);color:var(--text);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;margin:0;padding:0;font-size:16px;line-height:1.65;overflow-x:hidden}.landing-root img{max-width:100%;display:block}.landing-root a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.landing-root .fade-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.landing-root .fade-up-d1{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp}.landing-root .fade-up-d2{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.landing-root .fade-up-d3{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .3s forwards fadeUp}.landing-root .fade-up-d4{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .45s forwards fadeUp}.landing-root .reveal{opacity:0;transition:all .65s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.landing-root .reveal.visible{opacity:1;transform:translateY(0)}.landing-root .navbar{z-index:50;transition:all .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.landing-root .navbar.scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0f0c32d9;box-shadow:0 1px 20px #00000026}.landing-root .nav-banner{background:linear-gradient(90deg, var(--navy) 0%, #2d1f8a 50%, var(--navy) 100%);color:#fffffff2;text-align:center;letter-spacing:.3px;justify-content:center;align-items:center;gap:10px;max-height:40px;padding:10px 20px;font-size:13px;font-weight:500;transition:max-height .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1),opacity .3s;display:flex;overflow:hidden}.landing-root .nav-banner.collapsed{opacity:0;max-height:0;padding:0 20px}.landing-root .nav-banner .badge{text-transform:uppercase;letter-spacing:1.2px;color:#fbbf24;background:#f8931f33;border:1px solid #f8931f4d;border-radius:99px;align-items:center;gap:6px;padding:3px 12px;font-size:10px;font-weight:700;display:inline-flex}.landing-root .nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:56px;margin:0 auto;padding:0 24px;display:flex}.landing-root .nav-brand{background:linear-gradient(135deg, var(--orange) 0%, var(--navy) 100%);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:3px;text-decoration:none;display:flex;box-shadow:0 4px 14px #00000040}.landing-root .nav-brand img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.landing-root .nav-links{align-items:center;gap:32px;display:flex}.landing-root .nav-link{color:#fffc;letter-spacing:.2px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.landing-root .nav-link:after{content:"";background:var(--orange);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.landing-root .nav-link:hover{color:var(--white)}.landing-root .nav-link:hover:after{width:100%}.landing-root .navbar.scrolled .nav-link{color:#ffffffd9}.landing-root .navbar.scrolled .nav-link:hover{color:var(--orange)}.landing-root .nav-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.landing-root .btn-book{background:var(--orange);color:var(--white);cursor:pointer;box-shadow:var(--shadow-glow);border:none;border-radius:99px;align-items:center;gap:8px;padding:10px 24px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.landing-root .btn-book:hover{transform:translateY(-2px)scale(1.03);box-shadow:0 12px 40px #f8931f59}.landing-root .btn-book svg{width:15px;height:15px;transition:transform .3s}.landing-root .btn-book:hover svg{transform:translate(3px)}.landing-root .mobile-toggle{color:#ffffffe6;cursor:pointer;background:0 0;border:none;padding:6px;display:none}.landing-root .navbar.scrolled .mobile-toggle{color:#fff}.landing-root .mobile-menu{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:0 0 var(--radius-lg) var(--radius-lg);background:#fffffffa;flex-direction:column;gap:16px;padding:24px;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 20px 50px #0000001a}.landing-root .mobile-menu.open{display:flex}.landing-root .mobile-menu a{color:var(--navy);padding:6px 0;font-size:16px;font-weight:600;text-decoration:none}.landing-root .mobile-menu .btn-book{text-align:center;justify-content:center;margin-top:8px;padding:14px}@media (max-width:1024px){.landing-root .nav-links,.landing-root .nav-actions .btn-book{display:none}.landing-root .mobile-toggle{display:block}}.landing-root .hero{align-items:center;min-height:100vh;padding:0 24px;display:flex;position:relative;overflow:hidden}.landing-root .hero-image{z-index:0;position:absolute;inset:0}.landing-root .hero-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;animation:30s ease-in-out infinite alternate kenburns}.landing-root .hero-overlay{z-index:1;background:linear-gradient(160deg,#080620eb 0%,#1b1464a6 50%,#080620e0 100%);position:absolute;inset:0}.landing-root .hero-inner{z-index:10;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:140px 0 80px;display:flex;position:relative}.landing-root .hero-badge{color:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:99px;align-items:center;gap:10px;margin-bottom:32px;padding:8px 20px;font-size:13px;font-weight:500;display:inline-flex}.landing-root .hero-badge .dot{width:8px;height:8px;position:relative}.landing-root .hero-badge .dot:before{content:"";background:var(--orange);border-radius:50%;animation:1.5s cubic-bezier(0,0,.2,1) infinite ping;position:absolute;inset:0}.landing-root .hero-badge .dot:after{content:"";background:var(--orange);border-radius:50%;width:8px;height:8px;display:block;position:relative}.landing-root .hero h1{color:var(--white);letter-spacing:-2px;margin-bottom:24px;font-size:clamp(36px,6vw,72px);font-weight:800;line-height:1.08}.landing-root .hero h1 .gradient{background:linear-gradient(135deg, var(--orange), #fbbf24, #f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-root .hero .subtitle{color:#ffffffa6;max-width:540px;margin-bottom:40px;font-size:clamp(15px,1.6vw,18px);font-weight:400;line-height:1.8}.landing-root .hero-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-root .btn-lg{cursor:pointer;letter-spacing:.2px;border:none;border-radius:99px;align-items:center;gap:10px;padding:15px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.landing-root .btn-orange{background:var(--orange);color:var(--white);box-shadow:0 8px 30px #f8931f59}.landing-root .btn-orange:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 14px 45px #f8931f66}.landing-root .btn-glass{color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff26!important}.landing-root .btn-glass:hover{background:#ffffff24;transform:translateY(-3px)}.landing-root .btn-lg svg{width:18px;height:18px}.landing-root .stats-row{grid-template-columns:repeat(4,1fr);gap:12px;width:100%;max-width:660px;margin-top:60px;display:grid}.landing-root .stat-card{text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:20px 14px;transition:all .3s}.landing-root .stat-card:hover{background:#ffffff17;transform:translateY(-3px)}.landing-root .stat-val{color:var(--white);justify-content:center;align-items:center;gap:4px;font-size:clamp(20px,2.5vw,28px);font-weight:800;display:flex}.landing-root .stat-val .star{color:var(--orange)}.landing-root .stat-lbl{color:#ffffff73;text-transform:uppercase;letter-spacing:.8px;margin-top:4px;font-size:10px;font-weight:600}@media (max-width:640px){.landing-root .stats-row{grid-template-columns:repeat(2,1fr)}}.landing-root .section{z-index:10;padding:100px 24px;position:relative}.landing-root .section-header{text-align:center;max-width:1200px;margin:0 auto 56px}.landing-root .section-header .tag{color:var(--orange);text-transform:uppercase;letter-spacing:1.5px;background:#f8931f14;border-radius:99px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 16px;font-size:11px;font-weight:700;display:inline-flex}.landing-root .section-header h2{color:var(--navy);letter-spacing:-1.5px;margin-bottom:12px;font-size:clamp(28px,3.8vw,42px);font-weight:800;line-height:1.15}.landing-root .section-header p{color:var(--text-light);max-width:520px;margin:0 auto;font-size:16px;font-weight:400;line-height:1.7}.landing-root .section-white{background:var(--white)}.landing-root .section-off{background:var(--bg)}.landing-root .dest-strip{grid-template-columns:repeat(4,1fr);gap:0;max-width:100%;display:grid;overflow:hidden}.landing-root .dest-strip-item{height:260px;position:relative;overflow:hidden}.landing-root .dest-strip-item img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.landing-root .dest-strip-item:hover img{transform:scale(1.06)}.landing-root .dest-strip-item .overlay{background:linear-gradient(#0000 45%,#080620bf 100%);align-items:flex-end;padding:22px;display:flex;position:absolute;inset:0}.landing-root .dest-strip-item .overlay span{color:var(--white);letter-spacing:.2px;font-size:14px;font-weight:700}@media (max-width:768px){.landing-root .dest-strip{grid-template-columns:repeat(2,1fr)}}.landing-root .services-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto;display:grid}.landing-root .svc-card{border-radius:var(--radius-lg);background:var(--white);cursor:default;border:1px solid #0000000a;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.landing-root .svc-card:before{content:"";background:linear-gradient(90deg, var(--orange), #fbbf24);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.landing-root .svc-card:hover:before{transform:scaleX(1)}.landing-root .svc-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.landing-root .svc-icon{border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;transition:transform .3s;display:flex}.landing-root .svc-card:hover .svc-icon{transform:scale(1.08)rotate(-3deg)}.landing-root .svc-icon svg{width:20px;height:20px}.landing-root .svc-card h3{color:var(--navy);letter-spacing:-.3px;margin-bottom:8px;font-size:17px;font-weight:700}.landing-root .svc-card p{color:var(--text-light);font-size:14px;line-height:1.7}@media (max-width:768px){.landing-root .services-grid{grid-template-columns:1fr}}.landing-root .fleet-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.landing-root .fleet-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid #0000000a;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.landing-root .fleet-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.landing-root .fleet-visual{justify-content:center;align-items:center;height:150px;display:flex;position:relative}.landing-root .fleet-visual .car-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.landing-root .fleet-visual .car-icon svg{color:#fff;stroke:#fff;width:32px;height:32px}.landing-root .fleet-body{padding:24px}.landing-root .fleet-body h3{color:var(--navy);margin-bottom:4px;font-size:19px;font-weight:700}.landing-root .fleet-body .model{color:var(--text-lighter);margin-bottom:18px;font-size:13px}.landing-root .fleet-spec{color:var(--text-light);align-items:center;gap:10px;margin-bottom:12px;font-size:14px;display:flex}.landing-root .fleet-spec svg{width:16px;height:16px;color:var(--orange);stroke:var(--orange);fill:none;flex-shrink:0}.landing-root .fleet-spec.green svg{color:#10b981;stroke:#10b981}.landing-root .fleet-foot{border-top:1px solid #0000000a;justify-content:space-between;align-items:center;margin-top:18px;padding-top:18px;display:flex}.landing-root .fleet-price{color:var(--orange);font-size:20px;font-weight:800}.landing-root .fleet-go{background:var(--orange);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 16px #f8931f40}.landing-root .fleet-go:hover{transform:scale(1.12);box-shadow:0 8px 28px #f8931f59}.landing-root .fleet-go svg{color:#fff;stroke:#fff;fill:none;width:18px;height:18px}@media (max-width:768px){.landing-root .fleet-grid{grid-template-columns:1fr}}.landing-root .why-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1200px;margin:0 auto;display:grid}.landing-root .why-card{border-radius:var(--radius);background:var(--white);border:1px solid #0000000a;gap:16px;padding:24px;transition:all .3s;display:flex}.landing-root .why-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.landing-root .why-icon{background:linear-gradient(135deg,#1b14640f,#f8931f0f);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .3s;display:flex}.landing-root .why-card:hover .why-icon{transform:scale(1.08)}.landing-root .why-icon svg{width:20px;height:20px;color:var(--navy);stroke:var(--navy);fill:none}.landing-root .why-card h3{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.landing-root .why-card p{color:var(--text-light);font-size:13px;line-height:1.65}@media (max-width:768px){.landing-root .why-grid{grid-template-columns:1fr}}.landing-root .routes-grid{grid-template-columns:repeat(3,1fr);gap:14px;max-width:1200px;margin:0 auto;display:grid}.landing-root .route-card{background:var(--white);border-radius:var(--radius);cursor:default;border:1px solid #0000000a;padding:22px;transition:all .3s cubic-bezier(.16,1,.3,1)}.landing-root .route-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.landing-root .route-top{align-items:center;gap:12px;margin-bottom:14px;display:flex}.landing-root .route-dot{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.landing-root .route-dot svg{color:#059669;stroke:#059669;fill:none;width:15px;height:15px}.landing-root .route-from{color:var(--navy);font-size:14px;font-weight:700}.landing-root .route-to{color:var(--text-lighter);align-items:center;gap:4px;margin-top:2px;font-size:12px;display:flex}.landing-root .route-to svg{width:12px;height:12px;stroke:var(--text-lighter);fill:none}.landing-root .route-bottom{border-top:1px solid #00000008;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.landing-root .route-time{color:var(--text-lighter);align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.landing-root .route-time svg{width:13px;height:13px;stroke:var(--text-lighter);fill:none}.landing-root .route-price{color:var(--orange);font-size:16px;font-weight:800}@media (max-width:768px){.landing-root .routes-grid{grid-template-columns:1fr}}.landing-root .tours-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.landing-root .tour-card{border-radius:var(--radius-lg);background:var(--white);border:1px solid #0000000a;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.landing-root .tour-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.landing-root .tour-card-img{height:200px;position:relative;overflow:hidden}.landing-root .tour-card-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.landing-root .tour-card:hover .tour-card-img img{transform:scale(1.06)}.landing-root .tour-card-img .tour-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);text-transform:uppercase;letter-spacing:.8px;background:#080620b3;border-radius:99px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:14px;left:14px}.landing-root .tour-card-body{padding:24px}.landing-root .tour-card-body h3{color:var(--navy);margin-bottom:8px;font-size:18px;font-weight:700}.landing-root .tour-card-body p{color:var(--text-light);margin-bottom:18px;font-size:13px;line-height:1.7}.landing-root .tour-card-body .tour-link{color:var(--orange);align-items:center;gap:6px;font-size:14px;font-weight:600;text-decoration:none;transition:gap .3s;display:inline-flex}.landing-root .tour-card-body .tour-link:hover{gap:10px}.landing-root .tour-card-body .tour-link svg{width:16px;height:16px}@media (max-width:768px){.landing-root .tours-grid{grid-template-columns:1fr}}.landing-root .app-showcase{background:linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);padding:100px 24px}.landing-root .app-showcase-inner{max-width:1200px;margin:0 auto}.landing-root .app-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.landing-root .app-features{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto 40px;padding:0;list-style:none;display:grid}.landing-root .app-features li{border-radius:var(--radius);background:var(--white);border:1px solid #0000000a;gap:16px;margin-bottom:0;padding:20px;transition:all .3s;display:flex}.landing-root .app-features li:hover{box-shadow:var(--shadow-sm);transform:translate(4px)}.landing-root .app-features .feat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.landing-root .app-features h4{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:700}.landing-root .app-features p{color:var(--text-light);font-size:13px;line-height:1.6}.landing-root .login-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid #0000000a;padding:40px}.landing-root .login-card h3{color:var(--navy);letter-spacing:-.5px;margin-bottom:8px;font-size:24px;font-weight:800}.landing-root .login-card .login-sub{color:var(--text-light);margin-bottom:28px;font-size:14px;line-height:1.6}.landing-root .login-card .form-group{margin-bottom:16px}.landing-root .login-card label{color:var(--text);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.landing-root .login-card input{background:var(--bg);width:100%;color:var(--text);border:1.5px solid #00000014;border-radius:12px;outline:none;padding:13px 16px;font-family:inherit;font-size:14px;transition:all .3s}.landing-root .login-card input:focus{border-color:var(--orange);background:var(--white);box-shadow:0 0 0 3px #f8931f1a}.landing-root .login-card input::placeholder{color:var(--text-lighter)}.landing-root .login-card .btn-login{background:var(--orange);width:100%;color:var(--white);cursor:pointer;box-shadow:var(--shadow-glow);border:none;border-radius:12px;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:all .3s}.landing-root .login-card .btn-login:hover{transform:translateY(-2px);box-shadow:0 12px 40px #f8931f59}.landing-root .login-divider{color:var(--text-lighter);align-items:center;gap:12px;margin:24px 0;font-size:12px;display:flex}.landing-root .login-divider:before,.landing-root .login-divider:after{content:"";background:#0000000f;flex:1;height:1px}.landing-root .payment-options{gap:10px;margin-top:4px;display:flex}.landing-root .pay-chip{background:var(--bg);color:var(--text);border:1px solid #0000000d;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.landing-root .pay-chip svg{width:18px;height:18px}.landing-root .mobile-apps-notice{text-align:center;background:linear-gradient(135deg,#1b14640a,#f8931f0a);border:1px dashed #1b14641f;border-radius:14px;margin-top:24px;padding:16px}.landing-root .mobile-apps-notice .label{color:var(--navy);text-transform:uppercase;letter-spacing:1px;justify-content:center;align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.landing-root .mobile-apps-notice p{color:var(--text-light);font-size:12px;line-height:1.5}.landing-root .store-badges{justify-content:center;gap:8px;margin-top:10px;display:flex}.landing-root .store-badge{background:var(--navy);color:var(--white);opacity:.5;cursor:not-allowed;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:11px;font-weight:600;display:flex}.landing-root .store-badge svg{width:16px;height:16px}.landing-root .inline-booking-card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid #0000000a;max-width:1200px;margin:0 auto;padding:24px}.landing-root .inline-booking-footer{border-top:1px solid #0000000f;margin-top:32px;padding-top:24px}.landing-root .inline-booking-signup{text-align:center;color:var(--text-light);margin-top:16px;font-size:13px}.landing-root .inline-booking-signup a{color:#f8931f;font-weight:600;text-decoration:none}.landing-root .inline-booking-signup a:hover{text-decoration:underline}@media (max-width:1100px){.landing-root .app-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.landing-root .app-features{grid-template-columns:1fr}.landing-root .inline-booking-card{padding:16px}}@media (max-width:900px){.landing-root .app-grid{grid-template-columns:1fr;gap:40px}}.landing-root .cta{padding:100px 24px;position:relative;overflow:hidden}.landing-root .cta-bg{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-black) 100%);position:absolute;inset:0}.landing-root .cta-blur1{filter:blur(120px);background:#f8931f14;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.landing-root .cta-blur2{filter:blur(100px);background:#6366f10f;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-150px;left:-80px}.landing-root .cta-inner{z-index:10;text-align:center;max-width:700px;margin:0 auto;position:relative}.landing-root .cta-inner h2{color:var(--white);letter-spacing:-1.5px;margin-bottom:16px;font-size:clamp(28px,4.5vw,48px);font-weight:800;line-height:1.1}.landing-root .cta-inner p{color:#ffffff80;max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.7}.landing-root .cta-btns{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.landing-root .btn-whatsapp{color:var(--white);cursor:pointer;background:#25d366;border:none;border-radius:99px;align-items:center;gap:10px;padding:15px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 28px #25d36633}.landing-root .btn-whatsapp:hover{background:#1fb855;transform:translateY(-3px)scale(1.03)}.landing-root .btn-whatsapp svg{width:20px;height:20px}.landing-root .footer{background:var(--navy-black);border-top:1px solid #ffffff0d;padding:44px 24px}.landing-root .footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;display:flex}.landing-root .footer-brand{align-items:center;gap:12px;display:flex}.landing-root .footer-brand-badge{background:linear-gradient(135deg, var(--orange) 0%, var(--navy) 100%);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;padding:3px;display:flex;box-shadow:0 3px 12px #00000040}.landing-root .footer-brand-badge img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.landing-root .footer-info .name{color:var(--white);font-size:15px;font-weight:700}.landing-root .footer-info .tag{color:var(--text-lighter);font-size:11px}.landing-root .footer-links{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.landing-root .footer-links a{color:var(--text-lighter);align-items:center;gap:6px;font-size:13px;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.landing-root .footer-links a:hover{color:var(--orange)}.landing-root .footer-links a svg{width:14px;height:14px;stroke:var(--text-lighter);fill:none}.landing-root .footer-copy{text-align:center;color:#ffffff1f;border-top:1px solid #ffffff0a;width:100%;margin-top:24px;padding-top:24px;font-size:11px}
