/* ============================================================
   France Experience — product.css
   Product / service detail page layout and components.
   ============================================================ */

/* ══════════════════════════════════════
   PRODUCT HERO
   ═══════════════════════════════════════ */
.fe-prod-hero {
  padding: 12rem 4rem 6rem;
  background-color: var(--color-creme-claro, #F5F1EB);
  border-bottom: 1px solid rgba(27, 27, 27, 0.06);
}

.fe-prod-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.fe-prod-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-roxo-fenix);
  text-decoration: none;
  margin-bottom: 3rem;
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.fe-prod-hero__back:hover { opacity: 0.7; }
.fe-prod-hero__back svg { transform: rotate(180deg); }

.fe-prod-hero__category {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-roxo-fenix);
  background-color: rgba(123, 75, 143, 0.08);
  border: 1px solid rgba(123, 75, 143, 0.15);
  padding: 0.4rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1.5rem;
}

.fe-prod-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-preto-editorial, #1B1B1B);
  margin-bottom: 1.5rem;
  letter-spacing: 0.01em;
}

.fe-prod-hero__subtitle {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(27, 27, 27, 0.6);
  max-width: 750px;
}

/* ══════════════════════════════════════
   MAIN — 2-column grid
   ═══════════════════════════════════════ */
.fe-prod-main {
  padding: 6rem 4rem 10rem;
  background-color: var(--color-off-white, #F3EFEA);
  position: relative;
}

.fe-prod-main__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 5rem;
}

/* ── Left column ── */
.fe-prod-content { font-family: var(--font-body); }

.fe-prod-image-wrapper {
  margin-bottom: 3.5rem;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.15);
}
.fe-prod-image-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; }

.fe-prod-rich {
  font-size: 1.05rem;
  line-height: 1.85;
  color: rgba(27, 27, 27, 0.85);
}
.fe-prod-rich p { margin-bottom: 1.8rem; }
.fe-prod-rich h2, .fe-prod-rich h3 {
  font-family: var(--font-heading);
  font-weight: 300;
  color: var(--color-preto-editorial);
  margin-top: 3rem;
  margin-bottom: 1.2rem;
}
.fe-prod-rich h2 { font-size: 2rem; }
.fe-prod-rich h3 { font-size: 1.5rem; }
.fe-prod-rich ul, .fe-prod-rich ol { margin-bottom: 1.8rem; padding-left: 1.5rem; }
.fe-prod-rich li { margin-bottom: 0.6rem; }

.fe-prod-section {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(27, 27, 27, 0.08);
}
.fe-prod-section__title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--color-preto-editorial);
  margin-bottom: 1.5rem;
}

/* ── Right column: sticky booking card ── */
.fe-prod-sidebar { position: relative; }

.fe-prod-card {
  position: sticky;
  top: 8rem;
  background: rgba(245, 241, 235, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(123, 75, 143, 0.15);
  border-radius: 8px;
  padding: 3rem;
  box-shadow: 0 15px 40px -15px rgba(0, 0, 0, 0.08);
}

.fe-prod-card__label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(27, 27, 27, 0.4);
  margin-bottom: 0.5rem;
  display: block;
}

.fe-prod-card__price {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 300;
  color: var(--color-preto-editorial);
  line-height: 1;
  margin-bottom: 2rem;
}
.fe-prod-card__price-currency {
  font-size: 1.5rem;
  font-weight: 400;
  vertical-align: top;
  margin-top: 0.3rem;
  display: inline-block;
}
.fe-prod-card__price-sub {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-style: italic;
  color: var(--color-roxo-fenix);
}

.fe-prod-meta {
  border-top: 1px solid rgba(27, 27, 27, 0.08);
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  padding: 1.5rem 0;
  margin-bottom: 2.5rem;
}
.fe-prod-meta__item {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}
.fe-prod-meta__item:last-child { margin-bottom: 0; }
.fe-prod-meta__key { color: rgba(27, 27, 27, 0.5); }
.fe-prod-meta__val { font-weight: 600; color: var(--color-preto-editorial); }

.fe-prod-card__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fe-prod-card__btn { text-align: center; width: 100%; display: block; }

.fe-prod-card__pix-btn {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-roxo-fenix);
  text-decoration: none;
  text-align: center;
  padding: 0.9rem;
  border: 1px solid rgba(123, 75, 143, 0.3);
  border-radius: 50px;
  transition: all 0.3s ease;
  display: block;
}
.fe-prod-card__pix-btn:hover {
  background: rgba(123, 75, 143, 0.06);
  border-color: var(--color-roxo-fenix);
}

.fe-prod-card__wa {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(27, 27, 27, 0.45);
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
  padding-top: 1rem;
  border-top: 1px solid rgba(27, 27, 27, 0.08);
}
.fe-prod-card__wa:hover { color: var(--color-roxo-fenix); }

/* ══════════════════════════════════════
   PAYMENT TOAST (fe-payment-banner)
   ═══════════════════════════════════════ */
.fe-payment-banner {
  position: fixed;
  top: 6.5rem;
  right: 2rem;
  z-index: 10000;
  max-width: 450px;
  width: calc(100% - 4rem);
  background: rgba(245, 241, 235, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 8px;
  padding: 1.8rem 2rem;
  box-shadow: 0 20px 45px -15px rgba(27, 27, 27, 0.15);
  animation: feSlideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(123, 75, 143, 0.15);
}
.fe-payment-banner--success { border-left: 4px solid #137333; }
.fe-payment-banner--error   { border-left: 4px solid #C5221F; }

.fe-payment-banner__inner {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  position: relative;
}
.fe-payment-banner__icon { flex-shrink: 0; margin-top: 0.2rem; }
.fe-payment-banner__icon--success { color: #137333; }
.fe-payment-banner__icon--error   { color: #C5221F; }

.fe-payment-banner__content {
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--color-preto-editorial, #1B1B1B);
  padding-right: 1.5rem;
}
.fe-payment-banner__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  letter-spacing: 0.01em;
  color: var(--color-preto-editorial);
}

.fe-payment-banner__close {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  background: transparent;
  border: none;
  color: rgba(27, 27, 27, 0.4);
  padding: 0.5rem;
  transition: color 0.3s ease;
}
.fe-payment-banner__close:hover { color: var(--color-preto-editorial); }

@keyframes feSlideIn {
  from { transform: translateX(120%); opacity: 0; }
  to   { transform: translateX(0);    opacity: 1; }
}

/* ══════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 1024px) {
  .fe-prod-hero { padding: 9rem 1.5rem 4rem; }
  .fe-prod-main { padding: 4rem 1.5rem 6rem; }
  .fe-prod-main__inner { grid-template-columns: 1fr; gap: 4rem; }
  .fe-prod-card { position: static; padding: 2rem; }
}

@media (max-width: 768px) {
  .fe-payment-banner {
    right: 1rem; left: 1rem;
    width: calc(100% - 2rem);
    top: auto; bottom: 2rem;
    animation: feSlideUpAlert 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @keyframes feSlideUpAlert {
    from { transform: translateY(120%); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
  }
}
