.hero {
  min-height: 850px;
  position: relative;
  padding: 170px 0 50px;
  overflow: hidden;
}
.hero:after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -140px;
  top: 60px;
  background: var(--blue);
  filter: blur(170px);
  opacity: 0.18;
  border-radius: 50%;
}
.hero-grid {
  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: 70px 70px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-layout {
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-lead {
  font-size: clamp(1.08rem, 1.8vw, 1.45rem);
  max-width: 720px;
  color: #b8c0cd;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
}
.hero-note {
  font-size: 0.79rem;
  color: #7f8997;
  max-width: 260px;
}
.hero-orbit {
  position: relative;
  width: 360px;
  aspect-ratio: 1;
  margin: auto;
}
.orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}
.orbit-two {
  inset: 55px;
  border-color: rgba(32, 214, 255, 0.32);
}
.orbit-one:before,
.orbit-two:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  top: 14%;
  left: 14%;
  box-shadow: 0 0 18px var(--cyan);
}
.orbit-two:before {
  background: var(--red);
  top: 75%;
  left: 82%;
  box-shadow: 0 0 18px var(--red);
}
.orbit-center {
  position: absolute;
  inset: 104px;
  border-radius: 50%;
  background: linear-gradient(145deg, #17223a, #071020);
  display: grid;
  place-content: center;
  text-align: center;
  box-shadow: 0 0 55px rgba(8, 88, 255, 0.35);
}
.orbit-center strong {
  font: 800 2.6rem var(--font-head);
  letter-spacing: -0.06em;
}
.orbit-center span {
  font-size: 0.66rem;
  color: #95a2b4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.orbit-label {
  position: absolute;
  font: 700 0.6rem var(--font-head);
  letter-spacing: 0.15em;
  color: #aeb7c4;
}
.label-one {
  top: -4px;
  left: 43%;
}
.label-two {
  right: -24px;
  top: 48%;
}
.label-three {
  bottom: -5px;
  left: 38%;
}
.label-four {
  left: -24px;
  top: 48%;
}
.hero-foot {
  position: absolute;
  z-index: 2;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 40px auto 1fr;
  align-items: center;
  gap: 14px;
  color: #7d8694;
  font-size: 0.78rem;
}
.hero-foot p {
  margin: 0;
}
.hero-foot div {
  height: 1px;
  background: #222938;
}
.problem,
.system,
.method,
.agreement {
  padding: 125px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 40px;
}
.section-heading h2 {
  grid-column: 2;
}
.section-heading > p {
  grid-column: 2;
  max-width: 680px;
  font-size: 1.15rem;
  color: var(--muted);
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 75px;
  border: 1px solid var(--line);
}
.stat-card {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.stat-card:last-child {
  border: 0;
}
.stat-card.accent {
  background: var(--red);
  color: #fff;
  border: 0;
}
.stat-value {
  font: 800 clamp(2.4rem, 4vw, 4.5rem)/1 var(--font-head);
  letter-spacing: -0.06em;
}
.stat-card small {
  margin-top: 16px;
  font-size: 0.78rem;
  line-height: 1.4;
  max-width: 160px;
}
.problem-statement {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  border-top: 1px solid var(--ink);
  padding-top: 30px;
}
.problem-statement span {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.problem-statement p {
  font: 500 clamp(1.4rem, 2.5vw, 2.4rem)/1.3 var(--font-head);
  max-width: 850px;
}
.transition {
  padding: 100px 0;
}
.transition-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}
.transition-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7d8797;
}
.shift {
  display: grid;
  grid-template-columns: 50px 1fr 1fr;
  padding: 25px 0;
  border-bottom: 1px solid #29303e;
  align-items: center;
}
.shift span {
  color: var(--cyan);
  font-size: 0.7rem;
}
.shift p,
.shift strong {
  margin: 0;
  font: 500 clamp(1.15rem, 2vw, 1.75rem) var(--font-head);
}
.shift p {
  color: #7c8695;
}
.shift strong {
  color: #fff;
}
.degree-machine {
  display: grid;
  grid-template-columns: 1fr 60px 1fr 60px 1.1fr;
  align-items: stretch;
  margin-top: 70px;
}
.degree-machine article {
  border: 1px solid var(--line);
  padding: 34px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.degree-machine small {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.degree-machine h3 {
  font-size: 2rem;
  margin: 40px 0 12px;
}
.degree-machine p {
  color: var(--muted);
}
.degree-machine b {
  margin-top: auto;
  font-size: 0.78rem;
}
.machine-number {
  font: 0.72rem var(--font-head);
  color: var(--blue);
}
.machine-plus,
.machine-equals {
  display: grid;
  place-content: center;
  font: 300 2.5rem var(--font-head);
}
.degree-machine .machine-result {
  background: var(--blue);
  color: #fff;
  border: 0;
}
.machine-result p,
.machine-result small {
  color: #dce7ff;
}
.legal-note,
.agreement-terms {
  font-size: 0.72rem;
  color: #7d8694;
  margin: 22px 0 0;
  max-width: 930px;
}
.routes {
  padding: 120px 0;
}
.routes-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 80px;
  align-items: end;
}
.routes-head p {
  color: #9da7b5;
  font-size: 1.1rem;
}
.route-table {
  margin-top: 55px;
  border-top: 1px solid #394251;
}
.route-row {
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 1fr;
  gap: 30px;
  padding: 22px 0;
  border-bottom: 1px solid #293241;
  align-items: center;
  font-size: 0.9rem;
}
.route-row span:last-child {
  color: #8994a4;
}
.route-title {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #718096;
}
.route-row strong {
  font-family: var(--font-head);
  font-size: 1rem;
}
.method-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.method-copy > p {
  color: var(--muted);
  font-size: 1.1rem;
}
.aq-badge {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 25px;
  display: flex;
  gap: 20px;
}
.aq-badge > span {
  font: 800 2rem var(--font-head);
  color: var(--blue);
}
.aq-badge p {
  font-size: 0.82rem;
  color: var(--muted);
}
.aq-badge strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}
.cycle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.cycle-item {
  background: #fff;
  border: 1px solid var(--line);
  padding: 25px;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cycle-item span {
  color: var(--blue);
  font-size: 0.65rem;
}
.cycle-item p {
  font: 600 1.1rem var(--font-head);
  margin: 0;
}
.vision {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.vision:after {
  content: "SV";
  position: absolute;
  right: -20px;
  bottom: -130px;
  font: 800 23rem var(--font-head);
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: -0.12em;
}
.vision-layout {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.vision-number {
  font: 800 8rem/1 var(--font-head);
  color: rgba(255, 255, 255, 0.2);
}
.vision-copy p {
  font-size: 1.15rem;
  color: #dbe7ff;
  max-width: 760px;
}
.vision blockquote {
  grid-column: 2;
  border-left: 2px solid var(--cyan);
  margin: 60px 0 0;
  padding: 0 0 0 28px;
  font: 600 clamp(1.4rem, 2.7vw, 2.4rem)/1.3 var(--font-head);
  max-width: 850px;
}
.invention {
  padding: 120px 0;
}
.invention-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}
.invention-head h2 {
  margin-top: 0;
}
.pipeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 65px;
}
.pipe {
  border-top: 1px solid #334054;
  padding: 25px 20px 15px 0;
  min-height: 170px;
  position: relative;
}
.pipe:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  position: absolute;
  top: -5px;
  left: 0;
  box-shadow: 0 0 14px var(--cyan);
}
.pipe b,
.pipe strong,
.pipe span {
  display: block;
}
.pipe b {
  color: #5e6a7b;
  font-size: 0.65rem;
}
.pipe strong {
  font: 600 1.1rem var(--font-head);
  margin: 38px 0 8px;
}
.pipe span {
  font-size: 0.75rem;
  color: #778394;
  max-width: 140px;
}
.agreement {
  background: #eef0f4;
}
.agreement-intro {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}
.agreement-intro h2,
.agreement-intro p {
  grid-column: 2;
}
.agreement-intro p {
  max-width: 700px;
  font-size: 1.15rem;
  color: var(--muted);
}
.unlock {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  margin-top: 75px;
  gap: 12px;
}
.unlock-track {
  position: absolute;
  top: 27px;
  left: 9%;
  right: 9%;
  height: 2px;
  background: #cbd1da;
}
.unlock-track span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--blue);
  transition: width 1.6s ease;
}
.unlock-step {
  position: relative;
  padding-top: 60px;
}
.unlock-step:before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  width: 17px;
  height: 17px;
  background: #eef0f4;
  border: 3px solid #b9c0ca;
  border-radius: 50%;
  z-index: 2;
}
.unlock-step.active:before,
.unlock-step.ecosystem:before {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(8, 88, 255, 0.12);
}
.unlock-step > span {
  font: 800 clamp(1.7rem, 3vw, 2.8rem) var(--font-head);
  letter-spacing: -0.06em;
}
.unlock-step small {
  display: block;
  color: var(--blue);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}
.unlock-step h3 {
  font-size: 1.05rem;
  margin: 26px 0 4px;
}
.unlock-step p {
  font-size: 0.75rem;
  color: var(--muted);
}
.unlock-step.ecosystem {
  background: var(--blue);
  color: #fff;
  padding: 60px 20px 18px;
  margin-top: -20px;
}
.unlock-step.ecosystem:before {
  left: 20px;
  top: 39px;
  border-color: #fff;
}
.unlock-step.ecosystem small,
.unlock-step.ecosystem p {
  color: #d9e5ff;
}
.deal-card {
  background: var(--ink);
  color: #fff;
  margin-top: 70px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 80px 1fr;
  align-items: center;
}
.deal-card span {
  font-size: 0.62rem;
  letter-spacing: 0.13em;
  color: var(--cyan);
}
.deal-card h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.1rem);
  line-height: 1.2;
  margin: 12px 0 0;
}
.deal-equals {
  text-align: center;
  font: 300 2rem var(--font-head);
  color: #6e7888;
}
.finale {
  padding: 140px 0;
}
.finale-content {
  text-align: center;
}
.finale h2 {
  font-size: clamp(2.5rem, 5.6vw, 5.8rem);
  max-width: 1000px;
  margin: 35px auto 25px;
}
.finale p {
  font-size: 1.3rem;
  color: #9da6b4;
}
.finale .eyebrow {
  justify-content: center;
}
.final-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 70px;
  text-align: left;
}
.final-lockup strong,
.final-lockup small {
  display: block;
}
.final-lockup strong {
  font: 800 1rem var(--font-head);
  letter-spacing: 0.14em;
}
.final-lockup small {
  font-size: 0.7rem;
  color: #7e8997;
}
@media (max-width: 980px) {
  .hero-layout {
    grid-template-columns: 1fr;
  }
  .hero-orbit {
    display: none;
  }
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stat-card:nth-child(2) {
    border-right: 0;
  }
  .degree-machine {
    grid-template-columns: 1fr;
  }
  .machine-plus,
  .machine-equals {
    height: 55px;
  }
  .method-layout {
    gap: 40px;
  }
  .unlock {
    grid-template-columns: 1fr 1fr;
  }
  .unlock-track {
    display: none;
  }
  .unlock-step {
    padding: 25px;
    border-top: 1px solid #cbd1da;
  }
  .unlock-step:before {
    display: none;
  }
  .unlock-step.ecosystem {
    margin: 0;
    padding: 25px;
  }
  .pipeline {
    grid-template-columns: 1fr 1fr;
  }
  .pipe {
    min-height: 140px;
  }
  .deal-card {
    grid-template-columns: 1fr;
  }
  .deal-equals {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .hero {
    min-height: 780px;
    padding-top: 140px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-foot {
    grid-template-columns: 30px 1fr;
  }
  .hero-foot div {
    display: none;
  }
  .problem,
  .system,
  .method,
  .agreement,
  .routes,
  .vision,
  .invention {
    padding: 85px 0;
  }
  .section-heading,
  .problem-statement,
  .transition-layout,
  .invention-head,
  .agreement-intro,
  .vision-layout {
    grid-template-columns: 1fr;
  }
  .section-heading h2,
  .section-heading > p,
  .agreement-intro h2,
  .agreement-intro p,
  .vision blockquote {
    grid-column: 1;
  }
  .stat-grid {
    grid-template-columns: 1fr;
  }
  .stat-card {
    min-height: 180px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .shift {
    grid-template-columns: 35px 1fr;
  }
  .shift strong {
    grid-column: 2;
  }
  .routes-head,
  .method-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .route-title {
    display: none;
  }
  .route-row {
    grid-template-columns: 1fr;
    padding: 24px 0;
    gap: 6px;
  }
  .cycle {
    grid-template-columns: 1fr 1fr;
  }
  .vision-number {
    font-size: 5rem;
  }
  .pipeline,
  .unlock {
    grid-template-columns: 1fr;
  }
  .deal-card {
    padding: 28px;
  }
  .unlock-step {
    min-height: 135px;
  }
  .finale {
    padding: 100px 0;
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding-bottom: 96px;
  }

  .hero-layout {
    gap: 54px;
  }

  .hero-orbit {
    display: block;
    width: min(340px, calc(100vw - 76px));
    margin: 0 auto;
  }

  .orbit-two {
    inset: 15%;
  }

  .orbit-center {
    inset: 29%;
  }

  .orbit-center strong {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .orbit-center span {
    font-size: clamp(0.54rem, 2.3vw, 0.66rem);
  }

  .label-two {
    right: -12px;
  }

  .label-four {
    left: -12px;
  }
}

@media (max-width: 700px) {
  .hero {
    padding-bottom: 88px;
  }

  .hero-layout {
    gap: 42px;
  }

  .hero-orbit {
    width: min(280px, calc(100vw - 58px));
  }

  .orbit-label {
    font-size: 0.52rem;
  }

  .label-two {
    right: -8px;
  }

  .label-four {
    left: -8px;
  }
}
