/* ===== VARIABLES ===== */
:root {
  --gold: #C9A84C;
  --gold-light: #e8c96a;
  --gold-dark: #a07830;
  --dark: #0f0f0f;
  --dark2: #1a1a2e;
  --blue: #1B3A6B;
  --light: #fafaf8;
  --text: #333;
  --text-muted: #666;
  --radius: 16px;
  --shadow: 0 8px 40px rgba(0,0,0,0.10);
  --shadow-gold: 0 4px 24px rgba(201,168,76,0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #e0d9cc; background: #0c0c18; overflow-x: hidden; }
h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; }

/* ===== NAVBAR ===== */
#mainNav {
  background: rgba(55,3,219,0.97);
  transition: all 0.4s ease;
  padding: 18px 0;
}
#mainNav.scrolled {
  padding: 10px 0;
  box-shadow: 0 4px 30px rgba(55,3,219,0.5);
}
.brand-aset {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.navbar-nav .nav-link {
  color: rgba(255,255,255,0.85) !important;
  font-size: 0.88rem;
  letter-spacing: 0.5px;
  transition: color 0.3s;
  padding: 6px 12px !important;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--gold) !important; }
.navbar-toggler { border-color: rgba(201,168,76,0.5); }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28201,168,76,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== BUTTONS ===== */
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff; border: none; border-radius: 50px;
  font-weight: 600; letter-spacing: 0.5px; padding: 10px 28px;
  transition: all 0.3s ease; box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #fff; transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(201,168,76,0.45);
}
.btn-outline-light { border-radius: 50px; font-weight: 500; padding: 10px 28px; transition: all 0.3s ease; }
.btn-outline-light:hover { transform: translateY(-2px); }

/* ===== SECTION COMMONS ===== */
section { padding: 100px 0; }
.section-tag {
  display: inline-block; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 50px; margin-bottom: 16px;
}
.tag-gold { background: rgba(201,168,76,0.15); color: var(--gold); }
.tag-blue { background: rgba(55,3,219,0.25); color: #a0b4ff; border: 1px solid rgba(100,120,255,0.2); }
.tag-dark { background: rgba(201,168,76,0.12); color: var(--gold); }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; line-height: 1.25; margin-bottom: 20px; }
.section-text { font-size: 1rem; color: rgba(220,210,190,0.75); line-height: 1.8; }
.text-gold { color: var(--gold) !important; }
.section-light { background: #10101f; }
.section-dark { background: #0c0c18; }

/* ===== HERO ===== */
#hero {
  min-height: 100vh;
  background: url('../images/hero.jpg') center center / cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  position: relative; padding: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(10,10,26,0.88) 0%, rgba(55,3,219,0.55) 60%, rgba(10,10,26,0.75) 100%);
}
.hero-content { position: relative; z-index: 2; padding: 120px 20px 60px; }
.hero-eyebrow {
  font-size: 0.78rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 24px;
  display: inline-block; padding: 6px 20px;
  border: 1px solid rgba(201,168,76,0.3); border-radius: 50px;
}
.hero-title {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem); color: #fff; font-weight: 700;
  line-height: 1.15; margin-bottom: 24px;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
}
.hero-title em { color: var(--gold); font-style: italic; }
.hero-sub {
  font-size: clamp(1rem, 2vw, 1.15rem); color: rgba(255,255,255,0.78);
  max-width: 620px; margin: 0 auto; line-height: 1.8;
}
.hero-badges {
  display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 32px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.25);
  color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 500;
  padding: 8px 18px; border-radius: 50px; backdrop-filter: blur(8px);
}
.hero-badge i { color: var(--gold); }
.hero-scroll-hint {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 1.4rem; animation: bounce 2s infinite; z-index: 2;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* ===== CLUB SECTION ===== */
.img-frame { position: relative; }
.img-frame::before {
  content: ''; position: absolute; top: -16px; left: -16px;
  width: 100%; height: 100%; border: 3px solid var(--gold);
  border-radius: var(--radius); z-index: 0;
}
.img-frame img { position: relative; z-index: 1; width: 100%; object-fit: cover; max-height: 440px; }
.rounded-custom { border-radius: var(--radius); }

.club-highlights { display: flex; flex-direction: column; gap: 20px; }
.highlight-item {
  display: flex; align-items: flex-start; gap: 16px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(201,168,76,0.18);
  border-radius: 12px;
  border-left: 3px solid var(--gold);
}
.highlight-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff;
}
.highlight-item strong { display: block; font-size: 0.95rem; color: #fff; margin-bottom: 4px; }
.highlight-item p { font-size: 0.85rem; color: rgba(220,210,190,0.65); margin: 0; line-height: 1.5; }

/* ===== PRESTATIONS ===== */
.presta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 992px) { .presta-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 576px)  { .presta-grid { grid-template-columns: repeat(2, 1fr); } }

.presta-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 32px 16px 24px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  min-height: 130px;
}
.presta-card:hover {
  background: rgba(201,168,76,0.1);
  border-color: var(--gold);
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(201,168,76,0.18);
}
.presta-icon { font-size: 2rem; color: var(--gold); margin-bottom: 12px; line-height: 1; }
.presta-card span { color: rgba(255,255,255,0.82); font-size: 0.88rem; font-weight: 500; letter-spacing: 0.3px; }

/* ===== AVANTAGES ===== */
.section-gold { background: #0e0e1c; }
.avantage-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius); padding: 40px 32px;
  height: 100%; position: relative; overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
  border-top: 3px solid rgba(201,168,76,0.25);
}
.avantage-card--featured {
  background: linear-gradient(145deg, rgba(55,3,219,0.35), rgba(10,10,26,0.6));
  border-top-color: var(--gold);
  border-color: rgba(201,168,76,0.25);
}
.avantage-card--featured h5 { color: #fff; }
.avantage-card--featured p { color: rgba(255,255,255,0.65); }
.avantage-card:hover { transform: translateY(-8px); border-color: var(--gold); box-shadow: 0 20px 60px rgba(201,168,76,0.12); }
.avantage-num {
  font-family: 'Playfair Display', serif; font-size: 4rem; font-weight: 700;
  color: rgba(201,168,76,0.08); position: absolute; top: 16px; right: 24px; line-height: 1;
}
.avantage-icon { font-size: 2.4rem; color: var(--gold); margin-bottom: 16px; }
.avantage-card h5 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: #fff; }
.avantage-card p { font-size: 0.92rem; color: rgba(220,210,190,0.65); line-height: 1.7; }

/* ===== VISION ===== */
.section-vision {
  background: url('../images/vision.jpg') center center / cover no-repeat;
  position: relative; padding: 120px 0;
}
.vision-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(55,3,219,0.88) 0%, rgba(10,10,26,0.92) 100%);
}
.section-vision .container { position: relative; z-index: 2; }
.vision-text {
  font-size: 1.1rem; color: rgba(255,255,255,0.82);
  max-width: 680px; margin: 0 auto; line-height: 1.8;
}
.vision-tags { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.vtag {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(201,168,76,0.3);
  color: rgba(255,255,255,0.85); font-size: 0.82rem; font-weight: 500;
  padding: 8px 20px; border-radius: 50px; backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.vtag:hover { background: rgba(201,168,76,0.2); border-color: var(--gold); color: #fff; }

/* ===== TARIF ===== */
#tarif { background: #0c0c18; }
.tarif-wrapper {
  max-width: 780px; margin: 0 auto;
  background: linear-gradient(145deg, #13132a, #1a1040);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: 28px; overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 0 0 1px rgba(201,168,76,0.1);
}
.tarif-top {
  background: linear-gradient(135deg, rgba(55,3,219,0.5) 0%, rgba(201,168,76,0.15) 100%);
  padding: 48px 48px 40px;
  border-bottom: 1px solid rgba(201,168,76,0.15);
  text-align: center; position: relative; overflow: hidden;
}
.tarif-top::before {
  content: 'ASET'; position: absolute; font-family: 'Playfair Display', serif;
  font-size: 8rem; font-weight: 700; color: rgba(255,255,255,0.03);
  top: 50%; left: 50%; transform: translate(-50%, -50%); letter-spacing: 10px;
  pointer-events: none;
}
.tarif-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; padding: 6px 22px; border-radius: 50px; margin-bottom: 24px;
  box-shadow: 0 4px 16px rgba(201,168,76,0.4);
}
.tarif-price {
  display: flex; align-items: flex-end; justify-content: center;
  gap: 8px; margin-bottom: 6px;
}
.tarif-amount {
  font-family: 'Playfair Display', serif; font-size: 4.5rem; font-weight: 700;
  color: #fff; line-height: 1;
}
.tarif-currency {
  font-size: 1.2rem; font-weight: 600; color: var(--gold);
  margin-bottom: 10px;
}
.tarif-period {
  font-size: 0.85rem; color: rgba(255,255,255,0.45);
  letter-spacing: 1px; text-transform: uppercase;
}
.tarif-bottom { padding: 40px 48px; }
.tarif-features {
  list-style: none; padding: 0; margin-bottom: 32px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.tarif-features li {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 0; font-size: 0.92rem; color: rgba(220,210,190,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.tarif-features li:nth-last-child(-n+2) { border-bottom: none; }
.tarif-features li i { color: var(--gold); font-size: 0.95rem; flex-shrink: 0; }
.tarif-paiement {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  background: rgba(201,168,76,0.07); border: 1px solid rgba(201,168,76,0.2);
  border-radius: 14px; padding: 16px 24px; font-size: 0.9rem;
  color: rgba(220,210,190,0.75); margin-bottom: 28px; flex-wrap: wrap;
  text-align: center;
}
.tarif-paiement i { color: var(--gold); font-size: 1.2rem; }
.tarif-paiement strong { color: var(--gold); }
.tarif-tranches {
  display: flex; gap: 12px; margin-bottom: 28px;
}
.tranche {
  flex: 1; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 16px; text-align: center;
}
.tranche-label { font-size: 0.72rem; color: rgba(255,255,255,0.4); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
.tranche-amount { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--gold); }
.tranche-sub { font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-top: 2px; }

/* ===== CTA SECTION ===== */
.section-cta {
  background: var(--dark2); position: relative; padding: 120px 0;
}
.cta-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(55,3,219,0.6) 0%, rgba(10,10,26,0.8) 100%);
}
.section-cta .container { position: relative; z-index: 2; }

/* ===== FOOTER ===== */
.site-footer { background: #3703DB; padding: 50px 0 30px; }
.footer-brand { font-size: 1.6rem; color: var(--gold); letter-spacing: 3px; }
.footer-tagline { font-size: 0.8rem; color: rgba(255,255,255,0.4); letter-spacing: 2px; margin-top: 4px; }
.footer-links { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.footer-links a:hover { color: var(--gold); }
.footer-socials { display: flex; justify-content: flex-end; gap: 16px; }
.footer-socials a { color: rgba(255,255,255,0.5); font-size: 1.3rem; transition: color 0.3s, transform 0.3s; }
.footer-socials a:hover { color: var(--gold); transform: translateY(-3px); }
.footer-hr { border-color: rgba(255,255,255,0.08); margin: 30px 0 20px; }
.footer-copy { font-size: 0.8rem; color: rgba(255,255,255,0.3); }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  section { padding: 70px 0; }
  .img-frame::before { display: none; }
  .footer-socials { justify-content: center; }
  .tarif-bottom { padding: 32px 24px; }
  .tarif-top { padding: 36px 24px 28px; }
  .tarif-amount { font-size: 3.2rem; }
  .tarif-features { grid-template-columns: 1fr; }
  .tarif-features li:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,0.05); }
  .tarif-features li:last-child { border-bottom: none; }
  .tarif-tranches { flex-direction: column; }
}
