:root {
  --bg: #f3f6fc;
  --card: #ffffff;
  --text: #141b31;
  --muted: #5f6d8d;
  --primary: #2e6cf6;
  --line: #dfe6f5;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: linear-gradient(180deg, #f8faff 0%, #f2f6fc 100%); color: var(--text); }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.top-strip { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; font-size: 13px; color: var(--muted); }
.lang-wrap { display: flex; gap: 8px; }
.lang-btn { border: 1px solid #d7e0f3; background: #fff; padding: 5px 10px; border-radius: 999px; cursor: pointer; color: #3d4a6d; }
.lang-btn.is-active { background: #e9f0ff; border-color: #b7cbff; color: #1f4ab8; }
.site-header { position: sticky; top: 0; z-index: 99; background: #ffffffeb; backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; }
.brand img { height: 44px; }
nav { display: flex; align-items: center; gap: 17px; font-weight: 600; font-size: 14px; }
.nav-muted { color: #5b6889; }
.btn { background: linear-gradient(135deg, #2e6cf6, #4e8bff); color: #fff; border: 0; padding: 11px 16px; border-radius: 12px; font-weight: 700; cursor: pointer; box-shadow: 0 10px 20px #2e6cf62b; }
.btn-sm { padding: 9px 14px; font-size: 14px; }
.btn-outline { background: #fff; color: var(--primary); border: 1px solid #b6cbff; box-shadow: none; }
.hero { padding: 36px 0 26px; }
.hero-wrap h1 { font-size: clamp(30px, 4.6vw, 48px); margin: 0; line-height: 1.14; max-width: 920px; font-weight: 700; }
.lead { color: var(--muted); font-size: 17px; max-width: 900px; line-height: 1.65; margin: 14px 0 20px; }
.search-box { background: var(--card); border: 1px solid var(--line); border-radius: 18px; display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr auto; gap: 10px; padding: 14px; box-shadow: 0 12px 30px #1d3f7a12; }
.search-box label { display: block; font-size: 12px; color: #6e7da1; margin-bottom: 6px; font-weight: 600; }
.search-cta { display: flex; align-items: end; }
input, select, textarea { width: 100%; padding: 11px 12px; border-radius: 10px; border: 1px solid #d7e0f3; background: #fff; color: #1f2b47; font-size: 14px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 12px; margin-top: 18px; }
.trust-row div { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.trust-row strong { font-size: 20px; display: block; }
.trust-row span { color: var(--muted); font-size: 13px; }
.section { padding: 28px 0; }
.section-soft { background: #eef4ff; border-top: 1px solid #e0e9fa; border-bottom: 1px solid #e0e9fa; }
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; }
h1, h2 { margin: 0; }
h2 { font-size: clamp(24px, 4vw, 34px); }
.pill { background: #edf3ff; border: 1px solid #d2e1ff; color: #335aa8; padding: 7px 12px; border-radius: 999px; font-size: 13px; }
.grid { display: grid; gap: 16px; }
.cards { grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
.card { background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; transition: .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 35px #233f7717; }
.card img { width: 100%; height: 170px; object-fit: cover; }
.card-body { padding: 14px; }
.card h3 { margin: 0 0 8px; font-size: 19px; }
.card p { margin: 0 0 8px; color: var(--muted); }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; }
.care-grid { grid-template-columns: repeat(3, 1fr); }
.care-grid p { color: var(--muted); }
.search-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-bottom: 20px; }
.benefit-grid { grid-template-columns: repeat(3, 1fr); }
.benefit-grid p { color: var(--muted); line-height: 1.6; }
.app-strip { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.qr { width: 130px; height: 130px; border: 1px solid #d9e4fb; border-radius: 10px; }
.detail-layout { display: grid; grid-template-columns: 1.5fr .8fr; gap: 16px; }
.detail-main .cover { width: 100%; max-height: 420px; object-fit: cover; border-radius: 12px; margin-bottom: 10px; }
.thumb-row { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 12px; }
.thumb { width: 90px; height: 64px; object-fit: cover; border-radius: 8px; border: 2px solid transparent; cursor: pointer; }
.thumb.is-active { border-color: #2e6cf6; }
.main-content .muted { color: var(--muted); }
.inline-kpis { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 10px; margin: 14px 0; }
.inline-kpis div { background: #f7faff; border: 1px solid #dce8ff; border-radius: 12px; padding: 10px; }
.inline-kpis strong { display: block; }
.inline-kpis span { color: var(--muted); font-size: 13px; }
.cta-row { display: flex; gap: 10px; margin-top: 10px; }
.detail-side h3 { margin: 0 0 8px; }
.detail-side p, .detail-side li { color: var(--muted); line-height: 1.55; }
.gallery { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.gallery img { width: 100%; border-radius: 12px; object-fit: cover; cursor: zoom-in; }
.info-grid { grid-template-columns: repeat(3, 1fr); }
.info-grid p { color: var(--muted); line-height: 1.6; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { background: #f0f5ff; border: 1px solid #d8e3fb; padding: 8px 12px; border-radius: 999px; color: #49618f; }
.auth-wrap { display: grid; place-items: center; min-height: 62vh; }
.auth { width: min(560px, 100%); }
.auth h1 { margin: 0 0 8px; font-size: 34px; }
.auth p { color: var(--muted); margin: 0 0 14px; }
.auth label { display: block; font-size: 14px; color: #4f618a; margin-bottom: 6px; }
.auth input { margin-bottom: 12px; }
.auth ul.errorlist { list-style: none; padding: 0; margin: 0 0 8px; color: #ce3850; }
.auth-note { margin-top: 10px; color: #6678a3; }
.auth-note a { color: var(--primary); font-weight: 600; }
.booking-panel { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.inline-form { display: flex; gap: 8px; min-width: 320px; }
.modal { position: fixed; inset: 0; background: #06112d66; display: none; align-items: center; justify-content: center; z-index: 120; padding: 14px; }
.modal.is-open { display: flex; }
.modal-card { width: min(460px, 96%); background: #fff; border-radius: 16px; padding: 18px; position: relative; border: 1px solid #d9e5fb; box-shadow: 0 30px 80px #0000002b; }
.lightbox-card { width: min(920px, 96%); }
.lightbox-card img { width: 100%; border-radius: 12px; max-height: 78vh; object-fit: contain; }
.modal-close { position: absolute; right: 10px; top: 8px; border: none; background: transparent; font-size: 28px; cursor: pointer; color: #7381a2; }
.modal-form { display: grid; gap: 8px; }
.modal-form .btn { margin-top: 6px; }
.modal-form label { font-size: 13px; color: #506186; font-weight: 600; }
.pricing-box { background: #f3f7ff; border: 1px solid #d9e6ff; border-radius: 10px; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
.pricing-box span { color: var(--muted); }
.sticky-book-bar { position: sticky; bottom: 0; background: #ffffffef; border-top: 1px solid #dce6fa; backdrop-filter: blur(8px); }
.sticky-wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 0; }
.sticky-wrap span { color: var(--muted); }
.alerts { margin-top: 12px; }
.alert { background: #eff5ff; border: 1px solid #d6e3ff; border-radius: 10px; padding: 10px; color: #2f4f86; }
.site-footer { border-top: 1px solid var(--line); margin-top: 40px; padding: 30px 0 10px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 24px; }
.footer-grid p, .footer-grid a { color: var(--muted); display: block; margin-bottom: 7px; }
.footer-logo { height: 38px; margin-bottom: 8px; }
.socials { display: flex; gap: 8px; }
.socials a { width: 30px; height: 30px; border-radius: 50%; border: 1px solid #d4e0f8; display: grid; place-items: center; color: #4e6494; font-size: 13px; }
.footer-bottom { border-top: 1px solid #e6edfa; padding-top: 12px; margin-top: 14px; color: #7d8aa8; font-size: 13px; }

@media (max-width: 1080px) {
  .search-box { grid-template-columns: 1fr 1fr 1fr; }
  .care-grid, .detail-layout, .benefit-grid, .info-grid, .footer-grid { grid-template-columns: 1fr; }
  .search-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .search-box, .search-grid { grid-template-columns: 1fr; }
  nav a:not(.btn) { display: none; }
  .trust-row, .inline-kpis { grid-template-columns: 1fr; }
  .app-strip, .sticky-wrap, .booking-panel { flex-direction: column; align-items: flex-start; }
  .inline-form { min-width: 100%; }
}


.socials a svg { width: 15px; height: 15px; fill: currentColor; }
.compare-bar { position: fixed; left: 0; right: 0; bottom: 16px; display: none; z-index: 110; }
.compare-bar.is-visible { display: block; }
.compare-wrap { background: #0f1a3d; color: #fff; border-radius: 14px; padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 18px 45px #111c3a66; }
.card-selectable .compare-check { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4f618a; padding: 0 14px 12px; }
.compare-table { overflow-x: auto; }
.compare-row { display: grid; grid-template-columns: 220px repeat(3, minmax(220px, 1fr)); border-bottom: 1px solid #e4ebfa; }
.compare-row > div { padding: 12px; }
.compare-row.header { background: #f3f7ff; font-weight: 700; }
.legal-page p { color: var(--muted); line-height: 1.7; }
.availability-grid { grid-template-columns: repeat(4, 1fr); }
.availability-card { background: #fff; border: 1px solid #dde7fb; border-radius: 12px; padding: 12px; }
.availability-card strong { display: block; margin-bottom: 4px; }
@media (max-width: 1080px) {
  .compare-row { grid-template-columns: 180px repeat(3, minmax(200px, 1fr)); }
  .availability-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .availability-grid { grid-template-columns: 1fr; }
}

.two-col { grid-template-columns: 1fr 1fr; }
.stack { display: grid; gap: 12px; }
.empty-state p { color: var(--muted); margin: 8px 0 14px; }
