.elementor-452 .elementor-element.elementor-element-41690d6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d4bd907 *//* --- STYLES &amp; ANIMATIONS : FUTUR &amp; UNIVERSITÉ (OUTFIT + PLAYFAIR) --- */
:root {
  --af-red: #da002e;
  --af-dark: #0f172a;
  --af-yellow: #fef08a;
  --af-cream: #fffbeb;
  --af-blue-light: #f0f9ff;
  --af-border: #0f172a;
}

.af-kids-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--af-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

.af-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  0% { transform: scale(0.9) rotate(0deg); opacity: 0; }
  100% { transform: scale(1) rotate(-1deg); opacity: 1; }
}

.animate-fade-in {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Hero */
.af-hero-future {
  background: linear-gradient(135deg, var(--af-cream) 0%, #fdf2f8 50%, #f0fdf4 100%);
  padding: 110px 0 90px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid var(--af-border);
}

.af-badge-future {
  display: inline-block;
  background: var(--af-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  box-shadow: 4px 4px 0px var(--af-border);
  border: 2px solid var(--af-border);
  animation: popIn 0.6s ease forwards;
}

.af-hero-future h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: var(--af-dark);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.af-hero-future h1 .highlight {
  background: var(--af-yellow);
  padding: 0 12px;
  border-radius: 8px;
  border: 2px solid var(--af-border);
  box-shadow: 3px 3px 0px var(--af-border);
  display: inline-block;
}

.af-hero-lead {
  font-size: 1.25rem;
  color: #334155;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Secciones */
.af-section {
  padding: 90px 0;
}

.af-bg-light {
  background-color: #f8fafc;
}

/* Grid y Tarjetas */
.af-grid-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.af-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 8px 8px 0px var(--af-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-card:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 0px var(--af-border);
}

.af-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: var(--af-dark);
  letter-spacing: -0.3px;
}

.af-card p {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Talleres Grid */
.af-talleres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.af-taller-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 35px 30px;
  box-shadow: 6px 6px 0px var(--af-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.af-taller-card:hover {
  transform: translateY(-6px);
}

.af-taller-card h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--af-dark);
  letter-spacing: -0.3px;
}

/* Precios */
.af-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.af-price-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 6px 6px 0px var(--af-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.af-price-card .price-amount {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--af-red);
  font-family: 'Playfair Display', Georgia, serif;
  margin: 20px 0;
}

.af-tag {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  border: 2px solid var(--af-border);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 0px var(--af-border);
}

.af-tag.red { background: #fee2e2; color: #991b1b; }
.af-tag.yellow { background: var(--af-yellow); color: #713f12; }

@media (max-width: 992px) {
  .af-grid-split, .af-talleres-grid, .af-pricing-grid {
    grid-template-columns: 1fr;
  }
  .af-hero-future h1 { font-size: 2.4rem; }
}/* End custom CSS */