/* ============================================
   HOTELS INDEX PAGE STYLES
   Page-specific styles for the hotels listing
   ============================================ */

/* ===========================================
   HEADER OVERRIDES (Transparent to White)
   =========================================== */
body:has(.hotels-hero) .header {
  background: transparent;
  box-shadow: none;
  border-bottom: none;
  backdrop-filter: none;
}

body:has(.hotels-hero) .header .logo {
  color: white;
}

body:has(.hotels-hero) .header .nav-link {
  color: rgba(255, 255, 255, 0.9);
}

body:has(.hotels-hero) .header .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

body:has(.hotels-hero) .header .nav-link.active {
  background: rgba(255, 255, 255, 0.2);
}

body:has(.hotels-hero) .header .btn-primary {
  background: white;
  color: var(--disney-blue);
}

body:has(.hotels-hero) .header .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

/* Scrolled state - white header */
body:has(.hotels-hero) .header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--border-color);
}

body:has(.hotels-hero) .header.scrolled .logo {
  color: var(--disney-blue);
}

body:has(.hotels-hero) .header.scrolled .nav-link {
  color: var(--text-primary);
}

body:has(.hotels-hero) .header.scrolled .nav-link:hover {
  background: var(--magic-gradient-soft);
  color: var(--disney-blue);
}

body:has(.hotels-hero) .header.scrolled .nav-link.active {
  background: var(--magic-gradient-soft);
  color: var(--disney-blue);
}

body:has(.hotels-hero) .header.scrolled .btn-primary {
  background: var(--magic-gradient);
  color: white;
}

/* Mobile header buttons - transparent state */
body:has(.hotels-hero) .header .booking-toggle-btn {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

body:has(.hotels-hero) .header .booking-toggle-btn:hover,
body:has(.hotels-hero) .header .booking-toggle-btn.active {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}

body:has(.hotels-hero) .header .mobile-menu-btn span {
  background: white;
}

/* Mobile header buttons - scrolled state */
body:has(.hotels-hero) .header.scrolled .booking-toggle-btn {
  background: var(--magic-gradient-soft);
  color: #6a11cb;
}

body:has(.hotels-hero) .header.scrolled .booking-toggle-btn:hover,
body:has(.hotels-hero) .header.scrolled .booking-toggle-btn.active {
  background: var(--magic-gradient);
  color: white;
}

body:has(.hotels-hero) .header.scrolled .mobile-menu-btn span {
  background: var(--text-primary);
}

/* Dropdown menu styling adjustments for transparent header */
body:has(.hotels-hero) .header .dropdown-menu,
body:has(.hotels-hero) .header .mega-menu {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
}

body:has(.hotels-hero) .header .dropdown-link,
body:has(.hotels-hero) .header .mega-menu-link {
  color: var(--text-primary);
}

body:has(.hotels-hero) .header .mega-menu h4 {
  color: var(--text-primary);
}

/* ===========================================
   HERO SECTION
   =========================================== */
.hotels-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  margin-top: calc(-1 * var(--header-height));
  padding-top: calc(var(--header-height) + var(--booking-bar-height) + var(--spacing-6));
}

.hotels-hero-bg {
  position: absolute;
  inset: 0;
}

.hotels-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Floating hotel images in hero */
.hotels-hero-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hotels-hero-float {
  position: absolute;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  opacity: 0.25;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hotels-hero-float:hover {
  opacity: 0.5;
  transform: scale(1.05);
}

.hotels-hero-float:nth-child(1) {
  width: 280px;
  height: 180px;
  top: 15%;
  left: 5%;
  transform: rotate(-5deg);
}

.hotels-hero-float:nth-child(2) {
  width: 240px;
  height: 160px;
  top: 20%;
  right: 8%;
  transform: rotate(8deg);
}

.hotels-hero-float:nth-child(3) {
  width: 260px;
  height: 170px;
  bottom: 20%;
  left: 8%;
  transform: rotate(3deg);
}

.hotels-hero-float:nth-child(4) {
  width: 220px;
  height: 150px;
  bottom: 25%;
  right: 5%;
  transform: rotate(-7deg);
}

.hotels-hero-float-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.5);
}

.hotels-hero-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotels-hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  padding: 8rem 0 6rem;
  width: 100%;
}

.hotels-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-2) var(--spacing-5);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-full);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  margin-bottom: var(--spacing-5);
}

.hotels-hero-badge i {
  color: var(--disney-gold);
}

.hotels-hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: var(--font-weight-bold);
  line-height: 1.1;
  margin-bottom: var(--spacing-4);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}

.hotels-hero-title .highlight {
  background: linear-gradient(135deg, var(--disney-gold) 0%, #FFA500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hotels-hero-subtitle {
  font-size: var(--font-size-xl);
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto var(--spacing-6);
  line-height: var(--line-height-relaxed);
}

.hotels-hero-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: var(--spacing-8);
}

.hotels-hero-stat {
  text-align: center;
}

.hotels-hero-stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: var(--font-weight-bold);
  color: var(--disney-gold);
  line-height: 1;
}

.hotels-hero-stat-label {
  font-size: var(--font-size-sm);
  opacity: 0.8;
  margin-top: var(--spacing-2);
}

/* ===========================================
   FILTER BAR
   =========================================== */
.hotels-filter-section {
  background: white;
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: var(--header-height);
  z-index: 100;
  padding: var(--spacing-4) 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.hotels-filter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-6);
  flex-wrap: wrap;
}

.hotels-filter-tabs {
  display: flex;
  gap: var(--spacing-2);
  flex-wrap: wrap;
}

.hotels-filter-tab {
  padding: var(--spacing-3) var(--spacing-5);
  background: var(--background-color);
  border: 2px solid transparent;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-base);
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
}

.hotels-filter-tab:hover {
  border-color: var(--disney-pink);
  color: var(--disney-pink);
}

.hotels-filter-tab.active {
  background: var(--magic-gradient);
  color: white;
  border-color: transparent;
}

.hotels-filter-sort {
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
}

.hotels-filter-sort-label {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
}

.hotels-filter-sort-select {
  padding: var(--spacing-3) var(--spacing-8) var(--spacing-3) var(--spacing-4);
  background: var(--background-color);
  border: 2px solid var(--border-color);
  border-radius: var(--radius-lg);
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  color: var(--text-primary);
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  transition: all var(--transition-base);
}

.hotels-filter-sort-select:hover,
.hotels-filter-sort-select:focus {
  border-color: var(--disney-pink);
  outline: none;
}

/* ===========================================
   FEATURED HOTEL
   =========================================== */
.hotels-featured-section {
  padding: var(--spacing-12) 0;
  background: white;
}

.hotels-featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  background: var(--background-color);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.hotels-featured-image {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.hotels-featured-image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotels-featured-image-placeholder {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0.3);
}

.hotels-featured-badge {
  position: absolute;
  top: var(--spacing-5);
  left: var(--spacing-5);
  padding: var(--spacing-3) var(--spacing-5);
  background: var(--disney-pink);
  color: white;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  z-index: 10;
}

.hotels-featured-content {
  padding: var(--spacing-8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hotels-featured-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  color: var(--disney-pink);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--spacing-3);
}

.hotels-featured-title {
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-3);
  line-height: 1.2;
}

.hotels-featured-stars {
  display: flex;
  gap: 4px;
  color: var(--disney-gold);
  margin-bottom: var(--spacing-4);
}

.hotels-featured-description {
  color: var(--text-secondary);
  line-height: var(--line-height-relaxed);
  margin-bottom: var(--spacing-5);
}

.hotels-featured-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-4);
  margin-bottom: var(--spacing-6);
}

.hotels-featured-highlight {
  display: flex;
  align-items: center;
  gap: var(--spacing-3);
  font-size: var(--font-size-base);
}

.hotels-featured-highlight i {
  width: 36px;
  height: 36px;
  background: var(--magic-gradient-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6a11cb;
  font-size: var(--font-size-sm);
}

.hotels-featured-price {
  display: flex;
  align-items: baseline;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-5);
}

.hotels-featured-price .from {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
}

.hotels-featured-price .amount {
  font-family: var(--font-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  color: var(--disney-pink);
}

.hotels-featured-price .per {
  font-size: var(--font-size-base);
  color: var(--text-secondary);
}

.hotels-featured-actions {
  display: flex;
  gap: var(--spacing-4);
}

/* ===========================================
   HOTELS GRID
   =========================================== */
.hotels-grid-section {
  padding: var(--spacing-10) 0 var(--spacing-12);
  background: var(--background-color);
}

.hotels-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--spacing-8);
  flex-wrap: wrap;
  gap: var(--spacing-4);
}

.hotels-section-header h2 {
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-2);
}

.hotels-section-header p {
  color: var(--text-secondary);
  font-size: var(--font-size-lg);
}

.hotels-section-count {
  color: var(--text-secondary);
  font-size: var(--font-size-base);
}

.hotels-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-6);
}

/* ===========================================
   HOTEL CARD
   =========================================== */
.hotel-card {
  display: block;
  background: white;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: all var(--transition-base);
  position: relative;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.hotel-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.hotel-card-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.hotel-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.hotel-card:hover .hotel-card-image img {
  transform: scale(1.08);
}

.hotel-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.4);
}

.hotel-card-badges {
  position: absolute;
  top: var(--spacing-4);
  left: var(--spacing-4);
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  z-index: 10;
}

.hotel-card-badge {
  padding: var(--spacing-1) var(--spacing-3);
  background: var(--disney-pink);
  color: white;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-bold);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hotel-card-badge.gold {
  background: linear-gradient(135deg, #f5af19 0%, #f12711 100%);
}

.hotel-card-category {
  position: absolute;
  bottom: var(--spacing-4);
  left: var(--spacing-4);
  padding: var(--spacing-2) var(--spacing-4);
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  color: white;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  border-radius: var(--radius-full);
}

.hotel-card-content {
  padding: var(--spacing-5);
}

.hotel-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--spacing-3);
}

.hotel-card-title {
  font-family: var(--font-display);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: 1.3;
}

.hotel-card-stars {
  display: flex;
  gap: 2px;
  color: var(--disney-gold);
  font-size: var(--font-size-xs);
  flex-shrink: 0;
  margin-left: var(--spacing-3);
}

.hotel-card-location {
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  margin-bottom: var(--spacing-4);
}

.hotel-card-location i {
  color: var(--disney-pink);
  font-size: var(--font-size-xs);
}

.hotel-card-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacing-2);
  margin-bottom: var(--spacing-5);
}

.hotel-card-feature {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-2);
  padding: var(--spacing-1) var(--spacing-3);
  background: var(--background-color);
  border-radius: var(--radius-full);
  font-size: var(--font-size-xs);
  color: var(--text-secondary);
}

.hotel-card-feature i {
  color: var(--disney-pink);
  font-size: 0.625rem;
}

.hotel-card-footer {
  padding-top: var(--spacing-5);
  border-top: 1px solid var(--border-color);
}

/* Hide pricing on hotel cards */
.hotel-card-price {
  display: none;
}

/* Hotel card button - full width */
.hotel-card-footer .btn {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: var(--font-size-sm);
  border-radius: var(--radius-full);
  text-align: center;
}

/* ===========================================
   COMPARISON SECTION
   =========================================== */
.hotels-comparison-section {
  padding: var(--spacing-12) 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.hotels-comparison-bg {
  position: absolute;
  inset: 0;
}

.hotels-comparison-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.3;
}

.hotels-comparison-shape-1 {
  width: 500px;
  height: 500px;
  background: var(--magic-gradient);
  top: -200px;
  right: -200px;
}

.hotels-comparison-shape-2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  bottom: -150px;
  left: -150px;
}

.hotels-comparison-content {
  position: relative;
  z-index: 1;
}

.hotels-comparison-header {
  text-align: center;
  color: white;
  margin-bottom: var(--spacing-10);
}

.hotels-comparison-header h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-4);
  color: white;
}

.hotels-comparison-header p {
  font-size: var(--font-size-lg);
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto;
}

.hotels-comparison-table {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-2xl);
  overflow: hidden;
}

.hotels-comparison-table-header {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hotels-comparison-table-header-cell {
  padding: var(--spacing-5) var(--spacing-4);
  text-align: center;
  color: white;
}

.hotels-comparison-table-header-cell:first-child {
  text-align: left;
  font-weight: var(--font-weight-semibold);
}

.hotels-comparison-hotel-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2);
}

.hotels-comparison-hotel-name {
  font-family: var(--font-display);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
}

.hotels-comparison-hotel-stars {
  display: flex;
  gap: 2px;
  color: var(--disney-gold);
  font-size: 0.625rem;
}

.hotels-comparison-table-row {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background var(--transition-base);
}

.hotels-comparison-table-row:hover {
  background: rgba(255, 255, 255, 0.03);
}

.hotels-comparison-table-row:last-child {
  border-bottom: none;
}

.hotels-comparison-table-cell {
  padding: var(--spacing-5) var(--spacing-4);
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotels-comparison-table-cell:first-child {
  justify-content: flex-start;
  font-weight: var(--font-weight-medium);
  opacity: 0.9;
}

.hotels-comparison-check {
  width: 28px;
  height: 28px;
  background: rgba(34, 197, 94, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
  font-size: var(--font-size-xs);
}

.hotels-comparison-x {
  width: 28px;
  height: 28px;
  background: rgba(239, 68, 68, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef4444;
  font-size: 0.625rem;
}

.hotels-comparison-text {
  font-size: var(--font-size-sm);
  opacity: 0.9;
}

.hotels-comparison-table-footer {
  display: grid;
  grid-template-columns: 200px repeat(4, 1fr);
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hotels-comparison-table-footer-cell {
  padding: var(--spacing-5) var(--spacing-4);
  text-align: center;
}

.hotels-comparison-table-footer-cell:first-child {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-semibold);
  color: white;
}

.hotels-comparison-table-footer-cell .btn {
  width: 100%;
  max-width: 150px;
}

.hotels-comparison-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2);
}

.hotels-comparison-price .amount {
  font-family: var(--font-display);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-bold);
  color: var(--disney-gold);
}

.hotels-comparison-price .per {
  font-size: var(--font-size-xs);
  color: rgba(255, 255, 255, 0.6);
}

/* ===========================================
   MAP SECTION
   =========================================== */
.hotels-map-section {
  padding: var(--spacing-12) 0;
  background: white;
}

.hotels-map-header {
  text-align: center;
  margin-bottom: var(--spacing-10);
}

.hotels-map-header h2 {
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-4);
}

.hotels-map-header p {
  color: var(--text-secondary);
  font-size: var(--font-size-lg);
  max-width: 600px;
  margin: 0 auto;
}

.hotels-map-container {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: var(--spacing-6);
  background: var(--background-color);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  min-height: 500px;
}

.hotels-map-list {
  padding: var(--spacing-5);
  max-height: 500px;
  overflow-y: auto;
}

.hotels-map-category {
  font-family: var(--font-display);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: var(--spacing-2) 0;
  margin-bottom: var(--spacing-2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hotels-map-category:not(:first-child) {
  margin-top: var(--spacing-4);
}

.hotels-map-item {
  display: flex;
  gap: var(--spacing-4);
  padding: var(--spacing-4);
  background: white;
  border-radius: var(--radius-lg);
  margin-bottom: var(--spacing-3);
  cursor: pointer;
  transition: all var(--transition-base);
  border: 2px solid transparent;
}

.hotels-map-item:hover,
.hotels-map-item.active {
  border-color: var(--disney-pink);
  box-shadow: var(--shadow-lg);
}

.hotels-map-item:last-child {
  margin-bottom: 0;
}

.hotels-map-marker {
  width: 36px;
  height: 36px;
  background: var(--disney-pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  flex-shrink: 0;
}

.hotels-map-marker.disney {
  background: var(--disney-pink);
}

.hotels-map-marker.partner {
  background: #6366f1;
}

.hotels-map-item.active .hotels-map-marker {
  background: var(--disney-blue);
}

.hotels-map-info {
  flex: 1;
  min-width: 0;
}

.hotels-map-name {
  font-family: var(--font-display);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  margin-bottom: var(--spacing-1);
}

.hotels-map-distance {
  font-size: var(--font-size-sm);
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: var(--spacing-2);
}

.hotels-map-distance i {
  color: var(--disney-pink);
  font-size: var(--font-size-xs);
}

.hotels-map-visual {
  background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotels-map-placeholder {
  text-align: center;
  color: var(--text-secondary);
}

.hotels-map-placeholder i {
  font-size: 4rem;
  margin-bottom: var(--spacing-4);
  opacity: 0.3;
}

.hotels-map-placeholder p {
  font-size: var(--font-size-base);
}

/* Google Maps */
#hotels-google-map {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border-radius: var(--radius-lg);
  z-index: 1;
}

/* Google Maps info window styling */
.gm-style-iw {
  font-family: var(--font-body) !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

@media (max-width: 900px) {
  #hotels-google-map {
    min-height: 350px;
  }
}

@media (max-width: 600px) {
  #hotels-google-map {
    min-height: 300px;
  }
}

/* ===========================================
   CTA SECTION
   =========================================== */
.hotels-cta-section {
  padding: var(--spacing-12) 0;
  background: var(--magic-gradient);
  position: relative;
  overflow: hidden;
}

.hotels-cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hotels-cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  max-width: 700px;
  margin: 0 auto;
}

.hotels-cta-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: var(--font-weight-bold);
  margin-bottom: var(--spacing-4);
  color: white;
}

.hotels-cta-text {
  font-size: var(--font-size-xl);
  opacity: 0.9;
  margin-bottom: var(--spacing-6);
}

.hotels-cta-actions {
  display: flex;
  gap: var(--spacing-4);
  justify-content: center;
  flex-wrap: wrap;
}

/* Button variants for this page */
.btn-white {
  background: white !important;
  color: var(--disney-blue) !important;
  border: none !important;
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg) !important;
}

.btn-outline-white {
  background: transparent !important;
  color: white !important;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
}

.btn-outline-white:hover {
  background: white !important;
  color: var(--disney-blue) !important;
  border-color: white !important;
}

.btn-lg {
  padding: 1.125rem 2.25rem !important;
  font-size: var(--font-size-lg) !important;
}

/* Hero button styling */
.hotels-hero .btn-secondary {
  background: var(--disney-pink);
  color: white;
  padding: 1.125rem 2.25rem;
  font-size: var(--font-size-lg);
  border-radius: var(--radius-full);
  font-weight: var(--font-weight-semibold);
  box-shadow: 0 20px 40px rgba(237, 2, 130, 0.25);
  transition: all var(--transition-base);
}

.hotels-hero .btn-secondary:hover {
  background: var(--disney-pink-hover);
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(237, 2, 130, 0.35);
}

/* ===========================================
   RESPONSIVE
   =========================================== */
@media (max-width: 1200px) {
  .hotels-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotels-comparison-table-header,
  .hotels-comparison-table-row,
  .hotels-comparison-table-footer {
    grid-template-columns: 180px repeat(4, 1fr);
  }
}

@media (max-width: 900px) {
  .hotels-hero {
    min-height: 60vh;
  }

  .hotels-hero-stats {
    gap: var(--spacing-6);
  }

  .hotels-featured-card {
    grid-template-columns: 1fr;
  }

  .hotels-featured-image {
    min-height: 300px;
  }

  .hotels-grid {
    grid-template-columns: 1fr;
  }

  .hotels-filter-inner {
    justify-content: center;
  }

  .hotels-filter-tabs {
    justify-content: center;
  }

  .hotels-comparison-table {
    display: none;
  }

  .hotels-map-container {
    grid-template-columns: 1fr;
  }

  .hotels-map-list {
    max-height: 300px;
  }

  .hotels-map-visual {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .hotels-hero {
    margin-top: calc(-1 * var(--header-height-mobile));
    padding-top: var(--header-height-mobile);
  }

  .hotels-filter-section {
    top: var(--header-height-mobile);
  }

  .hotels-hero-float {
    display: none;
  }
}

@media (max-width: 600px) {
  .hotels-hero-title {
    font-size: 2rem;
  }

  .hotels-hero-stats {
    flex-direction: column;
    gap: var(--spacing-5);
  }

  .hotels-featured-highlights {
    grid-template-columns: 1fr;
  }

  .hotels-featured-actions {
    flex-direction: column;
  }

  .hotels-section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .hotels-cta-actions {
    flex-direction: column;
  }

  .hotels-cta-actions .btn {
    width: 100%;
  }
}
