/* shared.css — P.R FUTURE global styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap');

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Inter', sans-serif;
  color: #fff;
  background: #05030e;
  overflow-x: hidden;
  max-width: 100vw;
}

/* ── FIXED BACKGROUND ── */
.bg-fixed-wrap { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: #000; }
.bg-fixed-wrap img,
.bg-fixed-wrap video { width: 100vw; height: 100vh; object-fit: cover; object-position: center 80%; display: block; }
.bg-fixed-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom,
    rgba(5,3,14,0.55) 0%, rgba(5,3,14,0.20) 20%,
    rgba(5,3,14,0.15) 45%, rgba(5,3,14,0.70) 78%,
    rgba(5,3,14,0.97) 100%);
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 52px;
  backdrop-filter: blur(20px) saturate(1.3);
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  background: rgba(5,3,14,0.28);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-logo {
  font-size: 1.05rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff8a50 0%, #ffffff 48%, #3de8ff 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  cursor: pointer; text-decoration: none;
}
.nav-links { list-style: none; display: flex; gap: 34px; }
.nav-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.82rem; font-weight: 400; letter-spacing: 0.05em; transition: color 0.22s; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  padding: 10px 24px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.07);
  backdrop-filter: blur(14px); color: #fff; font-size: 0.82rem; font-weight: 500;
  letter-spacing: 0.04em; cursor: pointer; text-decoration: none;
  transition: border-color 0.25s, background 0.25s; white-space: nowrap;
  position: relative; overflow: hidden;
}
.nav-cta:hover { border-color: rgba(255,255,255,0.45); background: rgba(255,255,255,0.12); }

/* ── BACK BUTTON ── */
.back-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); background: none; border: none; cursor: pointer;
  padding: 0; font-family: 'Inter', sans-serif; transition: color 0.22s;
  position: fixed; top: 88px; left: 52px; z-index: 200; text-decoration: none;
}
.back-btn:hover { color: #fff; }
.back-btn svg { width: 14px; height: 14px; }

/* ── SECTIONS ── */
section { position: relative; z-index: 10; }

/* ── SCROLL INDICATOR ── */
.scroll-indicator { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; opacity: 0.45; }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(255,255,255,0), #fff); animation: scrollDrop 2s ease-in-out infinite; }
@keyframes scrollDrop {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 0; }
  40%  { transform: scaleY(1); transform-origin: top; opacity: 1; }
  60%  { transform: scaleY(1); transform-origin: bottom; opacity: 1; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ═══════════════════════════ HERO ═══════════════════════════ */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0 24px; position: relative; }
.hero-title { font-size: clamp(2.4rem, 5.8vw, 5.6rem); font-weight: 900; letter-spacing: -0.01em; line-height: 1.12; color: #ffffff; text-wrap: balance; max-width: 900px; text-shadow: 0 2px 40px rgba(0,0,0,0.5), 0 0 80px rgba(0,0,0,0.3); font-family: 'Calibri', 'Inter', system-ui, sans-serif; }

/* ═══════════════════════════ VISION ═══════════════════════════ */
.vision { min-height: 80vh; display: flex; align-items: center; justify-content: center; padding: 120px 24px; }
.vision-inner { max-width: 680px; text-align: center; }
.vision-title { font-size: clamp(1.6rem, 3.2vw, 2.8rem); font-weight: 900; letter-spacing: 0.01em; color: #BCE3FB; margin-bottom: 32px; line-height: 1.2; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.vision-divider { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent); margin: 0 auto 32px; }
.vision-body { font-size: clamp(1rem, 1.6vw, 1.15rem); font-weight: 900; line-height: 1.85; color: rgba(255,255,255,0.78); font-family: 'Calibri', 'Inter', system-ui, sans-serif; margin-bottom: 20px; }

/* ═══════════════════════════ PROGRAMS (homepage) ═══════════════════════════ */
.programs { padding: 100px 24px 140px; }
.programs-header { text-align: center; margin-bottom: 64px; }
.programs-eyebrow { font-size: 0.7rem; font-weight: 900; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 14px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.programs-title { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1100px; margin: 0 auto; }

/* ═══════════════════════════ GLASS CARDS ═══════════════════════════ */
.glass-card {
  position: relative; border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.06);
  backdrop-filter: blur(28px) saturate(1.5) brightness(1.05);
  -webkit-backdrop-filter: blur(28px) saturate(1.5) brightness(1.05);
  padding: 52px 36px 44px; overflow: hidden; cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1), border-color 0.3s, box-shadow 0.4s;
  transform-style: preserve-3d; display: flex; flex-direction: column; min-height: 300px; text-decoration: none;
}
.glass-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.35) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.35) 60%, transparent 100%); }
.glass-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.10) 0%, transparent 65%); opacity: 0; transition: opacity 0.35s; pointer-events: none; }
.glass-card:hover { transform: translateY(-10px) scale(1.018); border-color: rgba(255,255,255,0.30); box-shadow: 0 24px 60px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.08), inset 0 1px 0 rgba(255,255,255,0.12); }
.glass-card:hover::after { opacity: 1; }
.card-cyan   { box-shadow: 0 8px 40px rgba(61,232,255,0.08); }
.card-orange { box-shadow: 0 8px 40px rgba(255,138,80,0.08); }
.card-violet { box-shadow: 0 8px 40px rgba(168,100,255,0.08); }
.card-cyan:hover   { box-shadow: 0 24px 60px rgba(61,232,255,0.18), 0 0 80px rgba(61,232,255,0.06); }
.card-orange:hover { box-shadow: 0 24px 60px rgba(255,138,80,0.18), 0 0 80px rgba(255,138,80,0.06); }
.card-violet:hover { box-shadow: 0 24px 60px rgba(168,100,255,0.18), 0 0 80px rgba(168,100,255,0.06); }
.card-tag { display: inline-block; font-size: 0.63rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; padding: 4px 11px; border-radius: 100px; margin-bottom: 16px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.card-cyan   .card-tag { background: rgba(61,232,255,0.14);  color: #3de8ff; }
.card-orange .card-tag { background: rgba(255,138,80,0.14);  color: #ff9a5c; }
.card-violet .card-tag { background: rgba(168,100,255,0.14); color: #c080ff; }
.card-title { font-size: 1.3rem; font-weight: 900; color: #fff; letter-spacing: 0.01em; margin-bottom: 6px; line-height: 1.2; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.card-cyan   .card-title { color: #3de8ff; }
.card-orange .card-title { color: #ff9a5c; }
.card-violet .card-title { color: #c080ff; }
.card-audience { font-size: 1.05rem; color: rgba(255,255,255,0.75); font-weight: 400; line-height: 1.85; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.card-cta { display: inline-flex; align-items: center; align-self: flex-start; gap: 7px; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; margin-top: auto; padding-top: 28px; transition: gap 0.22s, opacity 0.22s; opacity: 0.75; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.glass-card:hover .card-cta { opacity: 1; gap: 11px; }
.card-cyan   .card-cta { color: #3de8ff; }
.card-orange .card-cta { color: #ff9a5c; }
.card-violet .card-cta { color: #c080ff; }

/* ── RIPPLE ── */
.ripple-ring { position: absolute; border-radius: 50%; background: rgba(255,255,255,0.18); transform: scale(0); animation: rippleOut 0.65s ease-out forwards; pointer-events: none; }
@keyframes rippleOut { to { transform: scale(5); opacity: 0; } }

/* ═══════════════════════════ WAITLIST ═══════════════════════════ */
.waitlist-section { position: relative; z-index: 10; padding: 60px 24px 100px; display: flex; justify-content: center; }
.waitlist-panel { max-width: 560px; width: 100%; border-radius: 32px; border: 1px solid rgba(255,255,255,0.13); background: rgba(255,255,255,0.05); backdrop-filter: blur(30px) saturate(1.4); -webkit-backdrop-filter: blur(30px) saturate(1.4); padding: 52px 48px; text-align: center; position: relative; overflow: hidden; }
.waitlist-panel::before { content: ''; position: absolute; top: 0; left: 20%; right: 20%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent); }
.waitlist-title { font-size: 1.7rem; font-weight: 600; color: #fff; margin-bottom: 10px; letter-spacing: -0.01em; }
.waitlist-sub { font-size: 0.88rem; color: rgba(255,255,255,0.5); line-height: 1.65; margin-bottom: 32px; font-weight: 300; }
.waitlist-form { display: flex; gap: 10px; }
.glass-input { flex: 1; padding: 13px 20px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.07); backdrop-filter: blur(12px); color: #fff; font-family: 'Inter', sans-serif; font-size: 0.87rem; font-weight: 300; outline: none; min-width: 0; transition: border-color 0.25s, box-shadow 0.25s; }
.glass-input::placeholder { color: rgba(255,255,255,0.3); }
.glass-input:focus { border-color: rgba(255,255,255,0.38); box-shadow: 0 0 0 3px rgba(61,232,255,0.1); }
.btn-submit { padding: 13px 26px; border-radius: 100px; border: 1px solid rgba(255,200,160,0.3); background: linear-gradient(135deg, rgba(255,122,61,0.28), rgba(61,232,255,0.16)); backdrop-filter: blur(16px); color: #fff; font-family: 'Inter', sans-serif; font-size: 0.84rem; font-weight: 500; letter-spacing: 0.03em; cursor: pointer; white-space: nowrap; position: relative; overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s; }
.btn-submit:hover { border-color: rgba(255,200,160,0.55); box-shadow: 0 0 30px rgba(255,100,40,0.22); transform: translateY(-1px); }

/* ─────────────────────────────────────────────────────
   YF PAGE — HERO
───────────────────────────────────────────────────── */
.yf-hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 24px 80px; position: relative; }
.yf-eyebrow { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #3de8ff; margin-bottom: 20px; opacity: 0.8; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.yf-title { font-size: clamp(3rem, 7vw, 7rem); font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; line-height: 1; margin-bottom: 20px; text-shadow: 0 0 80px rgba(61,232,255,0.2); font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.yf-subtitle { font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 300; color: rgba(255,255,255,0.95); letter-spacing: 0.06em; margin-bottom: 52px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.yf-buttons { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn-yf { padding: 14px 32px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.07); backdrop-filter: blur(20px); color: #fff; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.04em; cursor: pointer; position: relative; overflow: hidden; transition: border-color 0.28s, background 0.28s, transform 0.2s; text-decoration: none; }
.btn-yf::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.14) 0%, transparent 70%); pointer-events: none; }
.btn-yf-primary { background: linear-gradient(135deg, rgba(61,232,255,0.2), rgba(61,232,255,0.08)); border-color: rgba(61,232,255,0.35); box-shadow: 0 0 30px rgba(61,232,255,0.12); }
.btn-yf:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); }
.btn-yf-primary:hover { border-color: rgba(61,232,255,0.6); box-shadow: 0 0 50px rgba(61,232,255,0.2); }

/* ─────────────────────────────────────────────────────
   YF VISION / PILLARS
───────────────────────────────────────────────────── */
.yf-vision { padding: 100px 24px 80px; display: flex; flex-direction: column; align-items: center; }
.yf-mission { font-size: clamp(0.95rem,1.6vw,1.15rem); font-weight: 700; color: rgba(255,255,255,0.95); letter-spacing: 0.06em; text-transform: uppercase; text-align: center; margin-bottom: 16px; max-width: 700px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.yf-vision-title { font-size: clamp(2rem,4vw,3.6rem); font-weight: 900; color: #fff; text-align: center; letter-spacing: -0.01em; margin-bottom: 72px; max-width: 700px; line-height: 1.15; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.pillars-list { display: flex; flex-direction: column; gap: 20px; max-width: 860px; width: 100%; }
.pillar-item { display: grid; grid-template-columns: 80px 1fr; gap: 0 48px; padding: 44px 40px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); background: rgba(0,0,0,0.7); backdrop-filter: blur(25px) saturate(1.4); -webkit-backdrop-filter: blur(25px) saturate(1.4); transition: border-color 0.35s, box-shadow 0.35s; }
.pillar-item:hover { border-color: rgba(212,175,55,0.35); box-shadow: 0 8px 48px rgba(212,175,55,0.08); }
.pillar-left { display: flex; flex-direction: column; align-items: flex-start; padding-top: 4px; }
.pillar-number { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #D4AF37; opacity: 0.9; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.pillar-accent { width: 1px; flex: 1; min-height: 32px; background: linear-gradient(to bottom, rgba(212,175,55,0.45), transparent); margin-top: 12px; margin-left: 5px; }
.pillar-title { font-size: 1.25rem; font-weight: 700; color: #D4AF37; margin-bottom: 14px; letter-spacing: 0.01em; line-height: 1.2; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.pillar-body { font-size: 0.9rem; font-weight: 300; color: #fff; line-height: 1.8; max-width: 580px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }

/* ─────────────────────────────────────────────────────
   TIMELINE
───────────────────────────────────────────────────── */
.journey-section { padding: 100px 24px 120px; display: flex; flex-direction: column; align-items: center; overflow-x: hidden; }
.journey-header { text-align: center; margin-bottom: 90px; }
.journey-eyebrow { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #3de8ff; opacity: 0.6; margin-bottom: 14px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.journey-title { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; line-height: 1.15; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.timeline { position: relative; width: 100%; max-width: 1000px; display: flex; flex-direction: column; }
.timeline-svg-wrap { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 120px; height: 100%; pointer-events: none; z-index: 0; }
.timeline-svg-wrap svg { width: 100%; height: 100%; overflow: visible; }
.timeline-path-bg { fill: none; stroke: rgba(61,232,255,0.07); stroke-width: 1.5; stroke-linecap: round; }
.timeline-path-draw { fill: none; stroke: rgba(61,232,255,0.55); stroke-width: 1.5; stroke-linecap: round; filter: drop-shadow(0 0 4px rgba(61,232,255,0.4)); }
.step-row { display: grid; grid-template-columns: 1fr 120px 1fr; align-items: center; min-height: 180px; position: relative; z-index: 1; margin-bottom: 20px; }
.step-card-wrap { display: flex; }
.step-card-wrap.left { justify-content: flex-end; padding-right: 32px; }
.step-card-wrap.right { justify-content: flex-start; padding-left: 32px; }
.step-card { position: relative; border-radius: 20px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.052); backdrop-filter: blur(24px) saturate(1.4); -webkit-backdrop-filter: blur(24px) saturate(1.4); padding: 28px 28px 26px; max-width: 360px; width: 100%; overflow: hidden; opacity: 0; transform: translateY(22px); transition: border-color 0.3s, box-shadow 0.3s; }
.step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.22), transparent); }
.step-card:hover { border-color: rgba(61,232,255,0.28); box-shadow: 0 12px 40px rgba(61,232,255,0.08); }
.step-num { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #3de8ff; opacity: 0.6; margin-bottom: 10px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.step-title { font-size: 1rem; font-weight: 900; color: #fff; margin-bottom: 10px; line-height: 1.3; letter-spacing: 0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.step-body { font-size: 0.82rem; font-weight: 300; color: rgba(255,255,255,0.95); line-height: 1.72; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.step-center { display: flex; align-items: center; justify-content: center; }
.step-dot { width: 10px; height: 10px; border-radius: 50%; background: #3de8ff; box-shadow: 0 0 12px rgba(61,232,255,0.7), 0 0 24px rgba(61,232,255,0.3); opacity: 0; flex-shrink: 0; position: relative; z-index: 2; }

/* ─────────────────────────────────────────────────────
   OBJECTIVES
───────────────────────────────────────────────────── */
.objectives-section { padding: 110px 40px 130px; display: flex; flex-direction: column; align-items: center; }
.objectives-header { text-align: center; margin-bottom: 80px; }
.objectives-eyebrow { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: #3de8ff; opacity: 0.55; margin-bottom: 14px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.objectives-title { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.obj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1060px; width: 100%; align-items: start; }
.obj-pillar { position: relative; border-radius: 28px; border: 1px solid rgba(255,255,255,0.11); background: rgba(255,255,255,0.052); backdrop-filter: blur(28px) saturate(1.5); -webkit-backdrop-filter: blur(28px) saturate(1.5); padding: 52px 32px 48px; overflow: hidden; cursor: default; transition: background 0.4s, border-color 0.4s, box-shadow 0.4s, transform 0.4s cubic-bezier(0.23,1,0.32,1); }
.obj-pillar:nth-child(1) { margin-top: 0; }
.obj-pillar:nth-child(2) { margin-top: 48px; }
.obj-pillar:nth-child(3) { margin-top: 20px; }
.obj-pillar::before { content: ''; position: absolute; top: 0; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); }
.obj-pillar::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(ellipse at 50% 100%, var(--pillar-glow) 0%, transparent 65%); opacity: 0.4; transition: opacity 0.4s; pointer-events: none; }
.obj-pillar-1 { --pillar-glow: rgba(61,232,255,0.18); }
.obj-pillar-2 { --pillar-glow: rgba(255,138,80,0.18); }
.obj-pillar-3 { --pillar-glow: rgba(168,100,255,0.18); }
.obj-pillar:hover { background: rgba(255,255,255,0.09); border-color: rgba(255,255,255,0.24); transform: translateY(-10px) scale(1.012) !important; }
.obj-pillar-1:hover { box-shadow: 0 20px 60px rgba(61,232,255,0.12), inset 0 0 40px rgba(61,232,255,0.04); }
.obj-pillar-2:hover { box-shadow: 0 20px 60px rgba(255,138,80,0.12), inset 0 0 40px rgba(255,138,80,0.04); }
.obj-pillar-3:hover { box-shadow: 0 20px 60px rgba(168,100,255,0.12), inset 0 0 40px rgba(168,100,255,0.04); }
.obj-pillar:hover::after { opacity: 0.7; }
.obj-index { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 48px; display: flex; align-items: center; gap: 10px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.obj-pillar-1 .obj-index { color: #3de8ff; }
.obj-pillar-2 .obj-index { color: #ff9a5c; }
.obj-pillar-3 .obj-index { color: #c080ff; }
.obj-index::after { content: ''; flex: 1; height: 1px; background: currentColor; opacity: 0.2; }
.obj-title { font-size: 1.4rem; font-weight: 900; color: #fff; letter-spacing: 0.01em; line-height: 1.2; margin-bottom: 24px; transition: text-shadow 0.4s; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.obj-pillar-1 .obj-title { color: #3de8ff; }
.obj-pillar-2 .obj-title { color: #ff9a5c; }
.obj-pillar-3 .obj-title { color: #c080ff; }
.obj-pillar:hover .obj-title { text-shadow: 0 0 30px rgba(255,255,255,0.25); }
.obj-body { font-size: 0.875rem; font-weight: 700; color: #ffffff; line-height: 1.8; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.obj-line { position: absolute; top: 0; bottom: 0; left: 0; width: 2px; border-radius: 0 0 0 28px; opacity: 0.35; transition: opacity 0.4s; }
.obj-pillar-1 .obj-line { background: linear-gradient(to bottom, #3de8ff, transparent); }
.obj-pillar-2 .obj-line { background: linear-gradient(to bottom, #ff9a5c, transparent); }
.obj-pillar-3 .obj-line { background: linear-gradient(to bottom, #c080ff, transparent); }
.obj-pillar:hover .obj-line { opacity: 0.7; }

/* ─────────────────────────────────────────────────────
   PROJECT SHOWCASE / CAROUSEL
───────────────────────────────────────────────────── */
.showcase-section { padding: 110px 24px 130px; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
.showcase-header { text-align: center; margin-bottom: 80px; max-width: 760px; }
.showcase-quote { font-size: clamp(1.4rem,2.8vw,2.4rem); font-weight: 300; color: #fff; line-height: 1.3; letter-spacing: -0.01em; font-style: italic; }
.carousel-stage { position: relative; width: 100%; max-width: 900px; height: 520px; display: flex; align-items: center; justify-content: center; perspective: 1200px; }
.proj-card { position: absolute; width: 320px; border-radius: 24px; border: 1px solid rgba(255,255,255,0.13); background: rgba(14,12,30,0.72); backdrop-filter: blur(32px) saturate(1.6); -webkit-backdrop-filter: blur(32px) saturate(1.6); padding: 32px 28px 28px; display: flex; flex-direction: column; align-items: center; text-align: center; cursor: pointer; user-select: none; transition: transform 0.55s cubic-bezier(0.23,1,0.32,1), opacity 0.55s ease, box-shadow 0.55s ease; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.4); }
.proj-card::before, .proj-card::after { content: ''; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.proj-card::before { top: 14px; left: 14px; }
.proj-card::after  { top: 14px; right: 14px; }
.card-corner-bl, .card-corner-br { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,0.22); }
.card-corner-bl { bottom: 14px; left: 14px; }
.card-corner-br { bottom: 14px; right: 14px; }
.proj-card-sheen { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent); }
.proj-card[data-pos="active"] { z-index: 10; transform: translateX(0) scale(1) translateZ(0); opacity: 1; box-shadow: 0 24px 80px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.2); }
.proj-card[data-pos="prev"] { z-index: 5; transform: translateX(-68%) scale(0.84) translateZ(-60px); opacity: 0.55; }
.proj-card[data-pos="next"] { z-index: 5; transform: translateX(68%) scale(0.84) translateZ(-60px); opacity: 0.55; }
.proj-card[data-pos="prev2"], .proj-card[data-pos="next2"] { z-index: 2; transform: translateX(0) scale(0.65) translateZ(-120px); opacity: 0; pointer-events: none; }
.proj-card[data-pos="hidden"] { opacity: 0; pointer-events: none; transform: translateX(0) scale(0.5); z-index: 0; }
.card-brand-icon { width: 42px; height: 42px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; flex-shrink: 0; }
.card-proj-title { font-size: 1.1rem; font-weight: 600; color: #fff; line-height: 1.3; margin-bottom: 6px; letter-spacing: 0.01em; }
.card-creator { font-size: 0.72rem; color: rgba(255,255,255,0.38); letter-spacing: 0.06em; margin-bottom: 18px; }
.card-desc-panel { width: 100%; border-radius: 10px; border: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.04); padding: 14px 16px; margin-bottom: 18px; text-align: left; }
.card-desc-panel p { font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.48); line-height: 1.65; }
.card-valuation-btn { width: 100%; padding: 12px; border-radius: 10px; text-align: center; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 14px; transition: box-shadow 0.25s; }
.val-high  { background: rgba(61,232,255,0.12);  color: #3de8ff;  border: 1px solid rgba(61,232,255,0.28);  box-shadow: 0 0 20px rgba(61,232,255,0.1); }
.val-mid   { background: rgba(255,154,92,0.12);  color: #ff9a5c;  border: 1px solid rgba(255,154,92,0.28);  box-shadow: 0 0 20px rgba(255,154,92,0.1); }
.val-low   { background: rgba(192,128,255,0.12); color: #c080ff;  border: 1px solid rgba(192,128,255,0.28); box-shadow: 0 0 20px rgba(192,128,255,0.1); }
.val-elite { background: rgba(255,200,80,0.14);  color: #ffc840;  border: 1px solid rgba(255,200,80,0.32);  box-shadow: 0 0 24px rgba(255,200,80,0.15); }
.carousel-controls { display: flex; align-items: center; gap: 20px; margin-top: 40px; }
.carousel-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.06); backdrop-filter: blur(12px); color: rgba(255,255,255,0.6); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: border-color 0.22s, background 0.22s, color 0.22s; }
.carousel-btn:hover { border-color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.1); color: #fff; }
.carousel-dots { display: flex; gap: 8px; }
.c-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.22); transition: background 0.25s, transform 0.25s; cursor: pointer; }
.c-dot.active { background: #3de8ff; transform: scale(1.3); }

/* ─────────────────────────────────────────────────────
   MANIFESTO
───────────────────────────────────────────────────── */
.manifesto-section { padding: 120px 24px 140px; display: flex; flex-direction: column; align-items: center; }
.manifesto-header { text-align: center; margin-bottom: 96px; max-width: 780px; }
.manifesto-title { font-size: clamp(1.9rem,3.8vw,3.2rem); font-weight: 900; color: #fff; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 28px; white-space: pre-line; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.manifesto-intro { font-size: clamp(0.9rem,1.5vw,1.05rem); font-weight: 300; color: rgba(255,255,255,0.95); line-height: 1.75; letter-spacing: 0.01em; white-space: pre-line; }
.manifesto-grid { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 0 48px; max-width: 1060px; width: 100%; align-items: start; }
.manifesto-divider { width: 1px; align-self: stretch; background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,0.12) 20%, rgba(255,255,255,0.12) 80%, transparent 100%); margin-top: 8px; }
.manifesto-col { padding: 36px 28px 40px; border-radius: 20px; border: 1px solid rgba(255,255,255,0); background: rgba(255,255,255,0); transition: border-color 0.45s, background 0.45s, backdrop-filter 0.45s, box-shadow 0.45s, transform 0.4s cubic-bezier(0.23,1,0.32,1); }
.manifesto-col:hover { border-color: rgba(255,255,255,0.1); background: rgba(255,255,255,0.042); backdrop-filter: blur(24px) saturate(1.4); -webkit-backdrop-filter: blur(24px) saturate(1.4); box-shadow: 0 16px 48px rgba(0,0,0,0.22); transform: translateY(-6px); }
.manifesto-number { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase; color: #3de8ff; opacity: 0.5; margin-bottom: 20px; }
.manifesto-principle { font-size: clamp(1.1rem,1.8vw,1.3rem); font-weight: 900; color: #fff; line-height: 1.25; letter-spacing: 0.005em; margin-bottom: 20px; white-space: pre-line; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.manifesto-rule { width: 28px; height: 1px; background: linear-gradient(90deg, rgba(61,232,255,0.55), transparent); margin-bottom: 20px; }
.manifesto-body { font-size: 0.88rem; font-weight: 300; color: rgba(255,255,255,0.95); line-height: 1.9; transition: color 0.35s; }
.manifesto-col:hover .manifesto-body { color: #fff; }

/* ─────────────────────────────────────────────────────
   PROGRAM LEVELS — CARDS SLIDER
───────────────────────────────────────────────────── */
.program-levels-section { position: relative; z-index: 10; padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.05); overflow-x: hidden; }
.levels-header { text-align: center; margin-bottom: 64px; padding: 0 24px; }
.levels-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #3de8ff; opacity: 0.6; margin-bottom: 14px; }
.levels-title {
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  font-family: 'Calibri', 'Inter', system-ui, sans-serif;
  line-height: 1;
  background: linear-gradient(135deg,
    #ff6eb4 0%,
    #c084fc 30%,
    #818cf8 55%,
    #38bdf8 80%,
    #34d399 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.levels-track { display: flex; gap: 24px; padding: 20px 52px 40px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.levels-track::-webkit-scrollbar { display: none; }
.level-card { flex-shrink: 0; width: 340px; border-radius: 28px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); backdrop-filter: blur(28px) saturate(1.4); -webkit-backdrop-filter: blur(28px) saturate(1.4); padding: 44px 36px 40px; scroll-snap-align: start; position: relative; overflow: hidden; transition: border-color 0.35s, transform 0.4s cubic-bezier(0.23,1,0.32,1), box-shadow 0.35s; }
.level-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); }
.level-card:hover { border-color: rgba(255,255,255,0.22); transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.level-card.featured { border-color: rgba(61,232,255,0.3); background: rgba(61,232,255,0.04); box-shadow: 0 0 40px rgba(61,232,255,0.08); }
.level-card.featured:hover { border-color: rgba(61,232,255,0.5); box-shadow: 0 20px 60px rgba(61,232,255,0.15); }
.level-badge { display: inline-block; font-size: 0.58rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 28px; }
.level-badge.cyan   { background: rgba(61,232,255,0.12);  color: #3de8ff;  border: 1px solid rgba(61,232,255,0.25); }
.level-badge.orange { background: rgba(255,154,92,0.12);  color: #ff9a5c;  border: 1px solid rgba(255,154,92,0.25); }
.level-badge.violet { background: rgba(192,128,255,0.12); color: #c080ff;  border: 1px solid rgba(192,128,255,0.25); }
.level-badge.gold   { background: rgba(255,200,80,0.12);  color: #ffc840;  border: 1px solid rgba(255,200,80,0.25); }
.level-name { font-size: 1.6rem; font-weight: 900; color: #fff; letter-spacing: 0.04em; margin-bottom: 6px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.level-duration { font-size: 0.75rem; color: rgba(255,255,255,0.38); letter-spacing: 0.08em; margin-bottom: 28px; }
.level-features { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.level-features li { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.5; display: flex; align-items: flex-start; gap: 10px; }
.level-features li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #3de8ff; flex-shrink: 0; margin-top: 7px; }
.level-price { font-size: 1.4rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin-bottom: 4px; }
.level-price-note { font-size: 0.72rem; color: rgba(255,255,255,0.35); margin-bottom: 28px; }
.level-cta { display: block; text-align: center; padding: 12px 24px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.06); color: #fff; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: border-color 0.25s, background 0.25s; }
.level-cta:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.1); }
.level-card.featured .level-cta { border-color: rgba(61,232,255,0.35); color: #3de8ff; }
.level-card.featured .level-cta:hover { border-color: rgba(61,232,255,0.6); background: rgba(61,232,255,0.08); }

/* ─────────────────────────────────────────────────────
   INVESTMENT PLANS
───────────────────────────────────────────────────── */
.investment-section { padding: 100px 40px 120px; display: flex; flex-direction: column; align-items: center; }
.investment-header { text-align: center; margin-bottom: 72px; }
.investment-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.investment-title { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.investment-subtitle { font-size: 0.9rem; color: rgba(255,255,255,0.45); margin-top: 12px; font-weight: 300; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; width: 100%; }
.plan-card { position: relative; border-radius: 28px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); backdrop-filter: blur(28px); -webkit-backdrop-filter: blur(28px); padding: 44px 36px 40px; overflow: hidden; transition: border-color 0.35s, transform 0.4s cubic-bezier(0.23,1,0.32,1), box-shadow 0.35s; }
.plan-card::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); }
.plan-card:hover { transform: translateY(-8px); }
.plan-card.plan-featured { border-color: rgba(61,232,255,0.3); background: rgba(61,232,255,0.035); }
.plan-card.plan-featured:hover { border-color: rgba(61,232,255,0.5); box-shadow: 0 20px 60px rgba(61,232,255,0.12); }
.plan-label { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.38); margin-bottom: 20px; }
.plan-card.plan-featured .plan-label { color: #3de8ff; opacity: 0.7; }
.plan-name { font-size: 1.5rem; font-weight: 900; color: #fff; margin-bottom: 8px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.plan-desc { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; margin-bottom: 32px; font-weight: 300; }
.plan-price { font-size: 2.2rem; font-weight: 900; color: #fff; letter-spacing: -0.02em; margin-bottom: 4px; }
.plan-price span { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.4); }
.plan-billing { font-size: 0.7rem; color: rgba(255,255,255,0.3); margin-bottom: 32px; letter-spacing: 0.06em; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 13px; margin-bottom: 36px; }
.plan-features li { font-size: 0.82rem; color: rgba(255,255,255,0.65); display: flex; align-items: flex-start; gap: 10px; line-height: 1.4; }
.plan-features li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: rgba(61,232,255,0.6); flex-shrink: 0; margin-top: 5px; }
.plan-cta { display: block; text-align: center; padding: 14px 24px; border-radius: 100px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.06); color: #fff; font-size: 0.8rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: border-color 0.25s, background 0.25s; cursor: pointer; }
.plan-cta:hover { border-color: rgba(255,255,255,0.38); background: rgba(255,255,255,0.1); }
.plan-card.plan-featured .plan-cta { border-color: rgba(61,232,255,0.4); color: #3de8ff; }
.plan-card.plan-featured .plan-cta:hover { background: rgba(61,232,255,0.08); border-color: rgba(61,232,255,0.65); }

/* ─────────────────────────────────────────────────────
   SUCCESS STORIES
───────────────────────────────────────────────────── */
.stories-section { padding: 100px 40px 120px; display: flex; flex-direction: column; align-items: center; }
.stories-header { text-align: center; margin-bottom: 72px; }
.stories-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.stories-title { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.stories-grid { display: flex; overflow-x: auto; gap: 1.5rem; padding-bottom: 1.5rem; scroll-snap-type: x mandatory; width: 100%; scrollbar-width: none; }
.stories-grid::-webkit-scrollbar { display: none; }
.story-card { flex: 0 0 320px; scroll-snap-align: start; border-radius: 24px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); padding: 40px 32px; position: relative; overflow: hidden; transition: border-color 0.35s, box-shadow 0.35s, transform 0.4s cubic-bezier(0.23,1,0.32,1); }
.story-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); }
.story-card:hover { border-color: rgba(255,255,255,0.2); box-shadow: 0 16px 48px rgba(0,0,0,0.25); transform: translateY(-6px); }
.story-quote-mark { font-size: 3rem; line-height: 1; color: rgba(61,232,255,0.2); font-family: Georgia, serif; margin-bottom: 16px; }
.story-quote { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.8; font-weight: 300; margin-bottom: 28px; font-style: italic; }
.story-author { display: flex; align-items: center; gap: 14px; }
.story-avatar { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.story-name { font-size: 0.85rem; font-weight: 600; color: #fff; }
.story-role { font-size: 0.72rem; color: rgba(255,255,255,0.38); letter-spacing: 0.04em; margin-top: 2px; }

/* ─────────────────────────────────────────────────────
   FAQ
───────────────────────────────────────────────────── */
.faq-section { padding: 100px 40px 120px; display: flex; flex-direction: column; align-items: center; }
.faq-header { text-align: center; margin-bottom: 72px; }
.faq-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.faq-title { font-size: clamp(1.8rem,3.5vw,3rem); font-weight: 900; color: #fff; letter-spacing: -0.01em; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.faq-list { max-width: 760px; width: 100%; display: flex; flex-direction: column; gap: 0; background: rgba(0,0,0,0.74); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 20px; border: 1px solid rgba(255,255,255,0.07); }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.07); }
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 8px; background: none; border: none; color: #fff; font-size: 1rem; font-weight: 600; text-align: left; cursor: pointer; font-family: 'Inter', sans-serif; transition: color 0.22s; }
.faq-q:hover { color: #3de8ff; }
.faq-icon { width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color 0.22s, transform 0.3s; }
.faq-icon svg { width: 10px; height: 10px; transition: transform 0.3s; }
.faq-item.open .faq-icon { border-color: #3de8ff; }
.faq-item.open .faq-icon svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.23,1,0.32,1), opacity 0.3s; opacity: 0; }
.faq-item.open .faq-a { max-height: 200px; opacity: 1; }
.faq-a p { font-size: 0.88rem; font-weight: 300; color: rgba(255,255,255,0.58); line-height: 1.8; padding: 0 8px 24px; }

/* ─────────────────────────────────────────────────────
   GOALS THAT LEAD US (Adults only)
───────────────────────────────────────────────────── */
.goals-section { padding: 80px 52px; max-width: 1200px; margin: 0 auto; }
.goals-eyebrow { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(61,232,255,0.65); margin-bottom: 12px; }
.goals-title { font-size: clamp(1.7rem,4vw,2.6rem); font-weight: 900; letter-spacing: -0.02em; color: #fff; line-height: 1.1; margin-bottom: 52px; font-family: 'Calibri', 'Inter', system-ui, sans-serif; }
.goals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }
.goal-card { background: linear-gradient(145deg,rgba(255,255,255,0.035) 0%,rgba(255,255,255,0.01) 100%); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 32px 28px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: border-color 0.3s, transform 0.4s cubic-bezier(0.23,1,0.32,1); }
.goal-card:hover { border-color: rgba(255,255,255,0.16); transform: translateY(-4px); }
.goal-num { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.22em; color: rgba(61,232,255,0.5); margin-bottom: 14px; text-transform: uppercase; }
.goal-title { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 12px; letter-spacing: -0.01em; }
.goal-body { font-size: 0.875rem; color: rgba(255,255,255,0.48); line-height: 1.72; font-weight: 300; }

/* ══════════════════════════════════════════════════
   LANGUAGE SWITCHER (shared across all pages)
══════════════════════════════════════════════════ */
.lang-switcher {
  display: flex; align-items: center; gap: 4px;
  padding: 6px 14px; border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  margin-left: 12px;
}
.lang-btn {
  background: none; border: none; cursor: pointer;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.38); padding: 2px 5px; border-radius: 4px;
  font-family: 'Inter', sans-serif; transition: color 0.2s, background 0.2s;
  line-height: 1;
}
.lang-btn:hover { color: rgba(255,255,255,0.75); }
.lang-btn.active { color: #D4AF37; background: rgba(212,175,55,0.1); }
.lang-divider { color: rgba(255,255,255,0.15); font-size: 0.6rem; user-select: none; }

/* ══════════════════════════════════════════════════
   RTL GLOBAL OVERRIDES (dir="rtl" on <html>)
══════════════════════════════════════════════════ */
[dir="rtl"] body { font-family: 'Inter', 'Arial Hebrew', 'David', sans-serif; }

/* Nav */
[dir="rtl"] nav { flex-direction: row-reverse; }
[dir="rtl"] .nav-links { flex-direction: row-reverse; }

/* Back button */
[dir="rtl"] .back-btn { left: auto; right: 52px; }
[dir="rtl"] .back-btn svg { transform: scaleX(-1); }
@media (max-width: 900px) {
  [dir="rtl"] .back-btn { left: auto; right: 24px; }
}

/* Hero */
[dir="rtl"] .yf-hero { direction: rtl; }
[dir="rtl"] .yf-buttons { flex-direction: row-reverse; }

/* Vision */
[dir="rtl"] .vision-inner { direction: rtl; }

/* Programs grid */
[dir="rtl"] .cards-grid { direction: rtl; }

/* Pillar neon bars — flip alternating sides */
[dir="rtl"] .pillars-list > .pillar-item:nth-child(1)::before { right: auto; left: 0; }
[dir="rtl"] .pillars-list > .pillar-item:nth-child(2)::before { left: auto; right: 0; }
[dir="rtl"] .pillars-list > .pillar-item:nth-child(3)::before { right: auto; left: 0; }
[dir="rtl"] .pillar-rule { margin-left: auto; margin-right: 0; }

/* Journey strip */
[dir="rtl"] .journey-strip { flex-direction: row-reverse; }
[dir="rtl"] .jp-title { border-right: none; border-left: 1px solid rgba(255,255,255,0.06); }
[dir="rtl"] .jp-step { border-right: none; border-left: 1px solid rgba(255,255,255,0.055); }
[dir="rtl"] .jp-step:last-child { border-left: none; }
[dir="rtl"] .jp-step::before { transform-origin: right; }
[dir="rtl"] .jp-step-1::before { background: linear-gradient(270deg, #3de8ff, transparent); }
[dir="rtl"] .jp-step-2::before { background: linear-gradient(270deg, #a06bff, transparent); }
[dir="rtl"] .jp-step-3::before { background: linear-gradient(270deg, #D4AF37, transparent); }
[dir="rtl"] .jp-step-4::before { background: linear-gradient(270deg, #ff9a5c, transparent); }
[dir="rtl"] .jp-step-5::before { background: linear-gradient(270deg, #c080ff, transparent); }

/* Objectives */
[dir="rtl"] .obj-grid { direction: rtl; }
[dir="rtl"] .obj-line { margin-left: auto; margin-right: 0; }

/* Manifesto */
[dir="rtl"] .manifesto-grid { direction: rtl; }
[dir="rtl"] .manifesto-rule { background: linear-gradient(270deg, rgba(212,175,55,0.55), transparent) !important; }

/* Levels & pricing */
[dir="rtl"] .levels-track { flex-direction: row-reverse; }
[dir="rtl"] .stories-grid { direction: rtl; }
[dir="rtl"] .pc-features li { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .pc-tag { align-self: flex-end; }
[dir="rtl"] .level-features li { direction: rtl; }

/* FAQ */
[dir="rtl"] .faq-q { flex-direction: row-reverse; text-align: right; }
[dir="rtl"] .faq-a p { text-align: right; }
[dir="rtl"] .pricing-footnote { direction: rtl; }

/* Goals section (adults) */
[dir="rtl"] .goals-grid { direction: rtl; }

/* Journey mobile RTL */
@media (max-width: 900px) {
  [dir="rtl"] .journey-strip { flex-direction: column; }
  [dir="rtl"] .jp-title { border-left: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  [dir="rtl"] .jp-step { border-left: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
  [dir="rtl"] .jp-step:last-child { border-bottom: none; }
}

/* ── FOOTER ── */
footer { position: relative; z-index: 10; text-align: center; padding: 24px; border-top: 1px solid rgba(255,255,255,0.06); font-size: 0.72rem; color: rgba(255,255,255,0.2); letter-spacing: 0.07em; }

/* ── FADE-IN ON SCROLL ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s cubic-bezier(0.23,1,0.32,1), transform 0.8s cubic-bezier(0.23,1,0.32,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.32s; }

/* ── ANIMATION HELPERS ── */
.anim-fade-up { opacity: 0; transform: translateY(20px); }
.anim-fade-up.visible { animation: fadeUpIn 1.2s ease-out forwards; }
@keyframes fadeUpIn { to { opacity: 1; transform: translateY(0); } }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 18px 24px; }
  .nav-links { display: none; }
  .cards-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .glass-card { padding: 32px 26px 28px; }
  .back-btn { left: 24px; }
  .pillar-item { grid-template-columns: 48px 1fr; gap: 0 24px; padding: 28px 20px; }
  .timeline-svg-wrap { display: none; }
  .step-row { grid-template-columns: 40px 1fr; min-height: auto; padding-right: 16px; }
  .step-card-wrap.empty { display: none; }
  .step-center { grid-column: 1; grid-row: 1; }
  .step-card-wrap.left, .step-card-wrap.right { grid-column: 2; grid-row: 1; justify-content: flex-start; padding-left: 14px; padding-right: 0; }
  .step-card { opacity: 1 !important; transform: none !important; width: 100%; max-width: 100%; padding: 20px 18px; }
  .step-dot { opacity: 1 !important; }
  .obj-grid { grid-template-columns: 1fr; max-width: 480px; }
  .obj-pillar:nth-child(1), .obj-pillar:nth-child(2), .obj-pillar:nth-child(3) { margin-top: 0; }
  .carousel-stage { height: 480px; }
  .proj-card { width: 280px; }
  .proj-card[data-pos="prev"] { transform: translateX(-58%) scale(0.82) translateZ(-60px); }
  .proj-card[data-pos="next"] { transform: translateX(58%) scale(0.82) translateZ(-60px); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 0; max-width: 520px; }
  .manifesto-divider { width: 100%; height: 1px; align-self: auto; background: linear-gradient(to right, transparent, rgba(255,255,255,0.1), transparent); margin: 4px 0; }
  .manifesto-col { padding: 32px 8px 28px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 420px; }
  .pricing-grid { display: grid !important; grid-auto-flow: column !important; grid-auto-columns: 85vw !important; grid-template-columns: unset !important; overflow-x: auto !important; scroll-snap-type: x mandatory !important; gap: 16px !important; padding: 0 24px 20px !important; max-width: none !important; width: 100% !important; box-sizing: border-box !important; }
  .pricing-grid::-webkit-scrollbar { display: none; }
  .pricing-card { width: auto !important; max-width: none !important; min-width: unset !important; scroll-snap-align: center !important; box-sizing: border-box !important; }
  .stories-grid { padding-left: 20px; padding-right: 20px; }
  .story-card { flex: 0 0 280px; }
  .levels-track { padding: 20px 24px 40px; }
  .goals-section { padding: 60px 24px; }
  .goals-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .pricing-grid { display: flex !important; flex-direction: column !important; align-items: center !important; gap: 32px !important; overflow-x: unset !important; scroll-snap-type: unset !important; padding: 0 20px 20px !important; }
  .pricing-card { width: 100% !important; max-width: 380px !important; margin: 0 auto !important; scroll-snap-align: unset !important; }
}
@media (max-width: 560px) {
  .waitlist-panel { padding: 36px 24px; }
  .waitlist-form { flex-direction: column; }
  .btn-submit { width: 100%; }
}
@media (max-width: 480px) {
  .carousel-stage { height: 520px; }
  .proj-card { width: 260px; }
  .proj-card[data-pos="prev"], .proj-card[data-pos="next"] { opacity: 0.3; transform: translateX(0) scale(0.7); pointer-events: none; }
}

/* ─────────────────────────────────────────────────────
   Floating WhatsApp Button
───────────────────────────────────────────────────── */
#wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.45), 0 2px 8px rgba(0,0,0,0.25);
  text-decoration: none;
  transition: transform 0.25s cubic-bezier(0.23,1,0.32,1), box-shadow 0.25s;
}
#wa-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.6), 0 3px 12px rgba(0,0,0,0.3);
}
#wa-float svg { display: block; }
@media (max-width: 600px) {
  #wa-float { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
