:root{
  --navy:#071b36;--navy-2:#0d2d57;--cobalt:#246bfe;--sky:#64d8ff;--yellow:#ffd64a;
  --coral:#ff5c5c;--ink:#0c1b31;--muted:#5c6d83;--line:#d9e3f1;--soft:#f3f7fc;
  --white:#fff;--green:#07865e;--shadow:0 24px 70px rgba(8,35,75,.14);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:"Manrope","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:fixed;left:12px;top:-80px;z-index:9999;padding:10px 16px;border-radius:10px;background:var(--yellow);color:var(--navy);font-weight:900}.skip-link:focus{top:12px}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:500;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(9,33,66,.09);backdrop-filter:blur(18px)}.header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;white-space:nowrap}.brand-mark{position:relative;width:50px;height:50px;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#0d2d57,#061529);box-shadow:0 10px 26px rgba(36,107,254,.2)}.brand-mark img{width:100%;height:100%;padding:7px;object-fit:contain;filter:brightness(0) invert(1)}.brand-mark::after{content:"";position:absolute;left:-50%;bottom:5px;width:200%;height:3px;background:repeating-linear-gradient(90deg,transparent 0 10px,var(--yellow) 10px 22px);animation:road 1.35s linear infinite}.brand-name{font-weight:900;font-size:21px;letter-spacing:-.045em}.brand-name span{color:var(--cobalt)}@keyframes road{to{transform:translateX(32px)}}.nav{display:flex;align-items:center;gap:24px}.nav a{text-decoration:none;font-size:13px;font-weight:800;color:#34465c}.nav a:hover,.nav a:focus-visible{color:var(--cobalt)}.nav-cta{padding:10px 15px;border:1px solid #bcd0ef;border-radius:999px;background:#f7fbff}.menu-btn{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:22px}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 86% 8%,rgba(100,216,255,.35),transparent 28%),linear-gradient(120deg,#f5f9ff,#fff 55%,#fff8db);border-bottom:1px solid var(--line)}.hero-inner{padding:30px 0 26px}.eyebrow{margin:0 0 6px;color:var(--cobalt);font-size:11px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.breadcrumbs{margin:0 0 9px;color:#5d7087;font-size:12px}.breadcrumbs a{color:var(--cobalt);font-weight:800;text-decoration:none}.hero h1,.page-hero h1{max-width:980px;margin:0;font-size:clamp(36px,5.8vw,74px);line-height:.98;letter-spacing:-.065em;font-weight:900}.hero h1 em,.page-hero h1 em{font-style:normal;color:var(--cobalt);background:linear-gradient(transparent 77%,var(--yellow) 0)}.hero-sub{max-width:820px;margin:15px 0 0;color:var(--muted);font-size:clamp(15px,1.8vw,19px)}
.search-stage{position:relative;z-index:5;margin-top:18px;padding:0}.search-shell{overflow:hidden;border:1px solid rgba(36,107,254,.18);border-radius:24px;background:#fff;box-shadow:var(--shadow)}.search-tabs{display:flex;align-items:center;gap:8px;padding:10px 12px 0}.search-tab{min-width:130px;padding:12px 18px;border:1px solid transparent;border-radius:14px 14px 7px 7px;background:#eef4ff;color:#294563;font-weight:900}.search-tab[aria-selected="true"]{background:var(--navy);color:#fff}.search-tab svg{vertical-align:-3px;margin-right:7px}.search-panel{padding:0 12px 12px}.search-panel[hidden]{display:none}.hotel-frame{display:block;width:100%;height:142px;border:0;background:#fff}.flight-widget{min-height:126px;display:grid;place-items:center;padding:14px 4px 2px}.flight-loader{color:var(--muted);font-weight:700}.search-note{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:10px 16px;border-top:1px solid var(--line);background:#f7faff;color:#52647b;font-size:11px}.search-note strong{color:var(--ink)}.powered-link{white-space:nowrap;color:var(--cobalt);font-weight:800;text-decoration:none}.quick-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.quick-links a{padding:8px 12px;border:1px solid rgba(36,107,254,.24);border-radius:999px;background:rgba(255,255,255,.82);color:#1f4c85;font-size:12px;font-weight:800;text-decoration:none}
.section{padding:72px 0}.section.soft{background:var(--soft)}.section.dark{color:#eaf3ff;background:radial-gradient(circle at 88% 10%,rgba(36,107,254,.4),transparent 28%),var(--navy)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-head h2,.content h2{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.04;letter-spacing:-.05em}.section-head p{max-width:570px;margin:0;color:var(--muted)}.dark .section-head p{color:#b9cbe0}.accent{color:var(--cobalt)}.marker{background:linear-gradient(transparent 73%,rgba(255,214,74,.8) 0)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{position:relative;overflow:hidden;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 40px rgba(6,26,52,.06)}.card h3{margin:0 0 8px;font-size:21px;line-height:1.18}.card p{margin:0;color:var(--muted)}.card a.more{display:inline-block;margin-top:18px;color:var(--cobalt);font-size:13px;font-weight:900;text-decoration:none}.number{display:inline-grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:13px;background:#e7f0ff;color:var(--cobalt);font-weight:900}.media-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center}.media-card{position:relative;overflow:hidden;min-height:460px;border-radius:30px;background:#dbe7f4;box-shadow:var(--shadow)}.media-card img{width:100%;height:100%;min-height:460px;object-fit:cover}.media-caption{position:absolute;left:18px;right:18px;bottom:18px;padding:12px 15px;border-radius:14px;background:rgba(5,22,44,.86);color:#fff;font-size:12px;backdrop-filter:blur(8px)}.feature-copy h2{margin:0 0 18px;font-size:clamp(34px,4.6vw,62px);line-height:1.02;letter-spacing:-.06em}.feature-copy p{color:var(--muted)}.check-list{list-style:none;margin:22px 0;padding:0}.check-list li{position:relative;margin:12px 0;padding-left:32px}.check-list li::before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:#e2fff5;color:var(--green);text-align:center;font-weight:900}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border:0;border-radius:13px;background:var(--cobalt);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 12px 25px rgba(36,107,254,.23)}.button.alt{background:var(--yellow);color:var(--navy)}.button.small{padding:8px 12px;font-size:12px}.region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.region-link{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;text-decoration:none}.region-link strong{display:block;font-size:18px}.region-link span{color:var(--muted);font-size:12px}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.city-link{padding:15px;border:1px solid var(--line);border-radius:15px;background:#fff;text-decoration:none}.city-link strong{display:block}.city-link small{color:var(--muted)}
.page-hero{background:linear-gradient(115deg,#eef5ff,#fff 55%,#fff7d1);border-bottom:1px solid var(--line)}.page-hero .wrap{padding:22px 0 24px}.page-hero h1{font-size:clamp(34px,5vw,62px)}.page-hero .search-stage{margin-top:16px}.content-wrap{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:40px;padding-top:62px;padding-bottom:70px}.content{min-width:0}.content h2{margin:46px 0 14px;font-size:clamp(28px,3.5vw,45px)}.content h2:first-child{margin-top:0}.content h3{margin:28px 0 8px;font-size:23px;line-height:1.25}.content p,.content li{color:#42546b}.content a{color:#155dc8;font-weight:750}.content strong{color:var(--ink)}.content .lead{font-size:19px;color:#30455f}.callout{margin:28px 0;padding:22px;border-left:5px solid var(--yellow);border-radius:0 18px 18px 0;background:#f7faff}.callout strong{display:block;margin-bottom:5px}.sidebar{align-self:start;position:sticky;top:94px}.side-card{margin-bottom:16px;padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(6,26,52,.06)}.side-card h2,.side-card h3{margin:0 0 12px;font-size:19px;letter-spacing:-.02em}.side-card a{display:block;margin:9px 0;color:#2e527d;font-size:13px;font-weight:800;text-decoration:none}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0}.fact{padding:17px;border:1px solid var(--line);border-radius:16px;background:#f8fbff}.fact span{display:block;color:#65768b;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.fact strong{display:block;margin-top:4px}.faq-list{margin:26px 0}.faq-item{border-bottom:1px solid var(--line)}.faq-q{width:100%;padding:19px 3px;border:0;background:none;color:var(--ink);font-weight:900;text-align:left}.faq-q::after{content:"+";float:right;color:var(--cobalt);font-size:22px}.faq-q[aria-expanded="true"]::after{content:"−"}.faq-a{padding:0 30px 18px 3px;color:#4c6078}.faq-a[hidden]{display:none}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:14px;border-bottom:1px solid var(--line);text-align:left}.table th{background:#eff5ff;color:#24466e;font-size:12px;text-transform:uppercase}.table tr:last-child td{border-bottom:0}.policy-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.policy-nav a{padding:12px;border:1px solid var(--line);border-radius:12px;background:#f8fbff}.settings-box{padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:16px 0;border-bottom:1px solid var(--line)}.setting-row:last-child{border:0}.toggle{position:relative;width:52px;height:30px;border:0;border-radius:999px;background:#aebbc9}.toggle::after{content:"";position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:50%;background:#fff;transition:.2s}.toggle[aria-pressed="true"]{background:var(--green)}.toggle[aria-pressed="true"]::after{transform:translateX(22px)}
.side-image-card{padding:0;overflow:hidden}.side-image-card .media-card,.side-image-card .media-card img{min-height:280px}.side-image-card .media-card{border-radius:20px;box-shadow:none}.side-image-card .media-caption{left:10px;right:10px;bottom:10px;font-size:10px}
.site-footer{padding:54px 0 24px;background:#06162d;color:#c7d6e8}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer-brand .brand-name{color:#fff}.footer-brand p{max-width:370px;font-size:13px}.footer-col h2{margin:0 0 12px;color:#fff;font-size:14px}.footer-col a{display:block;margin:8px 0;color:#c7d6e8;font-size:12px;text-decoration:none}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:40px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);font-size:11px}.footer-bottom a{color:#fff}.cookie-banner{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;max-width:980px;margin:auto;padding:18px 20px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:#071b36;color:#eaf3ff;box-shadow:0 22px 70px rgba(0,0,0,.28)}.cookie-banner[hidden]{display:none}.cookie-banner p{margin:0;font-size:12px}.cookie-actions{display:flex;flex-wrap:wrap;gap:8px}.cookie-actions button,.cookie-actions a{padding:9px 12px;border:1px solid #6f85a2;border-radius:10px;background:#fff;color:var(--navy);font-size:12px;font-weight:900;text-decoration:none}.cookie-actions .accept{border-color:var(--yellow);background:var(--yellow)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:900px){.nav{display:none;position:absolute;top:71px;left:0;right:0;padding:16px 24px;border-bottom:1px solid var(--line);background:#fff;box-shadow:0 20px 40px rgba(5,25,50,.12)}.nav.open{display:grid}.menu-btn{display:block}.cards{grid-template-columns:repeat(2,1fr)}.city-grid,.region-grid{grid-template-columns:repeat(2,1fr)}.content-wrap{grid-template-columns:1fr}.sidebar{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.wrap{width:min(100% - 20px,1180px)}.header-inner{min-height:62px}.brand-mark{width:42px;height:42px;border-radius:13px}.brand-name{font-size:18px}.nav{top:61px}.hero-inner,.page-hero .wrap{padding:15px 0 18px}.breadcrumbs{margin-bottom:5px}.eyebrow{margin-bottom:3px}.hero h1,.page-hero h1{font-size:clamp(31px,10.4vw,47px);line-height:1.02}.hero-sub{font-size:14px;margin-top:10px}.search-stage{margin-top:11px}.search-shell{border-radius:18px}.search-tabs{padding:7px 7px 0}.search-tab{flex:1;min-width:0;padding:10px 8px}.search-panel{padding:0 4px 5px}.hotel-frame{height:300px}.flight-widget{min-height:370px;align-items:start;padding:8px 0}.search-note{display:block;padding:8px 11px;font-size:10px}.powered-link{display:block;margin-top:4px}.quick-links{margin-top:8px;gap:5px}.quick-links a{padding:6px 9px;font-size:10px}.section{padding:52px 0}.section-head{display:block}.section-head p{margin-top:10px}.cards,.city-grid,.region-grid,.facts{grid-template-columns:1fr}.media-grid{grid-template-columns:1fr}.media-card,.media-card img{min-height:330px}.content-wrap{padding-top:42px}.content h2{margin-top:38px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 18px}.footer-brand{grid-column:1/-1}.footer-bottom{display:block}.cookie-banner{left:8px;right:8px;bottom:8px;display:block;padding:15px}.cookie-actions{margin-top:12px}.policy-nav{grid-template-columns:1fr}.setting-row{align-items:flex-start}.search-shell.destination-mode{position:fixed;inset:0;z-index:1200;border:0;border-radius:0;background:#fff}.search-shell.destination-mode .search-tabs,.search-shell.destination-mode .search-note{display:none}.search-shell.destination-mode .search-panel{padding:0}.search-shell.destination-mode .hotel-frame{height:100dvh}.site-header.form-hidden{visibility:hidden}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.brand-mark::after{display:none}}

/* Availability-first Hotels Near Me tool */
.near-me-tool{margin:34px 0;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(145deg,#f6faff,#fff);box-shadow:var(--shadow)}.near-me-tool>h2{margin:0 0 6px!important}.near-me-tool>p{margin-top:0}.near-me-controls{display:grid;grid-template-columns:190px minmax(280px,1fr) 220px;gap:10px;align-items:end;margin-top:20px}.near-date-field{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.near-date-field input,.location-control,.near-me-controls .btn{width:100%;height:54px;border:1px solid #bfd1e6;border-radius:15px}.near-date-field input{padding:0 15px;background:#fff;color:var(--ink);font-size:16px;font-weight:800}.location-control{padding:0 15px;background:#eaf3ff;color:#0b4f9e;font-weight:900}.near-me-controls .btn{border:0;background:linear-gradient(135deg,var(--cobalt),#174dbd);color:#fff;font-weight:900;box-shadow:0 12px 25px rgba(36,107,254,.23)}.date-presets{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.date-presets button,.city-search-link{min-height:42px;padding:0 17px;border:1px solid #bfd1e6;border-radius:999px;background:#fff;color:#174c8d;font-size:13px;font-weight:900;text-decoration:none}.city-search-link{display:inline-flex;align-items:center;margin-left:auto}.near-status{margin-top:14px;padding:14px 17px;border:1px solid var(--line);border-radius:14px;background:#f7faff;color:#38516f;font-size:12px}.near-status[hidden]{display:none!important}.near-status[data-type="error"]{border-color:#ffc4c4;background:#fff2f2;color:#9d2929}.near-status[data-type="success"]{border-color:#a8e5d2;background:#effcf7;color:#086246}.near-results-section{margin-top:34px;padding-top:30px;border-top:1px solid var(--line)}.near-results-head h2 strong{color:var(--cobalt)}.near-results-head p{color:var(--muted)}.near-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.near-hotel-card-original{display:grid;grid-template-columns:210px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 12px 36px rgba(7,26,51,.08)}.near-photo-original{position:relative;min-height:300px;margin:0;background:#dce8f6}.near-photo-original>img{width:100%;height:100%;min-height:300px;object-fit:cover}.near-photo-original figcaption{position:absolute;left:8px;right:8px;bottom:8px;overflow:hidden;padding:6px 8px;border-radius:10px;background:rgba(3,18,37,.86)}.maps-hotel-attribution{display:flex;align-items:center;gap:6px;min-width:0;color:#fff;font-size:9px;text-decoration:none}.maps-hotel-attribution img{width:12px!important;height:15px!important;object-fit:contain}.maps-hotel-attribution span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.near-photo-placeholder{display:grid;place-items:center;align-content:center;gap:9px;min-height:300px;background:#e9f1fb;color:#5d7087;font-size:11px}.near-photo-placeholder img{width:62px;height:62px;object-fit:contain}.near-hotel-copy{padding:20px}.near-hotel-copy .kicker{display:block;color:#1459aa;font-size:10px;font-weight:900}.near-hotel-copy h3{margin:8px 0 6px;font-size:21px;line-height:1.16}.near-hotel-copy h3 a{text-decoration:none}.hotel-full-address{margin:0 0 8px!important;color:#60758e!important;font-size:11px}.result-rating-pill{display:inline-block;color:#73550a;font-size:10px;font-weight:900}.near-rate{margin-top:15px;padding-top:15px;border-top:1px solid var(--line)}.near-total-price small{display:block;color:#60758e;font-size:8px;font-weight:900;letter-spacing:.1em}.near-total-price strong{display:block;color:#087d59;font-size:27px;line-height:1.2}.near-total-price strong em{font-size:11px;font-style:normal}.near-total-price>span{display:block;margin:5px 0 11px;color:#65768b;font-size:9px}.near-total-price .btn{display:inline-flex;padding:10px 12px;border-radius:10px;background:#087d59;color:#fff;font-size:11px;font-weight:900;text-decoration:none}.near-search-progress[hidden]{display:none!important}.near-search-progress{position:relative;overflow:hidden;margin-top:16px;padding:17px 18px 19px 54px;border:1px solid #8ab4e8;border-radius:16px;background:linear-gradient(110deg,#eaf3ff,#fff7df,#eaf3ff);color:#0b3a82;box-shadow:0 14px 34px rgba(36,107,254,.15)}.near-progress-copy strong{font-size:13px}.near-progress-dots{display:inline-flex;gap:3px;margin-left:7px}.near-progress-dots i{width:4px;height:4px;border-radius:50%;background:var(--cobalt);animation:nearDot 1.2s infinite}.near-progress-dots i:nth-child(2){animation-delay:.18s}.near-progress-dots i:nth-child(3){animation-delay:.36s}.near-search-progress small{display:block;margin-top:5px;color:#5b6e86;font-size:10px}.near-progress-track{position:absolute;left:0;right:0;bottom:0;height:5px;background:rgba(255,255,255,.65)}.near-progress-track span{display:block;width:34%;height:100%;background:linear-gradient(90deg,var(--cobalt),var(--sky),var(--yellow));animation:nearTrack 1.25s ease-in-out infinite}@keyframes nearDot{50%{transform:translateY(-4px);opacity:.45}}@keyframes nearTrack{from{transform:translateX(-110%)}to{transform:translateX(310%)}}

/* Branded range calendar used by the nearby-rate tool. */
.stay-calendar-modal[hidden]{display:none!important}.stay-calendar-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:18px}.stay-calendar-backdrop{position:absolute;inset:0;background:rgba(3,18,37,.66);backdrop-filter:blur(7px)}.stay-calendar-panel{position:relative;z-index:2;width:min(720px,calc(100vw - 28px));max-height:calc(100dvh - 28px);overflow:auto;padding:20px;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:0 32px 100px rgba(0,20,45,.35)}.stay-calendar-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:15px}.stay-calendar-eyebrow{display:block;color:var(--cobalt);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.stay-calendar-topbar h2{margin:3px 0 0!important;font-size:25px!important}.stay-calendar-close{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid var(--line);border-radius:12px;background:var(--soft);font-size:25px}.stay-calendar-summary{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;margin-bottom:10px}.stay-calendar-summary-box{padding:11px 13px;border:1px solid var(--line);border-radius:15px;background:#f8fbff}.stay-calendar-summary-box small{display:block;color:var(--muted);font-size:8px;font-weight:900;text-transform:uppercase}.stay-calendar-summary-box strong{display:block;overflow:hidden;margin-top:3px;text-overflow:ellipsis;white-space:nowrap}.stay-calendar-arrow{color:var(--cobalt);font-size:21px;font-weight:900}.stay-calendar-help{color:var(--muted);font-size:11px}.stay-calendar-mount{min-height:336px;padding-top:6px}.stay-calendar-proxy{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.stay-calendar-panel .flatpickr-calendar.inline{position:relative!important;top:auto!important;left:auto!important;width:100%!important;max-width:none!important;padding:0!important;border:0!important;box-shadow:none!important}.stay-calendar-panel .flatpickr-calendar::before,.stay-calendar-panel .flatpickr-calendar::after{display:none!important}.stay-calendar-panel .flatpickr-months{min-height:48px}.stay-calendar-panel .flatpickr-month{height:44px!important}.stay-calendar-panel .flatpickr-prev-month,.stay-calendar-panel .flatpickr-next-month{top:4px!important;width:40px!important;height:40px!important;padding:10px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:var(--soft)!important}.stay-calendar-panel .flatpickr-rContainer,.stay-calendar-panel .flatpickr-days{width:100%!important;max-width:none!important}.stay-calendar-panel .dayContainer{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;width:50%!important;min-width:0!important;max-width:none!important;padding:0 5px}.stay-calendar-panel .flatpickr-calendar:not(.multiMonth) .dayContainer{width:100%!important}.stay-calendar-panel .flatpickr-day{display:grid!important;place-items:center!important;width:auto!important;max-width:none!important;height:43px!important;margin:1px!important;border:0!important;border-radius:12px!important;color:#35465c!important;font-size:12px!important;font-weight:800!important}.stay-calendar-panel .flatpickr-day.today:not(.selected):not(.startRange):not(.endRange){background:#fff!important;color:var(--cobalt)!important;box-shadow:inset 0 0 0 2px var(--cobalt)!important}.stay-calendar-panel .flatpickr-day.selected,.stay-calendar-panel .flatpickr-day.startRange,.stay-calendar-panel .flatpickr-day.endRange{background:var(--cobalt)!important;color:#fff!important}.stay-calendar-panel .flatpickr-day.inRange{background:#e9f1ff!important;color:#0b4f9e!important;box-shadow:-5px 0 0 #e9f1ff,5px 0 0 #e9f1ff!important}.stay-calendar-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px;padding-top:14px;border-top:1px solid var(--line)}.stay-calendar-clear{border:0;background:transparent;color:var(--muted);font-weight:800}.stay-calendar-done{min-width:140px;min-height:44px;border:0;border-radius:12px;background:var(--cobalt);color:#fff;font-weight:900}.stay-calendar-done:disabled{opacity:.45}
@media(max-width:900px){.near-me-controls{grid-template-columns:1fr 1fr}.near-date-field{grid-column:1/-1;grid-row:1}.near-results{grid-template-columns:1fr}.near-hotel-card-original{grid-template-columns:230px 1fr}}
@media(max-width:680px){.near-me-tool{margin:24px 0;padding:16px 10px}.near-me-controls{grid-template-columns:1fr}.near-date-field{grid-column:auto;grid-row:auto}.city-search-link{width:100%;justify-content:center;margin-left:0}.near-hotel-card-original{grid-template-columns:1fr}.near-photo-original,.near-photo-original>img,.near-photo-placeholder{min-height:250px}.stay-calendar-modal{align-items:flex-end;padding:0}.stay-calendar-panel{width:100%;max-width:none;max-height:94dvh;padding:16px 12px calc(14px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.stay-calendar-panel .dayContainer{width:100%!important;padding:0}.stay-calendar-panel .flatpickr-day{height:45px!important;margin:1px 0!important}.stay-calendar-actions{position:sticky;bottom:-16px;margin-left:-12px;margin-right:-12px;padding:12px 12px calc(3px + env(safe-area-inset-bottom));background:#fff}}

/* Dedicated AI Hotel Finder: exact hotel only, with stacked Google predictions. */
.hero-tool{width:100%;margin:8px 0 0}
.ai-shell{position:relative;z-index:180;overflow:visible;border:1px solid rgba(36,107,254,.2);border-radius:22px;background:#fff;color:var(--ink);box-shadow:var(--shadow)}
.ai-form{display:grid;grid-template-columns:minmax(330px,1.65fr) minmax(270px,1.05fr) auto;gap:10px;padding:14px 15px 10px}
.field{min-width:0}.field label{display:block;margin:0 0 6px;color:#52647b;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.field input{width:100%;height:52px;padding:0 15px;border:1px solid #cbd8e8;border-radius:14px;outline:0;background:#fff;color:var(--ink);font-size:16px;font-weight:750}
.field input:focus{border-color:var(--cobalt);box-shadow:0 0 0 4px rgba(36,107,254,.11)}
.autocomplete-wrap,.stay-input-wrap{position:relative}.stay-input-wrap input{padding-left:44px}.calendar-mark{position:absolute;z-index:2;left:14px;top:50%;width:20px;height:20px;color:var(--cobalt);transform:translateY(-50%);pointer-events:none}.calendar-mark svg{fill:none;stroke:currentColor;stroke-width:1.8}
.ai-form .ai-submit{align-self:end;height:52px;min-width:168px;border-radius:14px;background:linear-gradient(135deg,var(--cobalt),#174dbd)}
.ai-presets{padding:0 15px 11px}.ai-status{padding:10px 16px 12px;border-top:1px solid var(--line);border-radius:0 0 22px 22px;background:#f7faff;color:#52647b;font-size:11px}.ai-status[data-type="success"]{background:#effcf7;color:#086246}.ai-status[data-type="error"]{background:#fff2f2;color:#9d2929}.ai-status[data-type="loading"]{background:#fff8df;color:#75500b}.ai-result:empty{display:none}.ai-result{padding:0 15px 15px}.result-loading{display:flex;align-items:center;gap:12px;margin-top:14px;padding:18px;border-radius:16px;background:#f2f7ff}.result-loading span{flex:0 0 18px;width:18px;height:18px;border:2px solid #bfd1e6;border-top-color:var(--cobalt);border-radius:50%;animation:resultSpin .8s linear infinite}.result-loading small{display:block;color:var(--muted)}@keyframes resultSpin{to{transform:rotate(360deg)}}
.result-card-original{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);overflow:hidden;margin-top:15px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 16px 44px rgba(7,27,54,.1)}.result-card-original:not(:has(.result-photo-original)){grid-template-columns:1fr}.result-photo-original{position:relative;min-height:270px;overflow:hidden;background:#e6eef8}.result-photo-original>img{width:100%;height:100%;min-height:270px;object-fit:cover}.result-photo-original figcaption{position:absolute;left:8px;right:8px;bottom:8px;padding:7px;border-radius:10px;background:rgba(5,22,44,.88);color:#fff;font-size:8px}.result-selected-badge,.result-speed-badge{position:absolute;z-index:2;top:10px;display:inline-flex;padding:6px 8px;border-radius:999px;background:rgba(7,27,54,.9);color:#fff;font-size:8px;font-weight:900}.result-selected-badge{left:10px}.result-speed-badge{right:10px}.result-original-main{padding:25px}.result-original-main h2{margin:6px 0 0;font-size:29px;line-height:1.12}.result-address{display:block;margin:8px 0;color:var(--muted);font-size:11px;overflow-wrap:anywhere}.live-result-pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#e8fff6;color:#087d59;font-size:8px;font-weight:900;letter-spacing:.08em}.result-rating-pill{display:inline-flex;margin-top:7px;padding:6px 9px;border-radius:999px;background:#fff6d5;color:#73550a;font-size:10px;font-weight:900}.result-original-price{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}.result-original-price .price{display:block;color:var(--ink);font-size:40px;font-weight:900}.stay-price-label{display:block;margin-bottom:6px;color:var(--muted);font-size:8px;letter-spacing:.1em}.price em{font-size:12px;font-style:normal}.price-includes{display:block;margin-top:5px;color:var(--muted);font-size:9px}.original-view-rooms,.ai-new-search{margin-top:12px}.no-rate-price{color:#9d2929;font-size:27px;font-weight:850}.google-photo-credit,.gmp-brand,.result-google-attribution{display:flex;align-items:center;gap:6px}.gmp-brand img{width:14px;height:auto}.error-box{margin-top:14px;padding:17px;border:1px solid #f0caca;border-radius:16px;background:#fff2f2;color:#933838;font-size:11px}
/* Higher dedicated near-me form. */
.near-me-tool{margin:8px 0 0;padding:17px 18px;border-radius:22px}.near-me-controls{margin-top:0}.near-presets{padding:0}

/* =========================================================
   BUSINESS-TRAVEL.COM FULL REBUILD V5 — 2026-08-23

   Search form geometry is deliberately based on the working
   BusinessFlights.com homepage:
   - stable root scrollbar gutter
   - max-width shell
   - overflow-visible hero/search region
   - fixed 1080px search-card cap
   - 100% / min-width:0 widget host
   - no sticky/backdrop-filter header dependency
   ========================================================= */

/* ---------- hard viewport stability ---------- */
html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  overflow-y:scroll;
  scrollbar-gutter:stable both-edges;
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}
body{
  min-width:0;
  width:auto;
  max-width:100%;
  margin:0;
  overflow-x:hidden;
  background:#fff;
  color:var(--ink);
}
body,
.site-header,
.hero,
.page-hero,
main,
.site-footer{
  max-inline-size:100%;
}
img,svg,iframe{
  display:block;
  max-width:100%;
}
.wrap{
  width:min(1180px,calc(100% - 32px));
  min-width:0;
  margin-inline:auto;
}

/* ---------- rebuilt header ---------- */
.site-header{
  position:relative;
  z-index:80;
  border-bottom:1px solid rgba(210,220,234,.9);
  background:#fff;
  box-shadow:0 5px 22px rgba(20,35,58,.055);
  backdrop-filter:none;
}
.header-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  gap:7px;
  text-decoration:none;
  white-space:nowrap;
}
.brand-mark{
  position:relative;
  isolation:isolate;
  flex:0 0 auto;
  width:42px;
  height:42px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.brand-mark img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  padding:0;
  object-fit:contain;
  filter:none;
  transform:none;
}
/* light moves across the briefcase itself, never around it */
.brand-mark::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(112deg,transparent 34%,rgba(255,255,255,.92) 48%,rgba(255,222,128,.46) 53%,transparent 66%);
  background-size:240% 100%;
  -webkit-mask:url("../brand/business-travel-briefcase-v5.webp") center/contain no-repeat;
  mask:url("../brand/business-travel-briefcase-v5.webp") center/contain no-repeat;
  mix-blend-mode:screen;
  animation:btLightSweep 3.4s ease-in-out infinite;
}
.brand-mark::after{
  content:"";
  position:absolute;
  z-index:3;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 60%,rgba(255,219,100,.62),transparent 17%);
  -webkit-mask:url("../brand/business-travel-briefcase-v5.webp") center/contain no-repeat;
  mask:url("../brand/business-travel-briefcase-v5.webp") center/contain no-repeat;
  mix-blend-mode:screen;
  animation:btLatchPulse 1.8s ease-in-out infinite;
}
@keyframes btLightSweep{
  0%,24%{background-position:125% 0}
  70%,100%{background-position:-125% 0}
}
@keyframes btLatchPulse{
  0%,100%{opacity:.22}
  50%{opacity:.82}
}
.brand-name{
  color:#172033;
  font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-size:17px;
  font-weight:760;
  line-height:1;
  letter-spacing:-.035em;
}
.brand-name span{
  color:#246bfe;
  font-weight:700;
}

.nav{
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:flex-end;
  gap:5px;
}
.nav a{
  position:relative;
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border-radius:11px;
  color:#344158;
  font-size:13px;
  font-weight:760;
  text-decoration:none;
  white-space:nowrap;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.nav a::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:3px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#087dc1,#246bfe);
  opacity:0;
  transition:left .2s ease,right .2s ease,opacity .2s ease;
}
.nav a:hover,
.nav a:focus-visible{
  background:#f3f7fb;
  color:#075b91;
  transform:translateY(-1px);
}
.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.is-active::after,
.nav a[aria-current="page"]::after{
  left:11px;
  right:11px;
  opacity:1;
}
.nav a.is-active,
.nav a[aria-current="page"]{
  color:#075b91;
}
.nav-cta{
  margin-left:3px;
  border:1px solid #cbd9e4;
  background:#f5f9fc;
}
.menu-btn{
  display:none;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border:1px solid #cbd9e4;
  border-radius:12px;
  background:#f4f8fb;
  color:#173b57;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.menu-btn:hover{
  background:#eaf2f8;
  transform:translateY(-1px);
}

/* ---------- hero / title ---------- */
.hero{
  position:relative;
  z-index:10;
  overflow:visible;
  padding:18px 0 35px;
  background:
    radial-gradient(circle at 12% 8%,rgba(36,132,184,.10),transparent 30%),
    radial-gradient(circle at 88% 14%,rgba(23,59,87,.06),transparent 28%),
    linear-gradient(180deg,#f8fafc 0%,#fff 86%);
  border-bottom:1px solid #e7edf4;
}
.hero-inner{
  padding:0;
}
.page-hero{
  position:relative;
  z-index:10;
  overflow:visible;
  padding:15px 0 27px;
  background:
    radial-gradient(circle at 12% 8%,rgba(36,132,184,.08),transparent 30%),
    linear-gradient(180deg,#f8fafc,#fff);
  border-bottom:1px solid #e7edf4;
}
.page-hero .wrap{
  padding:0;
}
.hero h1,
.page-hero h1{
  max-width:1000px;
  margin:0 auto 12px;
  color:#102a43;
  font-family:"Manrope","Segoe UI",sans-serif;
  font-size:clamp(31px,4.4vw,55px);
  font-weight:800;
  line-height:1.04;
  letter-spacing:-.045em;
  text-align:left;
  white-space:normal;
}
.hero h1 em,
.page-hero h1 em{
  font-style:normal;
  color:#246bfe;
  background:linear-gradient(transparent 78%,rgba(255,214,74,.8) 0);
}
.hero-context{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:5px 15px;
  width:min(1080px,100%);
  margin:10px auto 0;
}
.hero-context .breadcrumbs,
.hero-context .eyebrow,
.hero-context .hero-sub{
  margin:0;
}
.hero-context .hero-sub{
  flex-basis:100%;
  max-width:900px;
  font-size:14px;
}
.hero-after-form{
  width:min(1080px,100%);
  margin:12px auto 0;
}
.hero-sub{
  width:min(1080px,100%);
  margin:6px auto 0;
  color:#596579;
  font-size:16px;
}
.quick-links{
  width:min(1080px,100%);
  margin:13px auto 0;
}

/* ---------- SEARCH: copied geometry from BusinessFlights.com ---------- */
.search-stage{
  position:relative;
  z-index:40;
  width:100%;
  min-width:0;
  max-width:100%;
  margin:0;
  padding:0;
  overflow:visible;
}
.search-shell{
  position:relative;
  z-index:41;
  width:min(1080px,100%);
  min-width:0;
  max-width:100%;
  margin:0 auto;
  padding:14px;
  overflow:visible;
  border:1px solid rgba(200,214,230,.9);
  border-radius:26px;
  background:#fff;
  box-shadow:0 20px 48px rgba(19,48,79,.14);
}
.search-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:3px 8px 10px;
  color:#5c6678;
  font-size:11px;
  font-weight:700;
}
.search-topline strong{
  color:#233148;
}
.search-tabs{
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 4px 8px;
}
.search-tab{
  position:relative;
  display:inline-flex;
  min-width:118px;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:9px 15px;
  border:1px solid #d7e1ec;
  border-radius:12px;
  background:#f5f8fc;
  color:#344158;
  font-size:13px;
  font-weight:800;
  box-shadow:none;
  transform:none;
  transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.search-tab::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:4px;
  height:2px;
  border-radius:999px;
  background:#087dc1;
  opacity:0;
  transition:left .18s ease,right .18s ease,opacity .18s ease;
}
.search-tab:hover,
.search-tab:focus-visible{
  border-color:#bfd2e2;
  background:#eef5fa;
  color:#075b91;
  transform:translateY(-1px);
}
.search-tab[aria-selected="true"]{
  border-color:#173b57;
  background:#173b57;
  color:#fff;
  box-shadow:0 8px 20px rgba(23,59,87,.16);
}
.search-tab[aria-selected="true"]::after{
  left:14px;
  right:14px;
  background:#7fd8ff;
  opacity:1;
}
.search-panel{
  position:relative;
  z-index:42;
  width:100%;
  min-width:0;
  max-width:100%;
  padding:0;
  overflow:visible;
}
.search-panel[hidden]{
  display:none!important;
}
.flight-widget{
  position:relative;
  z-index:43;
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  min-height:165px;
  margin:0;
  padding:0;
  overflow:visible;
  border-radius:17px;
  background:#f8fbfe;
}
.flight-widget iframe,
.flight-widget > iframe,
.flight-widget > div,
.flight-widget > div > iframe{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
.flight-loader{
  display:flex;
  min-height:165px;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:20px;
  color:#596579;
  text-align:center;
}
.hotel-frame{
  display:block;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:142px;
  margin:0;
  border:0;
  border-radius:17px;
  background:#f8fbfe;
  overflow:hidden;
}
.search-note{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:10px -14px -14px;
  padding:9px 16px;
  border-top:1px solid #e0e8f1;
  border-radius:0 0 26px 26px;
  background:#f8fafc;
  color:#697489;
  font-size:10.5px;
}
.search-note strong{
  color:#344158;
}
.powered-link{
  flex:0 0 auto;
  color:#075b91;
  font-weight:800;
  text-decoration:none;
}

/* ---------- modern buttons across the full site ---------- */
.button,
.btn,
.location-control,
.date-presets button,
.city-search-link,
.quick-links a,
.policy-nav a,
.cookie-actions button,
.cookie-actions a,
.stay-calendar-close,
.stay-calendar-done{
  position:relative;
  overflow:hidden;
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease,
    background .18s ease,
    color .18s ease;
}
.button::before,
.btn::before,
.location-control::before,
.date-presets button::before,
.city-search-link::before,
.quick-links a::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-70%;
  width:42%;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);
  transform:skewX(-20deg);
  transition:left .42s ease;
}
.button:hover,
.button:focus-visible,
.btn:hover,
.btn:focus-visible,
.location-control:hover,
.location-control:focus-visible,
.date-presets button:hover,
.date-presets button:focus-visible,
.city-search-link:hover,
.city-search-link:focus-visible,
.quick-links a:hover,
.quick-links a:focus-visible,
.policy-nav a:hover,
.policy-nav a:focus-visible{
  transform:translateY(-2px);
  border-color:#b6c9df;
  box-shadow:0 11px 26px rgba(26,47,75,.11);
}
.button:hover::before,
.btn:hover::before,
.location-control:hover::before,
.date-presets button:hover::before,
.city-search-link:hover::before,
.quick-links a:hover::before{
  left:135%;
}
.button{
  border-radius:13px;
  background:linear-gradient(135deg,#087dc1,#2466d0);
  box-shadow:0 10px 24px rgba(8,125,193,.22);
}
.button.alt{
  background:linear-gradient(135deg,#ffd64a,#ffc42b);
  color:#17324b;
}
.quick-links a{
  display:inline-flex;
  min-height:39px;
  align-items:center;
  padding:8px 13px;
  border:1px solid #d4e0ec;
  border-radius:999px;
  background:#fff;
  color:#3e4b60;
  font-size:11.5px;
  box-shadow:0 7px 18px rgba(26,47,75,.045);
}
.card,
.city-link,
.region-link,
.side-card{
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.card:hover,
.card:focus-within,
.city-link:hover,
.city-link:focus-visible,
.region-link:hover,
.region-link:focus-visible,
.side-card:hover{
  transform:translateY(-3px);
  border-color:#c4d4e5;
  box-shadow:0 17px 38px rgba(18,39,67,.095);
}

/* ---------- AI Finder / Nearby tools ---------- */
.tool-page-hero{
  overflow:visible;
}
.hero-tool{
  width:min(1080px,100%);
  margin:0 auto;
}
.ai-shell,
.near-me-tool{
  border-color:#d3deea;
  border-radius:22px;
  box-shadow:0 18px 44px rgba(19,48,79,.10);
}
.ai-form{
  grid-template-columns:minmax(300px,1.65fr) minmax(250px,1fr) auto;
}
.ai-form .ai-submit{
  background:linear-gradient(135deg,#087dc1,#075b91);
}
.field input:focus{
  border-color:#087dc1;
  box-shadow:0 0 0 4px rgba(8,125,193,.10);
}
.calendar-mark{
  color:#087dc1;
}

/* Google autocomplete: much tighter vertical density */
.pac-container{
  z-index:2147483200!important;
  max-height:min(430px,68vh)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  margin-top:4px!important;
  padding:2px!important;
  border:1px solid #ccd8e7!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 18px 46px rgba(7,27,54,.18)!important;
  font-family:"Segoe UI",Arial,sans-serif!important;
}
.pac-item{
  display:block!important;
  min-height:0!important;
  padding:4px 7px!important;
  border-top:1px solid #eef2f6!important;
  white-space:normal!important;
  line-height:1.05!important;
}
.pac-item:first-child{
  border-top:0!important;
}
.pac-icon{
  display:none!important;
}
.pac-item-query{
  display:block!important;
  margin:0!important;
  white-space:normal!important;
  font-size:11.5px!important;
  font-weight:800!important;
  line-height:1.08!important;
}
.pac-item span{
  white-space:normal!important;
  font-size:9px!important;
  line-height:1.02!important;
}

/* Never paint a connector strip between selected dates. */
.stay-calendar-panel .flatpickr-day.inRange{
  background:#fff!important;
  color:#35465c!important;
  box-shadow:none!important;
}
.stay-calendar-panel .flatpickr-day.startRange + .flatpickr-day.endRange,
.stay-calendar-panel .flatpickr-day.selected.startRange + .flatpickr-day.endRange,
.stay-calendar-panel .flatpickr-day.startRange.startRange + .flatpickr-day.endRange.endRange{
  box-shadow:none!important;
}
.stay-calendar-panel .flatpickr-day.startRange,
.stay-calendar-panel .flatpickr-day.endRange{
  border-radius:12px!important;
}
.stay-calendar-arrow{
  color:#748094!important;
  font-weight:600!important;
}

/* ---------- Up to Top ---------- */
.bt-top{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:900;
  display:grid;
  width:44px;
  height:44px;
  place-items:center;
  border:1px solid rgba(255,255,255,.28);
  border-radius:13px;
  background:#173b57;
  color:#fff;
  box-shadow:0 12px 28px rgba(18,44,65,.23);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease,background .18s ease;
}
.bt-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.bt-top:hover{
  background:#075b91;
}
.bt-top svg{
  width:19px;
  height:19px;
}

/* ---------- responsive ---------- */
@media(max-width:980px){
  .nav{
    display:none;
    position:absolute;
    z-index:90;
    top:calc(100% + 6px);
    right:10px;
    left:10px;
    flex-direction:column;
    align-items:stretch;
    gap:3px;
    max-height:calc(100dvh - 86px);
    padding:7px;
    overflow-y:auto;
    border:1px solid #d8e2ed;
    border-radius:15px;
    background:#fff;
    box-shadow:0 18px 44px rgba(18,39,67,.13);
  }
  .nav.open{
    display:flex;
  }
  .nav a{
    width:100%;
    justify-content:flex-start;
    min-height:40px;
    padding:8px 10px;
  }
  .nav a::after{
    bottom:2px;
  }
  .menu-btn{
    display:inline-flex;
  }
}
@media(max-width:760px){
  html{
    overflow-y:auto;
    scrollbar-gutter:auto;
    overscroll-behavior-x:none;
  }
  body{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
    touch-action:pan-y;
  }
  .wrap{
    width:min(100% - 20px,1180px);
  }
  .header-inner{
    min-height:61px;
    gap:10px;
  }
  .brand-mark{
    width:35px;
    height:35px;
  }
  .brand-name{
    font-size:15.5px;
  }
  .hero{
    padding:11px 0 27px;
  }
  .page-hero{
    padding:10px 0 22px;
  }
  .hero h1,
  .page-hero h1{
    margin-bottom:9px;
    font-size:clamp(27px,8vw,38px);
  }
  .search-shell{
    width:100%;
    padding:8px;
    border-radius:19px;
  }
  .search-topline{
    padding:4px 5px 8px;
    font-size:9.5px;
  }
  .search-topline span:last-child{
    display:none;
  }
  .search-tabs{
    padding:0 0 7px;
  }
  .search-tab{
    flex:1 1 0;
    min-width:0;
    min-height:40px;
    padding:8px 7px;
    font-size:12px;
  }
  .flight-widget{
    min-height:375px;
    border-radius:14px;
  }
  .hotel-frame{
    height:292px;
    border-radius:14px;
  }
  .search-note{
    display:block;
    margin:8px -8px -8px;
    padding:8px 10px;
    border-radius:0 0 19px 19px;
    font-size:9.5px;
  }
  .powered-link{
    display:block;
    margin-top:3px;
  }
  .hero-context,
  .hero-after-form,
  .hero-sub,
  .quick-links,
  .hero-tool{
    width:100%;
  }
  .hero-context{
    margin-top:8px;
  }
  .hero-context .breadcrumbs{
    display:none;
  }
  .hero-context .hero-sub,
  .hero-sub{
    font-size:13px;
  }

  .ai-form{
    grid-template-columns:1fr;
    gap:7px;
    padding:9px;
  }
  .field label{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
  }
  .field input{
    height:50px;
    font-size:16px;
  }
  .ai-form .ai-submit{
    width:100%;
    min-height:49px;
  }
  .ai-presets{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    padding:0 9px 9px;
  }
  .ai-presets button{
    min-width:0;
    min-height:40px;
    padding:0 5px;
  }
  .pac-container{
    max-height:min(410px,64vh)!important;
    padding:2px!important;
  }
  .pac-item{
    padding:4px 7px!important;
  }
  .pac-item-query{
    font-size:11.5px!important;
  }
  .pac-item span{
    font-size:9px!important;
  }

  .near-me-tool{
    padding:10px;
  }
  .near-me-controls{
    grid-template-columns:1fr;
    gap:7px;
  }
  .near-date-field{
    grid-column:auto;
    grid-row:auto;
  }
  .near-date-field input,
  .location-control,
  .near-me-controls .btn{
    height:50px;
    font-size:16px;
  }
  .near-presets{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:6px;
  }
  .near-presets .city-search-link{
    grid-column:1/-1;
    margin-left:0;
    justify-content:center;
  }

  /* working full-page hotel picker behavior */
  html.hotel-picker-modal-open,
  body.hotel-picker-modal-open{
    width:100%;
    max-width:100%;
    overflow:hidden!important;
    overscroll-behavior:none;
    touch-action:none;
  }
  body.hotel-picker-modal-open .site-header{
    display:none!important;
  }
  .search-shell.is-mobile-picker-host{
    position:fixed!important;
    z-index:2147483000!important;
    inset:0!important;
    display:block!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:100vw!important;
    height:100dvh!important;
    min-height:100dvh!important;
    max-height:100dvh!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#f8f8f4!important;
    box-shadow:none!important;
    overflow:hidden!important;
    contain:none!important;
  }
  .search-shell.is-mobile-picker-host .search-topline,
  .search-shell.is-mobile-picker-host .search-tabs,
  .search-shell.is-mobile-picker-host .search-note{
    display:none!important;
  }
  .search-shell.is-mobile-picker-host .search-panel[hidden]{
    display:none!important;
  }
  .search-shell.is-mobile-picker-host .search-panel:not([hidden]){
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    padding:0!important;
  }
  .search-shell.is-mobile-picker-host .hotel-frame.is-mobile-picker-modal{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:100%!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#f8f8f4!important;
  }
  .bt-top{
    right:12px;
    bottom:12px;
  }
}
@media(max-width:390px){
  .brand-name{
    font-size:14.5px;
  }
  .brand-mark{
    width:33px;
    height:33px;
  }
  .flight-widget{
    min-height:390px;
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V6 — MOBILE FLIGHT STABILITY
   ========================================================= */
.flight-widget,
.flight-widget > div,
.flight-widget > iframe,
.flight-widget > div > iframe{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  transform:none!important;
  translate:none!important;
}
.search-panel,
.search-shell,
.search-stage{
  transform:none!important;
  translate:none!important;
}

@media(max-width:760px){
  html,
  body{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    overflow-x:hidden!important;
    overscroll-behavior-x:none!important;
  }
  body{
    position:relative!important;
    left:0!important;
    right:auto!important;
    transform:none!important;
    touch-action:pan-y!important;
  }
  .search-stage,
  .search-shell,
  .search-panel,
  .flight-widget,
  .flight-widget > div,
  .flight-widget > iframe,
  .flight-widget > div > iframe{
    left:auto!important;
    right:auto!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    transform:none!important;
    translate:none!important;
  }
  .search-stage,
  .search-panel,
  .flight-widget{
    overflow:visible!important;
  }
  .search-shell{
    margin-left:auto!important;
    margin-right:auto!important;
    padding:8px!important;
    overflow:visible!important;
  }
  .flight-widget{
    touch-action:pan-y!important;
  }
}

/* =========================================================
   V6 LOGO — SMALLER, SLOWER, SOFTER SHINE
   ========================================================= */
.brand-mark{
  width:36px!important;
  height:36px!important;
}
.brand-mark::before{
  background:
    linear-gradient(
      112deg,
      transparent 36%,
      rgba(255,255,255,.24) 48%,
      rgba(255,210,105,.14) 53%,
      transparent 65%
    )!important;
  background-size:250% 100%!important;
  opacity:.56!important;
  animation:btLightSweepV6 6.8s ease-in-out infinite!important;
}
.brand-mark::after{
  background:
    radial-gradient(circle at 50% 60%,rgba(255,205,95,.20),transparent 18%)!important;
  opacity:.38!important;
  animation:btLatchPulseV6 3.6s ease-in-out infinite!important;
}
@keyframes btLightSweepV6{
  0%,30%{background-position:125% 0}
  76%,100%{background-position:-125% 0}
}
@keyframes btLatchPulseV6{
  0%,100%{opacity:.16}
  50%{opacity:.38}
}
.brand-name{
  font-size:16px!important;
  font-weight:720!important;
  letter-spacing:-.025em!important;
}
.brand-name span{
  font-weight:680!important;
}
@media(max-width:760px){
  .brand-mark{
    width:31px!important;
    height:31px!important;
  }
  .brand-name{
    font-size:14.5px!important;
  }
}
@media(max-width:390px){
  .brand-mark{
    width:29px!important;
    height:29px!important;
  }
  .brand-name{
    font-size:14px!important;
  }
}

/* =========================================================
   V6 HIGH-VISIBILITY INTERACTIVE CARDS
   Stronger color hierarchy and underlines without making the site noisy.
   ========================================================= */
.cards{
  gap:16px!important;
}
.cards > .card{
  --bt-card-accent:#087dc1;
  --bt-card-accent2:#42b8ea;
  --bt-card-soft:rgba(8,125,193,.10);
  position:relative!important;
  overflow:hidden!important;
  padding:20px 20px 18px!important;
  border:1px solid #d8e3ed!important;
  border-top:4px solid var(--bt-card-accent)!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 94% 8%,var(--bt-card-soft),transparent 32%),
    linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  box-shadow:0 10px 28px rgba(18,39,67,.075)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.cards > .card:nth-child(3n+1){
  --bt-card-accent:#087dc1;
  --bt-card-accent2:#42b8ea;
  --bt-card-soft:rgba(8,125,193,.11);
}
.cards > .card:nth-child(3n+2){
  --bt-card-accent:#7059d4;
  --bt-card-accent2:#9a87ea;
  --bt-card-soft:rgba(112,89,212,.105);
}
.cards > .card:nth-child(3n+3){
  --bt-card-accent:#d18418;
  --bt-card-accent2:#f2b84b;
  --bt-card-soft:rgba(209,132,24,.115);
}
.cards > .card::before{
  content:""!important;
  position:absolute!important;
  top:-28px!important;
  right:-25px!important;
  width:108px!important;
  height:108px!important;
  border-radius:50%!important;
  background:
    radial-gradient(circle,var(--bt-card-accent) 0 2px,transparent 2.6px)
    0 0/14px 14px!important;
  opacity:.08!important;
  pointer-events:none!important;
}
.cards > .card::after{
  content:""!important;
  position:absolute!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  height:3px!important;
  background:linear-gradient(90deg,var(--bt-card-accent),var(--bt-card-accent2),transparent 82%)!important;
  opacity:.5!important;
  transform:scaleX(.35)!important;
  transform-origin:left center!important;
  transition:transform .24s ease,opacity .24s ease!important;
}
.cards > .card:hover,
.cards > .card:focus-within{
  transform:translateY(-5px)!important;
  border-color:#bccfe0!important;
  box-shadow:0 20px 45px rgba(18,39,67,.14)!important;
}
.cards > .card:hover::after,
.cards > .card:focus-within::after{
  transform:scaleX(1)!important;
  opacity:.9!important;
}

.cards > .card .number{
  display:inline-grid!important;
  width:auto!important;
  min-width:38px!important;
  height:29px!important;
  min-height:29px!important;
  margin-bottom:14px!important;
  padding:0 9px!important;
  place-items:center!important;
  border:1px solid rgba(8,125,193,.22)!important;
  border-radius:999px!important;
  background:var(--bt-card-soft)!important;
  color:var(--bt-card-accent)!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.04em!important;
}

.cards > .card h3{
  position:relative!important;
  margin:0 0 12px!important;
  padding:0 0 11px!important;
  color:#17263a!important;
  font-size:17px!important;
  line-height:1.2!important;
}
.cards > .card h3::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:52px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,var(--bt-card-accent),var(--bt-card-accent2))!important;
  box-shadow:0 2px 8px rgba(8,125,193,.15)!important;
  transition:width .24s ease!important;
}
.cards > .card:hover h3::after,
.cards > .card:focus-within h3::after{
  width:88px!important;
}
.cards > .card p{
  color:#5b677b!important;
  line-height:1.58!important;
}
.cards > .card .more{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  margin-top:16px!important;
  padding:7px 10px 7px 0!important;
  color:var(--bt-card-accent)!important;
  font-size:12px!important;
  font-weight:850!important;
  text-decoration:none!important;
  transition:gap .18s ease!important;
}
.cards > .card .more::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:28px!important;
  bottom:2px!important;
  height:2px!important;
  border-radius:999px!important;
  background:currentColor!important;
  opacity:.35!important;
  transition:right .2s ease,opacity .2s ease!important;
}
.cards > .card .more::after{
  content:"→"!important;
  position:static!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  opacity:1!important;
  transform:none!important;
  font-size:14px!important;
}
.cards > .card .more:hover{
  gap:11px!important;
}
.cards > .card .more:hover::before{
  right:0!important;
  opacity:.82!important;
}

/* City / region / side / media cards also get visible interactive accents. */
.city-link,
.region-link,
.side-card,
.media-card{
  position:relative!important;
  overflow:hidden!important;
}
.city-link,
.region-link{
  border-top:3px solid #087dc1!important;
  background:
    radial-gradient(circle at 94% 8%,rgba(8,125,193,.08),transparent 28%),
    #fff!important;
}
.city-link::after,
.region-link::after{
  content:""!important;
  position:absolute!important;
  left:14px!important;
  bottom:8px!important;
  width:30px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4)!important;
  opacity:.55!important;
  transition:width .22s ease,opacity .22s ease!important;
}
.city-link:hover::after,
.region-link:hover::after{
  width:58px!important;
  opacity:1!important;
}
.side-card,
.media-card{
  border-top:3px solid #087dc1!important;
  box-shadow:0 10px 28px rgba(18,39,67,.075)!important;
}
.side-card::after,
.media-card::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:42%!important;
  height:3px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4,transparent)!important;
  opacity:.5!important;
  transition:width .22s ease,opacity .22s ease!important;
}
.side-card:hover::after,
.media-card:hover::after{
  width:100%!important;
  opacity:.9!important;
}

/* Quick-link pills get persistent colored underlines. */
.quick-links a{
  position:relative!important;
  padding-bottom:10px!important;
}
.quick-links a::after{
  content:""!important;
  position:absolute!important;
  left:13px!important;
  right:13px!important;
  bottom:5px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4)!important;
  opacity:.28!important;
  transition:opacity .18s ease,left .18s ease,right .18s ease!important;
}
.quick-links a:hover::after,
.quick-links a:focus-visible::after{
  left:9px!important;
  right:9px!important;
  opacity:.88!important;
}

@media(max-width:760px){
  .cards{
    gap:12px!important;
  }
  .cards > .card{
    padding:17px 16px 16px!important;
    border-radius:16px!important;
  }
  .cards > .card h3{
    font-size:16px!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V7 — HOME CLEANUP + AIRPLANE LOGO
   Flight form intentionally left untouched/locked.
   ========================================================= */

/* ---------- engaging airplane logo ---------- */
.brand{
  gap:10px!important;
}
.brand-mark{
  width:74px!important;
  height:34px!important;
  overflow:visible!important;
}
.brand-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.brand-mark::before,
.brand-mark::after{
  content:""!important;
  position:absolute!important;
  z-index:4!important;
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  inset:auto!important;
  pointer-events:none!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.72),0 0 12px currentColor!important;
  opacity:.92!important;
}
.brand-mark::before{
  left:12px!important;
  top:20px!important;
  background:#ffcf2e!important;
  color:#ffcf2e!important;
  animation:btWingBlinkYellow 1.25s ease-in-out infinite!important;
}
.brand-mark::after{
  right:15px!important;
  top:7px!important;
  background:#ef4f4f!important;
  color:#ef4f4f!important;
  animation:btWingBlinkRed 1.08s ease-in-out infinite!important;
}
@keyframes btWingBlinkYellow{
  0%,100%{opacity:.28;transform:scale(.78)}
  18%{opacity:1;transform:scale(1.12)}
  33%{opacity:.35;transform:scale(.84)}
  54%{opacity:.95;transform:scale(1.05)}
}
@keyframes btWingBlinkRed{
  0%,100%{opacity:.24;transform:scale(.78)}
  20%{opacity:1;transform:scale(1.15)}
  40%{opacity:.28;transform:scale(.82)}
  58%{opacity:.96;transform:scale(1.06)}
}
.brand-name{
  font-family:"Sora","Segoe UI","Helvetica Neue",Arial,sans-serif!important;
  font-size:15.8px!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
  color:#132947!important;
}
.brand-name span{
  color:#1d58cc!important;
  font-weight:700!important;
}
@media(max-width:760px){
  .brand-mark{
    width:64px!important;
    height:30px!important;
  }
  .brand-name{
    font-size:14px!important;
  }
}
@media(max-width:390px){
  .brand-mark{
    width:59px!important;
    height:28px!important;
  }
  .brand-name{
    font-size:13.6px!important;
  }
}

/* ---------- cleaner intro block under the homepage search ---------- */
.hero-after-form{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:16px auto 0!important;
  padding:0 13px!important;
  border:1px solid #d8e4ef!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#55708c!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  box-shadow:0 7px 18px rgba(18,39,67,.05)!important;
}
.hero-sub{
  max-width:810px!important;
  margin:13px auto 0!important;
  color:#475a73!important;
  font-size:15px!important;
  line-height:1.68!important;
}
.quick-links{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-start!important;
  gap:10px!important;
  max-width:830px!important;
  margin:16px auto 0!important;
}
.quick-links a{
  min-height:37px!important;
  padding:8px 14px 11px!important;
  border:1px solid #d8e4ef!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  color:#31445e!important;
  font-size:11px!important;
  font-weight:760!important;
  box-shadow:0 6px 18px rgba(18,39,67,.04)!important;
}
.quick-links a::after{
  left:14px!important;
  right:14px!important;
  bottom:6px!important;
  opacity:.22!important;
}
.quick-links a:hover,
.quick-links a:focus-visible{
  border-color:#bfd3e4!important;
  background:#fff!important;
  color:#0b5f95!important;
  box-shadow:0 11px 24px rgba(18,39,67,.085)!important;
}

/* On the dark home section, cards become cleaner and more readable. */
.section.dark .section-head{
  align-items:end!important;
}
.section.dark .section-head > div{
  max-width:620px!important;
}
.section.dark .section-head p:last-child,
.section.dark .section-head + p{
  max-width:560px!important;
}
.section.dark .cards > .card{
  background:
    linear-gradient(180deg,rgba(255,255,255,.985),rgba(250,252,255,.98))!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 14px 34px rgba(3,10,22,.20)!important;
}
.section.dark .cards > .card h3{
  color:#17324b!important;
}
.section.dark .cards > .card p{
  color:#59697e!important;
}
.section.dark .cards > .card .more{
  font-size:12px!important;
}
.section.dark .cards > .card .more::before{
  opacity:.26!important;
}

/* Footer logo sizing with the wider airplane icon */
.site-footer .brand-mark{
  width:72px!important;
  height:33px!important;
}
@media(max-width:760px){
  .site-footer .brand-mark{
    width:64px!important;
    height:30px!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V8 — ELEGANT SECTIONS UNDER SEARCH FORMS
   Flight form remains locked from V6/V7.
   ========================================================= */

/* ---------- calmer section rhythm ---------- */
.section{
  position:relative!important;
  padding:74px 0!important;
}
.section.soft{
  background:
    radial-gradient(circle at 8% 8%,rgba(8,125,193,.045),transparent 24%),
    radial-gradient(circle at 92% 92%,rgba(112,89,212,.04),transparent 25%),
    linear-gradient(180deg,#fbfdff 0%,#f8fbfe 100%)!important;
}
.section.dark{
  background:
    radial-gradient(circle at 8% 6%,rgba(92,146,255,.14),transparent 22%),
    radial-gradient(circle at 90% 90%,rgba(255,196,92,.07),transparent 24%),
    linear-gradient(180deg,#0d2440 0%,#0b1f36 100%)!important;
}

/* subtle vertical accent at the top of each section */
.section::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:min(1120px,calc(100% - 36px))!important;
  height:1px!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(90deg,transparent,rgba(154,176,201,.42),transparent)!important;
  pointer-events:none!important;
}
.section:first-of-type::before{
  display:none!important;
}

/* ---------- more elegant section headings ---------- */
.section-head{
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)!important;
  gap:22px 28px!important;
  align-items:end!important;
  margin-bottom:28px!important;
}
.section-head > div{
  min-width:0!important;
}
.section-head .eyebrow{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:0 0 10px!important;
  padding:0 12px!important;
  border:1px solid #d9e4ef!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#6d7f95!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
  box-shadow:0 7px 18px rgba(18,39,67,.05)!important;
}
.section.dark .section-head .eyebrow{
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.08)!important;
  color:#dce6f3!important;
  box-shadow:none!important;
}
.section-head h2{
  position:relative!important;
  max-width:720px!important;
  margin:0!important;
  padding:0 0 16px!important;
  color:#14263b!important;
  font-family:"Manrope","Sora","Segoe UI",sans-serif!important;
  font-size:clamp(29px,3.6vw,42px)!important;
  font-weight:800!important;
  line-height:1.08!important;
  letter-spacing:-.042em!important;
}
.section-head h2::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:84px!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4,#f0b443)!important;
  box-shadow:0 3px 12px rgba(8,125,193,.12)!important;
}
.section.dark .section-head h2{
  color:#f4f8fd!important;
}
.section-head p:last-child{
  max-width:560px!important;
  margin:0 0 3px auto!important;
  color:#617187!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.section.dark .section-head p:last-child{
  color:#c9d5e6!important;
}

/* marker word becomes cleaner and less heavy */
.marker{
  background:linear-gradient(transparent 70%,rgba(255,214,74,.72) 0)!important;
}

/* ---------- cards / content blocks feel more premium ---------- */
.cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.cards > .card{
  padding:23px 22px 20px!important;
}
.cards > .card h3{
  margin-bottom:13px!important;
}
.cards > .card p{
  margin:0!important;
  font-size:14px!important;
}
.cards > .card .more{
  margin-top:18px!important;
  font-size:12px!important;
}
.cards > .card .more::before{
  bottom:1px!important;
}

.section.dark .cards > .card{
  border-color:rgba(255,255,255,.13)!important;
  background:
    radial-gradient(circle at 92% 8%,rgba(255,255,255,.07),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.97),rgba(247,250,253,.97))!important;
}
.section.dark .cards > .card:hover,
.section.dark .cards > .card:focus-within{
  box-shadow:0 20px 48px rgba(0,8,18,.28)!important;
}

/* ---------- media section refinement ---------- */
.media-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(320px,.88fr)!important;
  gap:30px!important;
  align-items:center!important;
}
.media-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid #d8e3ee!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(18,39,67,.08)!important;
}
.media-card img{
  width:100%!important;
  border-radius:24px!important;
}
.media-card .media-caption{
  padding:13px 16px 16px!important;
  color:#58677b!important;
  font-size:13px!important;
  line-height:1.55!important;
  background:linear-gradient(180deg,rgba(255,255,255,.82),#fff)!important;
}
.feature-copy{
  position:relative!important;
  padding:2px 2px 2px 10px!important;
}
.feature-copy .eyebrow{
  display:inline-flex!important;
  min-height:27px!important;
  align-items:center!important;
  margin:0 0 10px!important;
  padding:0 11px!important;
  border:1px solid #d8e4ef!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#6d7f95!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.17em!important;
  text-transform:uppercase!important;
}
.feature-copy h2{
  position:relative!important;
  margin:0 0 15px!important;
  padding:0 0 15px!important;
  color:#15283e!important;
  font-size:clamp(28px,3.3vw,40px)!important;
  line-height:1.08!important;
}
.feature-copy h2::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:76px!important;
  height:4px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4)!important;
}
.feature-copy > p{
  color:#5a697d!important;
  font-size:15px!important;
  line-height:1.72!important;
}
.check-list{
  display:grid!important;
  gap:12px!important;
  margin:18px 0 24px!important;
  padding:0!important;
  list-style:none!important;
}
.check-list li{
  position:relative!important;
  padding:0 0 0 30px!important;
  color:#5a697d!important;
  line-height:1.65!important;
}
.check-list li::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:1px!important;
  display:grid!important;
  width:20px!important;
  height:20px!important;
  place-items:center!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#087dc1,#1d58cc)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
  box-shadow:0 6px 14px rgba(8,125,193,.18)!important;
}
.feature-copy .button{
  min-height:46px!important;
  padding:12px 18px!important;
  border-radius:14px!important;
}

/* ---------- footer becomes calmer and cleaner below forms ---------- */
.site-footer{
  position:relative!important;
  margin-top:0!important;
  padding-top:26px!important;
  background:
    radial-gradient(circle at 10% 5%,rgba(8,125,193,.05),transparent 24%),
    linear-gradient(180deg,#f7fafc 0%,#f3f7fb 100%)!important;
  border-top:1px solid #e1e9f1!important;
}
.site-footer::before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  left:50%!important;
  width:min(1120px,calc(100% - 36px))!important;
  height:1px!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(90deg,transparent,rgba(154,176,201,.45),transparent)!important;
}
.footer-grid{
  gap:22px 26px!important;
}
.footer-brand p{
  max-width:380px!important;
  color:#607187!important;
  line-height:1.7!important;
}
.footer-col h2{
  position:relative!important;
  margin:0 0 10px!important;
  padding:0 0 10px!important;
  color:#1a2d44!important;
  font-size:14px!important;
}
.footer-col h2::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  bottom:0!important;
  width:36px!important;
  height:3px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4)!important;
  opacity:.7!important;
}
.footer-col a{
  color:#5b6b81!important;
}
.footer-col a:hover{
  color:#0b5f95!important;
}
.footer-bottom{
  margin-top:20px!important;
  padding-top:14px!important;
  border-top:1px solid #e0e8f0!important;
  color:#738297!important;
  font-size:12px!important;
}

/* ---------- responsive polish ---------- */
@media(max-width:980px){
  .section-head{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .section-head p:last-child{
    margin:0!important;
    max-width:720px!important;
  }
  .media-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  .cards{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  .section{
    padding:54px 0!important;
  }
  .section-head{
    margin-bottom:22px!important;
  }
  .section-head .eyebrow,
  .feature-copy .eyebrow{
    min-height:25px!important;
    font-size:9px!important;
    letter-spacing:.15em!important;
  }
  .section-head h2,
  .feature-copy h2{
    padding-bottom:13px!important;
    font-size:clamp(25px,7vw,34px)!important;
  }
  .section-head h2::after,
  .feature-copy h2::after{
    width:64px!important;
    height:3px!important;
  }
  .section-head p:last-child,
  .feature-copy > p{
    font-size:14px!important;
    line-height:1.68!important;
  }
  .cards{
    gap:14px!important;
  }
  .cards > .card{
    padding:19px 17px 17px!important;
  }
  .media-card{
    border-radius:20px!important;
  }
  .media-card img{
    border-radius:20px!important;
  }
  .media-card .media-caption{
    padding:11px 13px 14px!important;
    font-size:12px!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V9 — LOCKED FLIGHTS + NEW AIRPLANE LOGO
   Flight form remains locked from V6/V7/V8.
   ========================================================= */

/* ---------- upgraded airplane logo ---------- */
.brand{
  gap:11px!important;
}
.brand-mark{
  width:112px!important;
  height:46px!important;
  overflow:visible!important;
}
.brand-mark img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 4px 12px rgba(13,32,58,.08))!important;
}

/* cancel older logo pseudo treatment */
.brand-mark::before,
.brand-mark::after{
  content:""!important;
  position:absolute!important;
  z-index:4!important;
  width:8px!important;
  height:8px!important;
  border-radius:50%!important;
  pointer-events:none!important;
  box-shadow:
    0 0 0 2px rgba(255,255,255,.68),
    0 0 9px currentColor,
    0 0 18px currentColor!important;
  opacity:.88!important;
}

/* left wing yellow light */
.brand-mark::before{
  left:18px!important;
  top:23px!important;
  background:#ffd24a!important;
  color:#ffd24a!important;
  animation:btWingBlinkYellowV9 1.55s ease-in-out infinite!important;
}

/* right wing red light */
.brand-mark::after{
  left:66px!important;
  top:6px!important;
  background:#ff5454!important;
  color:#ff5454!important;
  animation:btWingBlinkRedV9 1.18s ease-in-out infinite!important;
}

@keyframes btWingBlinkYellowV9{
  0%,100%{opacity:.24;transform:scale(.78)}
  16%{opacity:.96;transform:scale(1.14)}
  32%{opacity:.30;transform:scale(.82)}
  52%{opacity:1;transform:scale(1.09)}
  68%{opacity:.28;transform:scale(.84)}
}
@keyframes btWingBlinkRedV9{
  0%,100%{opacity:.20;transform:scale(.76)}
  18%{opacity:1;transform:scale(1.16)}
  35%{opacity:.24;transform:scale(.80)}
  54%{opacity:.98;transform:scale(1.08)}
  72%{opacity:.22;transform:scale(.82)}
}

.brand-name{
  font-family:"Sora","Manrope","Segoe UI","Helvetica Neue",Arial,sans-serif!important;
  font-size:15.2px!important;
  font-weight:700!important;
  letter-spacing:-.018em!important;
  color:#102946!important;
}
.brand-name span{
  color:#0f4fbf!important;
  font-weight:700!important;
}

.site-footer .brand-mark{
  width:104px!important;
  height:43px!important;
}

@media(max-width:760px){
  .brand-mark{
    width:94px!important;
    height:40px!important;
  }
  .brand-mark::before{
    left:15px!important;
    top:21px!important;
    width:7px!important;
    height:7px!important;
  }
  .brand-mark::after{
    left:56px!important;
    top:6px!important;
    width:7px!important;
    height:7px!important;
  }
  .brand-name{
    font-size:13.8px!important;
  }
  .site-footer .brand-mark{
    width:92px!important;
    height:38px!important;
  }
}
@media(max-width:390px){
  .brand-mark{
    width:88px!important;
    height:37px!important;
  }
  .brand-mark::before{
    left:14px!important;
    top:19px!important;
  }
  .brand-mark::after{
    left:52px!important;
    top:6px!important;
  }
  .brand-name{
    font-size:13.2px!important;
  }
}

/* subtle extra polish below forms remains elegant */
.hero-sub{
  max-width:780px!important;
}
.quick-links{
  gap:11px!important;
}
.quick-links a{
  box-shadow:0 8px 20px rgba(18,39,67,.045)!important;
}
.quick-links a:hover,
.quick-links a:focus-visible{
  box-shadow:0 12px 26px rgba(18,39,67,.09)!important;
}

/* =========================================================
   BUSINESS-TRAVEL V10 — SINGLE LOGO + MOBILE H1 + FOOTER
   Flight form remains LOCKED and unchanged.
   ========================================================= */

/* ---------- ONE logo only: full airplane + wordmark image ---------- */
.brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:0!important;
}
.brand-mark{
  position:relative!important;
  display:block!important;
  width:196px!important;
  height:auto!important;
  aspect-ratio:5.43 / 1!important;
  overflow:visible!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.brand-mark img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  transform:none!important;
}
/* No blinking lights / shine / second animation layer. */
.brand-mark::before,
.brand-mark::after{
  display:none!important;
  content:none!important;
  animation:none!important;
}
.brand-name{
  display:none!important;
}

.site-footer .brand-mark{
  width:190px!important;
  height:auto!important;
}

@media(max-width:760px){
  .brand-mark{
    width:164px!important;
    height:auto!important;
  }
  .site-footer .brand-mark{
    width:166px!important;
    height:auto!important;
  }
}
@media(max-width:390px){
  .brand-mark{
    width:152px!important;
  }
}

/* ---------- mobile H1: concise one-line visual title ---------- */
/* The full SEO/accessibility H1 remains in the HTML. On phones we show the
   shorter data-mobile-title visually so the search form stays higher. */
@media(max-width:760px){
  .hero h1[data-mobile-title],
  .page-hero h1[data-mobile-title]{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0 0 9px!important;
    padding:0!important;
    overflow:visible!important;
    white-space:nowrap!important;
    font-size:0!important;
    line-height:1!important;
    letter-spacing:0!important;
  }
  .hero h1[data-mobile-title]::before,
  .page-hero h1[data-mobile-title]::before{
    content:attr(data-mobile-title)!important;
    display:block!important;
    overflow:hidden!important;
    color:#102a43!important;
    font-family:"Manrope","Sora","Segoe UI",sans-serif!important;
    font-size:clamp(18px,5.4vw,22px)!important;
    font-weight:800!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    text-overflow:clip!important;
    white-space:nowrap!important;
  }
  .hero h1[data-mobile-title] em,
  .page-hero h1[data-mobile-title] em{
    display:none!important;
  }
}

/* ---------- modern footer links ---------- */
.footer-col{
  min-width:0!important;
}
.footer-col a{
  position:relative!important;
  display:flex!important;
  width:fit-content!important;
  max-width:100%!important;
  min-height:31px!important;
  align-items:center!important;
  gap:7px!important;
  margin-left:-7px!important;
  padding:5px 28px 5px 12px!important;
  overflow:hidden!important;
  border-radius:9px!important;
  color:#5d6d82!important;
  font-size:13px!important;
  font-weight:650!important;
  text-decoration:none!important;
  transition:
    background .18s ease,
    color .18s ease,
    transform .18s ease,
    box-shadow .18s ease!important;
}
.footer-col a::before{
  content:""!important;
  flex:0 0 auto!important;
  width:5px!important;
  height:5px!important;
  border-radius:50%!important;
  background:linear-gradient(135deg,#087dc1,#7059d4)!important;
  opacity:.42!important;
  transform:scale(.78)!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.footer-col a::after{
  content:"→"!important;
  position:absolute!important;
  right:10px!important;
  top:50%!important;
  color:#087dc1!important;
  font-size:12px!important;
  font-weight:800!important;
  opacity:0!important;
  transform:translate(-5px,-50%)!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.footer-col a:hover,
.footer-col a:focus-visible{
  background:rgba(8,125,193,.065)!important;
  color:#075b91!important;
  transform:translateX(3px)!important;
  box-shadow:inset 0 0 0 1px rgba(8,125,193,.08)!important;
}
.footer-col a:hover::before,
.footer-col a:focus-visible::before{
  opacity:1!important;
  transform:scale(1)!important;
}
.footer-col a:hover::after,
.footer-col a:focus-visible::after{
  opacity:1!important;
  transform:translate(0,-50%)!important;
}
@media(max-width:760px){
  .footer-col a{
    min-height:34px!important;
    font-size:13px!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V11 — BRIEFCASE HEADING ACCENTS
   Forms and V10 behavior remain unchanged.
   ========================================================= */

/* Shared briefcase-accent heading treatment */
.has-briefcase-accent{
  position:relative!important;
}
.has-briefcase-accent > .bt-heading-accent{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 10px!important;
}
.has-briefcase-accent > .bt-heading-accent img{
  display:block!important;
  width:32px!important;
  height:32px!important;
  object-fit:contain!important;
  border-radius:9px!important;
  box-shadow:0 7px 16px rgba(18,39,67,.10)!important;
}
.has-briefcase-accent > .bt-heading-accent span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  padding:0 11px!important;
  border:1px solid #d9e4ef!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#6c7d92!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
  box-shadow:0 7px 18px rgba(18,39,67,.05)!important;
}

/* Hero / page H1 accents */
.hero h1.has-briefcase-accent,
.page-hero h1.has-briefcase-accent{
  display:block!important;
}
.hero h1.has-briefcase-accent .bt-h1-text,
.page-hero h1.has-briefcase-accent .bt-h1-text{
  display:block!important;
}

/* Section H2 accents */
.section-head h2.has-briefcase-accent,
.feature-copy h2.has-briefcase-accent{
  display:block!important;
}
.section-head h2.has-briefcase-accent > .bt-heading-accent,
.feature-copy h2.has-briefcase-accent > .bt-heading-accent{
  gap:9px!important;
  margin:0 0 9px!important;
}
.section-head h2.has-briefcase-accent > .bt-heading-accent img,
.feature-copy h2.has-briefcase-accent > .bt-heading-accent img{
  width:28px!important;
  height:28px!important;
  border-radius:8px!important;
}
.section-head h2.has-briefcase-accent > .bt-heading-accent span,
.feature-copy h2.has-briefcase-accent > .bt-heading-accent span{
  min-height:25px!important;
  padding:0 10px!important;
  font-size:9px!important;
  letter-spacing:.15em!important;
}
.section.dark .bt-heading-accent span{
  border-color:rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.08)!important;
  color:#dce6f3!important;
  box-shadow:none!important;
}

/* Mobile refinement */
@media(max-width:760px){
  .has-briefcase-accent > .bt-heading-accent{
    gap:8px!important;
    margin:0 0 8px!important;
  }
  .has-briefcase-accent > .bt-heading-accent img{
    width:26px!important;
    height:26px!important;
    border-radius:7px!important;
  }
  .has-briefcase-accent > .bt-heading-accent span{
    min-height:24px!important;
    padding:0 9px!important;
    font-size:8.5px!important;
    letter-spacing:.14em!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V12 — MOBILE HOME "CONNECTED" UNDERLINE
   Everything else remains unchanged from V11.
   ========================================================= */

.bt-mobile-home-title{
  display:none!important;
}

@media(max-width:760px){
  /* Homepage only: use inline real markup instead of the generic ::before title
     so "connected" can get its own yellow underline. */
  .hero h1.home-mobile-inline-title::before{
    display:none!important;
    content:none!important;
  }
  .hero h1.home-mobile-inline-title .bt-h1-text,
  .hero h1.home-mobile-inline-title .bt-heading-accent{
    display:none!important;
  }
  .hero h1.home-mobile-inline-title{
    font-size:0!important;
    white-space:nowrap!important;
    margin:0 0 9px!important;
  }
  .hero h1.home-mobile-inline-title .bt-mobile-home-title{
    display:inline-flex!important;
    align-items:flex-end!important;
    gap:5px!important;
    max-width:100%!important;
    color:#102a43!important;
    font-family:"Manrope","Sora","Segoe UI",sans-serif!important;
    font-size:clamp(18px,5.4vw,22px)!important;
    font-weight:800!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
  }
  .hero h1.home-mobile-inline-title .bt-mobile-home-title .connected{
    position:relative!important;
    display:inline-block!important;
    color:#102a43!important;
  }
  .hero h1.home-mobile-inline-title .bt-mobile-home-title .connected::after{
    content:""!important;
    position:absolute!important;
    left:0!important;
    right:0!important;
    bottom:.06em!important;
    height:.28em!important;
    background:#f4d33d!important;
    z-index:-1!important;
    border-radius:1px!important;
    opacity:.95!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V13 — MINIMAL BRIEFCASE HEADING ACCENT
   Only one H1 on five core pages. No label pill.
   ========================================================= */

/* Disable any legacy heading-accent label if old cached markup appears. */
.bt-heading-accent{
  display:none!important;
}

.bt-briefcase-title{
  display:flex!important;
  align-items:flex-start!important;
  gap:11px!important;
}
.bt-briefcase-title .bt-title-briefcase{
  display:block!important;
  flex:0 0 auto!important;
  width:28px!important;
  height:28px!important;
  margin-top:.10em!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.bt-briefcase-title .bt-h1-text{
  min-width:0!important;
}

/* Mobile: keep briefcase + the already-short one-line mobile title. */
@media(max-width:760px){
  .hero h1.bt-briefcase-title,
  .page-hero h1.bt-briefcase-title{
    display:flex!important;
    align-items:center!important;
    gap:7px!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }

  .bt-briefcase-title .bt-title-briefcase{
    order:-1!important;
    width:23px!important;
    height:23px!important;
    margin:0!important;
  }

  /* Generic mobile H1 title generated from data-mobile-title */
  .hero h1.bt-briefcase-title::before,
  .page-hero h1.bt-briefcase-title::before{
    flex:0 1 auto!important;
    min-width:0!important;
  }

  /* Homepage uses the custom inline title so "connected" keeps its yellow underline. */
  .hero h1.home-mobile-inline-title.bt-briefcase-title .bt-mobile-home-title{
    flex:0 1 auto!important;
    min-width:0!important;
  }
}

/* =========================================================
   BUSINESS-TRAVEL V16 — MODERN HEADING ICONS + AI RATE NOTE
   Forms and approved search behavior remain unchanged.
   ========================================================= */

/* ---------- remove stale image heading accents ---------- */
.bt-heading-accent,
.bt-title-briefcase{
  display:none!important;
}

/* ---------- tasteful Font Awesome H1 icons on core pages ---------- */
.bt-icon-title{
  display:flex!important;
  align-items:flex-start!important;
  gap:12px!important;
}

.bt-heading-icon{
  --bt-icon:#0b6fa9;
  --bt-soft:#eaf7fd;
  --bt-border:#cde6f4;
  display:inline-grid!important;
  flex:0 0 auto!important;
  width:38px!important;
  height:38px!important;
  margin-top:.04em!important;
  place-items:center!important;
  border:1px solid var(--bt-border)!important;
  border-radius:12px!important;
  background:
    radial-gradient(circle at 27% 18%,rgba(255,255,255,.96),transparent 38%),
    linear-gradient(145deg,var(--bt-soft),#fff)!important;
  color:var(--bt-icon)!important;
  font-size:17px!important;
  line-height:1!important;
  box-shadow:0 8px 20px rgba(18,39,67,.08)!important;
}

.bt-heading-icon i{
  display:block!important;
  line-height:1!important;
  animation:none!important;
}

.bt-heading-icon--blue{
  --bt-icon:#0b6fa9;
  --bt-soft:#eaf7fd;
  --bt-border:#cde6f4;
}
.bt-heading-icon--sky{
  --bt-icon:#1877c9;
  --bt-soft:#eef7ff;
  --bt-border:#d4e8f9;
}
.bt-heading-icon--violet{
  --bt-icon:#6b58c7;
  --bt-soft:#f3f0ff;
  --bt-border:#dfd8f7;
}
.bt-heading-icon--teal{
  --bt-icon:#138673;
  --bt-soft:#edf9f6;
  --bt-border:#d2ece5;
}
.bt-heading-icon--gold{
  --bt-icon:#b27b19;
  --bt-soft:#fff8e9;
  --bt-border:#f0e0b9;
}
.bt-heading-icon--rose{
  --bt-icon:#c24e72;
  --bt-soft:#fff1f5;
  --bt-border:#f1d5df;
}

/* ---------- compact sitewide AI hotel-rate note ---------- */
.ai-rate-note{
  position:relative!important;
  padding:17px 0 19px!important;
  border-top:1px solid #e7edf4!important;
  background:
    radial-gradient(circle at 8% 0%,rgba(8,125,193,.05),transparent 28%),
    linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%)!important;
}

.ai-rate-note .wrap{
  width:min(1080px,calc(100% - 32px))!important;
}

.ai-rate-note p{
  margin:0!important;
  padding:13px 16px 13px 18px!important;
  border:1px solid #dce6ef!important;
  border-left:3px solid #087dc1!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.92)!important;
  color:#607085!important;
  font-size:12px!important;
  line-height:1.68!important;
  box-shadow:0 8px 22px rgba(18,39,67,.045)!important;
}

.ai-rate-note p::before{
  content:"AI HOTEL RATES"!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:22px!important;
  margin:0 9px 0 0!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:#eef6fb!important;
  color:#075b91!important;
  font-size:8px!important;
  font-weight:900!important;
  letter-spacing:.13em!important;
  vertical-align:1px!important;
}

.ai-rate-note a{
  position:relative!important;
  color:#075b91!important;
  font-weight:800!important;
  text-decoration:none!important;
}

.ai-rate-note a::after{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:-2px!important;
  height:1px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#087dc1,#7059d4)!important;
  opacity:.28!important;
  transform:scaleX(.72)!important;
  transform-origin:left center!important;
  transition:opacity .18s ease,transform .18s ease!important;
}

.ai-rate-note a:hover,
.ai-rate-note a:focus-visible{
  color:#0b4f7b!important;
}

.ai-rate-note a:hover::after,
.ai-rate-note a:focus-visible::after{
  opacity:.9!important;
  transform:scaleX(1)!important;
}

@media(max-width:760px){
  .hero h1.bt-icon-title,
  .page-hero h1.bt-icon-title{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }

  .bt-heading-icon{
    order:-1!important;
    width:27px!important;
    height:27px!important;
    margin:0!important;
    border-radius:8px!important;
    font-size:12px!important;
    box-shadow:0 5px 12px rgba(18,39,67,.06)!important;
  }

  .hero h1.home-mobile-inline-title.bt-icon-title .bt-mobile-home-title{
    flex:0 1 auto!important;
    min-width:0!important;
  }

  .ai-rate-note{
    padding:13px 0 15px!important;
  }

  .ai-rate-note .wrap{
    width:min(100% - 20px,1080px)!important;
  }

  .ai-rate-note p{
    padding:12px 13px 12px 14px!important;
    border-radius:12px!important;
    font-size:11px!important;
    line-height:1.62!important;
  }

  .ai-rate-note p::before{
    display:flex!important;
    width:max-content!important;
    margin:0 0 8px!important;
  }
}
