:root{--od-bg:#fff;--od-bg-soft:#f8f9fa;--od-ink:#111827;--od-ink-soft:#374151;--od-muted:#6b7280;--od-muted-light:#9ca3af;--od-accent:#111827;--od-accent-hover:#1f2937;--od-blue:#0f3b7a;--od-blue-soft:#eef4ff;--od-green:#10b981;--od-border:#e5e7eb;--od-border-light:#f3f4f6;--od-radius-sm:8px;--od-radius-md:12px;--od-radius-lg:16px;--od-radius-xl:20px;--od-radius-pill:999px;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:22px;--text-2xl:28px;--text-hero:clamp(32px, 4vw, 48px);--btn-h-sm:36px;--btn-h-md:40px;--btn-h-lg:44px;--od-space-1:8px;--od-space-2:16px;--od-space-3:24px;--od-space-4:32px;--od-space-5:48px;--od-space-6:64px;--od-space-7:72px;--od-shadow-card:0 6px 20px #0000001a;--od-shadow-soft:0 2px 8px #0000000f;--od-container:1120px}.homepage{color:var(--od-ink);background:var(--od-bg);-webkit-font-smoothing:antialiased;overflow-x:hidden}.homepage a{color:inherit;text-decoration:none;transition:color .15s,background .15s,border-color .15s,transform .15s}.homepage .container{width:min(var(--od-container), calc(100% - 48px));margin:0 auto}.homepage header{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(1.35);box-shadow:none;background:#ffffff61;border-bottom:none;position:fixed;top:0;left:0;right:0}.homepage .nav{align-items:center;gap:var(--od-space-3);width:100%;max-width:none;height:72px;margin:0;padding:0 18px;display:flex}.homepage .logo{width:fit-content;font-family:var(--font-logo);letter-spacing:-.055em;color:#0b1220;justify-self:start;font-size:29px;font-weight:800;line-height:1;text-decoration:none;display:block}.homepage .navlinks{color:var(--od-ink);font-family:var(--font-nav);font-size:var(--text-xs);letter-spacing:.02em;gap:4px;margin-left:auto;font-weight:400;display:flex}.homepage .navlinks a{border-radius:var(--od-radius-pill);color:var(--od-muted);padding:8px 16px;font-weight:400;transition:color .15s,background .15s;position:relative}.homepage .navlinks a:hover{color:var(--od-ink);background:#ffffff73}.homepage .navlinks a.is-active{color:var(--od-ink);background:#ffffff8c;font-weight:500}.homepage .navlinks a.is-active:after{content:"";background:var(--od-ink);border-radius:var(--od-radius-pill);width:16px;height:3px;margin-left:-8px;position:absolute;bottom:6px;left:50%}.homepage .nav-actions{align-items:center;gap:12px;display:flex}.homepage .lang-switch{color:var(--od-ink);font-family:var(--font-nav);font-size:var(--text-xs);letter-spacing:.02em;cursor:pointer;border-radius:var(--od-radius-pill);background:0 0;border:none;align-items:center;gap:4px;padding:8px 12px;font-weight:400;transition:background .15s;display:inline-flex}.homepage .lang-switch:hover{background:#ffffff73}.homepage .nav-cta{min-height:var(--btn-h-sm);color:#fff;background:var(--od-accent);border-radius:var(--od-radius-pill);font-family:var(--font-nav);font-weight:500;font-size:var(--text-xs);letter-spacing:.02em;white-space:nowrap;justify-content:center;align-items:center;padding:0 22px;display:inline-flex}.homepage .nav-cta:hover{background:var(--od-accent-hover)}.homepage .nav-cta:active{transform:scale(.96)}.homepage .nav-auth-link{font-size:var(--text-sm);color:var(--od-ink-soft);border-radius:var(--od-radius-pill);padding:8px 12px;font-weight:500}.homepage .nav-auth-link:hover{color:var(--od-ink);background:#ffffff73}.homepage .nav-user-avatar{border-radius:var(--od-radius-pill);background:var(--od-accent);color:#fff;width:36px;height:36px;font-family:var(--font-nav);font-size:var(--text-sm);cursor:pointer;border:1px solid #1118271f;justify-content:center;align-items:center;font-weight:600;line-height:1;transition:transform .15s,background .15s;display:inline-flex}.homepage .nav-user-avatar:hover{background:var(--od-accent-hover)}.homepage .nav-user-avatar:active{transform:scale(.96)}.homepage .nav-user-dropdown{border-radius:var(--od-radius-md);border:1px solid var(--od-border);-webkit-backdrop-filter:blur(12px);box-shadow:var(--od-shadow-card);background:#fffffff5}.homepage .nav-user-dropdown-email{color:var(--od-muted);word-break:break-all;border-bottom:1px solid var(--od-border-light);margin:0;padding:8px 10px 6px;font-size:11px}.homepage .nav-user-dropdown-item{border-radius:var(--od-radius-sm);width:100%;color:var(--od-ink);font-family:var(--font-nav);font-size:var(--text-sm);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;padding:9px 10px;font-weight:500;transition:background .15s,color .15s;display:flex}.homepage .nav-user-dropdown-item:hover{background:var(--od-bg-soft)}.homepage .nav-user-dropdown-item--danger{color:#b91c1c}.homepage .nav-user-dropdown-item--danger:hover{background:#fef2f2}.homepage .hero{box-sizing:border-box;min-height:80dvh;padding:72px 0 var(--od-space-4);background:var(--od-bg);align-items:center;display:flex;position:relative}.homepage .hero-media{z-index:0;position:absolute;inset:0;overflow:hidden}.homepage .hero-image{object-fit:cover;object-position:center 40%}.homepage .hero-overlay{background:linear-gradient(90deg,#ffffffeb 0%,#ffffffc7 38%,#ffffff59 62%,#ffffff14 100%);position:absolute;inset:0}.homepage .hero-layout{z-index:1;--hero-gutter:max(24px, calc((100% - min(var(--od-container), 100% - 48px)) / 2));width:100%;padding-inline:var(--hero-gutter);box-sizing:border-box;margin:0;position:relative}@media (min-width:1024px){.homepage .hero-layout{padding-inline:72px}}.homepage .hero-copy{max-width:560px;margin-right:auto}.homepage .hero-tag{border-radius:var(--od-radius-pill);border:1px solid var(--od-border);color:var(--od-muted);font-size:var(--text-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffd9;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-weight:500;line-height:1.43;display:inline-flex}.homepage .hero-tag svg{color:var(--od-muted);flex-shrink:0}.homepage .hero .eyebrow{display:none}.homepage .hero h1{font-size:var(--text-hero);letter-spacing:-.02em;color:var(--od-ink);margin:0 0 20px;font-weight:700;line-height:1.12}.homepage .hero .lead{max-width:480px;color:var(--od-muted);font-size:var(--text-base);margin:0 0 var(--od-space-4);font-weight:400;line-height:1.65}.homepage .hero-actions{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.homepage .btn-primary,.homepage .btn-secondary{cursor:pointer;justify-content:center;align-items:center;gap:8px;font-weight:600;line-height:1.25;transition:background .15s,transform .15s,border-color .15s;display:inline-flex}.homepage .btn-lg{min-height:var(--btn-h-lg);font-size:var(--text-sm);border-radius:var(--od-radius-pill);padding:0 24px}.homepage .btn-md{min-height:var(--btn-h-md);font-size:var(--text-sm);border-radius:var(--od-radius-sm);padding:0 16px}.homepage .btn-sm{min-height:var(--btn-h-sm);font-size:var(--text-sm);border-radius:var(--od-radius-sm);padding:0 14px}.homepage .btn-pill{border-radius:var(--od-radius-pill)}.homepage .btn-primary{background:var(--od-accent);color:#fff;border:none}.homepage .btn-primary:hover{background:var(--od-accent-hover)}.homepage .btn-primary:active{transform:scale(.97)}.homepage .btn-primary:focus-visible,.homepage .btn-secondary:focus-visible,.homepage .nav-cta:focus-visible{box-shadow:0 0 0 2px var(--od-ink);outline:none}.homepage .btn-secondary{border:1px solid var(--od-border);color:var(--od-ink);background:#fff}.homepage .btn-secondary:hover{background:var(--od-bg-soft)}.homepage .btn-block{width:100%}.homepage .btn-play{color:var(--od-ink);font-size:var(--text-sm);align-items:center;gap:10px;font-weight:600;display:inline-flex}.homepage .btn-play:hover{color:var(--od-ink-soft)}.homepage .btn-play-icon{border:1.5px solid var(--od-border);width:36px;height:36px;color:var(--od-ink);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:border-color .15s,background .15s;display:inline-flex}.homepage .btn-play:hover .btn-play-icon{border-color:var(--od-ink);background:var(--od-bg-soft)}.homepage .hero .trust{display:none}.homepage .booking-panel{position:sticky;top:80px}.homepage .booking-card{background:var(--od-bg);border-radius:var(--od-radius-xl);padding:var(--od-space-3);border:1px solid var(--od-border);box-shadow:var(--od-shadow-card)}.homepage .card-head{border-bottom:1px solid var(--od-border-light);margin-bottom:20px;padding-bottom:16px}.homepage .card-title{font-size:var(--text-base);letter-spacing:-.01em;color:var(--od-ink);font-weight:600;line-height:1.25}.homepage .pill{display:none}.homepage .booking-fields{gap:var(--od-space-1);margin-bottom:var(--od-space-1);grid-template-columns:1fr 1fr;display:grid}.homepage .field{border-radius:var(--od-radius-sm);background:var(--od-bg);border:1px solid var(--od-border);padding:8px 12px}.homepage .field--full{margin-bottom:20px}.homepage .label{color:var(--od-ink);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:10px;font-weight:600;line-height:1.33}.homepage .value{font-size:var(--text-sm);color:var(--od-ink-soft);font-weight:500;line-height:1.43}.homepage .price-row{flex-direction:column;gap:10px;padding-top:4px;display:flex}.homepage .price-meta{align-items:baseline;gap:4px;display:flex}.homepage .price{font-size:var(--text-xl);letter-spacing:-.01em;color:var(--od-ink);font-weight:600;line-height:1.2}.homepage .small{color:var(--od-muted);font-size:var(--text-sm);font-weight:500}.homepage .trust-bar{background:0 0;padding:0}.homepage .trust-bar--embedded{margin-top:var(--od-space-3)}.homepage .trust-bar-card{justify-content:space-between;align-items:center;gap:var(--od-space-3);background:var(--od-bg-soft);border:1px solid var(--od-border-light);border-radius:var(--od-radius-lg);flex-wrap:wrap;padding:18px 24px;display:flex}.homepage .trust-bar-label{font-size:var(--text-sm);color:var(--od-ink);white-space:nowrap;margin:0;font-weight:600}.homepage .trust-brands{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}.homepage .trust-brand{border-inline-start:1px solid var(--od-border);align-items:center;gap:10px;padding-inline:16px;display:inline-flex}.homepage .trust-brand:first-child{border-inline-start:none;padding-inline-start:0}.homepage .trust-brand-name{font-size:var(--text-sm);color:var(--od-ink-soft);letter-spacing:.01em;font-weight:600}.homepage .trust-brand-rating{font-size:var(--text-sm);color:var(--od-ink);font-variant-numeric:tabular-nums;align-items:center;gap:6px;font-weight:600;display:inline-flex}.homepage .trust-stars{color:var(--od-ink);opacity:.35;gap:2px;display:inline-flex}.homepage .trust-bar-stat{font-size:var(--text-sm);color:var(--od-muted);white-space:nowrap;margin:0;font-weight:600}.homepage .trust-bar-inner,.homepage .trust-stats,.homepage .trust-stat{display:none}.homepage .section{padding:var(--od-space-7) 0}.homepage .section--soft{background:var(--od-bg-soft)}.homepage .section--cta{padding:var(--od-space-7) 0;background:var(--od-bg);border-top:1px solid var(--od-border)}.homepage .section-head{margin-bottom:var(--od-space-4)}.homepage .section-head--left .section-desc{margin-left:0}.homepage .section-head--center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto}.homepage .section-head--center .section-desc{margin-left:auto;margin-right:auto}.homepage .section-eyebrow{color:var(--od-muted);font-size:var(--text-sm);margin-bottom:6px;font-weight:500;line-height:1.43;display:block}.homepage h2{font-size:clamp(22px, 2.4vw, var(--text-2xl));letter-spacing:-.01em;color:var(--od-ink);margin:0;font-weight:600;line-height:1.25}.homepage .section-desc{max-width:560px;color:var(--od-muted);font-size:var(--text-base);margin:10px 0 0;font-weight:500;line-height:1.5}.homepage .section--services{padding:var(--od-space-7) 0}.homepage .section--services .section-head{margin-bottom:var(--od-space-5)}.homepage .services-bento{border-radius:calc(var(--od-radius-xl) + 6px);background:var(--od-border);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:420px;display:grid;overflow:hidden;box-shadow:0 28px 60px #0f172a14}.homepage .service-feature{color:#fff;background:radial-gradient(circle at 85% 12%,#ffffff14,#0000 34%),linear-gradient(165deg,#0b1220 0%,#162033 52%,#1a2740 100%);flex-direction:column;justify-content:flex-end;gap:0;min-height:100%;padding:44px 40px;text-decoration:none;transition:filter .3s;display:flex}.homepage .service-feature:hover{filter:brightness(1.06)}.homepage .service-feature .service-tag{color:#ffffff85;margin-bottom:18px}.homepage .service-feature h3{letter-spacing:-.03em;color:#fff;margin:0 0 16px;font-size:clamp(30px,3vw,38px);font-weight:600;line-height:1.12}.homepage .service-feature p{color:#ffffffb8;max-width:34ch;font-size:var(--text-base);margin:0;font-weight:400;line-height:1.7}.homepage .service-cta{border-radius:var(--od-radius-pill);color:var(--od-ink);font-size:var(--text-sm);background:#fff;align-self:flex-start;align-items:center;margin-top:32px;padding:12px 20px;font-weight:600;line-height:1;transition:transform .2s,box-shadow .2s;display:inline-flex}.homepage .service-feature:hover .service-cta{transform:translateY(-1px);box-shadow:0 8px 24px #0000002e}.homepage .services-stack{background:var(--od-border);grid-template-rows:repeat(3,minmax(0,1fr));gap:1px;display:grid}.homepage .service-item{background:var(--od-bg);color:inherit;flex-direction:column;justify-content:center;gap:8px;padding:28px 32px;text-decoration:none;transition:background-color .25s;display:flex}.homepage .service-item:hover{background:#fafbfc}.homepage .service-item-head{flex-direction:column;gap:6px;display:flex}.homepage .service-tag{letter-spacing:.1em;color:var(--od-muted);font-size:11px;font-weight:600}.homepage .service-item h3{font-size:var(--text-xl);letter-spacing:-.02em;color:var(--od-ink);margin:0;font-weight:600;line-height:1.25}.homepage .service-item p{max-width:42ch;color:var(--od-muted);font-size:var(--text-sm);margin:0;font-weight:400;line-height:1.65}.homepage .section--why{padding-top:var(--od-space-5);padding-bottom:var(--od-space-4)}.homepage .why-grid{gap:var(--od-space-2);grid-template-columns:repeat(5,1fr);display:grid}.homepage .why-item{border:1px solid var(--od-border-light);border-radius:var(--od-radius-lg);background:var(--od-bg);padding:28px 22px;transition:border-color .2s,box-shadow .2s}.homepage .why-item:hover{border-color:var(--od-border);box-shadow:var(--od-shadow-soft)}.homepage .why-icon{border-radius:var(--od-radius-md);background:var(--od-bg-soft);width:48px;height:48px;color:var(--od-muted);justify-content:center;align-items:center;margin-bottom:18px;display:flex}.homepage .why-item h3{font-size:var(--text-base);color:var(--od-ink);margin:0 0 8px;font-weight:700;line-height:1.3}.homepage .why-item p{color:var(--od-muted);line-height:1.55;font-size:var(--text-sm);margin:0;font-weight:400}.homepage .scenario-row{display:none}.homepage .scenario-label{font-size:var(--text-sm);color:var(--od-ink);font-weight:600}.homepage .scenario-chips{gap:var(--od-space-1);flex-wrap:wrap;display:flex}.homepage .scenario-chip{border-radius:var(--od-radius-pill);background:var(--od-bg);border:1px solid var(--od-border);color:var(--od-ink);font-size:var(--text-sm);padding:7px 14px;font-weight:500;line-height:1.29}.homepage .scenario-chip:hover{border-color:var(--od-ink)}.homepage .cities-grid{gap:var(--od-space-3);grid-template-columns:repeat(4,1fr);display:grid}.homepage .city-card{border-radius:var(--od-radius-lg);background:var(--od-bg);display:block;overflow:hidden}.homepage .city-card-thumb{aspect-ratio:4/3;border-radius:var(--od-radius-lg);background:linear-gradient(160deg,#e8e8e8 0%,#f7f7f7 100%);margin-bottom:12px}.homepage .city-info{flex-direction:column;gap:2px;display:flex}.homepage .city-info strong{font-size:var(--text-base);color:var(--od-ink);font-weight:600;line-height:1.25}.homepage .city-info span{font-size:var(--text-sm);color:var(--od-muted);font-weight:500;line-height:1.43}.homepage .city-arrow{display:none}.homepage .steps-track{gap:var(--od-space-3);grid-template-columns:repeat(3,1fr);display:grid}.homepage .step-card{border-radius:var(--od-radius-lg);background:var(--od-bg);border:1px solid var(--od-border);padding:20px}.homepage .step-num{font-size:var(--text-sm);color:var(--od-accent);margin-bottom:12px;font-weight:600;line-height:1.29;display:block}.homepage .step-card h3{font-size:var(--text-base);color:var(--od-ink);margin:0 0 6px;font-weight:600;line-height:1.25}.homepage .step-card p{color:var(--od-muted);line-height:1.43;font-size:var(--text-sm);margin:0;font-weight:500}.homepage .section--faq{border-top:1px solid var(--od-border)}.homepage .faq-list{flex-direction:column;gap:10px;max-width:720px;margin:0 auto;display:flex}.homepage .faq-item{border:1px solid var(--od-border);border-radius:var(--od-radius-lg);background:var(--od-bg);transition:border-color .15s,box-shadow .15s;overflow:hidden}.homepage .faq-item[open]{border-color:var(--od-ink-soft);box-shadow:var(--od-shadow-soft)}.homepage .faq-question{justify-content:space-between;align-items:center;gap:var(--od-space-2);font-size:var(--text-base);color:var(--od-ink);cursor:pointer;-webkit-user-select:none;user-select:none;padding:18px 20px;font-weight:600;line-height:1.4;list-style:none;display:flex}.homepage .faq-question::-webkit-details-marker{display:none}.homepage .faq-question:after{content:"+";border-radius:var(--od-radius-sm);background:var(--od-bg-soft);width:24px;height:24px;color:var(--od-muted);flex-shrink:0;place-items:center;font-size:18px;font-weight:400;line-height:1;transition:transform .2s,background .15s;display:grid}.homepage .faq-item[open] .faq-question:after{content:"−";background:var(--od-blue-soft);color:var(--od-blue)}.homepage .faq-answer{color:var(--od-muted);font-size:var(--text-sm);margin:0;padding:0 20px 18px;font-weight:500;line-height:1.6}.homepage .faq-cta{margin:var(--od-space-4) auto 0;text-align:center;max-width:720px;color:var(--od-muted);font-size:var(--text-sm);font-weight:500;line-height:1.6}.homepage .faq-cta a{color:var(--od-blue);margin:0 4px;font-weight:600}.homepage .faq-cta a:hover{text-decoration:underline}.homepage .section--booking{padding:var(--od-space-7) 0;background:var(--od-bg-soft);border-top:1px solid var(--od-border);position:relative}.homepage .booking-section-bg{pointer-events:none;background-image:radial-gradient(circle at 1px 1px,#0f3b7a0f 1px,#0000 0);background-size:24px 24px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#00000080 0%,#0000 85%);mask-image:linear-gradient(#00000080 0%,#0000 85%)}.homepage .booking-section-grid{z-index:1;gap:var(--od-space-6);grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;display:grid;position:relative}.homepage .booking-section-copy{padding-top:8px}.homepage .booking-section-copy p{max-width:420px;color:var(--od-muted);font-size:var(--text-base);margin:10px 0 var(--od-space-4);font-weight:400;line-height:1.6}.homepage .booking-feature-list{flex-direction:column;gap:20px;margin:0;padding:0;list-style:none;display:flex}.homepage .booking-feature-list li{align-items:flex-start;gap:16px;display:flex}.homepage .booking-feature-num{font-family:var(--font-inter), ui-monospace, monospace;font-size:var(--text-xs);letter-spacing:.08em;color:var(--od-blue);flex-shrink:0;padding-top:2px;font-weight:600}.homepage .booking-feature-list strong{font-size:var(--text-sm);color:var(--od-ink);margin-bottom:2px;font-weight:600;display:block}.homepage .booking-feature-list span{font-size:var(--text-sm);color:var(--od-muted);line-height:1.45;display:block}.homepage .booking-shadcn-card{z-index:0;background:var(--od-bg);border-color:var(--od-border);box-shadow:var(--od-shadow-card);position:relative}.homepage .booking-shadcn-card [data-slot=toggle-group-item][data-pressed]{z-index:1;border-color:var(--od-blue);background:color-mix(in srgb, var(--od-blue) 10%, var(--od-bg));color:var(--od-ink)}.homepage .booking-shadcn-card [data-slot=toggle-group-item][data-pressed] .text-muted-foreground{color:color-mix(in srgb, var(--od-blue) 50%, var(--od-muted))}.homepage .booking-shadcn-card .booking-flight-panel{border-color:color-mix(in srgb, var(--od-blue) 22%, var(--od-border));background:color-mix(in srgb, var(--od-blue) 6%, var(--od-bg))}.homepage .booking-form-card{z-index:0;background:var(--od-bg);border:1px solid var(--od-border);border-radius:var(--od-radius-xl);padding:var(--od-space-3);box-shadow:var(--od-shadow-card);position:relative}.homepage .booking-form-card--success{text-align:center;min-height:420px;padding:var(--od-space-5);flex-direction:column;justify-content:center;align-items:center;display:flex}.homepage .booking-success-icon{background:var(--od-blue-soft);width:56px;height:56px;color:var(--od-blue);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.homepage .booking-success-title{font-size:var(--text-xl);color:var(--od-ink);margin:0 0 8px;font-weight:600}.homepage .booking-success-desc{margin:0 0 var(--od-space-3);max-width:320px;color:var(--od-muted);font-size:var(--text-sm);line-height:1.55}.homepage .booking-reset-btn{margin-top:8px}.homepage .booking-form-head{margin-bottom:var(--od-space-3);border-bottom:1px solid var(--od-border-light);justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;display:flex}.homepage .booking-form-status{font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;color:var(--od-blue);align-items:center;gap:8px;font-weight:600;display:inline-flex}.homepage .booking-status-dot{background:var(--od-green);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite booking-pulse;box-shadow:0 0 0 4px #10b98126}@keyframes booking-pulse{0%,to{box-shadow:0 0 0 4px #10b98126}50%{box-shadow:0 0 0 7px #10b98114}}.homepage .booking-form-steps{font-family:var(--font-inter), ui-monospace, monospace;letter-spacing:.06em;color:var(--od-muted-light);align-items:center;gap:8px;margin:0;font-size:11px;font-weight:500;display:inline-flex}.homepage .booking-fieldset{margin:0 0 var(--od-space-3);border:none;padding:0}.homepage .booking-legend{letter-spacing:.08em;text-transform:uppercase;color:var(--od-muted);margin-bottom:10px;font-size:10px;font-weight:600;display:block}.homepage .booking-service-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.homepage .booking-service-chip{border:1px solid var(--od-border);border-radius:var(--od-radius-md);background:var(--od-bg);cursor:pointer;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 12px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.homepage .booking-service-chip:hover{border-color:#0f3b7a40}.homepage .booking-service-chip.is-active{border-color:var(--od-blue);background:var(--od-blue-soft);box-shadow:0 0 0 1px #0f3b7a14}.homepage .booking-service-input{opacity:0;pointer-events:none;position:absolute}.homepage .booking-service-label{font-size:var(--text-sm);color:var(--od-ink);font-weight:600;line-height:1.3}.homepage .booking-service-hint{color:var(--od-muted);font-size:11px;line-height:1.3}.homepage .booking-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.homepage .booking-form-grid--nested{margin-bottom:8px}.homepage .booking-flight-block{border-radius:var(--od-radius-md);background:linear-gradient(180deg, var(--od-blue-soft) 0%, var(--od-bg) 100%);border:1px dashed #0f3b7a2e;padding:14px}.homepage .booking-subsection-label{letter-spacing:.04em;text-transform:uppercase;color:var(--od-blue);align-items:center;gap:6px;margin:0 0 12px;font-size:11px;font-weight:600;display:flex}.homepage .booking-field-hint{font-size:var(--text-xs);color:var(--od-muted);margin:0;line-height:1.45}.homepage .booking-field{flex-direction:column;gap:6px;display:flex}.homepage .booking-field--full{grid-column:1/-1}.homepage .booking-field label{letter-spacing:.04em;text-transform:uppercase;color:var(--od-muted);align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.homepage .booking-label-optional{letter-spacing:0;text-transform:none;color:var(--od-muted-light);font-size:10px;font-weight:500}.homepage .booking-input-wrap input,.homepage .booking-input-wrap select,.homepage .booking-input-wrap textarea{border:1px solid var(--od-border);border-radius:var(--od-radius-sm);background:var(--od-bg);width:100%;min-height:42px;color:var(--od-ink);font-family:inherit;font-size:var(--text-sm);padding:10px 12px;font-weight:500;line-height:1.4;transition:border-color .15s,box-shadow .15s}.homepage .booking-input-wrap textarea{resize:vertical;min-height:72px}.homepage .booking-input-wrap input::placeholder,.homepage .booking-input-wrap textarea::placeholder{color:var(--od-muted-light);font-weight:400}.homepage .booking-input-wrap input:focus,.homepage .booking-input-wrap select:focus,.homepage .booking-input-wrap textarea:focus{border-color:var(--od-blue);outline:none;box-shadow:0 0 0 3px #0f3b7a1a}.homepage .booking-input-wrap select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.homepage .booking-form-divider{height:1px;margin:var(--od-space-3) 0;background:linear-gradient(90deg, transparent, var(--od-border), transparent)}.homepage .booking-form-foot{margin-top:var(--od-space-3);padding-top:4px}.homepage .booking-form-note{font-size:var(--text-xs);color:var(--od-muted);text-align:center;margin:0 0 12px;line-height:1.45}.homepage .booking-submit-btn:disabled{opacity:.7;cursor:not-allowed}.homepage .cta-box{max-width:560px}.homepage .cta-copy p{color:var(--od-muted);font-size:var(--text-base);margin:10px 0 var(--od-space-3);max-width:480px;font-weight:500;line-height:1.5}.homepage .cta-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.homepage .cta-btn-secondary{border-radius:var(--od-radius-pill)}.homepage footer{color:var(--od-muted);background:var(--od-bg-soft);border-top:1px solid var(--od-border);font-size:var(--text-sm);padding:0 18px;font-weight:500;line-height:1.43}.homepage .footer-inner{justify-content:space-between;align-items:flex-start;gap:var(--od-space-5);width:100%;max-width:none;padding:var(--od-space-5) 0 var(--od-space-4);margin:0;display:flex}.homepage .footer-brand{flex:0 520px;min-width:0}.homepage .footer-brand>.logo,.homepage .footer-brand>.footer-tagline,.homepage .footer-brand>.footer-desc{text-box-trim:trim-start;text-box-edge:cap alphabetic}.homepage .footer-tagline{font-size:var(--text-lg);letter-spacing:-.01em;color:var(--od-ink);margin:16px 0 8px;font-weight:600;line-height:1.35}.homepage .footer-desc{margin:0 0 var(--od-space-3);color:var(--od-muted);font-size:var(--text-xs);font-weight:400;line-height:1.6}.homepage .footer-highlights{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.homepage .footer-highlights li{border:1px solid var(--od-border);border-radius:var(--od-radius-pill);background:var(--od-bg);color:var(--od-ink-soft);font-size:var(--text-xs);padding:6px 12px;font-weight:500;line-height:1.3}.homepage .footer-columns{gap:var(--od-space-6);text-align:right;flex:none;margin-left:auto;display:flex}.homepage .footer-col{min-width:96px}.homepage .footer-col-title{letter-spacing:.06em;text-transform:uppercase;color:var(--od-ink);margin:0 0 12px;font-size:11px;font-weight:600}.homepage .footer-links{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.homepage .footer-links a{color:var(--od-muted);font-size:var(--text-xs);font-weight:400;transition:color .15s}.homepage .footer-links a:hover{color:var(--od-ink)}.homepage .footer-bottom-row{justify-content:space-between;align-items:center;gap:var(--od-space-2);width:100%;max-width:none;font-size:var(--text-xs);color:var(--od-muted-light);margin:0;padding:16px 0;display:flex}.homepage .footer-bottom-row p{margin:0}.homepage .footer-domain{color:var(--od-muted);letter-spacing:.01em;font-weight:500}.homepage .footer-domain:hover{color:var(--od-ink)}.homepage .footer-row{justify-content:space-between;align-items:center;gap:var(--od-space-2);display:flex}@media (max-width:1024px){.homepage .booking-section-grid{gap:var(--od-space-4);grid-template-columns:1fr}.homepage .booking-service-grid{grid-template-columns:repeat(2,1fr)}.homepage .why-grid{grid-template-columns:repeat(3,1fr)}.homepage .services-bento{grid-template-columns:1fr;min-height:auto}.homepage .service-feature{min-height:320px;padding:36px 28px}.homepage .services-stack{grid-template-rows:none}.homepage .cities-grid{grid-template-columns:repeat(2,1fr)}.homepage .trust-bar-card{text-align:center;justify-content:center}.homepage .trust-brands{justify-content:center}}@media (max-width:768px){.homepage .container{width:min(100% - 32px, var(--od-container))}.homepage .nav{height:56px}.homepage .hero{min-height:80dvh;padding-top:56px;padding-bottom:var(--od-space-4)}.homepage .navlinks{display:none}.homepage .nav-actions{margin-left:auto}.homepage .logo{font-size:24px}.homepage .section{padding:var(--od-space-6) 0}.homepage .why-grid,.homepage .cities-grid,.homepage .steps-track{grid-template-columns:1fr}.homepage .service-feature{min-height:280px;padding:32px 24px}.homepage .service-item{padding:24px}.homepage .trust-bar-card{align-items:flex-start;gap:var(--od-space-3);flex-direction:column}.homepage .trust-brands{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.homepage .trust-brand{border-inline-start:none;justify-content:space-between;width:100%;padding-inline:0}.homepage .booking-fields,.homepage .booking-form-grid{grid-template-columns:1fr}.homepage .booking-form-card--success{min-height:360px}.homepage .hero h1{font-size:clamp(26px,6.5vw,32px)}.homepage .hero .trust{flex-direction:column;gap:4px}.homepage .trust-pill+.trust-pill:before{display:none}.homepage footer{padding:0 16px}.homepage .footer-inner{gap:var(--od-space-4);padding-top:var(--od-space-4);flex-direction:column}.homepage .footer-columns{text-align:left;justify-content:space-between;width:100%;margin-left:0}.homepage .footer-bottom-row,.homepage .footer-row{flex-direction:column;align-items:flex-start}}@media (max-width:560px){.homepage .nav-cta{min-height:30px;font-size:var(--text-xs);padding:0 12px}.homepage .btn-lg{min-height:var(--btn-h-md)}}.homepage .section--news{border-top:1px solid var(--od-border)}.homepage .news-page{padding:96px 0 var(--od-space-7);background:var(--od-bg)}.homepage .news-page--list{background:var(--od-bg-soft)}.homepage .news-page-inner{width:min(720px,100% - 48px);margin:0 auto}.homepage .news-back-link{color:var(--od-muted);font-size:var(--text-sm);align-items:center;margin-bottom:28px;font-weight:500;display:inline-flex}.homepage .news-back-link:hover{color:var(--od-blue)}.homepage .news-article{width:100%}.homepage .news-article-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.homepage .news-article-meta time{color:var(--od-muted-light);font-size:var(--text-xs)}.homepage .news-article-title{letter-spacing:-.02em;color:var(--od-ink);margin:18px 0 0;font-size:clamp(30px,4vw,42px);font-weight:800;line-height:1.18}.homepage .news-article-summary{color:var(--od-muted);font-size:var(--text-lg);margin:18px 0 0;line-height:1.7}.homepage .news-article-content{border-top:1px solid var(--od-border);color:var(--od-ink-soft);font-size:var(--text-base);margin-top:36px;padding-top:32px;line-height:1.85}.homepage .news-prose h2{font-size:var(--text-xl)!important;color:var(--od-ink)!important;margin:36px 0 14px!important;font-weight:700!important;line-height:1.35!important}.homepage .news-prose h2:first-child{margin-top:0!important}.homepage .news-prose h3{font-size:var(--text-lg)!important;color:var(--od-ink)!important;margin:24px 0 10px!important;font-weight:700!important;line-height:1.4!important}.homepage .news-prose p{margin:0 0 16px}.homepage .news-prose ul,.homepage .news-prose ol{margin:0 0 18px!important;padding-left:1.5rem!important}.homepage .news-prose ul{list-style:outside!important}.homepage .news-prose ol{list-style:decimal!important}.homepage .news-prose li{padding-left:.15rem;margin-bottom:8px!important}.homepage .news-prose li>ul,.homepage .news-prose li>ol{margin-top:8px!important;margin-bottom:0!important}.homepage .news-prose li>p{margin-bottom:0}.homepage .news-prose li>p+p{margin-top:8px}.homepage .news-prose strong{color:var(--od-ink);font-weight:700}.homepage .news-prose a{color:var(--od-blue);text-underline-offset:2px;font-weight:600;text-decoration:underline}.homepage .news-prose blockquote{border-left:3px solid var(--od-blue);border-radius:0 var(--od-radius-sm) var(--od-radius-sm) 0;background:var(--od-blue-soft);color:var(--od-ink-soft);margin:0 0 18px;padding:14px 16px}.homepage .news-block-title{font-size:var(--text-xl);color:var(--od-ink);margin:36px 0 14px;font-weight:700;line-height:1.35}.homepage .news-article-cover{border-radius:var(--od-radius-lg);margin-top:28px;line-height:0;overflow:hidden}.homepage .news-cover-img{object-fit:cover;width:100%;height:auto;display:block}.homepage .news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.homepage .news-grid--home{margin-top:var(--od-space-4)}.homepage .news-card{border:1px solid var(--od-border);border-radius:var(--od-radius-lg);background:var(--od-bg);flex-direction:column;min-height:100%;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.homepage .news-card:hover{border-color:var(--od-ink-soft);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.homepage .news-card-cover{aspect-ratio:16/9;background:var(--od-bg-soft);flex-shrink:0;overflow:hidden}.homepage .news-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.homepage .news-card:hover .news-card-img{transform:scale(1.04)}.homepage .news-card-body{flex-direction:column;flex:1;gap:10px;padding:18px 20px 20px;display:flex}.homepage .news-card h3{font-size:var(--text-base);color:var(--od-ink);margin:0;font-weight:700;line-height:1.4}.homepage .news-card p{color:var(--od-muted);font-size:var(--text-sm);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0;line-height:1.6;display:-webkit-box;overflow:hidden}.homepage .news-card time{color:var(--od-muted-light);font-size:var(--text-xs);margin-top:2px}.homepage .news-card-meta{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.homepage .news-tag{border-radius:var(--od-radius-pill);background:var(--od-blue-soft);color:var(--od-blue);font-size:var(--text-xs);align-items:center;padding:4px 10px;font-weight:600;display:inline-flex}.homepage .news-tag--city{background:var(--od-bg-soft);color:var(--od-ink-soft)}.homepage .news-section-cta{margin-top:var(--od-space-4);text-align:center}.homepage .news-section-cta a{color:var(--od-blue);font-size:var(--text-sm);font-weight:600}.homepage .news-filters{margin:var(--od-space-4) 0;flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.homepage .news-filters a{border:1px solid var(--od-border);border-radius:var(--od-radius-pill);color:var(--od-muted);font-size:var(--text-sm);padding:8px 14px;font-weight:500}.homepage .news-filters a.is-active,.homepage .news-filters a:hover{border-color:var(--od-blue);background:var(--od-blue-soft);color:var(--od-blue)}.homepage .news-empty{margin:var(--od-space-5) 0;text-align:center;color:var(--od-muted)}.homepage .news-article-faqs{margin-top:var(--od-space-5);padding-top:var(--od-space-4);border-top:1px solid var(--od-border)}.homepage .news-article-cta{margin-top:var(--od-space-5);border:1px solid var(--od-border);border-radius:var(--od-radius-lg);background:var(--od-bg-soft);text-align:center;padding:28px}.homepage .news-article-cta p{color:var(--od-muted);margin:12px 0 0;line-height:1.6}.homepage .news-article-cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.homepage .btn-pill--primary{background:var(--od-blue);color:#fff}.homepage .btn-pill--ghost{border:1px solid var(--od-border);background:var(--od-bg);color:var(--od-ink)}@media (max-width:960px){.homepage .news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.homepage .news-grid{grid-template-columns:1fr}}@media (max-width:768px){.homepage .news-page{padding-top:80px}.homepage .news-page-inner{width:min(100% - 32px,720px)}.homepage .news-article-title{font-size:clamp(26px,7vw,34px)}}
