/* ================================
   AERYS INSTITUT — Booking, Footer
   ================================ */

/* ---- RENDEZ-VOUS ---- */

.booking {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 580px;
  padding: 0;
}

/* Colonne gauche */
.booking-left {
  background: linear-gradient(
    145deg,
    var(--blush-mid) 0%,
    var(--blush) 55%,
    var(--blush-light) 100%
  );
  padding: 90px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.booking-left::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  bottom: -100px;
  right: -80px;
}

.booking-left::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 1px solid rgba(196, 162, 97, 0.22);
  top: 36px;
  right: 36px;
}

.booking-left h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  color: var(--text-dark);
  line-height: 1.2;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.booking-left h2 em {
  font-style: italic;
  color: var(--rose-accent);
}

.booking-left p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 42px;

  position: relative;
  text-align: justify;
  z-index: 1;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-mid);
}

.check-icon {
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--gold);
  flex-shrink: 0;
}

/* Colonne droite — formulaire */
.booking-right {
  background: var(--white);
  padding: 78px 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.booking-right .section-label {
  margin-bottom: 34px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 8px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 9px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(232, 196, 188, 0.55);
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--text-dark);
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: var(--gold);
}

.form-group input::placeholder {
  color: var(--text-light);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.btn-submit {
  margin-top: 12px;
  padding: 15px 48px;
  background: var(--gold);
  color: var(--white);
  border: none;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: none;
  transition:
    background 0.3s,
    box-shadow 0.3s;
  width: 100%;
  box-shadow: 0 8px 28px rgba(196, 162, 97, 0.22);
}

.btn-submit:hover {
  background: var(--rose-accent);
  box-shadow: 0 14px 40px rgba(196, 121, 106, 0.28);
}

/* ---- BARRE INFOS ---- */

.info-bar {
  background: var(--text-dark);
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.info-item {
  padding: 46px 34px;
  border-right: 1px solid rgba(232, 196, 188, 0.1);
}

.info-item:first-child {
  padding-left: 0;
}
.info-item:last-child {
  border-right: none;
}

.iicon {
  font-size: 15px;
  margin-bottom: 12px;
  display: block;
  opacity: 0.55;
}

.info-item h4 {
  font-size: 8px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 7px;
}

.info-item p {
  font-size: 12px;
  color: rgba(253, 249, 247, 0.45);
  line-height: 1.7;
}

/* ---- FOOTER ---- */

footer {
  background: url(../img/pw_maze_black_2X.png) left top repeat;
  padding: 70px 80px 42px;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(232, 196, 188, 0.08);
  margin-bottom: 34px;
}

.footer-brand .logo-f {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.32em;
  color: var(--off-white);
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}

.footer-brand .logo-f span {
  color: var(--gold);
}

.footer-brand p {
  font-size: 12px;
  line-height: 1.9;
  color: rgba(253, 249, 247, 0.3);
  max-width: 250px;
}

.footer-col h5 {
  font-size: 8px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(253, 249, 247, 0.45);
  margin-bottom: 20px;
}

.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul a {
  font-size: 12px;
  color: rgba(253, 249, 247, 0.28);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.1em;
  color: rgba(253, 249, 247, 0.22);
}

.footer-socials {
  display: flex;
  gap: 22px;
}

.footer-bottom a {
  color: rgba(253, 249, 247, 0.22);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-bottom a:hover {
  color: var(--gold);
}

/* ---- RESPONSIVE ---- */

@media (max-width: 900px) {
  .booking {
    grid-template-columns: 1fr;
  }
  .booking-left,
  .booking-right {
    padding: 56px 24px;
  }
  .info-bar {
    grid-template-columns: 1fr 1fr;
    padding: 0 24px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding: 0 0 40px;
  }
  footer {
    padding: 56px 24px 36px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================================
   OPTIONS RDV & BOUTON CADEAU
   ================================ */

.rdv-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.rdv-option {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  border: 1px solid rgba(232, 196, 188, 0.5);
  text-decoration: none;
  color: var(--text-dark);
  transition:
    background 0.3s,
    border-color 0.3s,
    transform 0.2s;
  background: var(--off-white);
}
.rdv-option:hover {
  background: var(--blush-light);
  border-color: var(--blush-mid);
  transform: translateX(4px);
}
.rdv-option.rdv-main {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--white);
}
.rdv-option.rdv-main:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

.rdv-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.rdv-option div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.rdv-option strong {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.rdv-option span {
  font-size: 10px;
  opacity: 0.6;
  letter-spacing: 0.04em;
}
.rdv-option.rdv-main span {
  opacity: 0.8;
}

.rdv-arrow {
  font-size: 14px;
  opacity: 0.5;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.rdv-option:hover .rdv-arrow {
  transform: translateX(4px);
  opacity: 1;
}

.btn-cadeau {
  display: block;
  text-align: center;
  padding: 14px;
  border: 1px dashed var(--blush-mid);
  color: var(--rose-accent);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition:
    background 0.3s,
    border-color 0.3s;
}
.btn-cadeau:hover {
  background: var(--blush-light);
  border-color: var(--rose-accent);
}

/* ================================
   FOOTER — ICONES SOCIALES & LOGOS
   ================================ */

.footer-social-icons {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}
.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(253, 249, 247, 0.15);
  color: rgba(253, 249, 247, 0.4);
  border-radius: 50%;
  transition:
    color 0.3s,
    border-color 0.3s;
}
.footer-social-icons a:hover {
  color: var(--gold);
  border-color: var(--gold);
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.footer-logos span {
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(253, 249, 247, 0.1);
  color: rgba(253, 249, 247, 0.3);
}

/* ================================
   SIGNATURE INTRO
   ================================ */

.signature-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--rose-accent);
  margin-top: 12px !important;
}

/* ================================
   CONTACT & LIENS (ajouts)
   ================================ */

.contact-phone,
.contact-link {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}

.booking-intro {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.9;
    margin-bottom: 32px;
}

.social-link {
    font-weight: bold;
    color: var(--gold);
    text-decoration: none;
}

.social-link:hover {
    text-decoration: underline;
}

.tourves-img {
    width: 300px;
    max-width: 100%;
    height: auto;
}