:root {
  --ink: #101724;
  --muted: #657083;
  --brand: #0a7f86;
  --brand-dark: #075f66;
  --blue: #0f6fd9;
  --coral: #ff6b4a;
  --sun: #ffc857;
  --sand: #fff5e7;
  --sky: #eaf8ff;
  --white: #fff;
  --line: #e5e9f0;
  --danger: #b84135;
  --shadow: 0 22px 55px rgba(16, 23, 36, .13);
}

* { box-sizing: border-box; }
html {
  background: #f7fafc;
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  background: transparent;
  color: var(--ink);
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: .035em;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body::before {
  background:
    url("/assets/hero-balcony.jpg") center center / cover no-repeat;
  content: "";
  inset: 0;
  opacity: .18;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6,
.brand strong,
.section-heading h2,
.listing-head h2,
.offer-card h3,
.panel-card h2,
.field label,
.label,
.panel-table th,
.quick-facts strong,
.price strong {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
}
.brand small,
.eyebrow,
.site-nav,
.button,
.field label,
.label,
.panel-table th,
.card-type,
.special-kicker,
.booking-label,
.result-pill {
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-splash {
  align-items: center;
  animation: splash-hide 1.55s ease forwards;
  background: radial-gradient(circle at center, #fffdf7, #f3ead6);
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  z-index: 120;
}
.site-splash img {
  animation: splash-logo .9s ease both;
  max-width: min(330px, 72vw);
}
@keyframes splash-hide {
  0%, 72% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}
@keyframes splash-logo {
  from { opacity: 0; transform: translateY(14px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.site-header {
  align-items: center;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(16,23,36,.08);
  box-shadow: 0 8px 28px rgba(16,23,36,.06);
  display: flex;
  height: 76px;
  justify-content: space-between;
  padding: 0 max(calc((100% - 1220px) / 2), 24px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: flex; gap: 13px; }
.brand-logo {
  height: 62px;
  object-fit: contain;
  width: 190px;
}
.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--brand), var(--blue));
  border-radius: 18px;
  box-shadow: 0 13px 26px rgba(10,127,134,.28);
  color: var(--white);
  display: flex;
  font-family: Georgia, serif;
  font-size: 29px;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.brand strong { display: block; font-size: 23px; letter-spacing: -.04em; }
.brand small { color: var(--muted); display: block; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; }
.site-nav { align-items: center; display: flex; gap: 30px; font-size: 15px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.site-nav a {
  padding: 9px 0;
  position: relative;
}
.site-nav a::after {
  background: currentColor;
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
  width: 100%;
}
.site-nav a:hover::after,
.site-nav a:first-child::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-nav a:hover { color: var(--brand); }
.app { min-height: calc(100vh - 220px); overflow: visible; }

.hero {
  color: var(--white);
  display: grid;
  min-height: 670px;
  place-items: center;
  position: relative;
  text-align: center;
}
.hero-resort {
  background:
    linear-gradient(110deg, rgba(6,48,58,.78), rgba(18,90,128,.42)),
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.24), transparent 24%);
  isolation: isolate;
}
.hero-resort::before,
.hero-resort::after {
  background: rgba(255,255,255,.16);
  border-radius: 999px;
  content: "";
  position: absolute;
}
.hero-resort::before { height: 220px; right: -70px; top: 120px; width: 220px; }
.hero-resort::after { bottom: 70px; height: 130px; left: 7%; width: 130px; }
.hero-overlay {
  background:
    linear-gradient(0deg, rgba(16,23,36,.34), rgba(16,23,36,.06)),
    rgba(5, 96, 112, .20);
  inset: 0;
  position: absolute;
}
.hero-content { max-width: 980px; padding: 86px 20px 120px; position: relative; z-index: 1; }
.eyebrow {
  color: var(--coral);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .28em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--sun); }
.hero h1 {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(44px, 7vw, 78px);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: 1.04;
  margin: 0 auto 20px;
  max-width: 840px;
  text-transform: uppercase;
}
.hero p {
  color: rgba(255,255,255,.92);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.7;
  margin: 0 auto 34px;
  max-width: 720px;
}
.hero-search {
  align-items: end;
  background: rgba(255,255,255,.96);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(16,23,36,.26);
  color: var(--ink);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(210px, 1.4fr) minmax(160px, .8fr) minmax(120px, .55fr) auto;
  margin: 0 auto;
  max-width: 980px;
  padding: 16px;
  text-align: left;
}
.hero-search label,
.filter-bar label {
  color: var(--muted);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.hero-search input,
.hero-search select,
.filter-bar input,
.filter-bar select {
  background: #f8fbff;
  border: 1px solid #d9e2ef;
  border-radius: 15px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 14px;
}
.search-button { min-height: 52px; white-space: nowrap; }
.button {
  align-items: center;
  background: linear-gradient(135deg, var(--brand), var(--blue));
  border: 0;
  border-radius: 14px;
  box-shadow: 0 15px 28px rgba(10,127,134,.22);
  color: var(--white);
  display: inline-flex;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  letter-spacing: .06em;
  padding: 15px 25px;
  text-transform: uppercase;
  transition: filter .2s ease, transform .2s ease;
}
.button:hover { filter: brightness(.96); transform: translateY(-1px); }
.button.secondary { background: #fff; border: 1px solid rgba(10,127,134,.35); box-shadow: none; color: var(--brand-dark); }
.button.light { background: var(--white); color: var(--brand); }
.button.danger { background: transparent; border: 1px solid #e7bcb4; box-shadow: none; color: var(--danger); padding: 9px 13px; }
.button.small { border-radius: 11px; font-size: 14px; padding: 10px 14px; }
.button:disabled { cursor: progress; opacity: .65; transform: none; }

.section { background: rgba(255,255,255,.92); margin: 0 auto; max-width: 1260px; padding: 70px 24px; }
#oferty,
#apartamenty,
#udogodnienia,
#kontakt {
  scroll-margin-top: 96px;
}
.section-heading { margin-bottom: 38px; text-align: center; }
.section-heading h2,
.listing-head h2 {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: clamp(34px, 4.5vw, 50px);
  font-weight: 900;
  letter-spacing: .045em;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.section-heading p,
.listing-head p { color: var(--muted); font-size: 17px; font-weight: 650; letter-spacing: .03em; margin: 0; }
.special-section { padding-top: 34px; }
.special-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 330px;
}
.special-grid.special-count-1 {
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
}
.special-grid.special-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.special-tile {
  color: #fff;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}
.special-count-1 .special-tile { min-height: 430px; }
.special-count-1 .special-content strong { font-size: clamp(34px, 5vw, 58px); max-width: 720px; }
.special-count-1 .special-content small { font-size: 18px; }
.special-tile img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform .45s ease;
  width: 100%;
}
.special-tile:hover img { transform: scale(1.06); }
.special-shade {
  background: linear-gradient(180deg, rgba(16,23,36,.12), rgba(16,23,36,.76));
  inset: 0;
  position: absolute;
}
.special-content {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  left: 0;
  padding: 34px 24px;
  position: absolute;
  right: 0;
  text-align: center;
}
.special-kicker {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  padding: 7px 12px;
}
.special-content strong { font-size: clamp(24px, 3vw, 34px); font-weight: 900; letter-spacing: .04em; line-height: 1.12; text-shadow: 0 2px 20px rgba(0,0,0,.35); text-transform: uppercase; }
.special-content small { color: rgba(255,255,255,.9); font-size: 15px; font-weight: 750; }
.special-content em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2em;
  margin-top: 4px;
  text-transform: uppercase;
}
.special-empty { min-height: 260px; place-content: center; }
.special-grid.is-rotating .special-tile {
  animation: specialFade .45s ease;
}
@keyframes specialFade {
  from { opacity: .72; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.listing-section { border-radius: 34px; padding-top: 40px; }
.listing-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}
.result-pill {
  background: var(--sand);
  border-radius: 999px;
  color: #9a5c13;
  font-weight: 850;
  padding: 12px 18px;
}
.filter-bar {
  align-items: end;
  background: linear-gradient(135deg, #fff, #f6fbff);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(16,23,36,.08);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 1.4fr) minmax(150px, .7fr) minmax(130px, .5fr) auto;
  margin-bottom: 30px;
  padding: 16px;
}
.offer-grid { display: grid; gap: 30px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.offer-card {
  background: var(--white);
  border: 1px solid rgba(16,23,36,.08);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(16,23,36,.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}
.card-image { display: block; overflow: hidden; position: relative; }
.card-image img { aspect-ratio: 1.45; object-fit: cover; transition: transform .35s ease; width: 100%; }
.offer-card:hover .card-image img { transform: scale(1.05); }
.card-type {
  background: rgba(255,255,255,.92);
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  padding: 8px 12px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  top: 14px;
}
.card-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.offer-card h3 { font-size: 24px; line-height: 1.18; margin: 0 0 12px; }
.location { color: var(--muted); font-size: 14px; margin: 0 0 10px; }
.amenity-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 17px; }
.amenity-chips span {
  background: #f1f8fa;
  border-radius: 999px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 750;
  padding: 7px 10px;
}
.quick-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: auto 0 0;
  padding: 14px 0 0;
}
.quick-facts li { color: var(--muted); display: flex; flex-direction: column; font-size: 12px; gap: 2px; }
.quick-facts strong { color: var(--ink); font-size: 20px; }
.card-bottom { align-items: center; display: flex; justify-content: space-between; margin-top: 18px; }
.price { font-size: 14px; font-weight: 750; }
.price strong { color: var(--brand-dark); font-size: 28px; }
.price small { color: var(--muted); font-weight: 650; margin-left: 3px; }
.empty {
  align-items: center;
  background: linear-gradient(135deg, var(--sand), var(--sky));
  border-radius: 24px;
  color: var(--muted);
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  padding: 54px 25px;
  text-align: center;
}
.empty h3 { color: var(--ink); margin: 0 0 8px; }

.amenity-band { background: rgba(246,251,255,.84); }
.amenity-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.amenity {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(16,23,36,.06);
  display: flex;
  gap: 13px;
  min-height: 78px;
  padding: 16px;
}
.amenity-icon { color: var(--coral); font-size: 28px; min-width: 38px; text-align: center; }

.page-hero {
  background:
    linear-gradient(110deg, rgba(255,255,255,.86), rgba(255,245,231,.70));
  padding: 58px 24px;
}
.offer-hero { border-bottom: 1px solid var(--line); }
.page-hero > div { margin: auto; max-width: 1190px; }
.page-hero h1 { font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif; font-size: clamp(36px, 5vw, 58px); font-weight: 900; letter-spacing: .045em; line-height: 1.08; margin: 12px 0; text-transform: uppercase; }
.page-hero p { color: var(--muted); font-size: 18px; margin: 0; }
.details-layout { display: grid; gap: 42px; grid-template-columns: minmax(0, 1fr) 380px; margin: auto; max-width: 1190px; padding: 42px 24px 78px; }
.offer-gallery { display: grid; gap: 14px; }
.gallery-main { aspect-ratio: 1.65; border-radius: 26px; box-shadow: var(--shadow); object-fit: cover; width: 100%; }
.gallery-thumbs { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)); }
.gallery-thumb {
  background: #fff;
  border: 3px solid transparent;
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(16,23,36,.08);
  padding: 0;
  overflow: hidden;
}
.gallery-thumb.active { border-color: var(--brand); }
.gallery-thumb img { aspect-ratio: 1.45; height: 100%; object-fit: cover; width: 100%; }
.details-stat-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin: 20px 0 0; }
.details-stat-grid span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  color: var(--muted);
  padding: 14px;
}
.details-stat-grid strong { color: var(--ink); display: block; font-size: 22px; }
.description { color: #3d4656; font-size: 17px; line-height: 1.75; margin: 34px 0; }
.feature-list { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.booking-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: var(--shadow);
  height: max-content;
  padding: 26px;
  position: sticky;
  top: 104px;
}
.booking-label {
  color: var(--coral);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.booking-box .price { border-bottom: 1px solid var(--line); display: block; margin-bottom: 22px; padding-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field label, .label { color: #465166; font-size: 14px; font-weight: 750; }
.field input, .field select, .field textarea {
  background: #fff;
  border: 1px solid #d5dce6;
  border-radius: 14px;
  min-height: 48px;
  padding: 11px 12px;
  width: 100%;
}
.field textarea { min-height: 116px; resize: vertical; }
.row { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); }
.notice { background: #edf9f7; border-left: 4px solid var(--brand); border-radius: 14px; color: #285b5f; font-size: 14px; line-height: 1.55; margin: 20px 0; padding: 13px; }
.error { background: #fff0ed; border-left: 4px solid var(--danger); border-radius: 14px; color: var(--danger); margin: 15px 0; padding: 13px; }
.success { background: #effaf1; border-left: 4px solid #27814c; border-radius: 14px; color: #20683c; margin: 15px 0; padding: 13px; }

.form-page { margin: auto; max-width: 830px; padding: 54px 24px 78px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: clamp(24px, 5vw, 42px); }
.form-card h1, .form-card h2 { font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif; font-size: 36px; font-weight: 900; letter-spacing: .04em; margin: 0 0 10px; text-transform: uppercase; }
.checkbox { align-items: center; display: flex; gap: 10px; margin: 16px 0; }
.checkbox input { accent-color: var(--brand); height: 19px; width: 19px; }
.payment-card { max-width: 780px; }
.payment-choice-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  margin-top: 22px;
  text-transform: uppercase;
}
.payment-method {
  background: linear-gradient(135deg, #fff, #f5fbff);
  border: 2px solid var(--line);
  border-radius: 24px;
  margin: 24px 0;
  padding: 22px;
}
.payment-method.selected {
  border-color: var(--brand);
  box-shadow: 0 16px 38px rgba(10,127,134,.12);
}
.payment-method-head {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.payment-method-head strong { display: block; font-size: 22px; }
.payment-method-head small { color: var(--muted); display: block; font-size: 13px; margin-top: 4px; }
.blik-logo {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}
.blik-logo-image {
  border-radius: 16px;
  box-shadow: 0 10px 18px rgba(16,23,36,.16);
  display: block;
  height: 58px;
  object-fit: cover;
  width: 92px;
}
#blikCode {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .28em;
  text-align: center;
}
.payment-button { width: 100%; }
.transfer-logo {
  align-items: center;
  background: linear-gradient(135deg, #111827, #2a3345);
  border-radius: 16px;
  box-shadow: 0 10px 18px rgba(16,23,36,.16);
  color: #f5d47f;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 20px;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  letter-spacing: .05em;
  width: 92px;
}
.payment-unavailable {
  background: #f6f7f9;
  border: 1px dashed #cbd3df;
  border-radius: 14px;
  color: var(--muted);
  font-weight: 900;
  margin: 14px 0;
  padding: 14px;
  text-transform: uppercase;
}
.transfer-details {
  background: #fffaf0;
  border: 1px solid #ead8ac;
  border-radius: 18px;
  color: #3d3320;
  margin: 14px 0 18px;
  padding: 18px;
}
.transfer-details p { color: #62553b; line-height: 1.55; margin: 0 0 14px; }
.transfer-details dl { display: grid; gap: 10px; margin: 0; }
.transfer-details div {
  border-top: 1px solid rgba(143,111,45,.18);
  display: grid;
  gap: 10px;
  grid-template-columns: 150px 1fr;
  padding-top: 10px;
}
.transfer-details dt { color: #8f6f2d; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.transfer-details dd { font-weight: 900; margin: 0; overflow-wrap: anywhere; }
.payment-pending {
  background: #effaf1;
  border-left: 4px solid #25a84f;
  border-radius: 14px;
  color: #236239;
  margin: 15px 0;
  padding: 13px;
}
.payment-alert {
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(128,19,19,.28);
  font-weight: 800;
  line-height: 1.45;
  margin: 15px 0;
  padding: 12px 46px 12px 16px;
  position: relative;
}
.payment-alert.rejected {
  background: linear-gradient(180deg, #c92121, #971111);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
}
.payment-alert-close {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.72);
  font-size: 28px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 6px;
}
.payment-modal-backdrop {
  align-items: center;
  background: rgba(16,23,36,.42);
  backdrop-filter: blur(7px);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 80;
}
.payment-modal {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(16,23,36,.32);
  max-width: 560px;
  padding: 32px;
  text-align: center;
}
.payment-check {
  align-items: center;
  background: #22c55e;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 62px;
  font-weight: 900;
  height: 112px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 22px;
  width: 112px;
}
.payment-error-icon {
  align-items: center;
  background: #c92121;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 62px;
  font-weight: 900;
  height: 112px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 22px;
  width: 112px;
}
.payment-modal h2 {
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: .045em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.payment-modal p {
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 450px;
}
.payment-modal-processing {
  max-width: 470px;
  padding: 38px 32px;
}
.payment-modal-processing h2 {
  margin-top: 18px;
}
.payment-modal-processing p {
  color: #354052;
  font-size: 16px;
  margin-bottom: 0;
}
.payment-spinner {
  animation: payment-spin .9s linear infinite;
  border: 8px solid #dbeafe;
  border-top-color: var(--brand);
  border-radius: 50%;
  display: inline-block;
  height: 86px;
  width: 86px;
}
@keyframes payment-spin {
  to { transform: rotate(360deg); }
}

.panel-shell { background: linear-gradient(180deg, #f7fbff, #fff7eb); min-height: calc(100vh - 82px); padding: 42px 24px 72px; }
.login-card { margin: 32px auto; max-width: 500px; }
.dashboard { margin: auto; max-width: 1260px; }
.dashboard-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 30px; }
.dashboard-head h1 { font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif; font-size: 42px; font-weight: 900; letter-spacing: .045em; margin: 0 0 7px; text-transform: uppercase; }
.dashboard-head p { color: var(--muted); margin: 0; }
.panel-grid { display: grid; gap: 26px; grid-template-columns: 440px 1fr; }
.panel-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 40px rgba(16,23,36,.07); padding: 24px; }
.panel-card h2 { font-size: 22px; margin: 0 0 22px; }
.panel-divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 26px 0;
}
.settings-form {
  background: linear-gradient(135deg, #fff, #fff8ec);
  border: 1px solid #f0dfb8;
  border-radius: 18px;
  margin-bottom: 8px;
  padding: 16px;
}
.tag-list { display: flex; flex-wrap: wrap; gap: 9px 13px; margin: 11px 0 18px; }
.tag-list label { align-items: center; color: #3d4656; display: flex; font-size: 14px; gap: 6px; }
.panel-table { border-collapse: collapse; font-size: 14px; margin-bottom: 32px; width: 100%; }
.panel-table th { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.panel-table td, .panel-table th { border-bottom: 1px solid #eef1f5; padding: 12px 7px; vertical-align: middle; }
.panel-table strong { display: block; }
.table-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.badge { background: #eaf8f5; border-radius: 20px; color: var(--brand-dark); display: inline-block; font-size: 12px; padding: 5px 9px; }
.badge.draft { background: #f1f3f6; color: var(--muted); }
.photo-preview-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}
.photo-preview-card {
  background: var(--sand);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.photo-preview-card img { aspect-ratio: 1.45; height: 100%; object-fit: cover; width: 100%; }
.photo-preview-card span {
  background: rgba(16,23,36,.74);
  border-radius: 999px;
  bottom: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  left: 8px;
  letter-spacing: .08em;
  padding: 5px 8px;
  position: absolute;
  text-transform: uppercase;
}
.photo-hint { color: var(--muted); display: block; font-size: 12px; line-height: 1.45; margin-top: 6px; }
.site-footer {
  background: #0b1c2c;
  color: #dfe8f3;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 46px max(calc((100% - 1190px) / 2), 24px);
}
.site-footer p { color: #aebacc; margin: 9px 0; }
.site-footer a { color: #fff; }
.contact-section { border-radius: 34px 34px 0 0; }
.contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: auto;
  max-width: 860px;
}
.contact-card {
  background: linear-gradient(135deg, #fff, #fff7e8);
  border: 1px solid #ead8ac;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(16,23,36,.08);
  padding: 28px;
}
.contact-card span {
  color: #8f6f2d;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-card strong { font-size: 22px; overflow-wrap: anywhere; }
.terms-page {
  background: #101010;
  color: #f5f5f5;
  padding: 56px 24px 84px;
}
.terms-card {
  margin: auto;
  max-width: 920px;
}
.terms-card h1 {
  color: #fff;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: .03em;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.terms-card h2 {
  color: #fff;
  font-size: 24px;
  margin: 34px 0 12px;
}
.terms-card p,
.terms-card li {
  color: #e5e5e5;
  font-weight: 650;
  letter-spacing: .015em;
  line-height: 1.65;
}
.terms-card ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 24px;
}
.terms-card a { color: #f2d083; }
.loader { color: var(--muted); padding: 60px 24px; text-align: center; }

@media (max-width: 1050px) {
  .hero-search, .filter-bar { grid-template-columns: 1fr 1fr; }
  .search-button, #clear-filters { min-height: 52px; }
  .offer-grid, .amenity-grid, .special-grid { grid-template-columns: repeat(2, 1fr); }
  .details-layout, .panel-grid { grid-template-columns: 1fr; }
  .booking-box { position: static; }
}
@media (max-width: 720px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 14px; height: auto; padding: 15px 18px; }
  .site-nav { gap: 12px; width: 100%; }
  .site-nav a { font-size: 12px; }
  .hero { min-height: 650px; }
  .hero-content { padding: 60px 16px 115px; }
  .brand-logo { width: 170px; }
  .hero-search, .filter-bar, .offer-grid, .amenity-grid, .special-grid, .feature-list, .row, .details-stat-grid, .contact-grid { grid-template-columns: 1fr; }
  .transfer-details div { grid-template-columns: 1fr; }
  .section { padding: 54px 16px; }
  .listing-head, .dashboard-head, .site-footer { align-items: flex-start; flex-direction: column; }
  .details-layout, .page-hero, .form-page, .panel-shell { padding-left: 16px; padding-right: 16px; }
  .panel-card { overflow-x: auto; }
}
