/* Homepage conversion polish: clear hierarchy, compact hero and mobile booking access. */
.homepage-booking-note {
  margin: .85rem 0 0;
  color: rgba(255,255,255,.94);
  font-size: .94rem;
}

.homepage-booking-note a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-architecture .hero-container {
  max-width: 43rem;
  padding-block: clamp(5.5rem, 13vh, 8.5rem) clamp(2rem, 4vw, 3.5rem);
}

.hero-architecture .lead { max-width: 38rem; }

.hero-architecture .hero-platform-actions { gap: .7rem; }

.trust-proof-grid .fact-card { display: none; }
.trust-proof-grid .fact-card:nth-child(1),
.trust-proof-grid .fact-card:nth-child(2),
.trust-proof-grid .fact-card:nth-child(4) { display: block; }

/* These two blocks duplicate the booking and Santa Teresa content above and were
   injected as Portuguese-only markup. Keeping one localized journey is clearer. */
#practical, #local-guide-preview { display: none; }

.room-specs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
}

.room-specs li {
  margin: 0;
  padding: .35rem .55rem;
  border: 1px solid rgba(71, 54, 33, .18);
  border-radius: 999px;
  background: #fffaf1;
  color: #49351f;
  font-size: .82rem;
  line-height: 1.25;
}

.mobile-booking-bar,
.mobile-floating-cta-bar {
  display: none;
}

@media (max-width: 768px) {
  body { padding-bottom: calc(4.8rem + env(safe-area-inset-bottom)); }

  .hero-architecture .hero-container {
    max-width: none;
    padding: 13rem 1.25rem 2rem;
  }

  .hero-architecture .hero-platform-actions { display: grid; grid-template-columns: 1fr; }
  .hero-architecture .hero-platform-button { justify-content: center; }

  .mobile-floating-cta-bar {
    position: fixed;
    z-index: 9999;
    left: 0.75rem;
    right: 0.75rem;
    bottom: max(0.6rem, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    background: rgba(18, 38, 29, 0.95);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .mobile-cta-price-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
    color: #ffffff;
  }

  .mobile-cta-price-label {
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.85;
    line-height: 1.1;
  }

  .mobile-cta-price-amount {
    font-size: 1.05rem;
    font-weight: 800;
    color: #f5cf89;
    line-height: 1.15;
    white-space: nowrap;
  }

  .mobile-cta-price-unit {
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.85;
  }

  .mobile-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    border-radius: 12px;
    background: #003580;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 53, 128, 0.35);
    flex: 0 0 auto;
  }

  .mobile-cta-button:active,
  .mobile-cta-button:hover {
    background: #00224f;
  }

  .mobile-cta-button img + img,
  .mobile-cta-button .platform-btn-logo + .platform-btn-logo,
  .mobile-booking-bar img + img {
    display: none !important;
  }

  .mobile-cta-icon {
    width: 1.15rem;
    height: 1.15rem;
    object-fit: contain;
    flex: 0 0 auto;
  }
}


/* Final guest-journey hierarchy, arrival reassurance and stable suite imagery. */
.suite-card .suite-booking-overlay { background: linear-gradient(180deg, transparent 35%, rgba(20, 18, 13, .74)); }
.suite-card .suite-booking-label { display: none; }
.suite-card .suite-booking-icons { gap: .5rem; }
.arrival-details { padding-top: 1rem; }
.arrival-panel { max-width: 58rem; margin: 0 auto; padding: clamp(1.4rem, 3vw, 2.25rem); border: 1px solid rgba(71, 54, 33, .16); border-radius: 1rem; background: #fffaf1; }
.arrival-panel .check-list { margin-bottom: 0; }
.suite-card .room-image { aspect-ratio: 4 / 3; overflow: hidden; }
.suite-card .room-image picture, .suite-card .room-image img { width: 100%; height: 100%; }
.suite-card .room-image img { object-fit: cover; }