:root{--color-primary:#0f0f5a;--color-primary-dark:#0a0a40;--color-primary-light:#1f1f7a;--color-accent:#2563eb;--color-accent-2:#06b6d4;--color-danger:#e52d33;--color-success:#16a34a;--color-warning:#facc15;--color-cta:#ff4081;--color-text:#0f0f5a;--color-text-muted:#6b7280;--color-divider:#e5e7eb;--color-bg:#fff;--color-bg-soft:#f7f8fc;--color-bg-alt:#eef1ff;--tint-blue:#eef3ff;--tint-violet:#f1eefe;--tint-mint:#e7f8f3;--gradient-login-btn:linear-gradient(135deg,#2563eb,#06b6d4);--gradient-hero:linear-gradient(135deg,#0a1f63,#1e40af 60%,#2563eb);--font-sans:var(--font-jost),"Jost",var(--font-inter),"Inter",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--font-display:var(--font-jost),"Jost",var(--font-poppins),"Poppins",system-ui,sans-serif;--font-mono:ui-monospace,"JetBrains Mono",SFMono-Regular,Menlo,Consolas,monospace;--fs-xs:0.6875rem;--fs-sm:0.8125rem;--fs-base:0.875rem;--fs-md:0.9375rem;--fs-lg:1.0625rem;--fs-xl:1.25rem;--fs-2xl:1.5rem;--fs-3xl:1.875rem;--fs-4xl:2.25rem;--lh-tight:1.2;--lh-snug:1.35;--lh-normal:1.5;--lh-relaxed:1.65;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--ls-tight:-0.011em;--ls-normal:0;--ls-wide:0.04em;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--shadow-card:0 4px 14px rgba(15,15,90,.07);--shadow-pop:0 12px 28px rgba(15,15,90,.14)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes tpa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tpa-date-strip::-webkit-scrollbar{display:none}.tpa-dual-range input[type=range]{position:absolute;inset:0;width:100%;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;pointer-events:none;height:28px}.tpa-dual-range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #22c55e;cursor:-webkit-grab;cursor:grab;pointer-events:auto;box-shadow:0 2px 6px rgba(15,15,90,.18);margin-top:-8px;-webkit-transition:transform .15s;transition:transform .15s}.tpa-dual-range input[type=range]:active::-webkit-slider-thumb{cursor:-webkit-grabbing;cursor:grabbing;transform:scale(1.1);box-shadow:0 4px 10px rgba(34,197,94,.35)}.tpa-dual-range input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#fff;border:3px solid #22c55e;cursor:grab;pointer-events:auto;box-shadow:0 2px 6px rgba(15,15,90,.18)}.tpa-dual-range input[type=range]::-webkit-slider-runnable-track{height:4px;background:transparent;border:0}.tpa-dual-range input[type=range]::-moz-range-track{height:4px;background:transparent;border:0}.tpa-dual-range input[type=range]:focus{outline:none}:root{--shadow-hero:0 18px 36px rgba(15,15,90,.18);--header-height:72px}.section{padding:56px 0}.section-tight{padding:32px 0}.section-title{font-family:var(--font-display);font-weight:800;text-align:center;color:var(--color-primary);margin-bottom:14px;font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.15;letter-spacing:-.01em}.section-sub{text-align:center;color:var(--color-text-muted);margin-bottom:44px;font-size:.95rem}.btn-brand{background:var(--color-primary);color:#fff!important;border:none;border-radius:var(--radius-pill);padding:10px 22px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.btn-brand:hover{background:var(--color-primary-light);color:#fff!important;text-decoration:none;transform:translateY(-1px);box-shadow:var(--shadow-pop)}.btn-brand-outline{background:#fff;color:var(--color-primary)!important;border:1.5px solid #e5e7eb;border-radius:var(--radius-pill);padding:9px 20px;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:border-color .15s ease,color .15s ease}.btn-brand-outline:hover{border-color:var(--color-primary);color:var(--color-primary)!important;text-decoration:none}.chip{display:inline-block;background:var(--tint-blue);color:var(--color-primary);border-radius:var(--radius-pill);padding:4px 14px;font-size:.8rem;font-weight:600}body,body *,button,html,input,optgroup,select,textarea{font-family:var(--font-sans)!important}.fa,.fab,.fal,.far,.fas,.material-icons,.material-icons-outlined,[class*=" glyphicon"],[class^=glyphicon]{font-family:Material Icons,FontAwesome,Font Awesome\ 5 Free,Glyphicons,sans-serif!important}html{scroll-behavior:smooth;font-size:20px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);font-size:var(--fs-base);font-weight:var(--fw-regular);line-height:var(--lh-normal);letter-spacing:var(--ls-tight);color:var(--color-text);background:var(--color-bg);margin:0;font-feature-settings:"cv11" 1,"ss01" 1,"cv02" 1,"cv03" 1,"cv04" 1,"tnum";font-variant-numeric:tabular-nums}.h1,h1{font-size:var(--fs-3xl)}.h1,.h2,h1,h2{font-family:var(--font-display);font-weight:var(--fw-bold);line-height:var(--lh-tight);letter-spacing:var(--ls-tight);margin:0 0 .5em}.h2,h2{font-size:var(--fs-2xl)}.h3,h3{font-size:var(--fs-xl);letter-spacing:var(--ls-tight);margin:0 0 .5em}.h3,.h4,h3,h4{font-family:var(--font-display);font-weight:var(--fw-semibold);line-height:var(--lh-snug)}.h4,h4{font-size:var(--fs-lg);margin:0 0 .4em}.h5,h5{font-size:var(--fs-md);margin:0 0 .4em}.h5,.h6,h5,h6{font-family:var(--font-sans);font-weight:var(--fw-semibold);line-height:var(--lh-snug)}.h6,h6{font-size:var(--fs-base);margin:0 0 .3em;text-transform:uppercase;letter-spacing:var(--ls-wide);color:var(--color-text-muted)}button,input,optgroup,select,textarea{font-family:var(--font-sans);font-size:var(--fs-base);letter-spacing:var(--ls-tight)}.tpa-num,[data-num]{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"cv11" 1,"tnum"}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}a:focus-visible,button:focus-visible{outline:2px dashed var(--color-primary);outline-offset:3px;border-radius:6px}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark);text-decoration:underline}.tpa-marketing-nav-link{position:relative;text-decoration:none;padding-bottom:4px}.tpa-marketing-nav-link:hover{text-decoration:none}.tpa-marketing-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--color-primary);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.tpa-marketing-nav-link:focus-visible:after,.tpa-marketing-nav-link:hover:after{transform:scaleX(1)}.tpa-dest-card{transition:transform .25s ease,box-shadow .25s ease}.tpa-dest-card:focus-visible,.tpa-dest-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(15,15,90,.2)}.tpa-dest-img{transition:transform .45s ease;will-change:transform}.tpa-dest-card:focus-visible .tpa-dest-img,.tpa-dest-card:hover .tpa-dest-img{transform:scale(1.09)}.tpa-dest-arrow{transition:transform .25s ease}.tpa-dest-card:focus-visible .tpa-dest-arrow,.tpa-dest-card:hover .tpa-dest-arrow{transform:translateX(5px)}img{max-width:100%;height:auto}input[type=checkbox]:not(.tpa-hidden-check),input[type=radio]:not(.tpa-hidden-check){position:static!important;opacity:1!important;pointer-events:auto!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;width:16px;height:16px;margin:0;accent-color:var(--color-primary);flex-shrink:0}input[type=checkbox].tpa-hidden-check,input[type=radio].tpa-hidden-check{position:absolute!important;inset:0!important;opacity:0!important;width:100%!important;height:100%!important;margin:0!important;cursor:inherit!important;pointer-events:auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}input[type=checkbox]+span:not(.lever):after,input[type=checkbox]+span:not(.lever):before,input[type=radio]+span:after,input[type=radio]+span:before{display:none!important}.shell{min-height:100vh;display:flex;flex-direction:column}.shell-main{flex:1 0 auto;padding-top:var(--header-height)}.tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}@media (min-width:576px){.tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:992px){.tile-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[ng-cloak]{display:none!important}nav{background-color:transparent!important;color:inherit!important;line-height:normal!important;width:auto!important}.container,section.section .container{width:100%!important;max-width:1320px!important;margin-right:auto!important;margin-left:auto!important;padding-right:24px!important;padding-left:24px!important}@media (min-width:576px){.container{max-width:1320px!important}}@media (min-width:768px){.container{max-width:1320px!important}}@media (min-width:992px){.container{max-width:1320px!important}}@media (min-width:1200px){.container{max-width:1320px!important}}.row{display:flex!important;flex-wrap:wrap!important;margin-right:-12px!important;margin-left:-12px!important}[class*=" col-"],[class^=col-]{padding-right:12px!important;padding-left:12px!important}input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=time]):not([type=color]):not([type=range]):not([type=file]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),select,textarea{box-sizing:border-box;width:100%;border:1px solid #dce1ec;border-radius:10px;background:#fff;color:var(--color-primary);font-family:inherit;font-size:var(--fs-base);font-weight:var(--fw-medium);line-height:1.4;letter-spacing:var(--ls-tight);padding:0 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=time]):not([type=color]):not([type=range]):not([type=file]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),select{height:42px}textarea{padding:10px 12px;min-height:80px;resize:vertical}select{background-color:#fff}input:not([type=radio]):not([type=checkbox]):hover,select:hover,textarea:hover{border-color:#b9c2da}input:not([type=radio]):not([type=checkbox]):focus,select:focus,textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(15,15,90,.1)}input:not([type=radio]):not([type=checkbox]):disabled,select:disabled,textarea:disabled{background:#f3f5fb;color:#7a86a8;cursor:not-allowed}input::placeholder,textarea::placeholder{color:#9aa3bd;font-weight:400;opacity:1}input[type=checkbox],input[type=radio]{cursor:pointer;vertical-align:middle}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed;opacity:.5}label{cursor:pointer}canvas,iframe,img,svg,video{max-width:100%}@media (max-width:991.98px){.tpa-responsive-cols{grid-template-columns:minmax(0,1fr)!important}.tpa-grid-collapse-md{grid-template-columns:1fr!important}}@media (max-width:768px){.tpa-grid-collapse-sm{grid-template-columns:1fr!important}}@media (max-width:576px){.tpa-grid-2-on-sm{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){.tpa-flex-wrap-sm{flex-wrap:wrap!important}.tpa-stack-on-sm{flex:1 1 100%!important;width:100%!important;max-width:100%!important;min-width:0!important}}@media (max-width:991.98px){.container,section.section .container{padding-right:18px!important;padding-left:18px!important}}@media (max-width:768px){body,html{overflow-x:hidden}.container,section.section .container{padding-right:14px!important;padding-left:14px!important}.h1,h1{font-size:clamp(1.4rem,5.5vw,2rem);line-height:1.2}.h2,h2{font-size:clamp(1.2rem,4.8vw,1.6rem);line-height:1.25}.h3,h3{font-size:clamp(1.05rem,4vw,1.35rem);line-height:1.3}.h4,h4{font-size:clamp(.98rem,3.6vw,1.2rem)}input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=time]):not([type=color]):not([type=range]):not([type=file]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),select,textarea{font-size:16px}[role=button],button,input:not([type=radio]):not([type=checkbox]):not([type=date]):not([type=time]):not([type=color]):not([type=range]):not([type=file]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),input[type=button],input[type=reset],input[type=submit],select{min-height:44px}.row{margin-right:-8px!important;margin-left:-8px!important}[class*=" col-"],[class^=col-]{padding-right:8px!important;padding-left:8px!important}.table-responsive,.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}table{font-size:.82rem}}@media (max-width:480px){.container,section.section .container{padding-right:12px!important;padding-left:12px!important}.d-flex,[class*=flex-nowrap]{flex-wrap:wrap!important}}@media (max-width:768px){body{overflow-x:hidden}.container,main{max-width:100%!important}body>main,main>.container{padding-left:12px!important;padding-right:12px!important}[style*="1fr 320px"],[style*="1fr 360px"],[style*="minmax(0, 1fr) 300px"],[style*="minmax(0, 1fr) 320px"],[style*="minmax(0, 1fr) 340px"],[style*="minmax(0, 1fr) 360px"],[style*="minmax(0, 1fr) 380px"],[style*="repeat(3, 1fr)"],[style*="repeat(3, minmax(0, 1fr))"],[style*="repeat(4, 1fr)"],[style*="repeat(4, minmax(0, 1fr))"]{grid-template-columns:1fr!important}table{font-size:.82rem}main table{width:100%}main table:not(.table-responsive table){display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap}[style*="maxWidth: 320"],[style*="maxWidth: 360"],[style*="maxWidth: 380"],[style*="maxWidth: 420"],[style*="width: 320"],[style*="width: 340"],[style*="width: 360"],[style*="width: 380"],[style*="width: 400"],[style*="width: 420"]{width:100%!important;max-width:100%!important;min-width:0!important}[style*="display: flex"][style*="gap: "]:not([style*="flex-direction: column"]):not([style*=flex-wrap]){flex-wrap:wrap}[style*="padding: 20px"],[style*="padding: 22px"],[style*="padding: 24px"],[style*="padding: 26px"],[style*="padding: 28px"]{padding:14px!important}main input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),main select,main textarea{max-width:100%!important;width:100%;box-sizing:border-box}main .h1,main h1{font-size:1.25rem!important}main .h2,main h2{font-size:1.1rem!important}main .h3,main h3{font-size:1rem!important}}.tpa-booking-mobile-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px;background:linear-gradient(180deg,#38bdf8,#2563eb);color:#fff;border-bottom-left-radius:14px;border-bottom-right-radius:14px;margin-bottom:12px}.tpa-booking-mobile-back{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.18);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation}.tpa-booking-mobile-title{flex:1 1;text-align:center;font-weight:800;letter-spacing:.08em;font-size:.95rem}@media (max-width:768px){.tpa-booking-page{padding:0 0 130px!important}.tpa-booking-page .container{padding-left:12px!important;padding-right:12px!important}.tpa-booking-page nav[aria-label="Booking progress"]>div>span[aria-hidden]{width:38px!important}.tpa-booking-page form>div[style*=background],.tpa-booking-page section{border-radius:12px!important}.tpa-booking-page .tpa-booking-cta,.tpa-booking-page button[type=submit]{width:100%;border-radius:999px!important;height:48px;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 6px 14px rgba(15,15,90,.22)}.tpa-booking-page button[aria-label="Price filter"]{display:none!important}.tpa-booking-page,.tpa-booking-page section{overflow-x:hidden}.tpa-insurance-container{padding:14px 12px 60px!important}.tpa-insurance-grid,.tpa-insurance-tile-grid{grid-template-columns:1fr!important;gap:12px!important}.tpa-insurance-card{padding:14px!important;border-radius:10px!important}.tpa-insurance-booking-layout{grid-template-columns:1fr!important;gap:12px!important}.tpa-insured-grid{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:10px!important}body.tpa-hide-mobile-header header[role=banner]{display:none!important}body.tpa-hide-mobile-header{--header-height:0px}.tpa-insurance-back-strip{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;background:linear-gradient(180deg,#38bdf8,#2563eb);color:#fff;border-bottom-left-radius:14px;border-bottom-right-radius:14px;margin:0 -12px 8px}.tpa-insurance-back-btn{width:32px;height:32px;min-height:32px!important;border-radius:50%;background:hsla(0,0%,100%,.18);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.tpa-insurance-back-title{flex:1 1;text-align:center;font-weight:800;letter-spacing:.08em;font-size:.95rem}.tpa-booking-page .tpa-booking-cta-row{flex-direction:column!important;align-items:stretch!important;width:100%}.tpa-booking-page .tpa-booking-cta-secondary{background:#fff!important;color:var(--color-primary)!important;border:1.5px solid var(--color-primary)!important;box-shadow:none!important}.tpa-flight-leg-card{padding:22px 14px 14px!important;border-radius:14px!important}.tpa-flight-leg-pill{font-size:.74rem!important;padding:4px 14px!important}.tpa-flight-fare-header{font-size:.78rem!important;line-height:1.35}.tpa-flight-segment-row{grid-template-columns:1fr 1fr!important;grid-template-areas:"airline  airline" "origin   destination" "duration duration"!important;gap:10px!important;align-items:start!important}.tpa-flight-airline-col{grid-area:airline!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;min-width:0!important;padding-bottom:8px;border-bottom:1px dashed #e5e7eb;text-align:left!important}.tpa-flight-airline-col>img{width:28px!important;height:28px!important}.tpa-flight-airline-col>div,.tpa-flight-time-origin{text-align:left!important}.tpa-flight-time-origin{grid-area:origin!important}.tpa-flight-time-dest{grid-area:destination!important;text-align:right!important}.tpa-flight-time-col{word-break:break-word;min-width:0}.tpa-flight-duration-col{grid-area:duration!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:10px!important}.tpa-flight-dashed-line{min-width:80px!important;flex:1 1 auto!important;max-width:220px}.tpa-buy-services-strip{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:8px!important;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:4px 2px 8px!important;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth}.tpa-buy-services-strip::-webkit-scrollbar{display:none}.tpa-buy-services-strip .tpa-buy-services-chip{flex:0 0 auto!important;min-height:0!important;scroll-snap-align:start}.tpa-buy-services-strip .tpa-buy-services-chip:active{transform:scale(.97)}.tpa-buy-services-strip .tpa-buy-services-chip[data-active=true]{background:linear-gradient(180deg,var(--color-primary) 0,#1e3a8a 100%)!important;color:#fff!important;border-color:var(--color-primary)!important}.tpa-buy-services-arrow,.tpa-buy-services-controls,.tpa-buy-services-dot,.tpa-buy-services-dots{display:none!important}.tpa-review-modal{width:100%!important;max-width:100%!important;max-height:96vh!important;border-radius:14px!important}.tpa-review-header{flex-wrap:wrap!important;gap:8px!important;padding:10px 14px!important;position:relative}.tpa-review-title{font-size:.86rem!important;flex-grow:1;flex-shrink:1;flex-basis:calc(100% - 32px);min-width:0}.tpa-review-sector{font-size:.74rem!important;padding:4px 10px!important;white-space:nowrap!important;max-width:100%;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}.tpa-review-close{position:absolute;top:8px;right:12px;min-height:0!important;padding:0!important;width:28px;height:28px}.tpa-review-body{padding:12px!important}.tpa-review-main{flex-direction:column!important;gap:12px!important}.tpa-review-main>div{flex:1 1 100%!important;min-width:0!important}.tpa-review-fare-summary{display:none!important}.tpa-review-pax-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -2px}.tpa-review-pax-table{min-width:480px}.tpa-review-pax-table td,.tpa-review-pax-table th{padding:8px 10px!important;font-size:.78rem!important}.tpa-review-footer{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:12px 14px!important}.tpa-review-total{text-align:center;font-size:.98rem!important}.tpa-review-footer-actions{display:flex!important;flex-direction:row!important;gap:8px!important;width:100%}.tpa-review-footer-actions>button{flex:1 1;height:44px!important;padding:0 14px!important;font-size:.85rem!important}.tpa-confirmation-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px;background:linear-gradient(180deg,#38bdf8,#2563eb);color:#fff;border-bottom-left-radius:14px;border-bottom-right-radius:14px;margin-bottom:4px}.tpa-confirmation-back{width:32px;height:32px;border-radius:50%;background:hsla(0,0%,100%,.18);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:32px!important;text-decoration:none}.tpa-confirmation-title{flex:1 1;text-align:center;font-weight:800;letter-spacing:.08em;font-size:.95rem}.tpa-ticket-modal{max-width:100%!important;max-height:92vh!important}.tpa-ticket-toggle-row{flex-wrap:wrap!important;gap:12px 18px!important;padding:10px 14px!important;justify-content:flex-start!important}.tpa-ticket-actions{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:8px!important;gap:8px!important;padding:10px 14px 6px!important;flex-wrap:unset!important}.tpa-ticket-actions>button{width:100%!important;min-height:38px!important;padding:8px 6px!important;font-size:.78rem!important;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tpa-confirmation-page{padding:16px 12px!important}.tpa-confirmation-grid{grid-template-columns:1fr!important;gap:14px!important}.tpa-booking-summary{width:100%!important;max-width:100%!important}.tpa-summary-leg{flex-wrap:wrap!important;gap:6px 10px!important}.tpa-summary-leg>div:first-child{flex:1 1 100%!important;width:auto!important;min-width:0}.tpa-inline-ssr-panel{max-height:60vh!important;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) #eef1ff;scroll-behavior:smooth}.tpa-inline-ssr-panel::-webkit-scrollbar{width:8px;-webkit-appearance:none}.tpa-inline-ssr-panel::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px;border:2px solid #eef1ff}.tpa-inline-ssr-panel::-webkit-scrollbar-track{background:#eef1ff;border-radius:999px}.tpa-inline-ssr-panel .tpa-inline-ssr-row{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:4px!important}.tpa-inline-ssr-panel .tpa-inline-ssr-row>select{max-width:100%!important;width:100%}.tpa-inline-ssr-panel .tpa-inline-ssr-row>span:first-child{padding-bottom:2px}.tpa-ff-grid{grid-template-columns:minmax(0,1fr) minmax(0,.8fr) minmax(0,1.4fr)!important;gap:6px!important}.tpa-ff-grid>span{font-size:.74rem!important;line-height:1.25}.tpa-ff-grid>input{font-size:16px!important;padding:6px 8px!important;min-width:0!important;width:100%!important}.tpa-seat-modal-body{grid-template-columns:1fr!important;grid-template-rows:minmax(0,auto) minmax(0,1fr)!important}.tpa-seat-pax-rail{border-right:none!important;border-bottom:1px solid #eef1ff!important;max-height:28vh;overflow-y:scroll!important;scrollbar-width:thin;scrollbar-color:var(--color-primary) #eef1ff}.tpa-seat-pax-rail::-webkit-scrollbar{width:8px;-webkit-appearance:none}.tpa-seat-pax-rail::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px;border:2px solid #eef1ff}.tpa-seat-pax-rail::-webkit-scrollbar-track{background:#eef1ff}.tpa-seat-grid-scroll{overflow:scroll!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--color-primary) #eef1ff}.tpa-seat-grid-scroll::-webkit-scrollbar{width:8px;height:8px;-webkit-appearance:none}.tpa-seat-grid-scroll::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:999px;border:2px solid #eef1ff}.tpa-seat-grid-scroll::-webkit-scrollbar-track{background:#eef1ff}}.tpa-frequent-pax-backdrop,.tpa-frequent-pax-panel{top:var(--header-height)!important}.tpa-frequent-pax-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 18px!important;background:var(--color-primary)!important;letter-spacing:.03em;border-bottom:3px solid #1e3a8a!important;flex-shrink:0!important}.tpa-frequent-pax-header,.tpa-frequent-pax-title{color:#fff!important;font-weight:800!important;font-size:1.05rem!important}.tpa-frequent-pax-title{letter-spacing:.04em}.tpa-frequent-pax-close{width:36px!important;height:36px!important;min-height:36px!important;border-radius:50%!important;background:hsla(0,0%,100%,.3)!important;color:#fff!important;border:none!important;cursor:pointer;font-size:22px!important;line-height:1!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.tpa-frequent-pax-row{display:flex!important;align-items:center!important;gap:14px!important;padding:10px!important;border-bottom:1px solid #eef1ff!important;cursor:pointer;min-height:60px!important;width:100%;box-sizing:border-box}.tpa-frequent-pax-avatar{width:38px!important;height:38px!important;min-width:38px!important;border-radius:50%!important;background:#fbbf24!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important;font-size:.82rem!important;flex-shrink:0!important}.tpa-inline-ssr-row{display:grid;grid-template-columns:120px 1fr;align-items:center;grid-gap:12px;gap:12px}.tpa-inline-ssr-sectors{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px 24px;gap:16px 24px;align-items:start}@media print{.no-print,footer,header{display:none!important}body{background:#fff}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.tpa-field{position:relative;width:100%}.tpa-field__input,.tpa-field__select{width:100%;height:52px;padding:18px 14px 6px;background:#fff;border:1.5px solid #d8deeb;border-radius:12px;color:var(--color-primary);font-size:.92rem;font-weight:600;line-height:1.2;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.tpa-field__input::placeholder{color:transparent}.tpa-field__input:hover:not(:disabled),.tpa-field__select:hover:not(:disabled){border-color:#adb6d2}.tpa-field__input:focus,.tpa-field__select:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(15,15,90,.12);background:#fff}.tpa-field__input:disabled,.tpa-field__select:disabled{background:#f6f7fb;color:#93a0bf;cursor:not-allowed}.tpa-field__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230F0F5A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:14px 14px;padding-right:38px}.tpa-field__label{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#7783a6;font-size:.92rem;font-weight:600;pointer-events:none;background:#fff;padding:0 4px;transition:top .18s ease,transform .18s ease,font-size .18s ease,color .18s ease}.tpa-field--select-floating .tpa-field__label,.tpa-field[data-filled=true] .tpa-field__label,.tpa-field__input:focus+.tpa-field__label,.tpa-field__select:focus+.tpa-field__label{top:0;transform:translateY(-50%) scale(.85);color:var(--color-primary)}.tpa-field[data-error=true] .tpa-field__input,.tpa-field[data-error=true] .tpa-field__select{border-color:#e52d33}.tpa-field[data-error=true] .tpa-field__input:focus,.tpa-field[data-error=true] .tpa-field__select:focus{box-shadow:0 0 0 4px rgba(229,45,51,.14)}.tpa-field[data-error=true] .tpa-field__label{color:#e52d33}.tpa-field__error{display:block;margin:6px 0 0 4px;color:#e52d33;font-size:.76rem;font-weight:600}.tpa-field__hint{display:block;margin:6px 0 0 4px;color:var(--color-text-muted);font-size:.72rem}.tpa-file{position:relative;width:100%;height:52px;padding:6px 10px 6px 6px;border:1.5px solid #d8deeb;border-radius:12px;background:#fff;display:flex;align-items:center;gap:10px;transition:border-color .18s ease,box-shadow .18s ease}.tpa-file:hover{border-color:#adb6d2}.tpa-file:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px rgba(15,15,90,.12)}.tpa-file[data-error=true]{border-color:#e52d33}.tpa-file__btn{background:linear-gradient(135deg,#eef1ff,#dbe2ff);color:var(--color-primary);border:1px solid #c8d1ec;border-radius:8px;padding:6px 14px;font-size:.8rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,background .18s ease}.tpa-file__btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(15,15,90,.12);background:linear-gradient(135deg,#e3e9ff,#cfd9ff)}.tpa-file__btn:active{transform:translateY(0)}.tpa-file__name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;color:var(--color-text-muted);font-weight:600}.tpa-file__label,.tpa-file__name--filled{color:var(--color-primary)}.tpa-file__label{position:absolute;left:12px;top:0;transform:translateY(-50%) scale(.85);transform-origin:left center;font-size:.92rem;font-weight:600;background:#fff;padding:0 4px;pointer-events:none}.tpa-anim-btn{transition:transform .12s ease,box-shadow .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.tpa-anim-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px rgba(15,15,90,.15)}.tpa-anim-btn:active:not(:disabled){transform:translateY(0)}.tpa-anim-btn:disabled{opacity:.5;cursor:not-allowed}.tpa-anim-card{transition:transform .18s ease,box-shadow .22s ease}.tpa-anim-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(15,15,90,.14)}@keyframes tpa-fade-in-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tpa-anim-fade-in{animation:tpa-fade-in-up .35s ease both}.lh-mobile{display:none}@media (max-width:768px){.lh-desktop{display:none!important}.lh-mobile{display:block!important}.header-logo-img{width:130px!important}}.home-mobile-only{display:none}@media (max-width:768px){.home-desktop-only{display:none!important}.home-mobile-only{display:block!important}}.flights-mobile-only{display:none}@media (max-width:768px){.flights-desktop-only{display:none!important}.flights-mobile-only{display:block!important}}.umrah-info-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:0;border:none;background:transparent;cursor:pointer;line-height:0;flex-shrink:0}.umrah-info-tooltip{visibility:hidden;opacity:0;position:absolute;right:0;top:-32px;background:#1f2a44;color:#fff;padding:4px 9px;border-radius:5px;font-family:var(--font-sans,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif);font-size:.74rem;font-weight:600;letter-spacing:.01em;line-height:1.35;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;white-space:nowrap;z-index:9999;transition:opacity .2s;pointer-events:none;box-shadow:0 4px 12px rgba(15,15,90,.16)}.umrah-info-icon:focus .umrah-info-tooltip,.umrah-info-icon:focus-within .umrah-info-tooltip,.umrah-info-icon:hover .umrah-info-tooltip{visibility:visible;opacity:1}@media (max-width:768px){.tpa-hotel-pill-row{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.tpa-hotel-pill-row>*{flex:1 1 auto!important;width:100%!important;min-width:0}.tpa-hotel-search-btn{width:100%!important;height:46px!important}.tpa-hotel-pax-popup{width:auto!important;left:0!important;right:0!important;max-width:100%!important}.tpa-hotel-card{grid-template-columns:1fr!important}.tpa-hotel-card-img{width:100%!important;height:180px!important}.tpa-hotel-card-mid{padding:12px 14px!important}.tpa-hotel-card-right{align-items:stretch!important;text-align:left!important;justify-content:flex-start!important;border-left:none!important;border-top:1px dashed #dce1ec!important}.tpa-hotel-card-right button{width:100%!important}}.tpa-hotel-filter-close,.tpa-hotel-filter-trigger{display:none}@media (max-width:768px){.tpa-hotel-filter-trigger{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;padding:9px 16px;border:1px solid var(--color-primary);border-radius:999px;background:#fff;color:var(--color-primary);font-weight:700;font-size:.86rem;cursor:pointer;box-shadow:0 2px 8px rgba(15,15,90,.08)}.tpa-hotel-filter-overlay{position:fixed;inset:0;background:rgba(8,12,50,.45);z-index:4000}.tpa-hotel-filter-aside{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:86%!important;max-width:340px!important;margin:0!important;padding:16px 14px 24px!important;border-radius:0!important;background:#fff!important;max-height:100vh!important;overflow-y:auto!important;z-index:4001;transform:translateX(-100%);transition:transform .28s ease;box-shadow:0 0 40px rgba(15,15,90,.28);-webkit-overflow-scrolling:touch}.tpa-hotel-filter-aside.is-open{transform:translateX(0)}.tpa-hotel-filter-close{display:inline-flex;align-items:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;margin-left:auto;width:34px;height:34px;border:none;border-radius:50%;background:#eef0fb;color:var(--color-primary);font-size:1.4rem;line-height:1;cursor:pointer}.tpa-umrah-search-bar{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:14px!important}.tpa-umrah-search-bar>*{width:100%!important;min-width:0!important;flex:1 1 auto!important}.tpa-umrah-search-btn{width:100%!important;height:48px!important;border-radius:999px!important;font-size:.95rem!important;margin-top:2px}}.tpa-umrah-results-header{display:none}@media (max-width:768px){.tpa-umrah-search-collapsed{display:none!important}.tpa-umrah-results-header{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e6eaf6;border-radius:12px;padding:10px 12px;margin-bottom:16px;box-shadow:0 4px 14px rgba(15,15,90,.05)}.tpa-umrah-rh-back{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#eef0fb;color:var(--color-primary);cursor:pointer;touch-action:manipulation}.tpa-umrah-rh-center{flex:1 1;min-width:0;text-align:center}.tpa-umrah-rh-route{font-weight:800;color:var(--color-primary);font-size:.95rem;letter-spacing:.02em}.tpa-umrah-rh-route,.tpa-umrah-rh-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tpa-umrah-rh-sub{color:#6b7280;font-size:.74rem;margin-top:1px}.tpa-umrah-rh-edit{flex-shrink:0;border:1.5px solid var(--color-primary);background:#fff;color:var(--color-primary);border-radius:999px;padding:7px 16px;font-weight:700;font-size:.82rem;cursor:pointer;touch-action:manipulation}.tpa-hero-date-popover{left:0!important;right:0!important;width:auto!important;max-width:100%!important;padding:12px 12px 14px!important}.tpa-hero-date-months{grid-template-columns:1fr!important;gap:14px!important}.tpa-umrah-pax-popup{position:fixed!important;left:12px!important;right:12px!important;bottom:12px!important;top:auto!important;width:auto!important;min-width:0!important;max-height:76vh;overflow-y:auto;z-index:3000!important;box-shadow:0 -8px 30px rgba(15,15,90,.22)!important;-webkit-overflow-scrolling:touch}.home-mobile-hide{display:none!important}.tpa-header-auth-mobile-hide+* .shell-main,.tpa-header-auth-mobile-hide~* .shell-main{padding-top:0!important}.tpa-footer-auth-mobile-hide,.tpa-header-auth-mobile-hide{display:none!important}}@media (max-width:768px){body:has(.tpa-header-auth-mobile-hide) .shell-main{padding-top:0!important}}.signup-mobile-header{display:none}@media (max-width:768px){.signup-mobile-header{display:flex!important}.signup-desktop-title{display:none!important}.signup-outer{padding:0 0 24px!important}.signup-page-wrap{padding:0!important;max-width:100%!important}.signup-form-card{padding:20px 16px!important;border-radius:0!important;margin:0!important;box-shadow:none!important}}