*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

:root {
  --navy: #051841;
  --navy-deep: #030f2b;
  --navy-darker: #020919;
  --teal: #1fd1c1;
  --teal-bright: #3ef0e0;
  --teal-dark: #18a89b;
  --blue: #3a86ff;
  --purple: #7c5cff;
  --mint: #6fe7dd;
  --soft: #e6faf8;
  --bg: #fafbfc;
  --bg-alt: #f3f5f9;
  --white: #ffffff;
  --text: #051841;
  --text-muted: #5f6b7a;
  --text-dim: #8a95a6;
  --border: #e2e8f0;
  --border-strong: #d4dbe5;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-feature-settings: 'cv11', 'ss01', 'ss03';
}

.serif-italic {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  font-size: 15px; font-weight: 600;
  text-decoration: none; border: none; cursor: pointer;
  font-family: inherit; letter-spacing: -0.01em;
  transition: all 0.25s var(--ease-out);
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: var(--navy);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 6px 24px -8px rgba(31,209,193,0.6);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 12px 32px -10px rgba(31,209,193,0.8); }

/* ============== NAV ============== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 16px 0;
  transition: background 0.3s ease, backdrop-filter 0.3s ease, padding 0.3s ease;
}
.nav.scrolled {
  background: rgba(3,15,43,0.7);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 10px 0;
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-size: 19px; font-weight: 800;
  color: white; text-decoration: none;
  letter-spacing: -0.03em;
  display: inline-flex; align-items: center; gap: 10px;
}
.logo-tile {
  width: 30px; height: 30px;
  border-radius: 8px;
  background: white;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px -6px rgba(31,209,193,0.45), 0 0 0 1px rgba(255,255,255,0.06);
  flex-shrink: 0;
}
.logo-tile img {
  width: 22px; height: 22px; display: block;
}
.footer-brand .logo-tile { width: 32px; height: 32px; border-radius: 9px; }
.footer-brand .logo-tile img { width: 24px; height: 24px; }

/* ============== HERO ============== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  background: var(--navy-darker);
  color: white;
  display: flex; align-items: center;
  padding: 140px 0 100px;
  overflow: hidden;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 80% at 50% 45%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 80% at 50% 45%, black 30%, transparent 80%);
  pointer-events: none;
}
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(90px); pointer-events: none;
  opacity: 0.55;
}
.orb-1 { top: -120px; left: -160px; width: 560px; height: 560px; background: radial-gradient(circle, var(--teal) 0%, transparent 70%); animation: drift1 22s ease-in-out infinite; }
.orb-2 { bottom: -180px; right: -140px; width: 620px; height: 620px; background: radial-gradient(circle, var(--blue) 0%, transparent 70%); animation: drift2 28s ease-in-out infinite; }
.orb-3 { top: 30%; right: 20%; width: 340px; height: 340px; background: radial-gradient(circle, var(--purple) 0%, transparent 70%); opacity: 0.3; animation: drift3 26s ease-in-out infinite; }
@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(80px, 60px) scale(1.1); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-100px, -80px) scale(1.08); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0); opacity: 0.3; }
  50% { transform: translate(-60px, 80px); opacity: 0.45; }
}
.hero-content {
  max-width: 1180px; margin: 0 auto;
  padding: 0 28px;
  position: relative; z-index: 2;
}
.hero-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: center;
}
.hero-text { text-align: left; }
@media (max-width: 960px) {
  .hero-columns { grid-template-columns: 1fr; gap: 48px; }
  .hero-text { text-align: center; }
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-radius: 999px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.82);
  letter-spacing: 0.02em;
  margin-bottom: 36px;
  opacity: 0; transform: translateY(12px);
  animation: heroFade 0.9s var(--ease-out) 0.1s forwards;
}
.hero-badge-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
}
.hero h1 {
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 800; line-height: 1.06;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
  text-wrap: balance;
  max-width: 620px;
  opacity: 0; transform: translateY(16px);
  animation: heroFade 1s var(--ease-out) 0.2s forwards;
}
@media (max-width: 960px) {
  .hero h1 { margin-left: auto; margin-right: auto; }
}
.hero h1 .serif-italic {
  font-weight: 400;
  background: linear-gradient(110deg, var(--teal-bright) 0%, var(--mint) 45%, var(--teal) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-sub {
  font-size: clamp(17px, 1.4vw, 20px);
  color: rgba(255,255,255,0.68);
  max-width: 560px; margin: 0 0 44px;
  line-height: 1.6; font-weight: 400;
  opacity: 0; transform: translateY(16px);
  animation: heroFade 1s var(--ease-out) 0.35s forwards;
}
.hero-cta {
  display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap;
  opacity: 0; transform: translateY(16px);
  animation: heroFade 1s var(--ease-out) 0.5s forwards;
}
.hero-phone {
  margin: 0;
  max-width: 400px; justify-self: end;
  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.45));
  opacity: 0; transform: translateY(20px);
  animation: heroFade 1.1s var(--ease-out) 0.4s forwards;
}
.hero-phone video {
  display: block;
  width: 100%; height: auto;
}
@media (max-width: 960px) {
  .hero-sub { margin: 0 auto 44px; }
  .hero-cta { justify-content: center; }
  .hero-phone { max-width: 320px; justify-self: center; }
}
.hero-facts {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 880px;
  margin-left: auto; margin-right: auto;
  opacity: 0; transform: translateY(16px);
  animation: heroFade 1s var(--ease-out) 0.85s forwards;
}
.hero-fact {
  padding: 24px 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  text-align: left;
}
.hero-fact-title {
  font-size: 17px; font-weight: 700; line-height: 1.3;
  letter-spacing: -0.02em;
  background: linear-gradient(110deg, var(--teal-bright) 0%, var(--mint) 60%, var(--teal) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.hero-fact-label {
  font-size: 14px; line-height: 1.5;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  letter-spacing: -0.005em;
}
@media (max-width: 720px) {
  .hero-facts { grid-template-columns: 1fr; gap: 10px; margin-top: 40px; }
  .hero-fact { padding: 20px 18px; }
  .hero-fact-title { font-size: 16px; margin-bottom: 6px; }
}
@keyframes heroFade {
  to { opacity: 1; transform: translateY(0); }
}
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.35);
  font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  opacity: 0; animation: fadeIn 1s ease 1s forwards;
  padding-left: 0.25em;
}
@keyframes fadeIn {
  to { opacity: 1; }
}
.hero-scroll-line {
  width: 1px; height: 28px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.4));
  animation: scrollBob 2.4s ease-in-out infinite;
}
@keyframes scrollBob {
  0%, 100% { transform: scaleY(1); transform-origin: top; opacity: 0.5; }
  50% { transform: scaleY(0.6); opacity: 1; }
}

/* ============== INTEREST MARQUEE ============== */
.marquee {
  background: white;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
  overflow: hidden;
  position: relative;
}
.marquee::before, .marquee::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px;
  z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(to right, white, transparent); }
.marquee::after { right: 0; background: linear-gradient(to left, white, transparent); }
.marquee-track {
  display: inline-flex; gap: 44px;
  animation: marquee 60s linear infinite;
  white-space: nowrap;
  padding-left: 44px;
}
.marquee-item {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 17px; font-weight: 600;
  color: var(--text-muted);
  letter-spacing: -0.01em;
}
.marquee-item::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal); opacity: 0.6;
  margin-left: 44px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ============== SECTION BASICS ============== */
.section-head {
  max-width: 720px; margin: 0 auto 72px;
  text-align: center;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  background: var(--soft); color: var(--teal-dark);
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 20px;
}
.eyebrow-dark {
  background: rgba(31,209,193,0.12);
  color: var(--teal-bright);
  border: 1px solid rgba(31,209,193,0.25);
}
h2.section-title {
  font-size: clamp(32px, 4.8vw, 54px);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 20px;
}
.section-sub {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.6; max-width: 580px; margin: 0 auto;
}

/* ============== MANIFESTO ============== */
.manifesto {
  padding: 100px 0;
  background: var(--navy-darker);
  color: white;
  position: relative;
  overflow: hidden;
}
.manifesto-glow {
  position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(31,209,193,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.manifesto-inner {
  max-width: 860px; margin: 0 auto;
  padding: 0 28px;
  position: relative; z-index: 1;
}
.manifesto .eyebrow-dark { margin-bottom: 32px; }
.manifesto h2 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 44px;
}
.manifesto h2 .serif-italic {
  background: linear-gradient(110deg, var(--teal-bright), var(--mint));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.manifesto-body {
  font-size: 19px; line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 720px;
}
.manifesto-body p + p { margin-top: 20px; }
.manifesto-body .closer {
  font-size: 22px; color: white;
  font-weight: 500;
}

/* ============== GRYD SCORE ============== */
.score {
  padding: 100px 0 80px;
  background: white;
  position: relative;
}
.score-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px; align-items: start;
}
.score-left {
  position: sticky; top: 100px;
}
.score-left .eyebrow { margin-bottom: 20px; }
.score-left h2 {
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800; line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 22px;
  text-wrap: balance;
}
.score-left h2 .serif-italic {
  font-weight: 400;
  color: var(--teal-dark);
}
.score-left p {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 16px;
}
.score-callout {
  margin-top: 28px;
  padding: 18px 22px;
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-left: 3px solid var(--teal);
  font-size: 14.5px;
  color: var(--navy);
  line-height: 1.6;
}
.score-callout strong { color: var(--navy); font-weight: 700; }
.score-right {
  display: flex; flex-direction: column; gap: 14px;
}
.score-item {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 28px;
  transition: all 0.3s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.score-item:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -16px rgba(5,24,65,0.15);
}
.score-item-head {
  display: flex; align-items: baseline; justify-content: space-between;
  margin-bottom: 10px; gap: 16px;
}
.score-item-title {
  display: flex; align-items: center; gap: 12px;
  font-size: 17px; font-weight: 700;
  letter-spacing: -0.015em;
}
.score-item-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--soft), #eaf4ff);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-dark);
}
.score-item-icon svg { width: 18px; height: 18px; }
.score-percent {
  font-size: 28px; font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.score-percent .pct { font-size: 16px; opacity: 0.5; font-weight: 600; margin-left: 1px; }
.score-desc {
  font-size: 14.5px; color: var(--text-muted);
  line-height: 1.55;
  margin: 8px 0 14px;
}
.score-bar {
  height: 6px; background: var(--bg-alt);
  border-radius: 999px; overflow: hidden;
  position: relative;
}
.score-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--teal), var(--blue));
  border-radius: 999px;
  width: 0;
  transition: width 1.4s var(--ease-out);
  box-shadow: 0 0 12px rgba(31,209,193,0.4);
}
.score-item.visible .score-bar-fill { width: var(--fill); }

/* ============== NICHE FREEDOM ============== */
.niches {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, white 0%, var(--bg-alt) 100%);
  position: relative;
}
.niche-inner { max-width: 1080px; margin: 0 auto; padding: 0 28px; }
.niche-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px; align-items: center;
}
.niche-left h2 {
  font-size: clamp(32px, 4.3vw, 52px);
  font-weight: 800; line-height: 1.04;
  letter-spacing: -0.035em;
  margin-bottom: 24px;
}
.niche-left h2 .serif-italic {
  font-weight: 400;
  color: var(--teal-dark);
}
.niche-left p {
  font-size: 17px; color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 18px;
}
.niche-callout {
  margin-top: 28px;
  padding: 20px 22px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  border-left: 3px solid var(--teal);
  font-size: 15px;
  color: var(--navy);
  line-height: 1.6;
}
.niche-chart {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: 0 24px 48px -24px rgba(5,24,65,0.12);
}
.niche-chart-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.niche-chart-title {
  font-size: 13px; font-weight: 700;
  color: var(--text); letter-spacing: 0.02em;
}
.niche-chart-legend {
  font-size: 12px; color: var(--text-dim);
  font-weight: 500;
}
.niche-row {
  display: grid;
  grid-template-columns: 160px 1fr 50px;
  align-items: center; gap: 16px;
  padding: 11px 0;
}
.niche-row + .niche-row { border-top: 1px solid var(--border); }
.niche-label {
  font-size: 14px; font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
}
.niche-label small {
  display: block; font-size: 11.5px; color: var(--text-dim);
  font-weight: 500; margin-top: 2px;
}
.niche-bar {
  height: 8px; background: var(--bg-alt);
  border-radius: 999px; overflow: hidden;
}
.niche-bar-fill {
  height: 100%;
  border-radius: 999px;
  width: 0;
  transition: width 1.3s var(--ease-out);
}
.niches.visible .niche-bar-fill { width: var(--fill); }
.niche-row.good .niche-bar-fill { background: linear-gradient(90deg, var(--teal), var(--mint)); }
.niche-row.ok .niche-bar-fill { background: linear-gradient(90deg, var(--teal-dark), var(--teal)); }
.niche-row.mid .niche-bar-fill { background: linear-gradient(90deg, var(--blue), var(--teal)); }
.niche-row.weak .niche-bar-fill { background: linear-gradient(90deg, #e87a72, #f2a875); }
.niche-value {
  font-size: 15px; font-weight: 700;
  text-align: right;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}

/* ============== USP GRID ============== */
.usps {
  padding: 100px 0;
  background: var(--bg-alt);
  position: relative;
}
.usps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.usps-grid > .usp-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
.usp-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 32px 30px;
  transition: all 0.35s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.usp-card::after {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--teal), transparent);
  opacity: 0; transition: opacity 0.3s ease;
}
.usp-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-strong);
  box-shadow: 0 24px 48px -24px rgba(5,24,65,0.18);
}
.usp-card:hover::after { opacity: 1; }
.usp-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, var(--navy), #0a2766);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-bright);
  margin-bottom: 22px;
  transition: transform 0.4s var(--ease-spring);
}
.usp-card:hover .usp-icon { transform: rotate(-6deg) scale(1.08); }
.usp-icon svg { width: 22px; height: 22px; }
.usp-card h3 {
  font-size: 19px; font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.25;
}
.usp-card p {
  font-size: 15px; color: var(--text-muted);
  line-height: 1.6;
}

/* ============== SOCIAL NETWORKING (EVENTS + MEETUPS) ============== */
.networking {
  padding: 100px 0;
  background: var(--navy-darker);
  color: white;
  position: relative;
  overflow: hidden;
}
.networking-glow-1 { position: absolute; top: 10%; right: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(58,134,255,0.12) 0%, transparent 70%); pointer-events: none; }
.networking-glow-2 { position: absolute; bottom: 10%; left: -10%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(31,209,193,0.1) 0%, transparent 70%); pointer-events: none; }
.networking .container { position: relative; z-index: 1; }
.networking .section-head h2 { color: white; }
.networking .section-head .section-sub { color: rgba(255,255,255,0.65); }
.networking .section-head h2 .serif-italic {
  font-weight: 400;
  background: linear-gradient(110deg, var(--teal-bright), var(--mint));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.networking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.networking-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all 0.35s var(--ease-out);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}
.networking-card:hover {
  transform: translateY(-4px);
  border-color: rgba(31,209,193,0.3);
  background: rgba(255,255,255,0.05);
}
.networking-card::before {
  content: ''; position: absolute;
  top: 0; left: 0; width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31,209,193,0.5), transparent);
  opacity: 0; transition: opacity 0.4s ease;
}
.networking-card:hover::before { opacity: 1; }
.networking-icon {
  width: 52px; height: 52px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(31,209,193,0.15), rgba(58,134,255,0.15));
  border: 1px solid rgba(31,209,193,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--teal-bright);
  margin-bottom: 24px;
}
.networking-icon svg { width: 22px; height: 22px; }
.networking-card h3 {
  font-size: 22px; font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.networking-card p {
  font-size: 15px; color: rgba(255,255,255,0.62);
  line-height: 1.65;
  margin-bottom: 16px;
}
.networking-chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.chip {
  font-size: 11.5px; font-weight: 600;
  padding: 5px 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: rgba(255,255,255,0.78);
  letter-spacing: 0.01em;
}

/* ============== AUDIENCES ============== */
.audiences {
  padding: 100px 0;
  background: white;
}
.audiences-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.audience-card {
  padding: 48px 42px;
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.audience-creators {
  background: linear-gradient(135deg, #051841 0%, #0a2766 100%);
  color: white;
}
.audience-creators::before {
  content: ''; position: absolute;
  top: -100px; right: -100px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(31,209,193,0.25) 0%, transparent 70%);
}
.audience-viewers {
  background: linear-gradient(135deg, var(--soft) 0%, #eaf4ff 100%);
  color: var(--navy);
}
.audience-viewers::before {
  content: ''; position: absolute;
  bottom: -80px; left: -80px; width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(58,134,255,0.18) 0%, transparent 70%);
}
.audience-card > * { position: relative; z-index: 1; }
.audience-card .eyebrow { margin-bottom: 20px; }
.audience-creators .eyebrow {
  background: rgba(31,209,193,0.15);
  color: var(--teal-bright);
  border: 1px solid rgba(31,209,193,0.3);
}
.audience-card h3 {
  font-size: 34px; font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.1;
  margin-bottom: 14px;
}
.audience-card h3 .serif-italic { font-weight: 400; }
.audience-creators h3 .serif-italic { color: var(--teal-bright); }
.audience-viewers h3 .serif-italic { color: var(--teal-dark); }
.audience-card > p {
  font-size: 16px; line-height: 1.65;
  margin-bottom: 28px;
}
.audience-creators > p { color: rgba(255,255,255,0.75); }
.audience-viewers > p { color: var(--text-muted); }
.audience-list {
  list-style: none; padding: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.audience-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 14.5px; line-height: 1.55;
  padding: 14px 0;
}
.audience-list li + li { border-top: 1px solid; }
.audience-creators .audience-list li + li { border-top-color: rgba(255,255,255,0.08); }
.audience-viewers .audience-list li + li { border-top-color: rgba(5,24,65,0.08); }
.audience-list li::before {
  content: ''; flex-shrink: 0;
  width: 20px; height: 20px; border-radius: 50%;
  margin-top: 1px;
  background-position: center; background-repeat: no-repeat;
  background-size: 10px;
}
.audience-creators .audience-list li::before {
  background-color: rgba(31,209,193,0.18);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%233ef0e0' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}
.audience-viewers .audience-list li::before {
  background-color: rgba(31,209,193,0.22);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2318a89b' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

/* ============== CTA ============== */
.cta {
  padding: 40px 0 80px;
  background: white;
}
.cta-card {
  max-width: 920px; margin: 0 auto;
  background: var(--navy-darker);
  border-radius: 24px;
  padding: 48px 48px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}
.cta-orb-1 { position: absolute; top: -120px; left: -120px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(31,209,193,0.28) 0%, transparent 65%); filter: blur(20px); pointer-events: none; }
.cta-orb-2 { position: absolute; bottom: -140px; right: -120px; width: 340px; height: 340px; background: radial-gradient(circle, rgba(58,134,255,0.2) 0%, transparent 65%); filter: blur(20px); pointer-events: none; }
.cta-card > *:not(.cta-orb-1):not(.cta-orb-2) { position: relative; z-index: 1; }
.cta-card .eyebrow-dark { margin-bottom: 20px; }
.cta-card h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 800; line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.cta-card h2 .serif-italic {
  font-weight: 400;
  background: linear-gradient(110deg, var(--teal-bright), var(--mint));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-card p {
  font-size: 16px; color: rgba(255,255,255,0.7);
  max-width: 520px; margin: 0 auto 24px;
  line-height: 1.6;
}
.store-buttons {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
}
.store-btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 22px 14px 18px;
  background: white; color: var(--navy);
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s var(--ease-out);
  min-width: 220px;
}
.store-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -12px rgba(0,0,0,0.35); }
.store-btn.dark {
  background: rgba(255,255,255,0.08);
  color: white;
  border: 1px solid rgba(255,255,255,0.14);
}
.store-btn.dark:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.24); }
.store-btn svg { flex-shrink: 0; }
.store-btn-text { line-height: 1.15; text-align: left; }
.store-btn-kicker { font-size: 10.5px; opacity: 0.7; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; }
.store-btn-main { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }

/* ============== FOOTER ============== */
.footer {
  background: var(--navy-darker);
  color: white;
  padding: 64px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 64px;
}
.footer-brand .logo {
  font-size: 20px; margin-bottom: 18px;
}
.footer-brand p {
  font-size: 14px; color: rgba(255,255,255,0.52);
  line-height: 1.65; max-width: 340px;
}
.footer-col h4 {
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  font-size: 14px; color: rgba(255,255,255,0.72);
  text-decoration: none; padding: 6px 0;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--teal); }
.footer-social {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.footer-social a {
  padding: 0; color: rgba(255,255,255,0.55);
  transition: color 0.2s, transform 0.2s;
  display: inline-flex;
}
.footer-social a:hover { color: var(--teal); transform: translateY(-2px); }
.footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.4); }

/* ============== SCROLL REVEALS ============== */
.reveal {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.08s; }
.reveal-2 { transition-delay: 0.16s; }
.reveal-3 { transition-delay: 0.24s; }
.reveal-4 { transition-delay: 0.32s; }

/* ============== RESPONSIVE ============== */
@media (max-width: 980px) {
  .score-grid { grid-template-columns: 1fr; gap: 40px; }
  .score-left { position: static; }
  .niche-split { grid-template-columns: 1fr; gap: 48px; }
  .networking-grid { grid-template-columns: 1fr; }
  .audiences-grid { grid-template-columns: 1fr; }
  .usps-grid { grid-template-columns: 1fr; max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container, .nav-inner, .hero-content, .manifesto-inner, .niche-inner { padding-left: 20px; padding-right: 20px; }
  .hero { padding: 100px 0 72px; min-height: auto; }
  .hero-scroll { display: none; }
  .manifesto, .score, .niches, .usps, .networking, .audiences { padding: 72px 0; }
  .cta-card { padding: 48px 24px; border-radius: 24px; }
  .cta { padding: 32px 20px 64px; }
  .cta-card h2, .manifesto h2 { font-size: 34px; }
  .cta-card p { margin-bottom: 28px; }
  .audience-card { padding: 40px 28px; }
  .audience-card h3 { font-size: 26px; }
  .niche-row { grid-template-columns: 130px 1fr 44px; gap: 12px; }
  .niche-label { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .store-btn { min-width: 100%; }
  h2.section-title { font-size: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .marquee-track { animation: none; }
}

/* ============== NAV LINKS (v2 multi-page) ============== */
.nav-links {
  display: flex; align-items: center; gap: 28px;
}
.nav-links a {
  color: rgba(255,255,255,0.72);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  transition: color 0.2s var(--ease-out);
}
.nav-links a:hover { color: white; }
.nav-links a.active { color: var(--teal); }
@media (max-width: 880px) { .nav-links { display: none; } }

/* ============== SUBPAGE HERO (lighter than home hero) ============== */
.page-hero {
  position: relative;
  padding: 168px 0 96px;
  background:
    radial-gradient(ellipse at top, rgba(31,209,193,0.10), transparent 55%),
    linear-gradient(180deg, #030f2b 0%, #051841 60%, #06214e 100%);
  color: white;
  overflow: hidden;
  text-align: center;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
}
.page-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin-bottom: 22px;
  max-width: 820px; margin-left: auto; margin-right: auto;
}
.page-hero .page-hero-sub {
  font-size: clamp(17px, 2vw, 19px);
  color: rgba(255,255,255,0.78);
  max-width: 680px; margin: 0 auto 32px;
  line-height: 1.55;
}
.page-hero .page-hero-cta {
  display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center;
}
.page-hero .page-hero-cta .btn {
  padding: 14px 28px; font-size: 15px;
}
.page-hero .btn-secondary {
  background: transparent;
  color: white;
  border: 1px solid rgba(255,255,255,0.25);
}
.page-hero .btn-secondary:hover { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.04); }

/* ============== PAGE SECTIONS (light cards) ============== */
.page-section {
  padding: 96px 0;
  background: var(--bg);
}
.page-section.alt { background: var(--bg-alt); }
.page-section .container { position: relative; }
.page-section h2 {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--text);
  max-width: 740px;
}
.page-section .lead {
  font-size: 18px; color: var(--text-muted);
  max-width: 680px;
  margin-bottom: 28px; line-height: 1.55;
}
.page-section .body p {
  font-size: 16.5px; color: var(--text-muted);
  max-width: 680px; line-height: 1.7;
  margin-bottom: 18px;
}
.page-section h3 {
  font-size: 22px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--text); margin: 28px 0 10px;
}
.page-section ul {
  list-style: none; padding: 0;
  max-width: 680px;
}
.page-section ul li {
  position: relative;
  padding-left: 26px;
  font-size: 16.5px; color: var(--text-muted);
  line-height: 1.6; margin-bottom: 12px;
}
.page-section ul li::before {
  content: ''; position: absolute; left: 0; top: 11px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--teal);
}

/* Step list */
.page-steps {
  display: grid; gap: 18px; max-width: 720px; margin: 28px 0;
}
.page-steps li {
  padding-left: 56px; position: relative;
  font-size: 16.5px; color: var(--text-muted); line-height: 1.6;
  counter-increment: step;
}
.page-steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: -4px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--navy); color: white;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
}
.page-steps {
  counter-reset: step;
  list-style: none; padding: 0;
}
.page-steps li::after { display: none; }

/* Pricing/notes inline boxes reused from existing callout patterns */
.page-callout {
  margin-top: 32px;
  padding: 22px 26px;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 2px 12px -6px rgba(5,24,65,0.08);
  font-size: 15.5px; color: var(--text);
}
.page-callout strong { color: var(--navy); }
.page-section.alt .page-callout { background: white; }

/* Categories pill grid (events page) */
.category-pills {
  display: flex; flex-wrap: wrap; gap: 10px; max-width: 760px; margin-top: 26px;
}
.category-pills .chip {
  padding: 9px 16px; border-radius: 999px;
  background: white; border: 1px solid var(--border-strong);
  color: var(--text); font-size: 14px; font-weight: 500;
}
