/* Sales and arrival refinement - 2026-07-29 */
.hero-premium-notes {
  top: clamp(6.3rem, 12vh, 8.4rem) !important;
  right: clamp(1.5rem, 5vw, 5.5rem) !important;
  bottom: auto !important;
  z-index: 5 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 0.45rem 0.55rem !important;
  width: min(680px, calc(100% - 3rem));
  color: #fff;
  font-size: 0.66rem !important;
  line-height: 1.3;
  text-align: left !important;
}

.hero-premium-notes a {
  display: grid;
  gap: 0.16rem;
  min-width: 0;
  padding: 0.68rem 0.78rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  background: rgba(5, 30, 26, 0.58);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(14px);
}

.hero-premium-notes a strong {
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-premium-notes a span {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: none;
}

.hero-premium-notes > span {
  grid-column: 1 / -1;
  justify-self: end;
  margin: 0;
  padding: 0.2rem 0.1rem 0;
  color: rgba(255, 255, 255, 0.86);
}

.hero-premium-notes span::after {
  display: none !important;
}

.booking-panel {
  grid-template-columns: minmax(180px, 1.35fr) repeat(2, minmax(138px, 1fr)) minmax(105px, 0.75fr) minmax(168px, 1fr) !important;
}

.booking-panel .booking-stay-field {
  border-left: 2px solid rgba(215, 184, 110, 0.9);
}

.villas-section .section-heading {
  max-width: 980px;
}

.villa-card-content > a,
.product-detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  margin-top: 1rem;
  padding: 0.72rem 1rem;
  color: #fff !important;
  border: 1px solid #285c4e;
  border-radius: 4px;
  background: #285c4e;
  font-size: 0.7rem !important;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.villa-card-content > a:hover,
.product-detail-cta:hover {
  color: #173e35 !important;
  background: #d7b86e;
  border-color: #d7b86e;
}

.detail-panel {
  display: flex;
  flex-direction: column;
}

.detail-panel .product-detail-cta {
  margin-top: auto;
}

.property-info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.arrival-guide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.4rem, 3.5vw, 3rem) !important;
  border-radius: 4px !important;
  background: rgba(250, 249, 244, 0.96) !important;
}

.arrival-summary,
.arrival-route {
  min-width: 0;
}

.arrival-summary {
  padding-right: clamp(0rem, 2vw, 2rem);
  border-right: 1px solid rgba(38, 93, 79, 0.16);
}

.arrival-gps {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.15rem !important;
}

.arrival-gps strong {
  color: #173e35;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.arrival-gps code {
  width: fit-content;
  padding: 0.42rem 0.55rem;
  color: #173e35;
  border: 1px solid rgba(38, 93, 79, 0.16);
  border-radius: 3px;
  background: rgba(38, 93, 79, 0.06);
  font-size: 0.82rem;
}

.arrival-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.arrival-map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 0.9rem;
  border: 1px solid #285c4e;
  border-radius: 4px;
  font-size: 0.72rem;
  line-height: 1.2;
  text-align: center;
}

.arrival-map-waze {
  color: #fff !important;
  background: #285c4e;
}

.arrival-map-google {
  color: #285c4e !important;
  background: transparent;
}

.arrival-steps {
  display: grid !important;
  gap: 0 !important;
  margin: 1.1rem 0 0 !important;
  padding: 0 !important;
  list-style: none;
  counter-reset: arrival;
}

.arrival-steps li {
  display: grid;
  gap: 0.25rem;
  padding: 0.2rem 0 1rem 2.6rem !important;
  border-bottom: 1px solid rgba(38, 93, 79, 0.12);
}

.arrival-steps li + li {
  padding-top: 1rem !important;
}

.arrival-steps li:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0;
}

.arrival-steps li::before {
  content: counter(list-item) !important;
  top: 0.1rem !important;
  display: grid;
  place-items: center;
  width: 1.75rem !important;
  height: 1.75rem !important;
  color: #173e35;
  border: 1px solid #d7b86e;
  border-radius: 50%;
  background: #f4e5bd !important;
  font-size: 0.72rem;
  font-weight: 800;
}

.arrival-steps li + li::before {
  top: 1rem !important;
}

.arrival-steps strong {
  color: #173e35;
  font-size: 0.94rem;
}

.arrival-steps p {
  margin: 0 !important;
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 1100px) and (min-width: 821px) {
  .hero-premium-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(620px, calc(100% - 3rem));
  }

  .booking-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .booking-panel button {
    grid-column: 1 / -1;
    min-height: 52px;
  }
}

@media (max-width: 820px) {
  .hero-premium-notes {
    display: none !important;
  }

  .booking-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .booking-panel button {
    grid-column: 1 / -1;
    min-height: 52px;
  }

  .arrival-guide {
    grid-template-columns: 1fr;
  }

  .arrival-summary {
    padding-right: 0;
    padding-bottom: 1.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(38, 93, 79, 0.16);
  }
}

@media (max-width: 560px) {
  .booking-panel,
  .property-info-grid {
    grid-template-columns: 1fr !important;
  }

  .arrival-map-actions {
    display: grid;
  }

  .arrival-map-button {
    width: 100%;
  }
}