/* ── ABOUT PAGE STYLES ── */

html { scroll-behavior: smooth; }

/* Hero */
.page-hero { padding-top: 160px; padding-bottom: 100px; text-align: center; position: relative; overflow: hidden; }
.hero-glow { position: absolute; top: 60px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse,rgba(124,106,247,0.18) 0%,transparent 70%); filter: blur(40px); pointer-events: none; }
.hero-tag  { font-size: 10px; letter-spacing: 3.5px; color: var(--purple); text-transform: uppercase; margin-bottom: 22px; }
.hero-h1   { font-size: clamp(44px,6vw,82px); font-weight: 200; line-height: 1.1; margin-bottom: 22px; color: rgba(255,255,255,0.88); }
.hero-h1 em { font-style: normal; color: rgba(255,255,255,0.4); }
.hero-sub  { font-size: 15px; color: var(--gray); max-width: 520px; margin: 0 auto 44px; line-height: 1.75; }
.hero-btns { display: flex; gap: 14px; justify-content: center; }
.btn-ol { background: none; border: 1px solid rgba(255,255,255,0.3); color: white; padding: 13px 30px; border-radius: 50px; font-size: 13.5px; cursor: pointer; font-family: inherit; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: border-color .2s; }
.btn-ol:hover { border-color: white; }
.btn-fl { background: white; border: none; color: #050510; padding: 13px 30px; border-radius: 50px; font-size: 13.5px; cursor: pointer; font-family: inherit; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: opacity .2s; }
.btn-fl:hover { opacity: 0.88; }

/* Stat Ticker */
.stat-ticker { border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 20px 0; overflow: hidden; margin-bottom: 90px; }
.st-belt  { display: flex; gap: 60px; animation: belt 24s linear infinite; white-space: nowrap; align-items: center; }
@keyframes belt { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.st-item  { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.st-val   { font-size: 26px; font-weight: 200; color: rgba(255,255,255,0.88); }
.st-label { font-size: 11px; letter-spacing: 1.5px; color: rgba(255,255,255,0.3); text-transform: uppercase; }
.st-sep   { width: 1px; height: 28px; background: rgba(255,255,255,0.07); }

/* Sections */
.section { max-width: 1200px; margin: 0 auto; padding: 0 48px 90px; position: relative; z-index: 1; }
.sec-tag  { font-size: 10px; letter-spacing: 3px; color: var(--purple); text-transform: uppercase; margin-bottom: 16px; }
.sec-h    { font-size: clamp(34px,4.5vw,56px); font-weight: 200; color: rgba(255,255,255,0.22); line-height: 1.15; margin-bottom: 0; }
.sec-h strong { color: rgba(255,255,255,0.88); font-weight: 200; }

/* Mission */
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; margin-top: 60px; }
.mission-text p { font-size: 14.5px; color: var(--gray); line-height: 1.85; margin-bottom: 22px; }
.mission-text p:last-child { margin-bottom: 0; }
.vis-card { background: rgba(18,18,36,0.4); backdrop-filter: blur(24px); border: 1px solid rgba(255,255,255,0.07); border-radius: 22px; padding: 36px; position: relative; overflow: hidden; }
.vis-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 160px; height: 160px; background: radial-gradient(circle,rgba(124,106,247,0.22) 0%,transparent 70%); filter: blur(20px); }
.vis-num  { font-size: clamp(52px,7vw,88px); font-weight: 200; line-height: 1; margin-bottom: 8px; color: rgba(255,255,255,0.9); }
.vis-desc { font-size: 13px; color: var(--gray); line-height: 1.65; }
.vis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.vis-mini { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 20px; }
.vis-mini-val { font-size: 22px; font-weight: 200; margin-bottom: 4px; }
.vis-mini-lbl { font-size: 11px; color: var(--gray2); text-transform: uppercase; letter-spacing: .5px; }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.val-card { background: rgba(18,18,36,0.4); backdrop-filter: blur(24px); backdrop-filter: blur(24px); border: 1px solid var(--border); border-radius: 20px; padding: 32px; transition: border-color .2s, transform .2s; }
.val-card:hover { border-color: rgba(255,255,255,0.14); transform: translateY(-4px); }
.val-icon { font-size: 28px; margin-bottom: 20px; display: block; }
.val-name { font-size: 16px; font-weight: 400; margin-bottom: 10px; }
.val-desc { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* Timeline */
.timeline { position: relative; margin-top: 52px; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: rgba(255,255,255,0.07); transform: translateX(-50%); }
.tl-item { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-bottom: 52px; position: relative; }
.tl-item::before { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 10px; border-radius: 50%; background: var(--purple); transform: translate(-50%,-50%); box-shadow: 0 0 0 4px rgba(124,106,247,0.15); }
.tl-item:nth-child(odd) .tl-content  { text-align: right; grid-column: 1; }
.tl-item:nth-child(odd) .tl-spacer   { grid-column: 2; }
.tl-item:nth-child(even) .tl-spacer  { grid-column: 1; }
.tl-item:nth-child(even) .tl-content { grid-column: 2; }
.tl-year  { font-size: 10px; letter-spacing: 2px; color: var(--purple); text-transform: uppercase; margin-bottom: 8px; }
.tl-title { font-size: 17px; font-weight: 400; margin-bottom: 8px; }
.tl-desc  { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 52px; }
.team-card { background: rgba(18,18,36,0.4); backdrop-filter: blur(24px); backdrop-filter: blur(24px); border: 1px solid var(--border); border-radius: 20px; padding: 26px; text-align: center; transition: border-color .2s, transform .2s; }
.team-card:hover { border-color: rgba(255,255,255,0.14); transform: translateY(-4px); }
.team-av   { width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; border: 1px solid rgba(255,255,255,0.1); }
.team-name { font-size: 15px; font-weight: 400; margin-bottom: 4px; }
.team-role { font-size: 12px; color: var(--gray2); margin-bottom: 12px; }
.team-bio  { font-size: 12px; color: var(--gray); line-height: 1.6; }
.team-links { display: flex; justify-content: center; gap: 10px; margin-top: 14px; }
.team-link  { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 11px; text-decoration: none; transition: border-color .2s, color .2s; }
.team-link:hover { border-color: rgba(255,255,255,0.35); color: white; }

/* Investors */
.investors-wrap { margin-top: 52px; }
.inv-row  { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; padding: 32px; background: rgba(18,18,36,0.4); backdrop-filter: blur(24px); backdrop-filter: blur(24px); border: 1px solid var(--border); border-radius: 20px; }
.inv-logo { font-size: 13px; font-weight: 500; letter-spacing: 1px; color: rgba(255,255,255,0.28); text-transform: uppercase; transition: color .2s; }
.inv-logo:hover { color: rgba(255,255,255,0.7); }

/* CTA */
.cta-section { text-align: center; padding: 90px 48px; background: linear-gradient(180deg,transparent 0%,rgba(124,106,247,0.06) 50%,transparent 100%); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }
.cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 400px; height: 200px; background: radial-gradient(ellipse,rgba(124,106,247,0.15) 0%,transparent 70%); filter: blur(40px); }
.cta-h   { font-size: clamp(34px,5vw,62px); font-weight: 200; margin-bottom: 18px; position: relative; z-index: 2; }
.cta-sub { font-size: 14px; color: var(--gray); margin-bottom: 40px; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.7; position: relative; z-index: 2; }
.cta-btns { display: flex; gap: 14px; justify-content: center; position: relative; z-index: 2; }

@media(max-width: 1000px) {
  .mission-grid, .values-grid, .proof-grid { grid-template-columns: 1fr !important; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .tl-item { grid-template-columns: 1fr; }
  .tl-item::before { display: none; }
  .tl-item:nth-child(odd) .tl-content, .tl-item:nth-child(even) .tl-content { grid-column: 1; text-align: left; }
  .tl-spacer { display: none; }
}
@media(max-width: 768px) {
  .section { padding: 0 20px 70px; }
  .hero-btns { flex-direction: column; align-items: center; }
  .team-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 60px 20px; }
}
