/* About Us page */
.about-body {
  background:
    radial-gradient(circle at 78% 18%, rgba(75, 155, 255, 0.14), transparent 30%),
    radial-gradient(circle at 18% 78%, rgba(92, 255, 233, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8ff 52%, #eef5ff 100%);
  color: #07122a;
  font-family: "Plus Jakarta Sans", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
}

.about-body .topbar {
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(12, 37, 74, 0.08);
  box-shadow: 0 12px 40px rgba(16, 39, 75, 0.08);
  backdrop-filter: blur(20px);
}

.about-body .brand-word,
.about-body nav a {
  color: #06122a;
}

.about-body .nav-cta {
  background: #f4f8ff;
  border-color: rgba(10, 93, 230, 0.18);
  color: #06122a;
}

.about-body .shell {
  max-width: 1480px;
  padding-top: 28px;
}

.about-page {
  display: grid;
  gap: 22px;
}

.about-image-hero,
.about-hero,
.workflow-rail,
.proof-grid,
.signal-bar,
.mission-panel,
.value-panel,
.asset-archetypes,
.roadmap-panel {
  animation: about-rise 700ms ease both;
}

.about-image-hero {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(30, 92, 185, 0.1);
  border-radius: 30px;
  box-shadow: 0 26px 76px rgba(30, 74, 130, 0.12);
  overflow: hidden;
}

.about-image-hero img {
  display: block;
  height: auto;
  width: 100%;
}

.about-kicker {
  color: #1269ff;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.about-hero {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.95fr) minmax(540px, 1.05fr);
  min-height: 570px;
  overflow: hidden;
  padding: 46px 0 30px;
  position: relative;
}

.about-hero::before {
  animation: drift-grid 14s ease-in-out infinite alternate;
  background-image:
    linear-gradient(rgba(13, 104, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 104, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  inset: -40px;
  mask-image: radial-gradient(circle at 76% 42%, #000, transparent 58%);
  pointer-events: none;
  position: absolute;
}

.about-hero-copy {
  position: relative;
  z-index: 1;
}

.about-hero h1 {
  color: #07122a;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(4.4rem, 7.5vw, 7.25rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  max-width: 780px;
}

.about-hero h1::after {
  background: linear-gradient(90deg, #2dd9ef, #806dff);
  border-radius: 999px;
  content: "";
  display: block;
  height: 7px;
  margin-top: 26px;
  width: 180px;
}

.about-lede {
  color: #4b5b73;
  font-size: clamp(1.12rem, 1.7vw, 1.36rem);
  font-weight: 650;
  line-height: 1.5;
  margin: 30px 0 0;
  max-width: 620px;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.about-body .about-actions .button,
.about-body .about-close .button {
  background: #061b44;
  box-shadow: 0 18px 36px rgba(13, 66, 151, 0.24);
  color: #ffffff;
}

.about-body .about-actions .button.secondary {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(11, 88, 218, 0.2);
  box-shadow: 0 14px 34px rgba(18, 58, 114, 0.08);
  color: #07122a;
}

.about-hero-visual {
  animation: visual-float 6s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(45, 112, 216, 0.14);
  border-radius: 30px;
  box-shadow: 0 32px 80px rgba(31, 74, 130, 0.18), inset 0 1px rgba(255, 255, 255, 0.8);
  display: grid;
  gap: 14px;
  grid-template-columns: 0.42fr 1fr;
  min-height: 390px;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.dna-orbit {
  border: 1px solid rgba(33, 142, 255, 0.22);
  border-radius: 999px;
  filter: blur(0.2px);
  pointer-events: none;
  position: absolute;
}

.dna-left {
  animation: orb-drift 9s ease-in-out infinite;
  height: 180px;
  left: -80px;
  top: 68px;
  width: 180px;
}

.dna-right {
  animation: orb-drift 11s ease-in-out infinite reverse;
  bottom: -78px;
  height: 240px;
  right: -90px;
  width: 240px;
}

.opportunity-card,
.match-card,
.path-card,
.venture-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.82));
  border: 1px solid rgba(43, 113, 216, 0.13);
  border-radius: 20px;
  box-shadow: 0 18px 34px rgba(24, 65, 120, 0.1);
  padding: 22px;
}

.opportunity-card {
  grid-row: span 2;
}

.lead-card {
  grid-row: span 2;
}

.opportunity-card span,
.match-card span,
.path-card span,
.venture-card span,
.mission-panel span {
  color: #1269ff;
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.opportunity-card strong {
  color: #10214a;
  display: inline-block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
  line-height: 1;
}

.venture-card strong {
  color: #07122a;
  display: block;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  letter-spacing: 0;
  line-height: 1.08;
}

.lead-card strong {
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.opportunity-card em {
  color: #7787a0;
  font-style: normal;
  font-weight: 800;
}

.opportunity-card p,
.match-card p,
.path-card p,
.venture-card p {
  color: #5d6d86;
  font-weight: 650;
  line-height: 1.42;
  margin: 16px 0 0;
}

.mini-bars {
  align-items: end;
  display: flex;
  gap: 6px;
  height: 62px;
  margin-top: 22px;
}

.mini-bars i {
  animation: bar-pulse 2.4s ease-in-out infinite;
  background: linear-gradient(180deg, #2bd9ef, #1269ff);
  border-radius: 999px;
  display: block;
  flex: 1;
  min-width: 6px;
}

.mini-bars i:nth-child(1) { height: 34%; }
.mini-bars i:nth-child(2) { height: 56%; animation-delay: 80ms; }
.mini-bars i:nth-child(3) { height: 46%; animation-delay: 160ms; }
.mini-bars i:nth-child(4) { height: 72%; animation-delay: 240ms; }
.mini-bars i:nth-child(5) { height: 60%; animation-delay: 320ms; }
.mini-bars i:nth-child(6) { height: 82%; animation-delay: 400ms; }
.mini-bars i:nth-child(7) { height: 94%; animation-delay: 480ms; }

.match-card {
  overflow: hidden;
  position: relative;
}

.match-card strong,
.path-card strong {
  color: #07122a;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.42rem;
  letter-spacing: 0;
  line-height: 1.1;
  max-width: 260px;
}

.protein-cloud {
  animation: protein-spin 14s linear infinite;
  background:
    radial-gradient(circle at 25% 35%, #51d9ff 0 5px, transparent 6px),
    radial-gradient(circle at 48% 25%, #8f8aff 0 7px, transparent 8px),
    radial-gradient(circle at 64% 56%, #2bd9ef 0 6px, transparent 7px),
    radial-gradient(circle at 36% 70%, #1269ff 0 5px, transparent 6px);
  border: 1px solid rgba(18, 105, 255, 0.16);
  border-radius: 50%;
  height: 118px;
  position: absolute;
  right: 18px;
  top: 28px;
  width: 118px;
}

.protein-cloud::before {
  border: 1px solid rgba(18, 105, 255, 0.12);
  border-radius: 50%;
  content: "";
  inset: 18px;
  position: absolute;
}

.path-card {
  align-self: stretch;
}

.path-line {
  background: rgba(19, 105, 255, 0.13);
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 6px;
  margin: 38px 12px 16px;
  position: relative;
}

.path-line::before {
  animation: path-grow 4s ease-in-out infinite;
  background: linear-gradient(90deg, #2bd9ef, #1269ff);
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 48%;
}

.path-line i {
  background: #ffffff;
  border: 3px solid #1269ff;
  border-radius: 999px;
  height: 16px;
  justify-self: end;
  margin-top: -5px;
  position: relative;
  width: 16px;
  z-index: 1;
}

.path-labels {
  color: #566780;
  display: grid;
  font-size: 0.78rem;
  font-weight: 750;
  grid-template-columns: repeat(4, 1fr);
}

.workflow-rail,
.proof-grid,
.signal-bar,
.mission-panel {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(30, 92, 185, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 56px rgba(30, 74, 130, 0.1);
  backdrop-filter: blur(18px);
}

.workflow-rail {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.workflow-rail article {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 74px 1fr;
  min-height: 126px;
  padding: 24px;
  position: relative;
}

.workflow-rail article + article {
  border-left: 1px solid rgba(30, 92, 185, 0.1);
}

.workflow-rail article + article::before {
  color: #a9bad2;
  content: "->";
  font-weight: 900;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.workflow-icon {
  background: #f0f7ff;
  border: 1px solid rgba(18, 105, 255, 0.12);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.85), 0 12px 28px rgba(18, 105, 255, 0.12);
  display: block;
  height: 64px;
  position: relative;
  width: 64px;
}

.workflow-icon::before,
.workflow-icon::after {
  content: "";
  position: absolute;
}

.search-icon::before {
  border: 3px solid #1269ff;
  border-radius: 50%;
  height: 22px;
  left: 17px;
  top: 16px;
  width: 22px;
}

.search-icon::after {
  background: #1269ff;
  border-radius: 999px;
  height: 17px;
  left: 39px;
  top: 38px;
  transform: rotate(-45deg);
  width: 3px;
}

.rank-icon::before {
  background: linear-gradient(180deg, #2bd9ef, #1269ff);
  border-radius: 999px;
  bottom: 15px;
  box-shadow: 12px -10px 0 #1269ff, 24px -22px 0 #6a7dff;
  height: 18px;
  left: 17px;
  width: 7px;
}

.build-icon::before {
  border: 3px solid #1269ff;
  border-radius: 50%;
  height: 9px;
  left: 16px;
  top: 34px;
  width: 9px;
}

.build-icon::after {
  border: 3px solid #2bd9ef;
  border-bottom: 0;
  border-left: 0;
  height: 23px;
  left: 28px;
  top: 20px;
  transform: rotate(-18deg);
  width: 22px;
}

.package-icon::before {
  border: 3px solid #1269ff;
  border-radius: 14px 14px 18px 18px;
  height: 30px;
  left: 17px;
  top: 16px;
  width: 30px;
}

.package-icon::after {
  border-bottom: 3px solid #2bd9ef;
  border-right: 3px solid #2bd9ef;
  height: 9px;
  left: 28px;
  top: 27px;
  transform: rotate(45deg);
  width: 5px;
}

.workflow-rail strong,
.proof-grid strong {
  color: #07122a;
  display: block;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0;
}

.workflow-rail p,
.proof-grid p,
.mission-panel p {
  color: #5c6c84;
  font-size: 0.98rem;
  font-weight: 620;
  line-height: 1.44;
  margin: 8px 0 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.proof-grid article {
  padding: 28px;
}

.proof-grid article + article {
  border-left: 1px solid rgba(30, 92, 185, 0.1);
}

.proof-grid span {
  color: #061b44;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 2.2rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 12px;
}

.signal-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 18px 22px;
}

.signal-bar strong {
  color: #1269ff;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-right: 18px;
  text-transform: uppercase;
}

.signal-bar span {
  background: #f4f8ff;
  border: 1px solid rgba(18, 105, 255, 0.12);
  border-radius: 999px;
  color: #10214a;
  font-size: 0.94rem;
  font-weight: 760;
  padding: 11px 14px;
}

.mission-panel {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  margin-bottom: 34px;
  padding: 50px;
}

.mission-panel h2 {
  color: #07122a;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.mission-panel p {
  font-size: 1.28rem;
  line-height: 1.55;
  margin: 0;
}

.value-panel,
.asset-archetypes,
.roadmap-panel {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(30, 92, 185, 0.12);
  border-radius: 26px;
  box-shadow: 0 18px 56px rgba(30, 74, 130, 0.1);
  backdrop-filter: blur(18px);
}

.value-panel {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  padding: 52px;
}

.value-panel h2,
.section-heading h2 {
  color: #07122a;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4.7rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.value-copy {
  display: grid;
  gap: 18px;
}

.value-copy p,
.asset-archetypes p,
.roadmap-steps p {
  color: #52637a;
  font-size: 1.06rem;
  font-weight: 650;
  line-height: 1.55;
  margin: 0;
}

.asset-archetypes,
.roadmap-panel {
  padding: 52px;
}

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

.section-heading h2 {
  max-width: 760px;
}

.archetype-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archetype-grid article,
.roadmap-steps article {
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  border: 1px solid rgba(30, 92, 185, 0.12);
  border-radius: 22px;
  box-shadow: 0 16px 34px rgba(30, 74, 130, 0.08);
  padding: 24px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.archetype-grid article:hover,
.roadmap-steps article:hover {
  border-color: rgba(18, 105, 255, 0.28);
  transform: translateY(-3px);
}

.archetype-grid strong,
.roadmap-steps strong {
  color: #07122a;
  display: block;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 12px;
}

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

.roadmap-steps article {
  min-height: 270px;
  position: relative;
}

.roadmap-steps span {
  background: linear-gradient(135deg, #2bd9ef, #1269ff);
  border-radius: 999px;
  color: #ffffff;
  display: grid;
  font-family: "Plus Jakarta Sans", "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 850;
  height: 44px;
  margin-bottom: 42px;
  place-items: center;
  width: 44px;
}

@keyframes about-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes visual-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes drift-grid {
  to {
    transform: translate3d(24px, 18px, 0);
  }
}

@keyframes orb-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    transform: translate3d(18px, -12px, 0) rotate(18deg);
  }
}

@keyframes protein-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes bar-pulse {
  50% {
    opacity: 0.55;
    transform: scaleY(0.82);
  }
}

@keyframes path-grow {
  0%,
  100% {
    width: 42%;
  }
  50% {
    width: 72%;
  }
}

@media (max-width: 1120px) {
  .about-hero,
  .mission-panel,
  .value-panel {
    grid-template-columns: 1fr;
  }

  .about-hero-visual {
    min-height: 360px;
  }

  .workflow-rail,
  .proof-grid,
  .archetype-grid,
  .roadmap-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-rail article:nth-child(3),
  .proof-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(30, 92, 185, 0.1);
  }

  .workflow-rail article:nth-child(4),
  .proof-grid article:nth-child(4) {
    border-top: 1px solid rgba(30, 92, 185, 0.1);
  }
}

@media (max-width: 720px) {
  .about-body .shell {
    padding-top: 24px;
  }

  .about-hero {
    gap: 28px;
    min-height: auto;
    padding-top: 16px;
  }

  .about-hero h1 {
    font-size: clamp(3rem, 14vw, 4rem);
  }

  .about-lede {
    font-size: 1.04rem;
  }

  .about-hero-visual {
    border-radius: 24px;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .opportunity-card,
  .lead-card {
    grid-row: auto;
  }

  .protein-cloud {
    opacity: 0.45;
  }

  .workflow-rail,
  .proof-grid,
  .mission-panel,
  .value-panel,
  .archetype-grid,
  .roadmap-steps {
    grid-template-columns: 1fr;
  }

  .workflow-rail article,
  .proof-grid article {
    border-left: 0 !important;
    border-top: 1px solid rgba(30, 92, 185, 0.1);
  }

  .workflow-rail article:first-child,
  .proof-grid article:first-child {
    border-top: 0;
  }

  .workflow-rail article + article::before {
    display: none;
  }

  .signal-bar,
  .mission-panel,
  .value-panel,
  .asset-archetypes,
  .roadmap-panel {
    padding: 24px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .roadmap-steps article {
    min-height: auto;
  }

  .roadmap-steps span {
    margin-bottom: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero,
  .workflow-rail,
  .proof-grid,
  .signal-bar,
  .mission-panel,
  .about-hero-visual,
  .dna-orbit,
  .protein-cloud,
  .mini-bars i,
  .path-line::before,
  .about-hero::before {
    animation: none;
  }
}
