.stays-page { min-height: calc(100vh - 158px); padding: 28px 0 34px; background: #eff6f8 url("../images/bananal-illustrated-background-1200.webp") center bottom / cover no-repeat; }
.stays-hero, .stays-content, .stays-notice { width: min(1010px, calc(100% - 32px)); margin: 0 auto; }
.stays-hero { min-height: 218px; display: grid; grid-template-columns: minmax(0, 1fr) 46%; overflow: hidden; background: #075477; border-radius: 8px; box-shadow: var(--shadow); }
.stays-hero-copy { position: relative; z-index: 1; padding: 33px 38px; color: #fff; background: linear-gradient(90deg, #063d58 0%, #075477 76%, rgba(7,84,119,.82) 100%); }
.stays-hero-copy > span { display: inline-flex; align-items: center; gap: 6px; color: #bfeae7; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.stays-hero-copy > span svg { width: 18px; height: 18px; }
.stays-hero h1 { margin: 7px 0; font-size: 32px; line-height: 1.02; }
.stays-hero p { max-width: 520px; margin: 0; color: #e7f3f4; font-size: 15px; }
.stays-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.stays-content { margin-top: 20px; padding: 22px; background: rgba(255,255,255,.96); border: 1px solid #dce5e8; border-radius: 8px; box-shadow: var(--shadow); }
.stays-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 15px; border-bottom: 1px solid #dce5e8; }
.eyebrow { margin: 0 0 3px; color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.stays-toolbar h2 { margin: 0; color: var(--navy-deep); font-size: 22px; }
.stay-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.stay-filters button { min-height: 32px; padding: 0 11px; color: var(--navy-deep); background: #f2f6f7; border: 1px solid #d4e1e5; border-radius: 5px; font-size: 12px; font-weight: 750; cursor: pointer; }
.stay-filters button:hover, .stay-filters button.active { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); }
.stays-result { margin: 14px 0 11px; color: var(--muted); font-size: 13px; }
.stays-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.stay-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #dbe5e8; border-radius: 7px; box-shadow: 0 3px 8px rgba(19,52,64,.08); transition: transform 160ms ease, box-shadow 160ms ease; }
.stay-card:hover { transform: translateY(-3px); box-shadow: 0 9px 18px rgba(19,52,64,.16); }
.stay-image { height: 142px; display: grid; place-items: center; overflow: hidden; color: var(--teal-dark); background: #dfeeee; }
.stay-image img { width: 100%; height: 100%; object-fit: cover; }
.stay-image svg { width: 38px; height: 38px; }
.stay-card-copy { padding: 12px; }
.stay-type { display: inline-flex; margin-bottom: 5px; padding: 3px 6px; color: var(--teal-dark); background: #e1f4f1; border-radius: 4px; font-size: 10px; font-weight: 800; }
.stay-card h3 { min-height: 39px; margin: 0; color: var(--navy-deep); font-size: 16px; line-height: 1.2; }
.stay-card p { min-height: 35px; margin: 6px 0 10px; color: var(--muted); font-size: 12px; line-height: 1.25; }
.stay-card footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.stay-card footer span { display: inline-flex; align-items: center; gap: 4px; color: #28715f; font-size: 10px; font-weight: 800; }
.stay-card footer span svg { width: 13px; height: 13px; }
.stay-card footer a { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 5px; }
.stay-card footer a:hover { background: var(--teal-dark); }
.stay-card footer a svg { width: 17px; height: 17px; }
.stays-empty { min-height: 190px; display: grid; place-content: center; gap: 8px; color: var(--muted); text-align: center; }
.stays-empty svg { width: 35px; height: 35px; margin: 0 auto; color: var(--teal-dark); }
.stays-empty p { margin: 0; }
.stays-notice { margin-top: 16px; padding: 15px 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: #174a54; background: #e2f1ed; border: 1px solid #bedfd7; border-radius: 7px; }
.stays-notice > svg { width: 30px; height: 30px; color: var(--teal-dark); }
.stays-notice strong { font-size: 14px; }
.stays-notice p { margin: 2px 0 0; font-size: 12px; }
.stays-notice a { padding: 8px 10px; display: inline-flex; align-items: center; gap: 6px; color: #fff; background: var(--teal-dark); border-radius: 5px; font-size: 12px; font-weight: 750; white-space: nowrap; }
.stays-notice a svg { width: 15px; height: 15px; }
@media (max-width: 960px) { .stays-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .stays-hero-copy { padding: 27px; } }
@media (max-width: 700px) { .stays-page { padding: 16px 0 24px; } .stays-hero, .stays-content, .stays-notice { width: calc(100% - 20px); } .stays-hero { min-height: 0; grid-template-columns: 1fr; } .stays-hero-copy { padding: 25px 22px; } .stays-hero h1 { font-size: 27px; } .stays-hero > img { height: 130px; } .stays-content { padding: 16px; } .stays-toolbar { align-items: start; flex-direction: column; } .stays-grid { grid-template-columns: 1fr; } .stay-image { height: 180px; } .stays-notice { grid-template-columns: auto 1fr; } .stays-notice a { grid-column: 1 / -1; justify-content: center; } }
