.villa26-page {
  padding: 24px 0 46px;
}

.villa26-container {
  margin-bottom: 14px;
}

.villa26-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 58, 104, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(380px 180px at 100% 0%, rgba(42, 137, 208, 0.24), transparent 70%),
    radial-gradient(280px 120px at 8% 14%, rgba(26, 186, 145, 0.16), transparent 70%),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 58%, #f7fcff 100%);
  box-shadow: 0 22px 48px rgba(17, 54, 99, 0.16);
  padding: 20px 22px;
}

.villa26-hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.villa26-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b718f;
  background: rgba(11, 113, 143, 0.12);
  border: 1px solid rgba(11, 113, 143, 0.22);
  border-radius: 999px;
  padding: 5px 11px;
}

.villa26-hero__count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #c7ddf2;
  background: rgba(255, 255, 255, 0.78);
  color: #1a4f78;
  padding: 6px 10px;
  white-space: nowrap;
}

.villa26-hero__count strong { font-size: 1rem; line-height: 1; font-weight: 900; }
.villa26-hero__count span { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; font-weight: 800; }

.villa26-hero__title {
  margin: 8px 0 0;
  color: #0b1d35;
  font-size: clamp(1.35rem, 1.08rem + 1vw, 2rem);
  font-weight: 900;
  line-height: 1.2;
}

.villa26-hero__desc {
  margin: 8px 0 0;
  color: #4a6584;
  font-size: 0.92rem;
  line-height: 1.5;
}

.villa26-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.villa26-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border: 1px solid #d1e3f4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f4d72;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 10px;
}

.villa26-page .solsearch {
  background: linear-gradient(165deg, #ffffff 0%, #f3f9ff 100%);
  border: 1px solid #d4e4f4;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(19, 55, 102, 0.12);
  padding: 16px 14px;
  position: sticky;
  top: 2px;
}

.villa26-page .solsearch h2 {
  margin: 0 0 12px;
  color: #10345a;
  font-size: 1.04rem;
  font-weight: 900;
}

.villa26-page .sol-title {
  color: #305374;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.villa26-page .filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.villa26-page .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.73rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #d4e3f1;
  background: #ffffff;
  color: #244b6f;
}
.villa26-page .chip--cat { background: #edf6ff; border-color: #c8def3; }
.villa26-page .chip--region { background: #edfdf9; border-color: #cbece2; }
.villa26-page .chip--clear { background: #fff5f5; border-color: #f1d5d5; color: #7a2f2f; }
.villa26-page .chip--info { background: #f5f8fc; color: #557491; }

.villa26-page .filter-search { position: relative; margin-bottom: 10px; }
.villa26-page .filter-search i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d88a4;
  font-size: 12px;
}
.villa26-page .filter-search input {
  width: 100%;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #d5e4f3;
  background: #fff;
  color: #133a62;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 34px 0 31px;
}
.villa26-page .filter-search .clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid #d7e4f2;
  background: #f7fbff;
  color: #5a7691;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.villa26-page .list-group-item { border-radius: 10px; border: 1px solid #deebf7; background: #fff; color: #234c70; font-size: 0.82rem; font-weight: 700; padding: 8px 10px; }
.villa26-page .list-group-item + .list-group-item { margin-top: 6px; }
.villa26-page .list-group-item:hover { border-color: #c8def0; background: #f4f9ff; }
.villa26-page .list-group-item.active { border-color: #0f6eb2; background: linear-gradient(135deg, #0f67a5 0%, #0d7d95 100%); color: #fff; }
.villa26-page .list-group-item.active .badge { background: rgba(255,255,255,.18) !important; color: #fff; }
.villa26-page .villa26-filter-hidden { display: none !important; }
.villa26-page .villa26-daily-list { font-size: 13px; }
.villa26-page .villa26-daily-row { border-bottom: 1px dashed rgba(148,163,184,.45); }

@media (max-width: 991.98px) {
  .villa26-page .solsearch { position: static; top: auto; }
  .villa26-hero { padding: 16px 14px; }
  .villa26-hero__head { flex-wrap: wrap; }
}

.villa-result-2026 .vrs-card__form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 3px;
}
