
:root {
  --navy:#071625;
  --navy2:#0c2742;
  --blue:#0f6cae;
  --cyan:#33d6d0;
  --ink:#111827;
  --muted:#5f6b7a;
  --soft:#f4f7fb;
  --line:#dfe7f1;
  --white:#ffffff;
  --green:#1f9d67;
  --gold:#d6a84f;
  --shadow:0 18px 48px rgba(7,22,37,.12);
  --max:1140px;
}

* { box-sizing:border-box; }

html, body {
  margin:0;
  padding:0;
  font-family:Inter, Arial, Helvetica, sans-serif;
  background:var(--soft);
  color:var(--ink);
}

body {
  min-height:100vh;
}

a { color:inherit; }

.header {
  background:rgba(7,22,37,.97);
  color:white;
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.header-inner {
  max-width:var(--max);
  margin:0 auto;
  padding:14px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.logo {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.logo-mark {
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  font-weight:950;
  box-shadow:0 12px 26px rgba(51,214,208,.25);
}

.logo strong {
  display:block;
  line-height:1;
}

.logo span {
  display:block;
  color:#a8c2da;
  font-size:12px;
  margin-top:4px;
}

.nav {
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  justify-content:flex-end;
}

.nav a {
  color:#d9e7f7;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  border-radius:999px;
  padding:9px 10px;
}

.nav a:hover,
.nav a.active {
  color:white;
  background:rgba(255,255,255,.1);
}

.nav a.cta {
  background:var(--cyan);
  color:#052031;
}

.mobile-note {
  display:none;
  font-size:13px;
  color:#d9e7f7;
}

.hero {
  background:
    radial-gradient(circle at 18% 20%, rgba(51,214,208,.24), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(15,108,174,.34), transparent 32%),
    linear-gradient(135deg,#06111f,#0c2742);
  color:white;
  padding:70px 20px;
  position:relative;
  overflow:hidden;
}

.watermark {
  position:absolute;
  right:-90px;
  bottom:0;
  font-size:clamp(72px,12vw,180px);
  font-weight:950;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.035);
  transform:rotate(-8deg);
  pointer-events:none;
  white-space:nowrap;
}

.hero-inner {
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:32px;
  align-items:center;
  position:relative;
  z-index:1;
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#dffbff;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:9px 14px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:18px;
}

.eyebrow:before {
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 22px var(--cyan);
}

h1 {
  font-size:clamp(42px,6vw,78px);
  line-height:.98;
  margin:0 0 18px;
  letter-spacing:-.06em;
}

.hero p {
  color:#d7e9f7;
  font-size:clamp(17px,2vw,21px);
  line-height:1.6;
  margin:0 0 26px;
}

.actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  text-decoration:none;
  border:none;
  border-radius:15px;
  padding:14px 18px;
  font-weight:950;
  cursor:pointer;
  transition:.2s;
}

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

.btn-primary {
  background:var(--cyan);
  color:#052031;
}

.btn-secondary {
  background:rgba(255,255,255,.1);
  color:white;
  border:1px solid rgba(255,255,255,.18);
}

.btn-blue {
  background:var(--blue);
  color:white;
}

.hero-card {
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  border-radius:30px;
  padding:18px;
  box-shadow:0 28px 80px rgba(0,0,0,.22);
}

.hero-card-inner {
  background:white;
  color:var(--ink);
  border-radius:24px;
  padding:20px;
}

.stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:14px;
}

.stat {
  background:linear-gradient(135deg,#fff,#eef8ff);
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:14px;
}

.stat strong {
  display:block;
  font-size:28px;
  letter-spacing:-.04em;
}

.stat span {
  color:var(--muted);
  font-size:12px;
  font-weight:850;
}

.section {
  max-width:var(--max);
  margin:0 auto;
  padding:48px 20px;
}

.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:24px;
}

.kicker {
  color:var(--blue);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:950;
  margin:0 0 8px;
}

h2 {
  font-size:clamp(30px,4vw,52px);
  line-height:1.02;
  letter-spacing:-.05em;
  margin:0;
}

.section-head p {
  color:var(--muted);
  max-width:560px;
  line-height:1.6;
  margin:0;
}

.grid {
  display:grid;
  gap:18px;
}

.grid-2 { grid-template-columns:repeat(2,1fr); }
.grid-3 { grid-template-columns:repeat(3,1fr); }
.grid-4 { grid-template-columns:repeat(4,1fr); }

.card {
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

a.card {
  text-decoration:none;
  display:block;
  transition:.2s;
}

a.card:hover {
  transform:translateY(-3px);
  box-shadow:0 20px 48px rgba(7,22,37,.1);
}

.card.featured {
  border-color:rgba(51,214,208,.7);
  box-shadow:0 22px 60px rgba(15,108,174,.13);
}

.card h3 {
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.025em;
}

.card p {
  margin:0;
  color:var(--muted);
  line-height:1.55;
}

.icon {
  width:48px;
  height:48px;
  border-radius:16px;
  background:#eaf8ff;
  color:var(--blue);
  display:grid;
  place-items:center;
  font-weight:950;
  margin-bottom:14px;
}

.tag-row {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.tag {
  background:#eef6ff;
  border:1px solid #d6eaff;
  color:var(--blue);
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:900;
}

.price {
  display:flex;
  align-items:end;
  gap:7px;
  margin:10px 0 16px;
}

.price strong {
  font-size:44px;
  letter-spacing:-.06em;
  line-height:1;
}

.price span {
  color:var(--muted);
  font-weight:900;
  padding-bottom:7px;
}

.checklist {
  list-style:none;
  padding:0;
  margin:0 0 20px;
  display:grid;
  gap:10px;
}

.checklist li {
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px;
  color:#334155;
  line-height:1.45;
}

.checklist li:before {
  content:"✓";
  color:var(--green);
  font-weight:950;
}

.board {
  background:
    radial-gradient(circle at 16% 10%, rgba(51,214,208,.20), transparent 28%),
    linear-gradient(135deg,#fff,#f4fbff);
  border:1px solid #d7ecff;
  border-radius:34px;
  padding:30px;
}

.dark-board {
  background:
    radial-gradient(circle at 90% 0%, rgba(51,214,208,.20), transparent 28%),
    linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
  border-radius:34px;
  padding:30px;
}

.dark-board p {
  color:#cfe0ef;
  line-height:1.65;
}

.form-card {
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:24px;
  box-shadow:var(--shadow);
}

.form {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

.form label {
  display:grid;
  gap:7px;
  font-size:13px;
  font-weight:900;
  color:#25364a;
}

.form input,
.form select,
.form textarea {
  width:100%;
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px;
  font:inherit;
  background:#fbfdff;
}

.form textarea {
  min-height:120px;
  resize:vertical;
}

.full { grid-column:1/-1; }

.form button {
  border:none;
  border-radius:15px;
  padding:15px 18px;
  background:var(--cyan);
  color:#052031;
  font-weight:950;
  cursor:pointer;
  font-size:15px;
}

.bot-field { display:none; }

.page-hero {
  background:linear-gradient(135deg,#071625,#0c2742);
  color:white;
  padding:56px 20px;
  position:relative;
  overflow:hidden;
}

.page-hero-inner {
  max-width:var(--max);
  margin:0 auto;
  position:relative;
  z-index:1;
}

.page-hero p {
  max-width:780px;
  color:#d7e9f7;
  line-height:1.6;
  font-size:18px;
}

.quick-links {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.quick-links a {
  text-decoration:none;
  background:#f3f7fc;
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 11px;
  font-size:12px;
  font-weight:900;
  color:#36506a;
}

.counts {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}

.counts span {
  background:#f3f7fc;
  border:1px solid var(--line);
  border-radius:999px;
  padding:7px 9px;
  font-size:12px;
  font-weight:900;
  color:#36506a;
}

.footer {
  background:#06111f;
  color:#d5e7f5;
  padding:36px 20px;
  margin-top:40px;
}

.footer-inner {
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.footer p {
  color:#9fb7cc;
  line-height:1.6;
}

.footer-links {
  display:flex;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:8px;
}

.footer-links a {
  text-decoration:none;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  padding:8px 10px;
  font-size:12px;
  font-weight:900;
}

.owner {
  color:#7f98af;
  font-size:12px;
  margin-top:12px;
}

.ai-shell {
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
  overflow:hidden;
}

.ai-head {
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
  padding:20px;
}

.ai-messages {
  height:330px;
  overflow:auto;
  padding:18px;
  display:grid;
  gap:12px;
  background:#f8fbff;
}

.ai-message {
  max-width:90%;
  border-radius:18px;
  padding:12px 14px;
  line-height:1.55;
  font-size:14px;
  white-space:pre-wrap;
}

.ai-message.user {
  justify-self:end;
  background:var(--blue);
  color:white;
}

.ai-message.bot {
  justify-self:start;
  background:white;
  border:1px solid var(--line);
}

.ai-form {
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  padding:14px;
  border-top:1px solid var(--line);
}

.ai-form textarea {
  border:1px solid var(--line);
  border-radius:14px;
  padding:13px;
  font:inherit;
  min-height:54px;
  resize:vertical;
}

.ai-form button {
  border:none;
  border-radius:14px;
  padding:0 18px;
  background:var(--cyan);
  color:#052031;
  font-weight:950;
}

.toast {
  position:fixed;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  background:var(--navy);
  color:white;
  border-radius:999px;
  padding:13px 18px;
  box-shadow:var(--shadow);
  opacity:0;
  transition:.2s;
  pointer-events:none;
}

.toast.show {
  opacity:1;
  bottom:34px;
}

@media(max-width:980px) {
  .hero-inner,
  .grid-4,
  .grid-3,
  .grid-2,
  .footer-inner {
    grid-template-columns:1fr 1fr;
  }

  .hero-inner,
  .footer-inner {
    grid-template-columns:1fr;
  }

  .nav { display:none; }
  .mobile-note { display:block; }
}

@media(max-width:620px) {
  .grid-4,
  .grid-3,
  .grid-2,
  .stats,
  .form,
  .ai-form {
    grid-template-columns:1fr;
  }

  .section-head { display:block; }
  .section-head p { margin-top:12px; }
  .actions { flex-direction:column; }
  .btn { width:100%; }
  .footer-links { justify-content:flex-start; }
}


.mini-action {
  border:none;
  text-decoration:none;
  background:#f3f7fc;
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 11px;
  font-size:12px;
  font-weight:900;
  color:#36506a;
  cursor:pointer;
}

.mini-action:hover {
  background:#eaf8ff;
  border-color:#bfe8ff;
  color:var(--blue);
}


/* Deep Success Operating System */
.success-map {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.success-step {
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 12px 34px rgba(7,22,37,.055);
  min-height:190px;
}

.success-step strong {
  width:36px;
  height:36px;
  border-radius:12px;
  background:var(--navy);
  color:white;
  display:grid;
  place-items:center;
  margin-bottom:12px;
}

.success-step h3 {
  margin:0 0 8px;
  font-size:18px;
  letter-spacing:-.025em;
}

.success-step p {
  color:var(--muted);
  margin:0;
  line-height:1.48;
  font-size:14px;
}

.deep-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.deep-card {
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.deep-card h3 {
  margin:0 0 10px;
  font-size:21px;
  letter-spacing:-.025em;
}

.deep-card p {
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.deep-list {
  margin:0;
  padding-left:18px;
  color:#334155;
  line-height:1.55;
}

.deep-list li {
  margin-bottom:8px;
}

.ops-table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:white;
  box-shadow:0 12px 34px rgba(7,22,37,.055);
}

.ops-table th,
.ops-table td {
  text-align:left;
  vertical-align:top;
  padding:16px;
  border-bottom:1px solid var(--line);
  line-height:1.45;
}

.ops-table th {
  background:#f3f7fc;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#36506a;
}

.ops-table tr:last-child td {
  border-bottom:0;
}

.ops-table td:first-child {
  font-weight:900;
  color:var(--ink);
}

.risk-band {
  background:linear-gradient(135deg,#fff7e6,#ffffff);
  border:1px solid #f4daa0;
  border-radius:28px;
  padding:24px;
}

.money-band {
  background:linear-gradient(135deg,#ecfff7,#ffffff);
  border:1px solid #bcebd7;
  border-radius:28px;
  padding:24px;
}

.doc-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.doc-chip {
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:14px;
  font-weight:900;
  color:#36506a;
}

.success-hero-note {
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

.success-hero-note span {
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  padding:8px 11px;
  color:#d7e9f7;
  font-size:13px;
  font-weight:850;
}

@media(max-width:980px){
  .success-map,
  .deep-grid,
  .doc-grid {
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .success-map,
  .deep-grid,
  .doc-grid {
    grid-template-columns:1fr;
  }

  .ops-table,
  .ops-table tbody,
  .ops-table tr,
  .ops-table td,
  .ops-table th {
    display:block;
    width:100%;
  }

  .ops-table thead {
    display:none;
  }

  .ops-table td {
    border-bottom:1px solid var(--line);
  }
}


/* Person History + Company Project Showcase */
.profile-layout {
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:22px;
  align-items:start;
}

.profile-sidebar {
  background:white;
  border:1px solid var(--line);
  border-radius:28px;
  padding:22px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
  position:sticky;
  top:84px;
}

.profile-avatar-large {
  width:92px;
  height:92px;
  border-radius:28px;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  display:grid;
  place-items:center;
  color:white;
  font-weight:950;
  font-size:30px;
  box-shadow:0 16px 34px rgba(15,108,174,.20);
  margin-bottom:14px;
}

.profile-sidebar h2 {
  font-size:30px;
  margin-bottom:6px;
}

.profile-meta-list {
  display:grid;
  gap:9px;
  margin:18px 0;
}

.profile-meta-list div {
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:15px;
  padding:11px;
  color:#36506a;
  font-size:13px;
  font-weight:850;
}

.history-timeline {
  display:grid;
  gap:16px;
}

.history-card {
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:22px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
  position:relative;
}

.history-card:before {
  content:"";
  position:absolute;
  inset:22px auto 22px -1px;
  width:5px;
  background:linear-gradient(var(--cyan),var(--blue));
  border-radius:999px;
}

.history-card h3 {
  margin:0 0 6px;
  font-size:22px;
  letter-spacing:-.025em;
}

.history-card .role-line {
  color:var(--blue);
  font-weight:950;
  margin-bottom:10px;
}

.history-card p {
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.history-proof-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  margin-top:14px;
}

.history-proof {
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:12px;
}

.history-proof strong {
  display:block;
  color:var(--ink);
  font-size:18px;
  letter-spacing:-.03em;
}

.history-proof span {
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  margin-top:3px;
}

.project-showcase-hero {
  min-height:180px;
  border-radius:28px;
  padding:24px;
  color:white;
  display:grid;
  align-content:end;
  background:
    radial-gradient(circle at 20% 20%, rgba(51,214,208,.34), transparent 28%),
    linear-gradient(135deg,var(--navy),var(--blue));
  margin-bottom:16px;
}

.project-showcase-hero h3 {
  margin:0 0 8px;
  font-size:28px;
  letter-spacing:-.035em;
}

.project-showcase-hero p {
  color:#d7e9f7;
  margin:0;
  line-height:1.5;
}

.project-showcase-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.project-card {
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.project-image {
  min-height:160px;
  padding:18px;
  display:grid;
  align-content:end;
  color:white;
  font-weight:950;
  background:
    radial-gradient(circle at 16% 20%, rgba(51,214,208,.32), transparent 28%),
    linear-gradient(135deg,var(--navy),var(--blue));
}

.project-body {
  padding:20px;
}

.project-body h3 {
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.025em;
}

.project-body p {
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.project-data-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:14px 0;
}

.project-data {
  background:#f8fbff;
  border:1px solid var(--line);
  border-radius:15px;
  padding:11px;
}

.project-data strong {
  display:block;
  font-size:15px;
}

.project-data span {
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
}

.showcase-checklist {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.showcase-check {
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 12px 34px rgba(7,22,37,.05);
}

.showcase-check h4 {
  margin:0 0 8px;
  font-size:16px;
}

.showcase-check p {
  margin:0;
  color:var(--muted);
  line-height:1.45;
  font-size:13px;
}

.relationship-map {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.relationship-node {
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  text-align:center;
  box-shadow:0 12px 34px rgba(7,22,37,.05);
}

.relationship-node strong {
  display:block;
  font-size:18px;
  letter-spacing:-.025em;
}

.relationship-node span {
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:850;
  margin-top:5px;
}

@media(max-width:980px){
  .profile-layout,
  .project-showcase-grid,
  .history-proof-grid,
  .showcase-checklist,
  .relationship-map {
    grid-template-columns:1fr 1fr;
  }

  .profile-sidebar {
    position:relative;
    top:auto;
  }
}

@media(max-width:620px){
  .profile-layout,
  .project-showcase-grid,
  .history-proof-grid,
  .project-data-grid,
  .showcase-checklist,
  .relationship-map {
    grid-template-columns:1fr;
  }
}


/* Culture + Public Education + Proof of Skill Layer */
.culture-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.culture-card {
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.culture-media {
  min-height:170px;
  padding:20px;
  color:white;
  display:grid;
  align-content:end;
  background:
    radial-gradient(circle at 18% 20%, rgba(51,214,208,.34), transparent 28%),
    linear-gradient(135deg,var(--navy),var(--blue));
  font-weight:950;
  font-size:22px;
  letter-spacing:-.025em;
}

.culture-body {
  padding:20px;
}

.culture-body h3 {
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.025em;
}

.culture-body p {
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.story-feed {
  display:grid;
  gap:16px;
}

.story-post {
  background:white;
  border:1px solid var(--line);
  border-radius:26px;
  padding:20px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.story-head {
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}

.story-avatar {
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:white;
  background:linear-gradient(135deg,var(--cyan),var(--blue));
  font-weight:950;
}

.story-head strong {
  display:block;
}

.story-head span {
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
  font-weight:850;
}

.story-video-box {
  min-height:220px;
  border-radius:22px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 18% 18%, rgba(51,214,208,.20), transparent 26%),
    repeating-linear-gradient(45deg,#e8eef5,#e8eef5 12px,#f7fafc 12px,#f7fafc 24px);
  display:grid;
  place-items:center;
  color:#36506a;
  font-weight:950;
  margin:14px 0;
}

.public-path {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}

.public-step {
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 12px 34px rgba(7,22,37,.055);
}

.public-step strong {
  width:36px;
  height:36px;
  border-radius:12px;
  background:var(--navy);
  color:white;
  display:grid;
  place-items:center;
  margin-bottom:12px;
}

.public-step h3 {
  margin:0 0 8px;
  font-size:18px;
}

.public-step p {
  margin:0;
  color:var(--muted);
  line-height:1.45;
  font-size:14px;
}

.ecosystem-map {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.ecosystem-node {
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 12px 34px rgba(7,22,37,.055);
}

.ecosystem-node h3 {
  margin:0 0 8px;
  font-size:20px;
  letter-spacing:-.025em;
}

.ecosystem-node p {
  color:var(--muted);
  line-height:1.5;
  margin:0;
  font-size:14px;
}

.creator-lane {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.creator-card {
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  box-shadow:0 12px 34px rgba(7,22,37,.055);
}

.creator-card h3 {
  margin:0 0 8px;
  font-size:18px;
}

.creator-card p {
  color:var(--muted);
  margin:0;
  line-height:1.45;
  font-size:14px;
}

.material-journey {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}

.material-step {
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:16px;
  box-shadow:0 12px 34px rgba(7,22,37,.05);
}

.material-step strong {
  display:block;
  color:var(--blue);
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-bottom:8px;
}

.material-step p {
  color:var(--muted);
  line-height:1.45;
  margin:0;
  font-size:13px;
}

.conversation-board {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.convo-card {
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.convo-card h3 {
  margin:0 0 10px;
  font-size:22px;
}

.convo-card p {
  color:var(--muted);
  line-height:1.55;
  margin:0 0 12px;
}

.pathway-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.pathway-card {
  background:white;
  border:1px solid var(--line);
  border-radius:24px;
  padding:20px;
  box-shadow:0 12px 34px rgba(7,22,37,.06);
}

.pathway-card h3 {
  margin:0 0 8px;
  font-size:20px;
}

.pathway-card p {
  color:var(--muted);
  line-height:1.5;
  margin:0 0 12px;
}

@media(max-width:980px){
  .culture-grid,
  .ecosystem-map,
  .creator-lane,
  .pathway-grid,
  .material-journey,
  .public-path {
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:620px){
  .culture-grid,
  .ecosystem-map,
  .creator-lane,
  .pathway-grid,
  .material-journey,
  .public-path,
  .conversation-board {
    grid-template-columns:1fr;
  }
}
