:root {
  --bg: #020817;
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #ffffff;
  --muted: #b8c4d9;
  --gold: #d9b354;
  --blue: #3b82f6;
  --purple: #8b5cf6;
  --cyan: #22e6ff;
  --max-width: 1400px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.hero,
.featured-section,
.stories-section,
.metrics-section,
.final-cta {
  scroll-margin-top: 130px;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(59, 130, 246, 0.18), transparent 35%),
    radial-gradient(circle at 80% 75%, rgba(139, 92, 246, 0.14), transparent 35%),
    linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 72px 72px, 72px 72px;
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  width: 700px;
  height: 700px;
  right: -150px;
  top: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.25), rgba(139, 92, 246, 0.12), transparent 70%);
  filter: blur(60px);
  animation: floatGlow 14s ease-in-out infinite;
  z-index: -1;
}

@keyframes floatGlow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-40px); }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 112px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(2, 8, 23, 0.94);
  border-bottom: 1px solid var(--panel-border);
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 0 64px;
}

.logo img {
  height: 58px;
  width: auto;
  display: block;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  flex-shrink: 0;
}

.desktop-nav a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: #fff;
}

.top-cta {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
  text-decoration: none;
  font-weight: 800;
  font-size: 15px;
  padding: 18px 28px;
  border-radius: 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.menu-btn {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
  margin-left: auto;
}

.menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 7px 0;
  border-radius: 2px;
}

.mobile-menu {
  display: none;
  background: #050915;
  padding: 22px;
  border-bottom: 1px solid var(--panel-border);
}

.mobile-menu a {
  display: block;
  padding: 14px;
  color: #d7e2f2;
  text-decoration: none;
  border-bottom: 1px solid var(--panel-border);
}

.mobile-menu.open {
  display: block;
}

/* Hero */
.hero {
  max-width: var(--max-width);
  margin: 0 auto;
  min-height: min(85vh, 820px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
  padding: 140px 40px 100px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(59, 130, 246, 0.28), transparent 28%),
    radial-gradient(circle at 90% 60%, rgba(139, 92, 246, 0.16), transparent 25%),
    linear-gradient(135deg, #020817 0%, #06152c 58%, #020817 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: 0.5;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: #a5c8ff;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 20px;
}

.eyebrow.center {
  text-align: center;
}

.gold-text {
  color: var(--gold);
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 1.05;
  margin-bottom: 28px;
}

.hero h1 span {
  background: linear-gradient(90deg, #8ec5ff, #9c7dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  max-width: 640px;
}

.hero-visual {
  position: relative;
  z-index: 2;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talent-network {
  position: relative;
  width: min(500px, 92%);
  aspect-ratio: 1 / 0.9;
  border-radius: 36px;
  background:
    radial-gradient(circle at 62% 24%, rgba(255, 255, 255, 0.85), transparent 4%),
    radial-gradient(circle at 52% 50%, rgba(59, 130, 246, 0.3), transparent 36%),
    radial-gradient(circle at 70% 60%, rgba(139, 92, 246, 0.22), transparent 32%);
  box-shadow: 0 0 100px rgba(59, 130, 246, 0.12);
  animation: floaty 10s ease-in-out infinite;
}

.talent-network::after {
  content: "";
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 48%, rgba(59, 130, 246, 0.35), transparent 60%),
    radial-gradient(circle at 66% 60%, rgba(139, 92, 246, 0.25), transparent 60%);
  filter: blur(24px);
  animation: glowPulse 7s ease-in-out infinite;
  pointer-events: none;
}

@keyframes floaty {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(6px); }
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.06); }
}

/* Sections */
.featured-section,
.stories-section,
.metrics-section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 100px 40px;
}

.section-title {
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 12px 0 48px;
}

/* Featured card */
.featured-card {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 40px;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
  border: 1px solid rgba(217, 179, 84, 0.25);
  border-radius: 28px;
  padding: 48px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: rgba(217, 179, 84, 0.15);
  color: var(--gold);
  border: 1px solid rgba(217, 179, 84, 0.35);
}

.pill.blue {
  background: rgba(59, 130, 246, 0.15);
  color: #9ddaff;
  border-color: rgba(59, 130, 246, 0.35);
}

.pill.purple {
  background: rgba(139, 92, 246, 0.15);
  color: #c4b5fd;
  border-color: rgba(139, 92, 246, 0.35);
}

.pill.cyan {
  background: rgba(34, 230, 255, 0.1);
  color: #7ee8ff;
  border-color: rgba(34, 230, 255, 0.3);
}

.featured-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  margin-bottom: 8px;
}

.featured-sub {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.featured-summary {
  color: var(--muted);
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 24px;
}

.featured-copy h3 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a5c8ff;
  margin-bottom: 14px;
}

.results-list {
  list-style: none;
  margin-bottom: 32px;
}

.results-list li {
  color: var(--muted);
  padding: 10px 0 10px 28px;
  position: relative;
  line-height: 1.6;
}

.results-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), #c79632);
}

.featured-metrics {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.featured-stat {
  background: rgba(2, 8, 23, 0.55);
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  padding: 24px;
  text-align: center;
}

.stat-value {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 8px;
}

.stat-label {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* Story grids */
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.story-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}

.story-card {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.9));
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  padding: 36px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.story-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.14);
}

.story-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
}

.story-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 16px;
}

.story-card ul {
  list-style: none;
  margin-bottom: 16px;
}

.story-card li {
  color: var(--muted);
  font-size: 0.95rem;
  padding: 6px 0 6px 20px;
  position: relative;
  line-height: 1.55;
}

.story-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--blue);
}

.text-link {
  color: #9ddaff;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: #fff;
}

.ai-stories {
  background: linear-gradient(180deg, transparent, rgba(6, 21, 44, 0.6), transparent);
}

/* Metrics */
.metrics-section {
  text-align: center;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.metric-card {
  background: linear-gradient(160deg, rgba(36, 140, 255, 0.12), rgba(15, 23, 42, 0.95));
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  padding: 48px 28px;
  transition: transform 0.3s ease;
}

.metric-card:hover {
  transform: translateY(-4px);
}

.metric-value {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  line-height: 1.1;
  background: linear-gradient(90deg, #f2d27a, #9ddaff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}

.metric-label {
  display: block;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 220px;
  margin: 0 auto;
}

/* Buttons */
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 18px 34px;
  border-radius: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn.gold {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
}

.btn.gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(217, 179, 84, 0.28);
}

.btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}

.btn.outline:hover {
  border-color: var(--blue);
}

/* Final CTA */
.final-cta {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 120px 40px 160px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(59, 130, 246, 0.2), transparent 40%),
    linear-gradient(135deg, #020817, #06152c);
  border-top: 1px solid var(--panel-border);
}

.final-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 12px 0 20px;
}

.final-cta p {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 8px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.center-actions {
  justify-content: center;
  margin-top: 40px;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--panel-border);
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 80px 60px;
}

.footer-brand img {
  height: 55px;
  margin-bottom: 20px;
}

.footer-brand p {
  color: var(--muted);
  line-height: 1.8;
}

.site-footer h4 {
  color: var(--gold);
  margin-bottom: 20px;
}

.site-footer a {
  display: block;
  color: #d7e2f2;
  text-decoration: none;
  margin-bottom: 12px;
}

.site-footer a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero,
  .featured-section,
  .stories-section,
  .metrics-section,
  .final-cta {
    scroll-margin-top: 100px;
  }

  .desktop-nav,
  .top-cta {
    display: none;
  }

  .menu-btn {
    display: flex;
  }

  .site-header {
    height: 96px;
    padding: 0 28px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 110px 28px 80px;
    min-height: auto;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    min-height: 280px;
  }

  .featured-card {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .story-grid,
  .story-grid.two-col {
    grid-template-columns: 1fr;
  }

  .metrics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .featured-section,
  .stories-section,
  .metrics-section {
    padding: 80px 20px;
  }

  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    padding: 80px 20px 120px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 60px 24px;
  }

  .center-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .talent-network,
  .talent-network::after,
  body::after {
    animation: none;
  }
}
