:root {
  --bg: #07111f;
  --bg-2: #0c1b30;
  --panel: rgba(10, 23, 43, 0.62);
  --panel-strong: rgba(17, 33, 58, 0.82);
  --text: #eef4ff;
  --muted: #b6c4dc;
  --accent: #69a7ff;
  --accent-2: #73f0d3;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(105, 167, 255, 0.18), transparent 28%),
    radial-gradient(circle at 80% 10%, rgba(115, 240, 211, 0.14), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  line-height: 1.65;
  position: relative;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
}

.orb-1 {
  width: 320px;
  height: 320px;
  background: #2f7fff;
  top: -80px;
  left: -40px;
}

.orb-2 {
  width: 280px;
  height: 280px;
  background: #27d3b0;
  right: -50px;
  top: 180px;
}

.container {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}

.brand {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border);
  font-weight: 800;
}

nav {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

nav a {
  color: var(--muted);
  font-weight: 600;
}

.hero {
  padding: 0 0 3rem;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: center;
  min-height: calc(100vh - 90px);
}

.eyebrow,
.section-label,
.date,
.panel-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent-2);
}

h1 {
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  line-height: 0.98;
  margin: 0.65rem 0 1rem;
  max-width: 10.5ch;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.1;
  margin: 0.35rem 0 1rem;
}

h3 {
  margin: 0.6rem 0 0.5rem;
  font-size: 1.2rem;
}

.lead {
  font-size: 1.18rem;
  color: var(--muted);
  max-width: 56rem;
}

.sublead {
  max-width: 50rem;
  margin-top: 1rem;
}

p,
li,
span {
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.btn {
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #7c5cff);
  color: white;
  box-shadow: 0 12px 35px rgba(105, 167, 255, 0.28);
}

.btn-secondary {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.04);
}

.glass-card {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 1.6rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel h2 {
  margin-top: 0.35rem;
}

.portrait-wrap {
  margin-bottom: 1.25rem;
}

.portrait {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 22px;
  display: block;
  border: 1px solid rgba(255,255,255,0.08);
}

.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.4rem;
}

.stat-grid div {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.stat-grid strong {
  display: block;
  color: var(--text);
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.section {
  padding: 5rem 0;
}

.section.alt {
  background: rgba(255, 255, 255, 0.025);
}

.split,
.strengths-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.content-block {
  max-width: 720px;
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.journey-card.featured,
.journey-card.wide {
  grid-column: span 2;
}

.role {
  color: var(--text);
  font-weight: 600;
}

.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.1rem;
}

.pill-grid span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 600;
}

.impact-card ul {
  margin: 0.9rem 0 0;
  padding-left: 1.1rem;
}

.contact-wrap {
  text-align: center;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 1.3rem;
}

.contact-links a {
  color: var(--text);
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-inner {
  text-align: center;
}

.site-footer p {
  margin: 0;
  color: rgba(238, 244, 255, 0.62);
  font-size: 0.95rem;
}

@media (max-width: 920px) {
  .hero-layout,
  .split,
  .strengths-layout,
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-card.featured,
  .journey-card.wide {
    grid-column: span 1;
  }

  .hero-layout {
    min-height: auto;
    padding: 4rem 0 2rem;
  }
}

@media (max-width: 700px) {
  .nav {
    gap: 1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    gap: 0.9rem;
  }

  .section {
    padding: 3.7rem 0;
  }

  .glass-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }
}