:root{--teal:#0f6e56;--teal-mid:#1d9e75;--teal-light:#e1f5ee;--teal-dark:#085041;--teal-deeper:#04342c;--amber:#ba7517;--amber-light:#faeeda;--amber-mid:#ef9f27;--text:#111917;--text-muted:#5a6b63;--text-hint:#8fa399;--surface:#fff;--surface-2:#f5f9f7;--surface-3:#eef5f1;--bg:#f0f5f2;--border:#0f281e17;--border-mid:#0f281e24;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--shadow-sm:0 1px 3px #0a1e140f, 0 1px 2px #0a1e140a;--shadow-md:0 4px 16px #0a1e1412, 0 2px 6px #0a1e140a;--shadow-lg:0 12px 40px #0a1e1417, 0 4px 12px #0a1e140d}*,:before,:after{box-sizing:border-box}html{scroll-behavior:auto}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}code{background:var(--surface-3);word-break:break-all;border:1px solid var(--border);border-radius:6px;padding:.15rem .45rem;font-family:Sora,monospace;font-size:.82em}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(1200px,100% - 2.5rem);margin:0 auto}.section{padding:4rem 0}.compact-top{padding-top:1.25rem}.alt-bg{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#ffffff8c}h1,h2,h3,h4,.hero-title{letter-spacing:-.03em;color:var(--text);margin:0 0 .75rem;font-family:Sora,system-ui,sans-serif;line-height:1.08}.hero-title{font-size:clamp(2.2rem,4.5vw,4.2rem);font-weight:600}h1{font-size:clamp(1.9rem,3.5vw,3.4rem);font-weight:600}h2{font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:600}h3{font-size:1.15rem;font-weight:600}h4{font-size:1rem;font-weight:600}p{margin:0 0 .75rem}p:last-child{margin-bottom:0}.eyebrow-text{letter-spacing:.09em;text-transform:uppercase;color:var(--teal);margin-bottom:.45rem;font-size:.72rem;font-weight:600;display:block}.muted{color:var(--text-muted);line-height:1.7}.muted.small{font-size:.88rem}.narrow{max-width:52rem}.text-link{color:var(--teal-dark);font-weight:600}.text-link:hover{text-decoration:underline}.site-header{z-index:60;position:sticky;top:0}.bdai-header{z-index:60!important;position:sticky!important;top:0!important}:root{--bdai-nav-h:72px}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;height:60px;display:flex}.brand-lockup{align-items:center;gap:10px;display:flex}.brand-mark{letter-spacing:-.035em;color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:1.25rem;font-weight:600}.brand-mark span{color:var(--teal)}.brand-sub{background:var(--teal-light);color:var(--teal-dark);letter-spacing:.04em;text-transform:none;border-radius:999px;padding:3px 9px;font-size:.68rem;font-weight:600}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-links a{color:var(--text-muted);border-radius:999px;padding:.4rem .75rem;font-size:.88rem;font-weight:500;transition:background .15s,color .15s}.nav-links a:hover{background:var(--surface-3);color:var(--text)}.footer-shell{justify-content:space-between;align-items:center;gap:1rem;display:flex}.site-footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0 1.5rem}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem;display:grid}.footer-brand p{color:var(--text-muted);margin-top:.6rem;font-size:.88rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:.09em;color:var(--text-hint);margin-bottom:.85rem;font-family:Sora,system-ui,sans-serif;font-size:.72rem;font-weight:600}.footer-col a{color:var(--text-muted);margin-bottom:.5rem;font-size:.88rem;transition:color .15s;display:block}.footer-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-hint);justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.82rem;display:flex}.footer-tagline{color:var(--teal);font-weight:600}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.note-card,.prose-card,.faq-card,.refiner{padding:1.4rem 1.5rem}.soft-note{box-shadow:var(--shadow-md);background:linear-gradient(160deg,#fff,#f5fbf8)}.premium-card{box-shadow:var(--shadow-md)}.discover-link{padding:1.25rem 1.4rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:block}.discover-link:hover{box-shadow:var(--shadow-md);border-color:#1d9e7540;transform:translateY(-3px)}.button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-family:DM Sans,system-ui,sans-serif;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.button.primary{background:var(--teal);color:#fff;border-color:var(--teal)}.button.primary:hover{background:var(--teal-dark);border-color:var(--teal-dark)}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border-mid)}.button.secondary:hover{border-color:var(--teal);color:var(--teal-dark)}.action-row{flex-wrap:wrap;gap:.65rem;margin-top:1.1rem;display:flex}.chip-row,.intent-summary{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.chip{background:var(--surface-3);color:var(--teal-deeper);border:1px solid #1d9e7524;border-radius:999px;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.82rem;font-weight:600;display:inline-flex}.pill,.match-badge{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1d9e752e;border-radius:999px;align-items:center;padding:.35rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.match-badge.small{padding:.28rem .6rem;font-size:.72rem}.chip-button{border:1px solid var(--border-mid);background:var(--surface);color:var(--text-muted);font:inherit;cursor:pointer;border-radius:999px;align-items:center;padding:.4rem .8rem;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.chip-button:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-light)}.compact-row{margin-top:.5rem}.hero-grid,.grid.two,.page-hero,.discovery-layout,.hotel-hero-grid{grid-template-columns:1.1fr .9fr;gap:2rem;display:grid}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;display:grid}.grid.one{gap:1rem;display:grid}.home-hero-grid{align-items:start}.section-head{margin-bottom:2rem}.results-head{justify-content:space-between;align-items:end;gap:1rem;display:flex}.hero-section{background:var(--surface);padding:4.5rem 0 3rem}.premium-hero{padding-top:5rem}.hero-copy,.muted{color:var(--text-muted);line-height:1.75}.friendly-search-box{border-radius:var(--radius-lg);border:1px solid var(--border-mid);background:var(--surface);box-shadow:var(--shadow-sm);padding:1rem;transition:border-color .2s,box-shadow .2s}.friendly-search-box:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751f}.hero-search-form{margin-top:1.5rem}.hero-search-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.85rem;display:flex}.workspace-input{width:100%;font:inherit;color:var(--text);resize:none;background:0 0;border:none;outline:none;min-height:6rem;padding:.65rem .85rem;font-size:.95rem;line-height:1.65}.workspace-input::placeholder{color:var(--text-hint)}.hero-input{min-height:7rem;font-size:1rem}.hero-workflow-card{box-shadow:var(--shadow-md);background:linear-gradient(160deg,#fff,#f5fbf8);padding:1.5rem}.message-stack{gap:.75rem;margin-top:.9rem;display:grid}.message{border-radius:var(--radius-md);padding:.8rem 1rem;font-size:.9rem;line-height:1.65}.user-message{background:var(--surface-3);border:1px solid var(--border);color:var(--text)}.assistant-message{background:var(--teal-light);color:var(--teal-deeper);border:1px solid #1d9e752e}.hotel-card{grid-template-columns:260px 1fr;display:grid;overflow:hidden}.hotel-image-wrap{min-height:100%}.hotel-image{object-fit:cover;width:100%;height:100%}.hotel-card-body{padding:1.25rem 1.35rem}.hotel-card-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.price-block strong,.price-panel strong,.price-inline{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:1.25rem}.price-block span{color:var(--text-muted);margin-top:2px;font-size:.8rem;display:block}.meta-list{color:var(--text-muted);margin:.85rem 0 0;padding-left:1.1rem;font-size:.88rem;line-height:1.8}.meta-list.compact{margin-top:.6rem}.why-fit-block{border-radius:var(--radius-md);background:var(--surface-3);border:1px solid #1d9e751a;margin-top:.85rem;padding:.85rem 1rem}.fit-list{color:#305246;margin:.4rem 0 0;padding-left:1.1rem;font-size:.88rem;line-height:1.75}.fit-list.compact{margin-top:.45rem}.hero-fit{max-width:38rem}.workspace-shell{grid-template-columns:minmax(0,1.5fr) minmax(280px,.72fr);align-items:start;gap:1.25rem;display:grid}.workspace-main{padding:1.4rem 1.5rem}.workspace-rail{gap:1rem;display:grid;position:sticky;top:5.5rem}.workspace-topbar{gap:1rem;margin-bottom:1.1rem;display:grid}.trip-summary-row{flex-wrap:wrap;gap:.5rem;display:flex}.workspace-chips{margin-top:.8rem}.clarify-panel,.results-status{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);margin-top:1rem;padding:1rem 1.15rem}.workspace-results{gap:.85rem;margin-top:1rem;display:grid}.ai-result-card{padding:1.15rem 1.25rem}.ai-result-header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.result-foot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.rail-card{padding:1rem 1.15rem}.align-right{text-align:right}.journey-shell{grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);align-items:start;gap:1.25rem;display:grid}.journey-main{padding:1.4rem 1.5rem}.journey-rail{gap:1rem;display:grid;position:sticky;top:5.5rem}.journey-header{grid-template-columns:minmax(0,1fr) 310px;align-items:start;gap:1rem;margin-bottom:1.1rem;display:grid}.journey-status-card{border-radius:var(--radius-md);border:1px solid var(--border);background:linear-gradient(160deg,#fff,#f5fbf8);padding:1rem 1.1rem}.journey-progress-list{gap:.7rem;margin-top:.75rem;display:grid}.journey-progress-item{color:var(--text-hint);align-items:center;gap:.75rem;font-size:.88rem;font-weight:600;display:flex}.journey-progress-item.done{color:var(--text)}.journey-progress-number{background:var(--surface-3);border:1px solid var(--border-mid);width:26px;height:26px;color:var(--text-hint);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:inline-flex}.journey-progress-item.done .journey-progress-number{background:var(--teal-light);color:var(--teal-dark);border-color:#1d9e7540}.journey-query-box{border-radius:var(--radius-lg);border:1px solid var(--border-mid);background:var(--surface);padding:1rem 1.1rem;transition:border-color .2s,box-shadow .2s}.journey-query-box:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751a}.journey-query-head{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.75rem;display:flex}.journey-input{min-height:5.5rem}.journey-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.journey-stage-card{padding:1rem 1.1rem}.journey-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.8rem;display:grid}.journey-fact{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);padding:.8rem .9rem}.journey-fact span{text-transform:uppercase;letter-spacing:.07em;color:var(--text-hint);margin-bottom:3px;font-size:.72rem;font-weight:700;display:block}.journey-fact strong{font-size:.92rem}.guided-actions-grid{gap:.8rem;margin-top:.85rem;display:grid}.guided-action{text-align:left;border-radius:var(--radius-md);border:1px solid var(--border-mid);background:var(--surface);cursor:pointer;padding:.9rem 1rem;transition:border-color .15s,box-shadow .15s}.guided-action:hover{border-color:var(--teal-mid);box-shadow:var(--shadow-sm)}.guided-action strong{margin:3px 0;font-size:.95rem;display:block}.guided-action small{color:var(--text-muted);font-size:.82rem}.journey-next-best-actions{flex-wrap:wrap;gap:.5rem;margin-top:.85rem;display:flex}.journey-results{margin-top:1rem}.guided-result-card{position:relative}.guided-result-rank{background:var(--amber-light);color:var(--amber);letter-spacing:.05em;text-transform:uppercase;border:1px solid #ba751733;border-radius:999px;align-items:center;margin-bottom:.85rem;padding:.4rem .75rem;font-size:.72rem;font-weight:700;display:inline-flex}.refiner-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.conversation-box{border:1px solid var(--border-mid);background:var(--surface);border-radius:var(--radius-md);width:100%;min-height:5.5rem;font:inherit;resize:vertical;outline:none;margin-top:1rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.6;transition:border-color .2s,box-shadow .2s}.conversation-box:focus{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751a}.result-stack,.faq-stack{gap:.85rem;margin-top:1rem;display:grid}.mini-result{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;padding-top:.85rem;display:flex}.mini-result-top{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.mini-result-actions{flex-direction:column;align-items:end;gap:.5rem;min-width:110px;display:flex}.rich-result h4{margin-bottom:.3rem}.sticky-panel{align-self:start;gap:1rem;display:grid;position:sticky;top:5.5rem}.link-list{margin:0;padding-left:1.1rem;font-size:.88rem;line-height:2}.faq-card h3{margin-bottom:.85rem}.hotel-hero{padding-bottom:2rem}.price-panel{border-radius:var(--radius-md);background:var(--surface-3);border:1px solid var(--border);justify-content:space-between;align-items:end;gap:1rem;margin-top:1rem;padding:1rem 1.2rem;display:flex}.image-stack{min-height:100%}.hero-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}dt{margin-bottom:.35rem;font-size:.88rem;font-weight:700}dd{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.65}.premium-page-hero{align-items:start}@media (max-width:1080px){.journey-header{grid-template-columns:1fr}}@media (max-width:960px){.hero-grid,.grid.two,.grid.three,.page-hero,.discovery-layout,.hotel-hero-grid,.hotel-card,.workspace-shell,.journey-shell{grid-template-columns:1fr}.sticky-panel,.workspace-rail,.journey-rail{position:static}.hotel-image-wrap{height:220px}.hotel-image{object-fit:cover;width:100%;height:220px}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:720px){.nav-shell{min-height:52px}.nav-links{display:none}.journey-stage-grid,.journey-facts-grid{grid-template-columns:1fr}.journey-query-head{flex-direction:column}.result-foot-grid{grid-template-columns:1fr}.ai-result-header,.hero-search-footer{flex-direction:column;align-items:stretch}.policy-grid{grid-template-columns:1fr}.mini-result,.hotel-card-head,.price-panel{flex-direction:column;align-items:stretch}.mini-result-actions{align-items:start}.section{padding:3rem 0}.container{width:calc(100% - 1.5rem)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:start;gap:.4rem}}.search-page-layout{gap:1.25rem;display:grid}.search-input-panel{padding:1.5rem 1.75rem}.search-input-inner{gap:1rem;display:grid}.search-input-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:1.5rem;display:flex}.search-heading{margin-bottom:0;font-size:clamp(1.5rem,2.5vw,2.2rem)}.search-progress-row{flex-wrap:wrap;flex-shrink:0;gap:.5rem;display:flex}.spill{color:var(--text-hint);white-space:nowrap;align-items:center;gap:5px;font-size:.78rem;font-weight:600;display:flex}.spill.done{color:var(--teal)}.spill-dot{background:var(--border-mid);border-radius:50%;flex-shrink:0;width:7px;height:7px;transition:background .2s}.spill.done .spill-dot{background:var(--teal-mid)}.spill-label{font-size:.75rem}.search-box-wrap{border:1px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);transition:border-color .2s,box-shadow .2s;overflow:hidden}.search-box-wrap:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751f}.search-master-input{width:100%;font:inherit;color:var(--text);resize:none;background:0 0;border:none;outline:none;min-height:90px;padding:1rem 1.25rem .75rem;font-size:1.05rem;line-height:1.65}.search-master-input::placeholder{color:var(--text-hint)}.search-box-footer{border-top:1px solid var(--border);background:var(--surface-2);gap:.6rem;padding:.75rem 1rem;display:grid}.search-context-tags{flex-wrap:wrap;gap:.45rem;display:flex}.search-body-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);align-items:start;gap:1.25rem;display:grid}.search-body-main{gap:1rem;display:grid}.search-body-rail{gap:1rem;display:grid;position:sticky;top:72px}.clarify-card{padding:1.35rem 1.5rem}.clarify-actions-grid{gap:.75rem;margin-bottom:1.1rem;display:grid}.facts-strip{border-top:1px solid var(--border);flex-wrap:wrap;gap:.5rem;margin-top:.25rem;padding-top:1rem;display:flex}.fact-pill{border-radius:var(--radius-md);background:var(--surface-3);border:1px solid var(--border);flex-direction:column;gap:2px;min-width:90px;padding:.55rem .75rem;display:flex}.fact-pill.missing{opacity:.55}.fact-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-hint);font-size:.68rem;font-weight:700}.fact-val{color:var(--text);font-size:.88rem;font-weight:600}.fact-pill.missing .fact-val{color:var(--text-hint);font-style:italic}.results-banner{background:var(--teal-light);border-radius:var(--radius-md);border:1px solid #1d9e7533;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;display:flex}.result-card{overflow:hidden}.result-rank-bar{background:var(--surface-2);border-bottom:1px solid var(--border);padding:.45rem 1.1rem}.result-rank-label{text-transform:uppercase;letter-spacing:.05em;color:var(--amber);font-size:.72rem;font-weight:700}.result-card-body{padding:1rem 1.1rem}.result-top{justify-content:space-between;align-items:start;gap:1rem;display:flex}.result-meta-row{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:.75rem;display:flex}@media (max-width:960px){.search-body-grid{grid-template-columns:1fr}.search-body-rail{position:static}.search-input-head{flex-direction:column;align-items:stretch}.search-progress-row{order:-1}}@media (max-width:600px){.search-input-panel{padding:1rem}.search-master-input{font-size:.95rem}.result-top{flex-direction:column}.facts-strip{gap:.4rem}}.home-hero{background:var(--surface);grid-template-columns:1fr 420px;align-items:center;gap:3rem;min-height:calc(100vh - 60px);padding:3rem 10vw;display:grid}.home-hero-inner{gap:1.5rem;display:grid}.home-hero-badge{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7533;border-radius:999px;align-items:center;gap:7px;width:fit-content;padding:5px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.home-hero-dot{background:var(--teal-mid);border-radius:50%;flex-shrink:0;width:7px;height:7px}.home-hero-title{letter-spacing:-.04em;margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(2.6rem,5vw,5rem);font-weight:600;line-height:1.06}.home-hero-title em{color:var(--teal);font-style:normal}.home-hero-sub{color:var(--text-muted);max-width:500px;margin:0;font-size:1rem;line-height:1.75}.home-search-form{gap:.85rem;display:grid}.home-search-box{background:var(--surface);border:1.5px solid var(--border-mid);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:border-color .2s,box-shadow .2s;overflow:hidden}.home-search-box:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 4px #1d9e751f, var(--shadow-md)}.home-search-input{width:100%;font:inherit;color:var(--text);resize:none;background:0 0;border:none;outline:none;min-height:96px;padding:1.1rem 1.25rem .75rem;font-size:1.05rem;line-height:1.65}.home-search-input::placeholder{color:var(--text-hint)}.home-search-footer{border-top:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem 1rem;display:flex}.home-search-chips{flex-wrap:wrap;gap:.4rem;display:flex}.hchip{background:var(--surface-3);color:var(--text-hint);border:1px solid var(--border);border-radius:999px;padding:3px 9px;font-size:.76rem;font-weight:600}.home-search-btn{background:var(--teal);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s}.home-search-btn:hover{background:var(--teal-dark)}.home-quick-starts{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.home-qs-label{color:var(--text-hint);flex-shrink:0;font-size:.82rem;font-weight:500}.home-qs-chip{color:var(--text-muted);border:1px solid var(--border-mid);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .85rem;font-size:.82rem;font-weight:500;transition:all .15s}.home-qs-chip:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-light)}.home-hero-steps{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xl);align-self:center;gap:1.5rem;padding:2rem;display:grid}.home-steps-list{gap:1.25rem;display:grid}.home-step{align-items:start;gap:1rem;display:flex}.home-step-num{background:var(--teal-light);width:32px;height:32px;color:var(--teal-dark);border:1px solid #1d9e7540;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Sora,system-ui,sans-serif;font-size:.85rem;font-weight:600;display:flex}.home-step-title{margin-bottom:3px;font-size:.95rem;font-weight:600}.home-step-body{color:var(--text-muted);font-size:.86rem;line-height:1.6}.home-hero-stat-row{border-top:1px solid var(--border);gap:0;padding-top:1.25rem;display:flex}.home-stat{text-align:center;flex:1}.home-stat+.home-stat{border-left:1px solid var(--border)}.home-stat-val{color:var(--teal);font-family:Sora,system-ui,sans-serif;font-size:1.5rem;font-weight:600}.home-stat-label{color:var(--text-muted);margin-top:2px;font-size:.76rem;font-weight:500}.sw-stage-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:.85rem 0}.sw-stage-inner{align-items:center;gap:0;display:flex}.sw-stage-step{color:var(--text-hint);flex-shrink:0;align-items:center;gap:.6rem;font-size:.86rem;font-weight:600;display:flex}.sw-stage-step.active{color:var(--text)}.sw-stage-step.done{color:var(--teal)}.sw-stage-num{background:var(--surface-3);border:1px solid var(--border-mid);width:26px;height:26px;color:var(--text-hint);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.sw-stage-step.active .sw-stage-num{background:var(--text);color:var(--surface);border-color:var(--text)}.sw-stage-step.done .sw-stage-num{background:var(--teal-light);color:var(--teal-dark);border-color:#1d9e754d;font-size:.72rem}.sw-stage-line{background:var(--border);flex:1;min-width:40px;height:1px;margin:0 .85rem}.sw-page{padding-bottom:4rem}.sw-layout{grid-template-columns:minmax(0,1.6fr) 290px;align-items:start;gap:1.25rem;padding-top:1.5rem;display:grid}.sw-main{gap:1rem;display:grid}.sw-rail{gap:1rem;display:grid;position:sticky;top:100px}.sw-input-card{padding:1.5rem}.sw-input-card.sw-input-compact{padding:1rem 1.25rem}.sw-input-header{margin-bottom:1rem}.sw-input-title{margin-bottom:.35rem;font-size:1.6rem}.sw-input-sub{margin-bottom:0;font-size:.92rem}.sw-textarea-wrap{border:1.5px solid var(--border-mid);border-radius:var(--radius-md);transition:border-color .2s,box-shadow .2s;overflow:hidden}.sw-textarea-wrap:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751a}.sw-textarea-wrap.compact .sw-textarea{min-height:60px;font-size:.95rem}.sw-textarea{background:var(--surface);width:100%;font:inherit;color:var(--text);resize:none;border:none;outline:none;min-height:80px;padding:.9rem 1.1rem .65rem;font-size:1rem;line-height:1.65}.sw-textarea::placeholder{color:var(--text-hint)}.sw-textarea-footer{background:var(--surface-2);border-top:1px solid var(--border);gap:.5rem;padding:.65rem .9rem;display:grid}.sw-context-tags{flex-wrap:wrap;gap:.4rem;min-height:24px;display:flex}.ctag{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1d9e7533;border-radius:999px;padding:2px 9px;font-size:.76rem;font-weight:600}.sw-chip-actions{flex-wrap:wrap;gap:.4rem;display:flex}.sw-clarify-card{padding:1.4rem 1.5rem}.sw-clarify-ai-badge,.sw-ai-badge-small{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:.75rem;font-size:.76rem;font-weight:700;display:inline-flex}.sw-ai-dot{background:var(--teal-mid);border-radius:50%;width:7px;height:7px}.sw-clarify-msg{margin-bottom:.4rem;font-size:1.05rem;font-weight:600;line-height:1.5}.sw-clarify-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:1.1rem;display:flex}.sw-clarify-btn{border-radius:var(--radius-md);border:1.5px solid var(--border-mid);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;gap:2px;min-width:130px;padding:.85rem 1.1rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.sw-clarify-btn:hover{border-color:var(--teal-mid);background:var(--teal-light);box-shadow:var(--shadow-sm)}.sw-clarify-btn-label{text-transform:uppercase;letter-spacing:.07em;color:var(--teal);font-size:.7rem;font-weight:700;display:block}.sw-clarify-btn strong{color:var(--text);font-size:1rem;display:block}.sw-clarify-btn-hint{color:var(--text-muted);font-size:.76rem;display:block}.sw-understood-strip{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;padding-top:1rem;display:flex}.sw-understood-label{color:var(--text-hint);text-transform:uppercase;letter-spacing:.06em;margin-right:.25rem;font-size:.76rem;font-weight:600}.sw-understood-item{border-radius:var(--radius-sm);background:var(--teal-light);border:1px solid #1d9e7526;flex-direction:column;gap:1px;padding:.4rem .7rem;display:flex}.sw-understood-item.missing{background:var(--surface-3);border-color:var(--border);opacity:.6}.sw-understood-key{text-transform:uppercase;letter-spacing:.07em;color:var(--teal);font-size:.66rem;font-weight:700}.sw-understood-item.missing .sw-understood-key{color:var(--text-hint)}.sw-understood-val{color:var(--teal-dark);font-size:.82rem;font-weight:600}.sw-understood-item.missing .sw-understood-val{color:var(--text-hint);font-style:italic}.sw-results-header{background:var(--teal-light);border-radius:var(--radius-md);border:1px solid #1d9e7533;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.sw-refine-chips{flex-wrap:wrap;gap:.4rem;display:flex}.sw-results-list{gap:1rem;margin-top:1rem;display:grid}.sw-hotel-card{position:relative;overflow:hidden}.sw-rank-ribbon{text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);padding:.4rem 1.1rem;font-size:.7rem;font-weight:700}.sw-hotel-body{grid-template-columns:220px 1fr;display:grid}.sw-hotel-img-wrap{height:100%;min-height:200px;position:relative;overflow:hidden}.sw-hotel-img{object-fit:cover;width:100%;height:100%;display:block}.sw-hotel-img-price{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:var(--radius-sm);background:#000000a6;align-items:baseline;gap:3px;padding:4px 10px;display:flex;position:absolute;bottom:10px;left:10px}.sw-price-main{color:#fff;font-family:Sora,system-ui,sans-serif;font-size:1.05rem;font-weight:600}.sw-price-label{color:#ffffffbf;font-size:.72rem}.sw-hotel-content{align-content:start;gap:.65rem;padding:1rem 1.15rem;display:grid}.sw-hotel-top{justify-content:space-between;align-items:start;gap:.75rem;display:flex}.sw-hotel-name{margin-bottom:0;font-size:1.1rem}.sw-hotel-badges{flex-direction:column;flex-shrink:0;align-items:end;gap:.35rem;display:flex}.sw-avail-badge{background:var(--amber-light);color:var(--amber);border:1px solid #ba751733;border-radius:999px;padding:3px 9px;font-size:.72rem;font-weight:700}.sw-avail-badge.low{color:#a32d2d;background:#feeded;border-color:#a32d2d33}.sw-hotel-summary{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.6}.sw-why-fit{background:var(--surface-3);border-radius:var(--radius-sm);padding:.65rem .85rem}.sw-why-list{flex-wrap:wrap;gap:.4rem;margin-top:.35rem;display:flex}.sw-why-item{color:var(--teal-deeper);align-items:center;gap:4px;font-size:.82rem;display:flex}.sw-why-tick{color:var(--teal-mid);flex-shrink:0;font-size:.76rem}.sw-amenity-row{flex-wrap:wrap;gap:.35rem;display:flex}.sw-amenity-chip{background:var(--surface-3);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:.74rem;font-weight:600}.sw-hotel-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.4rem;display:flex}.sw-hotel-dist{font-size:.82rem}.sw-hotel-actions{gap:.5rem;display:flex}.sw-rail-card{padding:1rem 1.1rem}.sw-context-list{gap:.5rem;margin-top:.6rem;display:grid}.sw-ctx-row{justify-content:space-between;align-items:center;gap:.5rem;font-size:.86rem;display:flex}.sw-ctx-key{color:var(--text-muted)}.sw-ctx-val{font-weight:600}.sw-ctx-val.missing{color:var(--text-hint);font-style:italic;font-weight:400}.sw-quick-chips{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}@media (max-width:1100px){.home-hero{grid-template-columns:1fr;gap:2rem;min-height:auto;padding:3rem 5vw}.home-hero-steps{display:none}}@media (max-width:960px){.sw-layout{grid-template-columns:1fr}.sw-rail{position:static}.sw-hotel-body{grid-template-columns:1fr}.sw-hotel-img-wrap{height:200px;min-height:auto}.home-hero{padding:2rem 1.25rem}}@media (max-width:720px){.home-hero-title{font-size:2.4rem}.sw-stage-inner{gap:.5rem}.sw-stage-label{display:none}.sw-clarify-actions,.sw-hotel-top{flex-direction:column}.sw-hotel-badges{flex-direction:row;align-items:start}.sw-results-header{flex-direction:column;align-items:stretch}}.wow-hero{background:#0a1310;align-items:center;min-height:calc(100vh - 60px);display:flex;position:relative;overflow:hidden}.wow-orb{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.wow-orb-1{background:radial-gradient(circle,#1d9e7538,#0000 70%);width:600px;height:600px;top:-100px;left:-100px}.wow-orb-2{background:radial-gradient(circle,#1d9e751f,#0000 70%);width:400px;height:400px;bottom:-80px;right:200px}.wow-orb-3{background:radial-gradient(circle,#ba75171a,#0000 70%);width:300px;height:300px;top:40%;right:0}.wow-hero-inner{z-index:2;grid-template-columns:1fr 460px;align-items:center;gap:3.5rem;padding-top:2rem;padding-bottom:2rem;display:grid;position:relative}.wow-left{gap:1.75rem;display:grid}.wow-badge{letter-spacing:.05em;text-transform:uppercase;color:#a7f3d0e6;background:#1d9e7526;border:1px solid #1d9e754d;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:5px 13px;font-size:.76rem;font-weight:700;display:inline-flex}.wow-badge-dot{background:var(--teal-mid);width:6px;height:6px;box-shadow:0 0 6px var(--teal-mid);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.8)}}.wow-title{letter-spacing:-.04em;color:#fff;margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(2.8rem,5.5vw,5.2rem);font-weight:600;line-height:1.04}.wow-title-em{color:var(--teal-mid);font-style:normal;display:block}.wow-sub{color:#cbd5e1cc;max-width:520px;margin:0;font-size:1.05rem;line-height:1.75}.wow-search-form{gap:.75rem;display:grid}.wow-search-box{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;align-items:start;gap:0;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.wow-search-box:focus-within{border-color:#1d9e7599;box-shadow:0 0 0 3px #1d9e7526}.wow-search-icon{color:#a7f3d099;flex-shrink:0;padding:1rem .75rem 0 1.1rem}.wow-search-input{font:inherit;color:#fff;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:58px;padding:1rem .75rem;font-size:1rem;line-height:1.6}.wow-search-input::placeholder{color:#94a3b899}.wow-search-btn{background:var(--teal);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:none;align-self:stretch;padding:1rem 1.35rem;font-size:.9rem;font-weight:600;transition:background .15s}.wow-search-btn:hover{background:var(--teal-dark)}.wow-quick-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.wow-quick-label{color:#94a3b899;flex-shrink:0;font-size:.78rem;font-weight:500}.wow-quick-chip{color:#cbd5e1bf;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:999px;padding:.3rem .85rem;font-size:.8rem;font-weight:500;transition:all .15s}.wow-quick-chip:hover{color:#a7f3d0e6;background:#1d9e751a;border-color:#1d9e7580}.wow-trust-row{border-radius:var(--radius-md);background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:1.5rem;width:fit-content;padding:1.1rem 1.4rem;display:flex}.wow-trust-item{flex-direction:column;gap:2px;display:flex}.wow-trust-val{color:var(--teal-mid);font-family:Sora,system-ui,sans-serif;font-size:1.4rem;font-weight:600}.wow-trust-label{color:#94a3b8b3;font-size:.74rem;font-weight:500}.wow-trust-divider{background:#ffffff1a;width:1px;height:32px}.wow-journey-card{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff1a;gap:1rem;padding:1.5rem;display:grid}.wow-journey-header{align-items:center;gap:8px;display:flex}.wow-journey-pulse{background:var(--teal-mid);width:8px;height:8px;box-shadow:0 0 8px var(--teal-mid);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite pulse-dot}.wow-journey-live{text-transform:uppercase;letter-spacing:.09em;color:#a7f3d0b3;font-size:.72rem;font-weight:700}.wow-msgs{gap:.55rem;display:grid}.wow-msg{border-radius:var(--radius-md);padding:.65rem .9rem;font-size:.84rem;line-height:1.6}.wow-msg-user{color:#e2e8f0e6;background:#ffffff12;border:1px solid #ffffff14;align-self:end;margin-left:2rem}.wow-msg-ai{color:#a7f3d0e6;background:#1d9e751f;border:1px solid #1d9e7533;margin-right:2rem}.wow-mini-results{gap:.5rem;display:grid}.wow-mini-hotel{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:.75rem;padding:.6rem .8rem;transition:border-color .15s;display:flex}.wow-mini-hotel:hover{border-color:#1d9e7559}.wow-mini-hotel-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:44px;height:44px}.wow-mini-hotel-info{flex:1;min-width:0}.wow-mini-hotel-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--amber-mid);margin-bottom:2px;font-size:.66rem;font-weight:700}.wow-mini-hotel-name{color:#e2e8f0e6;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.wow-mini-hotel-area{color:#94a3b899;font-size:.74rem}.wow-mini-hotel-price{color:var(--teal-mid);white-space:nowrap;flex-shrink:0;font-family:Sora,system-ui,sans-serif;font-size:.95rem;font-weight:600}.wow-mini-hotel-price span{color:#94a3b899;margin-left:2px;font-size:.66rem}.wow-journey-steps{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.wow-jstep{color:#a7f3d0b3;align-items:center;gap:8px;font-size:.78rem;font-weight:600;display:flex}.wow-jstep-num{width:20px;height:20px;color:var(--teal-mid);background:#1d9e7533;border:1px solid #1d9e754d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:700;display:flex}@media (max-width:1100px){.wow-hero-inner{grid-template-columns:1fr;padding:3rem 0}.wow-right{display:none}.wow-hero{min-height:auto;padding:1rem 0}}@media (max-width:720px){.wow-title{font-size:2.6rem}.wow-trust-row{flex-wrap:wrap;gap:1rem}.wow-search-box{flex-direction:column}.wow-search-btn{text-align:center;width:100%;padding:.85rem}.wow-journey-steps{grid-template-columns:1fr}}.hotelier-page{padding-bottom:80px}.hl-hero{background:#fff;padding:7rem 0 5rem;position:relative;overflow:hidden}.hl-hero-bg{pointer-events:none;background:radial-gradient(circle at 0 0,#0f6e560f,#0000 40%),linear-gradient(#fff,#f8fafc 60%,#fff);position:absolute;inset:0}.hl-hero-inner{z-index:2;grid-template-columns:1.1fr .9fr;align-items:center;gap:3.5rem;display:grid;position:relative}.hl-hero-left{gap:1.5rem;display:grid}.hl-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7533;border-radius:999px;align-items:center;width:fit-content;padding:5px 13px;font-size:.72rem;font-weight:700;display:inline-flex}.hl-hero-title{letter-spacing:-.04em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(2.2rem,4vw,4rem);font-weight:600;line-height:1.06}.hl-hero-em{color:var(--teal);font-style:normal}.hl-hero-sub{color:var(--text-muted);max-width:520px;margin:0;font-size:1rem;line-height:1.75}.hl-stat-row{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}.hl-stat-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);padding:.9rem 1rem}.hl-stat-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-hint);margin-bottom:4px;font-size:.68rem;font-weight:700}.hl-stat-val{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:1.75rem;font-weight:600}.hl-stat-sub{color:var(--text-muted);margin-top:2px;font-size:.78rem}.hl-hero-ctas{flex-wrap:wrap;gap:.85rem;display:flex}.hl-btn-primary{background:var(--teal);color:#fff;border-radius:var(--radius-md);font:inherit;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.hl-btn-primary:hover{background:var(--teal-dark)}.hl-btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border-mid);border-radius:var(--radius-md);font:inherit;cursor:pointer;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex}.hl-btn-secondary:hover{border-color:var(--teal);color:var(--teal-dark)}.hl-btn-dark{background:var(--text);color:var(--surface);border-radius:var(--radius-md);font:inherit;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.hl-btn-dark:hover{background:var(--teal)}.hl-hero-checks{color:var(--text-muted);flex-wrap:wrap;gap:1.25rem;font-size:.88rem;display:flex}.hl-revenue-card{border-radius:var(--radius-xl);color:#fff;background:linear-gradient(#0f172a 0%,#111827 100%);padding:1.75rem;box-shadow:0 30px 80px #0f172a33}.hl-revenue-header{justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1.25rem;display:flex}.hl-revenue-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#a7f3d0bf;margin-bottom:.5rem;font-size:.68rem;font-weight:700}.hl-revenue-title{font-family:Sora,system-ui,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.35}.hl-revenue-icon{background:#ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;display:flex}.hl-revenue-rows{gap:.75rem;margin-bottom:1.1rem;display:grid}.hl-revenue-row{border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.hl-revenue-row-loss{background:#ffffff0a;border:1px solid #ffffff14}.hl-revenue-row-gain{background:#1d9e751f;border:1px solid #1d9e7533}.hl-revenue-row-label{color:#cbd5e1d9;margin-bottom:3px;font-size:.9rem}.hl-revenue-row-sub{text-transform:uppercase;letter-spacing:.06em;color:#94a3b899;font-size:.72rem}.hl-revenue-row-val{flex-shrink:0;font-family:Sora,system-ui,sans-serif;font-size:2rem;font-weight:700}.hl-revenue-loss{color:#f87171}.hl-revenue-gain{color:#6ee7b7}.hl-metric-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.1rem;display:grid}.hl-metric-card{border-radius:var(--radius-md);background:#fff;padding:1rem 1.1rem}.hl-metric-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-hint);margin-bottom:.35rem;font-size:.68rem;font-weight:700}.hl-metric-val{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:2rem;font-weight:700}.hl-revenue-footer{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.hl-revenue-footer-title{color:#fff;font-size:.9rem;font-weight:600}.hl-revenue-footer-sub{color:#94a3b8b3;margin-top:2px;font-size:.78rem}.hl-revenue-join-btn{color:var(--text);border-radius:var(--radius-sm);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border:none;padding:.65rem 1.1rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .15s}.hl-revenue-join-btn:hover{background:var(--teal-light)}.hl-section{padding:4rem 0}.hl-section-alt{background:var(--surface-2)}.hl-section-inner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:2.5rem 3rem}.hl-section-eyebrow{text-transform:uppercase;letter-spacing:.09em;color:var(--teal);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.hl-section-title{letter-spacing:-.03em;color:var(--text);margin:0 0 .75rem;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:600;line-height:1.1}.hl-section-head{margin-bottom:2rem}.hl-section-sub{color:var(--text-muted);max-width:600px;margin:0;font-size:1rem;line-height:1.7}.hl-why-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.hl-why-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.35rem}.hl-why-card-title{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.hl-why-card-body{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.65}.hl-impact-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.hl-impact-card{border-radius:var(--radius-xl);padding:2rem 2.25rem}.hl-impact-without{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.hl-impact-with{background:var(--teal);box-shadow:0 20px 60px #0f6e5640}.hl-impact-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-hint);margin-bottom:.75rem;font-size:.68rem;font-weight:700}.hl-impact-title{color:var(--text);margin:0 0 1.25rem;font-family:Sora,system-ui,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.3}.hl-impact-list{color:var(--text-muted);gap:.85rem;margin:0;padding:0;font-size:.92rem;list-style:none;display:grid}.hl-impact-list li{align-items:start;gap:.75rem;line-height:1.55;display:flex}.hl-impact-cross{color:#f87171;flex-shrink:0;margin-top:1px;font-size:1rem}.hl-impact-check{color:#a7f3d0e6;flex-shrink:0;margin-top:1px;font-size:1rem}.hl-how-header{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.hl-how-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.hl-how-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);padding:1.25rem}.hl-how-num{border-radius:var(--radius-sm);background:var(--teal-light);width:40px;height:40px;color:var(--teal-dark);justify-content:center;align-items:center;margin-bottom:1rem;font-family:Sora,system-ui,sans-serif;font-size:1rem;font-weight:700;display:flex}.hl-how-title{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.hl-how-body{color:var(--text-muted);margin:0;font-size:.86rem;line-height:1.6}.hl-conversion-card{border-radius:var(--radius-xl);background:#0f172a;grid-template-columns:1fr 420px;align-items:center;gap:3rem;padding:3rem;display:grid}.hl-conversion-title{letter-spacing:-.03em;color:#fff;margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.5rem);font-weight:600;line-height:1.1}.hl-conversion-box{border-radius:var(--radius-lg);background:#fff;padding:1.75rem;box-shadow:0 20px 60px #0003}.hl-conversion-box-label{text-transform:uppercase;letter-spacing:.09em;color:var(--text-hint);margin-bottom:1rem;font-size:.68rem;font-weight:700}.hl-conversion-rows{gap:0;display:grid}.hl-conversion-row{border-bottom:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;font-size:.9rem;display:flex}.hl-conversion-row:last-child{border-bottom:none}.hl-conversion-row strong{color:var(--text);font-weight:700}.hl-join-grid{grid-template-columns:.95fr 1.05fr;align-items:start;gap:3rem;display:grid}.hl-join-checks{gap:.85rem;margin:1.25rem 0 0;padding:0;list-style:none;display:grid}.hl-join-checks li{color:var(--text-muted);gap:.75rem;font-size:.92rem;line-height:1.55;display:flex}.hl-check-icon{color:var(--teal);flex-shrink:0;font-weight:700}.hl-join-form-wrap{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem}.hl-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hl-field{gap:.45rem;display:grid}.hl-field-full{grid-column:span 2}.hl-label{color:var(--text);font-size:.86rem;font-weight:700}.hl-input{border:1px solid var(--border-mid);background:var(--surface);border-radius:var(--radius-md);font:inherit;color:var(--text);outline:none;width:100%;padding:.85rem 1rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.hl-input:focus{border-color:var(--teal-mid);box-shadow:0 0 0 3px #1d9e751a}.hl-input::placeholder{color:var(--text-hint)}.hl-select{cursor:pointer;appearance:none}.hl-form-submit{background:var(--text);width:100%;color:var(--surface);border-radius:var(--radius-md);font:inherit;cursor:pointer;border:none;margin-top:1.25rem;padding:1rem;font-size:1rem;font-weight:700;transition:background .15s}.hl-form-submit:hover{background:var(--teal)}.hl-form-note{text-align:center;color:var(--text-hint);margin-top:.6rem;font-size:.76rem}.hl-sticky-bar{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);background:#fffffff0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 30px #0f172a12}.hl-sticky-inner{justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;display:flex}.hl-sticky-title{font-size:.95rem;font-weight:700}.hl-sticky-sub{color:var(--text-muted);font-size:.82rem}@media (max-width:1100px){.hl-hero-inner{grid-template-columns:1fr}.hl-hero-right{display:none}.hl-conversion-card,.hl-join-grid{grid-template-columns:1fr}}@media (max-width:960px){.hl-impact-grid{grid-template-columns:1fr}.hl-how-grid{grid-template-columns:1fr 1fr}.hl-why-grid,.hl-stat-row{grid-template-columns:1fr}.hl-section-inner{padding:1.75rem}}@media (max-width:720px){.hl-hero{padding:5rem 0 3rem}.hl-how-grid,.hl-form-grid{grid-template-columns:1fr}.hl-field-full{grid-column:span 1}.hl-conversion-card{padding:1.75rem}.hl-hero-ctas{flex-direction:column}.hl-btn-primary,.hl-btn-secondary{text-align:center}.hl-sticky-inner{flex-direction:column;align-items:stretch}}.sw-partner-badge{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1d9e7538;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.sw-ai-badge{background:var(--amber-light);color:var(--amber);border:1px solid #ba751733;border-radius:999px;align-items:center;gap:4px;padding:3px 9px;font-size:.72rem;font-weight:700;display:inline-flex}.sw-star-badge{color:var(--amber-mid);font-size:.8rem}.sw-rank-ribbon{text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.42rem 1.1rem;font-size:.7rem;font-weight:700;display:flex}.sw-rank-ribbon.rank-1{color:var(--amber);background:#fff8ec}.sw-rank-ribbon.rank-2{background:var(--teal-light);color:var(--teal-dark)}.sw-rank-ribbon.rank-3{background:var(--surface-2);color:var(--text-muted)}.sw-non-partner-pill{text-transform:uppercase;letter-spacing:.06em;color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000085;border-radius:999px;padding:3px 8px;font-size:.66rem;font-weight:700;position:absolute;top:8px;left:8px}.sw-hotel-img-placeholder{background:var(--surface-3);width:100%;height:100%;min-height:200px;color:var(--text-hint);justify-content:center;align-items:center;font-family:Sora,system-ui,sans-serif;font-size:3rem;font-weight:600;display:flex}.sw-no-direct-btn{background:var(--surface-3)!important;border-color:var(--border-mid)!important;color:var(--text-muted)!important}.sw-no-direct-btn:hover{border-color:var(--amber)!important;color:var(--amber)!important}.sw-ai-warn{color:var(--amber);background:var(--amber-light);border-radius:var(--radius-sm);border:1px solid #ba751733;margin-top:.5rem;padding:.65rem .9rem;font-size:.84rem}.sw-rail-explain{border-bottom:1px solid var(--border);gap:.35rem;padding-bottom:.75rem;display:grid}.sw-rail-explain:last-child{border-bottom:none;padding-bottom:0}.sw-error-card{padding:1.5rem}.sw-loading-wrap{gap:1rem;display:grid}.sw-skeleton{grid-template-columns:220px 1fr;height:180px;display:grid;overflow:hidden}.sk-img{background:linear-gradient(90deg, var(--surface-3) 25%, var(--surface-2) 50%, var(--surface-3) 75%);background-size:200% 100%;animation:1.4s infinite shimmer}.sk-body{align-content:start;gap:.75rem;padding:1rem 1.25rem;display:grid}.sk-line{background:linear-gradient(90deg, var(--surface-3) 25%, var(--surface-2) 50%, var(--surface-3) 75%);background-size:200% 100%;border-radius:6px;height:14px;animation:1.4s infinite shimmer}.sk-line-short{width:45%}.sk-line-med{width:70%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:600px){.sw-skeleton{grid-template-columns:1fr;height:auto}}.popup-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a140f99;justify-content:center;align-items:center;padding:1.25rem;animation:.18s popup-fade-in;display:flex;position:fixed;inset:0}@keyframes popup-fade-in{0%{opacity:0}to{opacity:1}}.popup-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:540px;max-height:90vh;animation:.2s popup-slide-up;position:relative;overflow-y:auto;box-shadow:0 32px 80px #0a140f38}@keyframes popup-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-close{background:var(--surface-3);border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-muted);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;transition:all .15s;display:flex;position:absolute;top:1rem;right:1rem}.popup-close:hover{background:var(--surface-2);color:var(--text)}.popup-header{align-items:start;gap:1rem;padding:1.75rem 1.75rem 1.25rem;display:flex}.popup-icon{border-radius:var(--radius-md);width:48px;height:48px;color:var(--amber);background:#fef3c7;border:1px solid #ba751733;flex-shrink:0;justify-content:center;align-items:center;display:flex}.popup-title{color:var(--text);margin-bottom:3px;font-family:Sora,system-ui,sans-serif;font-size:1.15rem;font-weight:600}.popup-hotel-name{color:var(--text-muted);font-size:.88rem;font-weight:500}.popup-body{padding:0 1.75rem 1.25rem}.popup-message{color:var(--text-muted);margin-bottom:1rem;font-size:.92rem;line-height:1.65}.popup-info-row{gap:.65rem;display:grid}.popup-info-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;font-size:.88rem;display:flex}.popup-info-item:last-child{border-bottom:none}.popup-info-label{color:var(--text-muted);font-weight:500}.popup-info-val{color:var(--text);font-weight:600}.popup-link{color:var(--teal);font-weight:600;text-decoration:none}.popup-link:hover{text-decoration:underline}.popup-divider{background:var(--border);height:1px;margin:0 1.75rem}.popup-lead{background:var(--teal-light);border-radius:0 0 var(--radius-xl) var(--radius-xl);padding:1.35rem 1.75rem 1.75rem}.popup-lead-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--teal);margin-bottom:.6rem;font-size:.68rem;font-weight:700;display:inline-flex}.popup-lead-title{color:var(--teal-deeper);margin-bottom:.5rem;font-family:Sora,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.3}.popup-lead-body{color:var(--teal-dark);margin-bottom:.85rem;font-size:.88rem;line-height:1.65}.popup-lead-perks{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.popup-lead-perk{color:var(--teal-dark);background:#1d9e751f;border:1px solid #1d9e7533;border-radius:999px;padding:3px 9px;font-size:.78rem;font-weight:600}.popup-lead-actions{flex-wrap:wrap;gap:.65rem;display:flex}.popup-btn-primary{background:var(--teal);color:#fff;border-radius:var(--radius-md);font:inherit;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;padding:.7rem 1.35rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.popup-btn-primary:hover{background:var(--teal-dark)}.popup-btn-secondary{color:var(--teal-dark);border-radius:var(--radius-md);font:inherit;cursor:pointer;background:#fff9;border:1px solid #1d9e7540;justify-content:center;align-items:center;padding:.7rem 1.25rem;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.popup-btn-secondary:hover{background:#fff}@media (max-width:600px){.popup-header{padding:1.25rem 1.25rem 1rem}.popup-body,.popup-divider{padding-left:1.25rem;padding-right:1.25rem}.popup-divider{margin:0 1.25rem}.popup-lead{padding:1.1rem 1.25rem 1.5rem}.popup-lead-actions{flex-direction:column}.popup-btn-primary,.popup-btn-secondary{text-align:center}}.sw-img-loading{background:linear-gradient(90deg, var(--surface-3) 25%, var(--surface-2) 50%, var(--surface-3) 75%);background-size:200% 100%;animation:1.4s infinite shimmer}.sw-img-loading span{display:none}.sw-pexels-credit{color:#fff9;z-index:2;background:#00000059;border-radius:4px;padding:2px 6px;font-size:.62rem;text-decoration:none;transition:color .15s;position:absolute;bottom:6px;right:8px}.sw-pexels-credit:hover{color:#ffffffe6}.gj-page{background:var(--surface);flex-direction:column;min-height:calc(100vh - 60px);display:flex}.gj-wrap{flex-direction:column;flex:1;width:100%;max-width:680px;margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;position:relative}.gj-progress{justify-content:center;gap:8px;margin-bottom:3rem;display:flex}.gj-progress-dot{background:var(--border-mid);border-radius:50%;width:8px;height:8px;transition:all .3s}.gj-progress-dot.active{background:var(--teal);border-radius:999px;width:24px}.gj-progress-dot.done{background:var(--teal-mid)}.gj-back{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.35rem 0;font-size:.88rem;transition:color .15s;position:absolute;top:3rem;left:1.5rem}.gj-back:hover{color:var(--text)}.gj-step{gap:1.75rem;animation:.25s gj-fade-up;display:grid}@keyframes gj-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.gj-step-context{flex-wrap:wrap;gap:.5rem;display:flex}.gj-context-tag{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7533;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:600}.gj-step-head{gap:.5rem;display:grid}.gj-q{letter-spacing:-.03em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:600;line-height:1.1}.gj-sub{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.gj-input-wrap{gap:.75rem;display:grid}.gj-input{border:2px solid var(--border-mid);border-radius:var(--radius-lg);width:100%;font:inherit;color:var(--text);background:var(--surface);outline:none;padding:1.1rem 1.25rem;font-size:1.1rem;transition:border-color .2s,box-shadow .2s}.gj-input:focus{border-color:var(--teal-mid);box-shadow:0 0 0 4px #1d9e751a}.gj-input::placeholder{color:var(--text-hint)}.gj-date-hint{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--radius-md);border:1px solid #1d9e7533;padding:.6rem .9rem;font-size:.88rem;font-weight:600;animation:.15s gj-fade-up}.gj-next-btn{background:var(--text);color:var(--surface);border-radius:var(--radius-md);font:inherit;cursor:pointer;border:none;align-self:start;padding:1rem 1.75rem;font-size:1rem;font-weight:600;transition:background .15s,transform .1s}.gj-next-btn:hover{background:var(--teal)}.gj-next-btn:active{transform:scale(.98)}.gj-next-btn:disabled{opacity:.35;cursor:not-allowed}.gj-quick-chips{flex-wrap:wrap;gap:.5rem;display:flex}.gj-chip{font:inherit;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;padding:.45rem .95rem;font-size:.88rem;font-weight:500;transition:all .15s}.gj-chip:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-light)}.gj-guest-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.gj-guest-btn{border:2px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;flex-direction:column;align-items:center;gap:.4rem;padding:1.25rem .75rem;transition:all .15s;display:flex}.gj-guest-btn:hover{border-color:var(--teal);background:var(--teal-light);transform:translateY(-2px)}.gj-guest-icon{font-size:2rem}.gj-guest-label{color:var(--text);font-size:.95rem;font-weight:600}.gj-guest-sub{color:var(--text-muted);font-size:.78rem}.gj-vibe-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.gj-vibe-btn{border:2px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;align-items:start;gap:.25rem;padding:1.25rem;transition:all .15s;display:flex}.gj-vibe-btn:hover{border-color:var(--teal);background:var(--teal-light);transform:translateY(-2px)}.gj-vibe-icon{margin-bottom:.25rem;font-size:1.75rem}.gj-vibe-label{color:var(--text);font-size:1rem;font-weight:600}.gj-vibe-desc{color:var(--text-muted);font-size:.82rem}.gj-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 0;animation:.2s gj-fade-up;display:flex}.gj-loading-spinner{border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite gj-spin}@keyframes gj-spin{to{transform:rotate(360deg)}}.gj-loading-title{color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.4rem;font-weight:600}.gj-loading-sub{color:var(--text-muted);margin:0;font-size:.92rem}.gj-results-wrap{gap:1.25rem;width:100%;max-width:860px;margin:0 auto;padding:2rem 1.5rem 4rem;animation:.25s gj-fade-up;display:grid}.gj-trip-summary{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.gj-summary-tag{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e752e;border-radius:999px;padding:4px 10px;font-size:.82rem;font-weight:600}.gj-restart-btn{font:inherit;color:var(--text-muted);border:1px solid var(--border-mid);cursor:pointer;background:0 0;border-radius:999px;margin-left:auto;padding:4px 12px;font-size:.82rem;transition:all .15s}.gj-restart-btn:hover{color:var(--text);border-color:var(--text)}.gj-best-match-label{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.gj-best-dot{background:var(--teal-mid);width:8px;height:8px;box-shadow:0 0 6px var(--teal-mid);border-radius:50%}.gj-result-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}.gj-result-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.gj-result-card.gj-best{border:2px solid var(--teal-mid);box-shadow:0 8px 32px #1d9e7526}.gj-best-ribbon{background:var(--teal);color:#fff;text-transform:uppercase;letter-spacing:.07em;text-align:center;padding:.4rem 1.1rem;font-size:.72rem;font-weight:700}.gj-result-body{grid-template-columns:240px 1fr;display:grid}.gj-result-img-wrap{position:relative}.gj-result-img{object-fit:cover;width:100%;height:100%;min-height:220px;display:block}.gj-result-avail-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;bottom:10px;left:10px}.gj-result-content{align-content:start;gap:.75rem;padding:1.35rem 1.5rem;display:grid}.gj-result-top{justify-content:space-between;align-items:start;gap:1rem;display:flex}.gj-result-city{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:.78rem;font-weight:600}.gj-result-name{letter-spacing:-.02em;color:var(--text);margin-bottom:4px;font-family:Sora,system-ui,sans-serif;font-size:1.3rem;font-weight:600}.gj-result-stars{color:var(--amber-mid);font-size:.85rem}.gj-result-price-block{text-align:right;flex-shrink:0}.gj-price-per-night{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:1.5rem;font-weight:600}.gj-price-label{color:var(--text-muted);font-size:.75rem}.gj-price-total{color:var(--teal);margin-top:2px;font-size:.82rem;font-weight:600}.gj-result-summary{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.6}.gj-result-reasons{flex-wrap:wrap;gap:.4rem;display:flex}.gj-reason-tag{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1d9e752e;border-radius:999px;padding:3px 9px;font-size:.78rem;font-weight:600}.gj-result-amenities{flex-wrap:wrap;gap:.35rem;display:flex}.gj-amenity{color:var(--text-muted);background:var(--surface-3);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:.76rem;font-weight:500}.gj-result-footer{border-top:1px solid var(--border);padding-top:.85rem}.gj-result-checkin{color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem}.gj-dot-sep{color:var(--border-mid);margin:0 .35rem}.gj-result-actions{flex-wrap:wrap;gap:.65rem;display:flex}.gj-view-btn{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;padding:.6rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .15s}.gj-view-btn:hover{border-color:var(--text)}.gj-book-btn{font:inherit;color:#fff;background:var(--teal);cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.6rem 1.25rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.gj-book-btn:hover{background:var(--teal-dark)}.gj-no-results{text-align:center;justify-items:center;gap:.75rem;padding:3rem 1rem;display:grid}.gj-no-results-icon{font-size:3rem}.gj-ai-section{margin-top:.5rem}.gj-ai-section-header{margin-bottom:1rem}.gj-ai-section-title{color:var(--text);margin:0 0 .25rem;font-family:Sora,system-ui,sans-serif;font-size:1.15rem;font-weight:600}.gj-ai-section-sub{color:var(--text-muted);margin:0;font-size:.84rem}.gj-inline-link{color:var(--teal);font-weight:600}.gj-locked-list{gap:.65rem;display:grid}.gj-locked-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);opacity:.82;transition:opacity .15s;overflow:hidden}.gj-locked-card:hover{opacity:1}.gj-locked-inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.gj-locked-left{flex:1;min-width:0}.gj-locked-city{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:.72rem;font-weight:600}.gj-locked-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:1rem;font-weight:600;overflow:hidden}.gj-locked-stars{color:var(--amber-mid);margin-bottom:4px;font-size:.78rem}.gj-locked-summary{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.gj-locked-right{flex-direction:column;flex-shrink:0;align-items:end;gap:.5rem;display:flex}.gj-locked-badge{text-transform:uppercase;letter-spacing:.07em;background:var(--amber-light);color:var(--amber);border:1px solid #ba751733;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700}.gj-locked-cta-wrap{text-align:right}.gj-locked-btn{font:inherit;color:var(--text-muted);background:var(--surface-3);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.gj-locked-btn:hover{border-color:var(--teal);color:var(--teal-dark)}.gj-lock-icon{font-size:.72rem}.gj-locked-hint{color:var(--text-hint);margin:4px 0 0;font-size:.74rem}.gj-locked-list-link{font:inherit;color:var(--teal);cursor:pointer;background:0 0;border:none;padding:0;font-size:.74rem;font-weight:600}.gj-lead-header{align-items:start;gap:1rem;padding:1.75rem 1.75rem 1.25rem;display:flex}.gj-lead-icon{font-size:2rem}@media (max-width:720px){.gj-wrap{padding:2rem 1rem 3rem}.gj-results-wrap{padding:1.5rem 1rem 3rem}.gj-guest-grid{grid-template-columns:repeat(2,1fr)}.gj-vibe-grid,.gj-result-body{grid-template-columns:1fr}.gj-result-img{height:200px;min-height:auto}.gj-result-top{flex-direction:column}.gj-result-price-block{text-align:left}.gj-result-actions{flex-direction:column}.gj-book-btn,.gj-view-btn{text-align:center;justify-content:center}.gj-q{font-size:1.75rem}.gj-locked-inner{flex-direction:column;align-items:start}.gj-locked-right{align-items:start;width:100%}}.hj-nav .brand-mark{color:#fff}.hj-nav .brand-mark span{color:var(--teal-mid)}.hj-nav .brand-sub{color:#a7f3d0cc;background:#1d9e7533}.hj-nav .nav-links a{color:#fff9}.hj-nav-cta{background:var(--teal);color:#fff;border-radius:999px;padding:.5rem 1.1rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:background .15s}.hj-nav-cta:hover{background:var(--teal-dark)}.hj-shell{grid-template-columns:38% 62%;transition:grid-template-columns .5s cubic-bezier(.4,0,.2,1);display:grid}.hj-shell.hj-results-mode{grid-template-columns:0% 100%}.hj-left{background:#080f0b;flex-direction:column;transition:opacity .4s,width .5s;display:flex;position:relative;overflow:hidden}.hj-left.hj-left-hidden{opacity:0;pointer-events:none;width:0;overflow:hidden}.hj-left-inner{z-index:2;flex-direction:column;justify-content:space-between;height:100%;padding:7rem 2.5rem 2.5rem;display:flex;position:relative}.hj-orb{filter:blur(70px);pointer-events:none;border-radius:50%;position:absolute}.hj-orb-1{background:radial-gradient(circle,#1d9e752e,#0000 70%);width:400px;height:400px;top:-80px;left:-80px}.hj-orb-2{background:radial-gradient(circle,#ba75171a,#0000 70%);width:300px;height:300px;bottom:0;right:-40px}.hj-brand-block{align-items:center;gap:10px;display:flex}.hj-brand-pulse{background:var(--teal-mid);width:8px;height:8px;box-shadow:0 0 10px var(--teal-mid);border-radius:50%;flex-shrink:0;animation:2.5s ease-in-out infinite hj-pulse}@keyframes hj-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hj-brand-name{color:#fff;letter-spacing:-.02em;font-family:Sora,system-ui,sans-serif;font-size:1.15rem;font-weight:600}.hj-brand-name em{color:var(--teal-mid);font-style:normal}.hj-tagline{letter-spacing:-.04em;color:#fff;margin:0 0 .85rem;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:600;line-height:1.1}.hj-tagline-sub{color:#ffffff73;margin:0;font-size:.92rem;line-height:1.65}.hj-trust-stack{border-radius:var(--radius-lg);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;gap:0;display:flex;overflow:hidden}.hj-trust-item{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.9rem 1.2rem;display:flex}.hj-trust-item:last-child{border-bottom:none}.hj-trust-val{color:var(--teal-mid);font-family:Sora,system-ui,sans-serif;font-size:1.3rem;font-weight:600}.hj-trust-label{color:#fff6;font-size:.8rem}.hj-left-footer p{color:#ffffff4d;margin:0 0 .75rem;font-size:.8rem;line-height:1.6}.hj-hotelier-link{color:#a7f3d0b3;font-size:.82rem;font-weight:600;text-decoration:none;transition:color .15s}.hj-hotelier-link:hover{color:#a7f3d0}.hj-right{background:var(--surface);flex-direction:column;display:flex;position:relative;overflow:hidden auto}.hj-right.hj-right-full{background:var(--bg)}.hj-progress-bar{z-index:10;background:var(--border);height:3px;position:sticky;top:0}.hj-progress-fill{background:var(--teal);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.hj-back{font:inherit;color:var(--text-muted);cursor:pointer;z-index:5;background:0 0;border:none;padding:.35rem 0;font-size:.86rem;transition:color .15s;position:absolute;top:1.5rem;left:2rem}.hj-back:hover{color:var(--text)}.hj-context-row{flex-wrap:wrap;gap:.5rem;padding:1.5rem 2rem 0;display:flex}.hj-ctx-tag{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7533;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:600}.hj-step-anim{flex-direction:column;flex:1;padding:0 2rem 2rem;display:flex}.hj-step-anim.hj-anim-forward{animation:.3s cubic-bezier(.4,0,.2,1) hj-slide-in-right}.hj-step-anim.hj-anim-back{animation:.3s cubic-bezier(.4,0,.2,1) hj-slide-in-left}@keyframes hj-slide-in-right{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes hj-slide-in-left{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.hj-step{gap:1.75rem;width:100%;max-width:560px;margin:0 auto;padding-top:5rem;display:grid}.hj-step-head{gap:.5rem;display:grid}.hj-q{letter-spacing:-.04em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.08}.hj-q-sub{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.hj-input-group{gap:.75rem;display:grid}.hj-input{border:2px solid var(--border-mid);border-radius:var(--radius-lg);width:100%;font:inherit;color:var(--text);background:var(--surface);outline:none;padding:1.1rem 1.25rem;font-size:1.1rem;transition:border-color .2s,box-shadow .2s}.hj-input:focus{border-color:var(--teal-mid);box-shadow:0 0 0 4px #1d9e751a}.hj-input::placeholder{color:var(--text-hint)}.hj-date-hint{color:var(--teal-dark);background:var(--teal-light);border-radius:var(--radius-md);border:1px solid #1d9e7533;padding:.6rem 1rem;font-size:.88rem;font-weight:600;animation:.15s hj-slide-in-right}.hj-cta{color:#fff;border-radius:var(--radius-md);font:inherit;cursor:pointer;background:#0a1a14;border:none;justify-content:center;align-self:start;align-items:center;gap:.6rem;padding:1rem 1.75rem;font-size:1rem;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.hj-cta:hover{background:var(--teal)}.hj-cta:active{transform:scale(.98)}.hj-cta:disabled{opacity:.3;cursor:not-allowed}.hj-cta-arrow{font-size:1rem;transition:transform .2s}.hj-cta:hover .hj-cta-arrow{transform:translate(3px)}.hj-chips{flex-wrap:wrap;gap:.5rem;display:flex}.hj-chip{font:inherit;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;padding:.45rem .95rem;font-size:.86rem;font-weight:500;transition:all .15s}.hj-chip:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-light)}.hj-tile-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.hj-tile{border:1.5px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;flex-direction:column;align-items:center;gap:.4rem;padding:1.35rem .75rem;transition:all .15s;display:flex}.hj-tile:hover{border-color:var(--teal);background:var(--teal-light);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.hj-tile-icon{font-size:2rem}.hj-tile-label{color:var(--text);font-size:.92rem;font-weight:600}.hj-tile-sub{color:var(--text-muted);font-size:.74rem}.hj-vibe-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.hj-vibe-card{border:1.5px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);cursor:pointer;text-align:left;flex-direction:column;align-items:start;gap:.2rem;padding:1.25rem 1.1rem;transition:all .15s;display:flex}.hj-vibe-card:hover{border-color:var(--teal);background:var(--teal-light);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.hj-vibe-icon{margin-bottom:.3rem;font-size:1.65rem}.hj-vibe-label{color:var(--text);font-size:.95rem;font-weight:600}.hj-vibe-desc{color:var(--text-muted);font-size:.78rem;line-height:1.4}.hj-loading{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.hj-spinner{border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;width:44px;height:44px;animation:.75s linear infinite hj-spin}@keyframes hj-spin{to{transform:rotate(360deg)}}.hj-loading-h{color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.4rem;font-weight:600}.hj-loading-p{color:var(--text-muted);margin:0;font-size:.92rem}.hj-results-nav{flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:4.5rem;display:flex}.hj-results-tags{flex-wrap:wrap;flex:1;gap:.5rem;display:flex}.hj-restart{font:inherit;color:var(--text-muted);border:1px solid var(--border-mid);cursor:pointer;background:0 0;border-radius:999px;padding:4px 12px;font-size:.8rem;transition:all .15s}.hj-restart:hover{color:var(--text);border-color:var(--text)}.hj-match-count{color:var(--text-muted);align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.hj-match-dot{background:var(--teal-mid);width:8px;height:8px;box-shadow:0 0 8px var(--teal-mid);border-radius:50%}.hj-hero-card{background:var(--surface);border:2px solid var(--teal-mid);border-radius:var(--radius-xl);animation:.35s hj-slide-in-right;overflow:hidden;box-shadow:0 8px 40px #1d9e7526}.hj-hero-ribbon{background:var(--teal);color:#fff;text-transform:uppercase;letter-spacing:.08em;text-align:center;padding:.45rem 1.25rem;font-size:.72rem;font-weight:700}.hj-hero-img-wrap{height:280px;position:relative;overflow:hidden}.hj-hero-img{object-fit:cover;width:100%;height:100%;display:block}.hj-hero-avail{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:700;position:absolute;top:12px;left:12px}.hj-hero-price-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);text-align:right;background:#000000b8;padding:.6rem 1rem;position:absolute;bottom:14px;right:14px}.hj-hero-price{color:#fff;font-family:Sora,system-ui,sans-serif;font-size:1.5rem;font-weight:600;display:block}.hj-hero-price-label{color:#ffffffa6;font-size:.72rem}.hj-hero-body{grid-template-columns:1fr 280px;gap:1.5rem;padding:1.5rem;display:grid}.hj-res-city{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.72rem;font-weight:600}.hj-hero-name{letter-spacing:-.02em;color:var(--text);margin-bottom:4px;font-family:Sora,system-ui,sans-serif;font-size:1.5rem;font-weight:600}.hj-res-stars{color:var(--amber-mid);margin-bottom:.6rem;font-size:.9rem}.hj-res-summary{color:var(--text-muted);margin:0 0 .75rem;font-size:.9rem;line-height:1.65}.hj-res-reasons{flex-wrap:wrap;gap:.4rem;margin-bottom:.65rem;display:flex}.hj-reason{background:var(--teal-light);color:var(--teal-dark);border:1px solid #1d9e752e;border-radius:999px;padding:3px 9px;font-size:.76rem;font-weight:600}.hj-res-amenities{flex-wrap:wrap;gap:.35rem;display:flex}.hj-amenity{color:var(--text-muted);background:var(--surface-3);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:.74rem}.hj-hero-right{flex-direction:column;gap:.85rem;display:flex}.hj-checkin-summary{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.hj-checkin-row{justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;display:flex}.hj-checkin-divider{background:var(--border);height:1px;margin:0}.hj-checkin-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-hint);font-size:.74rem;font-weight:600}.hj-checkin-val{color:var(--text);font-size:.88rem;font-weight:600}.hj-book-cta{background:var(--teal);color:#fff;border-radius:var(--radius-md);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:1rem;text-decoration:none;transition:background .15s;display:flex}.hj-book-cta:hover{background:var(--teal-dark)}.hj-book-cta>span:first-child{font-size:1rem;font-weight:700}.hj-book-sub{color:#ffffffb3;font-size:.72rem}.hj-view-link{color:var(--teal);text-align:center;font-size:.86rem;font-weight:600;text-decoration:none;transition:color .15s}.hj-view-link:hover{color:var(--teal-dark)}.hj-alts-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .85rem;font-family:Sora,system-ui,sans-serif;font-size:.8rem;font-weight:600}.hj-alts-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.hj-alt-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:box-shadow .2s,transform .15s;overflow:hidden}.hj-alt-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hj-alt-img-wrap{height:140px;position:relative;overflow:hidden}.hj-alt-img{object-fit:cover;width:100%;height:100%}.hj-alt-avail{color:#fff;background:#0009;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700;position:absolute;bottom:8px;left:8px}.hj-alt-body{padding:.9rem 1rem}.hj-alt-name{color:var(--text);margin-bottom:3px;font-size:1rem;font-weight:600}.hj-alt-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:end;margin-top:.75rem;padding-top:.65rem;display:flex}.hj-alt-price{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:1.1rem;font-weight:600}.hj-alt-price span{color:var(--text-muted);font-family:inherit;font-size:.72rem}.hj-alt-total{color:var(--teal);font-size:.76rem;font-weight:600}.hj-alt-book{background:var(--teal);color:#fff;white-space:nowrap;border-radius:999px;padding:.5rem .9rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .15s}.hj-alt-book:hover{background:var(--teal-dark)}.hj-ai-strip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.hj-ai-strip-left{align-items:center;gap:.85rem;display:flex}.hj-ai-strip-icon{flex-shrink:0;font-size:1.35rem}.hj-ai-strip-title{color:var(--text);font-size:.92rem;font-weight:600}.hj-ai-strip-sub{color:var(--text-muted);margin-top:2px;font-size:.78rem}.hj-ai-strip-btn{font:inherit;background:var(--surface);color:var(--text);border:1px solid var(--border-mid);cursor:pointer;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.5rem 1rem;font-size:.86rem;font-weight:600;transition:all .15s}.hj-ai-strip-btn:hover{border-color:var(--teal);color:var(--teal-dark)}.hj-ai-modal{background:var(--surface);border-radius:var(--radius-xl);flex-direction:column;width:100%;max-width:620px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 32px 80px #0a140f38}.hj-ai-modal-head{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:start;gap:1rem;padding:1.5rem 1.75rem;display:flex}.hj-ai-modal-title{color:var(--text);margin:0 0 3px;font-family:Sora,system-ui,sans-serif;font-size:1.2rem;font-weight:600}.hj-ai-modal-sub{color:var(--text-muted);margin:0;font-size:.82rem}.hj-ai-modal-list{flex:1;gap:0;padding:.75rem 1.75rem;display:grid;overflow-y:auto}.hj-ai-modal-footer{border-top:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.75rem;display:flex}.hj-ai-modal-footer p{color:var(--text-muted);margin:0;font-size:.88rem}.hj-ai-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.hj-ai-row:last-child{border-bottom:none}.hj-ai-row-left{flex:1;min-width:0}.hj-ai-row-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.hj-ai-row-summary{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hj-ai-row-right{flex-direction:column;flex-shrink:0;align-items:end;gap:.5rem;display:flex}.hj-ai-badge{text-transform:uppercase;letter-spacing:.06em;background:var(--amber-light);color:var(--amber);border:1px solid #ba751733;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700}.hj-ai-row-cta{font:inherit;color:var(--text-muted);background:var(--surface-3);border:1px solid var(--border-mid);cursor:pointer;white-space:nowrap;border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .15s}.hj-ai-row-cta:hover{border-color:var(--teal);color:var(--teal-dark)}.hj-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.hj-empty-icon{font-size:3rem}@media (max-width:960px){.hj-shell{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:auto}.hj-left{display:none}.hj-right{min-height:calc(100vh - 60px)}.hj-main{height:auto;overflow:visible}.hj-shell.hj-results-mode{grid-template-columns:1fr}.hj-step{padding-top:3.5rem}.hj-results{padding:1rem 1.25rem 3rem}.hj-results-nav{padding-top:4rem}.hj-hero-body{grid-template-columns:1fr}.hj-hero-img-wrap{height:220px}.hj-alts-grid{grid-template-columns:1fr}}@media (max-width:600px){.hj-step-anim{padding:0 1rem 2rem}.hj-tile-grid{grid-template-columns:repeat(2,1fr)}.hj-vibe-grid{grid-template-columns:1fr}.hj-q{font-size:1.8rem}.hj-back{left:1rem}.hj-context-row{padding:1.5rem 1rem 0}}.hj-chat-mode{flex-direction:column;display:flex;overflow-y:auto}.hj-slot-bar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding:1rem 2rem 0;display:flex;position:sticky;top:0}.hj-chat-wrap{flex-direction:column;flex-shrink:0;padding:1.5rem 2rem 0;display:flex}.hj-chat{flex-direction:column;gap:1rem;width:100%;max-width:560px;min-height:200px;margin:0 auto;padding-top:4.5rem;display:flex}.hj-msg{align-items:start;gap:.75rem;display:flex}.hj-msg-user{flex-direction:row-reverse}.hj-msg-avatar{background:var(--teal);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:flex}.hj-msg-bubble{border-radius:var(--radius-lg);max-width:85%;padding:.8rem 1rem;font-size:.95rem;line-height:1.65}.hj-msg-ai .hj-msg-bubble{background:var(--surface-2);border:1px solid var(--border);color:var(--text);border-top-left-radius:4px}.hj-msg-user .hj-msg-bubble{color:#fff;background:#0a1a14;border-top-right-radius:4px}.hj-typing{align-items:center;gap:4px;padding:.85rem 1rem;display:flex}.hj-typing span{background:var(--text-hint);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite hj-typing-bounce}.hj-typing span:nth-child(2){animation-delay:.2s}.hj-typing span:nth-child(3){animation-delay:.4s}@keyframes hj-typing-bounce{0%,80%,to{opacity:.5;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}.hj-chat-input-wrap{gap:.75rem;width:100%;max-width:560px;margin:1rem auto 0;display:grid}.hj-chat-input-row{border:2px solid var(--border-mid);border-radius:var(--radius-lg);background:var(--surface);align-items:center;gap:0;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.hj-chat-input-row:focus-within{border-color:var(--teal-mid);box-shadow:0 0 0 4px #1d9e751a}.hj-chat-input{font:inherit;color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:.9rem 1.1rem;font-size:.95rem}.hj-chat-input::placeholder{color:var(--text-hint)}.hj-send-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;flex-shrink:0;align-items:center;padding:.9rem 1rem;transition:background .15s;display:flex}.hj-send-btn:hover{background:var(--teal-dark)}.hj-send-btn:disabled{background:var(--border-mid);cursor:not-allowed}.hj-suggestions{flex-wrap:wrap;gap:.4rem;display:flex}.hj-results{gap:1.25rem;width:100%;max-width:860px;margin:0 auto;padding:1.5rem 2rem 4rem;display:grid}.hj-refine-row{flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.hj-ai-section-head{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.85rem;display:flex}.hj-ai-section-title{color:var(--text);margin:0 0 3px;font-family:Sora,system-ui,sans-serif;font-size:1rem;font-weight:600}.hj-ai-section-sub{color:var(--text-muted);margin:0;font-size:.82rem}.hj-inline-link{color:var(--teal);font-weight:600}.hj-ai-grid{gap:.6rem;display:grid}.hj-ai-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);opacity:.85;transition:opacity .15s;overflow:hidden}.hj-ai-card:hover{opacity:1}.hj-ai-card-body{justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.1rem;display:flex}.hj-ai-card-left{flex:1;min-width:0}.hj-ai-card-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.hj-ai-card-summary{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:3px 0 0;font-size:.8rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hj-ai-card-right{flex-direction:column;flex-shrink:0;align-items:end;gap:.45rem;display:flex}.hj-locked-btn{font:inherit;color:var(--text-muted);background:var(--surface-3);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .15s}.hj-locked-btn:hover{border-color:var(--teal);color:var(--teal-dark)}.hj-locked-hint{color:var(--text-hint);margin:0;font-size:.72rem}.hj-locked-list-link{font:inherit;color:var(--teal);cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:600}.hp-hero{height:520px;position:relative;overflow:hidden}.hp-hero-img{object-fit:cover;width:100%;height:100%;display:block}.hp-hero-overlay{background:linear-gradient(#0000 0%,#0003 50%,#000000d1 100%);position:absolute;inset:0}.hp-hero-content{flex-direction:column;justify-content:space-between;padding:5.5rem 0 2rem;display:flex;position:absolute;inset:0}.hp-hero-breadcrumb{color:#fff9;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.hp-hero-breadcrumb a{color:#fff9;text-decoration:none}.hp-hero-breadcrumb a:hover{color:#fff}.hp-hero-breadcrumb span{color:#ffffff4d}.hp-hero-bottom{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:2rem;display:flex}.hp-hero-city{color:#fff9;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:.8rem;font-weight:600}.hp-hero-name{color:#fff;letter-spacing:-.03em;margin-bottom:6px;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:600}.hp-hero-stars{color:var(--amber-mid);margin-bottom:4px;font-size:1rem}.hp-hero-dist{color:#ffffff8c;font-size:.84rem}.hp-hero-cta-block{text-align:right;flex-shrink:0}.hp-hero-price-block{margin-bottom:.65rem}.hp-hero-price{color:#fff;font-family:Sora,system-ui,sans-serif;font-size:2rem;font-weight:600}.hp-hero-price-label{color:#ffffff8c;margin-left:4px;font-size:.8rem}.hp-book-btn{background:var(--teal);color:#fff;font:inherit;white-space:nowrap;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-flex}.hp-book-btn:hover{background:var(--teal-dark)}.hp-book-note{color:#ffffff73;margin-top:5px;font-size:.74rem}.hp-body{padding:2.5rem 0 4rem}.hp-body-grid{grid-template-columns:1fr 320px;align-items:start;gap:2.5rem;display:grid}.hp-main{gap:2rem;display:grid}.hp-section-title{color:var(--text);border-bottom:1px solid var(--border);margin:0 0 1rem;padding-bottom:.6rem;font-family:Sora,system-ui,sans-serif;font-size:1.15rem;font-weight:600}.hp-description{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.hp-tags{flex-wrap:wrap;gap:.4rem;display:flex}.hp-tag{background:var(--surface-3);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:3px 10px;font-size:.8rem;font-weight:600}.hp-amenities-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.hp-amenity-item{color:var(--text);align-items:center;gap:8px;font-size:.9rem;display:flex}.hp-amenity-check{color:var(--teal);flex-shrink:0;font-weight:700}.hp-rooms{gap:.75rem;display:grid}.hp-room-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.1rem}.hp-room-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.6rem;display:flex}.hp-room-name{color:var(--text);margin:0;font-size:.95rem;font-weight:600}.hp-room-occ{color:var(--text-muted);font-size:.8rem}.hp-room-features{flex-wrap:wrap;gap:.4rem;display:flex}.hp-room-feature{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:.78rem}.hp-policies{border:1px solid var(--border);border-radius:var(--radius-md);gap:0;display:grid;overflow:hidden}.hp-policy-row{border-bottom:1px solid var(--border);grid-template-columns:140px 1fr;gap:1rem;padding:.8rem 1.1rem;display:grid}.hp-policy-row:last-child{border-bottom:none}.hp-policy-label{color:var(--text);font-size:.82rem;font-weight:700}.hp-policy-val{color:var(--text-muted);font-size:.88rem;line-height:1.55}.hp-faqs{gap:.75rem;display:grid}.hp-faq{border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.1rem}.hp-faq-q{color:var(--text);margin-bottom:.5rem;font-size:.92rem;font-weight:600}.hp-faq-a{color:var(--text-muted);font-size:.88rem;line-height:1.6}.hp-sidebar{gap:1rem;display:grid;position:sticky;top:80px}.hp-booking-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:1.5rem}.hp-booking-header{border-bottom:1px solid var(--border);margin-bottom:1.1rem;padding-bottom:1rem}.hp-booking-price{color:var(--text);font-family:Sora,system-ui,sans-serif;font-size:2rem;font-weight:600}.hp-booking-price-label{color:var(--text-muted);font-size:.8rem}.hp-booking-details{gap:0;margin-bottom:1.25rem;display:grid}.hp-booking-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem 0;font-size:.88rem;display:flex}.hp-booking-row:last-child{border-bottom:none}.hp-booking-key{color:var(--text-muted)}.hp-booking-val{color:var(--text);text-align:right;font-weight:600}.hp-booking-nearby{border-top:1px solid var(--border);margin-top:1.1rem;padding-top:1rem}.hp-booking-nearby-label{text-transform:uppercase;letter-spacing:.07em;color:var(--text-hint);margin-bottom:.5rem;font-size:.72rem;font-weight:700}.hp-landmark{color:var(--text-muted);padding:.3rem 0;font-size:.86rem}.hp-direct-card{background:var(--teal-light);border-radius:var(--radius-lg);border:1px solid #1d9e7533;padding:1.25rem}.hp-direct-icon{color:var(--teal);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.hp-direct-title{color:var(--teal-dark);margin-bottom:.65rem;font-size:.92rem;font-weight:700}.hp-direct-list{color:var(--teal-dark);margin:0;padding-left:1rem;font-size:.86rem;line-height:1.8}.hp-back-link{color:var(--text-muted);padding:.5rem 0;font-size:.86rem;font-weight:600;text-decoration:none;transition:color .15s}.hp-back-link:hover{color:var(--text)}@media (max-width:960px){.hp-hero{height:380px}.hp-body-grid{grid-template-columns:1fr}.hp-sidebar{position:static}.hp-amenities-grid{grid-template-columns:repeat(2,1fr)}.hj-chat-wrap{padding:1rem 1.25rem 0}.hj-results{padding:1rem 1.25rem 3rem}.hj-slot-bar{padding:.75rem 1.25rem 0}}@media (max-width:600px){.hp-hero{height:280px}.hp-hero-bottom{flex-direction:column;align-items:start;gap:1rem}.hp-hero-cta-block{text-align:left}.hp-amenities-grid{grid-template-columns:1fr 1fr}.hp-policy-row{grid-template-columns:1fr;gap:.25rem}.hj-chat{padding-top:3rem}}.hj-right{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.hj-slot-bar{-webkit-backdrop-filter:blur(16px);background:#fffffff0;padding:0}.hj-slot-bar-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:960px;margin:0 auto;padding:.9rem 2rem;display:flex}.hj-slot-tags{flex-wrap:wrap;gap:.5rem;min-width:0;display:flex}.hj-chat-wrap{width:100%;max-width:960px;margin:0 auto;padding:2rem 2rem 0}.hj-chat-head{gap:1.25rem;display:grid}.hj-chat-kicker{background:var(--surface-2);border:1px solid var(--border);width:fit-content;color:var(--teal-dark);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;align-items:center;gap:.45rem;padding:.38rem .8rem;font-size:.73rem;font-weight:700;display:inline-flex}.hj-chat-title{letter-spacing:-.045em;margin:.85rem 0 .55rem;font-family:Sora,system-ui,sans-serif;font-size:clamp(2rem,3.6vw,3rem);line-height:1.06}.hj-chat-subtitle{max-width:760px;color:var(--text-muted);margin:0;font-size:1rem;line-height:1.7}.hj-preset-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.hj-preset-card{text-align:left;border:1px solid var(--border);cursor:pointer;background:linear-gradient(#fff 0%,#f7fbf8 100%);border-radius:18px;align-items:flex-start;gap:.8rem;padding:1rem 1.05rem;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.hj-preset-card:hover{box-shadow:var(--shadow-md);border-color:#1d9e7542;transform:translateY(-2px)}.hj-preset-icon{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;font-size:1.15rem;display:inline-flex}.hj-preset-copy{gap:.16rem;display:grid}.hj-preset-copy strong{color:var(--text);font-size:.95rem}.hj-preset-copy span{color:var(--text-muted);font-size:.82rem;line-height:1.55}.hj-msg-bubble{box-shadow:var(--shadow-sm)}.hj-results{max-width:960px;padding:1.25rem 2rem 2rem}.hj-composer{z-index:12;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(18px);background:#fffffff5;position:relative;box-shadow:0 -10px 30px #0a1e140a}.hj-composer-inner{gap:.7rem;max-width:960px;margin:0 auto;padding:.9rem 2rem 1rem;display:grid}.hj-composer-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-hint);font-size:.74rem;font-weight:700}.hj-chat-input-row{border:1.5px solid #0f281e24;border-radius:22px;box-shadow:0 8px 24px #0a1e140d}.hj-chat-input{padding:1.05rem 1.2rem;font-size:1rem}.hj-send-btn{padding-inline:1.15rem}.hj-preset-rail{flex-wrap:wrap;gap:.55rem;display:flex}.hj-quick-pattern{border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;cursor:pointer;border-radius:999px;align-items:center;gap:.5rem;padding:.56rem .86rem;font-size:.83rem;font-weight:600;transition:all .16s;display:inline-flex}.hj-quick-pattern:hover{background:var(--surface-2);color:var(--teal-dark);border-color:#1d9e754d}.hj-quick-pattern-icon{background:var(--surface-2);border-radius:999px;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;font-size:.85rem;display:inline-flex}.hj-chip-soft{background:0 0}@media (max-width:1100px){.hj-shell{grid-template-columns:34% 66%}.hj-left-inner{padding-inline:1.75rem}}@media (max-width:960px){body.home-immersive{height:auto;overflow:auto}body.home-immersive .site-footer{display:block}body.home-immersive .hj-main{height:auto;overflow:visible}.hj-right{grid-template-rows:auto}.hj-right-scroll{overflow:visible}.hj-slot-bar-inner,.hj-chat-wrap,.hj-results,.hj-composer-inner{padding-left:1rem;padding-right:1rem}.hj-chat-head{gap:1rem}.hj-preset-grid{grid-template-columns:1fr}.hj-composer{position:sticky;bottom:0}}@media (max-width:640px){.hj-slot-bar-inner{flex-direction:column;align-items:flex-start}.hj-chat-title{font-size:2rem}.hj-chat-subtitle{font-size:.92rem}.hj-preset-rail{flex-wrap:nowrap;padding-bottom:.1rem;overflow-x:auto}.hj-quick-pattern,.hj-chip-soft{white-space:nowrap}}body.home-immersive .nav-shell-premium{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:60px;display:grid;position:relative}body.home-immersive .nav-center-shell{justify-content:center;display:flex}body.home-immersive .hj-nav .nav-links{background:#ffffff85;border:1px solid #0f281e14;border-radius:999px;align-items:center;gap:.25rem;padding:.32rem;display:inline-flex;box-shadow:0 10px 30px #0a1e140f}body.home-immersive .hj-nav .nav-links a{color:#111917b8;padding:.5rem .9rem;font-weight:600}body.home-immersive .hj-nav .nav-links a:hover{color:var(--text);background:#ffffffd1}body.home-immersive .hj-nav-cta{box-shadow:0 10px 24px #0f6e562e}.hj-left-kicker{color:#a7f3d0e0;letter-spacing:.08em;text-transform:uppercase;background:#ffffff0a;border:1px solid #a7f3d024;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;margin-bottom:1rem;padding:.45rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.hj-left:after{content:"";pointer-events:none;background:linear-gradient(#ffffff05,#0000 22% 72%,#ffffff06);position:absolute;inset:0}.hj-journey-widget{z-index:4;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#0a1913c2,#0a19138f);border:1px solid #a7f3d01f;border-radius:24px;width:min(340px,100% - 36px);position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff0f}.hj-journey-widget.is-dragging{cursor:grabbing;box-shadow:0 28px 80px #00000057,inset 0 1px #ffffff0f}.hj-journey-widget-handle{color:#ffffffeb;width:100%;font:inherit;letter-spacing:.08em;text-transform:uppercase;cursor:grab;touch-action:none;background:#ffffff0d;border:none;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:.78rem 1rem;font-size:.75rem;font-weight:700;display:flex}.hj-journey-widget-body{gap:.9rem;padding:1rem;display:grid}.hj-journey-widget-top{justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.hj-journey-widget-title{color:#fff;letter-spacing:-.02em;font-family:Sora,system-ui,sans-serif;font-size:.92rem;font-weight:600}.hj-journey-widget-sub{color:#ffffff85;margin-top:.22rem;font-size:.77rem;line-height:1.45}.hj-journey-widget-progress{color:#a7f3d0e6;white-space:nowrap;background:#a7f3d01a;border:1px solid #a7f3d01f;border-radius:999px;padding:.38rem .65rem;font-size:.74rem;font-weight:700}.hj-journey-widget-bar{background:#ffffff14;border-radius:999px;height:7px;overflow:hidden}.hj-journey-widget-bar span{border-radius:inherit;background:linear-gradient(90deg,#1d9e75eb,#a7f3d0f5);height:100%;display:block;box-shadow:0 0 12px #1d9e7557}.hj-journey-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.hj-journey-cell{background:#ffffff0b;border:1px solid #ffffff0f;border-radius:18px;min-height:72px;padding:.8rem .85rem}.hj-journey-cell span{letter-spacing:.08em;text-transform:uppercase;color:#ffffff7a;margin-bottom:.42rem;font-size:.69rem;font-weight:700;display:block}.hj-journey-cell strong{color:#fffffff5;font-size:.85rem;font-weight:600;line-height:1.45;display:block}.hj-journey-hint{color:#ffffffb3;background:#ffffff0d;border-radius:16px;padding:.85rem .95rem;font-size:.76rem;line-height:1.5}.hj-chat-title{max-width:10ch}.hj-chat-subtitle{max-width:720px}@media (max-width:1200px){.hj-journey-widget{width:min(320px,100% - 30px)}}@media (max-width:960px){body.home-immersive .hj-nav{background:#f8fbf9e6}body.home-immersive .nav-center-shell,.hj-journey-widget,.hj-left-kicker{display:none}.hj-chat-title{max-width:none}}.nav-center-shell .nav-links{background:#ffffffdb;border:1px solid #0f281e14;border-radius:999px;align-items:center;gap:.2rem;padding:.38rem;display:inline-flex;box-shadow:0 10px 24px #0a1e140d}.nav-center-shell .nav-links a{color:#111917b8;padding:.62rem 1rem;font-weight:600}.nav-center-shell .nav-links a:hover{color:var(--text);background:#ffffffeb}.hj-nav-cta{color:#fff;background:linear-gradient(135deg, var(--teal), #107a61);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.82rem 1.3rem;font-size:.92rem;font-weight:700;display:inline-flex;box-shadow:0 12px 26px #0f6e5638}.hj-nav-cta:hover{color:#fff;filter:brightness(.98)}body.home-immersive{background:#06110c}body.home-immersive .brand-mark{color:#fff}body.home-immersive .brand-sub{color:#d1fae5;background:#0d946b33}body.home-immersive .hj-main{padding-top:0;overflow:visible}body.home-immersive .site-footer{display:block}.hj-shell.hj-shell-v4{min-height:calc(100svh - var(--header-h));background:#f7faf8;grid-template-columns:minmax(340px,38%) 1fr;display:grid}.hj-left{background:radial-gradient(circle at 0 0,#10b9812e,#0000 36%),radial-gradient(circle at 84% 88%,#d2a0281f,#0000 28%),linear-gradient(#06110c 0%,#07150f 100%);position:relative;overflow:hidden}.hj-left-inner.hj-left-inner-v4{z-index:2;align-content:start;gap:1.5rem;min-height:100%;padding:2rem 2.2rem 2.2rem;display:grid;position:relative}.hj-brand-block-v4{padding-top:.75rem}.hj-tagline-block-v4{max-width:28rem}.hj-tagline-block-v4 .hj-tagline{max-width:8.5ch;margin-bottom:1rem;font-size:clamp(2.2rem,4vw,4.15rem);line-height:.98}.hj-tagline-block-v4 .hj-tagline-sub{color:#ffffffad;max-width:34rem;font-size:1rem;line-height:1.72}.hj-left-kicker{margin-bottom:1.05rem}.hj-value-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;max-width:42rem;display:grid}.hj-value-card-v4{background:linear-gradient(#ffffff0e,#ffffff08);border:1px solid #ffffff14;border-radius:22px;min-height:144px;padding:1rem;box-shadow:inset 0 1px #ffffff0a}.hj-value-card-v4 span{color:#7ff1c1;letter-spacing:-.03em;margin-bottom:.55rem;font-family:Sora,system-ui,sans-serif;font-size:1.45rem;font-weight:600;display:block}.hj-value-card-v4 strong{color:#fff;margin-bottom:.45rem;font-size:.95rem;line-height:1.35;display:block}.hj-value-card-v4 p{color:#ffffff8a;margin:0;font-size:.84rem;line-height:1.6}.hj-left-footer-v4{max-width:26rem;margin-top:auto;padding-top:.5rem}.hj-left-footer-v4 p{color:#ffffff8c;font-size:.9rem;line-height:1.7}.hj-journey-widget.hj-journey-widget-v4{z-index:3;-webkit-backdrop-filter:blur(18px);background:linear-gradient(#0a1913db,#0a1913b3);border:1px solid #a7f3d01c;border-radius:28px;width:min(360px,100% - 48px);position:absolute;inset:auto 24px 24px auto;overflow:hidden;box-shadow:0 30px 90px #00000057,inset 0 1px #ffffff0f;transform:none!important}.hj-journey-widget-handle-v4{cursor:default}.hj-journey-widget-v4 .hj-journey-widget-title{color:#fffffff5;margin-bottom:.1rem;font-size:.94rem}.hj-journey-widget-v4 .hj-journey-cell{min-height:68px}.hj-journey-widget-v4 .hj-journey-hint{color:#ffffffb8}.hj-right{background:#f7faf8;grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid}.hj-right-scroll{scroll-behavior:auto;min-height:0;overflow:hidden auto}.hj-slot-bar{z-index:12;-webkit-backdrop-filter:blur(18px);background:#f7faf8e0;border-bottom:1px solid #0f281e0f;position:sticky;top:0}.hj-slot-bar-inner,.hj-chat-wrap,.hj-results,.hj-composer-inner{max-width:1080px;margin:0 auto;padding-left:2rem;padding-right:2rem}.hj-slot-bar-inner{padding-top:.9rem;padding-bottom:.9rem}.hj-chat-head-v4{gap:1.35rem;display:grid}.hj-chat-title.hj-chat-title-v4{max-width:none;margin-top:.75rem;margin-bottom:.5rem;font-size:clamp(2rem,3vw,3.3rem);line-height:1.02}.hj-chat-subtitle-v4{max-width:60rem;font-size:1rem;line-height:1.72}.hj-preset-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}.hj-chat{max-width:840px;padding-top:1.5rem;padding-bottom:.4rem}.hj-msg-bubble{background:#fff;border:1px solid #0f281e14;box-shadow:0 10px 30px #0a1e140d}.hj-msg-user .hj-msg-bubble{background:linear-gradient(135deg, var(--teal), #0f7a61);color:#fff}.hj-results{padding-top:1.15rem;padding-bottom:2rem}.hj-hero-card,.hj-alt-card,.hj-ai-card-v4{background:#fff;border:1px solid #0f281e14;border-radius:28px;overflow:hidden;box-shadow:0 18px 50px #0a1e1414}.hj-hero-body{gap:1.8rem}.hj-ai-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.hj-ai-card-v4{grid-template-rows:200px auto;display:grid}.hj-ai-card-media{background:linear-gradient(135deg,#dcefe8,#edf5f1);position:relative}.hj-ai-card-img,.hj-ai-card-placeholder{object-fit:cover;width:100%;height:100%}.hj-ai-card-placeholder{color:var(--teal-dark);justify-content:center;align-items:center;font-family:Sora,system-ui,sans-serif;font-size:2.2rem;font-weight:700;display:flex}.hj-ai-card-badges{flex-wrap:wrap;gap:.45rem;display:flex;position:absolute;top:14px;left:14px;right:14px}.hj-ai-badge-soft{color:var(--text);background:#ffffffd1}.hj-ai-card-body-v4{gap:.9rem;padding:1rem 1rem 1.1rem;display:grid}.hj-ai-card-actions{align-items:start;gap:.5rem;display:grid}.hj-ai-card-summary{margin-top:.4rem}.hj-composer{z-index:14;-webkit-backdrop-filter:blur(18px);background:#fffffff0;border-top:1px solid #0f281e12;position:relative;box-shadow:0 -18px 40px #0a1e140d}.hj-composer-inner{padding-top:.95rem;padding-bottom:1rem}.hj-chat-input-row{background:#fff;border:1.5px solid #0f281e1f;border-radius:24px;box-shadow:0 12px 28px #0a1e140f}.hj-chat-input{min-height:64px;padding:1.1rem 1.2rem;font-size:1rem}.hj-send-btn{border-radius:18px;width:64px;margin:6px}.hj-preset-rail{gap:.6rem}.hj-quick-pattern,.hj-chip-soft{min-height:42px}body.home-immersive .hj-nav .nav-links,body.home-immersive .nav-center-shell .nav-links{background:#ffffffe0}@media (max-width:1240px){.hj-shell.hj-shell-v4{grid-template-columns:minmax(320px,36%) 1fr}.hj-value-grid-v4{grid-template-columns:1fr;max-width:22rem}.hj-journey-widget.hj-journey-widget-v4{width:min(330px,100% - 36px)}.hj-ai-grid-v4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){body.home-immersive{height:auto;overflow:auto}body.home-immersive .brand-mark{color:var(--text)}body.home-immersive .brand-sub{background:var(--teal-light);color:var(--teal-dark)}body.home-immersive .hj-main{height:auto;min-height:auto;padding-top:0;overflow:visible}.nav-shell-premium{grid-template-columns:1fr auto;align-items:center;row-gap:.9rem;padding-top:.7rem;padding-bottom:.7rem}.nav-center-shell{grid-column:1/-1;justify-content:flex-start;padding-bottom:.2rem;overflow-x:auto}.nav-center-shell .nav-links{min-width:max-content}.hj-shell.hj-shell-v4{grid-template-columns:1fr;height:auto;min-height:auto}.hj-left{min-height:auto}.hj-left-inner.hj-left-inner-v4{gap:1rem;padding:1.35rem 1rem 1rem}.hj-tagline-block-v4 .hj-tagline{max-width:12ch;font-size:clamp(2rem,9vw,3rem)}.hj-value-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr));max-width:none}.hj-value-card-v4{min-height:0}.hj-journey-widget.hj-journey-widget-v4{width:auto;margin:0 1rem 1rem;position:static}.hj-right{grid-template-rows:auto;min-height:auto;overflow:visible}.hj-right-scroll{overflow:visible}.hj-slot-bar{position:sticky;top:0}.hj-slot-bar-inner,.hj-chat-wrap,.hj-results,.hj-composer-inner{padding-left:1rem;padding-right:1rem}.hj-preset-grid-v4,.hj-ai-grid-v4,.hj-alts-grid,.hj-hero-body{grid-template-columns:1fr}.hj-composer{position:sticky;bottom:0}}@media (max-width:640px){:root{--header-h:68px}.nav-shell-premium{gap:.8rem}.hj-nav-cta{min-height:42px;padding:.72rem 1rem;font-size:.84rem}.hj-value-grid-v4{grid-template-columns:1fr}.hj-chat-title.hj-chat-title-v4{font-size:2rem}.hj-chat-subtitle-v4{font-size:.92rem}.hj-slot-bar-inner{flex-direction:column;align-items:flex-start}.hj-preset-rail{flex-wrap:nowrap;padding-bottom:.1rem;overflow-x:auto}.hj-quick-pattern,.hj-chip-soft{white-space:nowrap}.hj-ai-grid-v4{grid-template-columns:1fr}.hj-hero-card,.hj-alt-card,.hj-ai-card-v4{border-radius:22px}}.hj-journey-widget,.hj-journey-widget.hj-journey-widget-v4{display:none!important}.hj-journey-summary-v5{background:linear-gradient(#ffffff12,#ffffff0a);border:1px solid #a7f3d024;border-radius:20px;gap:.85rem;padding:1.1rem 1.2rem 1rem;display:grid}.hj-journey-summary-header{justify-content:space-between;align-items:center;display:flex}.hj-journey-summary-kicker{letter-spacing:.1em;text-transform:uppercase;color:#7ff1c1b3;margin-bottom:.2rem;font-size:.68rem;font-weight:700}.hj-journey-summary-pct{color:#fff;font-family:Sora,system-ui,sans-serif;font-size:1.05rem;font-weight:600}.hj-journey-progress-ring{flex-shrink:0}.hj-journey-bar{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.hj-journey-bar-fill{background:linear-gradient(90deg,#1d9e75e6,#7ff1c1f2);border-radius:999px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 10px #1d9e754d}.hj-journey-cells{grid-template-columns:repeat(2,1fr);gap:.55rem;display:grid}.hj-journey-cell-v5{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;min-height:58px;padding:.65rem .8rem;transition:background .2s}.hj-journey-cell-filled{background:#1d9e7514;border-color:#7ff1c124}.hj-journey-cell-label{letter-spacing:.09em;text-transform:uppercase;color:#ffffff6b;margin-bottom:.3rem;font-size:.64rem;font-weight:700;display:block}.hj-journey-cell-value{color:#ffffffeb;font-size:.82rem;font-weight:600;line-height:1.35;display:block}.hj-journey-summary-hint{color:#ffffff73;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin:0;padding:.65rem .75rem;font-size:.73rem;line-height:1.5}.hj-chat-head-v5{gap:.65rem;padding-top:1.75rem;padding-bottom:.5rem;display:grid}.hj-chat-title-v5{letter-spacing:-.03em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600;line-height:1.1}.hj-chat-subtitle-v5{color:var(--text-muted);max-width:56rem;margin:0;font-size:.95rem;line-height:1.65}.hj-chat-subtitle-v5 em{color:var(--teal);font-style:normal;font-weight:600}.hj-send-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite hj-spin;display:block}.hj-input-processing{border-color:var(--teal-mid)!important;background:var(--teal-light)!important}.gj-page{min-height:calc(100vh - var(--header-h));background:var(--surface);flex-direction:column;display:flex}.gj-wrap{flex-direction:column;flex:1;width:100%;max-width:860px;margin:0 auto;padding:0 1.5rem;display:flex}.gj-slot-bar{top:var(--header-h);z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f7faf8eb;flex-wrap:wrap;align-items:center;gap:.45rem;margin:0 -1.5rem;padding:.75rem 1.5rem;display:flex;position:sticky}.gj-restart{font:inherit;color:var(--text-muted);border:1px solid var(--border-mid);cursor:pointer;background:0 0;border-radius:999px;margin-left:auto;padding:.3rem .75rem;font-size:.78rem;font-weight:600;transition:all .15s}.gj-restart:hover{color:var(--text);border-color:var(--text)}.gj-header{gap:.6rem;padding:2.5rem 0 1rem;display:grid}.gj-title{letter-spacing:-.03em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;line-height:1.08}.gj-subtitle{color:var(--text-muted);max-width:55rem;margin:0;font-size:.96rem;line-height:1.65}.gj-subtitle em{color:var(--teal);font-style:normal;font-weight:600}.gj-chat-scroll{flex:1;padding-bottom:1rem;overflow-y:auto}.gj-messages{flex-direction:column;gap:1rem;padding:1rem 0 .5rem;display:flex}.gj-suggestions{flex-wrap:wrap;gap:.5rem;padding:.75rem 0 .5rem;display:flex}.gj-results{gap:1.1rem;padding:.5rem 0 1rem;display:grid}.gj-composer{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--border);background:#fffffff2;margin:0 -1.5rem;padding:.85rem 1.5rem 1rem;position:sticky;bottom:0}.gj-composer-hint{color:var(--text-hint);margin-top:.4rem;font-size:.7rem}.footer-premium{color:#ffffffbf;background:#06110c;border-top:1px solid #ffffff0f}.footer-top{padding:4rem 0 2.5rem}.footer-top-inner{grid-template-columns:1fr 1.6fr;align-items:start;gap:3rem;display:grid}.footer-brand-col{gap:1.25rem;display:grid}.footer-brand-lockup{align-items:center;gap:.65rem;display:flex}.footer-brand-mark{color:#fff;font-size:1.3rem}.footer-brand-mark span{color:#7ff1c1}.footer-brand-tagline{letter-spacing:.08em;color:#7ff1c1cc;background:#7ff1c11f;border:1px solid #7ff1c12e;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700}.footer-brand-desc{color:#ffffff80;max-width:28rem;margin:0;font-size:.88rem;line-height:1.75}.footer-trust-row{flex-wrap:wrap;gap:.6rem;display:flex}.footer-trust-pill{color:#ffffff8c;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.78rem;display:flex}.footer-trust-val{color:#7ff1c1;font-family:Sora,system-ui,sans-serif;font-size:.88rem;font-weight:700}.footer-premium .footer-col h4{letter-spacing:.09em;text-transform:uppercase;color:#ffffffe6;margin-bottom:.9rem;font-size:.72rem;font-weight:700}.footer-premium .footer-col a{color:#ffffff7a;margin-bottom:.55rem;font-size:.86rem;line-height:1.4;text-decoration:none;transition:color .15s;display:block}.footer-mid{border-top:1px solid #ffffff0f;padding:1.5rem 0}.footer-cta-card{background:linear-gradient(135deg,#1d9e751f,#1d9e750f);border:1px solid #7ff1c11f;border-radius:20px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.footer-cta-left{align-items:center;gap:1rem;display:flex}.footer-cta-icon{flex-shrink:0;font-size:1.75rem}.footer-cta-title{color:#fff;margin-bottom:3px;font-size:1rem;font-weight:600}.footer-cta-sub{color:#ffffff8c;font-size:.84rem}.footer-cta-btn{background:var(--teal);color:#fff;white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.65rem 1.35rem;font-size:.88rem;font-weight:700;text-decoration:none;transition:background .15s}.footer-cta-btn:hover{background:var(--teal-dark)}.footer-bottom-premium{background:#0003;border-top:1px solid #ffffff0f;padding:1.1rem 0}.footer-bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-inner p{color:#ffffff59;margin:0;font-size:.8rem}.footer-bottom-links{gap:1rem;display:flex}.footer-bottom-links a{color:#ffffff59;font-size:.78rem;text-decoration:none;transition:color .15s}.footer-premium .footer-tagline{letter-spacing:.04em;color:#7ff1c180;font-size:.76rem;font-weight:700}@media (max-width:980px){.footer-top-inner{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-cta-card{flex-direction:column;align-items:start}.footer-cta-btn{text-align:center;width:100%}.footer-bottom-inner{flex-direction:column;align-items:start;gap:.65rem}.hj-journey-summary-v5{display:none}.hj-journey-cells{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.footer-links-grid{grid-template-columns:1fr 1fr}.footer-trust-row{gap:.4rem}.footer-trust-pill{padding:.3rem .7rem;font-size:.72rem}.footer-top{padding:2.5rem 0 1.5rem}.gj-wrap{padding:0 1rem}.gj-slot-bar,.gj-composer{margin:0 -1rem;padding-left:1rem;padding-right:1rem}.gj-title{font-size:1.8rem}.hj-chat-head-v5{padding-top:1.25rem}.hj-chat-title-v5{font-size:1.6rem}.hj-journey-cells{grid-template-columns:repeat(2,1fr)}.hj-hero-body{grid-template-columns:1fr;gap:1rem}.hj-hero-img-wrap{height:220px}.hj-alts-grid,.hj-ai-grid-v4{grid-template-columns:1fr}}@media (max-width:420px){.footer-links-grid{grid-template-columns:1fr}.footer-cta-left{flex-direction:column;align-items:start;gap:.5rem}}.hj-chat-head-v5{padding-top:1.25rem!important;padding-bottom:0!important}.hj-chat-title-v5{margin:.35rem 0 0!important;font-size:clamp(1.4rem,2.5vw,1.9rem)!important}.hj-chat-subtitle-v5{color:var(--text-muted);margin:0 0 .85rem!important;font-size:.9rem!important}.hj-preset-card{border-radius:14px!important;padding:.8rem .9rem!important}.hj-preset-copy strong{font-size:.88rem!important}.hj-chat{padding-top:1rem!important}.hj-chat-wrap{padding-top:1.25rem!important}.gj2-shell{min-height:calc(100vh - var(--header-h));background:var(--surface);flex-direction:column;display:flex}.gj2-stepper{border-bottom:1px solid var(--border);background:var(--surface);top:var(--header-h);z-index:20;position:sticky}.gj2-stepper-inner{align-items:center;gap:0;max-width:680px;height:60px;margin:0 auto;padding:0 1.5rem;display:flex}.gj2-step{flex-shrink:0;align-items:center;gap:.5rem;display:flex;position:relative}.gj2-step-circle{border:2px solid var(--border-mid);width:30px;height:30px;color:var(--text-muted);background:var(--surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.gj2-step-label{color:var(--text-muted);white-space:nowrap;font-size:.78rem;font-weight:600;transition:color .2s}.gj2-step-line{background:var(--border);flex:1;min-width:20px;height:2px;margin:0 .6rem;transition:background .2s}.gj2-step-line-done{background:var(--teal-mid)}.gj2-step-active .gj2-step-circle{border-color:var(--teal);background:var(--teal);color:#fff;font-size:.7rem}.gj2-step-active .gj2-step-label{color:var(--teal-dark);font-weight:700}.gj2-step-done .gj2-step-circle{border-color:var(--teal-mid);background:var(--teal-light);color:var(--teal-dark);font-size:.72rem}.gj2-step-done .gj2-step-label{color:var(--teal-dark)}.gj2-step-locked .gj2-step-circle,.gj2-step-locked .gj2-step-label{opacity:.4}.gj2-body{flex:1;overflow-x:hidden}.gj2-panel-fwd{animation:.28s cubic-bezier(.4,0,.2,1) gj2-slide-fwd}.gj2-panel-back{animation:.28s cubic-bezier(.4,0,.2,1) gj2-slide-back}@keyframes gj2-slide-fwd{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes gj2-slide-back{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}.gj2-context-bar{flex-wrap:wrap;gap:.45rem;padding:1rem 0 0;display:flex}.gj2-ctx-tag{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7533;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:600}.gj2-step-content{gap:1.5rem;padding-top:2.5rem;display:grid;position:relative}.gj2-back{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.84rem;font-weight:600;transition:color .15s;position:absolute;top:1.25rem;left:0}.gj2-back:hover{color:var(--text)}.gj2-step-head{gap:.35rem;display:grid}.gj2-step-number{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7526;border-radius:999px;width:fit-content;padding:3px 10px;font-size:.72rem;font-weight:700}.gj2-step-title{letter-spacing:-.03em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.1}.gj2-step-sub{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.gj2-input-group{gap:.65rem;display:grid}.gj2-input{border:2px solid var(--border-mid);width:100%;font:inherit;color:var(--text);background:var(--surface);border-radius:16px;outline:none;padding:1rem 1.2rem;font-size:1.05rem;transition:border-color .2s,box-shadow .2s}.gj2-input:focus{border-color:var(--teal-mid);box-shadow:0 0 0 4px #1d9e7514}.gj2-input::placeholder{color:var(--text-hint)}.gj2-date-hint{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e752e;border-radius:12px;padding:.6rem .9rem;font-size:.86rem;font-weight:600;animation:.15s gj2-slide-fwd}.gj2-cta{color:#fff;font:inherit;cursor:pointer;background:#0a1a14;border:none;border-radius:14px;justify-content:center;align-self:start;align-items:center;gap:.5rem;min-width:140px;padding:.95rem 1.75rem;font-size:1rem;font-weight:700;transition:background .15s,transform .1s;display:inline-flex}.gj2-cta:hover{background:var(--teal)}.gj2-cta:active{transform:scale(.98)}.gj2-cta:disabled{opacity:.3;cursor:not-allowed}.gj2-arrow{transition:transform .2s}.gj2-cta:hover .gj2-arrow{transform:translate(3px)}.gj2-chips{flex-wrap:wrap;gap:.45rem;display:flex}.gj2-chip{font:inherit;color:var(--text-muted);background:var(--surface-2);border:1px solid var(--border-mid);cursor:pointer;border-radius:999px;padding:.45rem .9rem;font-size:.84rem;font-weight:500;transition:all .15s}.gj2-chip:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-light)}.gj2-tile-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.gj2-tile{border:2px solid var(--border-mid);background:var(--surface);cursor:pointer;text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:.3rem;padding:1.2rem .75rem;transition:all .15s;display:flex}.gj2-tile:hover{border-color:var(--teal);background:var(--teal-light);transform:translateY(-2px)}.gj2-tile-selected{border-color:var(--teal);background:var(--teal-light)}.gj2-tile-icon{font-size:1.85rem}.gj2-tile-label{color:var(--text);font-size:.9rem;font-weight:700}.gj2-tile-sub{color:var(--text-muted);font-size:.72rem}.gj2-vibe-grid{grid-template-columns:repeat(2,1fr);gap:.65rem;display:grid}.gj2-vibe-card{border:2px solid var(--border-mid);background:var(--surface);cursor:pointer;text-align:left;border-radius:18px;flex-direction:column;align-items:start;gap:.2rem;padding:1.15rem 1.1rem;transition:all .15s;display:flex}.gj2-vibe-card:hover{border-color:var(--teal);background:var(--teal-light);transform:translateY(-2px);box-shadow:0 4px 20px #1d9e751a}.gj2-vibe-icon{margin-bottom:.25rem;font-size:1.65rem}.gj2-vibe-label{color:var(--text);font-size:.95rem;font-weight:700}.gj2-vibe-sub{color:var(--text-muted);font-size:.78rem;line-height:1.4}.gj2-results-content{gap:1.1rem;padding-top:1.5rem;display:grid}.gj2-trip-summary{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.gj2-trip-tags{flex-wrap:wrap;flex:1;gap:.45rem;display:flex}.gj2-restart-btn{font:inherit;color:var(--text-muted);border:1px solid var(--border-mid);cursor:pointer;background:0 0;border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:600;transition:all .15s}.gj2-restart-btn:hover{color:var(--text);border-color:var(--text)}.gj2-empty{text-align:center;justify-items:center;gap:.75rem;padding:3rem 1rem;display:grid}.gj2-empty-icon{font-size:3rem}.gj2-empty h2{color:var(--text);margin:0;font-size:1.3rem}.gj2-empty p{color:var(--text-muted);margin:0;font-size:.92rem}:is(.gj2-panel.gj2-panel-fwd:has(.gj2-results-content),.gj2-panel.gj2-panel-back:has(.gj2-results-content)){max-width:960px}@media (max-width:680px){.gj2-stepper-inner{height:52px;padding:0 1rem;overflow-x:auto}.gj2-step-label{display:none}.gj2-step-active .gj2-step-label{display:block}.gj2-panel{padding:0 1rem 3rem}.gj2-step-content{gap:1.25rem;padding-top:2rem}.gj2-tile-grid{grid-template-columns:repeat(2,1fr)}.gj2-vibe-grid{grid-template-columns:1fr}.gj2-step-title{font-size:1.75rem}}@media (max-width:420px){.gj2-tile-grid{grid-template-columns:1fr 1fr}}.hj-chat-title-v5{white-space:nowrap!important;text-overflow:ellipsis!important;letter-spacing:-.025em!important;margin:.25rem 0 0!important;font-size:clamp(1.45rem,2.2vw,1.85rem)!important;overflow:hidden!important}@media (max-width:600px){.hj-chat-title-v5{white-space:normal!important;font-size:1.4rem!important}}.hj-tagline-block-v4 .hj-tagline{letter-spacing:-.05em!important;max-width:7ch!important;margin-bottom:1.1rem!important;font-size:clamp(2.6rem,5vw,4.5rem)!important;line-height:.95!important}.hj-tagline-block-v4 .hj-tagline-sub{color:#ffffff8c!important;font-size:.94rem!important;line-height:1.8!important}.hj-left-inner-v4{gap:1.75rem!important}body.home-immersive .site-footer,.home-immersive .site-footer{display:block!important}.brand-logo-dark,.site-header:not(.hj-nav) .brand-logo-light{display:none}.site-header:not(.hj-nav) .brand-logo-dark{display:block}@media (max-width:980px){body.home-immersive .brand-logo-light{display:none}body.home-immersive .brand-logo-dark{display:block}}.brand-lockup-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.brand-lockup-logo .brand-sub{margin-left:0}.hj-tagline-v5{flex-direction:column!important;gap:0!important;margin-bottom:1.25rem!important;display:flex!important}.hj-tagline-line1{color:#ffffffe6;letter-spacing:-.04em;font-size:clamp(2.4rem,5vw,4.2rem);font-weight:600;line-height:1}.hj-tagline-line2{color:#fff;letter-spacing:-.05em;background:linear-gradient(135deg,#fff 0%,#7ff1c1e6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3rem,7vw,5.8rem);font-weight:700;line-height:.95}.hj-tagline-line3{color:#7ff1c1d9;letter-spacing:-.05em;font-size:clamp(3rem,7vw,5.8rem);font-weight:700;line-height:.95}.hj-tagline-sub-v5{color:#ffffff80!important;font-size:.98rem!important;line-height:1.85!important}.hj-main{min-height:calc(100svh - var(--header-h));height:auto!important;overflow:visible!important}.hj-shell.hj-shell-v4{min-height:calc(100svh - var(--header-h));height:auto!important}.hj-right.hj-chat-mode{top:var(--header-h);position:sticky;overflow:visible}.hj-left{top:var(--header-h);height:calc(100svh - var(--header-h));overflow:hidden;position:sticky!important}.gj2-shell{height:calc(100svh - var(--header-h));flex-direction:column;display:flex;overflow:hidden}.gj2-body{scroll-behavior:auto;flex:1;overflow:hidden auto}.gj2-panel{max-width:680px;margin:0 auto;padding:0 1.5rem 3rem}.gj2-results-panel{max-width:960px}.gj2-step-content{min-height:calc(100svh - var(--header-h) - 60px - 6rem);align-content:start;gap:1.5rem;padding-top:3rem;display:grid;position:relative}.gj2-tile{justify-content:center;min-height:110px}.gj2-vibe-grid{grid-template-columns:repeat(2,1fr)!important}.gj2-vibe-card{min-height:100px}@media (max-width:980px){.gj2-shell{height:auto;min-height:calc(100svh - var(--header-h));overflow:visible}.gj2-body{overflow:visible}.gj2-step-content{min-height:auto;padding-top:2rem}.hj-right.hj-chat-mode{position:static;overflow:visible}.hj-left{height:auto!important;position:static!important}}@media (max-width:680px){.gj2-panel{padding:0 1rem 3rem}.gj2-tile-grid{grid-template-columns:repeat(2,1fr)!important}.hj-tagline-line2,.hj-tagline-line3{font-size:clamp(2.5rem,12vw,4rem)}.hj-tagline-line1{font-size:clamp(1.8rem,8vw,3rem)}}.brand-logo{object-fit:contain;width:auto;height:40px;display:block}.brand-logo-light,body:not(.home-immersive) .hj-nav .brand-logo-dark{display:none}body:not(.home-immersive) .hj-nav .brand-logo-light{display:block}@media (max-width:980px){body.home-immersive .brand-logo-dark{display:none}body.home-immersive .brand-logo-light{display:block}}.hj-tagline-v5{letter-spacing:-.04em!important;color:#fff!important;max-width:12ch!important;margin-bottom:1.1rem!important;font-size:clamp(2.2rem,4.5vw,3.8rem)!important;font-weight:700!important;line-height:1.15!important;display:block!important}.hj-tagline-v5 br{display:block}.hj-tagline-em{color:#7ff1c1eb;font-style:normal}.hj-tagline-line1,.hj-tagline-line2,.hj-tagline-line3{font-size:inherit!important;font-weight:inherit!important;-webkit-text-fill-color:unset!important;color:inherit!important;line-height:inherit!important;background:0 0!important;display:inline!important}html body.home-immersive .hj-main{height:auto!important;min-height:0!important;padding-top:0!important;overflow:visible!important}html .hj-main{height:auto!important;overflow:visible!important}html .hj-shell.hj-shell-v4{min-height:calc(100svh - var(--header-h))}html .hj-left{max-height:calc(100svh - var(--header-h));align-self:start;top:var(--header-h)!important;position:sticky!important}html .hj-right.hj-chat-mode{top:var(--header-h)!important;flex-direction:column!important;display:flex!important;position:sticky!important;overflow:visible!important}@media (max-width:980px){html .hj-left,html .hj-right.hj-chat-mode{position:static!important;overflow:visible!important}html .hj-shell.hj-shell-v4{grid-template-columns:1fr!important}}.hj-shell{background:0 0!important}.hj-ai-skeleton-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem;display:grid}.hj-ai-skeleton-card{border:1px solid var(--border);background:var(--surface);border-radius:20px;overflow:hidden}.hj-ai-skeleton-img{width:100%;height:160px}.hj-ai-skeleton-body{gap:.6rem;padding:1rem;display:grid}.hj-ai-skeleton-line{border-radius:6px;height:12px}.sk-shimmer{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 50%, var(--surface-2) 75%);background-size:200% 100%;animation:1.4s infinite sk-shimmer-anim}@keyframes sk-shimmer-anim{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:680px){.hj-ai-skeleton-grid{grid-template-columns:1fr}}.hj-hero-heading{padding:4rem 0 2rem}.hj-hero-h1{letter-spacing:-.045em;color:var(--text);margin:0 0 .65rem;font-family:Sora,system-ui,sans-serif;font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:700;line-height:1.08}.hj-hero-sub{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.6}.hj-slim-context{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.85rem 0 .4rem;display:flex}.hj-ctx-dot{color:var(--teal-dark);background:var(--teal-light);border:1px solid #1d9e7526;border-radius:999px;padding:2px 10px;font-size:.8rem;font-weight:600}.hj-slim-reset{font:inherit;color:var(--text-hint);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:.76rem;transition:color .15s}.hj-slim-reset:hover{color:var(--text)}.hj-slot-bar,.hj-composer-clean .hj-composer-label{display:none!important}.hj-composer-clean .hj-chat-input-row{border:1.5px solid var(--border-mid)!important;border-radius:20px!important;box-shadow:0 2px 16px #0a1e140f!important}.hj-composer-clean .hj-chat-input-row:focus-within{border-color:var(--teal-mid)!important;box-shadow:0 0 0 3px #1d9e751a,0 2px 16px #0a1e140f!important}.hj-quick-starts{scrollbar-width:none;gap:.45rem;padding:.6rem 0 .1rem;display:flex;overflow-x:auto}.hj-quick-starts::-webkit-scrollbar{display:none}.hj-qs-chip{font:inherit;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;padding:.38rem .85rem;font-size:.82rem;transition:all .15s}.hj-qs-chip:hover{border-color:var(--teal-mid);color:var(--teal-dark);background:var(--teal-light)}.hj-preset-rail,.hj-chat-kicker,.hj-chat-head-v5 .hj-chat-kicker{display:none!important}.hj-msg-avatar{width:26px!important;height:26px!important;font-size:.6rem!important}.hj-msg-bubble{box-shadow:none!important;border:1px solid var(--border)!important;border-radius:14px!important;padding:.7rem .95rem!important;font-size:.92rem!important}.hj-msg-user .hj-msg-bubble{color:#fff!important;background:#0f1f17!important;border-color:#0000!important}.hj-msg-bubble p{margin:0!important}.hj-msg-bubble p+p{margin-top:.35rem!important}.gj2-progress-track{background:var(--border);height:3px;top:var(--header-h);z-index:20;position:sticky}.gj2-stepper{display:none!important}.gj2-mini-context{flex-wrap:wrap;align-items:center;gap:.45rem;padding:1.25rem 0 0;display:flex}.gj2-back-mini{font:inherit;color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-right:.25rem;padding:0;font-size:1rem;line-height:1;transition:color .15s}.gj2-back-mini:hover{color:var(--text)}.gj2-step-counter{color:var(--text-hint);margin-left:auto;font-size:.74rem;font-weight:600}.gj2-clean-head{gap:.4rem;padding-top:2rem;display:grid}.gj2-clean-title{letter-spacing:-.04em;color:var(--text);margin:0;font-family:Sora,system-ui,sans-serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.08}.gj2-clean-sub{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.55}.gj2-step-content{padding-top:0!important}.gj2-tile-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.gj2-tile{border-radius:16px!important;flex-direction:row!important;align-items:start!important;gap:.75rem!important;min-height:90px!important;padding:1rem!important}.gj2-tile-icon{flex-shrink:0;font-size:1.4rem!important}.gj2-tile-label{font-size:.95rem!important;font-weight:700!important}.gj2-tile-sub{font-size:.76rem!important}.gj2-tile-text{flex-direction:column;gap:.15rem;display:flex}.gj2-vibe-grid{grid-template-columns:repeat(2,1fr)!important;gap:.6rem!important}.gj2-vibe-card{border-radius:16px!important;min-height:90px!important;padding:1rem 1rem .85rem!important}.gj2-vibe-icon{font-size:1.5rem!important}.gj2-vibe-label{font-size:.92rem!important}.gj2-vibe-sub{font-size:.76rem!important}.gj2-input{border-radius:16px!important;padding:.95rem 1.1rem!important;font-size:1rem!important}.gj2-cta{border-radius:12px!important;padding:.85rem 1.5rem!important;font-size:.95rem!important}@media (max-width:680px){.hj-hero-h1{font-size:2rem}.hj-hero-heading{padding:2.5rem 0 1.25rem}.gj2-clean-title{font-size:2rem}.gj2-tile-grid,.gj2-vibe-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:420px){.gj2-tile-grid,.gj2-vibe-grid{grid-template-columns:1fr!important}}html,html body,html body.home-immersive{height:auto!important;overflow:hidden auto!important}html .hj-shell.hj-shell-v4{min-height:calc(100svh - var(--header-h));height:auto!important;overflow:visible!important}html .hj-left{top:var(--header-h)!important;max-height:calc(100svh - var(--header-h))!important;align-self:start!important;height:auto!important;position:sticky!important;overflow:hidden!important}html .hj-right-scroll{flex:1!important;min-height:0!important;overflow:visible!important}html .hj-composer{z-index:20!important;position:sticky!important;bottom:0!important}html body .site-footer,html body.home-immersive .site-footer{display:block!important}@media (max-width:980px){html .hj-left{max-height:none!important;position:static!important}}html .hj-left,html body .hj-left,html body.home-immersive .hj-left{top:var(--header-h)!important;height:calc(100svh - var(--header-h))!important;max-height:calc(100svh - var(--header-h))!important;align-self:start!important;position:sticky!important;overflow:hidden!important}html .hj-shell.hj-shell-v4{align-items:start!important}@media (max-width:980px){html .hj-left,html body .hj-left,html body.home-immersive .hj-left{height:auto!important;max-height:none!important;position:static!important;overflow:visible!important}html .hj-left-inner,html .hj-left-inner.hj-left-inner-v4{height:auto!important;overflow:visible!important}}html,html body,html body.home-immersive{height:100svh!important;max-height:100svh!important;overflow:hidden!important}html body .hj-main,html body.home-immersive .hj-main{height:calc(100svh - var(--header-h))!important;overflow:hidden!important}html .hj-shell.hj-shell-v4{height:calc(100svh - var(--header-h))!important;align-items:stretch!important;overflow:hidden!important}html .hj-left{align-self:stretch!important;height:100%!important;max-height:none!important;position:relative!important;top:auto!important;overflow:hidden!important}html .hj-left-inner,html .hj-left-inner.hj-left-inner-v4{scrollbar-width:none!important;height:100%!important;overflow:hidden auto!important}html .hj-left-inner::-webkit-scrollbar{display:none!important}html .hj-right,html .hj-right.hj-chat-mode{flex-direction:column!important;height:100%!important;display:flex!important;position:relative!important;overflow:hidden!important}html .hj-right-scroll{scroll-behavior:auto!important;flex:1!important;min-height:0!important;overflow:hidden auto!important}html .hj-composer{z-index:20!important;flex-shrink:0!important;position:relative!important;bottom:auto!important}html body.home-immersive .site-footer{display:none!important}@media (max-width:980px){html,html body,html body.home-immersive{height:auto!important;max-height:none!important;overflow:hidden auto!important}html body .hj-main,html body.home-immersive .hj-main{height:auto!important;overflow:visible!important}html .hj-shell.hj-shell-v4{grid-template-columns:1fr!important;height:auto!important;overflow:visible!important}html .hj-left{height:auto!important;position:relative!important;overflow:visible!important}html .hj-left-inner,html .hj-left-inner.hj-left-inner-v4{height:auto!important;overflow:visible!important}html .hj-right,html .hj-right.hj-chat-mode{height:auto!important;min-height:60vh!important;overflow:visible!important}html .hj-right-scroll{flex:none!important;overflow:visible!important}html .hj-composer{position:sticky!important;bottom:0!important}html body.home-immersive .site-footer{display:block!important}}html body.home-immersive{height:100svh!important;max-height:100svh!important;overflow:hidden!important}html body.home-immersive .hj-main{height:calc(100svh - var(--header-h))!important;max-height:calc(100svh - var(--header-h))!important;display:block!important;overflow:hidden!important}html body.home-immersive .hj-shell.hj-shell-v4{grid-template-columns:minmax(320px,38%) 1fr!important;align-items:stretch!important;height:100%!important;max-height:100%!important;display:grid!important;overflow:hidden!important}html body.home-immersive .hj-left{height:100%!important;max-height:100%!important;position:relative!important;overflow:hidden!important}html body.home-immersive .hj-left-inner.hj-left-inner-v4{scrollbar-width:none!important;scroll-behavior:auto!important;height:100%!important;overflow:hidden auto!important}html body.home-immersive .hj-left-inner.hj-left-inner-v4::-webkit-scrollbar{display:none!important}html body.home-immersive .hj-right.hj-chat-mode{flex-direction:column!important;height:100%!important;max-height:100%!important;display:flex!important;overflow:hidden!important}html body.home-immersive .hj-right-scroll{scroll-behavior:auto!important;flex:1 1 0!important;min-height:0!important;overflow:hidden auto!important}html body.home-immersive .hj-composer{flex-shrink:0!important;position:relative!important;bottom:auto!important}html body.home-immersive .site-footer,html body.home-immersive .footer-premium{height:0!important;margin:0!important;padding:0!important;display:none!important;overflow:hidden!important}@media (max-width:980px){html body.home-immersive,html body.home-immersive .hj-main,html body.home-immersive .hj-shell.hj-shell-v4,html body.home-immersive .hj-right.hj-chat-mode,html body.home-immersive .hj-right-scroll{height:auto!important;max-height:none!important;overflow:visible!important}html body.home-immersive{overflow-x:hidden!important}html body.home-immersive .hj-shell.hj-shell-v4{grid-template-columns:1fr!important}html body.home-immersive .hj-left,html body.home-immersive .hj-left-inner.hj-left-inner-v4{height:auto!important;overflow:visible!important}html body.home-immersive .hj-composer{position:sticky!important;bottom:0!important}html body.home-immersive .site-footer,html body.home-immersive .footer-premium{height:auto!important;display:block!important}}:root{--header-h:74px}html,body,body.home-immersive{overflow-x:hidden!important}body.home-immersive{background:radial-gradient(circle at 0 0,#1d9e751f,#0000 28%),linear-gradient(#f7fbf8 0%,#eef5f1 100%)!important;height:auto!important;max-height:none!important;overflow-y:auto!important}body.home-immersive .brand-logo-dark{display:block!important}body.home-immersive .brand-logo-light{display:none!important}body.home-immersive .brand-sub{border:1px solid #1d9e7524;background:var(--teal-light)!important;color:var(--teal-dark)!important}body.home-immersive .nav-shell-premium{min-height:var(--header-h)!important;gap:1rem!important}body.home-immersive .nav-center-shell .nav-links{background:#ffffffdb!important;border:1px solid #0f281e14!important;box-shadow:0 12px 30px #0a1e140a!important}body.home-immersive .nav-center-shell .nav-links a{color:#111917b3!important}body.home-immersive .nav-center-shell .nav-links a:hover{color:var(--text)!important;background:var(--surface-2)!important}body.home-immersive .hj-nav-cta{min-height:44px!important;padding:.78rem 1.15rem!important;font-size:.88rem!important;box-shadow:0 14px 30px #0f6e562e!important}body.home-immersive .hj-main{height:auto!important;max-height:none!important;padding-top:0!important;overflow:visible!important}body.home-immersive .hj-shell.hj-shell-v4{min-height:calc(100vh - var(--header-h))!important;background:0 0!important;grid-template-columns:minmax(320px,35%) minmax(0,1fr)!important;align-items:start!important;gap:20px!important;height:auto!important;max-height:none!important;padding:18px!important;display:grid!important;overflow:visible!important}body.home-immersive .hj-left{top:calc(var(--header-h) + 18px)!important;height:auto!important;max-height:calc(100vh - var(--header-h) - 36px)!important;background:radial-gradient(circle at 0 0,#1d9e751f,#0000 34%),radial-gradient(circle at 100% 100%,#ba751714,#0000 26%),linear-gradient(#f9fcfa 0%,#eef6f1 100%)!important;border:1px solid #0f281e14!important;border-radius:30px!important;align-self:start!important;position:sticky!important;overflow:hidden!important;box-shadow:0 18px 46px #0a1e1414!important}body.home-immersive .hj-left-inner.hj-left-inner-v4{scrollbar-width:none!important;gap:1.2rem!important;height:auto!important;min-height:100%!important;padding:2rem 2rem 1.75rem!important;overflow:hidden auto!important}body.home-immersive .hj-left-inner.hj-left-inner-v4::-webkit-scrollbar{display:none!important}body.home-immersive .hj-orb-1{background:radial-gradient(circle,#1d9e751f,#0000 70%)!important}body.home-immersive .hj-orb-2{background:radial-gradient(circle,#ba751714,#0000 70%)!important}body.home-immersive .hj-left-kicker{width:fit-content!important;color:var(--teal-dark)!important;background:#1d9e7514!important;border:1px solid #1d9e7524!important;border-radius:999px!important;align-items:center!important;gap:.45rem!important;padding:.38rem .7rem!important;display:inline-flex!important}body.home-immersive .hj-tagline-v5{color:var(--text)!important;max-width:10.5ch!important;margin-bottom:.95rem!important;font-size:clamp(2.15rem,3.2vw,3.5rem)!important;line-height:1.08!important}body.home-immersive .hj-tagline-em{color:var(--teal)!important}body.home-immersive .hj-tagline-sub,body.home-immersive .hj-tagline-sub-v5{color:var(--text-muted)!important}body.home-immersive .hj-value-grid-v4{grid-template-columns:repeat(3,minmax(0,1fr))!important;max-width:none!important}body.home-immersive .hj-value-card-v4{background:#ffffffc7!important;border:1px solid #0f281e14!important;min-height:0!important;padding:1rem!important;box-shadow:0 10px 30px #0a1e140d!important}body.home-immersive .hj-value-card-v4 span{color:var(--teal)!important}body.home-immersive .hj-value-card-v4 strong{color:var(--text)!important}body.home-immersive .hj-value-card-v4 p,body.home-immersive .hj-left-footer-v4 p{color:var(--text-muted)!important}body.home-immersive .hj-hotelier-link{color:var(--teal-dark)!important}body.home-immersive .hj-journey-summary-v5{background:linear-gradient(#fff 0%,#f4faf7 100%)!important;border:1px solid #0f281e14!important;box-shadow:0 14px 34px #0a1e140f!important}body.home-immersive .hj-journey-summary-kicker,body.home-immersive .hj-journey-cell-label,body.home-immersive .hj-journey-summary-hint{color:var(--text-hint)!important}body.home-immersive .hj-journey-summary-pct,body.home-immersive .hj-journey-cell-value{color:var(--text)!important}body.home-immersive .hj-journey-bar{background:var(--surface-3)!important}body.home-immersive .hj-journey-cell-v5{background:var(--surface)!important;border:1px solid #0f281e14!important}body.home-immersive .hj-journey-cell-filled{background:#1d9e750f!important;border-color:#1d9e751f!important}body.home-immersive .hj-journey-summary-hint{background:var(--surface-2)!important;border:1px solid #0f281e0f!important}body.home-immersive .hj-right,body.home-immersive .hj-right.hj-chat-mode{height:auto!important;max-height:none!important;min-height:calc(100vh - var(--header-h) - 36px)!important;background:#ffffffbd!important;border:1px solid #0f281e14!important;border-radius:30px!important;position:static!important;overflow:visible!important;box-shadow:0 18px 46px #0a1e140f!important}body.home-immersive .hj-right-scroll{flex:none!important;min-height:0!important;overflow:visible!important}body.home-immersive .hj-chat-wrap,body.home-immersive .hj-results,body.home-immersive .hj-composer-inner{max-width:980px!important}body.home-immersive .hj-chat-wrap{padding-top:2rem!important}body.home-immersive .hj-hero-heading{padding:.5rem 0 1.4rem!important}body.home-immersive .hj-hero-sub{max-width:42rem!important}body.home-immersive .hj-results{padding-bottom:2.5rem!important}body.home-immersive .hj-composer{z-index:24!important;box-shadow:none!important;-webkit-backdrop-filter:blur(16px)!important;background:linear-gradient(#f7fbf800 0%,#f7fbf8eb 26%,#f7fbf8fa 100%)!important;border-top:0!important;position:sticky!important;bottom:0!important}body.home-immersive .hj-composer-inner{padding-top:1rem!important;padding-bottom:1.15rem!important}.hj-master-input-intro{gap:.18rem;margin-bottom:.72rem;display:grid}.hj-master-input-intro.is-compact{margin-bottom:.45rem}.hj-master-input-kicker{letter-spacing:.04em;color:var(--teal-dark);font-size:.78rem;font-weight:700}.hj-master-input-sub{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.55}body.home-immersive .hj-chat-input-row{background:#fff!important;border:1.5px solid #0f281e1f!important;border-radius:24px!important;min-height:76px!important;box-shadow:0 18px 40px #0a1e1414!important}body.home-immersive .hj-chat-input{min-height:76px!important;padding:1.2rem 1.25rem!important;font-size:1rem!important}body.home-immersive .hj-send-btn{background:linear-gradient(135deg, var(--teal), #148868)!important;border-radius:18px!important;justify-content:center!important;align-self:center!important;width:58px!important;height:58px!important;margin:8px!important}body.home-immersive .hj-send-btn:hover{background:linear-gradient(135deg,#0d624d,#107a61)!important}body.home-immersive .hj-quick-starts{padding-top:.75rem!important}body.home-immersive .site-footer,body.home-immersive .site-footer.footer-premium,body.home-immersive .footer-premium{height:auto!important;color:var(--text-muted)!important;background:linear-gradient(#f8fbf9 0%,#edf4f0 100%)!important;border-top:1px solid #0f281e14!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important}body.home-immersive .footer-top{padding:3.5rem 0 2rem!important}body.home-immersive .footer-mid,body.home-immersive .footer-bottom-premium{background:0 0!important;border-top:1px solid #0f281e14!important}body.home-immersive .footer-brand-desc,body.home-immersive .footer-premium .footer-col a,body.home-immersive .footer-bottom-inner p,body.home-immersive .footer-bottom-links a,body.home-immersive .footer-cta-sub,body.home-immersive .footer-trust-pill{color:var(--text-muted)!important}body.home-immersive .footer-premium .footer-col h4,body.home-immersive .footer-cta-title,body.home-immersive .footer-brand-mark,body.home-immersive .footer-trust-val{color:var(--text)!important}body.home-immersive .footer-brand-tagline{background:var(--teal-light)!important;color:var(--teal-dark)!important;border-color:#1d9e7524!important}body.home-immersive .footer-trust-pill{background:#ffffffb8!important;border-color:#0f281e14!important}body.home-immersive .footer-cta-card{background:linear-gradient(135deg,#1d9e7514,#1d9e7508)!important;border:1px solid #1d9e751f!important}body.home-immersive .footer-cta-btn,body.home-immersive .footer-tagline{color:#fff!important}@media (max-width:1180px){body.home-immersive .hj-shell.hj-shell-v4{grid-template-columns:minmax(300px,34%) minmax(0,1fr)!important}body.home-immersive .hj-value-grid-v4{grid-template-columns:1fr!important}}@media (max-width:980px){body.home-immersive .hj-shell.hj-shell-v4{grid-template-columns:1fr!important;gap:16px!important;padding:14px!important}body.home-immersive .hj-left,body.home-immersive .hj-right,body.home-immersive .hj-right.hj-chat-mode,body.home-immersive .hj-right-scroll{height:auto!important;min-height:0!important;max-height:none!important;position:static!important;top:auto!important;overflow:visible!important}body.home-immersive .hj-left-inner.hj-left-inner-v4{padding:1.35rem!important}body.home-immersive .hj-chat-wrap,body.home-immersive .hj-results,body.home-immersive .hj-composer-inner{padding-left:1rem!important;padding-right:1rem!important}body.home-immersive .nav-center-shell{display:none!important}body.home-immersive .hj-nav-cta{margin-left:auto!important}body.home-immersive .footer-links-grid{grid-template-columns:1fr 1fr!important}}@media (max-width:640px){body.home-immersive .hj-shell.hj-shell-v4{padding:10px!important}body.home-immersive .hj-left,body.home-immersive .hj-right,body.home-immersive .hj-right.hj-chat-mode{border-radius:24px!important}body.home-immersive .hj-tagline-v5{max-width:12ch!important;font-size:2rem!important}body.home-immersive .hj-chat-input-row{min-height:68px!important}body.home-immersive .hj-chat-input{min-height:68px!important;font-size:.96rem!important}body.home-immersive .hj-send-btn{width:52px!important;height:52px!important}body.home-immersive .footer-links-grid{grid-template-columns:1fr!important}}:root{--bdai-bg:#f6fbf8;--bdai-surface:#ffffffeb;--bdai-surface-strong:#fff;--bdai-line:#10182814;--bdai-line-strong:#1018281f;--bdai-text:#12261d;--bdai-muted:#5a6e65;--bdai-soft:#edf8f2;--bdai-green:#157a56;--bdai-green-strong:#0f6d4c;--bdai-shadow:0 18px 48px #091e1514}html body{background:var(--bdai-bg);color:var(--bdai-text)}.site-header.hj-nav{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #1018280f;position:sticky;top:0}.nav-shell-premium{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;min-height:72px;display:grid}.nav-center-shell{justify-content:center;display:flex}.hj-nav .nav-links{background:#ffffffd1;border:1px solid #1018280f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem;display:inline-flex;box-shadow:0 10px 24px #1018280a}.hj-nav .nav-links a{color:#395347;border-radius:999px;padding:.7rem 1rem;font-weight:600}.hj-nav .nav-links a:hover{color:#163226;background:#edf8f2}.nav-actions{justify-content:flex-end;align-items:center;gap:.65rem;display:inline-flex}.nav-icon-btn{color:#1a3429;height:42px;font:inherit;cursor:pointer;background:#ffffffe0;border:1px solid #10182814;border-radius:999px;align-items:center;gap:.45rem;padding:0 .8rem;font-weight:600;display:inline-flex;box-shadow:0 8px 18px #1018280a}.nav-icon{justify-content:center;align-items:center;width:1.15rem;display:inline-flex}.hj-nav-cta{color:#fff;background:linear-gradient(135deg,#178058,#0f6d4c);border:0;border-radius:999px;justify-content:center;align-items:center;height:44px;padding:0 1rem;display:inline-flex;box-shadow:0 16px 28px #157a563d}.hj-nav-cta:hover{background:linear-gradient(135deg,#116f4d,#0b6244);transform:translateY(-1px)}.brand-sub{color:#157a56;background:#edf8f2}.brand-logo-dark{display:block}.brand-logo-light{display:none}body.home-landing .brand-logo-dark,body.conversation-mode .brand-logo-dark{display:block}body.home-landing .brand-logo-light,body.conversation-mode .brand-logo-light,body.home-landing .site-footer{display:none}.landing-page-main,.conversation-page-main{min-height:calc(100vh - 72px)}.landing-shell{background:radial-gradient(circle at 0 0,#6dd4a538,#0000 34%),radial-gradient(circle at 100% 0,#5aa4ff1f,#0000 28%),linear-gradient(#f7fcf9 0%,#eef7f2 100%);grid-template-rows:1fr auto;min-height:calc(100vh - 72px);display:grid;position:relative;overflow:clip}.landing-backdrop{pointer-events:none;background:radial-gradient(circle at 50% 18%,#ffffffd1,#0000 30%),linear-gradient(#ffffff73 0%,#fff0 48%);position:absolute;inset:0}.landing-content{z-index:1;text-align:center;align-content:center;justify-items:center;gap:1rem;width:min(1180px,100% - 2rem);padding:1.1rem 0 .9rem;display:grid;position:relative}.landing-eyebrow{color:#166747;background:#ffffffd1;border:1px solid #157a5626;border-radius:999px;align-items:center;gap:.55rem;padding:.55rem .95rem;font-size:.85rem;font-weight:700;display:inline-flex}.landing-eyebrow-dot{background:#27b06a;border-radius:50%;width:8px;height:8px}.landing-copy{gap:.55rem;max-width:880px;display:grid}.landing-title{letter-spacing:-.05em;margin:0;font-size:clamp(2.5rem,5.2vw,5rem);line-height:.98}.landing-title span{color:#177a57}.landing-subtitle{color:#587064;max-width:720px;margin:0 auto;font-size:.97rem;line-height:1.62}.landing-master-form{width:min(920px,100%)}.landing-master-wrap{text-align:left;background:#fffffff0;border:1px solid #1018280f;border-radius:28px;gap:.7rem;padding:1rem;display:grid;box-shadow:0 26px 60px #0e281c1a}.landing-master-label{letter-spacing:.08em;text-transform:uppercase;color:#177a57;font-size:.78rem;font-weight:800}.landing-master-input{resize:none;color:#112a20;width:100%;min-height:84px;font:inherit;background:0 0;border:0;outline:none;font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.5}.landing-master-input::placeholder{color:#8b9c94}.landing-master-footer{border-top:1px solid #10182812;justify-content:space-between;align-items:center;gap:.85rem;padding-top:.8rem;display:flex}.landing-master-meta{flex-wrap:wrap;gap:.55rem;display:flex}.landing-master-meta span{color:#1a5e45;background:#edf8f2;border-radius:999px;padding:.42rem .7rem;font-size:.78rem;font-weight:700}.landing-master-cta{color:#fff;min-width:220px;height:54px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#178058,#0f6d4c);border:0;border-radius:18px;justify-content:center;align-items:center;gap:.55rem;font-weight:800;display:inline-flex;box-shadow:0 18px 36px #157a563d}.landing-master-cta:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.landing-master-cta span:last-child{font-size:1.05rem;transition:transform .18s}.landing-master-cta:hover:not(:disabled) span:last-child{transform:translate(2px)}.landing-hints-row,.landing-destination-row{flex-wrap:wrap;justify-content:center;gap:.7rem;width:min(1020px,100%);display:flex}.landing-hint-chip,.landing-destination-card{color:#1b3429;cursor:pointer;background:#fffc;border:1px solid #10182812}.landing-hint-chip{font:inherit;border-radius:999px;padding:.78rem 1rem;font-size:.9rem;font-weight:600}.landing-destination-row{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.landing-destination-card{text-align:left;box-shadow:var(--bdai-shadow);border-radius:22px;gap:.4rem;padding:1.05rem 1.1rem;display:grid}.landing-destination-city{font-size:1rem;font-weight:800}.landing-destination-note{color:#607266;font-size:.88rem;line-height:1.55}.landing-bottom-bar{z-index:1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc7;border-top:1px solid #1018280d;position:relative}.landing-bottom-inner{grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:.8rem;width:min(1180px,100% - 2rem);min-height:76px;display:grid}.landing-bottom-pill{color:#486257;justify-content:center;align-items:center;gap:.55rem;font-size:.92rem;display:flex}.landing-bottom-pill strong{color:#113728}@media (max-height:860px){.landing-content{gap:.8rem;padding:.85rem 0 .6rem}.landing-eyebrow{padding:.45rem .85rem}.landing-title{font-size:clamp(2.3rem,4.8vw,4.3rem)}.landing-subtitle{max-width:680px;font-size:.92rem;line-height:1.5}.landing-hints-row{gap:.55rem}.landing-hint-chip{padding:.68rem .9rem;font-size:.84rem}.landing-destination-row{display:none}.landing-bottom-inner{min-height:64px}}body.conversation-mode{background:linear-gradient(#f7fbf8 0%,#eef6f1 100%)}.conv-layout{grid-template-columns:minmax(0,1.55fr) minmax(260px,.45fr);align-items:start;gap:1.25rem;width:min(1320px,100% - 2rem);display:grid}.conv-main{gap:1rem;min-width:0;display:grid}.conv-aside{gap:1rem;display:grid;position:sticky;top:92px}.conv-header-card,.conv-clarify,.conv-side-card,.conv-composer{border:1px solid var(--bdai-line);background:#ffffffe6;box-shadow:0 22px 48px #0a20170f}.conv-header-card,.conv-clarify,.conv-side-card{border-radius:24px;padding:1.3rem 1.35rem}.conv-header-top,.conv-clarify-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.conv-kicker,.conv-results-kicker,.conv-composer-kicker{letter-spacing:.08em;text-transform:uppercase;color:#177a57;font-size:.74rem;font-weight:800}.conv-title{margin:.25rem 0 0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1.05}.conv-subtitle{color:#607266;margin:.35rem 0 0;line-height:1.7}.conv-reset-btn{color:#163226;height:42px;font:inherit;cursor:pointer;background:#fff;border:1px solid #10182814;border-radius:999px;padding:0 .9rem;font-weight:700}.conv-slot-row,.conv-chip-row{flex-wrap:wrap;gap:.55rem;display:flex}.conv-slot-row{margin-top:1rem}.conv-slot-pill,.conv-chip{color:#14583f;background:#edf8f2;border:1px solid #157a561f;border-radius:999px}.conv-slot-pill{padding:.5rem .8rem;font-size:.82rem;font-weight:700}.conv-chip{font:inherit;cursor:pointer;padding:.62rem .9rem;font-size:.82rem;font-weight:700}.conv-status-box{background:linear-gradient(135deg,#17805814,#17805808);border:1px solid #1780581a;border-radius:20px;margin-top:1rem;padding:1rem 1.05rem}.conv-status-box p{color:#274338;margin:.3rem 0 0;line-height:1.75}.conv-status-label{letter-spacing:.08em;text-transform:uppercase;color:#177a57;font-size:.73rem;font-weight:800}.conv-progress-wrap{min-width:170px}.conv-progress-text{text-align:right;color:#4b5f56;font-size:.82rem;font-weight:700}.conv-progress-bar{background:#edf2ee;border-radius:999px;height:10px;margin-top:.55rem;overflow:hidden}.conv-progress-bar span{border-radius:inherit;background:linear-gradient(90deg,#179164,#6fd59d);height:100%;display:block}.conv-summary-grid,.conv-side-grid{gap:.8rem;display:grid}.conv-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.1rem}.conv-summary-card,.conv-side-item{background:#f9fcfa;border:1px solid #1018280f;border-radius:18px;gap:.4rem;padding:.95rem 1rem;display:grid}.conv-summary-card span,.conv-side-item span{letter-spacing:.08em;text-transform:uppercase;color:#789186;font-size:.72rem;font-weight:800}.conv-summary-card strong,.conv-side-item strong{color:#163226;line-height:1.4}.conv-summary-card.is-filled,.conv-side-item.is-filled{background:#edf8f2}.conv-results-wrap{gap:1rem;display:grid}.conv-results-banner{background:linear-gradient(135deg,#17805814,#fffffff2);border:1px solid #17805824;border-radius:22px;justify-content:space-between;align-items:center;gap:1rem;padding:1.05rem 1.15rem;display:flex}.conv-results-banner h2{margin:.25rem 0 0;font-size:1.4rem}.conv-results-count{color:#193428;background:#fff;border:1px solid #1018280f;border-radius:999px;padding:.65rem .9rem;font-weight:700}.conv-composer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:26px;padding:1rem}.conv-composer-copy p{color:#61746a;margin:.35rem 0 .9rem;line-height:1.65}.conv-input-row{background:#f6faf7;border:1px solid #1018280f;border-radius:22px;padding:.45rem}.conv-master-input{min-height:60px;font-size:1rem}.conv-side-list{color:#5d7267;margin:.5rem 0 0;padding-left:1rem;line-height:1.8}.conv-side-soft{background:linear-gradient(#ffffffeb,#f8fcf9eb)}.conv-side-accent{background:linear-gradient(#edf8f2 0%,#fff 100%)}.conv-side-accent p{color:#486257;line-height:1.7}.conv-side-accent .button.primary{margin-top:.3rem;display:inline-flex}.conv-hero-card{margin-top:0}.conv-loading-card{border-radius:24px}.conv-header-card.is-results{padding:1rem 1.2rem}.conv-title-compact{margin-top:.15rem;font-size:clamp(1.25rem,2vw,1.55rem);line-height:1.1}.conv-header-card.is-results .conv-slot-row{margin-top:.8rem}.conv-header-card.is-results .conv-slot-pill{background:#f4fbf7}.site-footer.footer-premium,.footer-premium{background:#f2f7f4;border-top:1px solid #1018280d;margin-top:2rem;display:block}.footer-premium .footer-top{background:0 0}.footer-top-inner,.footer-mid-inner,.footer-bottom-inner{width:min(1200px,100% - 2rem)}.footer-brand-desc,.footer-premium .footer-col a,.footer-bottom-inner p,.footer-bottom-links a,.footer-cta-sub,.footer-trust-pill,.footer-tagline{color:#5f7368}.footer-premium .footer-col h4,.footer-cta-title,.footer-brand-mark,.footer-trust-val{color:#163226}.footer-brand-tagline{color:#177a57;background:#edf8f2}.footer-trust-pill,.footer-cta-card{background:#fffc;border-color:#1018280f}@media (max-width:1180px){.nav-actions{gap:.5rem}.nav-icon-btn span:last-child{display:none}.conv-layout{grid-template-columns:minmax(0,1fr) 320px}}@media (max-width:960px){.nav-shell-premium{grid-template-columns:auto 1fr auto}.nav-center-shell{display:none}.nav-actions{gap:.45rem}.landing-shell{min-height:auto}.landing-content{padding:1.5rem 0 1.25rem}.landing-destination-row,.landing-bottom-inner,.conv-summary-grid{grid-template-columns:1fr}.landing-master-footer,.conv-header-top,.conv-clarify-head,.conv-results-banner{flex-direction:column;align-items:stretch}.conv-layout{grid-template-columns:1fr}.conv-aside{order:-1;position:static}}@media (max-width:720px){.nav-shell-premium{min-height:64px}.nav-actions{gap:.35rem}.nav-icon-btn{justify-content:center;width:40px;min-width:40px;padding:0}.hj-nav-cta{display:none}.landing-title{font-size:clamp(2.2rem,10vw,3.5rem)}.landing-master-wrap,.conv-header-card,.conv-clarify,.conv-side-card,.conv-composer{border-radius:22px}.landing-master-footer{align-items:stretch}.landing-master-cta{width:100%;min-width:0}.landing-bottom-inner{padding:.8rem 0}.conv-composer-shell{bottom:.65rem}}:root{--nav-dark:#0d1e17eb;--nav-dark-line:#ffffff14;--nav-dark-soft:#ffffff1a}html,body{overflow-x:clip}.site-header.hj-nav{z-index:120;transition:background .22s,border-color .22s,box-shadow .22s,transform .22s;position:sticky;top:0}.site-header.hj-nav .brand-lockup{z-index:2;position:relative}.site-header.hj-nav .nav-links,.site-header.hj-nav .nav-icon-btn,.site-header.hj-nav .hj-nav-cta{transition:background .22s,color .22s,border-color .22s,box-shadow .22s,transform .22s}.site-header.hj-nav .nav-icon{flex-shrink:0;width:1.05rem;height:1.05rem}.site-header.hj-nav .nav-icon svg{width:100%;height:100%;display:block}.site-header.hj-nav.is-scrolled{background:var(--nav-dark);border-bottom-color:var(--nav-dark-line);box-shadow:0 16px 38px #07120e47}.site-header.hj-nav.is-scrolled .nav-links{box-shadow:none;background:#ffffff0f;border-color:#ffffff14}.site-header.hj-nav.is-scrolled .nav-links a{color:#ffffffdb}.site-header.hj-nav.is-scrolled .nav-links a:hover{color:#fff;background:#ffffff1a}.site-header.hj-nav.is-scrolled .nav-icon-btn{background:var(--nav-dark-soft);color:#ffffffeb;box-shadow:none;border-color:#ffffff1a}.site-header.hj-nav.is-scrolled .brand-sub{color:#86efc0;background:#7ff1c124}.site-header.hj-nav.is-scrolled .hj-nav-cta{background:linear-gradient(135deg,#21a66d,#178058);box-shadow:0 16px 28px #07120e38}.site-header.hj-nav.is-scrolled .brand-logo-dark{display:none!important}.site-header.hj-nav.is-scrolled .brand-logo-light{display:block!important}body.home-landing .site-header.hj-nav:not(.is-scrolled),body.conversation-mode .site-header.hj-nav:not(.is-scrolled){background:#ffffffe0}.conversation-page-main,.conversation-page-main .conv-shell,.conversation-page-main .container.conv-layout,.conversation-page-main .conv-main{overflow:visible!important}.conversation-page-main{min-height:auto;padding-bottom:0}.conversation-page-main .conv-shell{padding-bottom:3rem}.conversation-page-main .conv-main{gap:1.1rem}.conversation-page-main .conv-composer-shell{margin-bottom:.5rem;position:sticky;bottom:1rem}.conversation-page-main .conv-layout{align-items:start}.conversation-page-main+.site-footer,main.conversation-page-main+.site-footer{display:block!important}.site-footer.footer-premium,.footer-premium{z-index:5;background:radial-gradient(circle at 0 0,#17805812,#0000 28%),linear-gradient(#f6fbf8 0%,#edf4ef 100%);border-top:1px solid #1018280f;margin-top:0;position:relative;box-shadow:inset 0 1px #ffffffe6;display:block!important}.footer-premium:before{content:"";background:linear-gradient(90deg,#0000 0%,#1780582e 50%,#0000 100%);height:1px;position:absolute;inset:0 0 auto}.footer-premium .footer-top{padding:4.4rem 0 2.4rem}.footer-top-inner{grid-template-columns:minmax(280px,1.05fr) minmax(0,1.65fr);gap:1.4rem;display:grid}.footer-brand-col{background:#ffffffbd;border:1px solid #1018280f;border-radius:28px;align-content:start;padding:1.55rem;box-shadow:0 18px 44px #0817120d}.footer-brand-lockup{align-items:center}.footer-brand-desc{color:#587064;max-width:34rem;font-size:.94rem;line-height:1.78}.footer-trust-row{flex-wrap:wrap;gap:.7rem}.footer-trust-pill{background:#fff;border:1px solid #1018280f;border-radius:18px;min-height:54px;padding:.7rem .9rem;box-shadow:0 10px 24px #0817120a}.footer-links-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.footer-premium .footer-col{background:#ffffffb3;border:1px solid #1018280d;border-radius:24px;align-content:start;gap:.7rem;min-height:100%;padding:1.35rem 1.2rem 1.25rem;display:grid;box-shadow:0 14px 30px #08171208}.footer-premium .footer-col h4{letter-spacing:.08em;text-transform:uppercase;color:#163226;margin:0;font-size:.86rem;font-weight:800}.footer-premium .footer-col a{color:#5b7066;font-size:.92rem;line-height:1.55}.footer-premium .footer-col a:hover{color:#136947}.footer-cta-card{background:linear-gradient(135deg,#17382d,#0f2a20);border:1px solid #10182805;border-radius:26px;padding:1.2rem 1.25rem;box-shadow:0 24px 48px #0817122e}.footer-cta-title{font-size:1.02rem}.footer-cta-sub{color:#ffffffb8}.footer-cta-btn{background:linear-gradient(135deg,#20a26b,#168157);border-radius:16px;min-height:48px;padding:0 1rem;box-shadow:0 14px 26px #0000002e}.footer-bottom-inner{min-height:78px}.footer-bottom-links{gap:1.15rem}.footer-bottom-links a:hover{color:#136947}@media (max-width:1180px){.footer-top-inner{grid-template-columns:1fr}.footer-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.site-header.hj-nav.is-scrolled .nav-center-shell{display:none}.conversation-page-main .conv-composer-shell{bottom:.8rem}.footer-top{padding-top:3rem}}@media (max-width:720px){.footer-links-grid{grid-template-columns:1fr}.footer-brand-col,.footer-premium .footer-col,.footer-cta-card{border-radius:22px}.footer-bottom-inner{min-height:auto;padding:1rem 0}}body.home-landing .site-footer{display:block!important}html,body{height:auto!important;min-height:100%!important;max-height:none!important;overflow:hidden auto!important}body{display:block!important}.landing-page-main,.conversation-page-main,.conv-shell,.conv-layout,.conv-main,.conv-results-wrap,.site-footer,.footer-premium{height:auto!important;min-height:0!important;overflow:visible!important}.site-footer.footer-premium,.footer-premium{visibility:visible!important;opacity:1!important;margin-top:0!important;display:block!important}.landing-page-main{min-height:auto!important}.landing-shell{grid-template-rows:1fr auto;min-height:calc(100svh - var(--header-h) - 8px)!important;overflow:visible!important}.landing-content{gap:1.2rem;padding:2.25rem 0 1.4rem}.landing-copy{gap:.8rem;max-width:920px}.landing-title{letter-spacing:-.055em;justify-items:center;gap:.05em;max-width:980px;margin:0 auto;font-size:clamp(2.8rem,5.6vw,5.6rem);line-height:.95;display:grid}.landing-title-line{display:block}.landing-subtitle{max-width:760px;font-size:1.02rem}.landing-master-wrap{border-radius:30px;gap:.95rem;padding:1.1rem 1.15rem}.landing-master-question{color:#123527;letter-spacing:-.03em;margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.22rem;font-weight:600}.landing-master-help{color:#61746a;margin:-.15rem 0 0;font-size:.95rem}.landing-master-row{background:#f7fbf8;border:1px solid #1018280f;border-radius:24px;align-items:center;gap:.75rem;padding:.55rem;display:flex}.landing-master-row:focus-within{border-color:#177a5738;box-shadow:0 0 0 6px #177a5714}.landing-master-input{height:56px;min-height:56px;padding:0 .4rem;font-size:clamp(1rem,1.4vw,1.08rem);line-height:1.45}.landing-master-cta{border-radius:18px;flex-shrink:0;min-width:188px;height:56px}.landing-master-footer{border-top:0;justify-content:flex-start;padding-top:0}.landing-hints-row{gap:.65rem}.landing-bottom-bar{position:relative}.conversation-page-main{min-height:auto!important}.conv-shell{padding:1.35rem 0 3.5rem!important}.conv-layout{align-items:start}.conv-main{padding-bottom:.5rem}.conv-composer-shell{z-index:30;padding-top:.4rem;position:sticky!important;bottom:1rem!important}.conv-composer{border-radius:28px;padding:1.05rem;box-shadow:0 22px 52px #0a20171a}.conv-composer-question{margin:.12rem 0 0;font-size:1.22rem;line-height:1.1}.conv-composer-copy p{margin:.35rem 0 .95rem}.conv-input-row{border-radius:24px;align-items:center;gap:.6rem;min-height:74px;padding:.55rem;display:flex}.conv-master-input{height:58px;min-height:58px}.hj-chat-input{font-size:1rem}.hj-send-btn{border-radius:18px;flex:0 0 58px;width:58px;height:58px}@media (max-width:960px){.landing-shell{min-height:auto!important}.landing-content{padding:1.75rem 0 1.1rem}.landing-title{font-size:clamp(2.5rem,9vw,4.2rem)}.landing-master-row{flex-direction:column;align-items:stretch}.landing-master-cta{width:100%;min-width:0}.conv-composer-shell{bottom:.75rem!important}}html,body{min-height:100%}body.page-home,body.page-inner,body.page-guided{height:auto!important;min-height:100%!important;overflow:hidden auto!important}body.page-home .site-main,body.page-inner .site-main,body.page-guided .site-main{height:auto!important;min-height:0!important;overflow:visible!important}body.page-home .site-main-home{display:block!important}body.page-home .landing-shell,body.page-home .landing-content,body.page-home .landing-bottom-bar{height:auto!important;max-height:none!important;overflow:visible!important}body.page-home .landing-shell{min-height:calc(100svh - var(--header-h,76px))!important}body.page-inner .site-main-inner,body.page-guided .site-main-guided{padding-bottom:0!important;display:block!important}body.page-guided .gj2-shell{min-height:calc(100svh - var(--header-h,76px) - 1.5rem)!important;height:auto!important;max-height:none!important;padding-bottom:2rem!important;overflow:visible!important}body.page-guided .gj2-body,body.page-guided .gj2-panel,body.page-guided .gj2-results-content{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}body.page-guided .gj2-progress-track{top:var(--header-h,76px);z-index:8;position:sticky}body.page-home .site-footer,body.page-inner .site-footer,body.page-guided .site-footer,body.page-home .site-footer.footer-premium,body.page-inner .site-footer.footer-premium,body.page-guided .site-footer.footer-premium{visibility:visible!important;opacity:1!important;height:auto!important;min-height:auto!important;margin-top:3rem!important;display:block!important;position:relative!important;overflow:visible!important}@media (max-width:960px){body.page-guided .gj2-shell{min-height:calc(100svh - var(--header-h,76px))!important;padding-bottom:1.25rem!important}body.page-guided .gj2-progress-track{top:var(--header-h,76px)}}.site-footer.footer-premium,.footer-premium{background:radial-gradient(circle at 0 0,#28a8701f,#0000 28%),radial-gradient(circle at 100% 0,#61e4ac14,#0000 22%),linear-gradient(#07271f 0%,#0b3228 46%,#0e3a2e 100%)!important;border-top:1px solid #8de4bd24!important;box-shadow:inset 0 1px #ffffff08!important}.footer-premium:before{background:linear-gradient(90deg,#0000 0%,#73eeb547 50%,#0000 100%)!important}.footer-panel{position:relative;overflow:hidden}.footer-panel:after{content:"";pointer-events:none;background:linear-gradient(#ffffff0a,#fff0);position:absolute;inset:0}.footer-brand-col,.footer-premium .footer-col{border:1px solid #b1ecd01a!important;box-shadow:0 22px 48px #0000003d!important}.footer-brand-col{background:linear-gradient(#ffffff1f,#ffffff14)!important}.footer-premium .footer-col{background:#ffffff12!important}.footer-panel-travellers{background:linear-gradient(#dbfff429,#ffffff14)!important}.footer-panel-hotels{background:linear-gradient(#d6efff24,#ffffff14)!important}.footer-panel-destinations{background:linear-gradient(#e0f0ff1f,#ffffff12)!important}.footer-panel-company{background:linear-gradient(#f5f6ff24,#ffffff14)!important}.footer-premium .footer-col h4,.footer-cta-title,.footer-brand-desc strong,.footer-trust-val,.footer-bottom-inner p,.footer-tagline{color:#effff8!important}.footer-brand-desc,.footer-premium .footer-col a,.footer-bottom-links a,.footer-cta-sub,.footer-trust-pill{color:#eaf7f1cc!important}.footer-premium .footer-col a:hover,.footer-bottom-links a:hover{color:#fff!important}.footer-brand-tagline{color:#d9fff0!important;background:#dbfff424!important;border:1px solid #dbfff429!important}.footer-trust-pill{box-shadow:none!important;background:#ffffff0f!important;border:1px solid #b1ecd01a!important}.footer-mid{padding:0 0 1.4rem}.footer-cta-card{background:linear-gradient(135deg,#071f18f0,#0c3026f5)!important;border:1px solid #68daa829!important;box-shadow:0 28px 54px #00000047!important}.footer-cta-btn{background:linear-gradient(135deg,#35b97b,#1f8f60)!important}.footer-bottom-premium{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0416116b!important;border-top:1px solid #b1ecd01a!important}body.conversation-mode .site-main:not(.site-main-guided){overflow:visible}.conversation-shell-v2{padding:2rem 0 3rem}.conv-page-v2{display:block}.conv-main-v2{grid-template-columns:minmax(0,1.4fr) 360px;align-items:start;gap:1.25rem;display:grid}.conv-hero-v2{background:linear-gradient(#f1f7f4eb,#fffffff5);border:1px solid #13523f17;border-radius:28px;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1.5rem 1.6rem;display:flex;box-shadow:0 24px 80px #0a1b1614}.conv-eyebrow{letter-spacing:.12em;color:#0f6b55;margin:0 0 .45rem;font-size:.78rem;font-weight:800}.conv-hero-v2 h1{margin:0;font-size:clamp(2rem,3.6vw,3.2rem);line-height:1.02}.conv-hero-v2 p{color:#5c6d66;max-width:760px;margin:.6rem 0 0;font-size:1.02rem}.conv-reset-btn{color:#14392f;cursor:pointer;background:#fff;border:1px solid #0e342b1f;border-radius:999px;padding:.9rem 1.15rem;font-weight:700;box-shadow:0 12px 32px #0a1b160f}.conv-thread-surface{background:#fffffff5;border:1px solid #13523f1a;border-radius:28px;min-height:520px;padding:1.4rem;box-shadow:0 20px 70px #0a1b1614}.conv-message-stack{flex-direction:column;gap:.95rem;margin-bottom:1.2rem;display:flex}.conv-message{flex-direction:column;gap:.35rem;max-width:82%;display:flex}.conv-message.is-user{align-items:flex-end;margin-left:auto}.conv-message-role{text-transform:uppercase;letter-spacing:.1em;color:#7a8d85;font-size:.72rem;font-weight:700}.conv-message-bubble{border-radius:20px;padding:.95rem 1.05rem;font-size:1rem;line-height:1.55}.conv-message.is-assistant .conv-message-bubble{color:#14392f;background:linear-gradient(#f3faf6,#edf7f2);border:1px solid #0f6b551f}.conv-message.is-user .conv-message-bubble{color:#fff;background:linear-gradient(#103e32,#0f5847);border:1px solid #103e3226}.conv-next-question-card,.conv-empty-state{background:linear-gradient(#f6faf7eb,#f0f8f4fa);border:1px solid #0f6b551a;border-radius:22px;padding:1.1rem}.conv-next-label{letter-spacing:.12em;color:#0f6b55;margin-bottom:.45rem;font-size:.74rem;font-weight:800;display:inline-block}.conv-next-question-card h2,.conv-section-head h2{margin:0;font-size:1.45rem;line-height:1.15}.conv-next-question-card p,.conv-section-head p,.conv-empty-state{color:#5f7068;margin:.45rem 0 0}.conv-section-head{justify-content:space-between;align-items:flex-end;margin:0 0 .9rem;display:flex}.conv-section-head-secondary{margin-top:1.4rem}.conv-results-zone{flex-direction:column;gap:1rem;display:flex}.conv-loader-card{background:#f5f8f6;border:1px solid #0f6b551a;border-radius:22px;grid-template-columns:52px 1fr;align-items:center;gap:.9rem;padding:1rem;display:grid}.conv-loader-shimmer{background:linear-gradient(90deg,#0f6b551f,#0f6b5542,#0f6b551f) 0 0/240% 100%;border-radius:16px;width:52px;height:52px;animation:1.15s linear infinite convShimmer}@keyframes convShimmer{0%{background-position:200% 0}to{background-position:-30% 0}}.conv-loader-title{color:#13372d;font-weight:800}.conv-loader-body{color:#62746c;margin-top:.28rem;font-size:.96rem}.conv-result-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.conv-result-card{background:#fff;border:1px solid #113e321c;border-radius:24px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 50px #0a1b1614}.conv-result-media{aspect-ratio:16/10;background:linear-gradient(135deg,#dbe8e1,#edf5f0);position:relative}.conv-result-media img{object-fit:cover;width:100%;height:100%;display:block}.conv-result-placeholder{color:#587169;place-items:center;height:100%;font-weight:700;display:grid}.conv-result-badge{color:#114437;background:#ffffffeb;border-radius:999px;align-items:center;padding:.38rem .72rem;font-size:.74rem;font-weight:800;display:inline-flex;position:absolute;top:.9rem;left:.9rem;box-shadow:0 10px 24px #0a1b1614}.conv-result-content{flex-direction:column;gap:.68rem;padding:1rem;display:flex}.conv-result-topline{color:#688077;justify-content:space-between;gap:1rem;font-size:.86rem;display:flex}.conv-result-content h3{margin:0;font-size:1.16rem;line-height:1.18}.conv-result-content p{color:#5f7068;margin:0;line-height:1.52}.conv-result-reasons{flex-wrap:wrap;gap:.45rem;display:flex}.conv-result-reasons span{color:#125342;background:#edf7f2;border:1px solid #0f6b551a;border-radius:999px;padding:.38rem .62rem;font-size:.78rem;font-weight:700}.conv-result-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:.2rem;display:flex}.conv-result-actions strong{color:#14392f}.conv-link-btn{color:#fff;cursor:pointer;background:linear-gradient(#0f6b55,#0d5846);border:none;border-radius:999px;justify-content:center;align-items:center;padding:.78rem 1rem;font-weight:800;text-decoration:none;display:inline-flex}.conv-composer-v2{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #113e321a;border-radius:24px;margin-top:1rem;padding:1rem;position:sticky;bottom:1rem;box-shadow:0 22px 60px #0a1b1624}.conv-composer-input-row{grid-template-columns:minmax(0,1fr) 60px;gap:.85rem;display:grid}.conv-composer-input{color:#14392f;background:#fdfefe;border:1px solid #12392f1c;border-radius:18px;outline:none;height:58px;padding:0 1rem;font-size:1rem}.conv-composer-input:focus{border-color:#0f6b5557;box-shadow:0 0 0 4px #0f6b551a}.conv-send-btn{color:#12382e;cursor:pointer;background:linear-gradient(#dfe9e3,#d3e3da);border:none;border-radius:18px;height:58px;font-size:1.3rem;font-weight:800}.conv-quick-replies{flex-wrap:wrap;gap:.7rem;margin-top:.85rem;display:flex}.conv-chip{color:#115242;cursor:pointer;background:linear-gradient(#eef7f2,#e8f3ed);border:1px solid #0f6b551f;border-radius:999px;padding:.68rem .9rem;font-weight:700}.conv-summary-card-v2{color:#fff;background:linear-gradient(#0e372cfa,#0a241dfa);border-radius:26px;padding:1.15rem;box-shadow:0 24px 80px #0a1b1638}.conv-summary-eyebrow{letter-spacing:.12em;color:#d5f2e6cc;margin-bottom:.42rem;font-size:.76rem;font-weight:800;display:inline-block}.conv-summary-card-v2 h3{margin:0 0 1rem;font-size:1.35rem}.conv-summary-list-v2{flex-direction:column;gap:.8rem;display:flex}.conv-summary-item-v2{background:#ffffff12;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:.25rem;padding:.8rem .9rem;display:flex}.conv-summary-item-v2 span{text-transform:uppercase;letter-spacing:.08em;color:#daf0e9bd;font-size:.76rem}.conv-summary-footnote{color:#ddf1eabf;margin-top:1rem;line-height:1.5}.conv-summary-ready{color:#dff8ee;background:#d0efe229;border-radius:999px;align-items:center;margin-top:.9rem;padding:.48rem .74rem;font-size:.84rem;font-weight:800;display:inline-flex}.conv-summary-ready.is-soft{color:#eaf7f2d1;background:#ffffff14}@media (max-width:1100px){.conv-main-v2{grid-template-columns:1fr}.conv-summary-v2{order:-1;position:static}}@media (max-width:760px){.conversation-shell-v2{padding-top:1rem}.conv-hero-v2{border-radius:22px;flex-direction:column;padding:1.1rem}.conv-thread-surface,.conv-composer-v2,.conv-summary-card-v2{border-radius:22px}.conv-result-grid{grid-template-columns:1fr}.conv-message{max-width:100%}.conv-composer-v2{position:static}}.nav-links a.is-active{color:#0b6a54;font-weight:800}.conv-loader-stack{gap:.9rem;margin-bottom:1rem;display:grid}.conv-result-media-btn{cursor:pointer;text-align:left;background:0 0;border:0;width:100%;padding:0}.conv-result-actions-stack{align-items:flex-start}.conv-result-btns{flex-wrap:wrap;gap:.65rem;display:flex}.conv-link-btn-secondary{color:#0f6b55;background:0 0;border:1px solid #0f6b5533}.conv-link-btn[disabled]{opacity:.6;cursor:not-allowed}.conv-thread-panel{padding-bottom:7rem}.conv-composer-v2{z-index:12;margin-top:1rem;position:sticky;bottom:.75rem}.conv-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:110;background:#0713109e;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.conv-modal{background:#fff;border-radius:28px;width:min(920px,100%);max-height:min(88vh,920px);position:relative;overflow:auto;box-shadow:0 40px 120px #07131061}.conv-modal-close{color:#fff;z-index:2;cursor:pointer;background:#0a161270;border:1px solid #ffffff47;border-radius:999px;width:44px;height:44px;font-size:1.8rem;line-height:1;position:absolute;top:1rem;right:1rem}.conv-modal-hero{min-height:280px;position:relative;overflow:hidden}.conv-modal-hero img,.conv-modal-hero .conv-modal-placeholder{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.conv-modal-placeholder{color:#20473c;background:linear-gradient(#dae9e2,#c8ddd2);place-items:center;font-weight:800;display:grid}.conv-modal-hero-overlay{background:linear-gradient(#06100d1f,#06100dc2);position:absolute;inset:0}.conv-modal-hero-content{color:#fff;position:absolute;bottom:1.2rem;left:1.4rem;right:1.4rem}.conv-modal-hero-content h3{margin:.55rem 0 .35rem;font-size:clamp(1.6rem,2.5vw,2.3rem)}.conv-modal-pill{border-radius:999px;align-items:center;padding:.48rem .8rem;font-size:.82rem;font-weight:800;display:inline-flex}.conv-modal-pill.is-partner{background:#d5f2e633}.conv-modal-pill.is-ai{background:#ffefd438}.conv-modal-body{gap:1rem;padding:1.35rem;display:grid}.conv-modal-section h4{color:#12382e;margin:0 0 .55rem;font-size:1.02rem}.conv-modal-section p{color:#426459;margin:0;line-height:1.65}.conv-modal-actions{flex-wrap:wrap;gap:.7rem;display:flex}.conv-modal-callout{color:#835015;background:linear-gradient(#fff8ee,#fff3dd);border:1px solid #a661112e;border-radius:18px;gap:.35rem;padding:1rem;display:grid}.conv-owner-form{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.9rem;display:grid}.conv-owner-form input{border:1px solid #12392f1f;border-radius:16px;outline:none;height:50px;padding:0 .95rem}.conv-owner-form button{grid-column:span 3}.conv-owner-thanks{color:#0e5f4c;background:linear-gradient(#eef7f2,#e3f3eb);border-radius:18px;padding:1rem;font-weight:700}@media (max-width:760px){.conv-owner-form{grid-template-columns:1fr}.conv-owner-form button{grid-column:span 1}.conv-modal{border-radius:22px}}body.conversation-mode .site-main{padding-top:0}body.conversation-mode .site-header{display:block}.conv-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.conv-result-amenities{flex-wrap:wrap;gap:.45rem;margin:.6rem 0 .1rem;display:flex}.conv-result-amenities span{color:#0b5b45;background:#eef7f3;border:1px solid #08753f1f;border-radius:999px;padding:.34rem .72rem;font-size:.77rem;font-weight:600}.conv-summary-dateband{color:#334155;background:#f6f8fb;border:1px solid #0f281e14;border-radius:18px;justify-content:space-between;gap:.75rem;margin:0 0 1rem;padding:.8rem .95rem;font-size:.92rem;display:flex}.conv-summary-item-v2.is-strong strong{color:#101828;font-size:1rem}.conv-composer-v2{z-index:15;background:linear-gradient(#f0f5f200,#f0f5f2eb 12%,#f0f5f2fa);padding-top:1rem;position:sticky;bottom:1rem}.hotel-detail-page{background:linear-gradient(#f4f7f5 0%,#eef3f1 100%);padding:0 0 4rem}.hotel-detail-hero-shell{background:#0d1f1a;min-height:540px;position:relative;overflow:hidden}.hotel-detail-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hotel-detail-hero-overlay{background:linear-gradient(#0814102e,#081410b3 58%,#081410d9 100%);position:absolute;inset:0}.hotel-detail-hero-content{z-index:1;align-items:flex-end;min-height:540px;padding:5rem 0 3rem;display:flex;position:relative}.hotel-detail-hero-copy{color:#fff;max-width:760px}.hotel-detail-pill{letter-spacing:.04em;text-transform:uppercase;background:#ffffff24;border:1px solid #fff3;border-radius:999px;padding:.48rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.hotel-detail-hero-copy h1{color:#fff;margin:.9rem 0 .7rem;font-size:clamp(2.4rem,5vw,4.6rem)}.hotel-detail-hero-copy p{color:#ffffffd6;max-width:58rem;font-size:1.06rem}.hotel-detail-meta-row{color:#ffffffe0;flex-wrap:wrap;gap:.85rem;margin-top:1rem;font-weight:600;display:flex}.hotel-detail-chip-row{flex-wrap:wrap;gap:.6rem;margin-top:1.2rem;display:flex}.hotel-detail-chip{background:#ffffff1f;border:1px solid #ffffff29;border-radius:999px;padding:.48rem .82rem;font-size:.82rem;font-weight:600}.hotel-detail-body{z-index:2;grid-template-columns:minmax(0,1.5fr) 360px;align-items:start;gap:1.5rem;margin-top:-4rem;display:grid;position:relative}.hotel-detail-main{flex-direction:column;gap:1.2rem;display:flex}.hotel-detail-side{position:sticky;top:88px}.hotel-detail-section,.hotel-booking-summary-card{background:#fff;border:1px solid #0f281e14;border-radius:28px;box-shadow:0 16px 44px #08181214}.hotel-detail-section{padding:1.5rem 1.55rem}.hotel-detail-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.hotel-detail-section-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#0b6d54;margin-bottom:.32rem;font-size:.74rem;font-weight:800;display:inline-block}.hotel-detail-section h2{margin:0;font-size:1.55rem}.hotel-detail-overview-card p{color:#4b5f57;font-size:1rem;line-height:1.85}.hotel-detail-ghost-link{color:#11362e;background:#f7faf8;border:1px solid #0f281e1f;border-radius:999px;padding:.72rem 1rem;font-weight:700}.hotel-detail-mini-summary{color:#425466;flex-wrap:wrap;align-items:center;gap:.8rem;font-size:.9rem;display:flex}.hotel-room-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hotel-room-card{background:linear-gradient(#fff,#f8fbf9);border:1px solid #0f281e17;border-radius:22px;padding:1.15rem}.hotel-room-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.hotel-room-label{color:#096247;text-transform:uppercase;letter-spacing:.06em;background:#e8f7ef;border-radius:999px;padding:.35rem .62rem;font-size:.75rem;font-weight:800;display:inline-flex}.hotel-room-head h3{margin:.6rem 0 0;font-size:1.15rem}.hotel-room-count-pill{color:#9a5a00;white-space:nowrap;background:#fff3db;border-radius:999px;padding:.45rem .72rem;font-size:.82rem;font-weight:700}.hotel-room-meta{color:#4d6159;justify-content:space-between;align-items:center;gap:1rem;margin:1rem 0;display:flex}.hotel-room-meta strong{color:#0d1f1a;font-size:1.1rem}.hotel-room-footer{justify-content:flex-start;display:flex}.hotel-gallery-grid{grid-template-columns:1.2fr .8fr .8fr;gap:.9rem;display:grid}.hotel-gallery-item{background:#dfe8e4;border-radius:24px;min-height:220px;overflow:hidden}.hotel-gallery-item.is-featured{grid-row:span 2;min-height:460px}.hotel-gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.hotel-amenity-grid,.hotel-faq-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hotel-amenity-card,.hotel-faq-card{background:#f9fbfa;border:1px solid #0f281e14;border-radius:20px;padding:1rem 1.05rem}.hotel-amenity-card h3,.hotel-faq-card h3{margin:0 0 .45rem;font-size:1rem}.hotel-amenity-card p,.hotel-faq-card p{color:#53665e;font-size:.92rem;line-height:1.7}.hotel-booking-summary-card{padding:1.35rem 1.35rem 1.45rem}.hotel-booking-summary-head{border-bottom:1px solid #0f281e14;justify-content:space-between;align-items:center;gap:.8rem;padding-bottom:.9rem;display:flex}.hotel-booking-summary-head h3{margin:0;font-size:1.72rem}.hotel-booking-summary-head span{color:#5b6b68;font-weight:700}.hotel-booking-summary-dates{color:#344054;border-bottom:1px solid #0f281e14;padding:1rem 0;font-size:1rem}.hotel-booking-summary-room-row{border-bottom:1px solid #0f281e14;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.hotel-booking-summary-room-row>div{flex-direction:column;gap:.3rem;display:flex}.hotel-booking-summary-room-row span{color:#667085}.hotel-booking-summary-line,.hotel-booking-summary-total{color:#475467;justify-content:space-between;gap:1rem;padding:.72rem 0;display:flex}.hotel-booking-summary-line.is-soft{color:#667085;padding-top:0}.hotel-booking-summary-total{color:#111827;font-size:1.16rem;font-weight:800}.hotel-promo-box{background:#fbfcfd;border:1px solid #0f281e1a;border-radius:20px;margin-top:.65rem;padding:1rem}.hotel-promo-title{margin-bottom:.8rem;font-size:1.28rem;font-weight:800}.hotel-promo-row{gap:.7rem;display:flex}.hotel-promo-row input{color:#667085;background:#fff;border:1px solid #0f281e1f;border-radius:14px;flex:1;padding:.95rem 1rem;font-size:.95rem;font-weight:700}.hotel-promo-row button{color:#fff;background:#c7cdd6;border:0;border-radius:14px;min-width:94px;padding:.95rem 1rem;font-weight:800}.hotel-promo-box p{color:#667085;margin-top:.6rem;font-size:.84rem}.hotel-booking-side-actions{flex-direction:column;gap:.7rem;margin-top:1rem;display:flex}.hotel-detail-primary-btn,.hotel-detail-secondary-btn{border-radius:16px;justify-content:center;align-items:center;padding:1rem 1.1rem;font-weight:800;display:inline-flex}.hotel-detail-primary-btn{color:#fff;background:#0d6b52;border:1px solid #0d6b52}.hotel-detail-secondary-btn{color:#0d1f1a;background:#fff;border:1px solid #0f281e1f}.hotel-detail-loading{padding:2rem 0 4rem}.hotel-detail-loader{background:linear-gradient(90deg,#edf2ef 25%,#f8fbf9 37%,#edf2ef 63%) 0 0/400% 100%;border-radius:28px;animation:1.3s infinite hotelPulse}.hotel-detail-loader-hero{height:480px}.hotel-detail-loader-grid{grid-template-columns:minmax(0,1.5fr) 360px;gap:1.5rem;margin-top:1.5rem;display:grid}.hotel-detail-loader-body{height:900px}.hotel-detail-loader-side{height:520px}.hotel-detail-loader-room{height:190px}.hotel-room-loader-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hotel-detail-empty{text-align:center;padding:4rem 0 5rem}@keyframes hotelPulse{0%{background-position:100%}to{background-position:0}}@media (max-width:1080px){.hotel-detail-body,.hotel-detail-loader-grid{grid-template-columns:1fr}.hotel-detail-side{position:static}.hotel-gallery-grid,.hotel-amenity-grid,.hotel-faq-list,.hotel-room-grid,.hotel-room-loader-grid{grid-template-columns:1fr}.hotel-gallery-item.is-featured{grid-row:auto;min-height:280px}}@media (max-width:720px){.hotel-detail-hero-shell{min-height:480px}.hotel-detail-hero-content{min-height:480px;padding:4.2rem 0 2.1rem}.hotel-detail-hero-copy h1{font-size:2.2rem}.hotel-booking-summary-head h3{font-size:1.45rem}.hotel-promo-row{flex-direction:column}}.conv-summary-card-v2{background:linear-gradient(#0f3a31 0%,#0b2b24 100%);border:1px solid #ffffff14;padding:1.35rem}.conv-summary-dateband{color:#243647;background:#fff;border:1px solid #0f281e14;border-radius:20px;padding:.95rem 1rem;font-weight:600}.conv-summary-dateband strong{color:#0f172a}.conv-summary-list-v2{gap:.95rem}.conv-summary-item-v2 strong{color:#fff;font-size:1.1rem}.conv-summary-item-v2 span{color:#dff3ecc7;font-weight:700}.conv-summary-subrow{color:#d9efe7;justify-content:space-between;gap:1rem;font-size:.95rem;display:flex}.conv-summary-footnote{display:none}.site-main-inner .conversation-page-main{padding-top:1.25rem}@media (max-width:760px){.site-main-inner .conversation-page-main{padding-top:.75rem}}.hotel-detail-empty{justify-items:start;gap:1rem;padding:5rem 0 4rem;display:grid}.hotel-detail-empty h1{color:#0f172a;margin:0}.hotel-detail-empty p{color:#52606d;margin:0}body.conversation-mode .site-header.hj-nav{visibility:visible!important;opacity:1!important;display:block!important}body.conversation-mode .site-main.site-main-inner{padding-top:.5rem}.conversation-shell-v2{padding-top:1rem}.conv-thread-panel{min-width:0}.conv-thread-surface{min-height:320px;padding-bottom:.5rem}.conv-boot-loader-wrap{padding:.25rem 0 .5rem}.conv-composer-v2{z-index:20;padding-top:1rem;padding-bottom:max(.75rem, env(safe-area-inset-bottom));background:linear-gradient(#f0f5f200 0%,#f0f5f2eb 12%,#f0f5f2fa 24%,#f0f5f2 100%);position:sticky;bottom:0}.conv-composer-input-row{box-shadow:0 12px 32px #07181214}@media (max-width:900px){body.conversation-mode .site-main.site-main-inner{padding-top:.25rem}.conversation-shell-v2{padding-top:.75rem}.conv-composer-v2{margin-bottom:0;bottom:0}}.hl-section-check{padding-top:1rem}.hl-visibility-card{background:linear-gradient(#fff 0%,#f7fbf9 100%);border:1px solid #0f281e14;border-radius:32px;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:1.4rem;padding:1.5rem;display:grid;box-shadow:0 20px 50px #0a161214}.hl-visibility-checks{flex-wrap:wrap;gap:.7rem;margin-top:1rem;display:flex}.hl-visibility-checks span{color:#175a42;background:#eef8f4;border:1px solid #08753f1f;border-radius:999px;padding:.68rem .9rem;font-size:.9rem;font-weight:700}.hl-visibility-panel{gap:1rem;display:grid}.hl-visibility-form,.hl-visibility-state{background:#fff;border:1px solid #0f281e14;border-radius:24px;padding:1.1rem 1.1rem 1.2rem}.hl-visibility-state{color:#f8fcfa;background:linear-gradient(#0f3a31 0%,#0b2b24 100%)}.hl-visibility-state-kicker{letter-spacing:.16em;text-transform:uppercase;color:#c6f4e2d1;margin-bottom:.65rem;font-size:.76rem;font-weight:800}.hl-visibility-state h3{margin:0 0 .55rem;font-size:1.2rem;line-height:1.2}.hl-visibility-state p{color:#e6f4efd1;margin:0;line-height:1.65}.hl-inline-cta{color:#92f0c7;margin-top:.9rem;font-weight:800;display:inline-flex}.conv-summary-v2{position:sticky;top:92px}.conv-summary-card-v2{background:linear-gradient(#0b2d25 0%,#0f3a31 100%);border:1px solid #ffffff0f;border-radius:28px;padding:1.1rem;box-shadow:0 20px 50px #08181229}.conv-summary-eyebrow{color:#bff4dfd1;letter-spacing:.16em;font-size:.72rem}.conv-summary-card-v2 h3{color:#fff;margin:.35rem 0 .9rem;font-size:1.22rem;line-height:1.1}.conv-summary-dateband{color:#243647;background:#fff;border:1px solid #0f281e14;border-radius:20px;padding:.85rem .95rem;font-size:.92rem;font-weight:700}.conv-summary-list-v2{gap:.82rem;margin-top:.95rem}.conv-summary-item-v2{background:linear-gradient(#ffffff12,#ffffff0b);border:1px solid #ffffff14;border-radius:20px;padding:.95rem 1rem 1rem}.conv-summary-item-v2 span{color:#daf1e9c2;letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.conv-summary-item-v2 strong{color:#fff;font-size:1rem;line-height:1.25}.conv-summary-subcard{background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;gap:.65rem;margin-top:.95rem;padding:.85rem .95rem;display:grid}.conv-summary-subrow{color:#d7efe6;font-size:.9rem}.conv-summary-subrow strong{color:#fff;font-size:.92rem}.conv-summary-statusband{background:#ffffff0a;border:1px solid #ffffff12;border-radius:18px;margin-top:.95rem;padding:.82rem .9rem}.conv-summary-statusband p{color:#dcf0e9b8;margin:.5rem 0 0;font-size:.82rem;line-height:1.55}.conv-summary-ready{margin-top:0}@media (max-width:980px){.hl-visibility-card{grid-template-columns:1fr}.conv-summary-v2{position:static;top:auto}}.hotel-room-image{object-fit:cover;border-radius:18px;width:100%;height:220px;margin-bottom:14px;display:block}.hotel-room-copy{color:#111827bd;margin:0 0 14px;font-size:.97rem;line-height:1.6}.hotel-room-rate-list{gap:10px;margin:4px 0 14px;display:grid}.hotel-room-rate-row{background:#0f766e0f;border:1px solid #0f766e1a;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 12px;font-size:.94rem;display:flex}.hotel-room-rate-row strong{color:#052e2b}.conv-summary-reservation{color:#0f172a;padding:1.2rem 1.2rem 1.1rem;box-shadow:0 14px 40px #0a1e1414,0 4px 12px #0a1e140a;background:#fff!important;border:1px solid #0f281e14!important}.conv-summary-headerline{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.conv-summary-card-v2.conv-summary-reservation .conv-summary-eyebrow{color:#0f6e56;letter-spacing:.1em;margin-bottom:.2rem;font-size:.75rem}.conv-summary-card-v2.conv-summary-reservation h3{color:#0f172a;max-width:220px;margin:0;font-size:2rem;line-height:1.02}.conv-summary-nightcount{color:#506170;justify-items:end;min-width:64px;padding-top:.2rem;display:grid}.conv-summary-nightcount strong{color:#0f172a;font-size:1.9rem;line-height:1}.conv-summary-nightcount span{letter-spacing:.03em;font-size:.9rem;font-weight:700}.conv-summary-dateband-resv{color:#334155;margin:0;font-size:1.02rem;font-weight:500;background:#fff!important;border:0!important;border-radius:0!important;padding:.95rem 0 .85rem!important}.conv-summary-divider{background:#0f281e17;height:1px;margin:.2rem 0 1rem}.conv-summary-focusrow{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.conv-summary-focuslabel{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.28rem;font-size:.78rem;font-weight:700}.conv-summary-focusrow strong{color:#0f172a;font-size:1.05rem;line-height:1.35}.conv-summary-focusmeta{color:#0f6e56;text-align:right;max-width:110px;font-size:.88rem;font-weight:700}.conv-summary-guestline{color:#475569;margin:.45rem 0 .25rem;font-size:1rem}.conv-summary-metrics{gap:.85rem;display:grid}.conv-summary-metric{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.conv-summary-metric span{color:#475569;font-size:.95rem}.conv-summary-metric strong{color:#0f172a;text-align:right;font-size:1rem}.conv-summary-subcard-resv{background:#f8fafc;border:1px solid #0f281e14;margin-top:0;padding:.85rem .95rem}.conv-summary-subcard-resv .conv-summary-subrow{color:#475569;font-size:.95rem}.conv-summary-subcard-resv .conv-summary-subrow strong{color:#0f172a}.conv-summary-statusband-resv{background:#f4f8f6;border:1px solid #0f281e14;border-radius:18px;margin-top:1rem;padding:.85rem .95rem}.conv-summary-statusband-resv p{color:#5b6b64;margin:.35rem 0 0}.conv-summary-card-v2.conv-summary-reservation .conv-summary-ready{color:#0f6e56;text-transform:uppercase;letter-spacing:.04em;background:#e9f7f1;border:1px solid #0f6e5624;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.8rem;font-weight:800;display:inline-flex}.conv-summary-card-v2.conv-summary-reservation .conv-summary-ready.is-soft{color:#64748b;background:#eef2f6;border-color:#64748b29}.hl-input-hint{color:#6b7280;margin-top:.38rem;font-size:.78rem}.hl-search-loading{align-items:flex-start;gap:1rem;display:flex}.hl-search-shimmer{background:linear-gradient(90deg,#d7efe5 0%,#eff8f4 50%,#d7efe5 100%) 0 0/200% 100%;border-radius:18px;flex:0 0 54px;width:54px;height:54px;animation:1.4s linear infinite hlShimmer}.hl-visibility-tags{flex-wrap:wrap;gap:.45rem;margin-top:.8rem;display:flex}.hl-visibility-tags span{color:#0f6e56;background:#ecfdf5;border:1px solid #0f6e561f;border-radius:999px;padding:.4rem .7rem;font-size:.82rem;font-weight:700}.hl-visibility-actions{flex-wrap:wrap;gap:.85rem;margin-top:1rem;display:flex}@keyframes hlShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:980px){.conv-summary-card-v2.conv-summary-reservation h3{max-width:none;font-size:1.65rem}.conv-summary-nightcount strong{font-size:1.55rem}}.conv-summary-reservation-clean{color:#0f172a;background:#fff;border:1px solid #0f172a14;box-shadow:0 24px 60px #0f172a14}.conv-summary-headerline-clean h3{color:#0f172a;margin:.15rem 0 0;font-size:clamp(1.55rem,2.8vw,2rem);line-height:1.05}.conv-summary-nightcount-clean{text-align:right;color:#475569;min-width:88px}.conv-summary-nightcount-clean strong{color:#0f172a;font-size:2rem;line-height:1;display:block}.conv-summary-nightcount-clean span{font-size:.95rem}.conv-summary-dateband-clean{color:#1e293b;background:#f8fafc;border:1px solid #0f172a14;border-radius:16px;font-weight:600}.conv-summary-lineitem,.conv-summary-lineitem-soft{background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.conv-summary-lineitem-soft{margin-top:.9rem}.conv-summary-lineitem strong,.conv-summary-lineitem-soft strong,.conv-summary-linecard strong,.conv-summary-pricerow strong{color:#0f172a}.conv-summary-lineitem span:last-child{white-space:nowrap;color:#0f766e;font-size:.84rem;font-weight:700}.conv-summary-line-title,.conv-summary-linecard span,.conv-summary-pricerow span{text-transform:uppercase;letter-spacing:.14em;color:#64748b;margin-bottom:.35rem;font-size:.75rem;display:block}.conv-summary-linegrid{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:.9rem;display:grid}.conv-summary-linecard{background:#fff;border:1px solid #0f172a14;border-radius:18px;padding:1rem 1.05rem}.conv-summary-priceblock{gap:.8rem;display:grid}.conv-summary-pricerow{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.conv-summary-note{color:#0f766e;background:linear-gradient(#ecfdf5f2,#f0fdfaf2);border:1px solid #0f766e1f;border-radius:16px;margin-top:1rem;padding:.95rem 1rem;font-size:.92rem;line-height:1.6}.hl-search-preview-card{background:#ffffffe0;border:1px solid #0f172a14;border-radius:24px;grid-template-columns:230px 1fr;gap:1rem;margin-top:1.15rem;padding:1rem;display:grid}.hl-search-preview-media{background:linear-gradient(135deg,#dbeafe,#f8fafc);border-radius:20px;min-height:190px;position:relative;overflow:hidden}.hl-search-preview-media img{object-fit:cover;width:100%;height:100%;display:block}.hl-search-preview-placeholder{color:#475569;place-items:center;width:100%;height:100%;font-weight:700;display:grid}.hl-search-preview-badge{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.45rem .75rem;font-size:.76rem;font-weight:800;position:absolute;top:14px;left:14px}.hl-search-preview-badge.is-live{color:#ecfdf5;background:#10b981eb}.hl-search-preview-badge.is-muted{color:#fff;background:#0f172ac7}.hl-search-preview-topline{color:#0f766e;text-transform:uppercase;letter-spacing:.12em;font-size:.82rem;font-weight:700}.hl-search-preview-body h4{color:#0f172a;margin:.4rem 0 .5rem;font-size:1.35rem}.hl-search-preview-body p{color:#475569;margin:0;line-height:1.7}.hl-search-preview-tags{flex-wrap:wrap;gap:.55rem;margin-top:.9rem;display:flex}.hl-search-preview-tags span,.hl-visibility-callout{border-radius:999px}.hl-search-preview-tags span{color:#0f766e;background:#f0fdfaf2;border:1px solid #0f766e1f;padding:.45rem .8rem;font-size:.82rem;font-weight:700}.hl-visibility-callout{color:#9a3412;background:#fff7edf2;border:1px solid #fb923c2e;gap:.35rem;margin-top:1rem;padding:.95rem 1rem;display:grid}.seo-solution-page{background:linear-gradient(#ecfdf5a8,#f8fafc);padding:5rem 0 6rem}.seo-solution-shell{gap:2.2rem;display:grid}.seo-solution-hero{background:radial-gradient(circle at 0 0,#10b98124,#fffffff0);border:1px solid #0f172a12;border-radius:32px;padding:2rem;box-shadow:0 26px 70px #0f172a14}.seo-solution-eyebrow,.seo-solution-card-kicker{text-transform:uppercase;letter-spacing:.15em;color:#0f766e;font-size:.78rem;font-weight:800}.seo-solution-hero h1{letter-spacing:-.04em;color:#0f172a;margin:.6rem 0 .75rem;font-size:clamp(2.2rem,5vw,4.1rem);line-height:1.03}.seo-solution-hero p{color:#475569;max-width:780px;margin:0;line-height:1.85}.seo-solution-cta-row{flex-wrap:wrap;gap:.85rem;margin-top:1.4rem;display:flex}.seo-solution-grid,.seo-solution-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.seo-solution-card,.seo-solution-faq{background:#fff;border:1px solid #0f172a14;border-radius:24px;padding:1.25rem;box-shadow:0 22px 60px #0f172a0f}.seo-solution-card h3,.seo-solution-faq h3{color:#0f172a;margin:.55rem 0 .5rem}.seo-solution-card p,.seo-solution-faq p{color:#475569;margin:0;line-height:1.75}.seo-solution-proof{color:#e2e8f0;background:linear-gradient(135deg,#0f172a,#064e3b);border-radius:28px;grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);gap:1rem;padding:1.5rem;display:grid}.seo-solution-proof h2{color:#fff;margin:.55rem 0 .5rem;font-size:clamp(1.7rem,3.5vw,2.6rem)}.seo-solution-proof p{margin:0;line-height:1.8}.seo-solution-proof-box{align-content:start;gap:.8rem;display:grid}.seo-solution-proof-box div{background:#ffffff14;border-radius:18px;justify-content:space-between;gap:1rem;padding:.95rem 1rem;display:flex}.seo-solution-proof-box span{color:#e2e8f0d1}.seo-solution-proof-box strong{color:#fff}@media (max-width:980px){.hl-search-preview-card,.seo-solution-proof,.seo-solution-grid,.seo-solution-faq-grid{grid-template-columns:1fr}}@media (max-width:720px){.conv-summary-linegrid{grid-template-columns:1fr}.conv-summary-nightcount-clean strong{font-size:1.55rem}.hl-search-preview-media{min-height:180px}}.hl-visibility-panel-full{grid-column:1/-1}.hl-opportunity-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.hl-opportunity-card{background:#fff;border:1px solid #0f281e14;border-radius:22px;padding:1rem 1.05rem;box-shadow:0 10px 30px #0a1e140d}.hl-opportunity-card h3{color:#0f172a;margin:.35rem 0 .45rem;font-size:1rem;line-height:1.3}.hl-opportunity-card p{color:#52606d;margin:0;font-size:.92rem;line-height:1.65}.hl-opportunity-kicker{letter-spacing:.14em;text-transform:uppercase;color:#0f6e56;font-size:.72rem;font-weight:800}.hl-opportunity-gap{background:linear-gradient(#fff7ed,#fffbeb)}.hl-opportunity-live{background:linear-gradient(#ecfdf5,#f8fafc)}.hl-opportunity-new{background:linear-gradient(#eff6ff,#f8fafc)}.hl-opportunity-matrix{gap:.75rem;margin-top:1rem;display:grid}.hl-opportunity-metric{background:#ffffff12;border:1px solid #ffffff14;border-radius:18px;gap:.2rem;padding:.9rem 1rem;display:grid}.hl-opportunity-metric span{letter-spacing:.14em;text-transform:uppercase;color:#d7efe6ad;font-size:.72rem;font-weight:800}.hl-opportunity-metric strong{color:#fff;font-size:.95rem;font-weight:700;line-height:1.5}.hl-opportunity-matrix.is-idle .hl-opportunity-metric{background:#ffffff0d}.hl-owner-form{background:#ffffff0f;border:1px solid #ffffff14;border-radius:22px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.hl-owner-form-head h4{color:#fff;margin:.25rem 0 .45rem;font-size:1.08rem}.hl-owner-form-head p{color:#e2f3ecc7;margin:0;font-size:.92rem}.hl-owner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.hl-owner-form .hl-input{background:#fffffff5}.hl-lead-thanks{background:#a7f3d01a;border:1px solid #a7f3d033;border-radius:20px;gap:.35rem;margin-top:1rem;padding:1rem 1.05rem;display:grid}.hl-lead-thanks strong{color:#fff}.hl-lead-thanks p{color:#e2f3ecd1;margin:0}@media (max-width:980px){.hl-opportunity-strip,.hl-owner-grid{grid-template-columns:1fr}}.hl-compare-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:1rem;display:grid}.hl-compare-card{background:#ffffff12;border:1px solid #ffffff17;border-radius:20px;gap:.35rem;padding:1rem 1.05rem;display:grid}.hl-compare-card span{letter-spacing:.14em;text-transform:uppercase;color:#d6f0e6a8;font-size:.72rem;font-weight:800}.hl-compare-card strong{color:#fff;font-size:.95rem;line-height:1.5}.hl-compare-card.highlight{background:linear-gradient(#10b9812e,#ffffff14);border-color:#a7f3d02e}.hl-revenue-audit{background:linear-gradient(#ffffff14,#ffffff0a);border:1px solid #ffffff14;border-radius:24px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.hl-revenue-audit-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.hl-revenue-audit-head h4{color:#fff;margin:.2rem 0 0;font-size:1.08rem}.hl-revenue-audit-pill{letter-spacing:.04em;color:#fff;background:#ffffff14;border-radius:999px;align-items:center;padding:.5rem .8rem;font-size:.75rem;font-weight:800;display:inline-flex}.hl-revenue-audit-pill.is-partnered{color:#d1fae5;background:#10b9812e}.hl-revenue-audit-pill.is-discoverable{color:#fef3c7;background:#f59e0b33}.hl-revenue-audit-pill.is-missing{color:#dbeafe;background:#3b82f633}.hl-revenue-audit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.hl-revenue-audit-card{background:#ffffff12;border:1px solid #ffffff14;border-radius:20px;gap:.3rem;padding:1rem 1.05rem;display:grid}.hl-revenue-audit-card span{letter-spacing:.14em;text-transform:uppercase;color:#d6f0e6a8;font-size:.72rem;font-weight:800}.hl-revenue-audit-card strong{color:#fff;font-size:1.45rem;line-height:1.1}.hl-revenue-audit-card p{margin:0;font-size:.9rem;line-height:1.6;color:#e4f3edc2!important}.hl-revenue-audit-card.loss{background:linear-gradient(#7f1d1d2e,#ffffff0d)}.hl-revenue-audit-card.gain{background:linear-gradient(#064e3b38,#ffffff0d)}@media (max-width:980px){.hl-compare-grid,.hl-revenue-audit-grid{grid-template-columns:1fr}}.footer-top-enterprise{grid-template-columns:minmax(300px,1.15fr) minmax(0,2fr);align-items:start;gap:1.35rem;display:grid}.footer-links-grid-enterprise{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch;gap:1rem;display:grid}.footer-link-stack{align-content:start;gap:.66rem;display:grid}.footer-panel-resources{background:linear-gradient(#eaf8ff29,#ffffff14)!important}.footer-col{align-content:start;gap:.9rem;min-height:100%;display:grid}.footer-col h4{margin:0 0 .1rem}.footer-bottom-enterprise{grid-template-columns:1fr auto auto;align-items:center;gap:1rem;display:grid}.footer-bottom-links-enterprise{flex-wrap:wrap;justify-content:center;gap:1rem 1.15rem;display:flex}@media (max-width:1200px){.footer-top-enterprise{grid-template-columns:1fr}.footer-links-grid-enterprise{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.footer-links-grid-enterprise{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom-enterprise{grid-template-columns:1fr;justify-items:start}}@media (max-width:580px){.footer-links-grid-enterprise{grid-template-columns:1fr}}.hl-scorecard{background:linear-gradient(#ffffff17,#ffffff0a);border:1px solid #ffffff14;border-radius:24px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.hl-scorecard-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.hl-scorecard-head h4{color:#fff;margin:.2rem 0 0;font-size:1.08rem}.hl-scorecard-total{background:#ffffff12;border:1px solid #ffffff14;border-radius:18px;place-items:center end;gap:.2rem;padding:.7rem .9rem;display:grid}.hl-scorecard-total span{letter-spacing:.14em;text-transform:uppercase;color:#d6f0e6ad;font-size:.72rem;font-weight:800}.hl-scorecard-total strong{color:#fff;font-size:1.35rem;line-height:1}.hl-scorecard-total.is-partnered{background:linear-gradient(#10b9812e,#ffffff12)}.hl-scorecard-total.is-discoverable{background:linear-gradient(#f59e0b2e,#ffffff12)}.hl-scorecard-total.is-missing{background:linear-gradient(#3b82f62e,#ffffff12)}.hl-scorecard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.hl-scorecard-item{background:#ffffff12;border:1px solid #ffffff14;border-radius:20px;gap:.55rem;padding:1rem 1.05rem;display:grid}.hl-scorecard-item-top{justify-content:space-between;align-items:center;gap:.7rem;display:flex}.hl-scorecard-item-top span{letter-spacing:.08em;text-transform:uppercase;color:#d6f0e6b8;font-size:.82rem;font-weight:800}.hl-scorecard-item-top strong{color:#fff;font-size:1.05rem}.hl-scorecard-bar{background:#ffffff14;border-radius:999px;height:10px;overflow:hidden}.hl-scorecard-bar i{background:linear-gradient(90deg,#6ee7b7,#34d399,#10b981);border-radius:999px;height:100%;display:block}.hl-scorecard-item p{margin:0;font-size:.9rem;line-height:1.6;color:#e4f3edc7!important}@media (max-width:980px){.hl-scorecard-grid{grid-template-columns:1fr}.hl-scorecard-head{grid-template-columns:1fr;display:grid}.hl-scorecard-total{justify-items:start}}.footer-links-grid-enterprise{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.footer-panel-solutions{background:linear-gradient(#14b8a624,#0f172a1f)}.footer-mini-label{color:#e2e8f0c7;letter-spacing:.12em;text-transform:uppercase;background:#ffffff14;border-radius:999px;align-items:center;margin-right:.9rem;padding:.38rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.footer-trust-row-enterprise{flex-wrap:wrap;gap:.85rem}.footer-link-stack a{min-height:1.4rem}.hl-demand-pulse{background:linear-gradient(#ffffffe6,#f8fafcf5);border:1px solid #94a3b82e;border-radius:26px;margin-top:1.15rem;padding:1.15rem;box-shadow:0 20px 42px #0f172a14}.hl-demand-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.7rem;display:flex}.hl-demand-head h4{color:#0f172a;margin:.2rem 0 0;font-size:1.05rem;line-height:1.3}.hl-demand-badge{letter-spacing:.03em;white-space:nowrap;border-radius:999px;align-items:center;padding:.45rem .7rem;font-size:.74rem;font-weight:700;display:inline-flex}.hl-demand-badge.is-partnered{color:#047857;background:#10b9811f}.hl-demand-badge.is-discoverable{color:#b45309;background:#f59e0b24}.hl-demand-badge.is-missing{color:#1d4ed8;background:#3b82f621}.hl-demand-copy{color:#475569;margin:0 0 .95rem;line-height:1.65}.hl-demand-grid{grid-template-columns:1.1fr 1fr;gap:1rem;display:grid}.hl-demand-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:20px;padding:1rem}.hl-demand-card>span{color:#0f172a;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:inline-block}.hl-demand-tags{flex-wrap:wrap;gap:.65rem;display:flex}.hl-demand-tags b{color:#0f172a;background:linear-gradient(135deg,#0f766e17,#3b82f614);border-radius:14px;padding:.6rem .8rem;font-size:.85rem;font-weight:600;display:inline-flex}.hl-demand-card ul{color:#334155;margin:0;padding-left:1rem}.hl-demand-card li+li{margin-top:.5rem}@media (max-width:1180px){.footer-links-grid-enterprise{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.hl-demand-grid{grid-template-columns:1fr}.footer-links-grid-enterprise{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.footer-links-grid-enterprise{grid-template-columns:1fr}.hl-demand-head{flex-direction:column}}.hl-proof-panel,.hl-timeline-panel{background:linear-gradient(#fffffff0,#f5faf7f5);border:1px solid #14544214;border-radius:24px;margin-top:1rem;padding:1.1rem;box-shadow:0 20px 48px #1018280f}.hl-proof-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.hl-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.hl-proof-card{background:#ffffffe0;border:1px solid #134d3d17;border-radius:22px;padding:1rem 1rem 1rem 1.05rem}.hl-proof-card.is-before{background:linear-gradient(#ffffffe6,#f8f9fbeb)}.hl-proof-card.is-after{background:linear-gradient(#f4fcf8f2,#ecf8f2f5);border-color:#1d9e752e}.hl-proof-card span{letter-spacing:.08em;text-transform:uppercase;color:#0f7660;margin-bottom:.55rem;font-size:.73rem;font-weight:700;display:inline-flex}.hl-proof-card strong{color:#10231d;margin-bottom:.65rem;font-size:1rem;line-height:1.35;display:block}.hl-proof-card ul,.hl-demand-card ul{margin:0;padding-left:1rem}.hl-proof-card li,.hl-demand-card li{color:#48635a;margin:.35rem 0;line-height:1.5}.hl-timeline-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.hl-timeline-step{background:#ffffffe6;border:1px solid #134d3d14;border-radius:20px;grid-template-columns:42px 1fr;align-items:start;gap:.75rem;min-height:128px;padding:.9rem;display:grid;position:relative}.hl-timeline-step.is-done{background:linear-gradient(#f0faf5f2,#ebf7f1f2);border-color:#1d9e7533}.hl-timeline-step.is-active{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #1d9e7552,0 18px 40px #0d574214}.hl-timeline-index{color:#0f7660;background:#f3f8f6;border:1px solid #1d9e7529;border-radius:14px;place-items:center;width:42px;height:42px;font-weight:800;display:grid}.hl-timeline-step.is-done .hl-timeline-index,.hl-timeline-step.is-active .hl-timeline-index{color:#fff;background:#0f7660}.hl-timeline-step strong{color:#11241d;margin-bottom:.35rem;font-size:.95rem;display:block}.hl-timeline-step p{color:#577166;margin:0;font-size:.9rem;line-height:1.45}.footer-links-grid-enterprise{gap:1.1rem}.footer-panel{-webkit-backdrop-filter:blur(10px)}.footer-panel-company,.footer-panel-destinations,.footer-panel-solutions,.footer-panel-hotels,.footer-panel-travellers{min-width:0}.footer-link-stack a{line-height:1.45}@media (max-width:1080px){.hl-proof-grid,.hl-timeline-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.hl-proof-grid,.hl-timeline-grid{grid-template-columns:1fr}.hl-timeline-step{min-height:unset}}.hl-live-preview,.hl-calculator,.hl-claim-flow{background:linear-gradient(#ffffff17,#ffffff0a);border:1px solid #ffffff14;border-radius:24px;gap:1rem;margin-top:1rem;padding:1rem;display:grid}.hl-live-preview-grid,.hl-calculator-grid{grid-template-columns:1.1fr .9fr;gap:1rem;display:grid}.hl-live-phone{background:#051014a6;border:1px solid #ffffff12;border-radius:26px;padding:.85rem}.hl-live-phone-top{gap:.35rem;padding:0 .2rem .7rem;display:flex}.hl-live-dot{background:#ffffff47;border-radius:999px;width:8px;height:8px;display:inline-block}.hl-live-phone-card{color:#0f172a;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 18px 60px #0206172e}.hl-live-phone-media{background:#dbeafe;height:220px}.hl-live-phone-media img{object-fit:cover;width:100%;height:100%;display:block}.hl-live-phone-placeholder{color:#64748b;place-items:center;height:100%;font-weight:700;display:grid}.hl-live-phone-body{gap:.7rem;padding:1rem;display:grid}.hl-live-phone-topline{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.78rem;font-weight:700}.hl-live-phone-title-row{justify-content:space-between;align-items:flex-start;gap:.7rem;display:flex}.hl-live-phone-title-row h5{color:#0f172a;margin:0;font-size:1.08rem;line-height:1.35}.hl-live-state{color:#334155;white-space:nowrap;background:#eef2ff;border-radius:999px;align-items:center;padding:.38rem .65rem;font-size:.72rem;font-weight:800;display:inline-flex}.hl-live-state.is-partnered{color:#166534;background:#dcfce7}.hl-live-state.is-discoverable{color:#92400e;background:#fef3c7}.hl-live-state.is-missing{color:#1d4ed8;background:#dbeafe}.hl-live-phone-body p{color:#475569;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.94rem;line-height:1.65;display:-webkit-box;overflow:hidden}.hl-live-phone-tags{flex-wrap:wrap;gap:.45rem;display:flex}.hl-live-phone-tags span{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.42rem .65rem;font-size:.8rem;font-weight:700}.hl-live-phone-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:end;gap:1rem;padding-top:.85rem;display:flex}.hl-live-phone-footer small{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.72rem;display:block}.hl-live-phone-footer strong{color:#0f172a;font-size:.92rem;line-height:1.45;display:block}.hl-live-phone-footer button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f766e,#14b8a6);border:none;border-radius:14px;padding:.82rem 1rem;font-weight:800}.hl-live-preview-copy{gap:1rem;display:grid}.hl-live-copy-card{background:#ffffff12;border:1px solid #ffffff14;border-radius:22px;gap:.55rem;padding:1rem;display:grid}.hl-live-copy-card span{letter-spacing:.14em;text-transform:uppercase;color:#d6f0e6a8;font-size:.72rem;font-weight:800}.hl-live-copy-card strong{color:#fff;font-size:1.05rem;line-height:1.45}.hl-live-copy-card p,.hl-live-copy-card li{margin:0;font-size:.94rem;line-height:1.7;color:#e4f3edc7!important}.hl-live-copy-card ul{gap:.45rem;margin:0;padding-left:1rem;display:grid}.hl-live-copy-card.soft{background:#ffffff0d}.hl-calculator-controls{gap:.95rem;display:grid}.hl-calculator-controls label{background:#ffffff12;border:1px solid #ffffff14;border-radius:18px;gap:.55rem;padding:1rem;display:grid}.hl-calculator-controls span{letter-spacing:.08em;text-transform:uppercase;color:#d6f0e6b3;font-size:.8rem;font-weight:800}.hl-calculator-controls strong{color:#fff;font-size:1rem}.hl-calculator-controls input[type=range]{width:100%}.hl-calculator-results{background:linear-gradient(#064e3b2e,#ffffff0a);border:1px solid #ffffff14;border-radius:22px;gap:.8rem;padding:1rem;display:grid}.hl-calc-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 0;display:flex}.hl-calc-row:last-of-type{border-bottom:none}.hl-calc-row span{color:#e4f3edc2;font-size:.94rem;line-height:1.5}.hl-calc-row strong{color:#fff;white-space:nowrap;font-size:1.15rem}.hl-calc-row.highlight strong{color:#6ee7b7;font-size:1.35rem}.hl-calc-note{font-size:.86rem;line-height:1.7;color:#e4f3edb3!important}.hl-calc-lift{background:#ffffff14;border-radius:18px;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.hl-calc-lift span{letter-spacing:.08em;text-transform:uppercase;color:#d6f0e6ad;font-size:.8rem;font-weight:800}.hl-calc-lift b{color:#fff;font-size:1.1rem}.hl-claim-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.hl-claim-step{color:#e4f3edbd;background:#ffffff0d;border:1px solid #ffffff12;border-radius:18px;align-items:center;gap:.7rem;padding:.8rem .9rem;font-size:.88rem;font-weight:700;display:flex}.hl-claim-step i{color:#fff;background:#ffffff14;border-radius:999px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.hl-claim-step.is-active{color:#fff;background:#14b8a624;border-color:#5eead447}.hl-claim-step.is-done{color:#d1fae5;background:#10b98124;border-color:#6ee7b73d}.hl-claim-card{background:#ffffff12;border:1px solid #ffffff14;border-radius:22px;gap:.7rem;padding:1rem;display:grid}.hl-claim-card strong{color:#fff;font-size:1.04rem}.hl-claim-card p{margin:0;font-size:.95rem;line-height:1.7;color:#e4f3edc7!important}.hl-owner-form-wrap .hl-owner-grid{margin-top:.1rem}.hl-owner-wide{grid-column:1/-1}.hl-claim-actions{justify-content:flex-end;gap:.75rem;display:flex}.hl-btn-secondary{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;padding:.9rem 1rem;font-weight:800}.hl-claim-card.is-success{background:linear-gradient(#064e3b3d,#ffffff0f)}.hl-claim-summary{background:#ffffff0f;border-radius:18px;gap:.45rem;padding:.9rem 1rem;display:grid}.hl-claim-summary span{letter-spacing:.14em;text-transform:uppercase;color:#d6f0e6ad;font-size:.74rem;font-weight:800}.hl-claim-summary ul{gap:.35rem;margin:0;padding-left:1rem;display:grid;color:#e4f3edc7!important}@media (max-width:980px){.hl-live-preview-grid,.hl-calculator-grid,.hl-claim-steps{grid-template-columns:1fr}.hl-live-phone-media{height:190px}.hl-live-phone-footer{flex-direction:column;align-items:stretch}.hl-claim-actions{justify-content:stretch}.hl-claim-actions button{flex:1}}.hl-traveller-sim,.hl-action-checklist{margin-top:1.25rem}.hl-traveller-sim-grid{grid-template-columns:1.15fr .85fr;gap:1rem;display:grid}.hl-traveller-feed,.hl-traveller-insights,.hl-action-list{gap:1rem;display:grid}.hl-traveller-feed-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.85rem;display:flex}.hl-traveller-feed-head span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-hint);font-size:.74rem;font-weight:700}.hl-traveller-feed-head strong{color:var(--text);font-size:.9rem}.hl-traveller-result-card{background:#fff;border:1px solid #0f172a14;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #0f172a12}.hl-traveller-result-media{background:linear-gradient(135deg,#eef6f3,#f7fbff);height:220px;position:relative}.hl-traveller-result-media img{object-fit:cover;width:100%;height:100%;display:block}.hl-traveller-result-placeholder{height:100%;color:var(--text-muted);place-items:center;font-weight:600;display:grid}.hl-traveller-status{letter-spacing:.03em;color:#fff;background:#0f766e;border-radius:999px;padding:7px 12px;font-size:.74rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 10px 30px #0f766e40}.hl-traveller-status.is-discoverable{background:#9a3412}.hl-traveller-status.is-missing{background:#475569}.hl-traveller-result-body{gap:.7rem;padding:1.1rem 1.2rem 1.25rem;display:grid}.hl-traveller-location{color:var(--text-muted);font-size:.8rem}.hl-traveller-title-row{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.hl-traveller-title-row h5{color:var(--text);margin:0;font-size:1.18rem;line-height:1.2}.hl-traveller-title-row b{color:var(--teal-dark);white-space:nowrap;background:#0d948814;border:1px solid #0d948824;border-radius:999px;padding:6px 10px;font-size:.78rem}.hl-traveller-result-body p{color:var(--text-muted);margin:0;line-height:1.7}.hl-traveller-tags{flex-wrap:wrap;gap:.45rem;display:flex}.hl-traveller-tags span{color:var(--text);background:#f6f8fb;border:1px solid #0f172a14;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:700}.hl-traveller-actions{justify-content:space-between;align-items:flex-end;gap:1rem;padding-top:.2rem;display:flex}.hl-traveller-actions button{background:linear-gradient(135deg,var(--teal),#0f766e);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.78rem 1.1rem;font-weight:800}.hl-traveller-actions small{max-width:280px;color:var(--text-hint);line-height:1.55;display:block}.hl-action-list{grid-template-columns:1fr 1fr}.hl-action-item{background:#fff;border:1px solid #0f172a14;border-radius:20px;align-items:flex-start;gap:.9rem;padding:1rem;display:flex;box-shadow:0 14px 35px #0f172a0d}.hl-action-item.is-done{background:linear-gradient(#f0fdfaf5,#fff);border-color:#0d948838}.hl-action-index{width:34px;height:34px;color:var(--text);background:#eff6ff;border-radius:50%;flex-shrink:0;place-items:center;font-weight:800;display:grid}.hl-action-item.is-done .hl-action-index{color:#fff;background:#0f766e}.hl-action-item strong{color:var(--text);margin-bottom:.35rem;display:block}.hl-action-item p{color:var(--text-muted);margin:0;line-height:1.6}@media (max-width:980px){.hl-traveller-sim-grid,.hl-action-list{grid-template-columns:1fr}}.hl-journey-mock{margin-top:1.25rem}.hl-journey-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hl-journey-card{border-radius:28px;gap:.85rem;padding:1.15rem 1.15rem 1.2rem;display:grid}.hl-journey-card.is-current{background:#ffffff0f;border:1px solid #ffffff14}.hl-journey-card.is-improved{background:linear-gradient(#ffffff1f,#ffffff0f);border:1px solid #9ff1dc38;box-shadow:0 20px 50px #064e3b2e}.hl-journey-card>span{letter-spacing:.12em;text-transform:uppercase;color:#d6f0e6a8;font-size:.74rem;font-weight:800}.hl-journey-card strong{color:#fff;font-size:1.08rem;line-height:1.45}.hl-journey-card ol{gap:.6rem;margin:0;padding-left:1.15rem;display:grid}.hl-journey-card li{color:#e9f5efd6;line-height:1.65}.hl-journey-outcome{background:#ffffff0f;border:1px solid #ffffff14;border-radius:18px;gap:.25rem;padding:.9rem 1rem;display:grid}.hl-journey-outcome small{letter-spacing:.12em;text-transform:uppercase;color:#d6f0e699;font-size:.72rem;font-weight:800}.hl-journey-outcome b{color:#fff;font-size:.95rem;line-height:1.55}@media (max-width:980px){.hl-journey-grid{grid-template-columns:1fr}}.check-hotel-page{background:radial-gradient(circle at 100% 0,#2664eb14,#0000 28%),linear-gradient(#f8fbff 0%,#fff 42%,#f7f9fc 100%)}.check-hotel-hero-inner{grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);align-items:stretch;gap:1.5rem;display:grid}.check-hotel-copy h1{letter-spacing:-.04em;color:#0f172a;margin:.65rem 0 1rem;font-size:clamp(2.4rem,4vw,4.25rem);line-height:1.04}.check-hotel-copy p{color:#42526b;max-width:72ch;font-size:1.05rem;line-height:1.75}.check-hotel-chip-row{flex-wrap:wrap;gap:.7rem;margin:1.2rem 0 1.6rem;display:flex}.check-hotel-chip-row span{color:#0f172a;background:#0f172a0d;border:1px solid #0f172a14;border-radius:999px;padding:.65rem .95rem;font-weight:600}.check-hotel-hero-actions{flex-wrap:wrap;gap:.9rem;display:flex}.check-hotel-proof-card{color:#fff;background:linear-gradient(#0f172a,#172554);border-radius:28px;height:100%;padding:1.4rem;box-shadow:0 20px 60px #0f172a38}.check-hotel-proof-kicker{letter-spacing:.12em;text-transform:uppercase;color:#bfdbfee6;font-size:.8rem;font-weight:700}.check-hotel-proof-card ul{color:#eff6fff2;gap:.75rem;margin:1rem 0 0;padding-left:1.1rem;display:grid}.check-hotel-proof-card{position:relative;overflow:hidden}.check-hotel-proof-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#60a5fa38,#0000 34%);position:absolute;inset:0}.check-hotel-proof-title{letter-spacing:-.03em;color:#fff;margin:.6rem 0 .7rem;font-size:clamp(1.45rem,2vw,2rem);line-height:1.12;position:relative}.check-hotel-proof-intro{color:#e2e8f0e6;margin:0 0 1.1rem;font-size:.98rem;line-height:1.7;position:relative}.check-hotel-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid;position:relative}.check-hotel-proof-item{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:22px;padding:1rem;box-shadow:inset 0 1px #ffffff0a}.check-hotel-proof-item-label{letter-spacing:.12em;text-transform:uppercase;color:#bfdbfee0;margin-bottom:.5rem;font-size:.73rem;font-weight:800;display:inline-flex}.check-hotel-proof-item strong{color:#fff;font-size:1rem;line-height:1.4;display:block}.check-hotel-proof-item p{color:#e2e8f0db;margin:.45rem 0 0;font-size:.92rem;line-height:1.62}.check-hotel-audit-wrap{padding:1rem 0 2.5rem}.check-hotel-head{text-align:center;max-width:800px;margin:0 auto 1.4rem}.check-hotel-faqs{padding:1rem 0 4.5rem}.check-hotel-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.check-hotel-faq-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;padding:1.2rem 1.15rem;box-shadow:0 20px 50px #0f172a0d}.check-hotel-faq-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1rem}.check-hotel-faq-card p{color:#4b5563;margin:0;line-height:1.7}@media (max-width:980px){.check-hotel-hero-inner,.check-hotel-faq-grid{grid-template-columns:1fr}}.check-hotel-compare-section{padding:1rem 0 1.5rem}.check-hotel-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.check-hotel-compare-card{background:#fff;border:1px solid #0f172a14;border-radius:26px;padding:1.35rem 1.25rem;box-shadow:0 18px 50px #0f172a0d}.check-hotel-compare-card-muted{background:linear-gradient(#f8fafc,#fff)}.check-hotel-compare-card-strong{color:#fff;background:linear-gradient(#0f172a,#172554);border-color:#ffffff0f}.check-hotel-compare-label{letter-spacing:.12em;text-transform:uppercase;color:#334155;background:#0f172a0f;border-radius:999px;align-items:center;padding:.38rem .72rem;font-size:.72rem;font-weight:800;display:inline-flex}.check-hotel-compare-card-strong .check-hotel-compare-label{color:#eff6fff5;background:#ffffff1a}.check-hotel-compare-card h3{margin:.95rem 0 .85rem;font-size:1.25rem;line-height:1.25}.check-hotel-compare-card ul{color:#475569;gap:.7rem;margin:0;padding-left:1.15rem;line-height:1.7;display:grid}.check-hotel-compare-card-strong ul{color:#e2e8f0f2}.check-hotel-links-section{padding:.5rem 0 2.25rem}.check-hotel-links-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.check-hotel-link-card{background:#fff;border:1px solid #0f172a14;border-radius:24px;gap:.55rem;padding:1.2rem 1.15rem;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 18px 50px #0f172a0d}.check-hotel-link-card:hover{border-color:#2563eb3d;transform:translateY(-2px);box-shadow:0 24px 60px #0f172a17}.check-hotel-link-kicker{letter-spacing:.12em;text-transform:uppercase;color:#2563eb;font-size:.72rem;font-weight:800}.check-hotel-link-card h3{color:#0f172a;margin:0;font-size:1.05rem}.check-hotel-link-card p{color:#475569;margin:0;line-height:1.7}@media (max-width:980px){.check-hotel-compare-grid,.check-hotel-links-grid{grid-template-columns:1fr}}.check-hotel-trust-strip{padding:0 0 2rem}.check-hotel-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.check-hotel-trust-card{background:linear-gradient(#fffffff5,#f5f8fbf0);border:1px solid #11182714;border-radius:24px;padding:1.1rem 1.1rem 1rem;box-shadow:0 22px 50px #0f172a14}.check-hotel-trust-value{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;margin-bottom:.65rem;font-size:.78rem;font-weight:800;display:inline-block}.check-hotel-trust-card p{color:#475569;margin:0;line-height:1.65}@media (max-width:1080px){.check-hotel-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.check-hotel-trust-grid{grid-template-columns:1fr}}.destination-hub-hero,.destination-hero-section{background:radial-gradient(circle at 0 0,#1c5dff1f,#0000 34%),linear-gradient(#f7fbff 0%,#fff 100%)}.destination-hub-shell,.destination-hero-shell{grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr);align-items:start;gap:1.5rem;display:grid}.destination-hub-note,.destination-hero-note{border:1px solid #0f172a14;border-radius:28px;padding:1.4rem;box-shadow:0 24px 60px #0f172a14}.destination-note-pill,.destination-tier-pill,.destination-country-pill,.destination-state-badge{border-radius:999px;align-items:center;gap:.35rem;padding:.42rem .78rem;font-size:.76rem;font-weight:700;display:inline-flex}.destination-note-pill,.destination-state-badge-partner{color:#0f7a47;background:#10b9811f}.destination-state-badge-discoverable{color:#8a5a00;background:#f59e0b24}.destination-state-badge-clarity{color:#1548b4;background:#3b82f61f}.destination-note-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:1rem;display:grid}.destination-note-grid strong{font-size:1.3rem;display:block}.destination-note-grid span{color:#475569;font-size:.9rem}.destination-cta-row{flex-wrap:wrap;gap:.8rem;margin-top:1.15rem;display:flex}.destination-lead{max-width:62ch}.destination-chip-row{margin-top:1rem}.destination-top-grid,.destination-bottom-grid{align-items:start}.destination-copy-card,.destination-seo-card,.destination-empty-card,.destination-discoverable-card,.destination-hub-card{background:#fff;border:1px solid #0f172a14;border-radius:28px;box-shadow:0 18px 48px #0f172a0f}.destination-copy-card,.destination-seo-card,.destination-empty-card{padding:1.4rem}.destination-copy-card-accent{background:linear-gradient(#f0f7ffeb,#fff 100%)}.destination-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.mini-list{color:#475569;padding-left:1.1rem}.mini-list li+li{margin-top:.5rem}.destination-state-strip{flex-wrap:wrap;gap:.55rem;margin-top:1rem;display:flex}.destination-empty-card{text-align:left;padding:1.6rem}.destination-empty-card-light{background:#f8fbff}.destination-discoverable-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.destination-discoverable-card{flex-direction:column;display:flex;overflow:hidden}.destination-discoverable-image{object-fit:cover;width:100%;height:220px;display:block}.destination-discoverable-body{padding:1.15rem}.destination-discoverable-top{justify-content:space-between;align-items:start;gap:1rem;display:flex}.destination-no-book-pill{white-space:nowrap;color:#8a5a00;background:#f59e0b26;border-radius:999px;padding:.38rem .7rem;font-size:.74rem;font-weight:700}.destination-card-note{color:#475569;background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px;margin-top:.85rem;padding:.8rem .95rem;font-size:.9rem}.destination-two-line{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;margin-top:.75rem;display:-webkit-box;overflow:hidden}.destination-seo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.destination-seo-card-cta{background:linear-gradient(#0f172a0a,#fff 100%)}.destination-faq-card{padding:1.45rem}.destination-links-block{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.destination-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.destination-hub-card{color:inherit;flex-direction:column;gap:.85rem;padding:1.25rem;text-decoration:none;transition:transform .18s,box-shadow .18s;display:flex}.destination-hub-card:hover{transform:translateY(-3px);box-shadow:0 24px 56px #0f172a1a}.destination-hub-card-top{justify-content:space-between;gap:.75rem;display:flex}.destination-tier-pill{color:#1548b4;background:#3b82f61f}.destination-country-pill{color:#475569;background:#94a3b824}@media (max-width:1100px){.destination-hub-shell,.destination-hero-shell,.destination-seo-grid,.destination-hub-grid,.destination-discoverable-grid{grid-template-columns:1fr}}@media (max-width:820px){.destination-list-grid,.destination-note-grid{grid-template-columns:1fr}}.destination-search-intent-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.destination-intent-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;padding:1.15rem;box-shadow:0 12px 28px #0f172a0f}.destination-intent-query{color:#0f172a;margin:0 0 .55rem;font-weight:700;line-height:1.45}.destination-tall-list li{margin-bottom:.65rem}@media (max-width:980px){.destination-search-intent-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.destination-search-intent-grid{grid-template-columns:1fr}}.destination-partner-card .hotel-image,.destination-discoverable-image{object-fit:cover}.smart-image-wrap{background:linear-gradient(135deg,#dceee8,#f4f8f6);position:relative;overflow:hidden}.smart-image-shimmer,.smart-image-fallback{background:linear-gradient(90deg,#fff0 0%,#ffffff73 50%,#fff0 100%) 0 0/220% 100%,linear-gradient(135deg,#d4ece5 0%,#edf6f2 100%) 0 0/100% 100%;animation:1.6s linear infinite smartShimmer;position:absolute;inset:0}.smart-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .55s,transform .95s cubic-bezier(.22,1,.36,1);display:block;transform:scale(1.04)}.smart-image.is-loaded{opacity:1;transform:scale(1)}@keyframes smartShimmer{0%{background-position:200% 0,0 0}to{background-position:-200% 0,0 0}}.destination-hero-cinematic{padding-top:2rem}.destination-hero-card-shell{background:#0f241d;border-radius:34px;min-height:580px;position:relative;overflow:hidden;box-shadow:0 34px 80px #0f172a2e}.destination-hero-visual,.destination-hero-media-wrap{position:absolute;inset:0}.destination-hero-media{object-fit:cover;width:100%;height:100%;display:block}.destination-hero-media-overlay{background:linear-gradient(#08100e29 0%,#08100e61 28%,#08100eb8 72%,#08100ed1 100%);position:absolute;inset:0}.destination-hero-card-content{z-index:1;grid-template-columns:minmax(0,1.45fr) minmax(320px,.78fr);align-items:end;gap:1.25rem;min-height:580px;padding:3rem;display:grid;position:relative}.destination-hero-copy-layered{color:#fff;max-width:760px}.destination-hero-copy-layered h1{color:#fff;letter-spacing:-.04em;max-width:12ch;margin:.7rem 0 .8rem;font-size:clamp(2.55rem,5vw,4.7rem);line-height:1.02}.destination-hero-eyebrow{letter-spacing:.14em;text-transform:uppercase;font-size:.82rem;color:#ffffffb8!important}.destination-hero-lead{max-width:58ch;font-size:1.04rem;line-height:1.8;color:#ffffffdb!important}.destination-chip-row-hero{gap:.55rem;margin-top:1.1rem}.destination-hero-chip{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff17;border-color:#ffffff1f}.destination-hero-cta-row{margin-top:1.35rem}.white-ghost{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;background:#ffffff1f!important;border-color:#ffffff2e!important}.white-ghost:hover{background:#ffffff2e!important}.destination-hero-floating-note{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-radius:28px;justify-self:end;max-width:360px;padding:1.2rem 1.2rem 1.25rem}.destination-hero-floating-note h2{margin:.7rem 0 .55rem;font-size:1.35rem;line-height:1.15}.destination-discoverable-media-wrap{height:220px}.destination-discoverable-card{transition:transform .22s,box-shadow .22s}.destination-discoverable-card:hover{transform:translateY(-3px);box-shadow:0 22px 48px #0f172a1f}@media (max-width:980px){.destination-hero-card-shell{min-height:unset}.destination-hero-card-content{grid-template-columns:1fr;align-items:end;min-height:560px;padding:2rem 1.35rem 1.35rem}.destination-hero-copy-layered h1{max-width:unset;font-size:2.6rem}.destination-hero-floating-note{justify-self:start;max-width:100%}}@media (max-width:640px){.destination-hero-card-content{min-height:520px;padding:1.4rem 1rem 1rem}.destination-hero-copy-layered h1{font-size:2.15rem}.destination-discoverable-grid{grid-template-columns:1fr}}.gj2-shell{min-height:calc(100vh - var(--header-h));height:auto;overflow:visible}.gj2-body{overflow:visible}.gj2-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:1.25rem;max-width:1400px;margin:0 auto;padding:1.25rem 1.25rem 4rem;display:grid}.gj2-main{width:100%;max-width:none;margin:0;padding:0}.gj2-side{top:calc(var(--header-h) + 20px);position:sticky}.gj2-summary-card{background:linear-gradient(#fff 0%,#f7faf9 100%);border:1px solid #0c1f1814;border-radius:24px;gap:1rem;padding:1.15rem;display:grid;box-shadow:0 18px 50px #0d201814}.gj2-summary-kicker{width:fit-content;color:var(--teal-dark);letter-spacing:.05em;text-transform:uppercase;background:#12916c1a;border-radius:999px;padding:.32rem .68rem;font-size:.72rem;font-weight:800;display:inline-flex}.gj2-summary-title{color:var(--text);margin:.15rem 0 0;font-family:Sora,system-ui,sans-serif;font-size:1.25rem;line-height:1.1}.gj2-summary-sub{color:var(--text-muted);margin:.35rem 0 0;font-size:.86rem;line-height:1.6}.gj2-summary-rows{background:#fff;border:1px solid #0c1f1814;border-radius:18px;overflow:hidden}.gj2-summary-row{border-bottom:1px solid #0c1f180f;flex-direction:column;gap:.22rem;padding:.9rem .95rem;display:flex}.gj2-summary-row:last-child{border-bottom:none}.gj2-summary-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-hint);font-size:.72rem;font-weight:700}.gj2-summary-value{color:var(--text);font-size:.94rem;font-weight:700;line-height:1.4}.gj2-summary-status{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.gj2-summary-pill{color:#fff;background:#0f1d18;border-radius:999px;padding:.45rem .7rem;font-size:.74rem;font-weight:700;display:inline-flex}.gj2-summary-note{color:var(--text-muted);font-size:.8rem}.gj2-summary-featured{background:linear-gradient(135deg,#12916c1f,#12916c05);border:1px solid #12916c29;border-radius:18px;gap:.45rem;padding:.95rem;display:grid}.gj2-summary-featured-kicker{color:var(--teal-dark);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:700}.gj2-summary-featured-name{color:var(--text);font-size:1rem;font-weight:800;line-height:1.3}.gj2-summary-featured-meta{color:var(--text-muted);font-size:.84rem}.gj2-summary-featured-tags{flex-wrap:wrap;gap:.4rem;display:flex}.gj2-summary-tag{color:var(--text);background:#fffc;border:1px solid #0c1f1814;border-radius:999px;padding:.38rem .62rem;font-size:.74rem;display:inline-flex}.gj2-results-content{width:100%}.gj2-progress-track{top:var(--header-h);z-index:18;background:#0c1f180f;height:4px;position:sticky}.gj2-progress-fill{background:linear-gradient(90deg, var(--teal) 0%, #4fd2a8 100%);height:100%;transition:width .22s}@media (max-width:1100px){.gj2-layout{grid-template-columns:minmax(0,1fr) 280px}}@media (max-width:980px){.gj2-layout{grid-template-columns:1fr;padding:1rem 1rem 3rem}.gj2-side{order:-1;position:static}.gj2-summary-card{gap:.8rem}.check-hotel-proof-grid{grid-template-columns:1fr}}.destination-search-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;gap:.8rem;width:min(760px,100%);margin-top:1rem;padding:.55rem;display:flex}.destination-search-bar input{color:#112035;background:#ffffffeb;border:none;border-radius:999px;outline:none;flex:1;min-width:0;padding:.95rem 1.05rem;font-size:.98rem}.destination-search-bar .button{white-space:nowrap}.destination-worth-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.destination-worth-card{padding:0;overflow:hidden}.destination-worth-media{aspect-ratio:16/10;border-radius:1rem 1rem 0 0;overflow:hidden}.destination-worth-image{object-fit:cover;width:100%;height:100%}.destination-worth-body{padding:1rem 1rem 1.1rem}.destination-discoverable-media-wrap .smart-image-shimmer,.destination-worth-media .smart-image-shimmer,.hotel-image-wrap .smart-image-shimmer{border-radius:inherit}.destination-no-book-pill{white-space:nowrap}@media (max-width:980px){.destination-worth-grid{grid-template-columns:1fr}}@media (max-width:720px){.destination-search-bar{border-radius:1.1rem;flex-direction:column}.destination-search-bar .button,.destination-search-bar input{border-radius:.95rem;width:100%}}.gj2-layout{grid-template-columns:minmax(0,4fr) minmax(280px,1fr)}.gj2-side{min-width:0}.gj2-summary-card-v2{background:#fff;border:1px solid #0f172a14;gap:1rem;padding:1.4rem;box-shadow:0 22px 54px #0f172a17}.gj2-summary-topline{letter-spacing:.08em;text-transform:uppercase;color:var(--teal-dark);font-size:.78rem;font-weight:800}.gj2-summary-header-row{justify-content:space-between;align-items:flex-start;gap:.85rem;display:flex}.gj2-summary-heading{color:#0f172a;letter-spacing:-.03em;margin:0;font-family:Sora,system-ui,sans-serif;font-size:1.85rem;line-height:1.02}.gj2-summary-nights-box{text-align:right;min-width:72px;display:grid}.gj2-summary-nights-value{color:#334155;font-size:1.15rem;font-weight:800}.gj2-summary-nights-label{color:#475569;font-size:.88rem;font-weight:700}.gj2-summary-dateband{color:#0f172a;background:#f8fafc;border:1px solid #0f172a14;border-radius:20px;justify-content:space-between;align-items:center;gap:.6rem;padding:.95rem 1rem;font-size:.98rem;font-weight:700;display:flex}.gj2-summary-arrow{color:#64748b}.gj2-summary-blocks{gap:.75rem;display:grid}.gj2-summary-block{background:linear-gradient(#fff 0%,#fbfcfd 100%);border:1px solid #0f172a14;border-radius:18px;padding:.95rem 1rem}.gj2-summary-block-label{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin-bottom:.32rem;font-size:.72rem;font-weight:800;display:block}.gj2-summary-block strong{color:#0f172a;font-size:1rem;line-height:1.35}.gj2-summary-divider{background:#0f172a14;height:1px}.gj2-summary-ratecard{gap:1rem;display:grid}.gj2-summary-roomline{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.gj2-summary-roomname{color:#0f172a;font-size:1.12rem;font-weight:800;line-height:1.25}.gj2-summary-roommeta{color:#475569;margin-top:.35rem;font-size:.95rem}.gj2-summary-pricehead{color:#0f172a;white-space:nowrap;font-size:1.06rem;font-weight:800}.gj2-summary-totals{gap:.75rem;display:grid}.gj2-summary-totalrow{color:#334155;justify-content:space-between;align-items:center;gap:.75rem;font-size:.96rem;display:flex}.gj2-summary-totalrow strong{color:#0f172a;font-size:1rem}.gj2-summary-primarycta{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#0c3b2f 100%);border-radius:16px;justify-content:center;align-items:center;width:100%;padding:.92rem 1rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 16px 32px #0f172a24}.gj2-summary-primarycta:hover{opacity:.96}@media (max-width:980px){.gj2-summary-card-v2{padding:1.1rem}.gj2-summary-heading{font-size:1.55rem}}.hj-nav .brand-sub,.footer-brand-tagline{display:none!important}.nav-shell-premium{grid-template-columns:auto minmax(0,1fr) auto;gap:1.25rem;min-height:76px;padding:.7rem 0}.brand-lockup-logo{min-width:max-content}.brand-logo{max-width:154px;height:auto}.nav-center-shell{min-width:0}.hj-nav .nav-links{scrollbar-width:none;justify-content:center;width:100%;overflow-x:auto}.hj-nav .nav-links::-webkit-scrollbar{display:none}.hj-nav .nav-links a{white-space:nowrap;justify-content:center;align-items:center;min-height:46px;display:inline-flex}.nav-actions{flex-wrap:wrap;row-gap:.55rem}.nav-icon-btn{flex-shrink:0;min-width:0}.nav-links a.is-active{color:#0b6a54;background:#edf8f2}.nav-links a.is-active:after{content:none;display:none}body.page-inner .site-main-inner,body.page-guided .site-main-guided{padding-top:.55rem!important}.check-hotel-hero{padding:4.8rem 0 2.6rem}.check-hotel-proof-card{border-radius:30px;padding:1.6rem}.check-hotel-proof-grid{gap:.95rem}.footer-top-enterprise{grid-template-columns:minmax(320px,1.1fr) minmax(0,2.2fr);gap:1.15rem}.footer-panel{border-radius:28px;padding:1.4rem 1.2rem}.footer-brand-col{gap:1.1rem}.footer-brand-desc{max-width:44ch;font-size:.98rem;line-height:1.85}.footer-brand-desc a{color:#eafff6;border-bottom:1px solid #eafff652;font-weight:700;text-decoration:none}.footer-brand-desc a:hover{border-bottom-color:#eafff6b3}.footer-links-grid-enterprise{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.footer-col{align-content:start}.footer-col h4{margin:0 0 .3rem;font-size:.76rem}.footer-link-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;display:grid}.footer-link-stack a{min-height:1.5rem;font-size:.92rem;line-height:1.5;margin:0!important}.footer-mid{padding-top:.5rem}.footer-cta-card{border-radius:24px}.footer-bottom-enterprise{grid-template-columns:1fr auto;align-items:center;gap:.9rem 1.4rem}.footer-bottom-links-enterprise{justify-content:flex-start}.footer-tagline{grid-column:1/-1;font-weight:600;color:#eaf7f1cc!important}.landing-title{max-width:1040px}.landing-title-line:first-child{color:#0e2f22}.landing-title-accent{color:#157a56}.landing-subtitle{color:#496255;max-width:820px;font-size:1.06rem;line-height:1.72}@media (max-width:1260px){.nav-shell-premium{grid-template-columns:auto minmax(0,1fr)}.nav-actions{grid-column:1/-1;justify-content:flex-end}.nav-center-shell{justify-content:flex-end}.footer-top-enterprise{grid-template-columns:1fr}}@media (max-width:980px){.nav-shell-premium{grid-template-columns:1fr;justify-items:stretch;gap:.85rem}.brand-lockup-logo,.nav-actions,.nav-center-shell{width:100%}.brand-lockup-logo{justify-content:flex-start}.nav-center-shell{order:3;justify-content:flex-start}.nav-actions{order:2;justify-content:flex-start}.hj-nav .nav-links{justify-content:flex-start;padding:.3rem}.footer-links-grid-enterprise{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-link-stack{grid-template-columns:1fr}.check-hotel-hero{padding:4rem 0 2.2rem}}@media (max-width:640px){.site-header{padding-bottom:.2rem}.nav-shell-premium{gap:.7rem;min-height:auto}.brand-logo{max-width:142px}.nav-actions{gap:.45rem}.nav-icon-btn{height:40px;padding:0 .7rem;font-size:.92rem}.nav-icon-btn[aria-label=Language] span:last-child,.nav-icon-btn[aria-label=Currency] span:last-child{display:none}.hj-nav .nav-links a{min-height:42px;padding:.62rem .9rem;font-size:.9rem}.landing-title{font-size:clamp(2.4rem,10vw,4rem);line-height:.98}.landing-subtitle{font-size:.98rem}.footer-panel{padding:1.1rem 1rem}.footer-links-grid-enterprise{grid-template-columns:1fr}.footer-bottom-enterprise{grid-template-columns:1fr;gap:.75rem}.learn-index-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem;display:grid}.learn-index-card{background:#fff;border:1.5px solid #0f172a17;border-radius:24px;flex-direction:column;gap:.75rem;padding:1.6rem 1.75rem;text-decoration:none;transition:box-shadow .2s,transform .18s,border-color .2s;display:flex;box-shadow:0 4px 16px #0f172a0a,0 1px 3px #0f172a0a}.learn-index-card:hover{border-color:#0f766e47;transform:translateY(-3px);box-shadow:0 20px 48px #0f172a1c,0 4px 12px #0f172a0f}.learn-index-meta{align-items:center;gap:.65rem;display:flex}.learn-index-tag{letter-spacing:.13em;text-transform:uppercase;color:#0f766e;background:#0f766e1a;border-radius:999px;padding:2px 10px;font-size:.66rem;font-weight:800}.learn-index-time{color:#94a3b8;font-size:.76rem}.learn-index-card-title,.learn-index-card h2{color:#0f172a;margin:0;font-size:1.22rem;font-weight:700;line-height:1.25}.learn-index-card p{color:#475569;flex:1;margin:0;font-size:.875rem;line-height:1.74}.learn-index-cta{color:#0f766e;align-items:center;gap:.3rem;margin-top:.15rem;font-size:.84rem;font-weight:700;display:flex}.learn-index-card:hover .learn-index-cta{gap:.55rem}.learn-compare-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.learn-compare-card{border:1px solid #0f172a14;border-radius:24px;padding:1.5rem;box-shadow:0 18px 48px #0f172a0d}.learn-compare-card h2{color:#0f172a;margin:.5rem 0 1rem;font-size:1.4rem}.learn-compare-direct{background:linear-gradient(160deg,#10b98112,#fff)}.learn-compare-ota{background:linear-gradient(160deg,#ef44440f,#fff)}.learn-list{flex-direction:column;gap:.55rem;margin:0;padding-left:1.1rem;display:flex}.learn-list li{color:#334155;font-size:.91rem;line-height:1.55}.learn-table{border-collapse:collapse;width:100%;font-size:.88rem}.learn-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:#64748b;border-bottom:2px solid #0f172a14;padding:.65rem .75rem;font-size:.72rem;font-weight:700}.learn-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #0f172a0d;padding:.7rem .75rem}.learn-table tr:last-child td{border-bottom:none}.learn-table-highlight td{color:#065f46;background:#10b9810f;font-weight:600}.learn-table-highlight td:first-child{border-radius:8px 0 0 8px}.learn-table-highlight td:last-child{border-radius:0 8px 8px 0}.learn-steps-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem;display:grid}.learn-step-card{background:#fff;border:1px solid #0f172a14;border-radius:22px;align-items:flex-start;gap:1rem;padding:1.25rem 1.35rem;display:flex;box-shadow:0 14px 36px #0f172a0d}.learn-step-number{color:#fff;background:linear-gradient(135deg,#0f766e,#0d9488);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.92rem;font-weight:800;display:flex}.learn-step-card h3{color:#0f172a;margin:0 0 .4rem;font-size:1rem;line-height:1.3}.learn-step-card p{color:#475569;margin:0;font-size:.875rem;line-height:1.7}.learn-glossary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem;display:grid}.learn-glossary-card h3{color:#0f766e;font-size:1rem}.learn-related{gap:.85rem;display:grid}.learn-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;display:grid}.learn-related-card{background:#0f766e0a;border:1px solid #0f766e1a;border-radius:18px;flex-direction:column;gap:.4rem;padding:1.1rem 1.2rem;text-decoration:none;transition:background .15s;display:flex}.learn-related-card:hover{background:#0f766e17}.learn-related-card strong{color:#0f172a;font-size:.92rem;line-height:1.3}.learn-related-card span{color:#64748b;font-size:.82rem;line-height:1.55}@media (max-width:860px){.learn-index-grid,.learn-compare-grid,.learn-steps-grid,.learn-glossary-grid,.learn-related-grid{grid-template-columns:1fr}}@media (max-width:640px){.learn-table{font-size:.78rem}.learn-table th,.learn-table td{padding:.5rem}}.calc-shell{grid-template-columns:1fr 1fr;align-items:start;gap:1.25rem;display:grid}.calc-inputs{background:#fff;border:1px solid #0f172a14;border-radius:28px;flex-direction:column;gap:1.5rem;padding:1.75rem;display:flex;box-shadow:0 20px 56px #0f172a0f}.calc-field{flex-direction:column;gap:.55rem;display:flex}.calc-label{color:#334155;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.calc-val-badge{color:#0f766e;background:#0f766e14;border-radius:999px;padding:2px 10px;font-size:.88rem;font-weight:700}.calc-slider{accent-color:#0f766e;cursor:pointer;width:100%;height:4px}.calc-range-labels{color:#94a3b8;justify-content:space-between;font-size:.72rem;display:flex}.calc-ota-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.calc-ota-btn{color:#475569;cursor:pointer;text-align:center;background:#f8fafc;border:1.5px solid #0f172a1a;border-radius:14px;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .5rem;font-size:.78rem;font-weight:600;line-height:1.2;transition:all .15s;display:flex}.calc-ota-btn span{color:#94a3b8;font-size:.66rem;font-weight:400}.calc-ota-btn.is-active{color:#0f766e;background:#0f766e14;border-color:#0f766e}.calc-ota-btn.is-active span{color:#0f766e}.calc-ota-btn:hover:not(.is-active){background:#f1f5f9;border-color:#0f172a2e}.calc-results{color:#e2e8f0d9;background:linear-gradient(160deg,#0f172a,#064e3b);border-radius:28px;flex-direction:column;gap:1.1rem;padding:1.75rem;display:flex;position:sticky;top:100px}.calc-stat-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.calc-stat{background:#ffffff0f;border-radius:16px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.calc-stat span{color:#e2e8f08c;font-size:.7rem;line-height:1.3}.calc-stat strong{color:#fff;font-size:1.05rem;font-weight:700}.calc-highlight-card{background:#ef444426;border:1px solid #ef444438;border-radius:20px;padding:1.25rem}.calc-highlight-label{letter-spacing:.08em;text-transform:uppercase;color:#fca5a5d9;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.calc-highlight-range{color:#fff;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:1.6rem;font-weight:800;line-height:1.15;display:flex}.calc-highlight-range span{color:#e2e8f099;font-size:.85rem;font-weight:400}.calc-highlight-sub{color:#e2e8f080;margin-top:.3rem;font-size:.78rem}.calc-vs{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;flex-direction:column;gap:.75rem;padding:1.1rem;display:flex}.calc-vs-row{color:#e2e8f0b3;justify-content:space-between;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.calc-vs-row strong{color:#fff;white-space:nowrap;font-weight:700}.calc-vs-green{color:#6ee7b7!important}.calc-vs-divider{background:#ffffff1a;height:1px}.calc-vs-save{font-weight:600;color:#e2e8f0e6!important}.calc-vs-save strong{font-size:1rem;color:#6ee7b7!important}@media (max-width:900px){.calc-shell{grid-template-columns:1fr}.calc-results{position:static}.calc-stat-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:560px){.calc-ota-grid{grid-template-columns:repeat(2,1fr)}.calc-stat-grid{grid-template-columns:1fr 1fr}}.seo-solution-page{padding:2.5rem 0 5rem}.fv5-brand-logo{width:auto!important;max-width:200px!important;height:52px!important}.brand-logo,.brand-logo-light,.brand-logo-dark{height:46px!important}.nav-hamburger{cursor:pointer;background:#ffffffe6;border:1px solid #1018281a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:none}.nav-hamburger-icon{flex-direction:column;gap:5px;width:18px;display:flex}.nav-hamburger-icon span{background:#1a3429;border-radius:2px;height:2px;transition:transform .22s,opacity .18s;display:block}.nav-mobile-open .nav-hamburger-icon span:first-child{transform:translateY(7px)rotate(45deg)}.nav-mobile-open .nav-hamburger-icon span:nth-child(2){opacity:0}.nav-mobile-open .nav-hamburger-icon span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-drawer{z-index:59;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#08140e8c;display:none;position:fixed;inset:0}.nav-mobile-panel{background:#fff;flex-direction:column;gap:0;width:min(320px,88vw);height:100%;padding:1.25rem 1.5rem 2rem;transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-mobile-open .nav-mobile-drawer{display:block}.nav-mobile-open .nav-mobile-panel{transform:translate(0)}.nav-mobile-header{justify-content:space-between;align-items:center;margin-bottom:1.75rem;display:flex}.nav-mobile-close{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #1018281a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.nav-mobile-links{flex-direction:column;gap:0;display:flex}.nav-mobile-links a{color:#1a3429;border-bottom:1px solid #1018280f;padding:.95rem 0;font-size:1.05rem;font-weight:600;text-decoration:none;display:block}.nav-mobile-links a:hover{color:#0f766e}.nav-mobile-actions{flex-wrap:wrap;gap:.65rem;margin-top:1.5rem;display:flex}.nav-mobile-actions button{color:#334155;height:38px;font:inherit;cursor:pointer;background:#f8fafc;border:1px solid #1018281a;border-radius:999px;align-items:center;gap:.4rem;padding:0 .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.nav-mobile-cta{text-align:center;background:#0f766e;border-radius:14px;margin-top:1rem;padding:.85rem;font-size:.95rem;font-weight:700;text-decoration:none;display:block;color:#fff!important}@media (max-width:860px){.nav-hamburger{display:flex}.nav-center-shell,.nav-actions{display:none}.nav-shell-premium{grid-template-columns:auto 1fr auto;gap:.5rem;min-height:60px}}@media (max-width:600px){.fv5-col-links-inner{gap:0 .5rem;grid-template-columns:1fr 1fr!important;display:grid!important}}.destination-tier-pill{display:none!important}.destination-hub-card-top .destination-country-pill{letter-spacing:.07em;text-transform:uppercase;color:#0f766e;background:#0f766e14;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700}.landing-bottom-inner{border-top:1px solid #1018280f;padding:0;grid-template-columns:repeat(4,minmax(0,1fr))!important;min-height:60px!important}.landing-bottom-pill{border-right:1px solid #1018280d;flex-direction:column;align-items:flex-start;gap:.18rem;padding:.85rem 1rem;font-size:.84rem}.landing-bottom-pill strong{letter-spacing:.06em;text-transform:uppercase;color:#0f766e;font-size:.78rem;font-weight:800}@media (max-width:700px){.landing-bottom-inner{grid-template-columns:1fr 1fr!important}.landing-bottom-pill:nth-child(2){border-right:none}}@media (max-width:400px){.landing-bottom-inner{grid-template-columns:1fr!important}.landing-bottom-pill{border-bottom:1px solid #1018280d;border-right:none}}.page-transition-bar{z-index:9999;background:linear-gradient(90deg,#0f766e,#7ff1c1);width:0%;height:3px;transition:width .3s;position:fixed;top:0;left:0}.page-transition-bar.loading{width:70%}.page-transition-bar.done{opacity:0;width:100%;transition:width .2s,opacity .3s .1s}.prose-legal{flex-direction:column;gap:0;display:flex}.prose-legal h2{color:#0f172a;border-top:1px solid #0f172a12;margin:2rem 0 .6rem;padding-top:1.5rem;font-size:1.15rem;font-weight:700}.prose-legal h2:first-child{border-top:none;margin-top:0;padding-top:0}.prose-legal p{color:#334155;margin:0 0 .75rem;font-size:.925rem;line-height:1.8}.prose-legal ul{flex-direction:column;gap:.4rem;margin:0 0 .75rem 1.2rem;display:flex}.prose-legal li{color:#334155;font-size:.9rem;line-height:1.7}.prose-legal a{color:#0f766e;text-underline-offset:3px;text-decoration:underline}.prose-legal strong{color:#0f172a}@media (max-width:860px){.nav-actions,.nav-center-shell{visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important;overflow:hidden!important}.nav-shell-premium{flex-direction:row!important;justify-content:space-between!important;align-items:center!important;gap:0!important;width:100%!important;min-height:60px!important;display:flex!important}.nav-hamburger{flex-shrink:0!important;margin-left:auto!important;display:flex!important}.brand-lockup-logo{flex-shrink:0!important;justify-content:flex-start!important;width:auto!important}}.nav-hamburger-btn{cursor:pointer;background:#ffffffe6;border:1px solid #1018281a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:none;overflow:hidden}@media (max-width:860px){.nav-hamburger-btn{display:flex}}@media (min-width:861px){.nav-shell-premium{grid-template-columns:auto 1fr auto!important}.nav-hamburger-btn{pointer-events:none!important;border:none!important;width:0!important;min-width:0!important;height:0!important;padding:0!important;display:none!important;position:absolute!important;overflow:hidden!important}}.nav-links a.is-active:after,.hj-nav .nav-links a.is-active:after,.nav-center-shell .nav-links a.is-active:after{content:none!important;display:none!important}.check-hotel-hero{padding:1.8rem 0 2.6rem!important}.landing-cta-icon{opacity:.85;flex-shrink:0;font-size:1rem}.landing-master-cta{letter-spacing:-.01em;justify-content:center;align-items:center;gap:.45rem;display:inline-flex;font-size:.96rem!important;font-weight:700!important}.landing-master-footer{flex-wrap:wrap;align-items:center;gap:.45rem;padding-top:.1rem!important;display:flex!important}.landing-master-hint-label{color:#94a3b8;flex-shrink:0;font-size:.78rem;font-weight:600}.landing-inline-hint{color:#0f766e;cursor:pointer;background:#0f766e12;border:1px solid #0f766e24;border-radius:999px;padding:.22rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .13s}.landing-inline-hint:hover{background:#0f766e21}.landing-bottom-pill{flex-direction:row!important;align-items:center!important;gap:.65rem!important;padding:.75rem 1.1rem!important;display:flex!important}.landing-pill-icon{color:#0f766e;text-align:center;opacity:.85;flex-shrink:0;width:1.4rem;font-size:1.15rem}.landing-pill-text{flex-direction:column;gap:.08rem;display:flex}.landing-pill-text strong{color:#123527!important;letter-spacing:0!important;text-transform:none!important;font-size:.82rem!important;font-weight:800!important}.landing-pill-text span{color:#61746a;font-size:.76rem;line-height:1.3}.landing-bottom-inner{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;min-height:64px!important;display:grid!important}.landing-bottom-pill{border-top:none!important;border-bottom:none!important;border-right:1px solid #1018280f!important}.landing-bottom-pill:last-child{border-right:none!important}@media (max-width:700px){.landing-bottom-inner{grid-template-columns:1fr 1fr!important}.landing-bottom-pill:nth-child(2){border-right:none!important}.landing-bottom-pill:nth-child(3){border-right:1px solid #1018280f!important}.landing-bottom-pill:nth-child(4){border-right:none!important}}@media (max-width:400px){.landing-bottom-inner{grid-template-columns:1fr!important}.landing-bottom-pill{border-bottom:1px solid #1018280d!important;border-right:none!important}}}
