
.hero-cta-inline {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.hero-cta-inline .hours {
  font-size: 1rem;
  color: var(--secondary-color);
  white-space: nowrap;
}
.hero-cta-inline .hero-book-inline {
  background: var(--accent-color);
  color: var(--card-bg);
  padding: 0.7rem 1.6rem;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s;
  white-space: nowrap;
}
.hero-cta-inline .hero-book-inline:hover {
  background: #005f5c;
}
.hero-cta-inline .hero-prepare-inline {
  border: 1px solid var(--secondary-color);
  padding: 0.6rem 1.6rem;
  border-radius: 30px;
  color: var(--secondary-color);
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
}
.hero-cta-inline .hero-prepare-inline:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .hero-cta-inline {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-cta-inline .hours {
    margin-bottom: 0.5rem;
  }
}



* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


:root {
  
  --primary-color: #0b0b0b;        
  --secondary-color: #f9f9f9;      
  --card-bg: #ffffff;              
  --accent-color: #007c6d;         
  --highlight-color: #d64550;      
  --text-color: #2c2c2c;           
  --muted-color: #777777;          
  --border-color: #e0e0e0;         
  
  --input-focus-shadow: rgba(0, 124, 109, 0.25);
  
  
  --pyramid-size: 32px;
  
  --heading-font: 'Cinzel', serif;
  --body-font: 'Inter', sans-serif;
}

body {
  font-family: var(--body-font);
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--secondary-color);
  overflow-x: hidden;
  
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


main {
  flex: 1 0 auto;
}

.container {
  width: min(1200px, 94%);
  margin-inline: auto;
  position: relative;
}


.site-header {
  background: var(--primary-color);
  color: var(--secondary-color);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-block: 0.8rem;
  
  transition: transform 0.35s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}



.site-header.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}


.site-header .container {
  
  padding-inline: 1.2rem;
}


.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-pyramid-large {
  
  
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  
  filter: invert(1);
}


.seo-block-1 { margin-top: 0.25rem; }
.seo-block-2 { margin-bottom: 0.25rem; }
.seo-block-3 { padding: 0.5rem; }
.seo-block-4 { padding-inline: 1rem; }
.seo-block-5 { border-radius: 0.5rem; }
.seo-block-6 { background-color: rgba(0,0,0,0.02); }
.seo-block-7 { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.seo-block-8 { text-align: justify; }
.seo-block-9 { line-height: 1.6; }
.seo-block-10 { letter-spacing: 0.02em; }
.seo-block-11 { flex-direction: row; }
.seo-block-12 { flex-direction: column; }
.seo-block-13 { flex-wrap: nowrap; }
.seo-block-14 { align-items: flex-start; }
.seo-block-15 { align-items: flex-end; }
.seo-block-16 { justify-content: space-between; }
.seo-block-17 { justify-content: space-around; }
.seo-block-18 { justify-content: center; }
.seo-block-19 { width: 100%; }
.seo-block-20 { max-width: 90%; }
.seo-block-21 { min-height: 50px; }
.seo-block-22 { aspect-ratio: 16/9; }
.seo-block-23 { overflow: hidden; }
.seo-block-24 { overflow-x: auto; }
.seo-block-25 { overflow-y: scroll; }
.seo-block-26 { position: relative; }
.seo-block-27 { position: absolute; }
.seo-block-28 { top: 0; left: 0; }
.seo-block-29 { bottom: 0; right: 0; }
.seo-block-30 { z-index: 10; }
.seo-block-31 { pointer-events: none; }
.seo-block-32 { user-select: none; }
.seo-block-33 { transition: all 0.2s ease-in-out; }
.seo-block-34 { transform: translateY(-10%); }
.seo-block-35 { opacity: 0.5; }
.seo-block-36 { filter: blur(2px); }
.seo-block-37 { mix-blend-mode: multiply; }
.seo-block-38 { background-size: cover; }
.seo-block-39 { background-position: center; }
.seo-block-40 { background-repeat: no-repeat; }
.seo-block-41 { border: 1px solid rgba(0,0,0,0.1); }
.seo-block-42 { outline: none; }
.seo-block-43 { cursor: pointer; }
.seo-block-44 { touch-action: manipulation; }
.seo-block-45 { scroll-behavior: smooth; }
.seo-block-46 { visibility: hidden; }
.seo-block-47 { white-space: nowrap; }
.seo-block-48 { word-break: break-word; }
.seo-block-49 { hyphens: auto; }
.seo-block-50 { list-style-type: none; }

@keyframes seo-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.logo {
  font-family: var(--heading-font);
  font-size: 2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--secondary-color);
}


.pyramid-icon {
  display: inline-block;
  width: var(--pyramid-size);
  height: var(--pyramid-size);
  margin-right: 0.5rem;
  vertical-align: middle;
  
}


.secure-header {
  
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: var(--secondary-color);
  margin-left: auto;
  margin-right: 1.5rem;
}
.secure-header img {
  width: 18px;
  height: 18px;
  
  flex-shrink: 0;
  filter: invert(1);
}


.secure-extra-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  filter: invert(1);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}


.ticket-button {
  display: inline-block;
  background: var(--accent-color);
  color: var(--card-bg);
  padding: 0.5rem 1.3rem;
  border-radius: 30px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  margin-left: 1.5rem;
  transition: background 0.25s, transform 0.2s;
}
.ticket-button:hover {
  background: #005f5c;
  transform: translateY(-2px);
}


.legend-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--highlight-color);
  margin-right: 0.4rem;
}



.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.preloader.visible {
  opacity: 1;
  pointer-events: all;
}

.preloader .spinner {
  width: 80px;
  height: 80px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  
  border-top-color: #ffffff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.ticket-selection {
  display: none;
  margin-top: 2rem;
}
.ticket-selection.visible {
  display: block;
}
.ticket-selection h4 {
  font-family: var(--heading-font);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--primary-color);
}
.ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--border-color);
}
.ticket-row:last-child {
  border-bottom: none;
}
.ticket-label {
  flex: 2;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 0.95rem;
}
.ticket-price {
  flex: 1;
  text-align: center;
  color: var(--primary-color);
  font-size: 0.95rem;
}
.ticket-controls {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6rem;
}
.ticket-controls button {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.ticket-controls button:hover {
  background: var(--secondary-color);
}
.ticket-controls .count {
  width: 32px;
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
}


.calendar-container button:not(.disabled),
.time-slots button {
  transition: transform 0.2s, background-color 0.2s;
}
.calendar-container button:not(.disabled):hover,
.time-slots button:not(:disabled):hover {
  transform: scale(1.05);
}


.form-group input,
.form-group textarea {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px var(--input-focus-shadow);
  outline: none;
}


.error-message {
  font-size: 0.8rem;
  color: #c0392b; 
  margin-top: 0.2rem;
}


.payment-info {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--muted-color);
}
.payment-icons {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.payment-icons .visa-logo {
  display: inline-block;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -1px;
  color: #1a1f71;
  border: 2px solid #1a1f71;
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
}
.payment-icons .mastercard-logo {
  position: relative;
  width: 1.6rem;
  height: 1rem;
}
.payment-icons .mastercard-logo::before,
.payment-icons .mastercard-logo::after {
  content: '';
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.payment-icons .mastercard-logo::before {
  left: 0;
  background: #eb001b;
}
.payment-icons .mastercard-logo::after {
  right: 0;
  background: #f79e1b;
}

nav a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 0.95rem;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.3s;
}

nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--accent-color);
  transition: width 0.3s;
}

nav a:hover {
  color: var(--accent-color);
}

nav a:hover::after {
  width: 100%;
}



.hero {
  margin-top: 80px; 
  height: 80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--secondary-color);
}


.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}


.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  background-image: url('images/unsplash_louvre.jpg');
  background-size: cover;
  background-position: center;
  transform-origin: center;
  animation: heroZoom 20s ease-in-out infinite alternate;
  z-index: 0;
}


.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}


.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}


.hero-content {
  position: relative;
  z-index: 2;
  
  text-align: right;
  padding-inline: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: 5%;

  
  animation: heroContentIn 1.2s ease-out forwards;
}

@keyframes heroContentIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-content h2 {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 6vw, 3.6rem);
  margin-bottom: 1.2rem;
  letter-spacing: 0.05rem;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #e5e5e5;
}

.cta-button {
  display: inline-block;
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.85rem 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02rem;
  transition: background 0.3s;
}

.cta-button:hover {
  background: #005f5c;
}


.section-title {
  font-family: var(--heading-font);
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}


.highlights .section-title {
  text-align: left;
  margin-left: 0.5rem;
}

.highlights .grid {
  
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}


.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  grid-auto-rows: auto;
}


.highlight-card {
  background: var(--card-bg);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s, box-shadow 0.3s;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}


.highlight-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.highlight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}


.highlight-card:hover img {
  transform: scale(1.05);
}


.highlight-card .badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: var(--accent-color);
  color: var(--secondary-color);
  font-size: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 3px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 1;
}


.highlight-card .card-text {
  padding: 1rem;
  flex: 0 0 auto;
}

.highlight-card .card-text h3 {
  font-family: var(--heading-font);
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.highlight-card .card-text p {
  font-size: 0.9rem;
  color: var(--muted-color);
}


.highlight-card.big-left {
  grid-column: span 2;
  
  height: 430px;
}

.highlight-card.big-right {
  grid-column: span 1;
  height: 430px;
}

.highlight-card.small {
  grid-column: span 1;
  height: 320px;
}





@media (max-width: 900px) {
  .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlight-card.big-left,
  .highlight-card.big-right {
    grid-column: span 2;
    height: 360px;
  }
  .highlight-card.small {
    height: 280px;
  }
}


.cta-footer {
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 1.5rem 0 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.cta-footer .container {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-footer .cta-text {
  flex: 1 1 auto;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 75%;
}

.cta-footer .cta-button {
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.7rem 1.6rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.3s;
}

.cta-footer .cta-button:hover {
  background: #005f5c;
}

.cta-footer .copyright {
  flex-basis: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #aaaaaa;
  margin-top: 1rem;
}

@media (max-width: 600px) {
  .cta-footer .container {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-footer .cta-text {
    max-width: 100%;
    text-align: center;
  }
  .cta-footer .cta-button {
    align-self: center;
  }
}

@media (max-width: 600px) {
  .highlight-grid {
    grid-template-columns: 1fr;
  }
  .highlight-card.big-left,
  .highlight-card.big-right,
  .highlight-card.small {
    grid-column: span 1;
    height: 260px;
  }
}


.exhibitions .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}


.exhibitions {
  
  margin-top: 6rem;
  padding-block: 2rem;
}

.card {
  background: var(--secondary-color);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}


a.card {
  display: block;
  color: inherit;
  text-decoration: none;
}
a.card:hover {
  text-decoration: none;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.card-text {
  padding: 1rem;
}

.card-text h3 {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.card-text p {
  font-size: 0.9rem;
  color: var(--muted-color);
}


.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


button {
  transition: background 0.3s ease, transform 0.15s ease;
}
button:hover {
  filter: brightness(1.05);
}
button:active {
  transform: scale(0.96);
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  transition: box-shadow 0.2s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--input-focus-shadow);
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}


.site-footer {
  background: var(--primary-color);
  color: var(--secondary-color);
  
  padding: 1.5rem 0;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}


.home-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 1000;
}


.home-footer .footer-text {
  font-family: var(--heading-font);
  font-size: 1.15rem;
  color: var(--secondary-color);
}


.home-footer .footer-actions a {
  font-size: 1.1rem;
  padding: 0.8rem 1.6rem;
  letter-spacing: 0.05rem;
}
.home-footer.visible {
  transform: translateY(0);
}


body.home main {
  padding-bottom: 6rem; 
}






.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  text-align: left;
  max-width: 1000px;
  margin-inline: auto;
}

.site-footer .footer-text {
  flex: 1 1 auto;
  font-size: 0.9rem;
  color: #cccccc;
  max-width: 65%;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-end;
}

.footer-actions a {
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.7rem 1.4rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.footer-actions a:hover {
  background: #005f5c;
}


.home-footer .footer-actions a {
  font-size: 1rem;
  letter-spacing: 0.02rem;
}


.booking-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 6rem;
}


.calendar-container .days.fading {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.calendar-container {
  flex: 1 1 60%;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calendar-header button {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary-color);
  padding: 0.2rem 0.5rem;
  transition: color 0.3s;
}

.calendar-header button:hover {
  color: var(--accent-color);
}

.calendar-header h3 {
  font-family: var(--heading-font);
  font-size: 1.5rem;
  margin: 0;
}

.day-names, .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.day-names div {
  font-weight: 600;
  padding: 0.3rem 0;
  color: var(--primary-color);
}

.days button {
  border: none;
  background: none;
  padding: 0.6rem;
  margin: 0.1rem;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  color: var(--primary-color);
  position: relative;
}


.days button.low-availability::after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--highlight-color);
}

.days button:hover:not(.selected):not(.disabled) {
  background: #f0f0f0;
  transform: scale(1.05);
}

.days button.disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.days button.selected {
  background: var(--accent-color);
  color: var(--secondary-color);
}

.time-selection {
  margin-top: 1.5rem;
}

.time-selection label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.time-selection select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 0.9rem;
}

.next-button {
  margin-top: 2rem;
  display: inline-block;
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.next-button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.next-button:not(:disabled):hover {
  background: #005f5c;
}


.time-group {
  margin-bottom: 1.5rem;
}
.time-label {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--primary-color);
}
.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.time-slots button {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background 0.2s, border-color 0.2s;
  position: relative;
}
.time-slots button:hover:not(.disabled):not(.selected) {
  background: var(--secondary-color);
}
.time-slots button.disabled {
  color: #bbbbbb;
  cursor: not-allowed;
}
.time-slots button.selected {
  background: var(--accent-color);
  color: var(--card-bg);
  border-color: var(--accent-color);
}
.time-slots button.low {
  border-color: var(--highlight-color);
}
.time-slots button.low::after {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--highlight-color);
}

.basket {
  flex: 1 1 30%;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.basket h4 {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: var(--primary-color);
}

.basket p {
  font-size: 1rem;
  color: var(--text-color);
  margin-bottom: 0.7rem;
}


#selectedDateDisplay,
#selectedTimeDisplay,
#selectedTicketDisplay {
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--primary-color);
}


.price-breakdown {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}
.price-breakdown hr {
  border: none;
  border-top: 1px solid var(--border-color);
  margin: 0.4rem 0;
}
.breakdown-line {
  color: var(--text-color);
  margin-bottom: 0.3rem;
}
.breakdown-total {
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary-color);
}


.basket-summary {
  margin-bottom: 1.5rem;
}


.details-form h2 {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 1rem;
}


#expiryError {
  margin-top: 0.1rem;
}


.basket-next-btn button {
  width: 100%;
  padding: 0.8rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  transition: background 0.3s, color 0.3s;
  cursor: pointer;
}

.basket-next-btn button:disabled {
  background: var(--border-color);
  color: var(--muted-color);
  cursor: default;
}

.basket-next-btn button:not(:disabled) {
  background: var(--accent-color);
  color: var(--secondary-color);
}

.basket-next-btn button:not(:disabled):hover {
  background: #005f5c;
}


.form-container {
  margin-top: 6rem;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  max-width: 600px;
  margin-inline: auto;
}

.form-container h2 {
  font-family: var(--heading-font);
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: var(--primary-color);
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.4rem;
  font-weight: 600;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 0.95rem;
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.submit-button {
  display: inline-block;
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 1rem;
}

.submit-button:hover {
  background: #005f5c;
}

.confirmation {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.1rem;
  color: var(--primary-color);
}


.page-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: var(--secondary-color);
}


.pay-button {
  width: 100%;
  background: var(--accent-color);
  color: var(--secondary-color);
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  cursor: pointer;
  transition: background 0.3s;
}
.pay-button:hover {
  background: #005f5c;
}


.form-row {
  display: flex;
  gap: 1rem;
}
.form-row .form-group {
  flex: 1;
}


.payment-info .security-icon {
  width: 32px;
  height: 32px;
  margin-right: 0.5rem;
  display: inline-block;
}


.reservation-info {
  background: var(--card-bg);
  padding-block: 3rem;
  border-bottom: 1px solid var(--border-color);
}

.reservation-content {
  
  display: flex;
  align-items: center;
  gap: 1.5rem;
  max-width: 900px;
  margin-inline: auto;
  flex-wrap: nowrap;
}


.reservation-icon-img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.reservation-icon {
  width: 64px;
  height: 64px;
  background: var(--accent-color);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
  flex-shrink: 0;
}


.reservation-banner-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.reservation-banner-icon img {
  width: 80px;
  height: auto;
  margin-right: 1rem;
}


.reservation-image {
  flex-shrink: 0;
  max-width: 200px;
  margin-left: auto;
}

.reservation-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.reservation-text h3 {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  color: var(--primary-color);
}

.reservation-text p {
  font-size: 1rem;
  color: var(--muted-color);
  max-width: 600px;
}


@media (max-width: 600px) {
  .reservation-banner-icon img {
    width: 60px;
    margin-right: 0.75rem;
  }
  .reservation-text h3 {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
  .reservation-text p {
    font-size: 0.9rem;
    max-width: none;
  }
  
  .reservation-content {
    flex-wrap: nowrap;
    align-items: center;
  }
  .reservation-text {
    flex: 1;
    min-width: 0;
  }
}


.booking-footer {
  background: var(--secondary-color);
  border-top: 1px solid var(--border-color);
  padding-block: 0.8rem;
  margin-top: 2rem;
}

.booking-footer .progress-container {
  max-width: 600px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

.booking-footer .progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

.booking-footer .progress-step .circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--border-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
}

.booking-footer .progress-step.active .circle {
  background: var(--accent-color);
  color: var(--card-bg);
}

.booking-footer .progress-step .label {
  margin-top: 0.4rem;
  font-size: 0.7rem;
  color: var(--muted-color);
  text-align: center;
  max-width: 110px;
}


.stripe-logo {
  width: 16px;
  height: 16px;
  display: block;
  filter: invert(1);
}

.booking-footer .progress-line {
  flex: 1;
  height: 2px;
  background: var(--border-color);
}

.booking-footer .progress-line.active {
  background: var(--accent-color);
}


section.highlights {
  margin-top: 3rem;
}


@media (max-width: 768px) {
  .booking-wrapper {
    flex-direction: column;
  }
  .calendar-container, .basket {
    flex: 1 1 100%;
  }
  .hero {
    height: 65vh;
  
  margin-top: -1px;
  position: relative;
  }


.hero-info-card {
  position: absolute;
  
  
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  
  min-width: 60%;
  max-width: 700px;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 1.6rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  z-index: 3;
}

.hero-info-card .info-left {
  flex: 1 1 60%;
}
.hero-info-card .info-left h3 {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  margin: 0 0 0.4rem;
}
.hero-info-card .info-left .open-status {
  font-size: 0.8rem;
  color: var(--muted-color);
  margin-bottom: 0.2rem;
}
.hero-info-card .info-left .open-hours {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.2rem 0;
}

.hero-info-card .info-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-info-card .hero-book,
.hero-info-card .hero-prepare {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  padding: 0.8rem 1.8rem;
}
.hero-info-card .hero-book {
  background: var(--accent-color);
  color: var(--card-bg);
}
.hero-info-card .hero-book:hover {
  background: #005f5c;
}
.hero-info-card .hero-prepare {
  background: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
.hero-info-card .hero-prepare:hover {
  background: rgba(255, 255, 255, 0.1);
}


.hero-info-card.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}


.hero-cta-inline.hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.hero-info-card .hero-book .btn-icon,



@media (max-width: 768px) {
  .hero-info-card {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 1.5rem;
    width: 94%;
    max-width: none;
    padding: 1rem 1.4rem;
  }
  .hero-info-card .info-header {
    flex-direction: row;
  }
  .hero-info-card .info-pyramid {
    width: 28px;
    height: 28px;
  }
  .hero-info-card h3 {
    font-size: 1rem;
  }
}


.contact-info {
  background: var(--secondary-color);
  padding: 3rem 0;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
.contact-title {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--primary-color);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.8rem;
}
.contact-item {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contact-item h4 {
  font-family: var(--heading-font);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}
.contact-item p {
  font-size: 0.9rem;
  color: var(--text-color);
  line-height: 1.4;
}
.contact-item a {
  color: var(--accent-color);
  text-decoration: none;
}
.contact-item a:hover {
  text-decoration: underline;
}


.legal-footer {
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 1rem 0;
  font-size: 0.85rem;
}
.legal-footer .legal-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.legal-footer .legal-links a {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.2s;
}
.legal-footer .legal-links a:hover {
  color: var(--accent-color);
}


.legal-footer .legal-links.small-links {
  font-size: 0.75rem;
  gap: 1rem;
}


.hero-info-card {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: 60%;
  max-width: 700px;
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 1.6rem 2rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  z-index: 3;
}
.hero-info-card .info-left {
  flex: 1 1 60%;
}
.hero-info-card .info-left h3 {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  margin: 0 0 0.4rem;
}
.hero-info-card .info-left .open-status {
  font-size: 0.8rem;
  color: var(--muted-color);
  margin-bottom: 0.2rem;
}
.hero-info-card .info-left .open-hours {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.2rem 0;
}
.hero-info-card .info-right {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-end;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-info-card .hero-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.25s, color 0.25s;
  padding: 0.8rem 1.8rem;
  background: var(--accent-color);
  color: var(--card-bg);
}
.hero-info-card .hero-book:hover {
  background: #005f5c;
}


.hero {
  position: relative;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  max-width: 90%;
  text-align: center;
  
  color: var(--secondary-color);
}


.hero-overlay {
  
  background: rgba(0, 0, 0, 0.65);
}
  .hero-content h2 {
    font-size: 2rem;
  }
}