/* Icon utilities + subtle UI polish (existing palette only) */

.i,
[class^="iconoir-"],
[class*=" iconoir-"] {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  vertical-align: -0.12em;
}

.ti {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  flex-shrink: 0;
  vertical-align: -0.12em;
  font-size: 1.15em;
  line-height: 1;
}

.btn .ti,
.btn [class^="iconoir-"] {
  margin-right: 0.35em;
}

.site-header__phone .ti {
  opacity: 0.9;
}

.quick-search__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quick-search__fields .quick-search__label {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.quick-search__field span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.quick-search__field [class^="iconoir-"] {
  width: 14px;
  height: 14px;
  color: var(--cta);
}

.section-head {
  display: grid;
  justify-items: center;
  gap: 20px;
  margin-bottom: 12px;
}

.section-head .section-title {
  margin: 0;
}

.section-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(23, 146, 162, 0.1);
  border: 1px solid rgba(23, 146, 162, 0.16);
  color: var(--cta);
}

.section-head__icon [class^="iconoir-"],
.section-head__icon .ti {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.stat-card:hover {
  transform: translateY(-2px);
  border-color: rgba(23, 146, 162, 0.32);
  box-shadow: 0 12px 32px rgba(41, 54, 73, 0.08);
}

.stat-card:focus-within {
  border-color: rgba(23, 146, 162, 0.35);
  box-shadow: 0 0 0 3px rgba(23, 146, 162, 0.1);
}

.stat-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(23, 146, 162, 0.1);
  color: var(--cta);
}

.stat-card__icon [class^="iconoir-"],
.stat-card__icon .ti {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.rooms-home__filter {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rooms-home__filter [class^="iconoir-"],
.rooms-home__filter .ti {
  width: 16px;
  height: 16px;
  font-size: 16px;
  opacity: 0.9;
}

.rooms-home__more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.room-card-tz__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.room-card-tz__meta [class^="iconoir-"] {
  width: 14px;
  height: 14px;
  color: var(--cta);
}

.offer-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.offer-card__badge [class^="iconoir-"] {
  width: 14px;
  height: 14px;
}

.dish-card {
  position: relative;
}

.dish-card__icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(41, 54, 73, 0.12);
}

.dish-card__icon [class^="iconoir-"] {
  width: 20px;
  height: 20px;
}

.excursions__point .ti {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.excursions__point:hover,
.excursions__point:focus-visible {
  transform: scale(1.06);
}

.excursions__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.excursions__list [class^="iconoir-"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: var(--cta);
  flex-shrink: 0;
}

.excursions__list div {
  min-width: 0;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-chip:hover {
  border-color: rgba(23, 146, 162, 0.4);
  box-shadow: 0 8px 24px rgba(41, 54, 73, 0.08);
}

.contact-chip:active {
  transform: translateY(1px);
}

.contact-chip:focus-visible {
  outline: 2px solid var(--cta);
  outline-offset: 2px;
}

.contact-chip .ti,
.contact-chip [class^="iconoir-"] {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: var(--cta);
}

.contacts-home__parking {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contacts-home__parking [class^="iconoir-"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: var(--cta);
  flex-shrink: 0;
}

.trust-panel div {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.trust-panel [class^="iconoir-"],
.trust-panel .ti {
  width: 22px;
  height: 22px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.92);
}

.sticky-booking {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sticky-booking [class^="iconoir-"] {
  width: 18px;
  height: 18px;
}

.sticky-booking:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer .ti {
  width: 16px;
  height: 16px;
  font-size: 16px;
  opacity: 0.85;
}
