/* =========================================================
   JEEN ADS — Main Stylesheet
   ========================================================= */

/* ===== ROOT VARIABLES ===== */
:root {
  --noir: #0a0a0a;
  --noir-2: #131313;
  --noir-3: #1c1c1c;
  --noir-4: #242424;
  --or: #d4af37;
  --or-clair: #f0d378;
  --or-fonse: #a8842a;
  --blan: #f6f1e6;
  --blan-2: #ffffff;
  --ble: #00209f;
  --wouj: #d21034;
  --vet: #25D366;
  --gri: #8a8378;
  --gri-fonse: #2a2a2a;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--noir);
  color: var(--blan);
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1000;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.display { font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.02em; line-height: 0.95; }
.italic-serif { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 400; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.hidden { display: none !important; }

/* ===== NAVIGATION ===== */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  padding: 20px 0;
  z-index: 100;
  background: rgba(10, 10, 10, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}
nav .container { display: flex; align-items: center; justify-content: space-between; }
.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: var(--blan);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-dot {
  width: 10px; height: 10px;
  background: var(--or);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--or);
}
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a {
  color: var(--blan);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.3s;
}
.nav-links a:hover { color: var(--or); }
.btn-wa {
  background: var(--or);
  color: var(--noir);
  padding: 12px 22px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.btn-wa:hover { background: var(--or-clair); transform: translateY(-2px); }
@media (max-width: 1000px) { .nav-links { display: none; } }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  overflow: hidden;
}
.hero-bg-glow {
  position: absolute;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18) 0%, transparent 60%);
  top: -200px; right: -200px;
  pointer-events: none;
}
.hero-bg-glow.b2 {
  background: radial-gradient(circle, rgba(0, 32, 159, 0.15) 0%, transparent 60%);
  width: 600px; height: 600px;
  bottom: -200px; left: -150px;
  top: auto; right: auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--or);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 28px;
  animation: fadeUp 0.8s ease-out;
}
.eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--or); }

.hero h1 {
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  margin-bottom: 28px;
  animation: fadeUp 0.9s ease-out 0.1s both;
}
.hero h1 .gold { color: var(--or); }
.hero h1 .italic-serif {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: var(--blan);
  text-transform: none;
}

.hero-platforms {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  animation: fadeUp 1s ease-out 0.2s both;
}
.platform-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(212, 175, 55, 0.08);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blan);
  letter-spacing: 0.04em;
}
.platform-pill::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--or);
}

.hero-tagline {
  font-size: clamp(16px, 1.4vw, 19px);
  color: rgba(246, 241, 230, 0.75);
  margin-bottom: 40px;
  animation: fadeUp 1s ease-out 0.3s both;
}
.hero-tagline strong { color: var(--blan); font-weight: 600; }

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeUp 1.1s ease-out 0.4s both;
}

.btn-primary {
  background: var(--or);
  color: var(--noir);
  padding: 18px 32px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
}
.btn-primary:hover {
  background: var(--or-clair);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
}
.btn-ghost {
  background: transparent;
  color: var(--blan);
  padding: 18px 32px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s;
  border: 1px solid rgba(246, 241, 230, 0.25);
}
.btn-ghost:hover { border-color: var(--or); color: var(--or); }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid rgba(246, 241, 230, 0.1);
  animation: fadeUp 1.2s ease-out 0.6s both;
  position: relative;
  z-index: 2;
}
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  color: var(--or);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 12px;
  color: rgba(246, 241, 230, 0.6);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .hero-stats { grid-template-columns: 1fr; gap: 30px; }
}

/* ===== SECTIONS COMMON ===== */
section { padding: 120px 0; position: relative; }
@media (max-width: 700px) { section { padding: 80px 0; } }

.section-eyebrow {
  color: var(--or);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.section-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--or); }

.section-title {
  font-size: clamp(42px, 6vw, 88px);
  margin-bottom: 24px;
  font-weight: 400;
}
.section-title .italic-serif { color: var(--or); }

.section-intro {
  font-size: 18px;
  max-width: 640px;
  color: rgba(246, 241, 230, 0.7);
  margin-bottom: 60px;
}

/* ===== PÒTFOLYO (Horizontal Carousel) ===== */
.portfolio {
  background: linear-gradient(180deg, var(--noir) 0%, var(--noir-2) 100%);
}

.filter-bar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.filter-btn {
  padding: 10px 20px;
  background: transparent;
  border: 1px solid rgba(246, 241, 230, 0.15);
  color: rgba(246, 241, 230, 0.7);
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
}
.filter-btn:hover { color: var(--blan); border-color: rgba(212, 175, 55, 0.4); }
.filter-btn.active {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
}

.carousel-wrapper {
  position: relative;
  padding: 0 0 8px;
}

.portfolio-carousel {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 10px 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.portfolio-carousel::-webkit-scrollbar { display: none; }

.portfolio-item {
  flex: 0 0 calc((100% - 40px) / 3);
  scroll-snap-align: start;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: var(--noir-3);
  border: 1px solid rgba(246, 241, 230, 0.05);
  transition: all 0.4s;
  aspect-ratio: 1 / 1;
}
@media (max-width: 900px) {
  .portfolio-item { flex: 0 0 calc((100% - 20px) / 2); }
}
@media (max-width: 600px) {
  .portfolio-item { flex: 0 0 85%; }
}

.portfolio-item:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.portfolio-item:hover img { transform: scale(1.04); }

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 10, 0.92) 0%, rgba(10, 10, 10, 0.5) 40%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
}
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay .pf-cat {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--or);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
}
.portfolio-overlay h4 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: var(--blan);
  letter-spacing: 0.03em;
  line-height: 1.1;
}

/* Carousel navigation buttons */
.carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--or);
  color: var(--noir);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35);
  transition: all 0.3s;
}
.carousel-nav:hover {
  background: var(--or-clair);
  transform: translateY(-50%) scale(1.08);
}
.carousel-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%) scale(0.9);
}
.carousel-nav.prev { left: -24px; }
.carousel-nav.next { right: -24px; }
.carousel-nav svg { width: 24px; height: 24px; }

@media (max-width: 700px) {
  .carousel-nav { width: 44px; height: 44px; }
  .carousel-nav.prev { left: 8px; }
  .carousel-nav.next { right: 8px; }
  .carousel-nav svg { width: 18px; height: 18px; }
}

/* ===== LIGHTBOX ===== */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lightbox.open { opacity: 1; pointer-events: auto; }
.lightbox img {
  max-width: 90vw;
  max-height: 88vh;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.8);
}
.lightbox-close {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: var(--blan);
  font-size: 24px;
  cursor: pointer;
  transition: background 0.3s;
}
.lightbox-close:hover { background: rgba(255, 255, 255, 0.2); }

/* ===== PRICING ===== */
.pricing { background: var(--noir); }

.platform-tabs {
  display: inline-flex;
  background: var(--noir-3);
  border: 1px solid rgba(246, 241, 230, 0.08);
  border-radius: 100px;
  padding: 6px;
  margin-bottom: 32px;
  gap: 4px;
}
.platform-tab {
  padding: 12px 26px;
  background: transparent;
  border: none;
  color: rgba(246, 241, 230, 0.7);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 0.06em;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.3s;
}
.platform-tab.active { background: var(--or); color: var(--noir); }
.platform-tab:not(.active):hover { color: var(--blan); }

.period-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 36px;
  background: rgba(28, 28, 28, 0.5);
  border: 1px solid rgba(246, 241, 230, 0.08);
  border-radius: 12px;
  padding: 4px;
  max-width: 360px;
}
.period-tab {
  flex: 1;
  padding: 12px 18px;
  background: transparent;
  border: none;
  color: rgba(246, 241, 230, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s;
}
.period-tab.active {
  background: rgba(212, 175, 55, 0.15);
  color: var(--or);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1100px) { .pricing-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 800px) { .pricing-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .pricing-grid { grid-template-columns: 1fr; } }

.price-card {
  background: var(--noir-3);
  border: 1px solid rgba(246, 241, 230, 0.08);
  border-radius: 16px;
  padding: 28px 24px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-3px);
}
.price-card.popular {
  border-color: rgba(212, 175, 55, 0.5);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.06) 0%, var(--noir-3) 50%);
}
.price-card.popular::before {
  content: 'PI POPILÈ';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--or);
  color: var(--noir);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  padding: 4px 12px;
  border-radius: 100px;
}

.price-tier-label {
  font-size: 11px;
  color: rgba(246, 241, 230, 0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.price-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 44px;
  color: var(--or);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.price-currency {
  font-size: 14px;
  color: rgba(246, 241, 230, 0.5);
  margin-bottom: 20px;
}
.price-divider {
  height: 1px;
  background: rgba(246, 241, 230, 0.08);
  margin: 20px 0;
}
.price-reach-label {
  font-size: 11px;
  color: rgba(246, 241, 230, 0.5);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.price-reach {
  font-size: 17px;
  color: var(--blan);
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}
.price-reach-note {
  font-size: 12px;
  color: rgba(246, 241, 230, 0.55);
  margin-bottom: 24px;
}
.price-cta {
  margin-top: auto;
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--or);
  padding: 12px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.price-cta:hover { background: var(--or); color: var(--noir); }
.price-card.popular .price-cta {
  background: var(--or);
  color: var(--noir);
  border-color: var(--or);
}
.price-card.popular .price-cta:hover { background: var(--or-clair); }

.pricing-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: rgba(28, 28, 28, 0.5);
  border-left: 3px solid var(--or);
  border-radius: 8px;
  font-size: 14px;
  color: rgba(246, 241, 230, 0.7);
  max-width: 720px;
}

/* ===== KREYATIF ===== */
.kreyatif { background: linear-gradient(180deg, var(--noir-2) 0%, var(--noir) 100%); }
.kreyatif-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .kreyatif-grid { grid-template-columns: 1fr; } }

.kreyatif-card {
  background: var(--noir-3);
  border: 1px solid rgba(246, 241, 230, 0.08);
  border-radius: 20px;
  padding: 36px 32px;
  transition: all 0.3s;
}
.kreyatif-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: translateY(-4px);
}
.kreyatif-icon {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  color: var(--or);
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.kreyatif-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 34px;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.kreyatif-card p {
  color: rgba(246, 241, 230, 0.7);
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1.6;
}
.kreyatif-price {
  padding-top: 20px;
  border-top: 1px solid rgba(246, 241, 230, 0.08);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}
.kreyatif-price-label {
  font-size: 11px;
  color: rgba(246, 241, 230, 0.5);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.kreyatif-price-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  color: var(--or);
  letter-spacing: 0.02em;
}
.kreyatif-cta {
  display: block;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(246, 241, 230, 0.2);
  color: var(--blan);
  padding: 12px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all 0.3s;
}
.kreyatif-cta:hover { border-color: var(--or); color: var(--or); }

/* ===== FORMATION ===== */
.formation { background: linear-gradient(180deg, var(--noir) 0%, var(--noir-2) 100%); }
.formation-card {
  background: var(--noir-3);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 24px;
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
  align-items: center;
}
.formation-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 60%);
  pointer-events: none;
}
@media (max-width: 900px) {
  .formation-card { grid-template-columns: 1fr; padding: 40px 28px; gap: 32px; }
}

.formation-badge {
  display: inline-block;
  background: var(--wouj);
  color: var(--blan);
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.formation-card h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1;
  margin-bottom: 20px;
}
.formation-card h3 .gold { color: var(--or); }
.formation-card > div > p {
  color: rgba(246, 241, 230, 0.75);
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 1.7;
}
.formation-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 32px;
}
.formation-features li {
  font-size: 14px;
  color: rgba(246, 241, 230, 0.85);
  padding-left: 22px;
  position: relative;
}
.formation-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--or);
  font-weight: 700;
}
.formation-price-box { position: relative; z-index: 2; }
.formation-old {
  font-size: 22px;
  color: rgba(246, 241, 230, 0.4);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.formation-new {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 88px;
  line-height: 1;
  color: var(--or);
  margin-bottom: 8px;
}
.formation-new-label {
  color: rgba(246, 241, 230, 0.6);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* ===== POU KISA ===== */
.why { background: var(--noir); }
.why-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr; gap: 50px; } }

.why-points { display: flex; flex-direction: column; gap: 32px; margin-top: 50px; }
.why-point {
  display: flex;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(246, 241, 230, 0.08);
}
.why-point:last-child { border-bottom: none; padding-bottom: 0; }
.why-icon {
  flex-shrink: 0;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--or);
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
}
.why-point h4 { font-size: 20px; margin-bottom: 8px; color: var(--blan); font-weight: 600; }
.why-point p { color: rgba(246, 241, 230, 0.65); font-size: 15px; }

.flag-card {
  background: var(--noir-3);
  border-radius: 24px;
  padding: 48px 40px;
  border: 1px solid rgba(246, 241, 230, 0.08);
  position: relative;
  overflow: hidden;
}
.flag-stripes { position: absolute; top: 0; left: 0; right: 0; height: 6px; display: flex; }
.flag-stripes div { flex: 1; }
.flag-stripes div:nth-child(1) { background: var(--ble); }
.flag-stripes div:nth-child(2) { background: var(--wouj); }
.flag-card .big-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 120px;
  line-height: 1;
  color: var(--or);
  margin-bottom: 12px;
}
.flag-card h4 { font-size: 22px; margin-bottom: 16px; color: var(--blan); }
.flag-card p { color: rgba(246, 241, 230, 0.7); font-size: 15px; }
.flag-card .quote {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(246, 241, 230, 0.1);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(246, 241, 230, 0.85);
  line-height: 1.5;
}
.flag-card .quote-author {
  margin-top: 16px;
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 12px;
  color: var(--or);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ===== PROCESS ===== */
.process { background: linear-gradient(180deg, var(--noir) 0%, var(--noir-2) 100%); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 900px) { .process-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .process-steps { grid-template-columns: 1fr; } }

.step {
  padding: 32px 24px;
  border: 1px solid rgba(246, 241, 230, 0.08);
  border-radius: 16px;
  background: rgba(28, 28, 28, 0.5);
  transition: all 0.3s;
}
.step:hover { border-color: var(--or); transform: translateY(-4px); }
.step-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 56px;
  color: var(--or);
  line-height: 1;
  margin-bottom: 20px;
  opacity: 0.4;
}
.step h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: var(--blan); }
.step p { color: rgba(246, 241, 230, 0.6); font-size: 14px; line-height: 1.6; }

/* ===== CTA ===== */
.cta { background: var(--noir-2); position: relative; overflow: hidden; }
.cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.15), transparent 60%);
  pointer-events: none;
}
.cta-inner {
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.cta h2 {
  font-size: clamp(44px, 7vw, 96px);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.cta h2 .gold { color: var(--or); }
.cta p { font-size: 19px; color: rgba(246, 241, 230, 0.75); margin-bottom: 36px; }
.cta-phone {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px;
  color: var(--or);
  letter-spacing: 0.05em;
  margin-bottom: 36px;
  display: block;
  text-decoration: none;
}

.payment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 50px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) { .payment-grid { grid-template-columns: 1fr; } }
.payment-card {
  background: rgba(28, 28, 28, 0.6);
  border: 1px solid rgba(246, 241, 230, 0.1);
  border-radius: 16px;
  padding: 20px;
  text-align: left;
}
.payment-card .label {
  color: var(--or);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
}
.payment-card .number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: var(--blan);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.payment-card .name {
  color: rgba(246, 241, 230, 0.6);
  font-size: 12px;
}
.payment-note {
  margin-top: 16px;
  color: rgba(246, 241, 230, 0.55);
  font-size: 13px;
  font-style: italic;
}

/* ===== FOOTER ===== */
footer {
  background: var(--noir);
  padding: 60px 0 40px;
  border-top: 1px solid rgba(246, 241, 230, 0.08);
}
.group-banner {
  margin: 0 0 50px;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(212, 175, 55, 0.06) 100%);
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 20px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.group-banner h4 { font-size: 20px; margin-bottom: 6px; color: var(--blan); }
.group-banner p {
  color: rgba(246, 241, 230, 0.7);
  font-size: 14px;
  max-width: 500px;
}
.group-cta {
  background: var(--vet);
  color: white;
  padding: 14px 26px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.3s;
}
.group-cta:hover { transform: translateY(-2px); }

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 500px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand h3 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  margin-bottom: 16px;
  letter-spacing: 0.06em;
}
.footer-brand p {
  color: rgba(246, 241, 230, 0.6);
  font-size: 14px;
  max-width: 360px;
}
.footer-col h5 {
  color: var(--or);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 600;
}
.footer-col a, .footer-col p {
  color: rgba(246, 241, 230, 0.7);
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 4px 0;
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--or); }

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid rgba(246, 241, 230, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p { color: rgba(246, 241, 230, 0.5); font-size: 13px; }
.footer-flag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 241, 230, 0.6);
  font-size: 13px;
}
.mini-flag {
  width: 22px; height: 14px;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  overflow: hidden;
}
.mini-flag div { flex: 1; }
.mini-flag div:first-child { background: var(--ble); }
.mini-flag div:last-child { background: var(--wouj); }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal.in { opacity: 1; transform: translateY(0); }

/* ===== FLOATING WHATSAPP ===== */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99;
  background: var(--vet);
  color: white;
  width: 60px; height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.3s;
}
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 30px; height: 30px; fill: white; }
