.iframe-loader {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #F4F1EA;
  opacity: 0.85;
  font-size: 0.95rem;
}

.iframe-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(212, 175, 55, 0.4);
  border-top-color: #D4AF37;
  border-radius: 50%;
  animation: iframeSpin 1s linear infinite;
}

@keyframes iframeSpin {
  to {
    transform: rotate(360deg);
  }
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
body { font-family: 'Inter', sans-serif; }
html { scroll-behavior: smooth; }
.starry {
  background:
    radial-gradient(700px circle at 50% 30%, rgba(186, 155, 235, 0.55) 0%, rgba(128, 90, 200, 0.35) 45%, rgba(23, 12, 38, 0) 70%),
    radial-gradient(2px 2px at 20% 30%, rgba(255,255,255,0.35) 0, transparent 60%),
    radial-gradient(1px 1px at 70% 20%, rgba(255,255,255,0.4) 0, transparent 60%),
    radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,0.3) 0, transparent 60%),
    radial-gradient(2px 2px at 85% 70%, rgba(255,255,255,0.25) 0, transparent 60%),
    linear-gradient(135deg, #2b1a4a 0%, #4a2a8a 45%, #7b3fb8 100%);
}
.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.35), transparent 80%);
  animation: shine 2.6s ease-in-out infinite;
}
@keyframes shine {
  0% { left: -150%; }
  60% { left: 150%; }
  100% { left: 150%; }
}
.glass {
  backdrop-filter: blur(10px);
  background: rgba(15, 10, 31, 0.6);
}
.nav-active { color: #D4AF37; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 16, 0.78);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 60;
}
.popup-overlay.hidden {
  display: none;
}
.popup-card {
  width: 100%;
  max-width: 520px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(20, 14, 40, 0.98), rgba(14, 10, 28, 0.98));
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.55);
  position: relative;
  padding: 28px;
}
.popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #F4F1EA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.popup-close:hover { background: rgba(255, 255, 255, 0.16); }
.status-pulse {
  position: relative;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6);
  animation: pulseGlow 1.8s ease-in-out infinite;
}
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}
.card-frame {
  border: 1px solid rgba(212, 175, 55, 0.22);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.card-frame p,
.card-frame li {
  color: rgba(244, 241, 234, 0.95) !important;
}
.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.6);
}
.number-card {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.number-card.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.75);
}
.tarif-badge {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.tarif-badge img {
  width: min(240px, 100%);
  height: auto;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  object-fit: contain;
}
.hamburger-button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  gap: 0;
  flex-direction: column;
  justify-content: center;
}
.hamburger-button .hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: #F4F1EA;
}
.hamburger-button .hamburger-line + .hamburger-line {
  margin-top: 6px;
}
.mobile-menu-panel {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.mobile-menu-panel:not(.hidden) {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-panel a {
  display: block;
  padding: 6px 0;
}
.call-center {
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-tarifs {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.6);
  color: #F4F1EA;
  background: rgba(15, 10, 31, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.tarifs-note {
  display: block;
  margin: 0.75rem 0 0.5rem;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(212, 175, 55, 0.75);
}
.btn-tarifs:hover {
  background: rgba(212, 175, 55, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-2px);
  color: #fff;
}
.cta-planning {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.65);
  background: linear-gradient(120deg, rgba(212, 175, 55, 0.18), rgba(20, 14, 40, 0.15));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.cta-planning::after {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.35), transparent 80%);
  animation: shine 3s ease-in-out infinite;
}
.cta-planning:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
  border-color: rgba(212, 175, 55, 0.9);
}
.consultation-image {
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
}
.luxury-page .number-card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.luxury-page a {
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.luxury-page a:hover {
  opacity: 0.92;
}
.luxury-page .cta-call {
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  animation: ctaPulse 2.4s ease-in-out infinite;
}
.luxury-page .cta-call:hover {
  transform: scale(1.03);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.luxury-page .cta-call.shine::after {
  animation-duration: 3s;
}
.luxury-page .golden-frame {
  position: relative;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.22);
}
.luxury-page .golden-frame-inner {
  border-radius: 26px;
  background: #0f0a1f;
  border: none;
  display: block;
  width: 100%;
}
@keyframes ctaPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28); }
  50% { transform: scale(1.02); box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35); }
}
@media (prefers-reduced-motion: reduce) {
  .luxury-page .cta-call,
  .luxury-page .cta-call.shine::after {
    animation: none !important;
    transition: none !important;
  }
}
.parallax-banner {
  position: relative;
  min-height: 320px;
  background-image: url('images/seo/etoiles-espoir.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.parallax-banner::before,
.parallax-banner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 40%;
  pointer-events: none;
}
.parallax-banner::before {
  top: 0;
  background: linear-gradient(180deg, rgba(10, 8, 20, 0.9), rgba(10, 8, 20, 0));
}
.parallax-banner::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(10, 8, 20, 0.95), rgba(10, 8, 20, 0));
}
.universal-voyance-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #ffffff !important;
  padding: 25px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  position: fixed;
  z-index: 70 !important;
  display: none;
  max-width: 90%;
}
@keyframes slideInBannerMobile { from { transform: translateY(-100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes slideInBannerDesktop { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.universal-voyance-banner.show { display: block !important; }
.universal-voyance-banner-close {
  position: absolute;
  top: 50%;
  left: 12px;
  right: auto;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #ffffff !important;
  font-size: 24px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  line-height: 1;
  padding: 0;
}
@media (min-width: 769px) {
  .universal-voyance-banner-close {
    top: 15px;
    right: 15px;
    left: auto;
    transform: none;
  }
}
.universal-voyance-banner-accroche {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 8px 0;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.universal-voyance-banner-garantie {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 15px 0;
  text-align: center;
  opacity: 0.95;
  letter-spacing: 0.3px;
}
.universal-voyance-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.universal-voyance-banner-text { flex: 1; }
.universal-voyance-banner-text h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
}
.universal-voyance-banner-text p {
  margin: 8px 0;
  font-size: 15px;
  opacity: 0.95;
  color: #ffffff !important;
}
.universal-voyance-banner-qrcode { flex-shrink: 0; }
.universal-voyance-banner-qrcode img {
  border: 4px solid #ffffff;
  border-radius: 12px;
  background: #ffffff;
  padding: 8px;
  width: 150px;
  height: 150px;
  display: block;
}
.universal-voyance-banner-button {
  background: #ffffff !important;
  color: #6B46C1 !important;
  padding: 12px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .universal-voyance-banner {
    padding: 20px 15px;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    border-radius: 0;
    animation: slideInBannerMobile 0.5s ease-out;
  }
  .universal-voyance-banner-content { flex-direction: column; text-align: center; }
  .universal-voyance-banner-qrcode { display: none; }
  .universal-voyance-banner-text { display: none; }
  .universal-voyance-banner-button { width: 100%; font-size: 18px; padding: 14px 20px; }
}
@media (min-width: 769px) {
  .universal-voyance-banner {
    bottom: 20px;
    right: 20px;
    max-width: 450px;
    animation: slideInBannerDesktop 0.5s ease-out;
  }
  .universal-voyance-banner-content { position: relative; min-height: 150px; }
  .universal-voyance-banner-qrcode { position: absolute; bottom: 0; right: 0; }
  .universal-voyance-banner-text { padding-right: 180px; }
}
