/* ===== RESET & BASE ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #060f1d;
  color: #c8d6e5;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ===== TYPOGRAPHY ===== */
.font-mono { font-family: 'JetBrains Mono', monospace; }
.tm { font-size: 0.5em; vertical-align: super; }
.font-display { font-family: 'Playfair Display', serif; }

h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: #f0f4f8; }
h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); font-weight: 600; line-height: 1.15; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 500; }

.section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 1rem;
  display: inline-block;
}

/* ===== LAYOUT ===== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
section {
  padding: 7rem 0;
  position: relative;
}

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1.25rem 0;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav.scrolled {
  background: rgba(6, 15, 29, 0.82);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
  padding: 0.75rem 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}
.nav-logo-lockup { display: inline-flex; flex-direction: row; align-items: center; line-height: 1; gap: 12px; }
.nav-emblem-icon { display: flex; align-items: center; flex-shrink: 0; transition: filter 0.3s; }
.nav-emblem-icon svg { height: 44px; width: 44px; }
.nav-logo:hover .nav-emblem-icon { filter: drop-shadow(0 0 10px rgba(59,130,246,0.5)); }
.nav-emblem { display: block; transition: filter 0.3s; }
.nav-emblem svg { height: 52px; width: auto; }
.nav-logo:hover .nav-emblem { filter: drop-shadow(0 0 10px rgba(59,130,246,0.5)); }
.nav-wordmark {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: color 0.3s;
  text-shadow: 0 0 24px rgba(255,255,255,0.18);
}
.nav-logo:hover .nav-wordmark { color: rgba(255,255,255,0.88); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(200, 214, 229, 0.7);
  transition: color 0.3s;
  text-transform: uppercase;
}
.nav-links a:hover { color: #f0f4f8; }
.nav-login {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 0.72rem !important;
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 4px;
  color: #3b82f6 !important;
  transition: all 0.3s !important;
  letter-spacing: 0.1em !important;
}
.nav-login:hover {
  background: rgba(59, 130, 246, 0.1);
  border-color: #3b82f6;
  color: #60a5fa !important;
}
.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
}
.nav-mobile-toggle span {
  width: 24px;
  height: 1.5px;
  background: #c8d6e5;
  transition: all 0.3s;
  display: block;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}
.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(59, 130, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 130, 246, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  animation: gridPulse 8s ease-in-out infinite;
}
@keyframes gridPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(37, 99, 235, 0.12) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(56, 189, 248, 0.06) 0%, transparent 50%),
    linear-gradient(180deg, transparent 60%, #060f1d 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
.hero-content .section-label { margin-bottom: 1.5rem; }
.hero h1 {
  margin-bottom: 1.75rem;
  background: linear-gradient(135deg, #f0f4f8 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(200, 214, 229, 0.65);
  max-width: 580px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.hero-cta-group { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #f0f4f8;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 30px rgba(37, 99, 235, 0.45);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  background: transparent;
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-outline:hover {
  color: #f0f4f8;
  border-color: rgba(148, 163, 184, 0.5);
  background: rgba(148, 163, 184, 0.05);
}
.hero-scroll-indicator {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.4;
  animation: fadeInUp 1s 1.5s both;
}
.hero-scroll-indicator span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #94a3b8;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, #3b82f6, transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ===== TICKER ===== */
.ticker-bar {
  background: rgba(6, 15, 29, 0.6);
  border-top: 1px solid rgba(59, 130, 246, 0.08);
  border-bottom: 1px solid rgba(59, 130, 246, 0.08);
  padding: 0.85rem 0;
  overflow: hidden;
  position: relative;
}
.ticker-track {
  display: flex;
  gap: 3rem;
  animation: tickerScroll 40s linear infinite;
  width: max-content;
}
@keyframes tickerScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
}
.ticker-label { color: rgba(148, 163, 184, 0.5); font-weight: 500; }
.ticker-value { color: #f0f4f8; font-weight: 600; }
.ticker-change { font-weight: 500; }
.ticker-change.up { color: #22c55e; }
.ticker-change.down { color: #ef4444; }
.ticker-dot {
  width: 3px;
  height: 3px;
  background: rgba(59, 130, 246, 0.3);
  border-radius: 50%;
}

/* ===== ABOUT ===== */
.about { background: #060f1d; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.about-text p {
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
  color: rgba(200, 214, 229, 0.75);
  font-weight: 300;
}
.about-quote {
  position: relative;
  padding: 2rem 0 2rem 1.75rem;
  margin: 2rem 0;
  border-left: 2px solid rgba(59, 130, 246, 0.3);
}
.about-quote p {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.15rem !important;
  color: rgba(240, 244, 248, 0.85) !important;
  line-height: 1.7;
}
.about-quote cite {
  display: block;
  margin-top: 0.75rem;
  font-family: 'JetBrains Mono', monospace;
  font-style: normal;
  font-size: 0.75rem;
  color: #3b82f6;
  letter-spacing: 0.05em;
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.stat-card {
  background: rgba(15, 25, 45, 0.6);
  border: 1px solid rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  padding: 1.75rem;
  transition: all 0.4s;
}
.stat-card:hover {
  border-color: rgba(59, 130, 246, 0.2);
  background: rgba(15, 25, 45, 0.8);
  transform: translateY(-2px);
}
.stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 0.25rem;
}
.stat-value .accent { color: #3b82f6; }
.stat-desc {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.6);
  line-height: 1.5;
}

/* ===== FRAMEWORK ===== */
.framework {
  background: linear-gradient(180deg, #060f1d 0%, #0a1628 50%, #060f1d 100%);
}
.framework-intro {
  max-width: 680px;
  margin-bottom: 4rem;
}
.framework-intro p {
  font-size: 1.05rem;
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
}
.framework-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(59, 130, 246, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.fw-card {
  background: rgba(10, 22, 40, 0.9);
  padding: 2.25rem 1.5rem;
  transition: all 0.4s;
  position: relative;
  text-align: center;
}
.fw-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  opacity: 0;
  transition: opacity 0.4s;
}
.fw-card:hover { background: rgba(15, 30, 55, 0.9); }
.fw-card:hover::before { opacity: 1; }
.fw-letter {
  font-family: 'Playfair Display', serif;
  font-size: 3.6rem;
  font-weight: 700;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.35));
}
.fw-card:hover .fw-letter {
  filter: drop-shadow(0 0 18px rgba(56, 189, 248, 0.6));
}
.fw-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0f4f8;
  margin-bottom: 1rem;
}
.fw-desc {
  font-size: 0.88rem;
  color: rgba(200, 214, 229, 0.6);
  line-height: 1.7;
  font-weight: 300;
}

/* ===== INVESTMENT UNIVERSE ===== */
.universe { background: #060f1d; }
.universe-header {
  max-width: 680px;
  margin-bottom: 4rem;
}
.universe-header p {
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.universe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.uni-card {
  background: rgba(15, 25, 45, 0.4);
  border: 1px solid rgba(59, 130, 246, 0.06);
  border-radius: 8px;
  padding: 2rem 1.5rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.uni-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  transform: scaleX(0);
  transition: transform 0.4s;
}
.uni-card:hover {
  border-color: rgba(59, 130, 246, 0.15);
  background: rgba(15, 25, 45, 0.7);
  transform: translateY(-3px);
}
.uni-card:hover::after { transform: scaleX(1); }
.uni-icon {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}
.uni-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 1rem;
}
.uni-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.uni-list li {
  font-size: 0.85rem;
  color: rgba(200, 214, 229, 0.55);
  padding-left: 1rem;
  position: relative;
  font-weight: 300;
}
.uni-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 4px;
  height: 4px;
  background: #2563eb;
  border-radius: 50%;
}

/* ===== COMPETITIVE EDGE ===== */
.edge {
  background: linear-gradient(180deg, #060f1d 0%, #0a1628 50%, #060f1d 100%);
}
.edge-header {
  max-width: 680px;
  margin-bottom: 4rem;
}
.edge-header p {
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.edge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.edge-card {
  background: rgba(15, 25, 45, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.08);
  border-radius: 10px;
  padding: 2.5rem 2rem;
  transition: all 0.4s;
  position: relative;
}
.edge-card:hover {
  border-color: rgba(59, 130, 246, 0.2);
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
.edge-number {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #3b82f6;
  margin-bottom: 1.25rem;
}
.edge-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 1rem;
}
.edge-card p {
  font-size: 0.92rem;
  color: rgba(200, 214, 229, 0.6);
  line-height: 1.75;
  font-weight: 300;
}

/* ===== LEADERSHIP ===== */
.leadership { background: #060f1d; }
.leadership-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}
.leadership-header p {
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.leadership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.leader-card {
  background: rgba(15, 25, 45, 0.4);
  border: 1px solid rgba(59, 130, 246, 0.06);
  border-radius: 10px;
  padding: 2.5rem;
  transition: all 0.4s;
}
.leader-card:hover {
  border-color: rgba(59, 130, 246, 0.15);
  background: rgba(15, 25, 45, 0.7);
}
.leader-meta {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}
.leader-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #f0f4f8;
  flex-shrink: 0;
}
.leader-info h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 0.2rem;
}
.leader-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3b82f6;
}
.leader-bio {
  font-size: 0.92rem;
  color: rgba(200, 214, 229, 0.6);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.leader-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.leader-tag {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 4px;
  color: rgba(200, 214, 229, 0.6);
}

/* ===== INVESTMENT PROCESS ===== */
.process {
  background: linear-gradient(180deg, #060f1d 0%, #0a1628 50%, #060f1d 100%);
}
.process-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 4rem;
}
.process-header p {
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.process-steps {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.3), transparent);
}
.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0 0.5rem;
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #0a1628;
  border: 1px solid rgba(59, 130, 246, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.85rem;
  font-weight: 600;
  color: #3b82f6;
  margin-bottom: 1.25rem;
  transition: all 0.4s;
}
.process-step:hover .step-num {
  background: rgba(37, 99, 235, 0.15);
  border-color: #3b82f6;
  box-shadow: 0 0 25px rgba(37, 99, 235, 0.2);
}
.step-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 0.5rem;
}
.step-desc {
  font-size: 0.78rem;
  color: rgba(200, 214, 229, 0.5);
  line-height: 1.6;
  max-width: 160px;
  font-weight: 300;
}

/* ===== MEDIA ===== */
.media { background: linear-gradient(180deg, #060f1d 0%, #0a1628 50%, #060f1d 100%); }
.media-header { max-width: 680px; margin-bottom: 4rem; }
.media-header p {
  color: rgba(200, 214, 229, 0.65);
  font-weight: 300;
  margin-top: 1.25rem;
  font-size: 1.05rem;
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.media-card {
  background: rgba(15, 25, 45, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 10px;
  padding: 2.5rem 2rem;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.media-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2563eb, #38bdf8);
  opacity: 0;
  transition: opacity 0.4s;
}
.media-card:hover { border-color: rgba(59, 130, 246, 0.2); transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.3); }
.media-card:hover::before { opacity: 1; }
.media-type {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #3b82f6;
  margin-bottom: 1rem;
}
.media-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #f0f4f8;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.media-desc {
  font-size: 0.88rem;
  color: rgba(200, 214, 229, 0.6);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.media-links { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-bottom: 1.25rem; }
.media-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(59, 130, 246, 0.3);
  border-radius: 4px;
  color: #60a5fa;
  transition: all 0.3s;
}
.media-link:hover { background: rgba(59, 130, 246, 0.1); border-color: #3b82f6; color: #93c5fd; }
.media-meta {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.63rem;
  letter-spacing: 0.1em;
  color: rgba(148, 163, 184, 0.4);
  text-transform: uppercase;
}
@media (max-width: 768px) { .media-grid { grid-template-columns: 1fr; } }

/* ===== CONTACT CTA ===== */
.contact { background: #060f1d; }
.contact-inner {
  background: linear-gradient(135deg, rgba(15, 25, 45, 0.8), rgba(37, 99, 235, 0.08));
  border: 1px solid rgba(59, 130, 246, 0.1);
  border-radius: 16px;
  padding: 5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(37, 99, 235, 0.08), transparent);
}
.contact-content {
  position: relative;
  z-index: 1;
}
.contact h2 { margin-bottom: 1rem; }
.contact-sub {
  font-size: 1.05rem;
  color: rgba(200, 214, 229, 0.6);
  max-width: 500px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}
.contact-details {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}
.contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
.contact-item-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.5);
}
.contact-item-value {
  font-size: 0.9rem;
  color: rgba(200, 214, 229, 0.8);
}
.contact-item-value a { color: #3b82f6; transition: color 0.3s; }
.contact-item-value a:hover { color: #60a5fa; }

/* ===== FOOTER ===== */
.footer {
  background: #040b16;
  border-top: 1px solid rgba(59, 130, 246, 0.06);
  padding: 3rem 0 2rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-brand p {
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.5);
  margin-top: 1rem;
  max-width: 300px;
  font-weight: 300;
}
.footer-links {
  display: flex;
  gap: 3rem;
}
.footer-col h4 {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.5);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: rgba(200, 214, 229, 0.5);
  margin-bottom: 0.6rem;
  transition: color 0.3s;
  font-weight: 300;
}
.footer-col a:hover { color: #f0f4f8; }
.footer-disclaimer {
  padding-top: 2rem;
  border-top: 1px solid rgba(59, 130, 246, 0.04);
}
.footer-disclaimer p {
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.35);
  line-height: 1.8;
  max-width: 900px;
  font-weight: 300;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  font-size: 0.72rem;
  color: rgba(148, 163, 184, 0.3);
}

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 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.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ===== HERO ANIMATIONS ===== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-content .section-label { animation: fadeInUp 0.8s 0.2s both; }
.hero-content h1 { animation: fadeInUp 0.8s 0.4s both; }
.hero-sub { animation: fadeInUp 0.8s 0.6s both; }
.hero-cta-group { animation: fadeInUp 0.8s 0.8s both; }

/* ===== RESPONSIVE ===== */

/* Desktop nav safety net — ensure links always show above mobile breakpoint */
@media (min-width: 1025px) {
  .nav-links { display: flex !important; }
  .nav-mobile-toggle { display: none !important; }
}

@media (max-width: 1024px) {
  .framework-grid { grid-template-columns: repeat(3, 1fr); }
  .universe-grid { grid-template-columns: repeat(2, 1fr); }
  .edge-grid { grid-template-columns: 1fr; }
  .process-steps { flex-wrap: wrap; gap: 2rem; justify-content: center; }
  .process-steps::before { display: none; }

  /* Switch to hamburger menu at tablet widths */
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(6, 15, 29, 0.95);
    backdrop-filter: blur(20px);
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    border-bottom: 1px solid rgba(59, 130, 246, 0.08);
  }
  .nav-mobile-toggle { display: flex; }
}

@media (max-width: 768px) {
  section { padding: 5rem 0; }
  .container { padding: 0 1.25rem; }

  .nav-emblem svg { height: 40px; }
  .nav-emblem-icon svg { height: 34px; }

  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .framework-grid { grid-template-columns: 1fr 1fr; }
  .universe-grid { grid-template-columns: 1fr; }
  .leadership-grid { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; align-items: center; }
  .process-step { flex-direction: row; text-align: left; gap: 1.25rem; max-width: 400px; width: 100%; }
  .step-num { flex-shrink: 0; }
  .step-desc { max-width: none; }
  .contact-inner { padding: 3rem 1.5rem; }
  .contact-details { flex-direction: column; gap: 1.5rem; }
  .footer-top { flex-direction: column; }
  .footer-links { gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

  /* Fix tiny text on mobile */
  .hero-scroll-indicator span { font-size: 0.7rem; }
  .stat-desc { font-size: 0.75rem; }
  .media-meta { font-size: 0.7rem; }
  .contact-item-label { font-size: 0.72rem; }

  /* Responsive icon sizes */
  .uni-icon { width: 60px; height: 60px; font-size: 1.75rem; }
  .fw-letter { font-size: 2.8rem; }
}

/* Small tablet / large phone gap */
@media (max-width: 600px) {
  .framework-grid { grid-template-columns: 1fr; }
  .contact-inner { padding: 2.5rem 1.25rem; }
  .footer-links { flex-direction: column; gap: 1.5rem; }
}

@media (max-width: 480px) {
  .nav-emblem svg { height: 34px; }
  .nav-emblem-icon svg { height: 28px; }
  .about-stats { grid-template-columns: 1fr; }
  .hero-cta-group { flex-direction: column; }
  .hero-cta-group .btn-primary,
  .hero-cta-group .btn-outline { width: 100%; justify-content: center; }
  .uni-icon { width: 50px; height: 50px; font-size: 1.5rem; }
  section { padding: 4rem 0; }
  .contact-inner { padding: 2rem 1rem; }
}
