/* Kylena Stays — extends css/style.css. Navy #0B2341, Gold #C9A227. */
.stay-subnav{background:var(--navy,#0B2341);border-top:1px solid rgba(201,162,39,.35);padding:.5rem 0}
.stay-subnav__brand{color:#fff;font-weight:700;letter-spacing:.02em;margin-right:1rem}
.stay-subnav__link{color:rgba(255,255,255,.75);text-decoration:none;padding:.35rem .75rem;border-radius:6px;font-size:.92rem}
.stay-subnav__link:hover,.stay-subnav__link.active{color:#fff;background:rgba(201,162,39,.22)}
.stay-hero{position:relative;padding:6rem 0 3rem;color:#fff;overflow:hidden}
.stay-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}
.stay-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(11,35,65,.94),rgba(11,35,65,.62))}
.stay-hero .container{position:relative;z-index:2}
.stay-hero h1{font-size:clamp(2rem,4.4vw,3.2rem);line-height:1.1}
.stay-search-wrap{background:#fff;border-radius:14px;box-shadow:0 22px 50px rgba(11,35,65,.22);padding:1.5rem;margin-top:2.5rem;border-top:3px solid #C9A227}
.stay-search-wrap--flat{margin-top:0;box-shadow:0 10px 26px rgba(11,35,65,.10)}
.stay-search .form-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:#0B2341;font-weight:600}
.stay-card{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}
.stay-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(11,35,65,.16)}
.stay-card__media{position:relative;aspect-ratio:3/2;overflow:hidden}
.stay-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.stay-card:hover .stay-card__media img{transform:scale(1.06)}
.stay-badge{position:absolute;top:.75rem;left:.75rem;background:#C9A227;color:#0B2341;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .6rem;border-radius:4px}
.stay-fav{position:absolute;top:.6rem;right:.6rem;border:0;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.92);color:#0B2341}
.stay-fav.is-on{background:#C9A227;color:#fff}
.stay-card__body{padding:1.15rem;display:flex;flex-direction:column;flex:1}
.stay-meta,.stay-facts{font-size:.86rem;color:#5b6675;margin:0}
.stay-rating{color:#C9A227;font-size:.82rem;white-space:nowrap}
.stay-rating small{color:#5b6675;margin-left:.35rem}
.amenity-row{display:flex;flex-wrap:wrap;gap:.35rem}
.amenity-chip{font-size:.74rem;background:rgba(11,35,65,.06);color:#0B2341;border-radius:20px;padding:.2rem .6rem}
.amenity-chip i{margin-right:.3rem;color:#C9A227}
.stay-card__foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(11,35,65,.08)}
.stay-price{color:#0B2341;font-size:1.1rem}
.per{font-size:.8rem;color:#5b6675}
.stay-status{display:inline-block;font-size:.72rem;padding:.15rem .5rem;border-radius:4px;margin-left:.4rem}
.stay-status.is-available{background:rgba(25,135,84,.12);color:#198754}
.stay-status.is-limited{background:rgba(201,162,39,.16);color:#8a6f14}
.destination-card{position:relative;display:block;border-radius:14px;overflow:hidden;aspect-ratio:4/3}
.destination-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.destination-card:hover img{transform:scale(1.07)}
.destination-card__label{position:absolute;inset:auto 0 0 0;padding:1rem;color:#fff;background:linear-gradient(transparent,rgba(11,35,65,.9))}
.destination-card__label small{display:block;color:rgba(255,255,255,.75);font-size:.78rem}
.trust-card{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;padding:1.5rem;height:100%}
.trust-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:12px;background:rgba(201,162,39,.14);color:#C9A227;margin-bottom:.85rem}
.host-band{background:linear-gradient(120deg,#0B2341,#143a68);border-radius:16px;padding:2.5rem;color:#fff;border-left:4px solid #C9A227}
.filter-panel{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;padding:1.25rem;position:sticky;top:96px}
.filter-group{padding:.9rem 0;border-bottom:1px solid rgba(11,35,65,.08)}
.filter-scroll{max-height:190px;overflow:auto;padding-right:.35rem}
.gallery{display:grid;gap:.6rem}
.gallery-main img{width:100%;border-radius:14px;object-fit:cover;aspect-ratio:16/9}
.gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.6rem}
.gallery-thumb{border:0;padding:0;border-radius:10px;overflow:hidden;background:none}
.gallery-thumb img{width:100%;aspect-ratio:3/2;object-fit:cover}
.fact-box{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:12px;padding:.9rem;text-align:center}
.fact-box i{color:#C9A227;display:block;margin-bottom:.35rem}
.fact-box strong{display:block;color:#0B2341}
.fact-box span{font-size:.76rem;color:#5b6675}
.rule-list,.status-list,.process-list{padding-left:1.1rem}
.rule-list{list-style:none;padding-left:0}
.rule-list li{padding:.35rem 0;border-bottom:1px dashed rgba(11,35,65,.12)}
.booking-widget{background:#fff;border:1px solid rgba(11,35,65,.12);border-radius:14px;padding:1.35rem;box-shadow:0 16px 34px rgba(11,35,65,.10);position:sticky;top:96px}
.price-lines{list-style:none;padding:0;margin:0}
.price-lines li{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.9rem;border-bottom:1px dashed rgba(11,35,65,.12)}
.price-lines li.total{border-bottom:0;border-top:2px solid rgba(11,35,65,.15);margin-top:.35rem;padding-top:.65rem;font-size:1rem;color:#0B2341}
.host-box,.review-item{display:flex;gap:1rem;align-items:flex-start;background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:12px;padding:1rem;margin-bottom:.75rem}
.step-track{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0 0 1.5rem}
.step-track li{flex:1 1 140px;font-size:.85rem;color:#5b6675;border-bottom:3px solid rgba(11,35,65,.12);padding-bottom:.5rem}
.step-track li span{display:inline-flex;width:24px;height:24px;border-radius:50%;background:rgba(11,35,65,.10);color:#0B2341;align-items:center;justify-content:center;font-size:.78rem;margin-right:.45rem}
.step-track li.is-active{color:#0B2341;font-weight:600;border-bottom-color:#C9A227}
.step-track li.is-active span{background:#C9A227;color:#fff}
.booking-step{display:none;background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;padding:1.5rem}
.booking-step.is-active{display:block}
.pay-option{display:block;border:1px solid rgba(11,35,65,.14);border-radius:12px;padding:1rem;cursor:pointer;height:100%}
.pay-option input{margin-right:.5rem}
.pay-option small{display:block;color:#5b6675;font-size:.82rem;margin-top:.35rem}
.pay-option:has(input:checked){border-color:#C9A227;box-shadow:0 0 0 3px rgba(201,162,39,.15)}
.test-mode-flag{display:inline-block;background:rgba(201,162,39,.15);color:#8a6f14;border:1px dashed #C9A227;border-radius:6px;padding:.35rem .7rem;font-size:.8rem;font-weight:600;letter-spacing:.04em}
.booking-summary,.auth-card,.side-card,.dash-panel{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;padding:1.5rem}
.booking-summary{position:sticky;top:96px}
.booking-summary img{width:100%;border-radius:10px;aspect-ratio:3/2;object-fit:cover}
.dash-nav{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:14px;overflow:hidden;position:sticky;top:96px}
.dash-nav a{padding:.75rem 1.1rem;color:#0B2341;text-decoration:none;border-bottom:1px solid rgba(11,35,65,.07);font-size:.92rem}
.dash-nav a:hover{background:rgba(201,162,39,.10)}
.dash-nav a.active{background:#0B2341;color:#fff;border-left:3px solid #C9A227}
.dash-panel{display:none}
.dash-panel.active{display:block}
.kpi{background:#fff;border:1px solid rgba(11,35,65,.09);border-radius:12px;padding:1rem}
.kpi span{display:block;font-size:.76rem;color:#5b6675;text-transform:uppercase;letter-spacing:.05em}
.kpi strong{color:#0B2341;font-size:1.35rem}
.table-kylena thead th{background:#0B2341;color:#fff;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}
.alert-navy{background:rgba(11,35,65,.06);border:1px solid rgba(11,35,65,.14);color:#0B2341;border-radius:12px;padding:1rem}
.badge-status{background:rgba(11,35,65,.08);border:1px solid rgba(11,35,65,.16);border-radius:20px;padding:.25rem .8rem;font-size:.82rem;color:#0B2341}
.breadcrumb-light .breadcrumb-item a{color:#0B2341}
.status-list{list-style:none;padding:0}
.status-list li{padding:.3rem 0;font-size:.9rem}
.status-list .dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#C9A227;margin-right:.6rem}
@media(max-width:575px){.gallery-thumbs{grid-template-columns:repeat(3,1fr)}.host-band{padding:1.5rem}}
