:root {
  --ink: #101010;
  --muted: #5a6578;
  --line: #d5dce8;
  --brand: #013180;
  --brand-dark: #00235d;
  --soft: #f4f6fb;
  --panel: #fff;
  --hot: #c40012;
  --gold: #f6881f;
  --gold-soft: #ffbc7d;
  --wa: #25d366;
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.3px; }
.brand small { display: block; font-weight: 500; font-size: 11px; color: var(--muted); margin-top: 2px; }
.brand-logo { height: 52px; width: auto; display: block; }
.mark {
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 800;
}

.topbar { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; gap: 20px; min-height: 68px; position: relative; }
.brand { flex-shrink: 0; }
.nav { display: flex; align-items: center; gap: 22px; margin-left: 8px; font-size: 14px; font-weight: 600; color: #3d4a63; }
.nav a { white-space: nowrap; }
.nav a.on, .nav a:hover { color: var(--brand); }
.bar .btn.ghost { margin-left: auto; flex-shrink: 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand); color: #fff; border: 0; border-radius: 12px;
  padding: 11px 16px; font-weight: 700; font-size: 14px; cursor: pointer;
}
.btn:hover { background: var(--brand-dark); }
.btn.light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn.ghost { background: #e8eef8; color: var(--brand-dark); }
.btn i { margin-right: 6px; font-size: 15px; }
.btn.full { width: 100%; }
.btn.disabled { opacity: .45; pointer-events: none; }

.hero {
  background:
    linear-gradient(160deg, rgba(0, 35, 93, .82), rgba(1, 49, 128, .52)),
    url('https://images.unsplash.com/photo-1564769625905-50e93615e769?w=1600&q=70') center/cover;
  color: #fff; padding: 72px 0 64px;
}
.hero-inner { max-width: 760px; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 700; opacity: .85; margin: 0 0 10px; }
.hero h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.15; margin: 0 0 12px; letter-spacing: -.6px; }
.lead { font-size: 17px; opacity: .9; margin: 0 0 22px; max-width: 560px; }
.search {
  display: grid; grid-template-columns: 1fr 180px auto; gap: 8px;
  background: #fff; padding: 8px; border-radius: 16px;
}
.search input, .search select, .filters input, .filters select, .form input, .form select, .form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; font: inherit; color: var(--ink); background: #fff;
}
.search input, .search select { border: 0; }
.cities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cities a {
  background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 600;
}
.cities small { opacity: .8; margin-left: 4px; }

.section { padding: 48px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 20px; gap: 12px; }
.section-head h2, .page-head h1, .why h2 { margin: 0; letter-spacing: -.3px; }
.section-head a { color: var(--brand); font-weight: 700; font-size: 14px; }

.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  display: flex; flex-direction: column; min-width: 0;
}
.card:hover { box-shadow: 0 10px 28px rgba(18, 35, 31, .08); transform: translateY(-2px); transition: .2s; }
.card.is-fullbook { border-color: #f0c8c8; }
.card.is-fullbook:hover { box-shadow: 0 10px 28px rgba(163, 51, 51, .1); }
.card.is-fullbook .card-img img { filter: grayscale(.25) brightness(.94); transition: filter .2s; }
.card.is-fullbook:hover .card-img img { filter: grayscale(.15) brightness(.96); }
.card.is-hot { border-color: #ffd4d8; }
.card-img { position: relative; aspect-ratio: 5/6; background: #eef1f6; }
.card-img img { width: 100%; height: 100%; object-fit: contain; }
.card-body { padding: 10px 12px 11px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}
.card-meta-row span { display: inline-flex; align-items: center; gap: 5px; }
.card-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  flex: 1;
}
.card-details li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.25;
}
.card-details li > span:last-child,
.card-details li > .hotel-stars-rating {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.card .card-details .meta-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}
.card .card-details .hotel-stars-rating .bi { font-size: 9px; }
.card .price-stack { display: grid; gap: 1px; margin-bottom: 6px; }
.card .meta-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.card .meta-ico .bi {
  font-size: 10px;
  line-height: 1;
  display: block;
}
.card-room-row {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 2px 0 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.35;
}
.card-room-row > span:last-child {
  flex: 1;
  min-width: 0;
  white-space: normal;
}
.card .price-label { font-size: 11px; font-weight: 600; color: var(--muted); line-height: 1.2; }
.card .price-line,
.card .price-was {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px;
  margin: 0;
  line-height: 1.1;
}
.card .price-currency { font-size: 12px; font-weight: 700; color: var(--brand); }
.card .price-amount {
  font-size: 17px;
  font-weight: 800;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.card .price-unit { font-size: 11px; font-weight: 600; color: var(--muted); }
.card .price-was { color: var(--muted); }
.card .price-was .price-currency,
.card .price-was .price-amount {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
}
.specs-icons { margin-bottom: 0; }
.card .specs-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 10px;
  flex: 1;
}
.card .specs-icons li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}
.card .specs-icons li > span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card .specs-icons .spec-ico {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.card .specs-icons .spec-ico .bi {
  font-size: 10px;
  line-height: 1;
  display: block;
}
.card .specs-icons .hotel-stars-rating .bi { font-size: 9px; }
.card-foot {
  margin: 8px 0 0;
  padding-top: 7px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand);
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
.card-foot .bi { font-size: 10px; transition: transform .2s; }
.card:hover .card-foot .bi { transform: translateX(2px); }
.card-status-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: #fff;
}
.card-status-banner > .bi { font-size: 18px; flex-shrink: 0; opacity: .95; }
.card-status-banner strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.15;
}
.card-status-banner small {
  font-size: 10px;
  font-weight: 600;
  opacity: .92;
  margin-top: 1px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-status-banner.is-fullbook {
  background: linear-gradient(180deg, rgba(163, 51, 51, 0) 0%, rgba(163, 51, 51, .92) 35%, rgba(163, 51, 51, .96) 100%);
}
.card-status-banner.is-hot {
  background: linear-gradient(180deg, rgba(196, 0, 18, 0) 0%, rgba(196, 0, 18, .92) 35%, rgba(196, 0, 18, .96) 100%);
}
.card-fullbook-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #f0c8c8;
  border-radius: 10px;
  background: #fdeeee;
  color: #a33;
}
.card-fullbook-alert > .bi { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.card-fullbook-alert strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.2;
}
.card-fullbook-alert p { margin: 4px 0 0; font-size: 12px; font-weight: 600; line-height: 1.45; color: #a33; }
.card-fullbook-cta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  transition: background .2s;
}
.card-fullbook-cta:hover { background: #fafbfd; color: var(--brand); }
.card-fullbook-cta > .bi-headset { font-size: 20px; color: var(--brand); flex-shrink: 0; }
.card-fullbook-cta > span { flex: 1; min-width: 0; display: grid; gap: 2px; }
.card-fullbook-cta b { font-size: 14px; line-height: 1.2; }
.card-fullbook-cta small { color: var(--muted); font-size: 12px; font-weight: 600; line-height: 1.35; }
.card-fullbook-cta > .bi-chevron-right { color: var(--muted); font-size: 16px; flex-shrink: 0; }
.card-hot-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #ffd4d8;
  border-radius: 10px;
  background: #fff4f5;
  color: #a33;
}
.card-hot-alert > .bi { font-size: 18px; flex-shrink: 0; margin-top: 1px; color: var(--hot); }
.card-hot-alert p { margin: 0; font-size: 12px; font-weight: 600; line-height: 1.45; }
.card-hot-alert strong { font-weight: 800; }
.card-book-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 14px 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--hot);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  transition: background .2s, transform .2s;
}
.card-book-cta:hover { background: #a8000f; color: #fff; transform: translateY(-1px); }
.card-book-cta .bi { font-size: 18px; }
.badge.hot-solid {
  background: var(--hot);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: .01em;
}
.badge.hot-solid .bi { font-size: 11px; }
.card.is-fullbook .card-main:hover .card-img img { filter: grayscale(.15) brightness(.96); }
.card.is-fullbook .card-img img { filter: grayscale(.25) brightness(.94); transition: filter .2s; }
.meta-ico, .spec-ico {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 0;
}
.meta-ico .bi, .spec-ico .bi {
  font-size: 11px;
  line-height: 1;
  display: block;
}
.meta-ico .bi::before,
.spec-ico .bi::before,
.card .meta-ico .bi::before,
.card .specs-icons .spec-ico .bi::before {
  display: block;
  line-height: 1;
}
.tone-blue { background: #e8eef8; color: #013180; }
.tone-gold { background: #fff4e8; color: #c56a10; }
.tone-amber { background: #fdf3e6; color: #c98a2e; }
.tone-green { background: #eaf6ee; color: #3f8f5c; }
.tone-violet { background: #eef0fb; color: #4f5fbf; }
.tone-rose { background: #fdeeee; color: #c05656; }
.price-stack { display: grid; gap: 2px; margin-bottom: 8px; }
.price-label { font-size: 12px; font-weight: 600; color: var(--muted); line-height: 1.2; }
.price-line,
.price-was {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0;
  line-height: 1.15;
}
.price-currency {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
}
.price-amount {
  font-size: 20px;
  font-weight: 800;
  color: var(--brand);
  font-variant-numeric: tabular-nums;
  letter-spacing: -.02em;
}
.price-unit {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.price-was { color: var(--muted); }
.price-was .price-currency,
.price-was .price-amount {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: line-through;
}
.badges { display: flex; flex-wrap: wrap; gap: 6px; }
.card-img .badges { position: absolute; top: 10px; left: 10px; }
.badge { background: #fff; color: var(--ink); border-radius: 999px; padding: 4px 8px; font-size: 11px; font-weight: 800; }
.badge.hot { background: var(--hot); color: #fff; }
.badge.fullbook { background: #fdeeee; color: #a33; }
.badge.fullbook-solid { background: var(--hot); color: #fff; display: inline-flex; align-items: center; gap: 4px; text-transform: uppercase; letter-spacing: .03em; }
.badge.fullbook-solid .bi { font-size: 11px; }
.badge.type { background: #fff; color: var(--ink); display: inline-flex; align-items: center; gap: 4px; }
.badge.gold { background: var(--gold); color: #1a1404; display: inline-flex; align-items: center; gap: 3px; }
.badge.gold .bi { font-size: 10px; }
.price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price strong, .price-row strong { font-size: 18px; }
.price-unit, .price-row .price-unit { font-size: 12px; font-weight: 600; color: var(--muted); margin-left: 2px; }
.price s, .price-row s { color: var(--muted); font-size: 13px; }
.install { color: var(--brand-dark); font-size: 13px; font-weight: 700; margin: 4px 0 8px; }
.scheme { background: var(--soft); border-radius: var(--radius); padding: 16px 16px 8px; margin: 14px 0 18px; }
.scheme-page { margin: 0; padding: 22px; }
.scheme-note { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.scheme-flow { list-style: none; padding: 0; margin: 12px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.scheme-flow li { display: grid; gap: 6px; }
.scheme-flow b { font-size: 16px; }
.scheme-flow span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.scheme-table { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.scheme-row { display: grid; grid-template-columns: 1.6fr 1fr 1.1fr .7fr; gap: 10px; padding: 12px 14px; border-top: 1px solid var(--line); align-items: center; }
.scheme-row.head { border-top: 0; background: var(--soft); font-size: 12px; font-weight: 700; color: #3d4a63; }
.scheme-row small { display: block; color: var(--muted); font-weight: 500; margin-top: 2px; }
.scheme-row:not(.head):hover { background: #f8fafc; }
.loc { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.badge.tour { background: #124e89; color: #fff; }
.badge.disc { background: var(--brand); color: #fff; }
.specs { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; color: #3d4a63; font-size: 12px; font-weight: 600; }
.specs li { background: var(--soft); border-radius: 8px; padding: 4px 8px; }
.specs-icons li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 10px 4px 4px;
}
.specs-icons .spec-ico { width: 24px; height: 24px; border-radius: 999px; }
.specs-icons .spec-ico .bi { font-size: 12px; }
.hotel-stars-rating {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 1;
}
.hotel-stars-rating .bi {
  font-size: 11px;
  color: #d1d5db;
}
.hotel-stars-rating .bi.is-filled {
  color: #e8a317;
}

.why { background: var(--soft); padding: 56px 0; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.why-grid article, .why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; display: block; }
.why-card:hover { border-color: var(--brand); box-shadow: 0 8px 20px rgba(1, 49, 128, .08); }
.why-grid b { display: block; margin-bottom: 6px; }
.why-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.page-benefits { padding: 28px 0 0; }
.bank-row { display: flex; flex-wrap: wrap; gap: 10px; }
.bank-row span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; font-weight: 800; font-size: 13px; color: #3d4a63; }
.banks .section-head { align-items: start; }
.banks .section-head p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 12px; font-size: 18px; cursor: pointer; }

.cta { padding: 20px 0 64px; }
.cta-box {
  background: linear-gradient(135deg, #00235d, #013180);
  color: #fff; border-radius: 24px; padding: 32px;
  display: flex; justify-content: space-between; gap: 20px; align-items: center;
}
.cta-box h2 { margin: 0 0 8px; }
.cta-box p { margin: 0; opacity: .9; }
.cta-actions { display: flex; gap: 10px; flex-shrink: 0; }

.page-head { background: var(--soft); padding: 36px 0 28px; border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: 32px; }
.page-head p { color: var(--muted); margin: 8px 0 0; }

.listing-layout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; padding: 28px 0 56px; }
.listing-layout .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.filters { position: sticky; top: 84px; align-self: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; display: grid; gap: 10px; }
.filters label, .form label { display: grid; gap: 6px; font-size: 12px; font-weight: 700; color: #3d4a63; }
.empty { color: var(--muted); grid-column: 1 / -1; }
.pager { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--muted); font-size: 13px; }

.detail { padding: 24px 0 56px; }
.back { display: inline-block; color: var(--brand); font-weight: 700; font-size: 14px; margin-bottom: 16px; }
.gallery { display: flex; justify-content: center; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.gallery .shot { padding: 0; border: 0; background: #eef1f6; cursor: zoom-in; display: block; border-radius: 12px; }
.gallery img { height: auto; max-height: 640px; width: auto; max-width: min(420px, 100%); object-fit: contain; border-radius: 12px; background: #eef1f6; }
.gallery .hero-shot img { max-height: 720px; }
.lightbox { position: fixed; inset: 0; background: rgba(10, 20, 18, .88); z-index: 40; display: grid; place-items: center; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(960px, 100%); max-height: 86vh; border-radius: 12px; }
.lightbox-close { position: absolute; top: 16px; right: 20px; background: none; border: 0; color: #fff; font-size: 36px; cursor: pointer; }
.tour-box, .map-box { margin-top: 22px; }
.tour-box h2, .map-box h2 { margin: 0 0 8px; font-size: 20px; }
.tour-box iframe, .map-box iframe { width: 100%; height: 320px; border: 0; border-radius: 14px; background: #d5dce8; }
.ask-form { display: grid; gap: 8px; }
.ask-form label { display: grid; gap: 4px; font-size: 12px; font-weight: 700; color: #3d4a63; }
.ask-form input, .ask-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; font: inherit; }
.detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; }
.price-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 8px 0; }
.price-note { color: var(--muted); font-size: 13px; margin: 0 0 12px; }
.room-prices-head { margin: 0 0 4px; font-size: 20px; }
.room-prices-note { color: var(--muted); font-size: 13px; margin: 0 0 10px; }
.room-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; list-style: none; padding: 0; margin: 0 0 18px; }
.room-prices li { background: var(--soft); border-radius: 12px; padding: 12px; }
.room-prices span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 4px; line-height: 1.4; }
.room-prices b small { display: block; font-size: 11px; font-weight: 600; color: var(--muted); margin-top: 2px; }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; list-style: none; padding: 0; margin: 18px 0; }
.spec-grid li { padding: 0; }
.spec-grid span { display: block; color: var(--muted); font-size: 12px; margin-bottom: 2px; font-weight: 600; }
.spec-grid b { font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.35; }
.prose h2 { margin: 0 0 8px; font-size: 20px; }
.prose p { color: #3d4a63; line-height: 1.65; }
.ask { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; position: sticky; top: 88px; display: grid; gap: 10px; height: fit-content; }
.ask h3 { margin: 0; }
.ask p { margin: 0; color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 32px 0 64px; align-items: start; }
.form { display: grid; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checks { padding-left: 18px; color: #3d4a63; line-height: 1.7; }
.checks.excludes { color: #6b4a4a; }
.alert { padding: 10px 12px; border-radius: 10px; font-size: 14px; }
.alert.ok { background: #e7f6ee; color: #1b6b3a; }
.alert.err { background: #fdeeee; color: #a33; }
.kpr-result { background: var(--soft); border-radius: 18px; padding: 22px; }
.kpr-main { font-size: 36px; font-weight: 800; margin: 6px 0 16px; letter-spacing: -.6px; }
.kpr-main small { font-size: 16px; font-weight: 600; color: var(--muted); }

.foot { background: #00235d; color: #d5dce8; padding: 40px 0 24px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 24px; }
.foot a { display: block; margin: 6px 0; color: #b8c4db; font-size: 14px; }
.foot b { display: block; color: #fff; margin-bottom: 8px; }
.foot .brand { color: #fff; margin-bottom: 10px; }
.foot .brand-logo { height: 48px; background: #fff; border-radius: 10px; padding: 4px 8px; }
.copy { border-top: 1px solid #1a3d7a; margin-top: 24px; padding-top: 16px; font-size: 12px; color: #8a9bb8; }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quote-grid blockquote { margin: 0; background: var(--soft); border-radius: var(--radius); padding: 18px; }
.quote-grid p { margin: 0 0 12px; line-height: 1.55; }
.quote-grid cite { font-size: 13px; color: var(--muted); font-style: normal; font-weight: 700; }
.gallery-home { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery-home.gallery-page { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { margin: 0; border-radius: 16px; overflow: hidden; background: #eef1f6; box-shadow: 0 8px 24px rgba(15, 23, 42, .08); transition: transform .2s ease, box-shadow .2s ease; }
.gallery-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(15, 23, 42, .12); }
.gallery-shot { position: relative; padding: 0; border: 0; background: #111; cursor: zoom-in; display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.gallery-shot img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover .gallery-shot img { transform: scale(1.04); }
.gallery-card-overlay { position: absolute; inset: auto 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; padding: 42px 14px 14px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .72) 100%); color: #fff; text-align: left; }
.gallery-card-text { display: grid; gap: 3px; min-width: 0; }
.gallery-card-text strong { font-size: 14px; font-weight: 700; line-height: 1.35; }
.gallery-card-text span { font-size: 12px; line-height: 1.4; color: rgba(255, 255, 255, .88); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gallery-card-zoom { flex: 0 0 auto; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(255, 255, 255, .18); backdrop-filter: blur(4px); font-size: 15px; }
.gallery-page .gallery-shot { aspect-ratio: 16 / 10; }
.gallery-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.gallery-tabs a { padding: 10px 16px; border-radius: 999px; font-size: 14px; font-weight: 700; color: var(--muted); background: var(--soft); text-decoration: none; }
.gallery-tabs a.on { background: var(--brand); color: #fff; }
.gallery-group { margin-bottom: 32px; }
.gallery-group h2 { margin: 0 0 12px; font-size: 20px; color: var(--ink); }
.gallery-page-wrap .empty { margin-top: 8px; }
.stats { background: var(--brand-dark); color: #f4f6fb; padding: 36px 0; }
.stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: center; }
.stats b { display: block; font-size: 32px; color: var(--gold); }
.stats span { font-size: 13px; opacity: .85; }

.picks-bar { position: relative; z-index: 1; margin-top: -28px; margin-bottom: 8px; }
.split-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.split-pick a {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; display: grid; gap: 4px;
  box-shadow: 0 12px 28px rgba(18, 35, 31, .08);
}
.split-pick a:hover { border-color: var(--brand); }
.split-pick .eyebrow { color: var(--brand); margin: 0; }
.split-pick b { font-size: 18px; letter-spacing: -.3px; }
.split-pick p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.trust { background: var(--brand-dark); color: #f4f6fb; padding: 28px 0; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.trust b { display: block; margin-bottom: 4px; color: var(--gold); }
.trust p { margin: 0; font-size: 14px; line-height: 1.5; opacity: .9; }

.steps {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px;
}
.steps li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; display: grid; gap: 8px; align-content: start;
}
.steps b {
  width: 28px; height: 28px; border-radius: 999px;
  background: var(--brand); color: #fff;
  display: grid; place-items: center; font-size: 13px;
}
.steps span { color: #3d4a63; font-size: 14px; font-weight: 600; line-height: 1.4; }
.steps-page { margin: 0 0 8px; }
.steps-page strong { font-size: 15px; }
.steps-page span { font-weight: 500; color: var(--muted); }

.city-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.city-chips a {
  background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 7px 12px; font-size: 13px; font-weight: 600; color: #3d4a63;
}
.city-chips a.on, .city-chips a:hover { background: var(--brand); color: #fff; border-color: var(--brand); }

.ts-wrapper { width: 100%; }
.ts-wrapper .ts-control {
  border: 1px solid var(--line); border-radius: 10px; padding: 8px 10px;
  min-height: 44px; box-shadow: none; background: #fff;
}
.ts-wrapper.focus .ts-control { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(1, 49, 128, .12); }
.search .ts-wrapper .ts-control { border: 0; min-height: 42px; }
.ts-dropdown { border-radius: 11px; border-color: var(--line); font-size: 14px; }
.ts-dropdown .active { background: #e8eef8; color: var(--ink); }

.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 30;
  background: var(--wa); color: #fff; border-radius: 999px;
  padding: 12px 16px; font-weight: 800; font-size: 13px;
  box-shadow: 0 10px 24px rgba(37, 211, 102, .35);
}
.wa-float i { margin-right: 6px; }
.trust b i, .split-pick .eyebrow i { margin-right: 4px; }

@media (max-width: 980px) {
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 12px 16px 16px; flex-direction: column; align-items: stretch; gap: 12px; }
  .nav.open { display: flex; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .bar .btn.ghost { margin-left: 0; }
  .search { grid-template-columns: 1fr; }
  .picks-bar { margin-top: 16px; }
  .grid, .why-grid, .quote-grid, .gallery-home, .stats-row, .split-pick, .trust-row, .steps, .scheme-flow, .room-prices { grid-template-columns: 1fr 1fr; }
  .gallery-home.gallery-page { grid-template-columns: 1fr 1fr; }
  .scheme-row { grid-template-columns: 1fr 1fr; }
  .listing-layout, .detail-grid, .split, .cta-box, .foot-grid { grid-template-columns: 1fr; }
  .filters, .ask { position: static; }
  .gallery img { max-width: 100%; max-height: 520px; }
}
@media (max-width: 560px) {
  .grid, .why-grid, .quote-grid, .gallery-home, .gallery-home.gallery-page, .stats-row, .split-pick, .trust-row, .steps, .scheme-flow, .scheme-row, .room-prices { grid-template-columns: 1fr; }
  .bar .btn.ghost { display: none; }
}
