:root{
    --red:#e31837;
    --red-dark:#8a0015;
    --red-deep:#4a0710;
    --red-soft:#fff0f2;
    --gold:#ffcc00;
    --gold-soft:#fff6d6;
    --ink:#111827;
    --muted:#626978;
    --line:#e7e8ee;
    --bg:#f8f4ef;
    --card:#ffffff;
    --radius:28px;
    --shadow:0 24px 70px rgba(67,16,24,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--ink);
    background:
        radial-gradient(circle at 96% 0%,rgba(255,204,0,.28),transparent 24%),
        radial-gradient(circle at 4% 15%,rgba(227,24,55,.08),transparent 30%),
        linear-gradient(135deg,#fff 0%,#f8f2ea 48%,#fff8f1 100%);
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.topbar{
    position:sticky;top:0;z-index:50;height:82px;
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    padding:12px 30px;
    background:linear-gradient(90deg,#fbfbfb 0%,#ffffff 44%,#fff5d2 100%);
    border-bottom:1px solid rgba(227,24,55,.12);
    box-shadow:0 14px 36px rgba(52,28,18,.08);
}
.menu-toggle{
    width:48px;height:48px;border:0;border-radius:16px;
    display:grid;place-items:center;background:var(--red);
    color:#fff;font-weight:950;cursor:pointer;font-size:20px;
    box-shadow:0 10px 24px rgba(227,24,55,.22);
}
.brand{display:flex;align-items:center;gap:12px;color:var(--red);font-weight:1000;font-size:30px;letter-spacing:-.055em;min-width:max-content}
.brand-mark{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:var(--gold);color:#111;box-shadow:0 10px 25px rgba(0,0,0,.12)}
.top-contact{display:flex;align-items:center;gap:12px;min-width:0}
.top-contact a{
    display:grid;gap:2px;align-content:center;
    min-height:56px;padding:10px 22px;border-radius:18px;
    background:var(--red);color:#fff;
    box-shadow:0 12px 28px rgba(227,24,55,.22);
    border:1px solid rgba(255,255,255,.18);
}
.top-contact a:nth-child(2){background:#fff;color:var(--ink);border-color:#f0c9ce}
.top-contact span{font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:1000;color:var(--gold)}
.top-contact a:nth-child(2) span{color:var(--red)}
.top-contact strong{font-size:17px;line-height:1.1;white-space:nowrap;letter-spacing:-.015em}
.sidebar{
    position:fixed;z-index:35;top:82px;left:0;width:270px;height:calc(100vh - 82px);
    background:rgba(255,255,255,.96);backdrop-filter:blur(16px);
    border-right:1px solid var(--line);padding:16px 12px 20px;transition:transform .25s ease,box-shadow .25s ease;
    box-shadow:16px 0 44px rgba(21,24,35,.04);
}
.sidebar nav{display:grid;gap:10px}
.side-link{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;color:#202331;font-size:15px;min-height:58px;transition:.2s ease}
.side-link span{width:34px;height:34px;border-radius:12px;background:#f3f4f8;display:grid;place-items:center;text-align:center;font-size:19px}
.side-link.active,.side-link:hover{background:var(--red);color:#fff;box-shadow:0 14px 28px rgba(227,24,55,.18)}
.side-link.active span,.side-link:hover span{background:var(--gold);color:#111}
.side-mini{border-top:1px solid var(--line);margin-top:18px;padding:18px;display:grid;gap:16px;color:#333;font-size:14px}
.side-mini a{font-weight:950;color:var(--red)}
.page-shell{margin-left:270px;padding:48px 5vw 42px;min-height:calc(100vh - 82px);transition:margin-left .25s ease}
body.menu-hidden .sidebar{transform:translateX(-108%)}
body.menu-hidden .page-shell,body.menu-hidden .footer{margin-left:0}
.flash{padding:16px 20px;border-radius:18px;margin:0 0 22px;font-weight:850;background:#edf9f0;color:#116d2b;border:1px solid #cdebd5}
.flash.error{background:#fff0f1;color:var(--red-dark);border-color:#ffc7cc}
.hero{display:grid;gap:26px;min-height:590px;align-content:center}
.hero-top{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr);gap:46px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;font-size:12px;letter-spacing:.16em;font-weight:1000;color:var(--red);margin-bottom:12px}
.eyebrow:before{content:"";width:30px;height:3px;border-radius:4px;background:var(--gold)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(44px,5.4vw,78px);line-height:.98;letter-spacing:-.075em;margin-bottom:20px}
h2{font-size:clamp(30px,3.25vw,50px);line-height:1.02;letter-spacing:-.055em;margin-bottom:14px}
h3{font-size:24px;line-height:1.08;letter-spacing:-.035em;margin-bottom:10px}
p{color:var(--muted);line-height:1.75;font-size:16px}
.hero-copy>p{font-size:20px;max-width:800px;color:#3f4352}
.quick-tabs{display:flex;gap:18px;flex-wrap:wrap;margin:32px 0 8px}
.quick-tab{width:128px;min-height:112px;border-radius:22px;background:#fff;border:1px solid var(--line);display:grid;grid-template-rows:auto auto;place-items:center;text-align:center;font-weight:950;box-shadow:0 12px 30px rgba(20,24,40,.08);transition:.2s ease;padding:10px;color:#0f172a}
.quick-tab span{font-size:26px;width:52px;height:52px;border-radius:16px;background:#f0f1f6;display:grid;place-items:center;margin-bottom:6px}
.quick-tab.selected,.quick-tab:hover{background:var(--red);color:#fff;transform:translateY(-3px);box-shadow:0 18px 36px rgba(227,24,55,.2)}
.quick-tab.selected span,.quick-tab:hover span{background:var(--gold);color:#111}
.search-card{
    display:grid;grid-template-columns:1.05fr 1.2fr 1.2fr .95fr .95fr 1.1fr 128px;gap:0;
    background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);overflow:hidden;width:100%;max-width:none;
}
.search-card-wide{grid-column:1/-1;max-width:100%}
.search-card label{padding:15px 17px;border-right:1px solid var(--line);display:grid;gap:6px;font-size:12px;color:var(--muted);font-weight:950;text-transform:uppercase;letter-spacing:.06em;min-width:0}
.search-card input,.search-card select{border:0;background:transparent;outline:0;color:var(--ink);font-weight:900;min-width:0;width:100%}
.search-card button,.subscribe-form button,.quote-form button,.dark-btn{border:0;background:var(--gold);color:#111;font-weight:1000;padding:0 24px;cursor:pointer}
.search-card button:hover,.subscribe-form button:hover,.quote-form button:hover,.dark-btn:hover,.outline-btn:hover{filter:brightness(.98);transform:translateY(-1px)}
.hero-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:22px;min-height:505px}
.hero-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:44px;box-shadow:0 28px 65px rgba(0,0,0,.18)}
.mosaic-b{height:170px!important}.mosaic-c{grid-row:span 2}.mosaic-d{height:205px!important}
.airline-strip{margin:-6px 0 42px;padding:18px 0 18px 22px;border:1px solid var(--line);border-radius:26px;background:rgba(255,255,255,.82);box-shadow:0 18px 45px rgba(20,24,40,.07);display:grid;grid-template-columns:240px 1fr;gap:12px;align-items:center;overflow:hidden}
.airline-title span{display:block;color:var(--red);text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:1000}.airline-title strong{display:block;font-size:22px;letter-spacing:-.04em;margin-top:4px}.airline-marquee{overflow:hidden}.airline-track{display:flex;gap:14px;width:max-content;animation:airroute-marquee 28s linear infinite}.airline-marquee:hover .airline-track{animation-play-state:paused}.airline-pill{display:flex;align-items:center;gap:10px;min-width:190px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 14px;box-shadow:0 10px 26px rgba(20,24,40,.06)}.airline-pill span{width:42px;height:42px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:1000}.airline-pill img{width:42px;height:42px;border-radius:14px;object-fit:contain;background:#fff}.airline-pill strong{font-size:14px;white-space:nowrap}@keyframes airroute-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.countdown-strip{margin:36px 0 70px;padding:30px;border-radius:var(--radius);display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center;background:linear-gradient(135deg,#111827,#5d0713 48%,var(--red));color:#fff;box-shadow:var(--shadow);overflow:hidden;position:relative}
.countdown-strip:after{content:"";position:absolute;inset:auto -80px -120px auto;width:300px;height:300px;border-radius:50%;background:rgba(255,204,0,.18)}
.countdown-strip h2,.countdown-strip p{color:#fff}.countdown-strip p{opacity:.86;margin-bottom:0}.countdown-strip .eyebrow{color:var(--gold)}
.timer{display:flex;gap:12px;position:relative;z-index:1}.timer span{width:82px;height:82px;border-radius:21px;background:rgba(255,255,255,.12);display:grid;place-items:center;text-align:center;font-size:12px;font-weight:850;color:#f5f5f5;border:1px solid rgba(255,255,255,.2)}.timer b{display:block;font-size:28px;color:var(--gold)}
.dark-btn{position:relative;z-index:1;align-self:stretch;display:grid;place-items:center;border-radius:18px;padding:0 26px;min-height:52px}.outline-btn{position:relative;z-index:1;display:grid;place-items:center;border-radius:18px;padding:15px 22px;border:1px solid var(--line);background:#fff;color:var(--red);font-weight:1000}
.section{margin:70px 0}.compact-section{margin-top:34px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.section-head a,.inline-cta{font-weight:1000;color:var(--red)}
.inline-cta{display:inline-flex;margin-top:24px;border-bottom:3px solid var(--gold);padding-bottom:4px}
.deal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.all-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.deal-card,.blog-card,.glass-panel,.subscribe-zone,.quote-section,.blog-single,.inner-hero,.destination-card,.deal-single{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 22px 56px rgba(20,24,40,.08);overflow:hidden}
.deal-card{transition:.2s ease}.deal-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.deal-img{height:205px;padding:12px;display:block}.deal-img img{width:100%;height:100%;object-fit:cover;border-radius:22px}
.deal-body{padding:4px 24px 24px}.tag{display:inline-flex;background:var(--red-soft);color:var(--red);padding:7px 12px;border-radius:999px;font-size:12px;font-weight:1000;margin-bottom:14px}.expires{display:block;color:var(--muted);font-weight:850;margin-top:10px}.deal-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:18px;gap:12px}.deal-bottom strong{font-size:27px;color:var(--red)}.deal-bottom a{font-weight:1000;color:#111;border-bottom:3px solid var(--gold)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:stretch}.glass-panel{padding:44px;background:linear-gradient(135deg,#fff,#fff4f4)}
.feature-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.feature-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:11px 16px;font-weight:850;color:#343746}
.destination-stack{display:grid;gap:16px}.mini-destination{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:center;padding:14px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 35px rgba(20,24,40,.07)}.mini-destination img{height:100px;width:130px;object-fit:cover;border-radius:18px}.mini-destination strong{font-size:24px}.mini-destination small{display:block;color:var(--muted);margin-top:6px}
.subscribe-zone{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:center;padding:42px;background:linear-gradient(135deg,#fff,#fff8d6)}
.subscribe-form{display:grid;grid-template-columns:1fr 1.1fr 1.1fr 1.1fr auto;gap:12px}.subscribe-form input,.subscribe-form select,.quote-form input,.quote-form select,.quote-form textarea{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff;outline:0;width:100%}.subscribe-form button,.quote-form button{border-radius:16px;min-height:56px;padding:0 28px;background:var(--red);color:#fff}
.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.all-blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-card img{height:220px;width:100%;object-fit:cover}.blog-card div{padding:24px}.blog-card span{color:var(--red);font-weight:900;font-size:13px}.blog-card a{font-weight:1000;color:var(--red)}
.quote-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:32px;padding:42px}.quote-form{display:grid;gap:14px}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.blog-single{max-width:1040px;margin:auto;padding-top:20px}.blog-single>img{height:430px;width:calc(100% - 40px);margin:0 20px 20px;object-fit:cover;border-radius:24px}.blog-single-body{padding:12px 42px 42px}.back-link{display:inline-flex;margin:0 0 18px 20px;font-weight:1000;color:var(--red);background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 15px}.muted{color:var(--muted)}.blog-content{color:#2f3442;line-height:1.85;font-size:18px}.blog-content a{color:var(--red);font-weight:900;border-bottom:2px solid var(--gold)}.article-cta{margin-top:28px;padding:20px;border-radius:20px;background:var(--red-soft);display:flex;align-items:center;justify-content:space-between;gap:16px}.article-cta a{font-weight:1000;color:var(--red)}
.inner-hero{padding:48px;margin-bottom:30px;background:linear-gradient(135deg,#fff,#fff2f0)}.inner-hero p{max-width:850px;font-size:18px}.inner-hero h1{max-width:980px}
.destination-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.destination-card img{height:220px;width:100%;object-fit:cover}.destination-card div{padding:24px}.destination-card span{display:block;color:var(--red);font-weight:900;margin-bottom:10px}.destination-card a{font-weight:1000;color:var(--red)}
.deal-single{padding:20px;max-width:1140px;margin:auto}.deal-single-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:28px;align-items:stretch}.deal-single-grid>img{width:100%;height:100%;min-height:460px;object-fit:cover;border-radius:24px}.deal-single-body{padding:26px 18px 26px 6px}.deal-single h1{font-size:clamp(40px,4.7vw,68px)}.offer-expiry{padding:14px 16px;background:var(--gold-soft);border:1px solid #ffe88a;border-radius:16px;font-weight:900;color:#5c4000;margin:18px 0}.single-price{margin:20px 0}.single-price span{display:block;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.single-price strong{font-size:46px;color:var(--red);letter-spacing:-.06em}.single-actions{display:flex;flex-wrap:wrap;gap:12px}.related-section{clear:both}
.footer{margin-left:270px;background:#11131f;color:#fff;display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;padding:62px 5vw 66px;border-top:10px solid var(--red);transition:margin-left .25s ease}.footer p{color:#c9cbd5;margin:8px 0 18px;max-width:620px}.footer strong{font-size:28px;letter-spacing:-.04em}.footer-contact{display:flex;flex-wrap:wrap;gap:12px}.footer-contact a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);padding:12px 15px;border-radius:14px;font-weight:850}.footer-note{margin-top:16px;color:#aeb3c2;font-size:13px;line-height:1.5}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer h4{margin:0 0 14px;color:var(--gold);font-size:15px;text-transform:uppercase;letter-spacing:.12em}.footer-cols a,.footer-cols span{display:block;color:#d9dbe5;margin:10px 0;line-height:1.5}
body.menu-open .sidebar{transform:translateX(0)}
@media (max-width:1420px){.search-card{grid-template-columns:repeat(3,1fr)}.search-card button{min-height:64px}.search-card label:nth-of-type(3){border-right:0}.hero-top{grid-template-columns:1fr}.hero-mosaic{min-height:380px}.deal-grid,.all-grid{grid-template-columns:repeat(2,1fr)}.subscribe-form{grid-template-columns:repeat(2,1fr)}.subscribe-form button{grid-column:1/-1}.footer-cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.topbar{padding:12px 16px}.brand{font-size:22px}.top-contact a{padding:8px 10px}.top-contact a:nth-child(2){display:none}.top-contact strong{font-size:13px}.sidebar{transform:translateX(-108%);box-shadow:20px 0 60px rgba(0,0,0,.18)}.page-shell,.footer,body.menu-hidden .page-shell,body.menu-hidden .footer{margin-left:0}.page-shell{padding:34px 18px}.hero{gap:28px}.quick-tabs{gap:12px}.quick-tab{width:calc(50% - 6px)}.search-card,.quote-section,.split,.subscribe-zone,.deal-single-grid{grid-template-columns:1fr}.search-card label{border-right:0;border-bottom:1px solid var(--line)}.hero-mosaic{grid-template-columns:1fr 1fr;min-height:360px}.deal-grid,.all-grid,.blog-grid,.all-blog-grid,.destination-grid{grid-template-columns:1fr}.countdown-strip{grid-template-columns:1fr}.timer{flex-wrap:wrap}.footer{grid-template-columns:1fr}.footer-cols{grid-template-columns:1fr 1fr}.two-col{grid-template-columns:1fr}.subscribe-form{grid-template-columns:1fr}.airline-strip{grid-template-columns:1fr;padding:20px}.deal-single-grid>img{min-height:300px}.article-cta{display:grid}}
@media (max-width:520px){h1{font-size:42px}.hero-mosaic{display:none}.countdown-strip{padding:22px}.timer span{width:72px;height:72px}.section-head{display:grid}.deal-img{height:180px}.brand-mark{display:none}.mini-destination{grid-template-columns:86px 1fr}.mini-destination img{width:86px;height:86px}.top-contact a{min-height:42px}.footer-cols{grid-template-columns:1fr}.airline-pill{min-width:170px}.blog-single>img{width:calc(100% - 24px);margin:0 12px 16px}.blog-single-body{padding:8px 22px 30px}.back-link{margin-left:12px}.single-price strong{font-size:36px}}

/* AIRROUTE v2.3 polish: Scotia-style header logo, top search, live chat, cart */
:root{
    --red:#ec111a;
    --red-dark:#b50b17;
    --red-deep:#650712;
    --gold:#ffd200;
    --bg:#fbf7ef;
}
.topbar{
    height:88px;
    overflow:visible;
    background:linear-gradient(90deg,#ec111a 0%,#c50c18 50%,#8f0612 100%);
    border-bottom:0;
    box-shadow:0 16px 38px rgba(114,7,17,.24);
}
.menu-toggle{background:#fff;color:var(--red);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.brand-logo-only{position:absolute;left:96px;top:8px;z-index:4;display:flex;align-items:center;gap:12px;min-width:0}
.brand-logo-badge{
    width:118px;height:118px;border-radius:50%;display:grid;place-items:center;
    background:#fff;border:10px solid var(--red);box-shadow:0 22px 50px rgba(70,0,10,.25), inset 0 0 0 4px #fff;
    transform:translateY(18px);overflow:hidden;position:relative;
}
.brand-logo-badge:after{content:"";position:absolute;inset:8px;border-radius:50%;border:3px solid rgba(255,210,0,.95);pointer-events:none}
.brand-logo-badge img{width:88%;height:88%;object-fit:contain;border-radius:50%;padding:7px;background:#fff}
.brand-name{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.top-contact a{background:#fff;color:#151923;border:0;min-height:62px;min-width:190px;box-shadow:0 14px 34px rgba(0,0,0,.18)}
.top-contact a:nth-child(2){background:#fff;color:#151923;border:0}.top-contact span,.top-contact a:nth-child(2) span{color:var(--red)}.top-contact strong{font-size:18px}
.sidebar{top:88px;height:calc(100vh - 88px)}
.page-shell{padding-top:34px}
.top-flight-search{margin:14px 0 42px;position:relative;z-index:3}
.flight-search-panel{background:#fff;border:1px solid #e7dfe4;border-radius:22px;box-shadow:0 24px 70px rgba(79,22,28,.13);overflow:hidden;width:100%}
.trip-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;border-bottom:1px solid var(--line)}
.trip-row strong{font-size:18px;letter-spacing:-.03em;color:#101320}.trip-options{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.trip-options label{display:flex;align-items:center;gap:8px;color:#303747;font-weight:750}.trip-options input{accent-color:var(--red)}
.flight-fields{display:grid;grid-template-columns:1.05fr 1.05fr .95fr .95fr 1.05fr 112px;align-items:stretch}
.flight-fields label{padding:17px 20px;border-right:1px solid var(--line);display:grid;gap:6px;min-width:0}.flight-fields label>span{font-weight:950;color:#555e72;font-size:14px}.flight-fields select,.flight-fields input{border:0;outline:0;background:transparent;font-weight:1000;color:#07111f;font-size:20px;min-width:0;width:100%}.flight-fields small{color:#596173;font-size:13px}.flight-fields button{border:0;background:var(--red);color:#fff;font-weight:1000;font-size:16px;cursor:pointer;min-height:100%;transition:.2s}.flight-fields button:hover{background:#ba0915}
.hero{min-height:auto;margin-top:14px}.hero-top{align-items:center}.quick-tab.selected,.quick-tab:hover{background:var(--red)}
.deal-card{position:relative}.deal-bottom{align-items:flex-end}.deal-actions{display:flex;align-items:center;gap:10px}.cart-add{width:46px;height:46px;border-radius:16px;border:0;background:var(--red);color:#fff;font-size:24px;line-height:1;font-weight:1000;cursor:pointer;box-shadow:0 12px 24px rgba(236,17,26,.22);transition:.2s}.cart-add:hover{transform:translateY(-2px);background:#b90b16}.cart-add.added{background:#111827;color:#ffd200}.cart-large{border:0;gap:10px;cursor:pointer;font-size:16px;min-height:58px}
.single-actions .cart-large{padding:16px 24px}.deal-bottom .deal-actions a{white-space:nowrap}
.floating-actions{position:fixed;right:22px;bottom:22px;z-index:90;display:flex;gap:12px;align-items:center}.float-chat,.float-cart{border:0;cursor:pointer;box-shadow:0 18px 40px rgba(0,0,0,.18);font-weight:1000}.float-chat{height:58px;border-radius:999px;background:#fff;color:#101320;padding:0 20px;border:2px solid var(--red);display:flex;align-items:center;gap:8px}.float-cart{width:58px;height:58px;border-radius:50%;background:var(--red);color:#fff;display:grid;place-items:center;position:relative}.float-cart span{position:absolute;right:-5px;top:-6px;min-width:24px;height:24px;border-radius:999px;background:var(--gold);color:#111;display:grid;place-items:center;font-size:12px;border:2px solid #fff}
.widget-overlay{position:fixed;inset:0;background:rgba(7,11,20,.45);backdrop-filter:blur(4px);z-index:91;opacity:0;pointer-events:none;transition:.2s}.widget-overlay.open{opacity:1;pointer-events:auto}.chat-widget,.cart-drawer{position:fixed;right:22px;bottom:92px;width:min(440px,calc(100vw - 32px));max-height:calc(100vh - 120px);overflow:auto;background:#fff;border-radius:28px;border:1px solid var(--line);box-shadow:0 28px 90px rgba(0,0,0,.28);z-index:92;padding:26px;transform:translateY(18px) scale(.98);opacity:0;pointer-events:none;transition:.22s}.chat-widget.open,.cart-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.widget-close{position:absolute;right:16px;top:14px;width:36px;height:36px;border-radius:50%;border:0;background:#f1f3f7;font-size:24px;cursor:pointer}.chat-widget h3,.cart-drawer h3{font-size:30px;margin:0 44px 8px 0}.chat-widget p,.cart-drawer p{font-size:14px;margin-bottom:16px}.chat-widget form,.cart-form{display:grid;gap:11px}.chat-widget input,.chat-widget select,.chat-widget textarea,.cart-form input,.cart-form textarea{border:1px solid var(--line);border-radius:15px;padding:13px 14px;width:100%;outline:0;background:#fff}.chat-two{display:grid;grid-template-columns:1fr 1fr;gap:10px}.chat-widget button[type="submit"],.cart-form button{border:0;border-radius:15px;background:var(--red);color:#fff;font-weight:1000;min-height:52px;cursor:pointer}.cart-items{display:grid;gap:10px;margin-bottom:14px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start;border:1px solid var(--line);border-radius:16px;padding:12px;background:#fffaf9}.cart-row strong{display:block;line-height:1.2}.cart-row span{display:block;color:var(--muted);font-size:13px;margin-top:4px}.cart-row button{width:30px;height:30px;border-radius:50%;border:0;background:#111827;color:#fff;cursor:pointer}.cart-empty{color:var(--muted);font-style:italic}.footer{padding-bottom:110px}
@media (max-width:1420px){.flight-fields{grid-template-columns:repeat(3,1fr)}.flight-fields button{min-height:70px}.flight-fields label:nth-child(3){border-right:0}.brand-logo-only{left:86px}.hero-top{margin-top:20px}}
@media (max-width:900px){.topbar{height:78px}.brand-logo-only{left:64px;top:8px}.brand-logo-badge{width:88px;height:88px;border-width:7px;transform:translateY(10px)}.sidebar{top:78px;height:calc(100vh - 78px)}.top-contact a{min-width:0}.flight-fields{grid-template-columns:1fr}.flight-fields label{border-right:0;border-bottom:1px solid var(--line)}.trip-row{display:grid}.trip-row strong{font-size:15px}.top-flight-search{margin-top:22px}.floating-actions{right:14px;bottom:14px}.float-chat span{display:none}.chat-widget,.cart-drawer{right:16px;bottom:82px}.top-contact strong{font-size:13px}.top-contact a{min-height:48px}}
@media (max-width:520px){.brand-logo-badge{width:74px;height:74px;border-width:6px}.top-contact{margin-left:auto}.top-contact a{padding:8px 10px}.flight-fields select,.flight-fields input{font-size:17px}.trip-options{gap:10px}.chat-two{grid-template-columns:1fr}.cart-add{width:42px;height:42px}.deal-bottom{align-items:flex-start;display:grid}.deal-actions{justify-content:space-between;width:100%}}

/* AIRROUTE v2.4 premium header + mobile cleanup */
:root{
    --red:#e11d48;
    --red-dark:#be123c;
    --red-deep:#0f172a;
    --gold:#f59e0b;
    --gold-soft:#fff7ed;
    --ink:#0f172a;
    --muted:#64748b;
    --line:#e2e8f0;
    --bg:#f8fafc;
    --card:#ffffff;
    --shadow:0 24px 70px rgba(15,23,42,.11);
}
body{
    background:
        radial-gradient(circle at 88% 4%,rgba(245,158,11,.16),transparent 24%),
        radial-gradient(circle at 8% 18%,rgba(225,29,72,.08),transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f8fafc 46%,#fff7ed 100%);
}
.icon-svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.topbar{
    position:sticky;
    top:0;
    height:84px;
    overflow:hidden;
    padding:12px 24px;
    background:linear-gradient(110deg,#0f172a 0%,#172554 54%,#be123c 100%);
    border-bottom:1px solid rgba(255,255,255,.08);
    box-shadow:0 16px 38px rgba(15,23,42,.22);
}
.menu-toggle{
    width:48px;height:48px;border-radius:16px;
    background:rgba(255,255,255,.96);color:#0f172a;
    box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.menu-toggle .icon-svg{width:24px;height:24px}
.brand-logo-only{
    left:50%;top:50%;transform:translate(-50%,-50%);
    z-index:4;gap:0;
}
.brand-logo-badge{
    width:74px;height:74px;border-width:5px;
    transform:none;
    background:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.24), inset 0 0 0 3px #fff;
}
.brand-logo-badge:after{inset:6px;border-width:2px;border-color:rgba(245,158,11,.95)}
.brand-logo-badge img{width:88%;height:88%;padding:5px}
.top-contact{gap:10px;margin-left:auto;position:relative;z-index:5}
.top-contact a.top-contact-link{
    display:flex;align-items:center;gap:10px;
    min-width:0;min-height:48px;padding:7px 13px 7px 8px;
    border-radius:999px;background:rgba(255,255,255,.96);color:#111827;
    border:1px solid rgba(255,255,255,.28);box-shadow:0 12px 28px rgba(0,0,0,.16);
}
.top-contact a.top-contact-link:nth-child(2){background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.34)}
.top-contact .contact-icon{
    flex:0 0 34px;width:34px;height:34px;border-radius:999px;
    display:grid;place-items:center;background:#fff7ed;color:var(--red);
    font-size:0;letter-spacing:0;text-transform:none;font-weight:400;
}
.top-contact .contact-icon .icon-svg{width:19px;height:19px}
.top-contact .contact-text{display:grid;gap:1px;min-width:0;font-size:inherit;letter-spacing:0;text-transform:none;font-weight:inherit;color:inherit}
.top-contact .contact-text small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--red)}
.top-contact .contact-text strong{font-size:14px;line-height:1.15;font-weight:950;white-space:nowrap;color:#111827;letter-spacing:-.01em}
.sidebar{top:84px;height:calc(100vh - 84px);background:rgba(255,255,255,.98)}
.side-link{border:1px solid transparent;font-weight:900}
.side-link .nav-icon,
.quick-tab .nav-icon{
    width:46px;height:46px;border-radius:16px;display:grid;place-items:center;
    background:#f1f5f9;color:#0f172a;font-size:0;margin:0;
}
.side-link .nav-icon .icon-svg{width:22px;height:22px}
.quick-tab .nav-icon .icon-svg{width:24px;height:24px}
.side-link.active,.side-link:hover{
    background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;
    box-shadow:0 14px 30px rgba(225,29,72,.22);
}
.side-link.active .nav-icon,.side-link:hover .nav-icon,
.quick-tab.selected .nav-icon,.quick-tab:hover .nav-icon{background:#fff7ed;color:var(--red)}
.quick-tab{
    border-radius:24px;border-color:#e2e8f0;
    box-shadow:0 14px 32px rgba(15,23,42,.08);
}
.quick-tab.selected,.quick-tab:hover{
    background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;
    box-shadow:0 18px 38px rgba(225,29,72,.24);
}
.flight-search-panel,.deal-card,.blog-card,.glass-panel,.subscribe-zone,.quote-section,.blog-single,.inner-hero,.destination-card,.deal-single{
    border-color:#e2e8f0;
    box-shadow:0 22px 56px rgba(15,23,42,.08);
}
.flight-fields button,.subscribe-form button,.quote-form button,.cart-add,.float-cart,.chat-widget button[type="submit"],.cart-form button{
    background:linear-gradient(135deg,#e11d48,#be123c);
}
.flight-fields button:hover,.cart-add:hover{background:#9f1239}
.float-chat{border-color:var(--red);color:#0f172a;gap:8px}
.float-icon{display:grid;place-items:center;font-size:0;color:inherit}
.float-icon .icon-svg{width:22px;height:22px}
.float-cart .float-icon{color:#fff}
.float-cart span[data-cart-count]{font-size:12px}
@media (max-width:1420px){
    .brand-logo-only{left:50%;top:50%;transform:translate(-50%,-50%)}
    .brand-logo-badge{transform:none}
}
@media (max-width:900px){
    .topbar{height:74px;padding:10px 14px}
    .sidebar{top:74px;height:calc(100vh - 74px)}
    .brand-logo-only{left:50%;top:50%;transform:translate(-50%,-50%)}
    .brand-logo-badge{width:60px;height:60px;border-width:4px;transform:none}
    .brand-logo-badge:after{inset:5px;border-width:2px}
    .top-contact a.top-email{display:none}
    .top-contact a.top-contact-link{min-height:44px;padding:6px 10px 6px 7px}
    .top-contact .contact-icon{width:32px;height:32px;flex-basis:32px}
    .top-contact .contact-text strong{font-size:12px}
    .top-contact .contact-text small{font-size:9px}
    .page-shell{padding:26px 16px 34px}
    .top-flight-search{margin-top:14px;margin-bottom:30px}
    .trip-row{gap:10px;padding:14px 16px}
    .trip-row strong{display:none}
    .hero-top{margin-top:8px}
    .hero-copy>p{font-size:17px;line-height:1.6}
    .side-mini{display:none}
}
@media (max-width:600px){
    .topbar{height:68px;padding:10px 12px}
    .menu-toggle{width:44px;height:44px;border-radius:14px}
    .brand-logo-badge{width:56px;height:56px;border-width:4px}
    .top-contact a.top-contact-link{width:44px;height:44px;min-height:44px;padding:0;justify-content:center}
    .top-contact .contact-text{display:none}
    .top-contact .contact-icon{width:34px;height:34px;flex-basis:34px}
    .sidebar{top:68px;height:calc(100vh - 68px)}
    .page-shell{padding:18px 12px 30px}
    .top-flight-search{margin:10px 0 22px}
    .trip-row{padding:12px}
    .trip-options{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}
    .trip-options label{font-size:13px;gap:6px;white-space:nowrap}
    .flight-fields label{padding:12px 13px;gap:4px}
    .flight-fields label>span{font-size:12px}
    .flight-fields small{display:none}
    .flight-fields select,.flight-fields input{font-size:16px;font-weight:900}
    .flight-fields button{min-height:54px;border-radius:0;font-size:15px}
    .hero{gap:16px;margin-top:0}
    .hero-copy>.eyebrow{font-size:10px;margin-bottom:8px}
    .hero-copy>p{display:none}
    h1{font-size:34px;line-height:1.02;margin-bottom:14px;letter-spacing:-.055em}
    h2{font-size:28px}
    .quick-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:18px 0 0}
    .quick-tab{width:auto;min-height:78px;border-radius:18px;padding:8px 5px;font-size:12px;gap:5px}
    .quick-tab .nav-icon{width:38px;height:38px;border-radius:13px}
    .quick-tab .nav-icon .icon-svg{width:20px;height:20px}
    .airline-strip{display:none}
    .countdown-strip{margin:28px 0 42px;padding:18px;border-radius:22px;gap:14px}
    .countdown-strip p{display:none}
    .timer{gap:8px}.timer span{width:62px;height:62px;border-radius:16px;font-size:10px}.timer b{font-size:22px}
    .section{margin:42px 0}.section-head{gap:8px;margin-bottom:16px}
    .deal-body,.blog-card div,.destination-card div{padding:18px}
    .floating-actions{right:12px;bottom:12px}.float-chat{width:50px;height:50px;padding:0;justify-content:center}.float-chat>span:not(.float-icon){display:none}.float-cart{width:50px;height:50px}
    .chat-widget,.cart-drawer{right:12px;bottom:72px;width:calc(100vw - 24px);padding:20px;border-radius:22px;max-height:calc(100vh - 92px)}
}
@media (max-width:380px){
    .quick-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
    .quick-tab{min-height:72px}
}
.cart-large{display:inline-flex;align-items:center;justify-content:center}.cart-large .float-icon{color:inherit}.cart-large .float-icon .icon-svg{width:20px;height:20px}


/* ===== AIRROUTE v2.5 UX refresh overrides ===== */
.brand-name{display:none}
.topbar{position:sticky;top:0;z-index:95;height:96px;padding:12px 22px;background:linear-gradient(90deg,#50061e 0%,#b20827 55%,#e03131 100%);box-shadow:0 14px 34px rgba(80,6,30,.24);overflow:visible}
.menu-toggle{background:#fff;color:#9f1239;border:0;box-shadow:0 10px 24px rgba(0,0,0,.14)}
.brand-logo-only{left:50%!important;top:100%!important;transform:translate(-50%,-50%)!important;z-index:6}
.brand-logo-badge{width:108px;height:108px;border:8px solid rgba(255,255,255,.95);background:linear-gradient(180deg,#fff,#fff5f5);box-shadow:0 20px 42px rgba(80,6,30,.28)}
.brand-logo-badge img{width:88%;height:88%;object-fit:contain;background:#fff;border-radius:50%;padding:6px}
.top-contact{margin-left:auto;display:flex;align-items:center;gap:10px;position:relative;z-index:5}
.top-contact a.top-contact-link{min-height:52px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.4);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.top-contact .contact-icon,.top-contact .contact-text small{display:none!important}
.top-contact .contact-text{display:block}
.top-contact .contact-text strong{font-size:17px;line-height:1;font-weight:900;color:#111827;white-space:nowrap}
.top-cart-btn{position:relative;width:52px;height:52px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;color:#9f1239;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.top-cart-btn .icon-svg{width:22px;height:22px}
.top-cart-btn [data-cart-count]{position:absolute;right:-4px;top:-4px;min-width:22px;height:22px;border-radius:999px;background:#f59e0b;color:#111827;font-size:11px;font-weight:900;display:grid;place-items:center;border:2px solid #fff}
.sidebar{top:96px;height:calc(100vh - 96px)}
.page-shell{padding-top:74px}

.top-flight-search{margin:18px 0 42px;padding:28px;border-radius:34px;background:linear-gradient(135deg,#fff1f2 0%,#fef7ed 100%);position:relative;overflow:hidden;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.top-flight-search:before,.top-flight-search:after{content:"";position:absolute;border-radius:999px;pointer-events:none}
.top-flight-search:before{width:280px;height:280px;right:-80px;top:-120px;background:radial-gradient(circle,rgba(251,191,36,.24),rgba(251,191,36,0))}
.top-flight-search:after{width:260px;height:260px;left:-110px;bottom:-170px;background:radial-gradient(circle,rgba(225,29,72,.14),rgba(225,29,72,0))}
.search-banner-head{position:relative;z-index:2;display:grid;gap:8px;max-width:680px;padding:4px 6px 18px}
.search-banner-head h2{font-size:36px;letter-spacing:-.04em;margin:0}
.search-banner-head p{margin:0;color:#475569;max-width:620px}
.flight-search-panel{position:relative;z-index:2;background:rgba(255,255,255,.97);border:1px solid rgba(226,232,240,.95);border-radius:28px;overflow:hidden;box-shadow:0 18px 36px rgba(15,23,42,.08)}
.trip-row{padding:18px 22px;background:#fff}
.flight-fields{background:#fff}
.flight-fields button{display:flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:900;background:linear-gradient(135deg,#9f1239,#e11d48)}
.flight-fields button .btn-plane{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.14)}
.flight-fields button .btn-plane .icon-svg{width:16px;height:16px}
.quick-tab{background:rgba(255,255,255,.92);border:1px solid rgba(226,232,240,.9);box-shadow:0 14px 32px rgba(15,23,42,.08)}
.quick-tab .nav-icon{background:#fff7ed;color:#9f1239}
.quick-tab.selected,.quick-tab:hover{background:linear-gradient(135deg,#9f1239,#e11d48);color:#fff;box-shadow:0 18px 36px rgba(225,29,72,.24)}
.quick-tab.selected .nav-icon,.quick-tab:hover .nav-icon{background:#fff;color:#9f1239}

.airline-strip{margin:4px 0 42px;padding:24px;border:1px solid rgba(226,232,240,.9);border-radius:28px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.07);display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:center}
.airline-title{display:grid;gap:10px}
.airline-title strong{font-size:30px;line-height:1.08}
.airline-more-btn{width:max-content;border:0;border-radius:999px;padding:10px 16px;font-weight:800;background:#fff1f2;color:#9f1239;cursor:pointer}
.airline-marquee{overflow:hidden;border-radius:20px}
.airline-track{display:flex;gap:18px;width:max-content;animation-duration:52s!important}
.airline-pill{display:flex;align-items:center;gap:12px;min-width:220px;padding:14px 18px;border-radius:20px;background:#fff;border:1px solid #e8edf4;box-shadow:0 10px 24px rgba(15,23,42,.06)}
.airline-pill img,.airline-pill span{width:52px;height:52px;border-radius:16px}
.airline-pill img{object-fit:contain;background:#fff;padding:6px;border:1px solid #eef2f7}
.airline-pill span{display:grid;place-items:center;background:linear-gradient(135deg,#9f1239,#ef4444);color:#fff;font-weight:1000}
.airline-pill strong{font-size:16px;color:#0f172a}
.airline-grid-more{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;padding-top:6px}

.countdown-strip{margin:32px 0 68px;padding:34px;border-radius:30px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:28px;align-items:center;background:linear-gradient(180deg,#fff,#fff8f8);color:#0f172a;border:1px solid #fee2e2;box-shadow:0 22px 42px rgba(185,28,28,.08)}
.countdown-strip:after{display:none}
.countdown-strip h2{color:#991b1b;font-size:clamp(32px,4vw,56px);line-height:1.04;margin-bottom:10px}
.countdown-strip p{color:#475569;max-width:760px}
.countdown-strip .eyebrow{color:#b91c1c}
.timer{display:flex;gap:14px;align-items:center;justify-content:flex-end}
.timer span{width:94px;height:94px;border-radius:24px;background:#fff5f5;border:1px solid #fecaca;color:#b91c1c;display:grid;place-items:center;text-align:center;font-weight:800;box-shadow:0 10px 24px rgba(185,28,28,.08)}
.timer span b{display:block;font-size:38px;line-height:1;font-weight:1000;color:#991b1b;margin-bottom:6px}
.dark-btn{display:inline-flex;align-items:center;justify-content:center;min-height:68px;padding:0 26px;border-radius:22px;background:linear-gradient(135deg,#b91c1c,#ef4444);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 16px 32px rgba(185,28,28,.18)}

.contact-hero-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:22px;align-items:start;background:linear-gradient(135deg,#fff,#fff5f5);border:1px solid #fde2e2;box-shadow:0 18px 40px rgba(15,23,42,.06)}
.contact-hero-links{display:grid;gap:14px}
.contact-hero-links a,.contact-hero-links span{display:block;padding:18px 20px;border-radius:18px;background:#fff;border:1px solid #f1f5f9;color:#0f172a;font-weight:800;text-decoration:none}
.branch-grid{display:grid;gap:20px}
.branch-card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr);gap:20px;padding:22px;border-radius:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 38px rgba(15,23,42,.06)}
.branch-copy{display:grid;align-content:start;gap:10px}
.branch-copy h3{margin:0 0 4px}
.branch-copy a{color:#0f172a;text-decoration:none}
.branch-copy p,.branch-copy small{color:#475569}
.branch-map-wrap{min-height:280px}
.branch-map{width:100%;height:100%;min-height:280px;border:0;border-radius:22px;background:#f8fafc}
.branch-map-placeholder{display:grid;place-items:center;color:#64748b;font-weight:700;border:1px dashed #cbd5e1}

.airroute-loader{position:fixed;inset:0;z-index:120;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:rgba(255,255,255,.92);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:opacity .25s ease}
.airroute-loader.show{opacity:1;pointer-events:auto}
.loader-plane{width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#9f1239,#ef4444);color:#fff;box-shadow:0 18px 38px rgba(159,18,57,.28);animation:loader-flight 1.1s linear infinite}
.loader-plane .icon-svg{width:34px;height:34px}
@keyframes loader-flight{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

@media (max-width: 1024px){
  .topbar{height:88px;padding:12px 16px}
  .brand-logo-badge{width:90px;height:90px;border-width:7px}
  .sidebar{top:88px;height:calc(100vh - 88px)}
  .page-shell{padding-top:62px}
  .top-contact .contact-text strong{font-size:15px}
  .airline-strip,.contact-hero-card,.branch-card,.countdown-strip{grid-template-columns:1fr}
  .timer{justify-content:flex-start}
}
@media (max-width: 700px){
  .topbar{height:78px;padding:10px 12px}
  .brand-logo-badge{width:78px;height:78px;border-width:6px}
  .top-contact a.top-email{display:none!important}
  .top-contact a.top-contact-link{padding:0 12px;min-height:44px}
  .top-contact .contact-text strong{font-size:13px}
  .top-cart-btn{width:44px;height:44px}
  .menu-toggle{width:44px;height:44px}
  .sidebar{top:78px;height:calc(100vh - 78px)}
  .page-shell{padding:54px 14px 30px}
  .top-flight-search{padding:18px 14px 14px;margin:14px 0 28px;border-radius:24px}
  .search-banner-head{padding:0 2px 14px}
  .search-banner-head h2{font-size:24px}
  .search-banner-head p{font-size:14px}
  .trip-row strong{display:none}
  .trip-row{padding:14px 14px 10px}
  .flight-fields{grid-template-columns:1fr!important}
  .flight-fields label{padding:13px 14px;gap:4px}
  .flight-fields small{display:none}
  .flight-fields select,.flight-fields input{font-size:16px}
  .flight-fields button{min-height:54px;border-radius:0}
  .quick-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .quick-tab{min-height:78px;padding:8px 6px;font-size:12px}
  .airline-strip{padding:18px;margin:0 0 28px}
  .airline-title strong{font-size:24px}
  .airline-marquee{overflow-x:auto;padding-bottom:4px}
  .airline-track{animation:none!important;padding-bottom:4px}
  .countdown-strip{padding:22px;gap:16px;margin:24px 0 40px}
  .countdown-strip h2{font-size:34px}
  .countdown-strip p{display:none}
  .timer{gap:10px;flex-wrap:wrap}
  .timer span{width:76px;height:76px;border-radius:18px;font-size:12px}
  .timer span b{font-size:28px}
  .dark-btn{min-height:52px;border-radius:18px;width:100%}
  .contact-hero-links a,.contact-hero-links span,.branch-card{padding:16px}
  .branch-map-wrap,.branch-map{min-height:220px}
}
@media (max-width: 480px){
  .top-contact a.top-contact-link{max-width:124px;overflow:hidden}
  .top-contact .contact-text strong{text-overflow:ellipsis;overflow:hidden;display:block}
  .quick-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ===== AIRROUTE v2.6 contact + flight search fixes ===== */
.topbar{overflow:visible!important;background:linear-gradient(90deg,#b80f2d 0%,#df173a 62%,#f04444 100%)!important}
.top-contact a.top-contact-link{background:transparent!important;border:0!important;box-shadow:none!important;padding:0 8px!important;min-height:46px!important;color:#fff!important}
.top-contact .contact-text strong{color:#fff!important;font-size:20px!important;font-weight:1000!important;letter-spacing:-.025em;text-shadow:0 1px 2px rgba(0,0,0,.16)}
.top-cart-btn{background:#c8102e!important;color:#fff!important;border:3px solid #fff!important;box-shadow:0 12px 30px rgba(80,6,30,.28)!important}
.top-cart-btn .icon-svg{color:#fff!important;fill:none;stroke:currentColor}
.top-cart-btn [data-cart-count]{background:#fff!important;color:#c8102e!important;border:2px solid #c8102e!important}
.airline-strip{margin-top:64px!important;margin-bottom:46px!important;padding-top:30px!important}
.airline-title strong{font-size:32px!important}
.airline-track{gap:24px!important;animation-duration:64s!important}
.airline-pill{min-width:235px!important;padding:16px 20px!important}
.airline-more-btn,.airline-grid-more{display:none!important}

.contact-page .page-shell{padding-bottom:70px}
.contact-page .contact-hero-card{margin-top:22px;border-radius:34px;padding:34px;background:linear-gradient(135deg,#fff,#fff4f4 58%,#fffaf0);position:relative;overflow:hidden}
.contact-page .contact-hero-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-120px;top:-130px;background:radial-gradient(circle,rgba(225,29,72,.16),rgba(225,29,72,0));pointer-events:none}
.contact-page .contact-hero-card h1{font-size:clamp(36px,5vw,62px);line-height:1.02;margin-bottom:14px}
.contact-page .contact-hero-card p{max-width:760px;color:#475569}
.contact-page .contact-hero-links{position:relative;z-index:2}
.contact-page .contact-hero-links a,.contact-page .contact-hero-links span{border-color:#fee2e2;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.06);font-size:18px;overflow-wrap:anywhere}
.contact-page .branch-grid{gap:24px}
.contact-page .branch-card{border-radius:32px;padding:26px;background:linear-gradient(180deg,#fff,#fffafa);border-color:#fee2e2;align-items:stretch}
.contact-page .branch-copy{padding:8px 0}
.contact-page .branch-copy h3{font-size:30px;line-height:1.1}
.contact-page .branch-copy a strong{font-size:24px;color:#be123c}
.contact-page .branch-copy a:not(:has(strong)){font-weight:800;color:#111827;overflow-wrap:anywhere}
.contact-page .branch-map-wrap{min-height:340px}
.contact-page .branch-map{min-height:340px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.6)}

.search-results-hero{margin:24px 0 26px;padding:34px;border-radius:34px;background:linear-gradient(135deg,#fff,#fff4f4 62%,#fff7ed);border:1px solid #fee2e2;box-shadow:0 18px 42px rgba(15,23,42,.07);position:relative;overflow:hidden}
.search-results-hero:after{content:"";position:absolute;right:-120px;top:-150px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(225,29,72,.16),rgba(225,29,72,0));pointer-events:none}
.search-results-hero h1{font-size:clamp(38px,5vw,68px);line-height:1;position:relative;z-index:1}
.search-results-hero p{max-width:780px;color:#475569;position:relative;z-index:1}
.searched-summary{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0;position:relative;z-index:1}
.searched-summary span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #fee2e2;font-weight:850;color:#991b1b}
.flight-progress{height:12px;border-radius:999px;background:#ffe4e6;overflow:hidden;position:relative;z-index:1}
.flight-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,#be123c,#ef4444);border-radius:inherit;transition:width .35s ease}
.search-results-hero small{display:block;margin-top:10px;color:#64748b;font-weight:800;position:relative;z-index:1}
.flight-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:56px}
.flight-result-card{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center;padding:18px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 30px rgba(15,23,42,.06);animation:flight-card-in .45s ease both}
.flight-result-card:nth-child(2){animation-delay:.08s}.flight-result-card:nth-child(3){animation-delay:.16s}.flight-result-card:nth-child(4){animation-delay:.24s}.flight-result-card:nth-child(5){animation-delay:.32s}.flight-result-card:nth-child(6){animation-delay:.4s}
@keyframes flight-card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.flight-airline-mark span,.flight-airline-mark img{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;object-fit:contain;background:#fff1f2;border:1px solid #fee2e2;color:#be123c;font-weight:1000}
.flight-airline-mark img{padding:7px;background:#fff}
.flight-result-card strong{display:block;font-size:17px;color:#0f172a}.flight-result-card p{margin:4px 0 0;color:#64748b;font-size:13px}.flight-card-meta{display:grid;gap:4px;text-align:right}.flight-card-meta span{font-size:12px;color:#64748b;font-weight:800}.flight-card-meta b{font-size:14px;color:#be123c}.soft-blur{filter:blur(.25px);opacity:.74}
.lead-popup-backdrop{position:fixed;inset:0;z-index:130;display:grid;place-items:center;background:rgba(15,23,42,.46);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:.22s ease;padding:20px}.lead-popup-backdrop.open{opacity:1;pointer-events:auto}.lead-popup-card{width:min(560px,100%);padding:30px;border-radius:30px;background:#fff;box-shadow:0 30px 80px rgba(15,23,42,.28);border:1px solid #fee2e2;text-align:left}.lead-popup-card h2{font-size:36px;margin-bottom:10px}.lead-popup-card p{color:#475569;margin-bottom:18px}.lead-popup-form{display:grid;gap:12px}.lead-popup-form input,.lead-popup-form textarea{width:100%;border:1px solid #e2e8f0;border-radius:16px;padding:14px 16px;font:inherit;font-weight:750;outline:none}.lead-popup-form input:focus,.lead-popup-form textarea:focus{border-color:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.08)}.lead-popup-form button{border:0;border-radius:18px;padding:16px 18px;background:linear-gradient(135deg,#be123c,#ef4444);color:#fff;font-weight:1000;font-size:16px;cursor:pointer}.lead-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#dcfce7;color:#15803d;font-size:34px;font-weight:1000;margin-bottom:14px}

@media (max-width: 900px){
  .top-contact a.top-contact-link{padding:0 4px!important}
  .top-contact .contact-text strong{font-size:16px!important}
  .airline-strip{margin-top:48px!important}
  .contact-page .branch-card{grid-template-columns:1fr!important}
}
@media (max-width: 700px){
  .top-contact a.top-email{display:none!important}
  .top-contact a.top-phone{display:flex!important;width:auto!important;max-width:145px!important;min-height:42px!important;padding:0 6px!important;justify-content:flex-end!important}
  .top-contact .contact-text{display:block!important;min-width:0!important}
  .top-contact .contact-text strong{display:block!important;color:#fff!important;font-size:13px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .top-cart-btn{width:44px!important;height:44px!important;min-width:44px!important;border-width:2px!important}
  .contact-page .contact-hero-card{padding:22px;border-radius:26px;margin-top:12px}
  .contact-page .contact-hero-card h1{font-size:34px}
  .contact-page .contact-hero-links a,.contact-page .contact-hero-links span{font-size:15px;padding:14px 16px}
  .contact-page .branch-card{padding:18px;border-radius:24px}
  .contact-page .branch-copy h3{font-size:24px}
  .contact-page .branch-copy a strong{font-size:20px}
  .contact-page .branch-map-wrap,.contact-page .branch-map{min-height:230px}
  .search-results-hero{padding:22px;border-radius:26px;margin-top:12px}.searched-summary span{font-size:12px}.flight-result-card{grid-template-columns:48px 1fr;align-items:start}.flight-card-meta{grid-column:1/-1;text-align:left;display:flex;justify-content:space-between}.flight-airline-mark span,.flight-airline-mark img{width:46px;height:46px}.lead-popup-card{padding:22px;border-radius:24px}.lead-popup-card h2{font-size:28px}
}
@media (max-width: 480px){
  .top-contact{gap:5px!important}
  .top-contact a.top-phone{max-width:118px!important}
  .top-contact .contact-text strong{font-size:12px!important}
}


/* ===== AIRROUTE v2.7 mobile/header/popup refinements ===== */
.topbar{
  min-height:104px;
  height:auto;
  padding:18px 22px;
  background:linear-gradient(90deg,#b0082a 0%,#d4113c 58%,#e11d48 100%)!important;
}
.brand-logo-only{top:100%!important}
.brand-logo-badge{width:112px;height:112px}
.top-contact a.top-contact-link{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 10px!important;
  min-height:auto!important;
  border-radius:0!important;
}
.top-contact .contact-text strong{
  color:#fff!important;
  font-size:34px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:-.05em!important;
  text-shadow:0 2px 10px rgba(0,0,0,.18);
}
.top-contact a.top-email{border-left:1px solid rgba(255,255,255,.25)!important;padding-left:20px!important}
.top-cart-btn{
  width:58px!important;
  height:58px!important;
  background:#fff!important;
  color:#c8102e!important;
  border:4px solid rgba(255,255,255,.85)!important;
  box-shadow:0 16px 34px rgba(90,0,20,.22)!important;
}
.top-cart-btn .icon-svg{width:25px!important;height:25px!important;stroke-width:2.8!important}
.top-cart-btn [data-cart-count]{background:#c8102e!important;color:#fff!important;border:2px solid #fff!important}
.sidebar{top:104px!important;height:calc(100vh - 104px)!important}
.page-shell{padding-top:78px!important}

.float-cart{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#cf0f3f!important;
  color:#fff!important;
}
.float-cart .float-icon{
  position:static!important;
  inset:auto!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  display:grid!important;
  place-items:center!important;
}
.float-cart .float-icon .icon-svg{
  width:25px!important;
  height:25px!important;
  stroke-width:2.8!important;
}
.float-cart > span[data-cart-count]{
  position:absolute!important;
  right:-5px!important;
  top:-7px!important;
  min-width:24px!important;
  width:auto!important;
  height:24px!important;
  border-radius:999px!important;
  background:#f59e0b!important;
  color:#111827!important;
  display:grid!important;
  place-items:center!important;
  font-size:12px!important;
  font-weight:1000!important;
  border:2px solid #fff!important;
}

.airline-strip{margin-top:86px!important}
.airline-title strong{font-size:34px!important}
.countdown-strip{position:relative}
.countdown-price-badge{
  display:inline-grid;
  gap:2px;
  margin-top:16px;
  padding:14px 20px;
  border-radius:20px;
  background:linear-gradient(135deg,#be123c,#ef4444);
  color:#fff;
  box-shadow:0 18px 32px rgba(190,18,60,.18);
}
.countdown-price-badge small{
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:11px;
  font-weight:900;
  color:#fff7ed;
}
.countdown-price-badge strong{
  font-size:34px;
  line-height:1;
  font-weight:1000;
}

.lead-popup-card{position:relative}
.lead-popup-close{
  position:absolute;
  top:14px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:#fff1f2;
  color:#be123c;
  font-size:28px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
}
.terms-check{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px 14px;
  border-radius:16px;
  background:#fff7f7;
  border:1px solid #fee2e2;
  color:#475569;
  font-size:13px;
  line-height:1.45;
  font-weight:700;
}
.terms-check input{width:18px!important;height:18px!important;flex:0 0 18px;margin-top:1px;accent-color:#be123c}
.terms-check a{color:#be123c;text-decoration:underline;font-weight:900}

.contact-page .page-shell{padding-top:90px!important}
.contact-page .contact-hero-card{margin-top:36px!important}
.contact-page .branch-card{overflow:hidden}
.contact-page .branch-copy a,.contact-page .branch-copy p{overflow-wrap:anywhere}

@media (max-width: 1180px){
  .top-contact .contact-text strong{font-size:26px!important}
  .top-contact a.top-email{padding-left:14px!important}
}
@media (max-width: 900px){
  .topbar{min-height:88px;padding:12px 14px!important}
  .brand-logo-badge{width:88px!important;height:88px!important}
  .sidebar{top:88px!important;height:calc(100vh - 88px)!important}
  .page-shell{padding-top:64px!important}
  .top-contact{gap:6px!important}
  .top-contact .contact-text strong{font-size:18px!important;letter-spacing:-.035em!important}
  .top-cart-btn{width:48px!important;height:48px!important;border-width:3px!important}
  .airline-strip{margin-top:62px!important}
  .contact-page .page-shell{padding-top:70px!important}
}
@media (max-width: 700px){
  .topbar{min-height:78px;padding:10px 12px!important}
  .brand-logo-badge{width:76px!important;height:76px!important}
  .top-contact a.top-email{display:none!important}
  .top-contact a.top-contact-link{max-width:none!important;padding:0 4px!important}
  .top-contact .contact-text strong{font-size:17px!important}
  .top-cart-btn{width:44px!important;height:44px!important}
  .top-cart-btn .icon-svg{width:21px!important;height:21px!important}
  .sidebar{top:78px!important;height:calc(100vh - 78px)!important}
  .page-shell{padding-top:54px!important}
  .top-flight-search{margin-top:18px!important}
  .trip-row strong{font-size:16px!important;display:block!important}
  .flight-fields button{min-height:70px!important}
  .countdown-price-badge{width:100%;text-align:center;place-items:center}
  .countdown-price-badge strong{font-size:30px}
  .lead-popup-backdrop{padding:12px!important}
  .lead-popup-card{padding:26px 18px 20px!important;border-radius:24px!important;max-height:calc(100vh - 24px);overflow:auto}
  .lead-popup-card h2{font-size:28px!important;padding-right:34px}
  .lead-popup-close{width:38px;height:38px;top:10px;right:10px}
  .terms-check{font-size:12px}
  .floating-actions{right:14px!important;bottom:14px!important;gap:10px!important}
  .float-chat{height:56px!important;padding:0 18px!important}
  .float-cart{width:56px!important;height:56px!important}
  .contact-page .contact-hero-card{padding:22px!important;margin-top:20px!important}
  .contact-page .contact-hero-card h1{font-size:34px!important}
  .contact-page .branch-card{padding:18px!important;border-radius:24px!important}
  .contact-page .branch-copy h3{font-size:24px!important}
  .contact-page .branch-copy a strong{font-size:20px!important}
  .contact-page .branch-map-wrap,.contact-page .branch-map{min-height:220px!important}
}
@media (max-width: 420px){
  .top-contact .contact-text strong{font-size:15px!important}
  .menu-toggle,.top-cart-btn{width:42px!important;height:42px!important}
  .brand-logo-badge{width:70px!important;height:70px!important}
  .trip-row strong{font-size:14px!important}
}


/* ===== AIRROUTE v2.8 insurance + countdown polish ===== */
.top-cart-btn{display:none!important}
.top-contact{gap:22px!important}
.top-contact a.top-contact-link{background:transparent!important;border:0!important;box-shadow:none!important;padding:0 4px!important;min-height:58px!important;color:#fff!important}
.top-contact .contact-text strong{font-size:42px!important;line-height:1!important;color:#fff!important;font-weight:1000!important;letter-spacing:-.055em!important;text-shadow:0 3px 14px rgba(0,0,0,.22)!important}
.top-contact a.top-email{border-left:2px solid rgba(255,255,255,.28)!important;padding-left:24px!important}

.countdown-strip{
  overflow:visible!important;
  grid-template-columns:minmax(0,1fr) auto 158px!important;
  gap:30px!important;
  align-items:center!important;
  padding:42px 34px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#fff 0%,#fff8f8 55%,#fff1f2 100%)!important;
  border:1px solid #fecdd3!important;
  box-shadow:0 28px 70px rgba(136,19,55,.13)!important;
}
.countdown-strip:before{
  content:"";
  position:absolute;
  inset:-12px 26px auto auto;
  width:170px;
  height:170px;
  border-radius:999px;
  background:radial-gradient(circle,rgba(248,113,113,.28),rgba(248,113,113,0) 68%);
  pointer-events:none;
}
.countdown-strip .dark-btn{
  position:relative!important;
  transform:translateX(22px)!important;
  width:172px!important;
  min-height:138px!important;
  height:auto!important;
  border-radius:26px!important;
  padding:0 20px!important;
  background:linear-gradient(160deg,#b91c1c,#ef4444)!important;
  color:#fff!important;
  font-size:17px!important;
  line-height:1.15!important;
  box-shadow:0 22px 44px rgba(185,28,28,.22)!important;
  border:6px solid #fff!important;
}
.countdown-strip .dark-btn:before{
  content:"Limited seats";
  position:absolute;
  top:-18px;
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
  padding:7px 13px;
  border-radius:999px;
  background:#fff;
  color:#b91c1c;
  font-size:11px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 12px 24px rgba(185,28,28,.14);
}
.countdown-price-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:16px 20px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid #fecaca!important;
  color:#991b1b!important;
  box-shadow:0 18px 34px rgba(185,28,28,.12)!important;
}
.countdown-price-badge small{color:#b91c1c!important;font-size:12px!important;max-width:95px;line-height:1.1!important}
.countdown-price-badge strong{font-size:42px!important;color:#991b1b!important}
.timer span{background:#fff!important;border:1px solid #fecaca!important;box-shadow:0 16px 34px rgba(185,28,28,.08)!important}

.insurance-hero-card{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);
  gap:26px;
  align-items:center;
  background:linear-gradient(135deg,#fff,#fff7ed 55%,#fff1f2);
  border:1px solid #fed7aa;
  box-shadow:0 22px 52px rgba(124,45,18,.08);
}
.insurance-hero-card h1{max-width:820px}
.insurance-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.insurance-points span{padding:11px 15px;border-radius:999px;background:#fff;border:1px solid #fed7aa;color:#9a3412;font-weight:900}
.insurance-badge-card{min-height:260px;border-radius:30px;padding:28px;display:grid;align-content:end;gap:12px;background:linear-gradient(145deg,#9f1239,#ef4444);color:#fff;box-shadow:0 26px 56px rgba(159,18,57,.22);position:relative;overflow:hidden}
.insurance-badge-card:before{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:999px;background:rgba(255,255,255,.16)}
.insurance-badge-card span{position:relative;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:1000;color:#ffedd5}
.insurance-badge-card strong{position:relative;font-size:34px;line-height:1.05;letter-spacing:-.04em}
.insurance-badge-card small{position:relative;line-height:1.5;color:#fff7ed;font-weight:700}
.insurance-form-section{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:28px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 42px rgba(15,23,42,.07)}
.insurance-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.insurance-form label{display:grid;gap:7px;color:#475569;font-weight:900}
.insurance-form input,.insurance-form textarea{width:100%;border:1px solid #dbe4ef;border-radius:16px;padding:15px 16px;font:inherit;color:#0f172a;background:#f8fafc;outline:none}
.insurance-form input:focus,.insurance-form textarea:focus{border-color:#be123c;background:#fff;box-shadow:0 0 0 4px rgba(190,18,60,.09)}
.insurance-form .full{grid-column:1/-1}
.insurance-form button{border:0;border-radius:18px;background:linear-gradient(135deg,#be123c,#ef4444);color:#fff;font-weight:1000;font-size:16px;min-height:58px;cursor:pointer;box-shadow:0 16px 32px rgba(190,18,60,.18)}
.insurance-form .terms-check{align-items:flex-start;background:#fff7f7!important}
.insurance-form .terms-check input{width:18px!important;height:18px!important;padding:0!important}

@media (max-width:1180px){
  .top-contact .contact-text strong{font-size:30px!important}
  .countdown-strip{grid-template-columns:1fr!important;padding:30px!important}
  .countdown-strip .dark-btn{transform:none!important;width:100%!important;min-height:74px!important;border-width:4px!important}
  .timer{justify-content:flex-start!important}
}
@media (max-width:760px){
  .top-contact{gap:8px!important;margin-left:auto!important}
  .top-contact a.top-contact-link{min-height:42px!important;padding:0!important}
  .top-contact .contact-text strong{font-size:20px!important;letter-spacing:-.035em!important}
  .top-contact a.top-email{display:none!important}
  .countdown-strip{padding:22px!important;border-radius:26px!important;margin-top:26px!important}
  .countdown-strip h2{font-size:30px!important}
  .countdown-price-badge{width:100%!important;justify-content:space-between!important;padding:14px 16px!important}
  .countdown-price-badge strong{font-size:34px!important}
  .timer span{width:72px!important;height:72px!important;border-radius:18px!important}
  .timer span b{font-size:27px!important}
  .countdown-strip .dark-btn{min-height:58px!important;border-radius:20px!important;font-size:16px!important}
  .countdown-strip .dark-btn:before{display:none!important}
  .insurance-hero-card,.insurance-form-section{grid-template-columns:1fr!important;gap:18px!important}
  .insurance-badge-card{min-height:210px!important}
  .insurance-form{grid-template-columns:1fr!important}
}
@media (max-width:520px){
  .top-contact .contact-text strong{font-size:16px!important;max-width:118px;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}
  .timer{gap:8px!important}
  .timer span{width:64px!important;height:64px!important;font-size:11px!important}
  .timer span b{font-size:24px!important}
  .insurance-points{display:grid!important}
}


/* ===== AIRROUTE v2.9 flash sale, insurance, search CSS focus ===== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.flight-fields button.flight-search-icon-btn{min-width:116px!important;border-radius:0 0 26px 0!important;display:grid!important;place-items:center!important;background:linear-gradient(135deg,#9f1239,#e11d48)!important;color:#fff!important;box-shadow:inset 1px 0 0 rgba(255,255,255,.18)}
.flight-fields button.flight-search-icon-btn .search-glass{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 22px rgba(80,6,30,.15)}
.flight-fields button.flight-search-icon-btn .icon-svg{width:27px;height:27px;stroke-width:2.8}
.flight-fields button.flight-search-icon-btn:hover{background:linear-gradient(135deg,#7f1d1d,#dc2626)!important;transform:none!important}

.airline-strip{margin-top:48px!important}

.flash-sale-slider{margin:34px 0 58px;min-height:292px;border-radius:0 0 4px 4px;background:#fff;border-bottom:2px solid #111936;box-shadow:0 22px 58px rgba(15,23,42,.08);position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) 42px;overflow:hidden}
.flash-sale-side{writing-mode:vertical-rl;transform:rotate(180deg);display:grid;place-items:center;font-size:28px;letter-spacing:.03em;color:#10183b;font-family:Georgia,serif;border-right:1px solid #eef2f7;background:#fff}
.flash-sale-slides{position:relative;min-height:292px;overflow:hidden}
.flash-sale-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:28px;padding:34px 42px 32px;opacity:0;transform:translateX(24px);pointer-events:none;transition:opacity .5s ease,transform .5s ease;background:#fff}
.flash-sale-slide.active{opacity:1;transform:translateX(0);pointer-events:auto}
.flash-copy{text-align:center;display:grid;justify-items:center;gap:10px;min-width:0}
.flash-copy .eyebrow{color:#be123c;font-size:12px;letter-spacing:.18em}
.flash-copy h2{font-size:clamp(38px,5vw,74px);line-height:.95;letter-spacing:-.055em;margin:0;color:#020617;text-transform:uppercase}
.flash-copy p{font-size:clamp(25px,3vw,42px);line-height:1.1;margin:0;color:#020617;text-transform:uppercase;font-weight:800;letter-spacing:-.04em}
.flash-copy p strong{color:#10b981;font-weight:1000}
.flash-book-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:4px;min-height:68px;padding:0 42px;border-radius:15px;background:#172044;color:#fff!important;text-decoration:none!important;font-size:32px;font-weight:1000;text-transform:uppercase;box-shadow:0 14px 26px rgba(23,32,68,.18)}
.flash-copy small{font-size:15px;color:#111827}
.flash-visual{position:relative;display:grid;place-items:center;min-height:220px}
.flash-visual img{width:100%;height:190px;object-fit:cover;border-radius:28px;filter:saturate(1.04);box-shadow:0 18px 34px rgba(15,23,42,.14)}
.day-left-badge{position:absolute;right:18px;top:20px;display:grid;place-items:center;min-width:130px;min-height:82px;padding:12px 18px;border-radius:17px;background:linear-gradient(135deg,#fff,#fff5f5);border:6px solid #ef4444;color:#ef4444;font-size:26px;font-weight:1000;text-align:center;line-height:.86;text-transform:uppercase;transform:rotate(3deg);box-shadow:0 18px 34px rgba(239,68,68,.2)}
.flash-dots{display:grid;align-content:center;justify-items:center;gap:18px;padding:18px;background:#fff}
.flash-dots button{width:18px;height:18px;border-radius:50%;border:0;background:#020617;cursor:pointer;transition:.2s ease}
.flash-dots button.active{background:#ff5252;transform:scale(1.1)}

.why-us-section{background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid #ffedd5;box-shadow:0 18px 44px rgba(15,23,42,.06)}
.why-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.why-grid article{background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:24px;box-shadow:0 14px 28px rgba(15,23,42,.05)}
.why-grid article span{width:44px;height:44px;border-radius:14px;background:#fff1f2;color:#be123c;display:grid;place-items:center;font-weight:1000;margin-bottom:16px}
.why-grid h3{font-size:22px;margin-bottom:8px;color:#0f172a}.why-grid p{color:#475569;margin:0}

.insurance-page .page-shell{background:radial-gradient(circle at 80% 8%,rgba(254,215,170,.35),transparent 320px)}
.insurance-hero-card{position:relative;overflow:hidden;border-radius:34px!important;background:linear-gradient(135deg,#fff7ed 0%,#fff 52%,#fff1f2 100%)!important;border:1px solid #fed7aa!important;box-shadow:0 22px 56px rgba(15,23,42,.08)!important;align-items:center!important}
.insurance-hero-card h1{font-size:clamp(42px,5.3vw,78px);line-height:.96;letter-spacing:-.06em;color:#0f172a;margin-bottom:16px}
.insurance-hero-card p{font-size:18px;color:#475569;max-width:760px}
.insurance-points span{background:#fff!important;border-color:#fecaca!important;color:#9f1239!important;box-shadow:0 10px 20px rgba(159,18,57,.05)}
.insurance-badge-card{background:linear-gradient(145deg,#111936,#9f1239 56%,#ef4444)!important;min-height:340px!important;align-content:space-between!important;border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 62px rgba(159,18,57,.25)!important}
.tico-trust-logo{position:relative;justify-self:start;background:#fff;border-radius:18px;padding:12px 14px;box-shadow:0 12px 28px rgba(0,0,0,.16);max-width:230px}
.tico-trust-logo img{display:block;width:100%;height:auto;max-height:68px;object-fit:contain}
.insurance-badge-card strong{font-size:40px!important;line-height:1!important}
.insurance-form-section{border-radius:34px!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 22px 52px rgba(15,23,42,.08)!important;align-items:start}
.insurance-form-section h2{font-size:clamp(34px,3.4vw,56px);letter-spacing:-.05em;line-height:1}
.insurance-trust-mini{margin-top:20px;display:flex;align-items:center;gap:14px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-weight:800}
.insurance-trust-mini img{width:126px;height:auto;object-fit:contain;background:#fff;border-radius:10px;padding:6px}
.insurance-form{background:linear-gradient(180deg,#fff,#fff7f7);border:1px solid #fee2e2;border-radius:28px;padding:22px;box-shadow:0 16px 32px rgba(15,23,42,.05)}
.insurance-form label{font-size:14px;color:#334155!important}.insurance-form input,.insurance-form textarea{background:#fff!important;border-color:#e2e8f0!important;border-radius:18px!important;min-height:54px!important}.insurance-form button{border-radius:999px!important;background:linear-gradient(135deg,#9f1239,#ef4444)!important;min-height:64px!important;font-size:18px!important}
.insurance-form .terms-check{display:flex!important;gap:10px!important;align-items:flex-start!important;border-radius:18px!important;padding:14px!important;border:1px solid #fee2e2;background:#fff!important}

.flight-search-page .page-shell{position:relative;background:linear-gradient(135deg,#f8fafc,#fff7f7);min-height:calc(100vh - 96px)}
.flight-search-page .page-shell:before{content:"";position:fixed;inset:0;background:rgba(255,255,255,.35);backdrop-filter:blur(2px);pointer-events:none;z-index:0}
.flight-search-page .page-shell>*{position:relative;z-index:1}
.search-results-hero{border-radius:34px!important;background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(255,247,247,.94))!important;border:1px solid #fee2e2!important;box-shadow:0 24px 64px rgba(15,23,42,.09)!important;overflow:hidden;position:relative}
.search-results-hero:after{content:"";position:absolute;right:-90px;top:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(239,68,68,.2),transparent 60%)}
.flight-loading-orb{display:flex;gap:9px;margin:20px 0 14px}.flight-loading-orb span{width:12px;height:12px;border-radius:50%;background:#e11d48;animation:flight-dot 1s ease-in-out infinite}.flight-loading-orb span:nth-child(2){animation-delay:.16s}.flight-loading-orb span:nth-child(3){animation-delay:.32s}@keyframes flight-dot{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(-9px);opacity:1}}
.flight-results-grid{filter:blur(2.2px);opacity:.72;transition:.3s ease}.flight-result-card{background:rgba(255,255,255,.9)!important;border-color:#e2e8f0!important}.lead-popup-backdrop{backdrop-filter:blur(8px)!important}.lead-popup-card{border-radius:30px!important;box-shadow:0 34px 80px rgba(15,23,42,.22)!important;border:1px solid #fee2e2!important}.lead-popup-card h2{letter-spacing:-.045em}.lead-popup-form button{background:linear-gradient(135deg,#9f1239,#ef4444)!important;border-radius:999px!important}

@media (max-width:1024px){
  .flash-sale-slider{grid-template-columns:74px minmax(0,1fr) 34px;min-height:310px}.flash-sale-slide{grid-template-columns:1fr 220px;padding:28px 30px}.flash-copy h2{font-size:44px}.flash-book-btn{font-size:25px;min-height:58px}.day-left-badge{min-width:110px;min-height:72px;font-size:22px}.why-grid{grid-template-columns:1fr}.insurance-form-section{grid-template-columns:1fr!important}.insurance-trust-mini{max-width:520px}
}
@media (max-width:700px){
  .flight-fields button.flight-search-icon-btn{min-height:62px!important;min-width:100%!important;border-radius:0 0 22px 22px!important}.flight-fields button.flight-search-icon-btn .search-glass{width:48px;height:48px}.flight-fields button.flight-search-icon-btn .icon-svg{width:24px;height:24px}.airline-strip{margin-top:30px!important}
  .flash-sale-slider{grid-template-columns:1fr;min-height:auto;border-radius:26px;border:1px solid #e2e8f0;overflow:hidden}.flash-sale-side{writing-mode:horizontal-tb;transform:none;min-height:48px;font-size:20px;border-right:0;border-bottom:1px solid #eef2f7}.flash-sale-slides{min-height:500px}.flash-sale-slide{grid-template-columns:1fr;align-content:start;gap:18px;padding:24px 18px;text-align:center}.flash-copy h2{font-size:38px}.flash-copy p{font-size:24px}.flash-book-btn{width:100%;font-size:23px}.flash-visual{min-height:170px}.flash-visual img{height:160px}.day-left-badge{right:10px;top:8px;min-width:90px;min-height:62px;font-size:18px;border-width:4px}.flash-dots{display:flex;justify-content:center;gap:12px;padding:12px}.flash-dots button{width:13px;height:13px}
  .why-us-section{padding:22px!important}.why-grid article{padding:20px}.insurance-hero-card,.insurance-form-section{padding:22px!important;border-radius:26px!important}.insurance-badge-card{min-height:280px!important}.tico-trust-logo{max-width:210px}.insurance-form{grid-template-columns:1fr!important;padding:16px!important}.insurance-trust-mini{display:grid}.insurance-trust-mini img{width:150px}.insurance-hero-card h1{font-size:42px}.insurance-page .page-shell{padding-top:54px!important}.flight-search-page .page-shell{padding-top:54px!important}.search-results-hero{padding:22px!important}.lead-popup-card{width:calc(100% - 26px)!important;max-height:88vh!important;overflow:auto!important;padding:22px!important}
}
@media (max-width:420px){
  .flash-sale-slides{min-height:530px}.flash-copy h2{font-size:32px}.flash-copy p{font-size:20px}.flash-book-btn{font-size:20px;min-height:54px}.flash-sale-slide{padding:22px 14px}.top-contact .contact-text strong{font-size:18px!important}.insurance-hero-card h1{font-size:36px}.tico-trust-logo{max-width:190px}
}


/* ===== AIRROUTE v3.0 public copy + CSS polish ===== */
.flash-sale-slider{
  margin:48px 0 64px!important;
  min-height:350px!important;
  border-radius:34px!important;
  border:1px solid #e9eef6!important;
  border-bottom:5px solid #111936!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  box-shadow:0 30px 78px rgba(15,23,42,.11)!important;
  grid-template-columns:92px minmax(0,1fr) 54px!important;
}
.flash-sale-side{
  background:linear-gradient(180deg,#fff,#f8fafc)!important;
  font-size:31px!important;
  font-weight:600!important;
  color:#111936!important;
}
.flash-sale-slides{min-height:350px!important}
.flash-sale-slide{
  min-height:350px!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  padding:40px 52px!important;
  transition:opacity .9s ease,transform .9s ease!important;
}
.flash-copy{position:relative;padding:20px 12px!important}
.flash-circle-label{
  width:122px!important;
  height:122px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  background:linear-gradient(135deg,#e11d48,#f97316)!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.05!important;
  font-weight:1000!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  box-shadow:0 22px 44px rgba(225,29,72,.22)!important;
  border:7px solid #fff!important;
  margin-bottom:6px!important;
}
.flash-copy h2{
  font-size:clamp(44px,5.4vw,82px)!important;
  letter-spacing:-.065em!important;
}
.flash-copy p{font-size:clamp(28px,3.1vw,48px)!important}
.flash-copy p strong{color:#10b981!important}
.flash-book-btn{
  min-height:76px!important;
  border-radius:18px!important;
  padding:0 52px!important;
  font-size:36px!important;
  box-shadow:0 18px 32px rgba(23,32,68,.22)!important;
}
.flash-copy small{
  max-width:640px!important;
  font-size:16px!important;
  color:#334155!important;
}
.flash-visual{
  min-height:250px!important;
  border-radius:36px!important;
}
.flash-visual img{
  width:100%!important;
  height:245px!important;
  border-radius:34px!important;
  box-shadow:0 24px 44px rgba(15,23,42,.16)!important;
}
.day-left-badge{
  right:-12px!important;
  top:-18px!important;
  min-width:168px!important;
  min-height:118px!important;
  padding:16px 22px!important;
  border-radius:26px!important;
  border-width:8px!important;
  font-size:35px!important;
  line-height:.88!important;
  transform:rotate(4deg)!important;
  background:linear-gradient(135deg,#fff,#fff7f7)!important;
  color:#ef4444!important;
  box-shadow:0 26px 48px rgba(239,68,68,.26)!important;
}
.flash-dots{gap:20px!important;background:#fff!important}
.flash-dots button{width:21px!important;height:21px!important}
.flash-dots button.active{background:#ef4444!important}

.why-us-section{
  position:relative!important;
  overflow:hidden!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#fff 0%,#fff7ed 52%,#fff1f2 100%)!important;
  border:1px solid #fed7aa!important;
  box-shadow:0 24px 58px rgba(15,23,42,.08)!important;
}
.why-us-section:after{
  content:"";
  position:absolute;
  right:-110px;
  top:-110px;
  width:280px;
  height:280px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(251,146,60,.23),transparent 65%);
}
.why-us-section>*{position:relative;z-index:1}
.why-grid{gap:22px!important}
.why-grid article{
  border-radius:28px!important;
  padding:30px!important;
  border:1px solid #fee2e2!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 18px 36px rgba(15,23,42,.07)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
.why-grid article:hover{transform:translateY(-4px);box-shadow:0 24px 46px rgba(15,23,42,.1)!important}
.why-grid article span{
  width:56px!important;
  height:56px!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#9f1239,#ef4444)!important;
  color:#fff!important;
  box-shadow:0 14px 28px rgba(159,18,57,.18)!important;
}
.why-grid h3{font-size:25px!important;letter-spacing:-.035em!important}
.why-grid p{font-size:16px!important;line-height:1.65!important;color:#475569!important}

.insurance-page .page-shell{
  background:
    radial-gradient(circle at 88% 4%,rgba(254,215,170,.45),transparent 310px),
    radial-gradient(circle at 10% 22%,rgba(225,29,72,.08),transparent 300px)!important;
}
.insurance-page .flash{border-radius:18px!important}
.insurance-hero-card{
  border-radius:38px!important;
  padding:42px!important;
  background:linear-gradient(135deg,#ffffff 0%,#fff7ed 48%,#fff1f2 100%)!important;
  border:1px solid #fed7aa!important;
  box-shadow:0 26px 68px rgba(15,23,42,.09)!important;
}
.insurance-hero-card:before{
  content:"";
  position:absolute;
  right:-120px;
  top:-140px;
  width:330px;
  height:330px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(251,146,60,.24),transparent 68%);
}
.insurance-hero-card>*,.insurance-form-section>*{position:relative;z-index:1}
.insurance-badge-card{
  min-height:310px!important;
  border-radius:34px!important;
  padding:34px!important;
  background:linear-gradient(145deg,#111936 0%,#8a1235 52%,#ef4444 100%)!important;
  box-shadow:0 32px 64px rgba(159,18,57,.25)!important;
}
.tico-trust-logo,.insurance-trust-mini img{display:none!important}
.insurance-badge-card span{
  width:max-content;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  color:#fff!important;
}
.insurance-badge-card strong{font-size:44px!important;max-width:380px!important}
.insurance-badge-card small{font-size:15px!important;line-height:1.65!important;max-width:420px!important}
.insurance-form-section{
  border-radius:38px!important;
  padding:36px!important;
  background:linear-gradient(135deg,#fff,#fffafa)!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 26px 60px rgba(15,23,42,.08)!important;
}
.insurance-form-section h2{font-size:clamp(36px,3.6vw,58px)!important}
.insurance-form-section p{color:#475569!important;font-size:17px!important;line-height:1.65!important}
.insurance-trust-mini{
  display:block!important;
  padding:16px 18px!important;
  border-radius:18px!important;
  background:#fff7ed!important;
  border:1px solid #fed7aa!important;
  color:#9a3412!important;
  line-height:1.5!important;
}
.insurance-form{
  border-radius:32px!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 20px 42px rgba(15,23,42,.07)!important;
}
.insurance-form label{font-weight:900!important;color:#334155!important}
.insurance-form input,.insurance-form textarea{
  border-radius:18px!important;
  min-height:58px!important;
  background:#f8fafc!important;
  border:1px solid #dbe4ef!important;
}
.insurance-form textarea{min-height:150px!important}
.insurance-form button{
  min-height:66px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#9f1239,#ef4444)!important;
}

.contact-page .contact-hero-card h1{font-size:clamp(42px,5vw,76px)!important}
.contact-page .contact-hero-card p{font-size:18px!important;line-height:1.65!important;max-width:780px!important}
.subscribe-zone p{font-size:17px!important;line-height:1.65!important;color:#475569!important}

@media (max-width:1024px){
  .flash-sale-slider{grid-template-columns:70px minmax(0,1fr) 40px!important;min-height:380px!important}
  .flash-sale-slides{min-height:380px!important}
  .flash-sale-slide{grid-template-columns:1fr 260px!important;padding:34px 30px!important}
  .flash-circle-label{width:104px!important;height:104px!important;font-size:12px!important}
  .flash-copy h2{font-size:48px!important}
  .flash-book-btn{font-size:28px!important;min-height:64px!important}
  .day-left-badge{min-width:138px!important;min-height:96px!important;font-size:28px!important}
}
@media (max-width:700px){
  .flash-sale-slider{
    grid-template-columns:1fr!important;
    border-radius:28px!important;
    min-height:auto!important;
    margin:34px 0 44px!important;
  }
  .flash-sale-side{
    writing-mode:horizontal-tb!important;
    transform:none!important;
    min-height:54px!important;
    font-size:22px!important;
  }
  .flash-sale-slides{min-height:570px!important}
  .flash-sale-slide{
    grid-template-columns:1fr!important;
    gap:22px!important;
    min-height:570px!important;
    padding:24px 18px 26px!important;
  }
  .flash-circle-label{
    width:94px!important;
    height:94px!important;
    font-size:11px!important;
    border-width:5px!important;
  }
  .flash-copy{padding:4px!important}
  .flash-copy h2{font-size:36px!important}
  .flash-copy p{font-size:22px!important}
  .flash-book-btn{width:100%!important;font-size:22px!important;min-height:58px!important}
  .flash-visual img{height:210px!important;border-radius:28px!important}
  .day-left-badge{
    right:8px!important;
    top:-12px!important;
    min-width:128px!important;
    min-height:88px!important;
    font-size:25px!important;
    border-width:6px!important;
  }
  .flash-dots{display:flex!important;justify-content:center!important;padding:14px!important}
  .why-us-section,.insurance-hero-card,.insurance-form-section{border-radius:28px!important;padding:24px!important}
  .why-grid article{padding:22px!important}
  .insurance-badge-card{min-height:250px!important;padding:26px!important}
  .insurance-badge-card strong{font-size:34px!important}
  .insurance-form{padding:18px!important}
}
@media (max-width:420px){
  .flash-sale-slides{min-height:590px!important}
  .flash-sale-slide{min-height:590px!important;padding:22px 14px!important}
  .flash-copy h2{font-size:31px!important}
  .flash-copy p{font-size:19px!important}
  .day-left-badge{min-width:114px!important;min-height:78px!important;font-size:22px!important}
  .flash-visual img{height:190px!important}
  .why-grid h3{font-size:22px!important}
  .insurance-hero-card h1{font-size:35px!important}
}


/* ===== AIRROUTE v3.1 standard flash sale + Why Us polish ===== */
.flash-sale-slider{
  margin:44px 0 64px!important;
  min-height:0!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#ffffff 0%,#fff7f7 100%)!important;
  border:1px solid #fee2e2!important;
  border-bottom:1px solid #fee2e2!important;
  box-shadow:0 24px 70px rgba(15,23,42,.10)!important;
  overflow:hidden!important;
  position:relative!important;
}
.flash-sale-slider:before{
  content:"";
  position:absolute;
  right:-110px;
  top:-130px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(239,68,68,.14),transparent 65%);
  pointer-events:none;
}
.flash-sale-side{
  writing-mode:horizontal-tb!important;
  transform:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-height:0!important;
  padding:26px 38px 0!important;
  border:0!important;
  background:transparent!important;
  color:#9f1239!important;
  font-family:inherit!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:1000!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
}
.flash-sale-side:before{
  content:"";
  width:34px;
  height:4px;
  border-radius:999px;
  background:#ef4444;
  display:block;
}
.flash-sale-slides{
  min-height:355px!important;
  position:relative!important;
  overflow:hidden!important;
}
.flash-sale-slide{
  position:absolute!important;
  inset:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.72fr)!important;
  align-items:center!important;
  gap:34px!important;
  min-height:355px!important;
  padding:20px 38px 40px!important;
  background:transparent!important;
  opacity:0!important;
  transform:translateX(28px)!important;
  pointer-events:none!important;
  transition:opacity .65s ease,transform .65s ease!important;
}
.flash-sale-slide.active{opacity:1!important;transform:translateX(0)!important;pointer-events:auto!important}
.flash-copy{
  align-items:start!important;
  justify-items:start!important;
  text-align:left!important;
  gap:14px!important;
  padding:0!important;
}
.flash-circle-label{
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  padding:11px 16px!important;
  background:#fff!important;
  border:1px solid #fecaca!important;
  color:#b91c1c!important;
  box-shadow:0 12px 26px rgba(185,28,28,.10)!important;
  font-size:12px!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
  margin:0!important;
}
.flash-copy h2{
  max-width:860px!important;
  font-size:clamp(42px,4.5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.055em!important;
  margin:0!important;
  color:#020617!important;
}
.flash-copy p{
  font-size:clamp(23px,2.5vw,40px)!important;
  line-height:1.1!important;
  margin:0!important;
  font-weight:950!important;
  color:#111827!important;
}
.flash-copy p strong{
  display:inline-block!important;
  color:#059669!important;
  padding:2px 0!important;
}
.flash-book-btn{
  margin-top:4px!important;
  min-height:58px!important;
  border-radius:999px!important;
  padding:0 34px!important;
  background:linear-gradient(135deg,#9f1239,#ef4444)!important;
  color:#fff!important;
  font-size:20px!important;
  letter-spacing:.01em!important;
  font-weight:1000!important;
  box-shadow:0 16px 34px rgba(225,29,72,.20)!important;
}
.flash-copy small{
  max-width:620px!important;
  color:#64748b!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.flash-visual{
  min-height:270px!important;
  border-radius:34px!important;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
}
.flash-visual img{
  width:100%!important;
  height:270px!important;
  object-fit:cover!important;
  border-radius:30px!important;
  box-shadow:0 24px 54px rgba(15,23,42,.16)!important;
}
.day-left-badge{
  right:18px!important;
  top:18px!important;
  min-width:0!important;
  min-height:0!important;
  width:auto!important;
  height:auto!important;
  padding:12px 16px!important;
  border-radius:18px!important;
  border:5px solid #fff!important;
  background:linear-gradient(135deg,#ef4444,#f97316)!important;
  color:#fff!important;
  font-size:22px!important;
  line-height:.94!important;
  font-weight:1000!important;
  transform:rotate(3deg)!important;
  box-shadow:0 18px 34px rgba(239,68,68,.26)!important;
}
.flash-dots{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  padding:0 38px 26px!important;
  background:transparent!important;
}
.flash-dots button{
  width:11px!important;
  height:11px!important;
  border-radius:999px!important;
  background:#cbd5e1!important;
  border:0!important;
  transition:.2s ease!important;
}
.flash-dots button.active{width:34px!important;background:#ef4444!important;transform:none!important}

.why-us-section{
  margin-top:14px!important;
  padding:36px!important;
  border-radius:34px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 22px 60px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
.why-us-section:after{display:none!important}
.why-us-section .section-head{
  align-items:end!important;
  margin-bottom:26px!important;
}
.why-us-section .section-head h2{
  max-width:760px!important;
  font-size:clamp(34px,3.6vw,58px)!important;
  letter-spacing:-.055em!important;
  color:#0f172a!important;
}
.why-us-section .section-head a{
  border-radius:999px!important;
  background:#fff1f2!important;
  color:#9f1239!important;
  padding:13px 18px!important;
  font-weight:900!important;
  text-decoration:none!important;
}
.why-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.why-grid article{
  position:relative!important;
  min-height:225px!important;
  border-radius:26px!important;
  padding:28px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid #e2e8f0!important;
  box-shadow:none!important;
  transform:none!important;
}
.why-grid article:before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#e11d48,#f97316);
}
.why-grid article:hover{transform:translateY(-3px)!important;box-shadow:0 18px 38px rgba(15,23,42,.08)!important}
.why-grid article span{
  width:50px!important;
  height:50px!important;
  border-radius:16px!important;
  background:#fff1f2!important;
  color:#9f1239!important;
  box-shadow:none!important;
  font-size:16px!important;
  margin-bottom:18px!important;
}
.why-grid h3{
  font-size:23px!important;
  line-height:1.15!important;
  letter-spacing:-.035em!important;
  margin:0 0 10px!important;
}
.why-grid p{
  font-size:15.5px!important;
  line-height:1.62!important;
  color:#475569!important;
  margin:0!important;
}

@media (max-width:1024px){
  .flash-sale-slider{margin:38px 0 52px!important;border-radius:30px!important}
  .flash-sale-side{padding:24px 28px 0!important}
  .flash-sale-slides{min-height:410px!important}
  .flash-sale-slide{grid-template-columns:minmax(0,1fr) 280px!important;min-height:410px!important;padding:18px 28px 34px!important;gap:26px!important}
  .flash-copy h2{font-size:46px!important}
  .flash-copy p{font-size:28px!important}
  .flash-visual img{height:240px!important}
  .why-grid{grid-template-columns:1fr!important}
  .why-grid article{min-height:0!important}
}
@media (max-width:700px){
  .flash-sale-slider{margin:30px 0 42px!important;border-radius:28px!important}
  .flash-sale-side{justify-content:center!important;padding:22px 18px 0!important;font-size:12px!important}
  .flash-sale-side:before{width:26px!important}
  .flash-sale-slides{min-height:610px!important}
  .flash-sale-slide{grid-template-columns:1fr!important;min-height:610px!important;padding:20px 18px 24px!important;gap:22px!important;text-align:left!important}
  .flash-copy{justify-items:start!important;text-align:left!important;gap:12px!important}
  .flash-circle-label{font-size:11px!important;padding:10px 13px!important}
  .flash-copy h2{font-size:34px!important;line-height:1!important}
  .flash-copy p{font-size:22px!important}
  .flash-book-btn{width:100%!important;min-height:54px!important;font-size:18px!important}
  .flash-visual{min-height:230px!important;width:100%!important}
  .flash-visual img{height:230px!important;border-radius:26px!important}
  .day-left-badge{right:12px!important;top:12px!important;font-size:19px!important;padding:10px 13px!important;border-width:4px!important;border-radius:16px!important}
  .flash-dots{padding:0 18px 22px!important}
  .why-us-section{padding:24px 18px!important;border-radius:28px!important}
  .why-us-section .section-head{display:grid!important;gap:16px!important;align-items:start!important}
  .why-us-section .section-head h2{font-size:32px!important}
  .why-grid{gap:14px!important}
  .why-grid article{padding:24px!important;border-radius:22px!important}
}
@media (max-width:420px){
  .flash-sale-slides{min-height:625px!important}
  .flash-sale-slide{min-height:625px!important;padding:18px 14px 22px!important}
  .flash-copy h2{font-size:29px!important}
  .flash-copy p{font-size:19px!important}
  .flash-copy small{font-size:13px!important}
  .flash-visual img{height:205px!important}
  .why-grid article{padding:22px!important}
}


/* ===== v3.3 mobile alignment cleanup ===== */
@media (max-width: 760px){
  html,body{overflow-x:hidden!important}
  .topbar{height:72px!important;padding:9px 10px!important;align-items:center!important}
  .brand-logo-badge{width:66px!important;height:66px!important;border-width:5px!important}
  .brand-logo-only{top:100%!important}
  .menu-toggle{width:42px!important;height:42px!important;border-radius:13px!important;flex:0 0 42px!important}
  .top-contact{gap:6px!important;min-width:0!important;max-width:calc(100vw - 118px)!important}
  .top-contact a.top-email{display:none!important}
  .top-contact a.top-phone{min-width:0!important;max-width:142px!important;height:42px!important;min-height:42px!important;padding:0 10px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:none!important;overflow:hidden!important}
  .top-contact .contact-text strong{font-size:15px!important;color:#fff!important;letter-spacing:-.03em!important;text-overflow:ellipsis!important;overflow:hidden!important;display:block!important;white-space:nowrap!important}
  .sidebar{top:72px!important;height:calc(100vh - 72px)!important;width:min(310px,86vw)!important}
  .page-shell{padding:45px 12px 28px!important;margin-left:0!important}
  body.menu-hidden .page-shell,body.menu-hidden .footer{margin-left:0!important}
  .top-flight-search{margin:8px 0 22px!important;padding:12px!important;border-radius:22px!important}
  .search-banner-head{padding:0 4px 10px!important;gap:3px!important}
  .search-banner-head .eyebrow{font-size:10px!important;letter-spacing:.12em!important}
  .search-banner-head h2{font-size:21px!important;line-height:1.1!important;margin:0!important}
  .search-banner-head p{display:none!important}
  .flight-search-panel{border-radius:20px!important}
  .trip-row{padding:10px 12px!important;gap:6px!important}
  .trip-row strong{display:none!important}
  .trip-options{gap:10px!important;font-size:12px!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important}
  .trip-options label{white-space:nowrap!important;font-size:12px!important}
  .flight-fields{grid-template-columns:1fr!important}
  .flight-fields label{padding:11px 13px!important;border-right:0!important;border-bottom:1px solid #edf2f7!important;gap:2px!important}
  .flight-fields label>span{font-size:11px!important}
  .flight-fields small{display:none!important}
  .flight-fields select,.flight-fields input{font-size:15px!important;line-height:1.2!important;min-height:28px!important}
  .flight-fields button{min-height:54px!important;border-radius:0 0 20px 20px!important;font-size:0!important;width:100%!important}
  .flight-fields button .btn-search-icon,.flight-fields button .btn-plane{width:26px!important;height:26px!important;margin:0!important}
  .hero{margin-top:2px!important;padding:0!important}
  .hero-top{display:block!important;margin-top:0!important}
  .hero-copy .eyebrow{font-size:10px!important}
  .hero-copy h1{font-size:34px!important;line-height:1!important;margin:8px 0 10px!important;letter-spacing:-.055em!important}
  .hero-copy p{display:none!important}
  .hero-mosaic{display:none!important}
  .quick-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important;gap:9px!important;margin:14px 0 0!important}
  .quick-tab{width:auto!important;min-height:72px!important;border-radius:17px!important;font-size:12px!important;padding:8px 5px!important}
  .quick-tab .nav-icon{width:36px!important;height:36px!important;border-radius:12px!important}
  .airline-strip{margin:20px 0 26px!important;padding:15px!important;border-radius:22px!important;grid-template-columns:1fr!important;gap:12px!important}
  .airline-title span{font-size:10px!important}.airline-title strong{font-size:22px!important}
  .airline-marquee{overflow-x:auto!important}.airline-track{animation:none!important;gap:10px!important}.airline-pill{min-width:160px!important;padding:10px 12px!important;border-radius:16px!important}.airline-pill img,.airline-pill span{width:40px!important;height:40px!important}.airline-pill strong{font-size:13px!important}
  .flash-sale-slider{margin:22px 0 28px!important;border-radius:22px!important;min-height:auto!important;grid-template-columns:1fr!important;overflow:hidden!important}
  .flash-sale-side{writing-mode:horizontal-tb!important;transform:none!important;min-height:42px!important;padding:10px 14px!important;border-right:0!important;border-bottom:1px solid #edf2f7!important;font-size:13px!important;justify-content:flex-start!important}
  .flash-sale-slides{min-height:430px!important}.flash-sale-slide{grid-template-columns:1fr!important;min-height:430px!important;padding:16px 14px 18px!important;gap:14px!important;text-align:left!important}.flash-copy h2{font-size:31px!important;line-height:1!important}.flash-copy p{font-size:18px!important}.flash-copy small{display:none!important}.flash-circle-label{font-size:10px!important;padding:8px 12px!important;border-radius:999px!important}.flash-book-btn{min-height:48px!important;font-size:18px!important;width:100%!important}.flash-visual{min-height:150px!important}.flash-visual img{height:150px!important;border-radius:20px!important}.day-left-badge{right:8px!important;top:8px!important;min-width:78px!important;min-height:54px!important;font-size:16px!important;border-width:4px!important}
  .section{padding:22px 16px!important;border-radius:24px!important;margin-bottom:22px!important}
  .section-head{display:grid!important;gap:10px!important;margin-bottom:16px!important}.section-head h2{font-size:27px!important;line-height:1.05!important}.section-head a{font-size:13px!important}
  .why-us-section{padding:22px 14px!important;border-radius:24px!important}.why-grid{grid-template-columns:1fr!important;gap:11px!important}.why-grid article{padding:18px!important;border-radius:19px!important;min-height:auto!important}.why-grid article span{width:36px!important;height:36px!important;margin-bottom:10px!important}.why-grid h3{font-size:20px!important}.why-grid p{font-size:14px!important;line-height:1.45!important;margin-top:4px!important}
  .deal-grid,.blog-grid,.destination-grid,.all-grid,.all-blog-grid{grid-template-columns:1fr!important;gap:14px!important}.deal-card,.blog-card{border-radius:22px!important}.deal-img{height:170px!important}.deal-body{padding:16px!important}.deal-body p{display:none!important}
  .split,.subscribe-zone,.quote-section,.contact-hero-card,.branch-card,.insurance-hero-card,.insurance-form-section{grid-template-columns:1fr!important}.glass-panel p,.feature-row{display:none!important}.destination-stack{gap:10px!important}.mini-destination{grid-template-columns:74px 1fr!important;padding:9px!important}.mini-destination img{width:74px!important;height:74px!important}
  .subscribe-zone p{font-size:14px!important;line-height:1.45!important}.subscribe-form,.quote-form .two-col,.insurance-form{grid-template-columns:1fr!important;gap:10px!important}.quote-section p,.insurance-form-section p,.contact-hero-card p{font-size:14px!important;line-height:1.45!important}
  .insurance-hero-card h1{font-size:32px!important}.insurance-badge-card{min-height:210px!important;padding:22px!important;border-radius:22px!important}.insurance-badge-card strong{font-size:30px!important}.insurance-form{padding:14px!important;border-radius:20px!important}.insurance-form input,.insurance-form textarea,.quote-form input,.quote-form select,.quote-form textarea,.subscribe-form input,.subscribe-form select{min-height:50px!important;border-radius:16px!important;font-size:15px!important}
  .footer{grid-template-columns:1fr!important;margin-left:0!important;padding:26px 18px 90px!important}.footer-cols{grid-template-columns:1fr!important;gap:18px!important}.footer-brand p,.footer-note{display:none!important}
  .floating-actions{right:10px!important;bottom:10px!important;gap:8px!important}.float-chat{width:50px!important;height:50px!important;padding:0!important;justify-content:center!important}.float-chat>span:not(.float-icon){display:none!important}.float-cart{width:50px!important;height:50px!important}.chat-widget,.cart-drawer{right:10px!important;left:10px!important;bottom:72px!important;width:auto!important;max-height:82vh!important;overflow:auto!important}
  .lead-popup-card{width:calc(100vw - 22px)!important;padding:18px!important;border-radius:24px!important}.lead-popup-card h2{font-size:24px!important}.lead-popup-card p{font-size:14px!important}.flight-result-card{padding:14px!important;border-radius:20px!important}.flight-result-card p{display:none!important}
}
@media (max-width:390px){
  .hero-copy h1{font-size:30px!important}.top-contact a.top-phone{max-width:118px!important}.top-contact .contact-text strong{font-size:14px!important}.flash-copy h2{font-size:27px!important}.flash-sale-slides,.flash-sale-slide{min-height:450px!important}.section{padding:20px 13px!important}.quick-tab{min-height:68px!important}
}


/* ===== AIRROUTE v3.4 full alignment cleanup ===== */
*,*::before,*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
body{min-width:0}
img,svg,video,canvas{max-width:100%;height:auto}
input,select,textarea,button{font:inherit;max-width:100%}
a{word-break:normal}
.page-shell{
  width:100%;
  max-width:none;
  box-sizing:border-box;
  overflow:hidden;
}
.section,
.hero,
.top-flight-search,
.airline-strip,
.flash-sale-slider,
.why-us-section,
.subscribe-zone,
.quote-section,
.split,
.contact-hero-card,
.insurance-hero-card,
.insurance-form-section{
  width:100%;
  max-width:100%;
  box-sizing:border-box;
  clear:both;
}
.section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:22px!important;
  width:100%!important;
}
.section-head>div{min-width:0!important;max-width:760px!important}
.section-head h2,
.hero-copy h1,
.flash-copy h2,
.insurance-hero-card h1,
.contact-hero-card h1{
  overflow-wrap:break-word;
  word-break:normal;
}
.topbar{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
}
.menu-toggle{flex:0 0 auto!important}
.brand-logo-only{flex:0 0 auto!important}
.top-contact{
  flex:1 1 auto!important;
  min-width:0!important;
  justify-content:flex-end!important;
}
.top-contact a.top-contact-link{
  flex:0 1 auto!important;
  min-width:0!important;
  max-width:360px!important;
  overflow:hidden!important;
}
.top-contact .contact-text strong{
  display:block!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.top-contact a.top-email .contact-text strong{max-width:260px!important}
.top-flight-search{
  display:block!important;
}
.search-banner-head{
  width:100%!important;
  max-width:720px!important;
}
.flight-search-panel{
  width:100%!important;
  display:block!important;
}
.trip-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-width:0!important;
}
.trip-options{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
}
.flight-fields{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,.92fr) minmax(0,.92fr) minmax(0,1.05fr) 104px!important;
  align-items:stretch!important;
  width:100%!important;
}
.flight-fields label{
  min-width:0!important;
  width:100%!important;
}
.flight-fields select,
.flight-fields input{
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.flight-search-icon-btn{
  width:104px!important;
  min-width:104px!important;
  display:grid!important;
  place-items:center!important;
}
.hero-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,.72fr)!important;
  align-items:center!important;
  gap:42px!important;
}
.hero-copy{min-width:0!important}
.quick-tabs{
  display:flex!important;
  align-items:stretch!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
.quick-tab{
  flex:0 1 126px!important;
  display:grid!important;
  align-content:center!important;
  justify-items:center!important;
}
.airline-strip{
  display:grid!important;
  grid-template-columns:minmax(210px,260px) minmax(0,1fr)!important;
  align-items:center!important;
}
.airline-marquee,
.airline-track{min-width:0!important}
.airline-pill{flex:0 0 auto!important}
.flash-sale-slider{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:stretch!important;
  overflow:hidden!important;
}
.flash-sale-side{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.flash-sale-slides{
  position:relative!important;
  width:100%!important;
}
.flash-sale-slide{
  width:100%!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,360px)!important;
  align-items:center!important;
}
.flash-copy{min-width:0!important}
.flash-visual{
  min-width:0!important;
  width:100%!important;
}
.flash-visual img{
  width:100%!important;
  object-fit:cover!important;
}
.flash-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.why-us-section{
  overflow:hidden!important;
}
.why-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.why-grid article{
  min-width:0!important;
  height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.why-grid h3,
.why-grid p{width:100%!important}
.deal-grid,
.blog-grid,
.destination-grid,
.all-grid,
.all-blog-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:22px!important;
  align-items:stretch!important;
}
.deal-card,
.blog-card{
  min-width:0!important;
  height:100%!important;
}
.split,
.subscribe-zone,
.quote-section,
.contact-hero-card,
.insurance-hero-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important;
  gap:28px!important;
  align-items:center!important;
}
.subscribe-form,
.quote-form .two-col,
.insurance-form{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.subscribe-form{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.subscribe-form button,
.quote-form textarea,
.insurance-form textarea,
.insurance-form .full,
.quote-form .full{
  grid-column:1/-1!important;
}
.branch-card{
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr)!important;
  align-items:stretch!important;
}
.branch-map-wrap,.branch-map{width:100%!important}
.footer{
  width:100%!important;
  box-sizing:border-box!important;
  align-items:start!important;
}
.footer-cols{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
}
.footer-cols>*,
.footer-brand{min-width:0!important}
.floating-actions{
  align-items:center!important;
}
.float-chat,
.float-cart{
  display:inline-grid!important;
  place-items:center!important;
}
.float-chat{display:inline-flex!important}
.float-cart .float-icon,
.float-cart .icon-svg{display:grid!important;place-items:center!important}
.chat-widget,
.cart-drawer,
.lead-popup-card{
  box-sizing:border-box!important;
}
.admin-layout{box-sizing:border-box}
.table-card{overflow:auto!important}
.table-card table{min-width:760px!important}
.form-grid{align-items:start!important}

/* tablet */
@media (max-width:1180px){
  .page-shell{padding-left:22px!important;padding-right:22px!important}
  .hero-top,
  .split,
  .subscribe-zone,
  .quote-section,
  .contact-hero-card,
  .insurance-hero-card,
  .branch-card{
    grid-template-columns:1fr!important;
  }
  .flight-fields{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .flight-search-icon-btn{width:100%!important;min-width:0!important;min-height:68px!important;grid-column:1/-1!important}
  .airline-strip{grid-template-columns:1fr!important}
  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .footer-cols{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .flash-sale-slide{grid-template-columns:minmax(0,1fr) minmax(240px,300px)!important}
}

/* phone */
@media (max-width:760px){
  body{font-size:15px!important}
  .topbar{
    height:70px!important;
    min-height:70px!important;
    padding:8px 10px!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .menu-toggle{
    width:44px!important;
    height:44px!important;
    border-radius:14px!important;
  }
  .brand-logo-only{
    left:50%!important;
    top:100%!important;
    transform:translate(-50%,-48%)!important;
    z-index:8!important;
    pointer-events:auto!important;
  }
  .brand-logo-badge{
    width:68px!important;
    height:68px!important;
    border-width:5px!important;
  }
  .top-contact{
    flex:0 1 auto!important;
    margin-left:auto!important;
    max-width:calc(100vw - 122px)!important;
    gap:0!important;
  }
  .top-contact a.top-email{display:none!important}
  .top-contact a.top-phone{
    max-width:132px!important;
    min-height:42px!important;
    padding:0 8px!important;
    background:transparent!important;
    box-shadow:none!important;
    border:0!important;
    color:#fff!important;
  }
  .top-contact .contact-text strong{
    color:#fff!important;
    font-size:14px!important;
    letter-spacing:-.02em!important;
    white-space:nowrap!important;
    text-align:right!important;
  }
  .sidebar{
    top:70px!important;
    height:calc(100vh - 70px)!important;
    width:min(310px,88vw)!important;
  }
  .page-shell,
  body.menu-hidden .page-shell{
    margin-left:0!important;
    padding:50px 12px 28px!important;
    width:100%!important;
  }
  .hero,
  .section,
  .top-flight-search,
  .airline-strip,
  .flash-sale-slider,
  .why-us-section,
  .subscribe-zone,
  .quote-section,
  .contact-hero-card,
  .insurance-hero-card,
  .insurance-form-section{
    border-radius:22px!important;
    margin-left:0!important;
    margin-right:0!important;
  }
  .top-flight-search{
    padding:12px!important;
    margin-top:8px!important;
    margin-bottom:20px!important;
  }
  .search-banner-head{
    padding:0 2px 10px!important;
    gap:4px!important;
  }
  .search-banner-head h2{
    font-size:22px!important;
    line-height:1.08!important;
    margin:0!important;
  }
  .search-banner-head p,
  .hero-copy p,
  .glass-panel p,
  .feature-row,
  .quote-section>div>p,
  .insurance-form-section>div>p,
  .contact-hero-card>div>p{
    display:none!important;
  }
  .trip-row{
    display:block!important;
    padding:10px 12px!important;
  }
  .trip-row strong{display:none!important}
  .trip-options{
    width:100%!important;
    gap:8px!important;
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    padding-bottom:2px!important;
  }
  .trip-options label{
    flex:0 0 auto!important;
    font-size:12px!important;
    white-space:nowrap!important;
  }
  .flight-fields{
    grid-template-columns:1fr!important;
  }
  .flight-fields label{
    padding:11px 12px!important;
    border-right:0!important;
    border-bottom:1px solid #eef2f7!important;
  }
  .flight-fields label>span{font-size:11px!important}
  .flight-fields small{display:none!important}
  .flight-fields select,.flight-fields input{
    font-size:15px!important;
    min-height:30px!important;
  }
  .flight-search-icon-btn{
    min-height:54px!important;
    width:100%!important;
    min-width:0!important;
    border-radius:0 0 20px 20px!important;
  }
  .hero-top{
    display:block!important;
  }
  .hero-copy h1{
    font-size:34px!important;
    line-height:1.02!important;
    margin:6px 0 12px!important;
  }
  .hero-mosaic{display:none!important}
  .quick-tabs{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
    margin:14px 0 0!important;
  }
  .quick-tab{
    width:100%!important;
    min-height:70px!important;
    padding:8px 6px!important;
    border-radius:17px!important;
    font-size:12px!important;
    text-align:center!important;
  }
  .quick-tab .nav-icon{
    width:36px!important;
    height:36px!important;
  }
  .airline-strip{
    padding:15px!important;
    gap:12px!important;
  }
  .airline-title strong{font-size:22px!important}
  .airline-marquee{
    width:100%!important;
    overflow-x:auto!important;
  }
  .airline-track{
    animation:none!important;
    gap:10px!important;
  }
  .airline-pill{
    min-width:158px!important;
    padding:10px 11px!important;
  }
  .flash-sale-slider{
    margin:20px 0 24px!important;
    border-radius:22px!important;
  }
  .flash-sale-side{
    min-height:42px!important;
    padding:10px 14px!important;
    font-size:12px!important;
  }
  .flash-sale-slides,
  .flash-sale-slide{
    min-height:auto!important;
  }
  .flash-sale-slide{
    position:relative!important;
    grid-template-columns:1fr!important;
    padding:16px 14px 18px!important;
    gap:14px!important;
  }
  .flash-copy h2{
    font-size:30px!important;
    line-height:1.02!important;
    margin:10px 0!important;
  }
  .flash-copy p{font-size:18px!important;margin:0 0 10px!important}
  .flash-copy small{display:none!important}
  .flash-visual{
    min-height:150px!important;
  }
  .flash-visual img{
    height:150px!important;
    border-radius:18px!important;
  }
  .day-left-badge{
    right:8px!important;
    top:8px!important;
    min-width:74px!important;
    min-height:52px!important;
    font-size:15px!important;
  }
  .section{
    padding:20px 14px!important;
    margin-bottom:20px!important;
  }
  .section-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
    align-items:start!important;
  }
  .section-head h2{
    font-size:27px!important;
    line-height:1.08!important;
    margin:0!important;
  }
  .section-head a{font-size:13px!important}
  .why-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .why-grid article{
    padding:16px!important;
    border-radius:18px!important;
  }
  .why-grid article span{
    width:34px!important;
    height:34px!important;
    margin-bottom:9px!important;
  }
  .why-grid h3{
    font-size:19px!important;
    margin:0 0 4px!important;
  }
  .why-grid p{
    font-size:13.5px!important;
    line-height:1.42!important;
    margin:0!important;
  }
  .deal-grid,
  .blog-grid,
  .destination-grid,
  .all-grid,
  .all-blog-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .deal-img{height:170px!important}
  .deal-body{padding:15px!important}
  .deal-body p,
  .blog-card p{
    display:none!important;
  }
  .subscribe-zone,
  .quote-section,
  .contact-hero-card,
  .insurance-hero-card,
  .insurance-form-section{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .subscribe-zone p{
    font-size:13.5px!important;
    line-height:1.42!important;
  }
  .subscribe-form,
  .quote-form .two-col,
  .insurance-form{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .subscribe-form input,
  .subscribe-form select,
  .quote-form input,
  .quote-form select,
  .quote-form textarea,
  .insurance-form input,
  .insurance-form textarea{
    min-height:48px!important;
    border-radius:15px!important;
    font-size:15px!important;
  }
  .insurance-hero-card h1,
  .contact-hero-card h1{
    font-size:31px!important;
    line-height:1.05!important;
  }
  .insurance-points{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .insurance-badge-card{
    min-height:190px!important;
    padding:18px!important;
    border-radius:20px!important;
  }
  .insurance-badge-card strong{font-size:28px!important}
  .insurance-form{
    padding:14px!important;
    border-radius:18px!important;
  }
  .branch-card{
    grid-template-columns:1fr!important;
    padding:15px!important;
    gap:14px!important;
  }
  .branch-map-wrap,.branch-map{min-height:210px!important}
  .footer{
    margin-left:0!important;
    grid-template-columns:1fr!important;
    padding:24px 16px 88px!important;
  }
  .footer-cols{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .footer-brand p,
  .footer-note{display:none!important}
  .floating-actions{
    right:10px!important;
    bottom:10px!important;
    gap:8px!important;
  }
  .float-chat,
  .float-cart{
    width:50px!important;
    height:50px!important;
    min-width:50px!important;
    border-radius:50%!important;
  }
  .float-chat{
    padding:0!important;
    justify-content:center!important;
  }
  .float-chat>span:not(.float-icon){display:none!important}
  .chat-widget,
  .cart-drawer{
    left:10px!important;
    right:10px!important;
    bottom:72px!important;
    width:auto!important;
    max-width:none!important;
    max-height:82vh!important;
    overflow:auto!important;
  }
  .lead-popup-card{
    width:calc(100vw - 22px)!important;
    max-width:none!important;
    max-height:88vh!important;
    overflow:auto!important;
    padding:18px!important;
    border-radius:22px!important;
  }
}

@media (max-width:390px){
  .page-shell,
  body.menu-hidden .page-shell{padding-left:10px!important;padding-right:10px!important}
  .top-contact a.top-phone{max-width:112px!important}
  .top-contact .contact-text strong{font-size:13px!important}
  .hero-copy h1{font-size:30px!important}
  .flash-copy h2{font-size:26px!important}
  .section{padding:18px 12px!important}
  .quick-tab{min-height:66px!important}
}


/* ===== AIRROUTE v3.5 sidebar toggle + global alignment stability ===== */
:root{--airroute-page-gutter:clamp(18px,3.6vw,64px)}
@media (min-width:761px){
  .page-shell{
    padding-left:var(--airroute-page-gutter)!important;
    padding-right:var(--airroute-page-gutter)!important;
    transition:margin-left .24s ease,padding .24s ease!important;
  }
  body.menu-hidden .page-shell,
  body.menu-hidden .footer{margin-left:0!important}
  body:not(.menu-hidden) .page-shell{margin-left:270px!important}
  body:not(.menu-hidden) .footer{margin-left:270px!important}
  body.menu-hidden .sidebar{transform:translateX(-108%)!important}
  body:not(.menu-hidden) .sidebar{transform:translateX(0)!important}
}
.section,.top-flight-search,.hero,.airline-strip,.flash-sale-slider,.why-us-section,.subscribe-zone,.quote-section,.split,.contact-hero-card,.insurance-hero-card,.insurance-form-section{
  max-width:100%!important;
  min-width:0!important;
}
.section-head>div,.hero-copy,.flash-copy,.glass-panel,.deal-body,.blog-card>div{min-width:0!important}

/* Flash sale: use a stable real layout instead of absolute slides, so hiding/showing the side menu never creates empty space or overlap. */
.flash-sale-slider{
  width:100%!important;
  max-width:1480px!important;
  margin:34px auto 54px!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#fff 0%,#fff7f7 100%)!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 20px 54px rgba(15,23,42,.09)!important;
  display:block!important;
  overflow:hidden!important;
  min-height:0!important;
  position:relative!important;
}
.flash-sale-slider:before{display:none!important}
.flash-sale-side{
  writing-mode:horizontal-tb!important;
  transform:none!important;
  width:100%!important;
  min-height:0!important;
  padding:22px clamp(22px,3vw,44px) 0!important;
  border:0!important;
  background:transparent!important;
  color:#9f1239!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:1000!important;
  letter-spacing:.18em!important;
  text-transform:uppercase!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
}
.flash-sale-side:before{
  content:""!important;
  width:34px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#ef4444!important;
  flex:0 0 34px!important;
}
.flash-sale-slides{
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  overflow:visible!important;
  position:relative!important;
  display:block!important;
}
.flash-sale-slide{
  position:relative!important;
  inset:auto!important;
  width:100%!important;
  min-height:0!important;
  height:auto!important;
  padding:34px clamp(22px,3vw,44px) 30px!important;
  display:none!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,38%)!important;
  align-items:center!important;
  gap:clamp(22px,3vw,44px)!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
  background:transparent!important;
  overflow:visible!important;
}
.flash-sale-slide.active{display:grid!important}
.flash-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:14px!important;
  text-align:left!important;
  padding:0!important;
  min-width:0!important;
}
.flash-circle-label{
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  border-radius:999px!important;
  padding:10px 15px!important;
  background:#fff!important;
  border:1px solid #fecaca!important;
  color:#b91c1c!important;
  box-shadow:0 10px 22px rgba(185,28,28,.10)!important;
  font-size:11px!important;
  line-height:1.05!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  margin:0!important;
  text-align:center!important;
}
.flash-copy h2{
  font-size:clamp(38px,4vw,68px)!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  margin:0!important;
  max-width:900px!important;
  color:#020617!important;
}
.flash-copy p{
  font-size:clamp(22px,2.1vw,34px)!important;
  line-height:1.12!important;
  margin:0!important;
  font-weight:950!important;
  color:#111827!important;
}
.flash-copy p strong{color:#059669!important;white-space:nowrap!important}
.flash-book-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:54px!important;
  padding:0 30px!important;
  border-radius:999px!important;
  font-size:18px!important;
  line-height:1!important;
  margin:0!important;
}
.flash-copy small{font-size:13px!important;line-height:1.5!important;color:#64748b!important;max-width:620px!important}
.flash-visual{
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  display:block!important;
  position:relative!important;
  border-radius:26px!important;
}
.flash-visual img{
  display:block!important;
  width:100%!important;
  height:260px!important;
  object-fit:cover!important;
  border-radius:26px!important;
  box-shadow:0 18px 42px rgba(15,23,42,.15)!important;
}
.day-left-badge{
  position:absolute!important;
  right:16px!important;
  top:16px!important;
  min-width:0!important;
  min-height:0!important;
  width:auto!important;
  height:auto!important;
  padding:11px 14px!important;
  border-radius:16px!important;
  border:4px solid #fff!important;
  font-size:20px!important;
  line-height:.95!important;
  box-shadow:0 14px 30px rgba(239,68,68,.26)!important;
}
.flash-dots{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  padding:0 22px 24px!important;
}
.flash-dots button{width:10px!important;height:10px!important;min-width:10px!important;padding:0!important}
.flash-dots button.active{width:30px!important}

/* Why Us: consistent card alignment in both sidebar states. */
.why-us-section{
  max-width:1480px!important;
  margin:18px auto 34px!important;
  padding:34px!important;
  border-radius:30px!important;
  background:#fff!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 18px 48px rgba(15,23,42,.07)!important;
  overflow:hidden!important;
}
.why-us-section .section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin-bottom:24px!important;
}
.why-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.why-grid article{
  min-height:0!important;
  height:100%!important;
  padding:26px!important;
  border-radius:22px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  background:linear-gradient(180deg,#fff 0%,#f8fafc 100%)!important;
}
.why-grid article span{flex:0 0 auto!important}
.why-grid h3{font-size:22px!important;line-height:1.18!important;margin:0 0 10px!important}
.why-grid p{font-size:15px!important;line-height:1.55!important;margin:0!important;color:#475569!important}

/* Make content grids stable while sidebar toggles. */
.deal-grid,.blog-grid,.destination-grid,.all-grid,.all-blog-grid{
  grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr))!important;
}
.subscribe-form{grid-template-columns:repeat(auto-fit,minmax(min(210px,100%),1fr))!important}

@media (max-width:1180px){
  .flash-sale-slide{grid-template-columns:1fr minmax(260px,34%)!important;gap:24px!important}
  .flash-visual img{height:230px!important}
  .why-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:900px){
  .flash-sale-slide{grid-template-columns:1fr!important;padding:26px 22px!important}
  .flash-visual{order:2!important}
  .flash-visual img{height:220px!important}
  .why-grid{grid-template-columns:1fr!important}
}
@media (max-width:760px){
  .page-shell,body.menu-hidden .page-shell{padding:48px 12px 26px!important;margin-left:0!important}
  body:not(.menu-hidden) .page-shell,body:not(.menu-hidden) .footer{margin-left:0!important}
  body:not(.menu-hidden) .sidebar{transform:translateX(0)!important}
  body.menu-hidden .sidebar{transform:translateX(-108%)!important}
  .flash-sale-slider{margin:20px 0 24px!important;border-radius:22px!important}
  .flash-sale-side{padding:14px 16px 0!important;font-size:11px!important;gap:9px!important}
  .flash-sale-side:before{width:26px!important;flex-basis:26px!important;height:3px!important}
  .flash-sale-slide{display:none!important;padding:18px 16px 18px!important;gap:14px!important}
  .flash-sale-slide.active{display:grid!important}
  .flash-circle-label{font-size:9px!important;padding:8px 11px!important}
  .flash-copy h2{font-size:30px!important;line-height:1.02!important}
  .flash-copy p{font-size:18px!important}
  .flash-copy small{display:none!important}
  .flash-book-btn{width:100%!important;min-height:48px!important;font-size:16px!important}
  .flash-visual img{height:165px!important;border-radius:18px!important}
  .day-left-badge{right:9px!important;top:9px!important;font-size:15px!important;padding:8px 10px!important;border-width:3px!important;border-radius:13px!important}
  .flash-dots{padding:0 16px 18px!important}
  .why-us-section{padding:20px 14px!important;border-radius:22px!important;margin:16px 0 24px!important}
  .why-us-section .section-head{display:grid!important;gap:10px!important;align-items:start!important;margin-bottom:16px!important}
  .why-us-section .section-head h2{font-size:27px!important;line-height:1.08!important}
  .why-grid{gap:12px!important}
  .why-grid article{padding:17px!important;border-radius:18px!important}
  .why-grid h3{font-size:19px!important;margin-bottom:5px!important}
  .why-grid p{font-size:13.5px!important;line-height:1.45!important}
}
@media (max-width:390px){
  .flash-copy h2{font-size:26px!important}
  .flash-copy p{font-size:16px!important}
  .flash-visual img{height:145px!important}
}


/* ===== AIRROUTE v3.6 fixed sidebar + toggle-safe layout ===== */
:root{
  --ar-sidebar-width:270px;
  --ar-header-height:96px;
}

/* Keep the side menu as a real fixed panel so content never slides underneath it. */
.sidebar{
  position:fixed!important;
  top:var(--ar-header-height)!important;
  left:0!important;
  width:var(--ar-sidebar-width)!important;
  height:calc(100vh - var(--ar-header-height))!important;
  transform:translateX(0)!important;
  z-index:60!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  will-change:transform!important;
  box-shadow:18px 0 42px rgba(15,23,42,.08)!important;
}
body.menu-hidden .sidebar{
  transform:translateX(calc(-1 * var(--ar-sidebar-width) - 12px))!important;
}

/* Reserve exact space for the fixed menu only when the menu is visible. */
@media (min-width:901px){
  .page-shell,
  .footer{
    margin-left:var(--ar-sidebar-width)!important;
    width:calc(100% - var(--ar-sidebar-width))!important;
    max-width:calc(100% - var(--ar-sidebar-width))!important;
    padding-left:clamp(24px,3.2vw,54px)!important;
    padding-right:clamp(24px,3.2vw,54px)!important;
    overflow:visible!important;
    transition:margin-left .24s ease,width .24s ease,max-width .24s ease!important;
  }
  body.menu-hidden .page-shell,
  body.menu-hidden .footer{
    margin-left:0!important;
    width:100%!important;
    max-width:100%!important;
  }
  .top-flight-search,
  .hero,
  .airline-strip,
  .flash-sale-slider,
  .why-us-section,
  .section,
  .subscribe-zone,
  .quote-section,
  .split,
  .contact-hero-card,
  .insurance-hero-card,
  .insurance-form-section{
    margin-left:auto!important;
    margin-right:auto!important;
    max-width:1480px!important;
  }
}

/* Tablet and phone: menu becomes a clean overlay; content never shifts. */
@media (max-width:900px){
  :root{--ar-sidebar-width:min(310px,88vw);--ar-header-height:70px}
  .sidebar{
    top:var(--ar-header-height)!important;
    width:var(--ar-sidebar-width)!important;
    height:calc(100vh - var(--ar-header-height))!important;
    transform:translateX(calc(-1 * var(--ar-sidebar-width) - 12px))!important;
    z-index:110!important;
  }
  body.menu-open .sidebar,
  body:not(.menu-hidden) .sidebar{
    transform:translateX(0)!important;
  }
  .page-shell,
  .footer,
  body.menu-hidden .page-shell,
  body.menu-hidden .footer,
  body:not(.menu-hidden) .page-shell,
  body:not(.menu-hidden) .footer{
    margin-left:0!important;
    width:100%!important;
    max-width:100%!important;
  }
}

/* Stable flash sale layout in both sidebar states. */
.flash-sale-slider{
  position:relative!important;
  display:block!important;
  overflow:hidden!important;
  min-height:0!important;
}
.flash-sale-side{
  position:absolute!important;
  right:clamp(18px,3vw,44px)!important;
  top:clamp(18px,2.6vw,34px)!important;
  width:auto!important;
  padding:0!important;
  z-index:5!important;
  background:transparent!important;
  border:0!important;
  justify-content:flex-end!important;
  gap:10px!important;
}
.flash-sale-side:before{
  content:""!important;
  width:34px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#ef4444!important;
  display:inline-block!important;
}
.flash-sale-slides{
  display:block!important;
  width:100%!important;
  min-height:0!important;
}
.flash-sale-slide{
  width:100%!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,35%)!important;
  align-items:center!important;
  gap:clamp(28px,4vw,70px)!important;
  padding:clamp(62px,6vw,92px) clamp(28px,4vw,64px) clamp(38px,4.2vw,64px)!important;
  min-height:0!important;
}
.flash-sale-slide:not(.active){display:none!important}
.flash-sale-slide.active{display:grid!important}
.flash-copy{
  display:grid!important;
  align-content:center!important;
  justify-items:start!important;
  gap:14px!important;
  min-height:0!important;
}
.flash-circle-label{
  position:static!important;
  display:inline-flex!important;
  width:auto!important;
  height:auto!important;
  border-radius:999px!important;
  padding:11px 18px!important;
  box-shadow:0 10px 28px rgba(239,68,68,.16)!important;
}
.flash-copy h2{
  margin:0!important;
  max-width:820px!important;
}
.flash-copy p{
  margin:0!important;
}
.flash-book-btn{
  margin-top:4px!important;
}
.flash-visual{
  width:100%!important;
  max-width:420px!important;
  justify-self:end!important;
}
.flash-visual img{
  width:100%!important;
  height:280px!important;
  object-fit:cover!important;
}
.day-left-badge{
  right:18px!important;
  top:18px!important;
  z-index:3!important;
}

/* Prevent text and form fields from being hidden behind the sidebar edge. */
.search-banner-head,
.flight-search-panel,
.hero-copy,
.flash-copy,
.why-grid,
.deal-grid,
.blog-grid{
  min-width:0!important;
}
.flight-fields{
  min-width:0!important;
}

@media (max-width:1180px) and (min-width:901px){
  :root{--ar-sidebar-width:248px}
  .flash-sale-slide{
    grid-template-columns:minmax(0,1fr) minmax(280px,34%)!important;
    gap:28px!important;
  }
  .flash-copy h2{font-size:clamp(38px,5vw,64px)!important}
  .flash-visual img{height:245px!important}
}

@media (max-width:900px){
  .flash-sale-side{
    position:static!important;
    padding:16px 18px 0!important;
    justify-content:flex-start!important;
  }
  .flash-sale-slide{
    grid-template-columns:1fr!important;
    padding:22px 18px 20px!important;
    gap:18px!important;
  }
  .flash-visual{
    max-width:none!important;
    justify-self:stretch!important;
    order:2!important;
  }
  .flash-visual img{height:190px!important}
  .flash-copy{gap:10px!important}
  .flash-copy h2{font-size:clamp(28px,9vw,42px)!important}
}
@media (max-width:520px){
  .flash-sale-slider{border-radius:20px!important}
  .flash-sale-side{font-size:10px!important;letter-spacing:.14em!important}
  .flash-sale-slide{padding:18px 14px 18px!important}
  .flash-circle-label{font-size:9px!important;padding:8px 12px!important}
  .flash-copy h2{font-size:28px!important;line-height:1.03!important}
  .flash-copy p{font-size:16px!important}
  .flash-book-btn{width:100%!important}
  .flash-visual img{height:150px!important;border-radius:16px!important}
  .day-left-badge{font-size:13px!important;right:10px!important;top:10px!important;padding:7px 9px!important}
}


/* Mobile menu is closed until the hamburger is tapped. */
@media (max-width:900px){
  body:not(.menu-open) .sidebar{
    transform:translateX(calc(-1 * var(--ar-sidebar-width) - 12px))!important;
  }
  body.menu-open .sidebar{
    transform:translateX(0)!important;
  }
}


/* ===== AIRROUTE v3.7 sticky header, card text safety, contact/insurance polish ===== */
:root{--ar-header-height:96px;--ar-sidebar-width:270px}
html{scroll-padding-top:calc(var(--ar-header-height) + 18px)}
body.site-body{padding-top:var(--ar-header-height)!important;overflow-x:hidden!important}
.topbar{
  position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;
  height:var(--ar-header-height)!important;z-index:140!important;overflow:visible!important;
  display:flex!important;align-items:center!important;gap:18px!important;padding:12px clamp(16px,3vw,42px)!important;
}
.admin-bar .topbar{top:32px!important}.admin-bar body.site-body{padding-top:calc(var(--ar-header-height) + 32px)!important}
.brand-logo-only{left:50%!important;top:100%!important;transform:translate(-50%,-50%)!important;z-index:144!important;max-width:none!important;flex:none!important}
.brand-logo-badge{
  width:var(--ar-logo-size,108px)!important;height:var(--ar-logo-size,108px)!important;
  min-width:var(--ar-logo-size,108px)!important;min-height:var(--ar-logo-size,108px)!important;
}
.top-contact{margin-left:auto!important;max-width:min(52vw,760px)!important;min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:clamp(10px,1.4vw,22px)!important;overflow:hidden!important}
.top-contact a.top-contact-link{min-width:0!important;max-width:360px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;white-space:nowrap!important}
.top-contact a.top-phone{max-width:300px!important;flex:0 1 auto!important}.top-contact a.top-email{max-width:360px!important;flex:0 1 auto!important;position:relative!important;padding-left:22px!important}
.top-contact a.top-email:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2px;height:38px;background:rgba(255,255,255,.36);border-radius:99px}
.top-contact .contact-text{min-width:0!important;max-width:100%!important;display:block!important;overflow:hidden!important}
.top-contact .contact-text strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(22px,2.15vw,34px)!important;line-height:1!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.14)!important}
.sidebar{top:var(--ar-header-height)!important;height:calc(100vh - var(--ar-header-height))!important;padding-top:20px!important}
.sidebar nav{padding-top:12px!important}.sidebar .side-link:first-child{margin-top:8px!important}
.page-shell{padding-top:clamp(36px,4vw,72px)!important}

/* Keep all public cards visually stable even when admin enters long text. */
.deal-card,.blog-card,.destination-card,.branch-card,.why-grid article,.mini-destination,.airline-pill,.flash-sale-slider{min-width:0!important;overflow:hidden!important}
.deal-card{height:100%!important;display:flex!important;flex-direction:column!important}.deal-card .deal-img{flex:0 0 auto!important}.deal-card .deal-body{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;min-height:0!important}.deal-card .deal-bottom{margin-top:auto!important;min-width:0!important}
.deal-card h3,.deal-card h3 a,.blog-card h3,.destination-card h3,.branch-card h3,.why-grid h3,.airline-pill strong,.mini-destination strong{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;word-break:break-word!important}
.deal-card h3,.deal-card h3 a,.blog-card h3,.destination-card h3,.branch-card h3,.why-grid h3{line-clamp:2!important;-webkit-line-clamp:2!important}
.deal-card p,.blog-card p,.destination-card p,.branch-card p,.why-grid p,.mini-destination small{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;line-clamp:3!important;-webkit-line-clamp:3!important;word-break:break-word!important}
.airline-pill strong,.mini-destination strong{line-clamp:1!important;-webkit-line-clamp:1!important}.tag,.expires{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.flash-copy h2{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;line-clamp:2!important;-webkit-line-clamp:2!important;word-break:break-word!important}.flash-copy p{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important}
.flash-sale-slider{contain:layout paint!important}.flash-sale-slide{min-width:0!important}.flash-copy,.flash-visual{min-width:0!important}

/* Insurance + contact: balanced spacing and no field overflow. */
.contact-hero-card,.insurance-hero-card,.insurance-form-section{width:100%!important;max-width:1480px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important;overflow:hidden!important}
.contact-hero-card{grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr)!important;align-items:stretch!important}.contact-hero-card h1,.insurance-hero-card h1{max-width:100%!important;overflow-wrap:break-word!important}.contact-hero-links{min-width:0!important}.contact-hero-links a,.contact-hero-links span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.branch-card{grid-template-columns:minmax(0,.88fr) minmax(320px,1.12fr)!important;align-items:stretch!important}.branch-copy,.branch-map-wrap{min-width:0!important}.branch-copy a{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:block!important}.branch-map{display:block!important;width:100%!important}
.insurance-hero-card{grid-template-columns:minmax(0,1.1fr) minmax(300px,.72fr)!important}.insurance-badge-card{min-width:0!important}.insurance-badge-card strong{overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;line-clamp:3!important;-webkit-line-clamp:3!important}.insurance-form-section{grid-template-columns:minmax(0,.85fr) minmax(360px,1fr)!important}.insurance-form{min-width:0!important}.insurance-form input,.insurance-form select,.insurance-form textarea,.quote-form input,.quote-form select,.quote-form textarea,.subscribe-form input,.subscribe-form select{min-width:0!important;width:100%!important;box-sizing:border-box!important}

@media (max-width:1320px){
  .top-contact{max-width:min(48vw,620px)!important}.top-contact .contact-text strong{font-size:clamp(20px,2vw,28px)!important}.top-contact a.top-email{max-width:260px!important}.top-contact a.top-phone{max-width:260px!important}
}
@media (max-width:1080px) and (min-width:901px){
  :root{--ar-sidebar-width:246px}.top-contact a.top-email{display:none!important}.top-contact{max-width:320px!important}.top-contact .contact-text strong{font-size:22px!important}
}
@media (min-width:901px){
  .sidebar{z-index:100!important}.page-shell,.footer{margin-left:var(--ar-sidebar-width)!important;width:calc(100% - var(--ar-sidebar-width))!important;max-width:calc(100% - var(--ar-sidebar-width))!important}.topbar{z-index:140!important}
  body.menu-hidden .page-shell,body.menu-hidden .footer{margin-left:0!important;width:100%!important;max-width:100%!important}
}
@media (max-width:900px){
  :root{--ar-header-height:72px;--ar-sidebar-width:min(310px,88vw)}body.site-body{padding-top:var(--ar-header-height)!important}.topbar{height:var(--ar-header-height)!important;padding:9px 12px!important;gap:10px!important}.brand-logo-badge{width:min(var(--ar-logo-size,78px),78px)!important;height:min(var(--ar-logo-size,78px),78px)!important;min-width:min(var(--ar-logo-size,78px),78px)!important;min-height:min(var(--ar-logo-size,78px),78px)!important}.top-contact{max-width:calc(100vw - 150px)!important;gap:6px!important}.top-contact a.top-email{display:none!important}.top-contact a.top-phone{max-width:calc(100vw - 166px)!important;padding:0 4px!important}.top-contact .contact-text strong{font-size:clamp(13px,4.2vw,18px)!important}.sidebar{top:var(--ar-header-height)!important;height:calc(100vh - var(--ar-header-height))!important;padding-top:18px!important}.sidebar nav{padding-top:16px!important}.page-shell{padding:32px 14px 30px!important}.contact-hero-card,.branch-card,.insurance-hero-card,.insurance-form-section{grid-template-columns:1fr!important}.contact-hero-links a,.contact-hero-links span,.branch-copy a{white-space:normal!important}.insurance-form-section{gap:18px!important}.deal-grid,.blog-grid,.all-grid,.all-blog-grid,.destination-grid,.why-grid{align-items:stretch!important}.flash-copy p{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}.flight-fields button.flight-search-icon-btn{border-radius:0 0 22px 22px!important}
}
@media (max-width:520px){
  :root{--ar-header-height:68px}.menu-toggle{width:44px!important;height:44px!important;min-width:44px!important}.brand-logo-badge{width:min(var(--ar-logo-size,64px),64px)!important;height:min(var(--ar-logo-size,64px),64px)!important;min-width:min(var(--ar-logo-size,64px),64px)!important;min-height:min(var(--ar-logo-size,64px),64px)!important}.top-contact{max-width:calc(100vw - 132px)!important}.top-contact .contact-text strong{font-size:13px!important}.sidebar{padding-top:14px!important}.sidebar .side-link:first-child{margin-top:12px!important}.deal-card h3,.deal-card h3 a,.blog-card h3,.destination-card h3,.branch-card h3{line-clamp:2!important;-webkit-line-clamp:2!important}.deal-card p,.blog-card p,.destination-card p,.branch-card p,.why-grid p{line-clamp:2!important;-webkit-line-clamp:2!important}.insurance-hero-card,.insurance-form-section,.contact-hero-card{padding:20px 14px!important;border-radius:22px!important}.insurance-badge-card{padding:20px!important}.branch-card{padding:16px!important;border-radius:22px!important}.branch-map,.branch-map-wrap{min-height:190px!important}
}
/* admin bar correction */
body.admin-bar.site-body{padding-top:calc(var(--ar-header-height) + 32px)!important}
body.admin-bar .sidebar{top:calc(var(--ar-header-height) + 32px)!important;height:calc(100vh - var(--ar-header-height) - 32px)!important}
@media (max-width:782px){body.admin-bar.site-body{padding-top:calc(var(--ar-header-height) + 46px)!important}body.admin-bar .topbar{top:46px!important}body.admin-bar .sidebar{top:calc(var(--ar-header-height) + 46px)!important;height:calc(100vh - var(--ar-header-height) - 46px)!important}}


/* ===== v3.8 flight search result + popup rebuild ===== */
.flight-search-page .page-shell{position:relative!important;z-index:1!important}
.flight-search-page .page-shell:before{display:none!important}
.flight-search-stage{
  margin:28px 0 56px!important;
  padding:28px!important;
  border-radius:34px!important;
  background:linear-gradient(135deg,#fff 0%,#fff7f7 60%,#fff7ed 100%)!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 24px 70px rgba(15,23,42,.10)!important;
  overflow:hidden!important;
  position:relative!important;
}
.flight-search-stage:before{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(225,29,72,.15),transparent 65%);pointer-events:none}
.flight-stage-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:24px!important;align-items:start!important;position:relative!important;z-index:1!important}
.flight-stage-top h1{font-size:clamp(34px,5vw,68px)!important;line-height:.98!important;margin:8px 0 10px!important;letter-spacing:-.06em!important;max-width:960px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
.flight-stage-top p{max-width:680px!important;color:#475569!important;margin:0!important}
.flight-search-stage .searched-summary{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-end!important;max-width:460px!important}
.flight-search-stage .searched-summary span{padding:10px 13px!important;border-radius:999px!important;background:#fff!important;border:1px solid #ffe4e6!important;color:#9f1239!important;font-weight:900!important;font-size:12px!important;max-width:190px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flight-search-animation{position:relative!important;z-index:1!important;margin:24px 0!important;padding:22px!important;border-radius:26px!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(254,202,202,.78)!important;box-shadow:0 16px 38px rgba(15,23,42,.06)!important}
.route-line{height:58px!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:12px!important}
.route-line:before{content:"";position:absolute;left:28px;right:28px;top:50%;height:3px;background:linear-gradient(90deg,#fecaca,#e11d48,#fecaca);border-radius:999px;transform:translateY(-50%)}
.route-dot{position:relative;z-index:2;width:22px;height:22px;border-radius:50%;background:#fff;border:5px solid #e11d48;box-shadow:0 0 0 8px rgba(225,29,72,.08)}
.route-plane{position:absolute;z-index:3;left:22px;top:50%;width:48px;height:48px;margin-top:-24px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#9f1239,#ef4444);color:#fff;box-shadow:0 14px 30px rgba(225,29,72,.28);animation:airroute-plane-scan 2.4s ease-in-out infinite}
.route-plane .icon-svg{width:22px;height:22px;transform:rotate(42deg)}
@keyframes airroute-plane-scan{0%{left:18px;transform:scale(.92)}50%{left:calc(100% - 66px);transform:scale(1.08)}100%{left:18px;transform:scale(.92)}}
.flight-search-animation .flight-progress{height:10px!important;background:#ffe4e6!important;border-radius:999px!important;overflow:hidden!important;margin:0 0 10px!important}
.flight-search-animation .flight-progress span{display:block!important;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#be123c,#fb7185,#f97316)!important;transition:width .28s ease!important}
.flight-search-animation strong{display:block!important;color:#9f1239!important;font-size:14px!important;letter-spacing:.01em!important}
.flight-results-wrap{position:relative!important;z-index:1!important;transition:.35s ease!important;filter:blur(2px)!important;opacity:.62!important;transform:scale(.992)!important}
.flight-results-wrap.results-ready{filter:blur(1px)!important;opacity:.78!important;transform:scale(1)!important}
.flight-results-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 14px!important;color:#0f172a!important;font-weight:1000!important}
.flight-results-head span,.flight-results-head b{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flight-results-head b{color:#be123c!important;font-size:13px!important}
.flight-results-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0!important;filter:none!important;opacity:1!important}
.flight-result-card{display:grid!important;grid-template-columns:52px minmax(0,1fr)!important;grid-template-areas:"mark main" "meta meta"!important;gap:12px!important;align-items:center!important;padding:16px!important;border-radius:22px!important;background:rgba(255,255,255,.92)!important;border:1px solid #e2e8f0!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important;min-width:0!important;animation:flight-card-rise .55s ease both!important;position:relative!important;overflow:hidden!important}
.flight-result-card:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.75) 38%,transparent 70%);transform:translateX(-130%);animation:flight-shimmer 2.2s ease-in-out infinite;pointer-events:none}
.flight-result-card:nth-child(2){animation-delay:.06s!important}.flight-result-card:nth-child(3){animation-delay:.12s!important}.flight-result-card:nth-child(4){animation-delay:.18s!important}.flight-result-card:nth-child(5){animation-delay:.24s!important}.flight-result-card:nth-child(6){animation-delay:.30s!important}
@keyframes flight-card-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@keyframes flight-shimmer{0%{transform:translateX(-130%)}55%,100%{transform:translateX(130%)}}
.flight-airline-mark{grid-area:mark!important}.flight-result-main{grid-area:main!important;min-width:0!important}.flight-card-meta{grid-area:meta!important;display:flex!important;align-items:center!important;justify-content:space-between!important;text-align:left!important;gap:10px!important;padding-top:8px!important;border-top:1px dashed #e2e8f0!important;min-width:0!important}
.flight-result-card strong,.flight-result-main strong{font-size:16px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#0f172a!important}
.flight-result-card p{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:#64748b!important;margin:4px 0 0!important}
.flight-card-meta span,.flight-card-meta b{font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.flight-card-meta b{color:#be123c!important}.soft-blur{filter:none!important;opacity:1!important}
.lead-popup-backdrop{z-index:9999!important;position:fixed!important;inset:0!important;display:grid!important;place-items:center!important;background:rgba(15,23,42,.54)!important;backdrop-filter:blur(9px)!important;opacity:0!important;pointer-events:none!important;transition:opacity .24s ease!important;padding:18px!important}
.lead-popup-backdrop.open{opacity:1!important;pointer-events:auto!important}
.lead-popup-card{width:min(560px,calc(100vw - 28px))!important;max-height:calc(100vh - 34px)!important;overflow:auto!important;padding:28px!important;border-radius:30px!important;background:#fff!important;box-shadow:0 34px 90px rgba(15,23,42,.32)!important;border:1px solid #fee2e2!important;position:relative!important;transform:translateY(14px) scale(.97)!important;transition:transform .24s ease!important}
.lead-popup-backdrop.open .lead-popup-card{transform:translateY(0) scale(1)!important}
.lead-popup-close{position:absolute!important;right:14px!important;top:12px!important;width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:#fff1f2!important;color:#9f1239!important;font-size:24px!important;font-weight:900!important;cursor:pointer!important}
.lead-popup-card h2{font-size:clamp(26px,4vw,38px)!important;line-height:1.04!important;letter-spacing:-.05em!important;margin:8px 42px 10px 0!important}
.lead-popup-card p{font-size:15px!important;color:#475569!important;margin:0 0 18px!important}.lead-popup-form{display:grid!important;gap:12px!important}.lead-popup-form input,.lead-popup-form textarea{width:100%!important;border:1px solid #e2e8f0!important;border-radius:16px!important;padding:14px 15px!important;font:inherit!important;font-weight:760!important}.terms-check,.lead-terms{display:flex!important;gap:10px!important;align-items:flex-start!important;font-size:13px!important;color:#475569!important}.terms-check input,.lead-terms input{width:auto!important;margin-top:3px!important}.lead-popup-form button{width:100%!important;border:0!important;border-radius:999px!important;min-height:54px!important;background:linear-gradient(135deg,#9f1239,#ef4444)!important;color:#fff!important;font-weight:1000!important;cursor:pointer!important}
@media (max-width:1180px){.flight-stage-top{grid-template-columns:1fr!important}.flight-search-stage .searched-summary{justify-content:flex-start!important;max-width:100%!important}.flight-results-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media (max-width:700px){.flight-search-stage{padding:18px!important;border-radius:26px!important;margin-top:16px!important}.flight-stage-top h1{font-size:32px!important}.flight-stage-top p{display:none!important}.flight-search-stage .searched-summary span{font-size:11px!important;max-width:150px!important;padding:8px 10px!important}.flight-search-animation{padding:16px!important;border-radius:20px!important}.route-line{height:48px!important}.route-plane{width:42px!important;height:42px!important;margin-top:-21px!important}@keyframes airroute-plane-scan{0%{left:10px;transform:scale(.92)}50%{left:calc(100% - 52px);transform:scale(1.06)}100%{left:10px;transform:scale(.92)}}.flight-results-head{display:grid!important;gap:4px!important}.flight-results-grid{grid-template-columns:1fr!important;gap:10px!important}.flight-result-card{padding:14px!important;border-radius:18px!important}.lead-popup-card{padding:22px 16px!important;border-radius:24px!important}.lead-popup-form textarea{display:none!important}}


/* v3.9 header/contact/footer/contact-page refinements */
.topbar{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}
.top-contact{flex:1 1 auto!important;min-width:0!important;max-width:calc(100vw - 360px)!important;justify-content:flex-end!important;overflow:hidden!important;gap:clamp(6px,1.1vw,18px)!important}
.top-contact a.top-contact-link{min-width:0!important;max-width:min(34vw,420px)!important;overflow:hidden!important;padding:0 clamp(4px,1vw,14px)!important;box-sizing:border-box!important}
.top-contact .contact-text{min-width:0!important;display:block!important;overflow:hidden!important}
.top-contact .contact-text strong{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(14px,1.65vw,26px)!important;line-height:1.05!important;letter-spacing:-.04em!important;color:#fff!important}
.top-contact a.top-email{border-left:1px solid rgba(255,255,255,.25)!important;padding-left:clamp(8px,1.4vw,20px)!important}
.footer-logo-strip{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap;margin-top:28px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}
.footer-logo-strip img{max-width:132px;max-height:54px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(0,0,0,.18));background:rgba(255,255,255,.95);border-radius:14px;padding:8px}
.loader-plane img{width:56px;height:56px;object-fit:contain;border-radius:50%}
.contact-page .contact-hero-card{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important;padding:clamp(22px,4vw,44px)!important;border-radius:32px!important;overflow:hidden!important}
.contact-page .contact-hero-links{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;min-width:0!important}
.contact-page .contact-hero-links a,.contact-page .contact-hero-links span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(14px,1.4vw,18px)!important}
.branch-card{min-width:0!important;overflow:hidden!important}.branch-copy,.branch-map-wrap{min-width:0!important}
@media(max-width:900px){.top-contact{max-width:calc(100vw - 116px)!important}.top-contact a.top-email{display:none!important}.top-contact a.top-phone{max-width:155px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;padding:0 10px!important}.top-contact .contact-text strong{font-size:15px!important}.footer-logo-strip{gap:12px}.footer-logo-strip img{max-width:104px;max-height:44px;padding:6px}.contact-page .contact-hero-links{grid-template-columns:1fr!important}.contact-page .contact-hero-links a,.contact-page .contact-hero-links span{white-space:normal!important}}
@media(max-width:420px){.top-contact a.top-phone{max-width:124px!important}.top-contact .contact-text strong{font-size:13px!important}.footer-logo-strip img{max-width:88px}.contact-page .contact-hero-card{padding:18px!important;border-radius:24px!important}}


/* ===== AIRROUTE v4.0 logo, inside-page, related-content and mobile chat fixes ===== */
:root{--ar-mobile-logo-cap:96px;}
.brand-logo-only{pointer-events:auto!important}
.brand-logo-badge{display:grid!important;place-items:center!important;overflow:hidden!important}
.brand-logo-badge img{display:block!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
@media (max-width:900px){
  .topbar{height:76px!important;min-height:76px!important;padding:9px 12px!important;align-items:center!important;overflow:visible!important}
  body.site-body{padding-top:76px!important}
  .brand-logo-only{left:50%!important;top:calc(100% + 3px)!important;transform:translate(-50%,-50%)!important;z-index:160!important}
  .brand-logo-badge{width:min(var(--ar-logo-size,92px),var(--ar-mobile-logo-cap))!important;height:min(var(--ar-logo-size,92px),var(--ar-mobile-logo-cap))!important;min-width:min(var(--ar-logo-size,92px),var(--ar-mobile-logo-cap))!important;min-height:min(var(--ar-logo-size,92px),var(--ar-mobile-logo-cap))!important;border-width:6px!important;box-shadow:0 14px 30px rgba(80,6,30,.22)!important}
  .page-shell{padding-top:64px!important}
  .sidebar{top:76px!important;height:calc(100vh - 76px)!important}
  .top-contact{max-width:calc(100vw - 138px)!important;margin-left:auto!important;gap:0!important}
  .top-contact a.top-phone{max-width:142px!important;min-height:40px!important;padding:0 10px!important}
  .top-contact .contact-text strong{font-size:clamp(12px,3.65vw,15px)!important;letter-spacing:-.03em!important}
}
@media (max-width:480px){
  .brand-logo-badge{width:86px!important;height:86px!important;min-width:86px!important;min-height:86px!important}
  .top-contact a.top-phone{max-width:118px!important;padding:0 8px!important}
  .page-shell{padding-top:58px!important}
}

/* Single deal/blog pages: stable premium layout */
.deal-single,.blog-single,.page-shell>.deal-single-grid{
  max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;background:rgba(255,255,255,.96)!important;border:1px solid #e9eef5!important;border-radius:34px!important;box-shadow:0 24px 60px rgba(15,23,42,.08)!important;overflow:hidden!important;box-sizing:border-box!important;
}
.deal-single{padding:22px!important}.deal-single .back-link{margin:0 0 18px!important}.deal-single-grid{grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr)!important;gap:26px!important;align-items:stretch!important;min-width:0!important}.deal-single-grid>img{border-radius:26px!important;min-height:420px!important;max-height:560px!important;object-fit:cover!important}.deal-single-body{padding:24px 20px!important;min-width:0!important;align-self:center!important}.deal-single-body h1,.deal-single h1,.page-shell>.deal-single-grid h1{font-size:clamp(34px,4.5vw,62px)!important;line-height:.98!important;letter-spacing:-.06em!important;overflow:hidden!important;text-overflow:ellipsis!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important}.deal-single-body p,.page-shell>.deal-single-grid p{font-size:clamp(15px,1.3vw,18px)!important;line-height:1.65!important;color:#475569!important;display:-webkit-box!important;-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.single-actions{align-items:center!important}.single-actions .dark-btn,.outline-btn,.inline-cta{min-width:0!important;text-align:center!important}
.blog-single{padding:22px!important}.blog-single>img{width:100%!important;max-height:440px!important;margin:0 0 20px!important;border-radius:26px!important;object-fit:cover!important}.blog-single-body{padding:10px clamp(18px,4vw,44px) 34px!important}.blog-single-body h1{font-size:clamp(34px,4.3vw,58px)!important;line-height:1.02!important;letter-spacing:-.05em!important}.blog-content{max-width:860px!important}.related-section{max-width:1180px!important;margin:34px auto 0!important;padding-left:0!important;padding-right:0!important}.related-section .section-head{padding:0 4px!important}.related-section .deal-grid,.related-section .blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.related-section .deal-card,.related-section .blog-card{box-shadow:0 16px 38px rgba(15,23,42,.06)!important}
.page-shell>.deal-single-grid.section{padding:22px!important;display:grid!important}.page-shell>.deal-single-grid>div{min-width:0!important;padding:22px!important}.page-shell>.deal-single-grid>img{width:100%!important;min-height:420px!important;border-radius:26px!important;object-fit:cover!important}

/* Make floating live chat icon visible on every phone size */
.float-chat,.float-cart{display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.float-chat .float-icon,.float-cart .float-icon{display:grid!important;place-items:center!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:2!important;color:inherit!important}.float-chat .float-icon .icon-svg,.float-cart .float-icon .icon-svg{display:block!important;width:21px!important;height:21px!important;stroke:currentColor!important;fill:none!important}.float-chat{background:#fff!important;color:#0f172a!important;border:2px solid #e11d48!important}.float-cart{background:#d30f3f!important;color:#fff!important;border:0!important}
@media (max-width:560px){.floating-actions{right:12px!important;bottom:12px!important;gap:10px!important}.float-chat{width:52px!important;height:52px!important;border-radius:50%!important;padding:0!important}.float-chat .float-icon{width:24px!important;height:24px!important}.float-chat>span:not(.float-icon){display:none!important}.float-cart{width:52px!important;height:52px!important;border-radius:50%!important}.chat-widget,.cart-drawer{left:10px!important;right:10px!important;width:auto!important}}

@media (max-width:900px){
  .deal-single,.blog-single,.page-shell>.deal-single-grid{border-radius:26px!important;padding:16px!important}.deal-single-grid,.page-shell>.deal-single-grid{grid-template-columns:1fr!important;gap:16px!important}.deal-single-grid>img,.page-shell>.deal-single-grid>img{min-height:240px!important;max-height:300px!important;border-radius:20px!important}.deal-single-body,.page-shell>.deal-single-grid>div{padding:8px 4px 12px!important}.deal-single-body h1,.deal-single h1,.page-shell>.deal-single-grid h1{font-size:34px!important}.single-price strong{font-size:34px!important}.single-actions{display:grid!important;grid-template-columns:1fr!important}.blog-single>img{max-height:280px!important;border-radius:20px!important}.blog-single-body{padding:6px 4px 18px!important}.related-section{margin-top:24px!important}.related-section .section-head{display:grid!important;gap:8px!important}.related-section .deal-grid,.related-section .blog-grid{grid-template-columns:1fr!important;gap:14px!important}
}


/* ===== AIRROUTE v4.1 mobile-only simplification and cleanup ===== */
.float-call,.float-mail{display:none}
@media (max-width: 760px){
  :root{--ar-header-height:70px!important;--ar-mobile-gap:14px}
  html,body{max-width:100%!important;overflow-x:hidden!important}
  body.site-body{padding-top:var(--ar-header-height)!important;background:#fff7f0!important}
  .topbar{height:var(--ar-header-height)!important;min-height:var(--ar-header-height)!important;padding:8px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;overflow:visible!important;background:linear-gradient(90deg,#be0f3d,#e8174d)!important;box-shadow:0 10px 26px rgba(159,18,57,.18)!important}
  .menu-toggle{width:48px!important;height:48px!important;min-width:48px!important;border-radius:18px!important;background:#fff!important;color:#9f1239!important;z-index:4!important}
  .brand-logo-only{position:static!important;left:auto!important;top:auto!important;transform:none!important;flex:1!important;min-width:0!important;display:flex!important;justify-content:center!important;align-items:center!important;margin:0!important;z-index:3!important;text-align:center!important;pointer-events:auto!important}
  .brand-logo-badge{display:none!important}
  .brand-name{display:block!important;color:#fff!important;font-weight:1000!important;font-size:clamp(19px,5.2vw,25px)!important;letter-spacing:.06em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:48vw!important;text-shadow:0 2px 10px rgba(0,0,0,.15)!important}
  .top-contact{display:none!important}

  .sidebar{position:fixed!important;left:0!important;top:var(--ar-header-height)!important;width:min(86vw,320px)!important;height:calc(100dvh - var(--ar-header-height))!important;max-height:calc(100dvh - var(--ar-header-height))!important;padding:14px 12px!important;overflow:hidden!important;border-radius:0 24px 24px 0!important;box-shadow:18px 0 40px rgba(15,23,42,.18)!important;z-index:92!important;background:#fff!important;transform:translateX(-112%)!important}
  body.menu-open .sidebar{transform:translateX(0)!important}
  .sidebar nav{height:calc(100dvh - var(--ar-header-height) - 28px)!important;max-height:100%!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:4px 0 18px!important;scrollbar-width:thin!important}
  .side-link{min-height:54px!important;padding:8px 10px!important;border-radius:18px!important;gap:10px!important;font-size:14px!important;align-items:center!important}
  .side-link .nav-icon{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}
  .side-link strong{font-size:14px!important;line-height:1.2!important;white-space:normal!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
  .side-mini{display:none!important}
  .page-shell{margin-left:0!important;padding:22px 12px 28px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}

  .top-flight-search{margin:12px 0 22px!important;padding:14px!important;border-radius:24px!important;background:linear-gradient(135deg,#fff5f5,#fff7ed)!important;box-shadow:0 14px 30px rgba(15,23,42,.06)!important}
  .search-banner-head{padding:0 2px 12px!important;gap:4px!important;text-align:left!important}
  .search-banner-head .eyebrow{font-size:10px!important;letter-spacing:.14em!important;margin:0!important;color:#be123c!important}
  .search-banner-head h2{font-size:24px!important;line-height:1.08!important;letter-spacing:-.04em!important;margin:0!important;max-width:290px!important}
  .search-banner-head p{display:none!important}
  .flight-search-panel{border-radius:22px!important;box-shadow:0 10px 22px rgba(15,23,42,.05)!important;overflow:hidden!important;border:1px solid #edf2f7!important;background:#fff!important}
  .trip-row{padding:10px 12px!important;border-bottom:1px solid #eef2f7!important;background:#fff!important}
  .trip-row strong{display:none!important}
  .trip-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important}
  .trip-options label{font-size:12px!important;font-weight:850!important;gap:5px!important;justify-content:center!important;white-space:nowrap!important;color:#111827!important}
  .trip-options input{width:16px!important;height:16px!important;margin:0!important}
  .flight-fields{display:grid!important;grid-template-columns:1fr!important;background:#fff!important}
  .flight-fields label{padding:10px 13px!important;border-right:0!important;border-bottom:1px solid #f1f5f9!important;gap:2px!important;min-height:60px!important;background:#fff!important}
  .flight-fields label>span{font-size:11px!important;line-height:1!important;color:#64748b!important;font-weight:900!important;letter-spacing:0!important}
  .flight-fields small{display:none!important}
  .flight-fields select,.flight-fields input{font-size:16px!important;line-height:1.1!important;font-weight:900!important;min-height:30px!important;color:#0f172a!important;padding:0!important;background:#fff!important}
  .flight-fields input[type="date"]{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;appearance:auto!important;min-height:34px!important}
  .flight-fields button,.flight-fields button.flight-search-icon-btn{min-height:56px!important;border-radius:0!important;width:100%!important;background:linear-gradient(135deg,#be123c,#e11d48)!important;display:grid!important;place-items:center!important;padding:0!important}
  .flight-fields button .icon-svg,.flight-fields .search-glass .icon-svg,.flight-fields .btn-search-icon .icon-svg{width:26px!important;height:26px!important;stroke-width:2.4!important}

  .hero{padding:20px 18px!important;margin:18px 0!important;border-radius:24px!important;overflow:hidden!important}
  .hero-top{display:block!important;margin:0!important}
  .hero-copy .eyebrow{display:none!important}
  .hero-copy h1{font-size:clamp(31px,9vw,42px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:0 0 16px!important;max-width:100%!important}
  .hero-copy p{display:none!important}
  .hero-mosaic{display:none!important}
  .quick-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:12px 0 0!important}
  .quick-tab{min-height:74px!important;border-radius:20px!important;padding:8px 6px!important;font-size:13px!important;gap:5px!important;box-shadow:0 9px 22px rgba(15,23,42,.06)!important}
  .quick-tab .nav-icon{width:38px!important;height:38px!important;border-radius:14px!important;margin:0!important}
  .quick-tab .nav-icon .icon-svg{width:20px!important;height:20px!important}
  .quick-tab:nth-child(n+5){display:none!important}

  .airline-strip{display:none!important}
  .flash-sale-slider{margin:22px 0!important;padding:18px!important;border-radius:24px!important;max-height:430px!important;overflow:hidden!important}
  .flash-sale-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important}
  .flash-sale-head .eyebrow,.flash-sale-head strong{font-size:11px!important;letter-spacing:.14em!important}
  .flash-sale-slides,.flash-sale-slide{min-height:300px!important;height:300px!important;overflow:hidden!important}
  .flash-sale-slide{grid-template-columns:1fr!important;padding:0!important;align-items:start!important}
  .flash-copy{padding:0!important;min-width:0!important;max-width:100%!important}
  .flash-pill{font-size:10px!important;padding:8px 12px!important;border-radius:999px!important;margin-bottom:12px!important}
  .flash-copy h2{font-size:clamp(30px,10vw,42px)!important;line-height:.98!important;letter-spacing:-.06em!important;margin:0 0 10px!important;max-width:100%!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important}
  .flash-price{font-size:clamp(20px,6.2vw,28px)!important;line-height:1.1!important;margin-bottom:12px!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .flash-price span{font-size:inherit!important}
  .flash-cta{min-height:46px!important;padding:0 22px!important;border-radius:16px!important;font-size:15px!important}
  .flash-media{display:none!important}
  .flash-dots{bottom:10px!important}

  .section{padding:20px 14px!important;border-radius:24px!important;margin:20px 0!important;overflow:hidden!important}
  .section-head{display:block!important;margin-bottom:14px!important}
  .section-head .eyebrow{font-size:10px!important;letter-spacing:.14em!important}
  .section-head h2,.subscribe-zone h2,.quote-section h2,.insurance-form-section h2,.contact-hero-card h1,.insurance-hero-card h1{font-size:clamp(25px,7vw,34px)!important;line-height:1.05!important;letter-spacing:-.045em!important;margin:4px 0 8px!important}
  .section-head a{display:none!important}
  .deal-grid,.blog-grid,.all-grid,.all-blog-grid,.destination-grid,.why-grid{grid-template-columns:1fr!important;gap:12px!important}
  .deal-card,.blog-card,.destination-card,.why-card,.branch-card{border-radius:22px!important;overflow:hidden!important;min-height:auto!important}
  .deal-img{height:170px!important}.deal-body{padding:14px!important}.deal-body h3,.blog-card h3,.destination-card h3,.why-card h3{font-size:20px!important;line-height:1.1!important}
  .deal-body p,.blog-card p,.destination-card p,.why-card p{font-size:13px!important;line-height:1.4!important;-webkit-line-clamp:2!important;line-clamp:2!important}

  .quote-section,.subscribe-zone,.insurance-form-section,.contact-hero-card,.insurance-hero-card{display:block!important;padding:20px 14px!important;border-radius:24px!important;overflow:hidden!important}
  .quote-section>div>p,.subscribe-zone>div>p,.insurance-form-section>div>p,.contact-hero-card>div>p,.insurance-hero-card>div>p{font-size:14px!important;line-height:1.45!important;margin:0 0 14px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
  .quote-form,.subscribe-form,.insurance-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important;max-width:100%!important;min-width:0!important}
  .quote-form .two-col{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
  .quote-form input,.quote-form select,.quote-form textarea,.subscribe-form input,.subscribe-form select,.insurance-form input,.insurance-form select,.insurance-form textarea,.chat-widget input,.chat-widget select,.chat-widget textarea,.cart-drawer input,.cart-drawer textarea{height:auto!important;min-height:52px!important;border-radius:18px!important;font-size:15px!important;padding:12px 14px!important;box-sizing:border-box!important;width:100%!important;background:#fff!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;box-shadow:none!important}
  .quote-form textarea,.insurance-form textarea,.chat-widget textarea,.cart-drawer textarea{min-height:104px!important;line-height:1.35!important}
  .form-date-field,.insurance-form label{display:grid!important;gap:6px!important;font-size:12px!important;font-weight:900!important;color:#64748b!important;margin:0!important;width:100%!important}
  .form-date-field span,.insurance-form label>span:first-child{font-size:12px!important;color:#64748b!important}
  .quote-form input[type="date"],.insurance-form input[type="date"],.chat-widget input[type="date"]{color:#0f172a!important;-webkit-text-fill-color:#0f172a!important;appearance:auto!important}
  .quote-form button,.subscribe-form button,.insurance-form button{min-height:54px!important;border-radius:18px!important;font-size:16px!important;width:100%!important}
  .terms-check{align-items:start!important;grid-template-columns:22px 1fr!important;gap:8px!important;font-size:12px!important;line-height:1.35!important}
  .terms-check input{min-height:auto!important;width:18px!important;height:18px!important;margin-top:2px!important}

  .lead-popup-backdrop{padding:10px!important;align-items:center!important;justify-content:center!important;overflow-y:auto!important}
  .lead-popup-card{width:min(100%,420px)!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 24px)!important;overflow-y:auto!important;border-radius:24px!important;padding:20px 14px!important;box-sizing:border-box!important}
  .lead-popup-card h2{font-size:26px!important;line-height:1.05!important;margin:8px 0!important}
  .lead-popup-card p{font-size:14px!important;line-height:1.45!important;margin-bottom:12px!important}
  .lead-popup-form{gap:9px!important}
  .lead-popup-form input,.lead-popup-form textarea{min-height:50px!important;border-radius:16px!important;font-size:15px!important;padding:12px!important;box-sizing:border-box!important;width:100%!important}
  .lead-popup-form textarea{display:none!important}
  .lead-popup-form button{min-height:52px!important;border-radius:16px!important;font-size:15px!important}
  .lead-popup-close{top:10px!important;right:10px!important;width:38px!important;height:38px!important}

  .contact-hero-links,.branch-grid{grid-template-columns:1fr!important;gap:10px!important}.contact-hero-links a,.contact-hero-links span{font-size:14px!important;white-space:normal!important}.branch-map,.branch-map-wrap{min-height:180px!important}

  .floating-actions{position:fixed!important;right:10px!important;bottom:10px!important;z-index:100!important;display:flex!important;align-items:center!important;gap:8px!important;max-width:calc(100vw - 20px)!important}
  .float-call,.float-mail,.float-chat,.float-cart{display:grid!important;place-items:center!important;width:48px!important;height:48px!important;min-width:48px!important;border-radius:50%!important;padding:0!important;border:2px solid #fff!important;box-shadow:0 10px 24px rgba(15,23,42,.16)!important;text-decoration:none!important;background:#fff!important;color:#be123c!important;position:relative!important}
  .float-call,.float-mail{background:#fff!important;color:#be123c!important}
  .float-cart{background:#d60b43!important;color:#fff!important}.float-chat{background:#fff!important;color:#0f172a!important}
  .float-chat>span:not(.float-icon){display:none!important}
  .float-icon{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;position:static!important;inset:auto!important;background:transparent!important;color:inherit!important}
  .float-icon .icon-svg,.float-call .icon-svg,.float-mail .icon-svg,.float-chat .icon-svg,.float-cart .icon-svg{width:23px!important;height:23px!important;stroke:currentColor!important;fill:none!important;display:block!important}
  .float-cart [data-cart-count]{position:absolute!important;right:-5px!important;top:-7px!important;min-width:21px!important;height:21px!important;font-size:11px!important;border-radius:999px!important;background:#fbbf24!important;color:#111!important;display:grid!important;place-items:center!important;border:2px solid #fff!important}
  .chat-widget,.cart-drawer{left:10px!important;right:10px!important;bottom:70px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 92px)!important;overflow-y:auto!important;border-radius:24px!important;padding:18px 14px!important;box-sizing:border-box!important}
  .chat-widget h3,.cart-drawer h3{font-size:23px!important;margin:0 0 6px!important}.chat-widget p,.cart-drawer p{display:none!important}.chat-two{grid-template-columns:1fr!important;gap:8px!important}
}
@media (max-width: 390px){
  .brand-name{font-size:18px!important;max-width:44vw!important}.menu-toggle{width:44px!important;height:44px!important;min-width:44px!important}.floating-actions{gap:6px!important}.float-call,.float-mail,.float-chat,.float-cart{width:44px!important;height:44px!important;min-width:44px!important}.hero-copy h1{font-size:30px!important}.quick-tab{min-height:68px!important}.flight-fields label{min-height:56px!important}.section{padding:18px 12px!important}
}

/* ===== AIRROUTE v4.2 final mobile brand + flash sale cleanup ===== */
.flash-sale-slider{overflow:hidden!important}
.flash-copy,.flash-copy h2,.flash-copy p,.flash-sale-slide{min-width:0!important;max-width:100%!important}
.flash-copy h2{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  word-break:normal!important;
  -webkit-line-clamp:unset!important;
  line-clamp:unset!important;
  font-size:clamp(34px,5vw,66px)!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
  max-width:100%!important;
}
.flash-sale-side{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.flash-copy p{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
.flash-visual{min-width:0!important;max-width:100%!important}
.flash-visual img{display:block!important;width:100%!important;object-fit:cover!important}

/* Blog list related block */
.blog-related-mobile-clean{margin-top:26px!important}
.blog-related-mobile-clean .section-head h2{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

@media (max-width:760px){
  body.site-body{overflow-x:hidden!important;background:linear-gradient(180deg,#fff7ed,#fff 38%,#fff)!important}
  .topbar{height:68px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;overflow:visible!important}
  .menu-toggle{position:relative!important;z-index:8!important;width:46px!important;height:46px!important;min-width:46px!important;border-radius:16px!important}
  .brand-logo-only{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:auto!important;max-width:56vw!important;z-index:7!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;pointer-events:auto!important}
  .brand-logo-badge{display:none!important}
  .brand-name{display:block!important;visibility:visible!important;opacity:1!important;color:#fff!important;font-size:clamp(20px,5.6vw,28px)!important;font-weight:1000!important;line-height:1!important;letter-spacing:.045em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:56vw!important;text-shadow:0 2px 12px rgba(0,0,0,.18)!important}
  .top-contact{display:none!important}
  .page-shell{padding:18px 12px 28px!important;margin-left:0!important;max-width:100%!important}
  .top-flight-search{margin:16px 0 20px!important;padding:14px!important;border-radius:24px!important;background:linear-gradient(135deg,#fff7ed,#fff1f2)!important;box-shadow:0 14px 30px rgba(15,23,42,.07)!important}
  .search-banner-head{padding:0 0 12px!important;gap:6px!important}
  .search-banner-head .eyebrow{font-size:10px!important;letter-spacing:.13em!important}
  .search-banner-head h2{font-size:26px!important;line-height:1.05!important;letter-spacing:-.04em!important;margin:0!important}
  .search-banner-head p{display:none!important}
  .flight-search-panel{border-radius:22px!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}
  .trip-row{padding:12px 14px!important}
  .trip-options{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:6px!important;width:100%!important}
  .trip-options label{font-size:12px!important;gap:5px!important;justify-content:center!important;white-space:nowrap!important}
  .trip-options input{width:16px!important;height:16px!important;min-width:16px!important}
  .flight-fields label{min-height:58px!important;padding:10px 14px!important;border-bottom:1px solid #eef2f7!important;gap:2px!important}
  .flight-fields label>span{font-size:11px!important;color:#64748b!important;font-weight:900!important}
  .flight-fields select,.flight-fields input{font-size:17px!important;line-height:1.1!important;font-weight:900!important;color:#0f172a!important;min-height:28px!important}
  .flight-fields small{display:none!important}
  .flight-fields button.flight-search-icon-btn,.flight-fields button{min-height:54px!important;border-radius:0 0 22px 22px!important}
  .flight-fields button .icon-svg{width:25px!important;height:25px!important}
  .hero{padding:0!important;margin-top:8px!important;background:transparent!important}
  .hero-copy .eyebrow{display:none!important}
  .hero-copy h1{font-size:clamp(32px,9vw,42px)!important;line-height:1.04!important;letter-spacing:-.055em!important;margin:0 0 14px!important}
  .hero-copy p{display:none!important}
  .quick-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0!important}
  .quick-tab{min-height:78px!important;border-radius:20px!important;font-size:13px!important;padding:10px!important}
  .quick-tab .nav-icon{width:38px!important;height:38px!important;border-radius:14px!important;margin:0!important}
  .airline-strip{display:none!important}
  .flash-sale-slider{margin:20px 0 22px!important;padding:14px!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 30px rgba(15,23,42,.07)!important;max-height:none!important}
  .flash-sale-side{font-size:11px!important;letter-spacing:.16em!important;padding:0 0 12px!important;border:0!important;display:flex!important;align-items:center!important;gap:8px!important;writing-mode:horizontal-tb!important;transform:none!important;min-height:0!important}
  .flash-sale-side:before{content:""!important;width:26px!important;height:4px!important;border-radius:999px!important;background:#ef4444!important;display:block!important;flex:0 0 26px!important}
  .flash-sale-slides,.flash-sale-slide{height:auto!important;min-height:0!important;max-height:none!important}
  .flash-sale-slide{grid-template-columns:1fr!important;gap:12px!important;padding:0!important;align-items:start!important;text-align:left!important}
  .flash-copy{gap:9px!important;padding:0!important}
  .flash-circle-label{width:max-content!important;font-size:9px!important;line-height:1.05!important;padding:7px 11px!important;border-radius:999px!important;box-shadow:none!important}
  .flash-copy h2{font-size:clamp(24px,7.4vw,34px)!important;line-height:1.02!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;display:block!important}
  .flash-copy p{font-size:15px!important;line-height:1.2!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .flash-copy p strong{font-size:inherit!important}
  .flash-book-btn{min-height:42px!important;width:max-content!important;padding:0 20px!important;border-radius:14px!important;font-size:14px!important;box-shadow:none!important}
  .flash-copy small{display:none!important}
  .flash-visual{display:none!important}
  .flash-dots{position:static!important;padding:10px 0 0!important;justify-content:flex-start!important}
  .section,.quote-section,.subscribe-zone,.contact-hero-card,.insurance-hero-card,.insurance-form-section{padding:18px 14px!important;border-radius:22px!important;margin:18px 0!important}
  .section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:10px!important;margin-bottom:14px!important}
  .section-head .eyebrow{font-size:10px!important;letter-spacing:.13em!important}
  .section-head h2,.section-head h1{font-size:24px!important;line-height:1.08!important;margin:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:68vw!important}
  .section-head a{font-size:12px!important;white-space:nowrap!important}
  .deal-card,.blog-card,.destination-card,.why-card,.branch-card{border-radius:20px!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}
  .quote-form,.subscribe-form,.insurance-quote-form,.lead-popup-form{gap:10px!important}
  .quote-form input,.quote-form select,.quote-form textarea,.subscribe-form input,.subscribe-form select,.insurance-quote-form input,.insurance-quote-form select,.insurance-quote-form textarea,.lead-popup-form input,.lead-popup-form select,.lead-popup-form textarea{min-height:50px!important;border-radius:16px!important;font-size:15px!important;padding:0 14px!important}
  .quote-form textarea,.insurance-quote-form textarea,.lead-popup-form textarea{padding-top:12px!important;min-height:92px!important}
  .lead-popup-card,.chat-widget,.cart-drawer{left:10px!important;right:10px!important;width:auto!important;max-width:calc(100vw - 20px)!important;max-height:86vh!important;overflow:auto!important;border-radius:24px!important;padding:18px 14px!important}
  .lead-popup-card h2,.chat-widget h3,.cart-drawer h3{font-size:24px!important;line-height:1.08!important}
  .floating-actions{right:10px!important;bottom:10px!important;gap:7px!important;z-index:110!important}
  .float-call,.float-mail,.float-chat,.float-cart{width:48px!important;height:48px!important;min-width:48px!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important}
  .float-chat>span:not(.float-icon){display:none!important}
}

@media (max-width:390px){
  .brand-name{font-size:19px!important;max-width:52vw!important}
  .search-banner-head h2{font-size:23px!important}
  .trip-options label{font-size:11px!important}
  .hero-copy h1{font-size:29px!important}
  .flash-copy h2{font-size:23px!important}
  .flash-copy p{font-size:14px!important}
  .quick-tab{min-height:70px!important}
}


/* ===== AIRROUTE v4.3 mobile header, flash title, hero images and footer polish ===== */
.flash-circle-label{
  white-space:nowrap!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  padding:10px 18px!important;
  line-height:1!important;
  letter-spacing:.12em!important;
  word-spacing:0!important;
  text-transform:uppercase!important;
}
.flash-circle-label br{display:none!important}
.flash-copy h2,
.hero-copy h1,
.section-head h2,
.contact-hero-card h1,
.insurance-hero-card h1{
  text-overflow:clip!important;
}
.flash-copy h2{
  display:block!important;
  white-space:nowrap!important;
  overflow:visible!important;
  line-clamp:unset!important;
  -webkit-line-clamp:unset!important;
  -webkit-box-orient:initial!important;
  word-break:normal!important;
  max-width:100%!important;
}
.flash-copy p,
.flash-copy small,
.deal-card p,
.blog-card p,
.destination-card p,
.branch-card p,
.why-grid p{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.flash-copy p{white-space:nowrap!important;max-width:100%!important}

@media (max-width:760px){
  body.site-body{padding-top:70px!important;overflow-x:hidden!important}
  .topbar{
    height:70px!important;
    min-height:70px!important;
    padding:9px 12px!important;
    display:grid!important;
    grid-template-columns:48px minmax(0,1fr) 48px!important;
    align-items:center!important;
    gap:8px!important;
  }
  .menu-toggle{grid-column:1!important;justify-self:start!important;position:relative!important;z-index:10!important;width:46px!important;height:46px!important;min-width:46px!important;border-radius:16px!important}
  .brand-logo-only{
    grid-column:2!important;
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    margin:0!important;
    z-index:9!important;
    overflow:visible!important;
    text-decoration:none!important;
  }
  .brand-logo-badge{display:none!important}
  .brand-name{
    display:block!important;
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:auto!important;
    height:auto!important;
    visibility:visible!important;
    opacity:1!important;
    color:#fff!important;
    font-size:clamp(18px,5.3vw,24px)!important;
    font-weight:1000!important;
    line-height:1!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    max-width:100%!important;
    text-align:center!important;
    text-shadow:0 2px 10px rgba(0,0,0,.16)!important;
  }
  .top-contact{display:none!important}
  .topbar:after{content:"";grid-column:3!important;width:46px;height:46px;display:block}

  .page-shell{padding:22px 12px 28px!important}
  .top-flight-search{padding:14px!important;margin:14px 0 20px!important;border-radius:24px!important;background:linear-gradient(135deg,#fff7f7,#fff4df)!important}
  .search-banner-head{padding:0 0 12px!important;gap:5px!important}
  .search-banner-head .eyebrow{font-size:11px!important;letter-spacing:.14em!important;white-space:nowrap!important}
  .search-banner-head h2{font-size:clamp(24px,7vw,32px)!important;line-height:1.05!important;margin:0!important;letter-spacing:-.04em!important}
  .search-banner-head p{display:none!important}
  .flight-search-panel{border-radius:22px!important;box-shadow:0 12px 26px rgba(15,23,42,.08)!important}
  .trip-row{padding:12px!important;gap:8px!important}
  .trip-options{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:4px!important;width:100%!important}
  .trip-options label{font-size:12px!important;font-weight:900!important;gap:5px!important;justify-content:center!important;white-space:nowrap!important}
  .trip-options input{width:17px!important;height:17px!important}
  .flight-fields label{padding:10px 12px!important;min-height:58px!important;gap:3px!important;border-bottom:1px solid #eef2f7!important}
  .flight-fields label>span{font-size:12px!important;color:#64748b!important;line-height:1!important}
  .flight-fields select,.flight-fields input{font-size:18px!important;line-height:1.15!important;font-weight:950!important;min-height:24px!important}
  .flight-fields small{font-size:11px!important;display:block!important;color:#94a3b8!important;line-height:1.1!important}
  .flight-fields button.flight-search-icon-btn,.flight-fields button{min-height:54px!important;border-radius:0 0 22px 22px!important}

  .hero{padding:0!important;margin:16px 0 0!important}
  .hero-top{display:block!important;margin:0!important}
  .hero-copy{display:block!important;padding:0!important;text-align:left!important}
  .hero-copy .eyebrow{display:none!important}
  .hero-copy h1{font-size:clamp(28px,7.2vw,38px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:0 0 10px!important;text-align:left!important}
  .hero-copy p{font-size:14px!important;line-height:1.5!important;margin:0!important;color:#334155!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .quick-tabs{display:none!important}
  .hero-mosaic{
    display:flex!important;
    position:relative!important;
    margin:16px -12px 0 0!important;
    padding:0 0 8px 0!important;
    gap:12px!important;
    min-height:0!important;
    height:auto!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    grid-template-columns:none!important;
  }
  .hero-mosaic img,
  .hero-mosaic .mosaic-a,
  .hero-mosaic .mosaic-b,
  .hero-mosaic .mosaic-c,
  .hero-mosaic .mosaic-d{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:block!important;
    width:78vw!important;
    min-width:78vw!important;
    max-width:78vw!important;
    height:168px!important;
    border-radius:22px!important;
    object-fit:cover!important;
    box-shadow:0 14px 28px rgba(15,23,42,.12)!important;
    scroll-snap-align:start!important;
  }

  .flash-sale-slider{padding:14px!important;margin:22px 0!important;border-radius:24px!important;box-shadow:0 14px 30px rgba(15,23,42,.07)!important;overflow:hidden!important}
  .flash-sale-side{font-size:11px!important;letter-spacing:.13em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;padding:0 0 12px!important;gap:8px!important}
  .flash-circle-label{font-size:9px!important;padding:8px 12px!important;border-radius:999px!important;letter-spacing:.08em!important;white-space:nowrap!important;line-height:1!important;margin-bottom:8px!important}
  .flash-copy h2{font-size:clamp(18px,6.8vw,30px)!important;line-height:1!important;letter-spacing:-.045em!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;margin:0!important}
  .flash-copy p{font-size:14px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.25!important}
  .flash-book-btn{min-height:42px!important;padding:0 18px!important;border-radius:14px!important;font-size:14px!important;width:max-content!important;max-width:100%!important}

  .footer{padding:26px 16px 90px!important;display:grid!important;grid-template-columns:1fr!important;gap:22px!important;text-align:left!important;margin-left:0!important;width:100%!important;max-width:100%!important}
  .footer-brand,.footer-cols>div{min-width:0!important;text-align:left!important}
  .footer-brand strong{font-size:22px!important;line-height:1.1!important;display:block!important;text-align:left!important}
  .footer-brand p{font-size:13px!important;line-height:1.45!important;margin:8px 0 0!important;max-width:100%!important;text-align:left!important}
  .footer-contact{display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:flex-start!important;margin-top:12px!important}
  .footer-contact a{font-size:13px!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .footer-cols{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px 14px!important;width:100%!important;align-items:start!important}
  .footer-cols h4{font-size:13px!important;margin:0 0 8px!important;letter-spacing:.12em!important;white-space:nowrap!important}
  .footer-cols a,.footer-cols span{font-size:12px!important;line-height:1.35!important;margin:0 0 7px!important;word-break:normal!important}
  .footer-logo-strip{display:flex!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:10px!important;margin-top:8px!important}
  .footer-logo-strip img{max-width:82px!important;max-height:38px!important;object-fit:contain!important}
}

@media (max-width:420px){
  .brand-name{font-size:18px!important;letter-spacing:.035em!important}
  .hero-copy h1{font-size:28px!important}
  .hero-mosaic img,.hero-mosaic .mosaic-a,.hero-mosaic .mosaic-b,.hero-mosaic .mosaic-c,.hero-mosaic .mosaic-d{width:82vw!important;min-width:82vw!important;max-width:82vw!important;height:155px!important}
  .flash-copy h2{font-size:clamp(16px,6.4vw,26px)!important}
  .footer-cols{grid-template-columns:1fr!important}
}


/* ===== AIRROUTE v4.4 mobile image slider, about page, and compact overlay polish ===== */
.about-home-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:28px;align-items:center;background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid #fee2e2;box-shadow:0 18px 42px rgba(15,23,42,.06)}
.about-home-copy p{max-width:760px;color:#334155;line-height:1.65}.about-home-points{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.about-home-points span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #fde2e2;color:#9f1239;font-weight:900;font-size:13px}.about-home-visual{position:relative;border-radius:30px;overflow:hidden;min-height:280px;box-shadow:0 20px 45px rgba(15,23,42,.12)}.about-home-visual img{width:100%;height:100%;min-height:280px;object-fit:cover;display:block}.about-home-visual div{position:absolute;left:18px;right:18px;bottom:18px;padding:16px;border-radius:20px;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);display:grid;gap:4px}.about-home-visual strong{font-size:20px}.about-home-visual small{color:#475569}.about-page-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:30px;align-items:center;background:linear-gradient(135deg,#fff,#fff7ed);border:1px solid #fee2e2}.about-page-hero h1{font-size:clamp(42px,5vw,74px);line-height:.98;letter-spacing:-.06em}.about-page-hero img{width:100%;height:360px;object-fit:cover;border-radius:30px;box-shadow:0 18px 40px rgba(15,23,42,.12)}.about-story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:transparent;box-shadow:none;padding-left:0!important;padding-right:0!important}.about-story-grid article{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 14px 32px rgba(15,23,42,.06)}.about-story-grid span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#fff1f2;color:#9f1239;font-weight:1000}.about-story-grid h2{font-size:24px;margin:16px 0 8px}.about-story-grid p{color:#475569;line-height:1.6}
@media (max-width:1024px){.about-home-section,.about-page-hero{grid-template-columns:1fr}.about-story-grid{grid-template-columns:1fr}}
@media (max-width:760px){
  body.site-body{padding-top:66px!important;background:#fff8ef!important}
  .topbar{height:66px!important;min-height:66px!important;padding:8px 12px!important;grid-template-columns:46px minmax(0,1fr) 46px!important;background:linear-gradient(135deg,#b20b35,#e5184a)!important;box-shadow:0 10px 24px rgba(159,18,57,.22)!important}
  .brand-logo-badge{display:none!important}.brand-logo-only{grid-column:2!important;display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;left:auto!important;top:auto!important;transform:none!important;text-decoration:none!important;min-width:0!important;width:100%!important}.brand-name{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;height:38px!important;max-width:100%!important;padding:0 16px!important;border-radius:999px!important;background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;font-size:clamp(18px,5vw,22px)!important;font-weight:1000!important;line-height:1!important;letter-spacing:.12em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-shadow:none!important}
  .menu-toggle{width:46px!important;height:46px!important;border-radius:16px!important}.sidebar{top:66px!important;height:calc(100dvh - 66px)!important;max-height:calc(100dvh - 66px)!important;width:min(82vw,292px)!important;overflow-y:auto!important;padding:12px 12px 18px!important}.sidebar nav{gap:7px!important}.side-link{min-height:50px!important;border-radius:17px!important;padding:8px 10px!important}.side-link .nav-icon{width:38px!important;height:38px!important;border-radius:14px!important}.side-link strong{font-size:13px!important}.side-mini{font-size:11px!important;gap:6px!important;padding-top:12px!important}
  .page-shell{padding:18px 12px 24px!important}.top-flight-search{padding:14px!important;margin:12px 0 18px!important;border-radius:22px!important}.search-banner-head{padding:0 0 10px!important}.search-banner-head .eyebrow{display:none!important}.search-banner-head h2{font-size:24px!important;line-height:1.08!important;letter-spacing:-.04em!important}.flight-search-panel{border-radius:20px!important}.trip-row{padding:10px!important}.trip-options label{font-size:11px!important}.flight-fields label{min-height:54px!important;padding:9px 11px!important}.flight-fields label>span{font-size:11px!important}.flight-fields select,.flight-fields input{font-size:15px!important}.flight-fields small{display:none!important}.flight-fields button{min-height:50px!important}
  .hero{margin:14px 0 0!important}.hero-copy h1{font-size:clamp(26px,7.8vw,34px)!important;line-height:1.06!important;margin:0 0 6px!important;letter-spacing:-.05em!important}.hero-copy p{font-size:13px!important;line-height:1.45!important;-webkit-line-clamp:2!important}.quick-tabs{display:none!important}.hero-mosaic{display:block!important;position:relative!important;margin:14px 0 0!important;width:100%!important;height:220px!important;min-height:220px!important;overflow:hidden!important;border-radius:24px!important;background:#fff!important;box-shadow:0 16px 34px rgba(15,23,42,.12)!important;padding:0!important}.hero-mosaic img,.hero-mosaic .mosaic-a,.hero-mosaic .mosaic-b,.hero-mosaic .mosaic-c,.hero-mosaic .mosaic-d{position:absolute!important;inset:0!important;width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;border-radius:24px!important;object-fit:cover!important;box-shadow:none!important;opacity:0!important;transform:scale(1.015)!important;transition:opacity .65s ease,transform 3.8s ease!important;display:block!important}.hero-mosaic img:first-child,.hero-mosaic img.active{opacity:1!important;transform:scale(1)!important}.hero-mosaic:after{content:"";position:absolute;left:50%;bottom:12px;transform:translateX(-50%);width:48px;height:5px;border-radius:999px;background:rgba(255,255,255,.8);box-shadow:0 0 0 1px rgba(255,255,255,.45)}
  .about-home-section{grid-template-columns:1fr!important;padding:18px!important;border-radius:24px!important;gap:16px!important;margin:20px 0!important}.about-home-copy .eyebrow{font-size:11px!important}.about-home-copy h2{font-size:25px!important;line-height:1.08!important;letter-spacing:-.04em!important}.about-home-copy p{font-size:13px!important;line-height:1.45!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.about-home-points{gap:7px!important;margin:12px 0!important}.about-home-points span{font-size:11px!important;padding:8px 10px!important}.about-home-visual{min-height:180px!important;border-radius:22px!important}.about-home-visual img{min-height:180px!important}.about-home-visual div{left:10px!important;right:10px!important;bottom:10px!important;padding:11px!important;border-radius:16px!important}.about-home-visual strong{font-size:14px!important}.about-home-visual small{font-size:11px!important}.about-page-hero{grid-template-columns:1fr!important;padding:18px!important;border-radius:24px!important}.about-page-hero h1{font-size:31px!important;line-height:1.05!important}.about-page-hero p{font-size:13px!important;line-height:1.5!important}.about-page-hero img{height:210px!important;border-radius:22px!important}.about-story-grid{grid-template-columns:1fr!important;gap:12px!important}.about-story-grid article{padding:17px!important;border-radius:22px!important}.about-story-grid h2{font-size:20px!important}.about-story-grid p{font-size:13px!important}
  .section{border-radius:24px!important}.section-head{gap:8px!important}.section-head h2{font-size:24px!important;line-height:1.1!important}.flash-sale-slider{border-radius:24px!important;margin:20px 0!important}.flash-copy h2{font-size:clamp(22px,8vw,36px)!important;white-space:normal!important;line-height:1!important;letter-spacing:-.055em!important}.flash-circle-label{white-space:nowrap!important;font-size:10px!important}.flash-copy small{display:none!important}
  .chat-widget,.cart-drawer{position:fixed!important;left:12px!important;right:12px!important;top:auto!important;bottom:86px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 156px)!important;overflow:auto!important;border-radius:24px!important;padding:18px!important;z-index:120!important}.chat-widget h3,.cart-drawer h3{font-size:22px!important}.chat-widget p,.cart-drawer p{font-size:12px!important;line-height:1.35!important}.chat-widget input,.chat-widget select,.chat-widget textarea,.cart-drawer input,.cart-drawer textarea{font-size:14px!important;min-height:44px!important;border-radius:14px!important}.chat-two{grid-template-columns:1fr!important;gap:8px!important}.floating-actions{left:12px!important;right:12px!important;bottom:12px!important;display:flex!important;justify-content:flex-end!important;gap:8px!important;pointer-events:none!important}.floating-actions>*{pointer-events:auto!important}.float-call,.float-mail,.float-chat,.float-cart{width:48px!important;height:48px!important;min-width:48px!important;border-radius:50%!important;padding:0!important;display:grid!important;place-items:center!important}.float-chat>span:not(.float-icon){display:none!important}.float-icon .icon-svg{width:21px!important;height:21px!important}
  .footer{padding-bottom:84px!important}
}
@media (max-width:390px){.brand-name{font-size:17px!important;letter-spacing:.08em!important;padding:0 12px!important}.hero-mosaic{height:196px!important}.search-banner-head h2{font-size:22px!important}.flash-copy h2{font-size:clamp(20px,7.6vw,30px)!important}}


/* ===== AIRROUTE v4.5 mobile search, about/contact polish, menu fallback cleanup ===== */
.mobile-flight-lite{display:none}
@media (max-width:760px){
  .top-flight-search{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:10px 0 14px!important;overflow:visible!important}
  .top-flight-search .search-banner-head,.top-flight-search .flight-search-panel{display:none!important}
  .mobile-flight-lite{display:flex!important;align-items:center;gap:8px;width:100%!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;padding:8px 9px!important;box-shadow:0 8px 20px rgba(15,23,42,.07)!important;min-height:52px!important}
  .mobile-search-glass{width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;background:#fff1f2!important;color:#b91c1c!important;display:grid!important;place-items:center!important}
  .mobile-search-glass .icon-svg{width:18px!important;height:18px!important}
  .mobile-flight-lite select{min-width:0!important;flex:1!important;border:0!important;background:transparent!important;outline:0!important;font-size:14px!important;font-weight:800!important;color:#0f172a!important;height:38px!important;appearance:none!important;text-overflow:ellipsis!important}
  .mobile-flight-lite button{border:0!important;background:#b91c1c!important;color:#fff!important;border-radius:12px!important;height:38px!important;min-width:48px!important;font-size:13px!important;font-weight:900!important}
  .hero{margin-top:10px!important}.hero-copy{display:block!important}.hero-copy .eyebrow{display:none!important}.hero-copy h1{font-size:clamp(25px,7vw,32px)!important;text-align:left!important;letter-spacing:-.04em!important}.hero-copy p{font-size:13px!important;text-align:left!important;color:#475569!important;max-width:92%!important}
  .hero-mosaic img,.hero-mosaic .mosaic-a,.hero-mosaic .mosaic-b,.hero-mosaic .mosaic-c,.hero-mosaic .mosaic-d{opacity:0!important;z-index:1!important;visibility:hidden!important}
  .hero-mosaic img.active{opacity:1!important;visibility:visible!important;z-index:2!important}
  .chat-widget,.cart-drawer{top:calc(var(--ar-header-height,68px) + 10px)!important;bottom:auto!important;max-height:calc(100dvh - var(--ar-header-height,68px) - 82px)!important;overflow-y:auto!important}
}

.about-home-section,.about-page-hero,.contact-page .contact-hero-card{border-radius:28px!important;background:linear-gradient(135deg,#ffffff 0%,#fff7f3 100%)!important;border:1px solid #f1e4df!important;box-shadow:0 12px 32px rgba(15,23,42,.06)!important;overflow:hidden!important}
.about-home-section{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr)!important;align-items:center!important}
.about-home-copy h2,.about-page-hero h1,.contact-page .contact-hero-card h1{letter-spacing:-.045em!important;color:#111827!important}
.about-home-copy p,.about-page-hero p,.contact-page .contact-hero-card p{color:#475569!important;line-height:1.65!important}
.about-home-points span{border-radius:14px!important;background:#fff!important;border:1px solid #f4d9d9!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;color:#9f1239!important}
.about-home-visual,.about-page-hero img{border-radius:22px!important;box-shadow:0 12px 28px rgba(15,23,42,.12)!important}.about-home-visual div{border-radius:16px!important;border:1px solid rgba(255,255,255,.75)!important}
.about-story-grid{gap:16px!important}.about-story-grid article{border-radius:22px!important;box-shadow:0 10px 26px rgba(15,23,42,.055)!important;border-color:#edf2f7!important}.about-story-grid h2{letter-spacing:-.03em!important}
.contact-page .contact-hero-card{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr)!important;align-items:center!important}
.contact-hero-links{display:grid!important;gap:10px!important;align-content:center!important}.contact-hero-links a,.contact-hero-links span{border-radius:16px!important;border:1px solid #edf2f7!important;background:#fff!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important;color:#111827!important;font-weight:800!important;text-decoration:none!important;padding:14px 16px!important}
.branch-grid{gap:16px!important}.branch-card{border-radius:24px!important;border:1px solid #edf2f7!important;box-shadow:0 10px 26px rgba(15,23,42,.05)!important;background:#fff!important;padding:18px!important}.branch-copy .tag{width:max-content!important}.branch-copy h3{letter-spacing:-.03em!important}.branch-map,.branch-map-wrap{border-radius:18px!important;overflow:hidden!important;min-height:240px!important}
@media (max-width:760px){
  .about-home-section,.about-page-hero,.contact-page .contact-hero-card{padding:16px!important;border-radius:20px!important;margin:14px 0!important;grid-template-columns:1fr!important;gap:14px!important}
  .about-home-copy h2,.about-page-hero h1,.contact-page .contact-hero-card h1{font-size:clamp(24px,7vw,31px)!important;line-height:1.08!important;text-align:left!important}
  .about-home-copy p,.about-page-hero p,.contact-page .contact-hero-card p{font-size:13px!important;line-height:1.48!important;text-align:left!important;display:block!important;max-width:100%!important}
  .about-home-points{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.about-home-points span{justify-content:center!important;text-align:center!important;font-size:11px!important;padding:8px!important}
  .about-home-visual,.about-page-hero img{min-height:170px!important;height:180px!important;border-radius:18px!important}.about-home-visual img{height:180px!important;min-height:180px!important}.about-home-visual div{left:8px!important;right:8px!important;bottom:8px!important;padding:10px!important}.about-home-visual strong{font-size:13px!important}.about-home-visual small{font-size:10px!important}
  .about-story-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:14px 0!important}.about-story-grid article{border-radius:18px!important;padding:14px!important}.about-story-grid span{width:34px!important;height:34px!important;border-radius:11px!important;font-size:12px!important}.about-story-grid h2{font-size:18px!important;margin:10px 0 6px!important}.about-story-grid p{font-size:13px!important;line-height:1.45!important}
  .contact-hero-links a,.contact-hero-links span{font-size:13px!important;padding:12px!important;white-space:normal!important;word-break:break-word!important}.branch-card{grid-template-columns:1fr!important;border-radius:18px!important;padding:14px!important;gap:12px!important}.branch-copy{gap:6px!important}.branch-copy h3{font-size:20px!important}.branch-copy p,.branch-copy small,.branch-copy a{font-size:13px!important;line-height:1.4!important}.branch-map,.branch-map-wrap{min-height:185px!important;border-radius:16px!important}
}


/* ===== AIRROUTE v4.6 About page and home About section final cleanup ===== */
.about-home-section,
.about-page-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.75fr)!important;
  align-items:center!important;
  gap:28px!important;
  padding:34px!important;
  border-radius:30px!important;
  background:#ffffff!important;
  border:1px solid #e9edf5!important;
  box-shadow:0 18px 44px rgba(15,23,42,.075)!important;
  overflow:hidden!important;
  position:relative!important;
}
.about-home-section:before,
.about-page-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:7px!important;
  background:linear-gradient(180deg,#be123c,#ef4444,#f59e0b)!important;
}
.about-home-copy,
.about-page-copy{position:relative!important;z-index:1!important;display:grid!important;gap:14px!important;align-content:center!important;min-width:0!important}
.about-home-copy .eyebrow,
.about-page-copy .eyebrow{width:max-content!important;max-width:100%!important;background:#fff1f2!important;color:#9f1239!important;border:1px solid #fecdd3!important;border-radius:999px!important;padding:8px 12px!important;letter-spacing:.12em!important;white-space:nowrap!important}
.about-home-copy h2,
.about-page-hero h1{font-size:clamp(34px,4.2vw,58px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:0!important;color:#111827!important;max-width:820px!important}
.about-home-copy p,
.about-page-copy p{font-size:17px!important;line-height:1.65!important;color:#475569!important;max-width:760px!important;margin:0!important}
.about-feature-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;margin:6px 0 2px!important;max-width:760px!important}
.about-feature-grid span{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;color:#111827!important;font-size:13px!important;font-weight:900!important;text-align:center!important;line-height:1.15!important;padding:8px!important;box-shadow:none!important}
.about-home-visual,
.about-page-image{position:relative!important;min-height:310px!important;height:100%!important;border-radius:24px!important;overflow:hidden!important;background:#f8fafc!important;box-shadow:none!important;border:1px solid #e2e8f0!important}
.about-home-visual img,
.about-page-image img{width:100%!important;height:100%!important;min-height:310px!important;object-fit:cover!important;display:block!important;filter:saturate(1.05)!important}
.about-home-visual .about-visual-card,
.about-page-image div{position:absolute!important;left:16px!important;right:16px!important;bottom:16px!important;padding:14px 16px!important;border-radius:18px!important;background:rgba(255,255,255,.92)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.8)!important;display:grid!important;gap:3px!important;box-shadow:0 10px 26px rgba(15,23,42,.10)!important}
.about-home-visual strong,
.about-page-image strong{font-size:17px!important;color:#111827!important;line-height:1.15!important}.about-home-visual small,.about-page-image small{font-size:12px!important;color:#64748b!important}
.about-story-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding-left:0!important;padding-right:0!important;overflow:visible!important}
.about-story-grid article{background:#fff!important;border:1px solid #e6ebf2!important;border-radius:24px!important;padding:24px!important;box-shadow:0 12px 32px rgba(15,23,42,.055)!important;display:grid!important;align-content:start!important;gap:10px!important;min-height:220px!important}
.about-story-grid article span{width:42px!important;height:42px!important;border-radius:14px!important;background:#fff1f2!important;color:#9f1239!important;display:grid!important;place-items:center!important;font-weight:1000!important;font-size:13px!important}
.about-story-grid h2{font-size:23px!important;line-height:1.1!important;letter-spacing:-.035em!important;margin:4px 0 0!important;color:#111827!important}.about-story-grid p{font-size:15px!important;line-height:1.55!important;color:#475569!important;margin:0!important}
@media (max-width:1100px){
  .about-home-section,.about-page-hero{grid-template-columns:1fr!important;padding:28px!important}.about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.about-story-grid{grid-template-columns:1fr!important}.about-story-grid article{min-height:auto!important}
}
@media (max-width:700px){
  .about-home-section,.about-page-hero{padding:18px!important;border-radius:18px!important;gap:16px!important;margin:16px 0!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}.about-home-section:before,.about-page-hero:before{width:5px!important}
  .about-home-copy,.about-page-copy{gap:10px!important}.about-home-copy .eyebrow,.about-page-copy .eyebrow{font-size:10px!important;padding:6px 10px!important}
  .about-home-copy h2,.about-page-hero h1{font-size:clamp(26px,8vw,34px)!important;line-height:1.05!important;letter-spacing:-.045em!important;text-align:left!important;white-space:normal!important}
  .about-home-copy p,.about-page-copy p{font-size:13px!important;line-height:1.48!important;text-align:left!important;display:block!important;-webkit-line-clamp:unset!important;overflow:visible!important}
  .about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.about-feature-grid span{min-height:44px!important;border-radius:13px!important;font-size:11px!important;padding:7px!important}
  .about-home-visual,.about-page-image{min-height:185px!important;height:185px!important;border-radius:16px!important}.about-home-visual img,.about-page-image img{min-height:185px!important;height:185px!important}.about-home-visual .about-visual-card,.about-page-image div{left:8px!important;right:8px!important;bottom:8px!important;padding:10px 11px!important;border-radius:13px!important}.about-home-visual strong,.about-page-image strong{font-size:13px!important}.about-home-visual small,.about-page-image small{font-size:10px!important}
  .about-story-grid{gap:10px!important;margin:14px 0!important}.about-story-grid article{border-radius:16px!important;padding:15px!important;gap:8px!important}.about-story-grid article span{width:34px!important;height:34px!important;border-radius:11px!important;font-size:11px!important}.about-story-grid h2{font-size:18px!important}.about-story-grid p{font-size:13px!important;line-height:1.45!important}
}

/* ===== AIRROUTE v2.4 homepage About image height adjustment ===== */
.about-home-section .about-home-visual{
    min-height:220px!important;
    height:220px!important;
    align-self:center!important;
}
.about-home-section .about-home-visual img{
    min-height:220px!important;
    height:220px!important;
}
@media (min-width:1200px){
    .about-home-section .about-home-visual{
        min-height:240px!important;
        height:240px!important;
    }
    .about-home-section .about-home-visual img{
        min-height:240px!important;
        height:240px!important;
    }
}
@media (max-width:700px){
    .about-home-section .about-home-visual{
        min-height:150px!important;
        height:150px!important;
    }
    .about-home-section .about-home-visual img{
        min-height:150px!important;
        height:150px!important;
    }
    .about-home-section .about-home-visual .about-visual-card{
        padding:8px 10px!important;
    }
}


/* ===== AIRROUTE v4.8 mobile search, contact, menu active, and clean card fixes ===== */
.mobile-travel-illustration{display:none}
.mobile-search-note{display:none}
.side-link.active{background:linear-gradient(135deg,#b20b35,#e5184a)!important;color:#fff!important;box-shadow:0 14px 28px rgba(225,29,72,.22)!important}
.side-link.active .nav-icon{background:#fff!important;color:#b20b35!important}
.side-link.active .nav-icon .icon-svg{stroke:#b20b35!important;fill:none!important}
.why-grid{align-items:stretch!important}
.why-grid article{min-width:0!important;overflow:hidden!important;display:grid!important;align-content:start!important;gap:10px!important;height:100%!important;box-sizing:border-box!important}
.why-grid h3{font-size:clamp(18px,1.7vw,24px)!important;line-height:1.15!important;letter-spacing:-.03em!important;margin:0!important;white-space:normal!important;overflow-wrap:normal!important}
.why-grid p{font-size:15px!important;line-height:1.5!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}

.contact-page .page-shell{max-width:none!important}
.contact-page .contact-hero-card{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(310px,.75fr)!important;gap:28px!important;align-items:stretch!important;padding:36px!important;border-radius:30px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 18px 44px rgba(15,23,42,.07)!important;overflow:hidden!important;position:relative!important}
.contact-page .contact-hero-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:7px!important;background:linear-gradient(180deg,#b20b35,#e5184a,#f59e0b)!important}
.contact-page .contact-hero-card:after{display:none!important}
.contact-page .contact-hero-card h1{font-size:clamp(36px,4.6vw,64px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:0 0 12px!important;color:#111827!important}
.contact-page .contact-hero-card p{font-size:17px!important;line-height:1.62!important;color:#475569!important;max-width:760px!important;margin:0!important}
.contact-page .contact-hero-links{display:grid!important;gap:12px!important;align-content:start!important;min-width:0!important}
.contact-page .contact-hero-links a,.contact-page .contact-hero-links span{display:flex!important;align-items:center!important;min-height:58px!important;padding:14px 18px!important;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e6ebf2!important;box-shadow:none!important;color:#111827!important;font-size:16px!important;font-weight:900!important;text-decoration:none!important;line-height:1.25!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.branch-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:20px!important;align-items:stretch!important}
.branch-card{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(260px,1.05fr)!important;gap:18px!important;padding:20px!important;border-radius:24px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important;overflow:hidden!important;min-width:0!important}
.branch-copy{min-width:0!important;display:grid!important;align-content:start!important;gap:8px!important}.branch-copy h3{font-size:24px!important;line-height:1.12!important;margin:0!important}.branch-copy a,.branch-copy p,.branch-copy small{font-size:14px!important;line-height:1.45!important;overflow-wrap:anywhere!important}.branch-map-wrap,.branch-map{min-height:240px!important;border-radius:18px!important;overflow:hidden!important}

@media (max-width:760px){
  .top-flight-search{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:12px 0 18px!important;overflow:visible!important}
  .mobile-flight-lite{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;background:#fff!important;border:1px solid #e6ebf2!important;border-radius:18px!important;padding:9px 10px!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important;min-height:54px!important;box-sizing:border-box!important}
  .mobile-flight-lite input[name="to_city"]{min-width:0!important;flex:1!important;border:0!important;background:transparent!important;outline:0!important;font-size:15px!important;font-weight:850!important;color:#0f172a!important;height:38px!important;line-height:38px!important;appearance:none!important;text-overflow:ellipsis!important}
  .mobile-flight-lite input[name="to_city"]::placeholder{color:#64748b!important;font-weight:800!important}
  .mobile-flight-lite select{display:none!important}
  .mobile-search-glass{width:34px!important;height:34px!important;border-radius:12px!important;background:#fff1f2!important;color:#b20b35!important;display:grid!important;place-items:center!important;flex:0 0 34px!important}
  .mobile-search-glass .icon-svg{width:18px!important;height:18px!important}
  .mobile-flight-lite button{border:0!important;background:linear-gradient(135deg,#b20b35,#e5184a)!important;color:#fff!important;border-radius:13px!important;height:38px!important;min-width:48px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 8px 18px rgba(225,29,72,.18)!important}
  .mobile-search-note{display:block!important;font-size:11px!important;line-height:1.25!important;color:#64748b!important;margin:7px 3px 0!important;text-align:left!important}
  .search-banner-head,.flight-search-panel{display:none!important}

  .hero{margin:14px 0 0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
  .hero-copy h1{font-size:clamp(25px,7.2vw,32px)!important;line-height:1.08!important;letter-spacing:-.045em!important;margin:0 0 7px!important;color:#111827!important;text-align:left!important}
  .hero-copy p{font-size:13px!important;line-height:1.45!important;color:#475569!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .hero-mosaic{display:none!important}
  .mobile-travel-illustration{display:block!important;margin:14px 0 0!important}
  .mobile-illustration-card{position:relative!important;height:176px!important;border-radius:22px!important;background:linear-gradient(135deg,#fff1f2 0%,#fff7ed 48%,#eff6ff 100%)!important;border:1px solid #fde2e2!important;box-shadow:0 12px 28px rgba(15,23,42,.08)!important;overflow:hidden!important;padding:18px!important;display:grid!important;align-content:end!important;gap:4px!important}
  .mobile-illustration-card:before{content:""!important;position:absolute!important;right:-26px!important;top:-32px!important;width:132px!important;height:132px!important;border-radius:50%!important;background:rgba(225,29,72,.12)!important}
  .mobile-illustration-card:after{content:""!important;position:absolute!important;left:18px!important;right:18px!important;top:78px!important;height:8px!important;border-radius:999px!important;background:rgba(15,23,42,.10)!important;box-shadow:0 23px 0 rgba(15,23,42,.07)!important}
  .mobile-plane-mark{position:absolute!important;right:30px!important;top:30px!important;width:64px!important;height:64px!important;border-radius:20px!important;background:linear-gradient(135deg,#b20b35,#ef4444)!important;color:#fff!important;display:grid!important;place-items:center!important;box-shadow:0 14px 26px rgba(178,11,53,.22)!important;transform:rotate(-8deg)!important}.mobile-plane-mark .icon-svg{width:34px!important;height:34px!important}.mobile-terminal-line{position:absolute!important;left:24px!important;top:44px!important;width:42%!important;height:12px!important;border-radius:999px!important;background:#fff!important;box-shadow:0 22px 0 #fff,0 44px 0 #fff!important}.mobile-travellers{position:absolute!important;left:24px!important;top:112px!important;display:flex!important;gap:9px!important}.mobile-travellers span{width:24px!important;height:38px!important;border-radius:999px 999px 10px 10px!important;background:#b20b35!important;box-shadow:0 -10px 0 -2px #111827!important}.mobile-travellers span:nth-child(2){background:#f59e0b!important;transform:scale(.9)}.mobile-travellers span:nth-child(3){background:#2563eb!important;transform:scale(.82)}.mobile-illustration-card strong{position:relative!important;z-index:2!important;font-size:20px!important;line-height:1.1!important;letter-spacing:-.03em!important;color:#111827!important}.mobile-illustration-card small{position:relative!important;z-index:2!important;font-size:12px!important;font-weight:800!important;color:#64748b!important}

  .why-us-section{padding:18px 14px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important;margin:16px 0 22px!important;overflow:hidden!important}.why-us-section .section-head{gap:10px!important;margin-bottom:14px!important}.why-us-section .section-head h2{font-size:26px!important;line-height:1.08!important;letter-spacing:-.04em!important}.why-grid{grid-template-columns:1fr!important;gap:10px!important}.why-grid article{border-radius:16px!important;padding:14px!important;min-height:auto!important;gap:7px!important}.why-grid article span{width:32px!important;height:32px!important;border-radius:11px!important;font-size:11px!important;margin:0!important}.why-grid h3{font-size:18px!important;line-height:1.12!important}.why-grid p{font-size:12.5px!important;line-height:1.38!important;-webkit-line-clamp:2!important}

  .contact-page .page-shell{padding-left:12px!important;padding-right:12px!important}.contact-page .contact-hero-card{grid-template-columns:1fr!important;padding:18px!important;border-radius:20px!important;gap:14px!important;margin:12px 0 18px!important}.contact-page .contact-hero-card:before{width:5px!important}.contact-page .contact-hero-card h1{font-size:clamp(25px,8vw,34px)!important;line-height:1.06!important;margin-bottom:8px!important}.contact-page .contact-hero-card p{font-size:13px!important;line-height:1.48!important}.contact-page .contact-hero-links{gap:8px!important}.contact-page .contact-hero-links a,.contact-page .contact-hero-links span{min-height:44px!important;padding:11px 12px!important;border-radius:13px!important;font-size:12.5px!important;line-height:1.35!important}.branch-grid{grid-template-columns:1fr!important;gap:12px!important}.branch-card{grid-template-columns:1fr!important;padding:14px!important;border-radius:18px!important;gap:12px!important}.branch-copy h3{font-size:20px!important}.branch-copy a,.branch-copy p,.branch-copy small{font-size:12.5px!important;line-height:1.38!important}.branch-map-wrap,.branch-map{min-height:180px!important;border-radius:14px!important}

  .deal-card,.blog-card,.destination-card,.mini-destination,.about-story-grid article{border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.055)!important}.section{border-radius:20px!important}
}


/* v2.6 mobile search popup, contact page, and mobile simplification fixes */
.page-shell.contact-page{max-width:none;}
.page-shell.contact-page .contact-hero-card{display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(340px,.75fr)!important;gap:28px!important;align-items:stretch!important;padding:34px!important;border-radius:28px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 16px 40px rgba(15,23,42,.065)!important;overflow:hidden!important;position:relative!important;margin-top:16px!important;}
.page-shell.contact-page .contact-hero-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:7px!important;background:linear-gradient(180deg,#b20b35,#e5184a,#f59e0b)!important;}
.page-shell.contact-page .contact-hero-card:after{display:none!important;}
.page-shell.contact-page .contact-hero-card>div:first-child{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;padding-left:6px!important;}
.page-shell.contact-page .contact-hero-card h1{font-size:clamp(34px,4.3vw,58px)!important;line-height:1.04!important;letter-spacing:-.055em!important;margin:0 0 12px!important;color:#111827!important;}
.page-shell.contact-page .contact-hero-card p{font-size:16px!important;line-height:1.62!important;color:#475569!important;max-width:760px!important;margin:0!important;}
.page-shell.contact-page .contact-hero-links{display:grid!important;gap:12px!important;align-content:center!important;min-width:0!important;}
.page-shell.contact-page .contact-hero-links a,.page-shell.contact-page .contact-hero-links span{display:flex!important;align-items:center!important;min-height:58px!important;padding:14px 18px!important;border-radius:16px!important;background:#f8fafc!important;border:1px solid #e6ebf2!important;box-shadow:none!important;color:#111827!important;font-size:15px!important;font-weight:900!important;text-decoration:none!important;line-height:1.25!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.page-shell.contact-page .branch-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:20px!important;align-items:stretch!important;}
.page-shell.contact-page .branch-card{display:grid!important;grid-template-columns:minmax(0,.95fr) minmax(260px,1.05fr)!important;gap:18px!important;padding:20px!important;border-radius:24px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 14px 34px rgba(15,23,42,.055)!important;overflow:hidden!important;min-width:0!important;}
.page-shell.contact-page .branch-copy{min-width:0!important;display:grid!important;align-content:start!important;gap:8px!important;padding:0!important;}
.page-shell.contact-page .branch-copy h3{font-size:24px!important;line-height:1.12!important;margin:0!important;letter-spacing:-.03em!important;}
.page-shell.contact-page .branch-copy a,.page-shell.contact-page .branch-copy p,.page-shell.contact-page .branch-copy small{font-size:14px!important;line-height:1.45!important;overflow-wrap:anywhere!important;word-break:break-word!important;}
.page-shell.contact-page .branch-copy a strong{font-size:18px!important;color:#be123c!important;}
.page-shell.contact-page .branch-map-wrap,.page-shell.contact-page .branch-map{min-height:240px!important;border-radius:18px!important;overflow:hidden!important;}

.lead-trip-fields,.lead-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.lead-trip-fields label{display:grid;gap:5px;min-width:0;}
.lead-trip-fields label span{font-size:11px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.08em;}
.lead-trip-fields input,.lead-trip-fields select,.lead-contact-fields input{width:100%;border:1px solid #e2e8f0;border-radius:16px;padding:13px 14px;font:inherit;font-weight:750;outline:none;background:#fff;min-width:0;}
.lead-trip-fields input:focus,.lead-trip-fields select:focus,.lead-contact-fields input:focus{border-color:#e11d48;box-shadow:0 0 0 4px rgba(225,29,72,.08);}

@media (max-width: 700px){
  .topbar .brand-logo-only{left:auto!important;right:12px!important;top:50%!important;transform:translateY(-50%)!important;width:auto!important;max-width:calc(100vw - 82px)!important;justify-content:flex-end!important;text-align:right!important;}
  .topbar .brand-logo-badge{display:none!important;}
  .topbar .brand-name{position:static!important;left:auto!important;width:auto!important;height:auto!important;display:block!important;overflow:hidden!important;max-width:100%!important;color:#fff!important;font-weight:1000!important;font-size:20px!important;line-height:1!important;letter-spacing:.02em!important;text-align:right!important;white-space:nowrap!important;text-overflow:ellipsis!important;text-shadow:0 2px 8px rgba(0,0,0,.18)!important;}
  .mobile-flight-lite{margin-bottom:12px!important;}
  body.home .hero, body.home .about-home-section, body.home .airline-strip{display:none!important;}
  body.home .flash-sale-slider{margin-top:10px!important;}
  .lead-popup-backdrop{padding:10px!important;align-items:flex-start!important;padding-top:calc(var(--ar-header-height,68px) + 10px)!important;overflow-y:auto!important;}
  .lead-popup-card{width:100%!important;max-width:100%!important;max-height:calc(100dvh - var(--ar-header-height,68px) - 22px)!important;overflow-y:auto!important;padding:18px!important;border-radius:20px!important;}
  .lead-popup-card h2{font-size:24px!important;line-height:1.08!important;margin-right:34px!important;}
  .lead-popup-card p{font-size:13px!important;line-height:1.45!important;margin-bottom:12px!important;}
  .lead-popup-form{gap:9px!important;}
  .lead-trip-fields,.lead-contact-fields{grid-template-columns:1fr!important;gap:8px!important;}
  .lead-trip-fields label{gap:4px!important;}
  .lead-trip-fields label span{font-size:10px!important;letter-spacing:.06em!important;}
  .lead-trip-fields input,.lead-trip-fields select,.lead-contact-fields input,.lead-popup-form textarea{border-radius:13px!important;padding:11px 12px!important;font-size:13px!important;min-height:42px!important;}
  .lead-popup-form textarea{max-height:78px!important;}
  .lead-terms{font-size:11px!important;line-height:1.3!important;align-items:flex-start!important;}
  .lead-popup-form button{min-height:46px!important;border-radius:14px!important;font-size:14px!important;}
  .page-shell.contact-page{padding-left:12px!important;padding-right:12px!important;}
  .page-shell.contact-page .contact-hero-card{grid-template-columns:1fr!important;padding:18px!important;border-radius:20px!important;gap:14px!important;margin:12px 0 18px!important;}
  .page-shell.contact-page .contact-hero-card:before{width:5px!important;}
  .page-shell.contact-page .contact-hero-card h1{font-size:30px!important;line-height:1.05!important;margin-bottom:8px!important;}
  .page-shell.contact-page .contact-hero-card p{font-size:13px!important;line-height:1.48!important;}
  .page-shell.contact-page .contact-hero-links{gap:8px!important;}
  .page-shell.contact-page .contact-hero-links a,.page-shell.contact-page .contact-hero-links span{min-height:44px!important;padding:11px 12px!important;border-radius:13px!important;font-size:12.5px!important;line-height:1.35!important;}
  .page-shell.contact-page .branch-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .page-shell.contact-page .branch-card{grid-template-columns:1fr!important;padding:14px!important;border-radius:18px!important;gap:12px!important;}
  .page-shell.contact-page .branch-copy h3{font-size:20px!important;}
  .page-shell.contact-page .branch-copy a,.page-shell.contact-page .branch-copy p,.page-shell.contact-page .branch-copy small{font-size:12.5px!important;line-height:1.38!important;}
  .page-shell.contact-page .branch-map-wrap,.page-shell.contact-page .branch-map{min-height:180px!important;border-radius:14px!important;}
}

@media (min-width: 701px) and (max-width: 1100px){
  .page-shell.contact-page .contact-hero-card,.page-shell.contact-page .branch-card{grid-template-columns:1fr!important;}
}

/* ===== AIRROUTE v2.7 mobile app cleanup + contact/about fixes ===== */
.about-detail-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.8fr);gap:24px;align-items:start;background:#fff;border:1px solid #e6ebf2;box-shadow:0 16px 36px rgba(15,23,42,.055)}
.about-detail-panel p{color:#475569;line-height:1.65;margin:0}.about-detail-list{display:grid;gap:10px}.about-detail-list span{display:block;padding:12px 14px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9f1239;font-weight:900;font-size:14px}
.page-shell.contact-page{max-width:1440px!important;box-sizing:border-box!important}.page-shell.contact-page .section{box-sizing:border-box!important}.page-shell.contact-page .contact-hero-card{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)!important;gap:24px!important;align-items:center!important;background:linear-gradient(135deg,#fff,#fff7f7)!important;border:1px solid #fee2e2!important;border-radius:30px!important;padding:32px!important;box-shadow:0 18px 40px rgba(15,23,42,.06)!important;overflow:hidden!important;position:relative!important}.page-shell.contact-page .contact-hero-card:before{content:""!important;position:absolute!important;left:0!important;top:0!important;bottom:0!important;width:6px!important;background:linear-gradient(180deg,#be123c,#f43f5e,#f59e0b)!important}.page-shell.contact-page .contact-hero-card>div{min-width:0!important}.page-shell.contact-page .contact-hero-card h1{font-size:clamp(36px,4vw,56px)!important;line-height:1.02!important;letter-spacing:-.055em!important;margin:0 0 10px!important;color:#0f172a!important}.page-shell.contact-page .contact-hero-card p{max-width:720px!important;margin:0!important;color:#475569!important;line-height:1.6!important;font-size:16px!important}.page-shell.contact-page .contact-hero-links{display:grid!important;gap:10px!important;min-width:0!important}.page-shell.contact-page .contact-hero-links a,.page-shell.contact-page .contact-hero-links span{display:flex!important;align-items:center!important;min-height:54px!important;border-radius:16px!important;padding:12px 16px!important;background:#fff!important;border:1px solid #e6ebf2!important;color:#0f172a!important;font-weight:900!important;text-decoration:none!important;line-height:1.3!important;min-width:0!important;overflow-wrap:anywhere!important}.page-shell.contact-page .branch-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:18px!important}.page-shell.contact-page .branch-card{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(260px,1fr)!important;gap:18px!important;padding:18px!important;border-radius:24px!important;background:#fff!important;border:1px solid #e6ebf2!important;box-shadow:0 14px 32px rgba(15,23,42,.055)!important;overflow:hidden!important}.page-shell.contact-page .branch-copy{min-width:0!important;display:grid!important;align-content:start!important;gap:8px!important}.page-shell.contact-page .branch-copy h3{font-size:22px!important;line-height:1.12!important;margin:0!important;color:#0f172a!important}.page-shell.contact-page .branch-copy a,.page-shell.contact-page .branch-copy p,.page-shell.contact-page .branch-copy small{font-size:14px!important;line-height:1.42!important;color:#475569!important;overflow-wrap:anywhere!important}.page-shell.contact-page .branch-copy a strong{font-size:17px!important;color:#be123c!important}.page-shell.contact-page .branch-map-wrap,.page-shell.contact-page .branch-map{min-height:220px!important;border-radius:18px!important;overflow:hidden!important;background:#f8fafc!important}
@media (max-width:760px){
  html,body{overflow-x:hidden!important}body{background:#f8fafc!important}.site-body{font-size:14px!important}.page-shell{padding-left:12px!important;padding-right:12px!important;padding-top:calc(var(--ar-header-height,68px) + 12px)!important;max-width:100vw!important;box-sizing:border-box!important}.topbar{height:68px!important;min-height:68px!important;padding:10px 12px!important;box-shadow:0 8px 22px rgba(15,23,42,.08)!important}.topbar .brand-logo-only{right:12px!important;left:auto!important;top:50%!important;transform:translateY(-50%)!important;max-width:calc(100vw - 92px)!important;display:flex!important;justify-content:flex-end!important}.topbar .brand-logo-badge{display:none!important}.topbar .brand-name{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;max-width:54vw!important;padding:0 14px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;font-size:18px!important;line-height:1!important;font-weight:1000!important;letter-spacing:.04em!important;text-align:right!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.top-contact{display:none!important}.menu-toggle{width:46px!important;height:46px!important;border-radius:16px!important}.sidebar{top:68px!important;height:calc(100dvh - 68px)!important;max-height:calc(100dvh - 68px)!important;overflow-y:auto!important;padding:12px!important}.side-link{min-height:52px!important;border-radius:16px!important}.side-mini{font-size:11px!important;padding-bottom:18px!important}
  .top-flight-search{margin:8px 0 16px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.mobile-flight-lite{min-height:50px!important;border-radius:16px!important;padding:8px 9px!important;box-shadow:0 10px 26px rgba(15,23,42,.075)!important}.mobile-flight-lite input[name="to_city"]{font-size:14px!important;font-weight:850!important}.mobile-flight-lite button{height:36px!important;min-width:44px!important;border-radius:12px!important}.mobile-search-note{font-size:10.5px!important;margin:6px 2px 0!important}.search-banner-head,.flight-search-panel{display:none!important}
  body.home .hero,body.home .about-home-section,body.home .airline-strip{display:none!important}body.home .flash-sale-slider{margin-top:8px!important}
  .section{padding:18px 14px!important;border-radius:20px!important;margin:14px 0!important;box-shadow:0 10px 28px rgba(15,23,42,.055)!important;border:1px solid #e6ebf2!important;background:#fff!important;box-sizing:border-box!important;overflow:hidden!important}.section-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;margin-bottom:12px!important}.section-head a{display:none!important}.eyebrow{font-size:10.5px!important;letter-spacing:.15em!important;white-space:normal!important}.section-head h1,.section-head h2,.quote-section h2,.subscribe-zone h2,.glass-panel h2{font-size:clamp(24px,7.4vw,32px)!important;line-height:1.08!important;letter-spacing:-.045em!important;max-width:100%!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;text-overflow:clip!important;overflow:visible!important}.section p,.glass-panel p,.subscribe-zone p,.quote-section p{font-size:13px!important;line-height:1.42!important;color:#64748b!important;margin-bottom:12px!important}.deal-grid,.blog-grid,.all-grid,.all-blog-grid,.destination-grid,.why-grid{grid-template-columns:1fr!important;gap:12px!important}.deal-card,.blog-card,.destination-card,.branch-card,.why-grid article{border-radius:18px!important;box-shadow:0 8px 24px rgba(15,23,42,.055)!important;border:1px solid #e6ebf2!important;overflow:hidden!important;min-width:0!important;max-width:100%!important}.deal-img{height:178px!important;border-radius:16px!important;margin:10px 10px 0!important;overflow:hidden!important}.deal-body,.blog-card>div{padding:16px!important}.deal-card h3,.deal-card h3 a,.blog-card h3,.destination-card h3{font-size:clamp(22px,6.3vw,28px)!important;line-height:1.12!important;letter-spacing:-.04em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important;word-break:normal!important}.deal-card p,.blog-card p,.destination-card p,.mini-destination small{font-size:13px!important;line-height:1.38!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.deal-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.deal-bottom strong{font-size:32px!important;white-space:nowrap!important}.deal-actions a{font-size:14px!important}.cart-add{width:48px!important;height:48px!important;min-width:48px!important}
  .subscribe-zone{background:linear-gradient(135deg,#fff,#fff7ed)!important}.subscribe-zone>div p{font-size:0!important;margin:0!important}.subscribe-zone>div p:before{content:"Get useful travel offers for routes you choose. No spam.";font-size:13px!important;line-height:1.45!important;color:#64748b!important}.subscribe-form{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.subscribe-form input,.subscribe-form select,.quote-form input,.quote-form select,.quote-form textarea{min-height:48px!important;border-radius:16px!important;font-size:14px!important;padding:12px 14px!important;box-sizing:border-box!important}.subscribe-form button,.quote-form button{min-height:52px!important;border-radius:16px!important;font-size:15px!important}.two-col{grid-template-columns:1fr!important;gap:10px!important}
  .why-us-section{padding:18px 14px!important}.why-grid article{padding:14px!important;display:grid!important;gap:7px!important}.why-grid article span{width:32px!important;height:32px!important;border-radius:10px!important;font-size:11px!important}.why-grid h3{font-size:18px!important;line-height:1.12!important;letter-spacing:-.03em!important;margin:0!important;overflow-wrap:break-word!important}.why-grid p{font-size:12.3px!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}
  .floating-actions{position:fixed!important;left:auto!important;right:10px!important;bottom:10px!important;gap:7px!important;max-width:calc(100vw - 20px)!important;z-index:120!important}.float-call,.float-mail,.float-chat,.float-cart{width:46px!important;height:46px!important;min-width:46px!important;border-radius:50%!important}.float-icon .icon-svg{width:21px!important;height:21px!important}.chat-widget,.cart-drawer{position:fixed!important;left:10px!important;right:10px!important;bottom:68px!important;top:auto!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 92px)!important;overflow-y:auto!important;border-radius:20px!important;padding:18px!important}.chat-widget h3,.cart-drawer h3{font-size:22px!important;line-height:1.1!important}.chat-widget p,.cart-drawer p{font-size:12.5px!important;line-height:1.38!important}.chat-widget input,.chat-widget select,.chat-widget textarea,.cart-form input,.cart-form textarea{min-height:42px!important;border-radius:13px!important;font-size:13px!important}.chat-two{grid-template-columns:1fr!important;gap:8px!important}
  .lead-popup-backdrop{padding:10px!important;padding-top:78px!important;align-items:flex-start!important;overflow-y:auto!important}.lead-popup-card{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 92px)!important;overflow-y:auto!important;border-radius:20px!important;padding:18px!important}.lead-popup-card h2{font-size:23px!important;line-height:1.08!important;margin-right:34px!important}.lead-popup-card p{font-size:12.5px!important;line-height:1.4!important}.lead-trip-fields,.lead-contact-fields{grid-template-columns:1fr!important;gap:8px!important}.lead-trip-fields input,.lead-trip-fields select,.lead-contact-fields input,.lead-popup-form textarea{min-height:42px!important;border-radius:13px!important;font-size:13px!important;padding:10px 12px!important}.lead-popup-form textarea{max-height:76px!important}.lead-terms{font-size:11px!important;line-height:1.3!important}.lead-popup-form button{min-height:46px!important;border-radius:14px!important;font-size:14px!important}
  .page-shell.contact-page{padding-left:12px!important;padding-right:12px!important}.page-shell.contact-page .contact-hero-card{grid-template-columns:1fr!important;padding:18px 16px!important;border-radius:20px!important;gap:14px!important;margin:10px 0 14px!important}.page-shell.contact-page .contact-hero-card:before{width:5px!important}.page-shell.contact-page .contact-hero-card h1{font-size:30px!important;line-height:1.05!important;letter-spacing:-.04em!important}.page-shell.contact-page .contact-hero-card p{font-size:13px!important;line-height:1.45!important}.page-shell.contact-page .contact-hero-links{grid-template-columns:1fr!important;gap:8px!important}.page-shell.contact-page .contact-hero-links a,.page-shell.contact-page .contact-hero-links span{min-height:44px!important;padding:11px 12px!important;border-radius:13px!important;font-size:12.5px!important;line-height:1.35!important}.page-shell.contact-page .branch-grid{grid-template-columns:1fr!important;gap:12px!important}.page-shell.contact-page .branch-card{grid-template-columns:1fr!important;padding:14px!important;border-radius:18px!important;gap:12px!important}.page-shell.contact-page .branch-copy h3{font-size:20px!important}.page-shell.contact-page .branch-copy a,.page-shell.contact-page .branch-copy p,.page-shell.contact-page .branch-copy small{font-size:12.5px!important;line-height:1.35!important}.page-shell.contact-page .branch-copy a strong{font-size:15px!important}.page-shell.contact-page .branch-map-wrap,.page-shell.contact-page .branch-map{min-height:176px!important;border-radius:14px!important}.footer{padding-bottom:86px!important}.footer-cols{grid-template-columns:1fr!important;gap:14px!important;text-align:left!important}.footer-brand p,.footer-note,.footer-cols span,.footer-cols a{font-size:12.5px!important;line-height:1.4!important}.footer-logo-strip{justify-content:flex-start!important;gap:8px!important}.footer-logo-strip img{max-width:82px!important;max-height:38px!important}
  .about-detail-panel{grid-template-columns:1fr!important;padding:18px 14px!important;border-radius:20px!important}.about-detail-panel h2{font-size:25px!important;line-height:1.08!important}.about-detail-panel p{font-size:13px!important;line-height:1.45!important}.about-detail-list span{font-size:12px!important;padding:10px 12px!important;border-radius:14px!important}.about-page-hero h1{font-size:30px!important;line-height:1.06!important}.about-page-hero p{font-size:13px!important;line-height:1.45!important}
}
@media (max-width:390px){.topbar .brand-name{font-size:16px!important;max-width:50vw!important;padding:0 11px!important}.section-head h1,.section-head h2,.quote-section h2,.subscribe-zone h2{font-size:24px!important}.deal-bottom strong{font-size:28px!important}.floating-actions{gap:5px!important}.float-call,.float-mail,.float-chat,.float-cart{width:43px!important;height:43px!important;min-width:43px!important}}


/* AIRROUTE v2.8 - mobile right aligned logo image */
.brand-mobile-logo-img{display:none!important;}
@media (max-width:760px){
  .topbar{position:fixed!important;display:flex!important;align-items:center!important;justify-content:space-between!important;}
  .topbar .brand-logo-only{
    position:static!important;
    left:auto!important;top:auto!important;transform:none!important;
    margin-left:auto!important;
    margin-right:0!important;
    flex:0 0 auto!important;
    width:auto!important;max-width:52vw!important;
    height:48px!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    text-decoration:none!important;z-index:8!important;
  }
  .topbar .brand-logo-badge,.topbar .brand-name{display:none!important;}
  .topbar .brand-mobile-logo-img{
    display:block!important;
    width:auto!important;
    height:44px!important;
    max-width:50vw!important;
    object-fit:contain!important;
    border-radius:0!important;
    padding:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .topbar .menu-toggle{flex:0 0 auto!important;}
  .topbar .top-contact{display:none!important;}
}
@media (max-width:390px){
  .topbar .brand-logo-only{max-width:48vw!important;}
  .topbar .brand-mobile-logo-img{height:40px!important;max-width:48vw!important;}
}

/* AIRROUTE v2.9 - mobile quick-search app-style polish and alignment cleanup */
@media (max-width: 760px){
  html, body{max-width:100%!important;overflow-x:hidden!important;}
  .page-shell{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
  .top-flight-search{
    display:block!important;
    margin:14px 14px 18px!important;
    padding:18px 16px 16px!important;
    border-radius:24px!important;
    background:linear-gradient(145deg,#ffffff 0%,#fff8f1 100%)!important;
    border:1px solid rgba(226,232,240,.92)!important;
    box-shadow:0 16px 36px rgba(15,23,42,.08)!important;
    overflow:hidden!important;
    position:relative!important;
  }
  .top-flight-search:before{
    content:"Where do you want to go?";
    display:block!important;
    font-size:18px!important;
    line-height:1.14!important;
    font-weight:950!important;
    letter-spacing:-.04em!important;
    color:#0f172a!important;
    margin:0 0 4px!important;
  }
  .top-flight-search:after{
    content:"Type a city, place, or airport code";
    display:block!important;
    font-size:11.5px!important;
    line-height:1.25!important;
    font-weight:750!important;
    color:#64748b!important;
    margin:8px 2px 0!important;
  }
  .mobile-flight-lite{
    display:grid!important;
    grid-template-columns:42px minmax(0,1fr) 54px!important;
    align-items:center!important;
    gap:9px!important;
    width:100%!important;
    min-height:66px!important;
    margin:12px 0 0!important;
    padding:8px 8px 8px 10px!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid #e5e7eb!important;
    box-shadow:0 12px 26px rgba(15,23,42,.075)!important;
    box-sizing:border-box!important;
  }
  .mobile-search-glass{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:16px!important;
    background:#fff1f2!important;
    color:#b20b35!important;
    display:grid!important;
    place-items:center!important;
  }
  .mobile-search-glass .icon-svg{width:20px!important;height:20px!important;}
  .mobile-flight-lite input[name="to_city"]{
    width:100%!important;
    min-width:0!important;
    height:44px!important;
    border:0!important;
    outline:0!important;
    background:transparent!important;
    color:#0f172a!important;
    font-size:16px!important;
    line-height:44px!important;
    font-weight:850!important;
    padding:0!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .mobile-flight-lite input[name="to_city"]::placeholder{
    color:#778195!important;
    font-weight:800!important;
  }
  .mobile-flight-lite button{
    width:54px!important;
    min-width:54px!important;
    height:50px!important;
    border:0!important;
    border-radius:17px!important;
    background:linear-gradient(135deg,#b20b35,#e3184b)!important;
    color:#fff!important;
    font-size:0!important;
    display:grid!important;
    place-items:center!important;
    box-shadow:0 12px 24px rgba(225,29,72,.24)!important;
    padding:0!important;
  }
  .mobile-flight-lite button:before{
    content:"→";
    font-size:26px!important;
    line-height:1!important;
    font-weight:950!important;
    transform:translateY(-1px);
  }
  .mobile-search-note{display:none!important;}
  .search-banner-head,.flight-search-panel{display:none!important;}

  /* Keep the first mobile area clean and aligned like an app card */
  .hero{margin:10px 14px 18px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important;}
  .hero-top{display:block!important;margin:0!important;min-width:0!important;}
  .hero-copy{padding:0!important;min-width:0!important;}
  .hero-copy .eyebrow{display:none!important;}
  .hero-copy h1{
    font-size:clamp(24px,7vw,34px)!important;
    line-height:1.08!important;
    letter-spacing:-.055em!important;
    margin:0 0 8px!important;
    color:#0f172a!important;
    text-align:left!important;
    max-width:100%!important;
    overflow-wrap:normal!important;
  }
  .hero-copy p{
    font-size:13px!important;
    line-height:1.45!important;
    margin:0 0 12px!important;
    color:#64748b!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .quick-tabs{display:none!important;}
  .hero-mosaic{display:none!important;}
  .mobile-travel-illustration{display:block!important;margin:12px 0 0!important;}
  .mobile-illustration-card{
    min-height:122px!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#fff,#fff1f2)!important;
    border:1px solid rgba(226,232,240,.9)!important;
    box-shadow:0 14px 34px rgba(15,23,42,.07)!important;
    padding:16px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  /* Universal mobile alignment guards */
  .section,.about-home-section,.flash-sale-slider,.quote-section,.subscribe-zone,.split,.why-us-section{
    width:auto!important;
    max-width:none!important;
    margin-left:14px!important;
    margin-right:14px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .section-head{display:grid!important;gap:8px!important;align-items:start!important;}
  .section-head h2,.section-head h1,.quote-section h2,.subscribe-zone h2,.split h2,.about-home-copy h2{
    max-width:100%!important;
    font-size:clamp(23px,7vw,31px)!important;
    line-height:1.08!important;
    letter-spacing:-.05em!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    overflow-wrap:break-word!important;
  }
  .section-head a{font-size:12.5px!important;justify-self:start!important;}
  .deal-card,.blog-card,.destination-card,.why-grid article,.branch-card,.about-home-section,.contact-hero-card{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  .deal-card *,.blog-card *,.destination-card *,.why-grid article *,.branch-card *,.contact-hero-card *{
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .deal-card h3,.deal-card h3 a,.blog-card h3,.destination-card h3,.why-grid h3{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
  }
  .deal-card p,.blog-card p,.destination-card p,.why-grid p,.about-home-section p,.contact-hero-card p{
    font-size:13px!important;
    line-height:1.42!important;
  }

  /* Popup and floating action safety */
  .lead-popup-backdrop{padding:10px!important;padding-top:76px!important;align-items:flex-start!important;}
  .lead-popup-card{width:100%!important;max-width:100%!important;max-height:calc(100dvh - 92px)!important;overflow-y:auto!important;box-sizing:border-box!important;}
  .chat-widget,.cart-drawer{left:10px!important;right:10px!important;width:auto!important;max-width:none!important;box-sizing:border-box!important;}
  .floating-actions{right:10px!important;bottom:10px!important;max-width:calc(100vw - 20px)!important;}
}
@media (max-width:390px){
  .top-flight-search{margin-left:10px!important;margin-right:10px!important;padding:16px 12px 14px!important;border-radius:22px!important;}
  .mobile-flight-lite{grid-template-columns:38px minmax(0,1fr) 48px!important;min-height:60px!important;border-radius:20px!important;gap:7px!important;}
  .mobile-search-glass{width:38px!important;height:38px!important;border-radius:14px!important;}
  .mobile-flight-lite input[name="to_city"]{font-size:14.5px!important;}
  .mobile-flight-lite button{width:48px!important;min-width:48px!important;height:46px!important;border-radius:15px!important;}
  .section,.about-home-section,.flash-sale-slider,.quote-section,.subscribe-zone,.split,.why-us-section,.hero{margin-left:10px!important;margin-right:10px!important;}
}


/* ===== AIRROUTE v3.0 about/contact/cart stability fixes ===== */
.about-home-section,
.about-page-hero,
.about-detail-panel,
.contact-page .contact-hero-card,
.contact-page .branch-card{
  box-sizing:border-box!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.about-home-section{
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.78fr)!important;
  gap:26px!important;
  align-items:center!important;
  padding:30px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#fff,#fff7f7)!important;
  border:1px solid #fee2e2!important;
  box-shadow:0 18px 42px rgba(15,23,42,.07)!important;
}
.about-home-copy,
.about-page-copy,
.about-detail-panel>div,
.branch-copy{
  min-width:0!important;
}
.about-home-copy{
  display:grid!important;
  gap:12px!important;
  align-content:center!important;
}
.about-home-copy h2,
.about-page-copy h1,
.about-detail-panel h2{
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.about-home-copy p,
.about-page-copy p,
.about-detail-panel p,
.about-story-grid p,
.branch-copy p,
.contact-hero-card p{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.about-home-visual{
  height:260px!important;
  min-height:260px!important;
  max-height:260px!important;
  border-radius:24px!important;
  overflow:hidden!important;
  border:1px solid #e8edf5!important;
  background:#fff!important;
  box-shadow:0 14px 32px rgba(15,23,42,.08)!important;
}
.about-home-visual img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  display:block!important;
}
.about-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.about-feature-grid span,
.about-detail-list span{
  min-width:0!important;
  overflow-wrap:anywhere!important;
  text-align:center!important;
}
.about-page-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.86fr)!important;
  gap:28px!important;
  align-items:center!important;
  border-radius:30px!important;
}
.about-page-image{
  min-height:300px!important;
  height:300px!important;
  max-height:300px!important;
}
.about-page-image img{
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.about-story-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
.about-story-grid article{
  min-width:0!important;
  overflow:hidden!important;
  height:100%!important;
}
.contact-page .contact-hero-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,.7fr)!important;
  gap:22px!important;
  align-items:center!important;
  border-radius:28px!important;
}
.contact-page .contact-hero-links{
  min-width:0!important;
}
.contact-page .contact-hero-links a,
.contact-page .contact-hero-links span{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.contact-page .branch-card{
  grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr)!important;
  gap:20px!important;
  align-items:stretch!important;
  border-radius:26px!important;
}
.contact-page .branch-map-wrap,
.contact-page .branch-map{
  min-height:260px!important;
  height:100%!important;
}
.cart-drawer{
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.cart-drawer .cart-items{
  max-height:min(340px,36vh)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding-right:6px!important;
  margin-right:-4px!important;
  scrollbar-width:thin!important;
}
.cart-drawer .cart-row{
  min-width:0!important;
}
.cart-drawer .cart-row strong,
.cart-drawer .cart-row span{
  overflow-wrap:anywhere!important;
}
.cart-drawer .cart-form{
  flex:0 0 auto!important;
}

@media (max-width: 980px){
  .about-home-section,
  .about-page-hero,
  .about-detail-panel,
  .contact-page .contact-hero-card,
  .contact-page .branch-card{
    grid-template-columns:1fr!important;
  }
  .about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .about-story-grid{grid-template-columns:1fr!important;}
  .contact-page .branch-map-wrap,.contact-page .branch-map{min-height:240px!important;}
}
@media (max-width:760px){
  .about-home-section,
  .about-page-hero,
  .about-detail-panel,
  .contact-page .contact-hero-card,
  .contact-page .branch-card{
    margin-left:10px!important;
    margin-right:10px!important;
    padding:16px!important;
    border-radius:20px!important;
    gap:14px!important;
  }
  .about-home-copy .eyebrow,
  .about-page-copy .eyebrow{
    justify-self:start!important;
  }
  .about-home-copy h2,
  .about-page-copy h1,
  .about-detail-panel h2,
  .contact-page .contact-hero-card h1,
  .contact-page .section-head h2{
    font-size:clamp(24px,7vw,32px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
    text-align:left!important;
  }
  .about-home-copy p,
  .about-page-copy p,
  .about-detail-panel p,
  .contact-page .contact-hero-card p,
  .branch-copy p{
    font-size:13px!important;
    line-height:1.48!important;
    text-align:left!important;
  }
  .about-home-visual,
  .about-page-image{
    height:170px!important;
    min-height:170px!important;
    max-height:170px!important;
    border-radius:16px!important;
  }
  .about-home-visual .about-visual-card,
  .about-page-image div{
    left:8px!important;
    right:8px!important;
    bottom:8px!important;
    padding:9px 10px!important;
    border-radius:12px!important;
  }
  .about-feature-grid{gap:8px!important;}
  .about-feature-grid span,
  .about-detail-list span{
    min-height:42px!important;
    padding:8px!important;
    border-radius:12px!important;
    font-size:11px!important;
    line-height:1.15!important;
  }
  .about-story-grid{gap:10px!important;}
  .about-story-grid article{
    padding:14px!important;
    border-radius:16px!important;
  }
  .about-story-grid h2{font-size:18px!important;line-height:1.12!important;}
  .about-story-grid p{font-size:12.5px!important;line-height:1.42!important;}
  .contact-page .contact-hero-links{
    display:grid!important;
    gap:8px!important;
  }
  .contact-page .contact-hero-links a,
  .contact-page .contact-hero-links span{
    padding:12px!important;
    border-radius:14px!important;
    font-size:13px!important;
  }
  .contact-page .branch-card{
    padding:14px!important;
  }
  .contact-page .branch-copy h3{font-size:19px!important;line-height:1.15!important;}
  .contact-page .branch-copy a,
  .contact-page .branch-copy small{font-size:12.5px!important;overflow-wrap:anywhere!important;}
  .contact-page .branch-map-wrap,.contact-page .branch-map{min-height:190px!important;border-radius:16px!important;}
  .cart-drawer{max-height:calc(100dvh - 92px)!important;}
  .cart-drawer .cart-items{max-height:30vh!important;}
}

/* ===== AIRROUTE v3.1 final About Us CSS polish ===== */
.about-home-section,
.about-page-hero,
.about-detail-panel{
  position:relative!important;
  overflow:hidden!important;
  border-radius:32px!important;
  background:linear-gradient(135deg,#ffffff 0%,#fff8f1 100%)!important;
  border:1px solid rgba(254,202,202,.9)!important;
  box-shadow:0 22px 52px rgba(15,23,42,.075)!important;
}
.about-home-section:before,
.about-page-hero:before,
.about-detail-panel:before{
  content:""!important;
  position:absolute!important;
  inset:0 auto 0 0!important;
  width:6px!important;
  background:linear-gradient(180deg,#e11d48,#f59e0b)!important;
  border-radius:32px 0 0 32px!important;
}
.about-home-section,
.about-page-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.78fr)!important;
  gap:30px!important;
  align-items:center!important;
  padding:34px!important;
}
.about-home-copy,
.about-page-copy,
.about-detail-panel > div:first-child{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  display:grid!important;
  gap:14px!important;
  align-content:center!important;
}
.about-home-copy .eyebrow,
.about-page-copy .eyebrow,
.about-detail-panel .eyebrow{
  width:max-content!important;
  max-width:100%!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:#fff1f2!important;
  color:#be123c!important;
  letter-spacing:.13em!important;
  font-size:11px!important;
  font-weight:1000!important;
  line-height:1!important;
}
.about-home-copy h2,
.about-page-hero h1,
.about-detail-panel h2{
  max-width:860px!important;
  margin:0!important;
  color:#081329!important;
  letter-spacing:-.055em!important;
  line-height:1.02!important;
  text-wrap:balance!important;
}
.about-home-copy h2{font-size:clamp(38px,4vw,62px)!important;}
.about-page-hero h1{font-size:clamp(42px,4.6vw,72px)!important;}
.about-detail-panel h2{font-size:clamp(34px,3.3vw,54px)!important;}
.about-home-copy p,
.about-page-copy p,
.about-detail-panel p{
  max-width:780px!important;
  margin:0!important;
  color:#475569!important;
  font-size:16.5px!important;
  line-height:1.7!important;
}
.about-feature-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:6px 0!important;
}
.about-feature-grid span{
  min-width:0!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px!important;
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid #fde2e2!important;
  color:#9f1239!important;
  font-size:13px!important;
  font-weight:1000!important;
  line-height:1.14!important;
  text-align:center!important;
  box-shadow:0 8px 20px rgba(15,23,42,.045)!important;
  overflow:hidden!important;
}
.about-home-visual,
.about-page-image{
  position:relative!important;
  z-index:2!important;
  min-height:260px!important;
  height:260px!important;
  border-radius:26px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.92)!important;
  box-shadow:0 20px 42px rgba(15,23,42,.13)!important;
  background:#f8fafc!important;
}
.about-page-image{height:340px!important;min-height:340px!important;}
.about-home-visual img,
.about-page-image img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
  display:block!important;
}
.about-home-visual .about-visual-card,
.about-page-image div{
  position:absolute!important;
  left:16px!important;
  right:16px!important;
  bottom:16px!important;
  display:grid!important;
  gap:3px!important;
  padding:14px 16px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(255,255,255,.9)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.12)!important;
  backdrop-filter:blur(10px)!important;
}
.about-home-visual strong,
.about-page-image strong{font-size:17px!important;line-height:1.15!important;color:#0f172a!important;}
.about-home-visual small,
.about-page-image small{font-size:12px!important;color:#64748b!important;line-height:1.25!important;}
.about-story-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:26px 0!important;
}
.about-story-grid article{
  min-width:0!important;
  min-height:230px!important;
  border-radius:26px!important;
  padding:26px!important;
  background:#fff!important;
  border:1px solid #e6ebf2!important;
  box-shadow:0 16px 36px rgba(15,23,42,.055)!important;
  display:grid!important;
  gap:12px!important;
  align-content:start!important;
  overflow:hidden!important;
}
.about-story-grid article span{
  width:42px!important;height:42px!important;border-radius:14px!important;
  background:#fff1f2!important;color:#9f1239!important;
  display:grid!important;place-items:center!important;font-weight:1000!important;font-size:13px!important;
}
.about-story-grid h2{margin:4px 0 0!important;font-size:24px!important;line-height:1.1!important;letter-spacing:-.035em!important;color:#0f172a!important;}
.about-story-grid p{margin:0!important;font-size:15px!important;line-height:1.55!important;color:#475569!important;}
.about-detail-panel{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,.78fr)!important;
  gap:30px!important;
  align-items:center!important;
  padding:34px!important;
  margin-top:24px!important;
}
.about-detail-list{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  min-width:0!important;
}
.about-detail-list span{
  position:relative!important;
  min-height:56px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
  padding:14px 18px 14px 48px!important;
  border-radius:18px!important;
  background:#fff!important;
  border:1px solid #fde2e2!important;
  color:#9f1239!important;
  font-weight:1000!important;
  font-size:14px!important;
  line-height:1.2!important;
  box-shadow:0 10px 24px rgba(15,23,42,.045)!important;
  text-align:left!important;
  overflow:hidden!important;
}
.about-detail-list span:before{
  content:"✓"!important;
  position:absolute!important;
  left:16px!important;
  width:22px!important;height:22px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;
  background:linear-gradient(135deg,#e11d48,#f59e0b)!important;
  color:#fff!important;font-size:12px!important;font-weight:1000!important;
}
@media (max-width:1024px){
  .about-home-section,.about-page-hero,.about-detail-panel{grid-template-columns:1fr!important;padding:28px!important;}
  .about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .about-story-grid{grid-template-columns:1fr!important;}
  .about-story-grid article{min-height:auto!important;}
  .about-page-image{height:280px!important;min-height:280px!important;}
}
@media (max-width:760px){
  .about-home-section,.about-page-hero,.about-detail-panel{
    margin:16px 10px!important;
    padding:18px!important;
    border-radius:22px!important;
    gap:16px!important;
  }
  .about-home-section:before,.about-page-hero:before,.about-detail-panel:before{width:5px!important;border-radius:22px 0 0 22px!important;}
  .about-home-copy,.about-page-copy,.about-detail-panel > div:first-child{gap:10px!important;}
  .about-home-copy .eyebrow,.about-page-copy .eyebrow,.about-detail-panel .eyebrow{font-size:10px!important;padding:6px 10px!important;letter-spacing:.1em!important;}
  .about-home-copy h2,.about-page-hero h1,.about-detail-panel h2{
    font-size:clamp(25px,7.4vw,32px)!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
  }
  .about-home-copy p,.about-page-copy p,.about-detail-panel p{font-size:13px!important;line-height:1.48!important;}
  .about-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .about-feature-grid span{min-height:42px!important;border-radius:13px!important;padding:8px!important;font-size:11px!important;}
  .about-home-visual,.about-page-image{height:165px!important;min-height:165px!important;border-radius:16px!important;}
  .about-home-visual .about-visual-card,.about-page-image div{left:8px!important;right:8px!important;bottom:8px!important;padding:9px 10px!important;border-radius:13px!important;}
  .about-home-visual strong,.about-page-image strong{font-size:13px!important;}.about-home-visual small,.about-page-image small{font-size:10px!important;}
  .about-story-grid{gap:10px!important;margin:16px 10px!important;}
  .about-story-grid article{padding:15px!important;border-radius:17px!important;gap:8px!important;}
  .about-story-grid article span{width:34px!important;height:34px!important;border-radius:11px!important;font-size:11px!important;}
  .about-story-grid h2{font-size:18px!important;}.about-story-grid p{font-size:13px!important;line-height:1.45!important;}
  .about-detail-list{gap:8px!important;}
  .about-detail-list span{min-height:44px!important;border-radius:13px!important;padding:10px 12px 10px 38px!important;font-size:11.5px!important;}
  .about-detail-list span:before{left:11px!important;width:18px!important;height:18px!important;font-size:10px!important;}
}

/* ===== AIRROUTE v3.2 mobile app rebuild: clean search banner + overflow fixes ===== */
.mobile-search-banner{display:none;}
.mobile-search-tags{display:none;}
@media (max-width:760px){
  html,body{max-width:100%!important;overflow-x:hidden!important;background:#fff7ef!important;}
  body{font-size:15px!important;-webkit-text-size-adjust:100%;}
  .page-shell{padding-left:0!important;padding-right:0!important;padding-bottom:86px!important;}
  .topbar{height:66px!important;min-height:66px!important;padding:10px 14px!important;align-items:center!important;overflow:visible!important;background:linear-gradient(135deg,#b20b35,#e51749)!important;box-shadow:0 10px 24px rgba(178,11,53,.20)!important;}
  .menu-toggle{width:50px!important;height:50px!important;border-radius:18px!important;box-shadow:0 10px 20px rgba(0,0,0,.12)!important;}
  .brand-logo-only{position:static!important;transform:none!important;margin-left:auto!important;margin-right:0!important;width:auto!important;max-width:48vw!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;z-index:8!important;}
  .brand-logo-badge,.brand-name{display:none!important;}
  .brand-mobile-logo-img{display:block!important;width:auto!important;max-width:100%!important;height:40px!important;max-height:40px!important;object-fit:contain!important;filter:drop-shadow(0 5px 10px rgba(0,0,0,.14))!important;}
  .top-contact{display:none!important;}

  /* A true mobile search banner: no dropdown-list feeling and no helper code text */
  .top-flight-search{display:block!important;margin:14px 14px 18px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;}
  .top-flight-search:before,.top-flight-search:after{display:none!important;content:none!important;}
  .mobile-search-banner{display:block!important;position:relative!important;box-sizing:border-box!important;overflow:hidden!important;border-radius:26px!important;padding:20px 16px 16px!important;background:linear-gradient(145deg,#b20b35 0%,#e3184b 52%,#ff8a3d 100%)!important;box-shadow:0 18px 38px rgba(178,11,53,.22)!important;color:#fff!important;}
  .mobile-search-banner:before{content:""!important;position:absolute!important;right:-42px!important;top:-48px!important;width:150px!important;height:150px!important;border-radius:50%!important;background:rgba(255,255,255,.16)!important;}
  .mobile-search-banner:after{content:"✈"!important;position:absolute!important;right:20px!important;top:18px!important;font-size:38px!important;line-height:1!important;color:rgba(255,255,255,.32)!important;transform:rotate(-18deg)!important;font-weight:900!important;}
  .mobile-search-copy{position:relative!important;z-index:2!important;margin:0 80px 14px 0!important;display:grid!important;gap:4px!important;}
  .mobile-search-copy span{font-size:11px!important;line-height:1!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-weight:950!important;color:rgba(255,255,255,.82)!important;}
  .mobile-search-copy strong{font-size:24px!important;line-height:1.06!important;letter-spacing:-.055em!important;font-weight:1000!important;color:#fff!important;}
  .mobile-flight-lite{position:relative!important;z-index:3!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 54px!important;gap:8px!important;align-items:center!important;width:100%!important;min-height:62px!important;margin:0!important;padding:8px!important;border:0!important;border-radius:21px!important;background:#fff!important;box-shadow:0 15px 30px rgba(17,24,39,.17)!important;box-sizing:border-box!important;}
  .mobile-search-glass{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:15px!important;background:#fff1f2!important;color:#b20b35!important;}
  .mobile-search-glass .icon-svg{width:20px!important;height:20px!important;}
  .mobile-flight-lite input[name="to_city"]{min-width:0!important;width:100%!important;height:42px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:#0f172a!important;font-size:15.5px!important;line-height:42px!important;font-weight:900!important;letter-spacing:-.02em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .mobile-flight-lite input[name="to_city"]::placeholder{color:#6b7280!important;font-weight:850!important;opacity:1!important;}
  .mobile-flight-lite button{display:grid!important;place-items:center!important;width:54px!important;min-width:54px!important;height:46px!important;border:0!important;border-radius:17px!important;background:#111827!important;color:#fff!important;font-size:0!important;font-weight:950!important;box-shadow:0 10px 20px rgba(17,24,39,.22)!important;padding:0!important;}
  .mobile-flight-lite button:before{content:"→"!important;font-size:25px!important;line-height:1!important;font-weight:1000!important;transform:translateY(-1px)!important;}
  .mobile-search-note{display:none!important;}
  .mobile-search-tags{position:relative!important;z-index:2!important;display:flex!important;gap:8px!important;margin:12px 0 0!important;flex-wrap:wrap!important;}
  .mobile-search-tags span{display:inline-flex!important;align-items:center!important;min-height:28px!important;border-radius:999px!important;background:rgba(255,255,255,.16)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;padding:0 10px!important;font-size:11px!important;font-weight:900!important;}
  .search-banner-head,.flight-search-panel{display:none!important;}

  /* Keep mobile focused: search -> flash sales -> useful content. Desktop is untouched. */
  body.home .hero,
  body.home .about-home-section,
  body.home .airline-strip{display:none!important;}
  .flash-sale-slider{margin:18px 14px 22px!important;padding:16px!important;border-radius:26px!important;background:#fff!important;border:1px solid rgba(226,232,240,.78)!important;box-shadow:0 16px 34px rgba(15,23,42,.08)!important;overflow:hidden!important;}
  .flash-sale-side{position:static!important;writing-mode:horizontal-tb!important;transform:none!important;display:block!important;width:auto!important;height:auto!important;margin:0 0 12px!important;padding:0!important;border:0!important;background:transparent!important;color:#b20b35!important;font-size:11px!important;letter-spacing:.16em!important;text-transform:uppercase!important;font-weight:1000!important;}
  .flash-sale-slide{display:none!important;grid-template-columns:1fr!important;gap:12px!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important;}
  .flash-sale-slide.active{display:grid!important;}
  .flash-copy{order:2!important;display:grid!important;gap:8px!important;padding:0!important;min-width:0!important;}
  .flash-copy h2{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;font-size:clamp(24px,8vw,32px)!important;line-height:1.02!important;letter-spacing:-.065em!important;margin:0!important;color:#081226!important;overflow-wrap:break-word!important;}
  .flash-copy p{font-size:16px!important;line-height:1.15!important;margin:0!important;font-weight:950!important;color:#081226!important;}
  .flash-copy small{display:block!important;font-size:12px!important;line-height:1.35!important;color:#64748b!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .flash-circle-label{width:auto!important;height:auto!important;min-width:0!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;justify-self:start!important;border-radius:999px!important;padding:8px 12px!important;background:#fff1f2!important;border:1px solid #fecdd3!important;color:#be123c!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:1000!important;box-shadow:none!important;}
  .flash-book-btn{min-height:44px!important;width:max-content!important;border-radius:14px!important;font-size:13px!important;padding:0 18px!important;}
  .flash-visual{order:1!important;height:178px!important;min-height:178px!important;border-radius:22px!important;overflow:hidden!important;background:#fff7ed!important;box-shadow:none!important;}
  .flash-visual img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:22px!important;}
  .day-left-badge{right:12px!important;top:12px!important;width:78px!important;height:54px!important;border-radius:14px!important;font-size:17px!important;line-height:.88!important;border-width:4px!important;box-shadow:0 10px 20px rgba(239,68,68,.22)!important;}
  .flash-dots{margin-top:14px!important;}

  /* Standard app-like mobile sections/cards */
  .section,.quote-section,.subscribe-zone,.split,.why-us-section,.about-page-hero,.about-detail-panel,.about-story-grid{margin-left:14px!important;margin-right:14px!important;border-radius:24px!important;max-width:calc(100vw - 28px)!important;box-sizing:border-box!important;overflow:hidden!important;}
  .section{padding:18px 16px!important;}
  .section-head{display:grid!important;gap:8px!important;margin-bottom:14px!important;align-items:start!important;}
  .section-head h2{font-size:clamp(22px,7vw,30px)!important;line-height:1.08!important;letter-spacing:-.055em!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;max-width:100%!important;}
  .eyebrow{font-size:10px!important;letter-spacing:.15em!important;}
  .deal-grid,.blog-grid,.destination-grid,.why-grid,.branch-grid,.all-grid,.all-blog-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;}
  .deal-card,.blog-card,.destination-card,.why-grid article,.branch-card{width:100%!important;max-width:100%!important;min-width:0!important;border-radius:22px!important;box-sizing:border-box!important;overflow:hidden!important;}
  .deal-card *,.blog-card *,.destination-card *,.why-grid article *,.branch-card *,.contact-page *,.about-page-body *{max-width:100%!important;box-sizing:border-box!important;}
  .deal-card h3,.deal-card h3 a,.blog-card h3,.blog-card h3 a,.destination-card h3,.why-grid h3{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:break-word!important;line-height:1.12!important;}
  .deal-card p,.blog-card p,.destination-card p,.why-grid p,.branch-copy p{font-size:13px!important;line-height:1.42!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  .why-grid article{padding:17px!important;display:grid!important;gap:8px!important;align-content:start!important;min-height:0!important;}
  .why-grid article span{font-size:12px!important;width:34px!important;height:34px!important;border-radius:12px!important;display:grid!important;place-items:center!important;background:#fff1f2!important;color:#b20b35!important;font-weight:1000!important;}

  /* Contact and About page mobile repair */
  .contact-page{padding-left:0!important;padding-right:0!important;}
  .contact-page .contact-hero-card{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;padding:20px 16px!important;background:linear-gradient(145deg,#fff,#fff7f7)!important;border:1px solid #fee2e2!important;border-radius:26px!important;box-shadow:0 14px 32px rgba(15,23,42,.07)!important;}
  .contact-page .contact-hero-card h1{font-size:clamp(28px,9vw,42px)!important;line-height:1!important;letter-spacing:-.07em!important;margin:0 0 8px!important;}
  .contact-page .contact-hero-card p{font-size:14px!important;line-height:1.45!important;color:#475569!important;margin:0!important;}
  .contact-hero-links{display:grid!important;gap:10px!important;width:100%!important;}
  .contact-hero-links a,.contact-hero-links span{display:flex!important;align-items:center!important;min-height:52px!important;padding:13px 14px!important;border-radius:17px!important;background:#fff!important;border:1px solid #e5e7eb!important;color:#0f172a!important;font-size:13.5px!important;font-weight:900!important;line-height:1.25!important;text-decoration:none!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .branch-card{display:grid!important;grid-template-columns:1fr!important;gap:13px!important;padding:16px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;}
  .branch-copy{display:grid!important;gap:8px!important;min-width:0!important;}
  .branch-copy h3{font-size:20px!important;line-height:1.1!important;margin:0!important;overflow-wrap:break-word!important;}
  .branch-copy a{font-size:14px!important;line-height:1.28!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
  .branch-map-wrap,.branch-map{height:188px!important;min-height:188px!important;border-radius:18px!important;overflow:hidden!important;}

  .about-page-hero,.about-detail-panel{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;padding:20px 16px!important;}
  .about-page-hero h1,.about-detail-panel h2,.about-story-grid h2{font-size:clamp(24px,8vw,34px)!important;line-height:1.06!important;letter-spacing:-.06em!important;}
  .about-page-hero p,.about-detail-panel p,.about-story-grid p{font-size:14px!important;line-height:1.48!important;color:#475569!important;}
  .about-page-image{height:210px!important;border-radius:22px!important;overflow:hidden!important;}
  .about-page-image img{height:100%!important;width:100%!important;object-fit:cover!important;}
  .about-feature-grid,.about-detail-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .about-feature-grid span,.about-detail-list span{min-height:44px!important;padding:11px 12px!important;border-radius:14px!important;text-align:left!important;font-size:13px!important;white-space:normal!important;}

  .footer{margin-left:0!important;margin-right:0!important;border-radius:0!important;padding:24px 16px 96px!important;text-align:left!important;}
  .footer-cols{grid-template-columns:1fr!important;gap:18px!important;}
  .footer-brand,.footer-cols div{min-width:0!important;}

  .chat-widget,.cart-drawer{top:auto!important;left:10px!important;right:10px!important;bottom:82px!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 104px)!important;overflow:auto!important;border-radius:22px!important;box-sizing:border-box!important;}
  .cart-items{max-height:34dvh!important;overflow:auto!important;}
  .lead-popup-backdrop{padding:10px!important;padding-top:76px!important;align-items:flex-start!important;}
  .lead-popup-card{width:100%!important;max-height:calc(100dvh - 92px)!important;overflow:auto!important;border-radius:22px!important;box-sizing:border-box!important;}
}
@media (max-width:390px){
  .mobile-search-copy strong{font-size:21px!important;}
  .mobile-flight-lite{grid-template-columns:36px minmax(0,1fr) 48px!important;min-height:58px!important;border-radius:19px!important;gap:7px!important;}
  .mobile-search-glass{width:36px!important;height:36px!important;border-radius:13px!important;}
  .mobile-flight-lite input[name="to_city"]{font-size:14px!important;}
  .mobile-flight-lite button{width:48px!important;min-width:48px!important;height:44px!important;border-radius:15px!important;}
  .section,.quote-section,.subscribe-zone,.split,.why-us-section,.about-page-hero,.about-detail-panel,.about-story-grid,.flash-sale-slider,.top-flight-search{margin-left:10px!important;margin-right:10px!important;max-width:calc(100vw - 20px)!important;}
}

/* AIRROUTE v3.4: hide homepage quote form on mobile only */
@media (max-width: 700px){
  body.home #quote.quote-section,
  body.front-page #quote.quote-section,
  body.page-template-front-page #quote.quote-section,
  .home .quote-section#quote,
  #quote.quote-section{
    display:none!important;
  }
}
