@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("/assets/_vinext_fonts/inter-9df0d028785c/inter-1ab1ad55.woff2")
    format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Sora";
  font-style: normal;
  font-weight: 100 800;
  src: url("/assets/_vinext_fonts/sora-720974a1e66c/sora-0036cf31.woff2")
    format("woff2");
}

:root,
.__variable_inter_0380wzv {
  --font-inter: "Inter", Arial, sans-serif;
}

.__variable_sora_1bc0zic {
  --font-sora: "Sora", Arial, sans-serif;
}

:root {
  --v14-ink: #071a3d;
  --v14-blue: #1267f3;
  --v14-cyan: #31d7ff;
  --v14-paper: #f6f3eb;
  --v14-line: rgba(7, 26, 61, 0.14);
}

html {
  scroll-behavior: smooth;
}

.guide-hero {
  background: linear-gradient(135deg, #06183a 0%, #09275a 58%, #0b3978 100%);
  color: #fff;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  min-height: 610px;
  padding: 72px max(32px, calc((100vw - 1360px) / 2));
}

.guide-hero-copy {
  align-self: center;
  max-width: 650px;
}

.guide-hero .home-link,
.guide-hero .eyebrow {
  color: #73e7ff;
}

.guide-hero h1 {
  font-size: clamp(3rem, 5.8vw, 6.3rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 46px 0 24px;
}

.guide-hero .page-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  line-height: 1.75;
  max-width: 39rem;
}

.guide-hero-visual {
  align-self: stretch;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.guide-hero-visual::after {
  background: linear-gradient(180deg, transparent 55%, rgba(3, 18, 44, 0.92));
  content: "";
  inset: 0;
  position: absolute;
}

.guide-hero-visual img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.guide-hero-visual figcaption {
  bottom: 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  left: 24px;
  max-width: calc(100% - 48px);
  position: absolute;
  z-index: 1;
}

.jump-nav {
  background: #fff;
  border-bottom: 1px solid var(--v14-line);
  box-shadow: 0 8px 28px rgba(7, 26, 61, 0.06);
  position: sticky;
  top: 82px;
  z-index: 20;
}

.jump-nav-inner {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  max-width: 1360px;
  overflow-x: auto;
  padding: 15px 32px;
  scrollbar-width: thin;
}

.jump-nav a {
  background: #f2f6fc;
  border: 1px solid rgba(18, 103, 243, 0.12);
  border-radius: 999px;
  color: var(--v14-ink);
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 750;
  padding: 10px 15px;
}

.jump-nav a:hover,
.jump-nav a:focus-visible {
  background: var(--v14-blue);
  color: #fff;
}

.guide-intro,
.detail-section,
.guide-decision,
.workflow-section {
  margin: 0 auto;
  max-width: 1360px;
  padding: 92px 32px;
}

.guide-intro {
  display: grid;
  gap: 64px;
  grid-template-columns: 0.75fr 1.25fr;
}

.guide-intro h2,
.detail-copy h2,
.workflow-heading h2,
.guide-decision h2 {
  color: var(--v14-ink);
  font-size: clamp(2.2rem, 4.5vw, 4.8rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 12px 0 20px;
}

.guide-intro > p,
.detail-copy > p,
.workflow-heading p,
.guide-decision > p {
  color: #52637b;
  font-size: 1rem;
  line-height: 1.78;
}

.detail-section {
  border-top: 1px solid var(--v14-line);
  scroll-margin-top: 150px;
}

.detail-layout {
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.detail-index {
  color: var(--v14-blue);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.range-panel {
  background: var(--v14-ink);
  border-radius: 22px;
  color: #fff;
  margin-top: 30px;
  overflow: hidden;
  padding: 25px;
}

.range-panel > span {
  color: var(--v14-cyan);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.range-panel h3 {
  font-size: 1.12rem;
  margin: 16px 0 10px;
}

.range-panel p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.65;
  margin: 0;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.product-tags span {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  padding: 8px 11px;
}

.fivew-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fivew-card {
  background: #fff;
  border: 1px solid var(--v14-line);
  border-radius: 17px;
  padding: 21px;
}

.fivew-card span {
  color: var(--v14-blue);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fivew-card h3 {
  color: var(--v14-ink);
  font-size: 0.98rem;
  margin: 10px 0 7px;
}

.fivew-card p {
  color: #5a6b81;
  font-size: 0.79rem;
  line-height: 1.63;
  margin: 0;
}

.detail-action {
  align-items: center;
  border-top: 1px solid var(--v14-line);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 22px;
}

.detail-action p {
  color: #65758a;
  font-size: 0.73rem;
  line-height: 1.5;
  margin: 0;
  max-width: 34rem;
}

.guide-decision {
  background: #eaf3ff;
  border-radius: 28px;
  margin-bottom: 96px;
}

.decision-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.decision-grid article {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 103, 243, 0.14);
  border-radius: 17px;
  padding: 23px;
}

.decision-grid h3 {
  color: var(--v14-ink);
  font-size: 0.96rem;
  margin: 0 0 9px;
}

.decision-grid p {
  color: #586a82;
  font-size: 0.78rem;
  line-height: 1.65;
  margin: 0;
}

.workflow-section {
  background: #06183a;
  color: #fff;
  max-width: none;
}

.workflow-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.workflow-heading {
  display: grid;
  gap: 36px;
  grid-template-columns: 0.95fr 1.05fr;
}

.workflow-heading h2 {
  color: #fff;
}

.workflow-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.school-flow {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 56px;
  position: relative;
}

.school-flow::before {
  background: linear-gradient(90deg, var(--v14-cyan), #5b75ff);
  content: "";
  height: 2px;
  left: 7%;
  position: absolute;
  right: 7%;
  top: 37px;
}

.flow-node {
  color: inherit;
  min-width: 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.flow-node-icon {
  align-items: center;
  background: #0d2b61;
  border: 1px solid rgba(49, 215, 255, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0 8px #06183a;
  display: inline-flex;
  height: 74px;
  justify-content: center;
  position: relative;
  width: 74px;
}

.flow-node-icon::after {
  animation: flowPulse 2.8s infinite;
  border: 1px solid rgba(49, 215, 255, 0.65);
  border-radius: inherit;
  content: "";
  inset: -1px;
  position: absolute;
}

.flow-node:nth-child(2) .flow-node-icon::after {
  animation-delay: 0.42s;
}
.flow-node:nth-child(3) .flow-node-icon::after {
  animation-delay: 0.84s;
}
.flow-node:nth-child(4) .flow-node-icon::after {
  animation-delay: 1.26s;
}
.flow-node:nth-child(5) .flow-node-icon::after {
  animation-delay: 1.68s;
}
.flow-node:nth-child(6) .flow-node-icon::after {
  animation-delay: 2.1s;
}

.flow-node-icon span {
  color: var(--v14-cyan);
  font-size: 0.69rem;
  font-weight: 850;
}

.flow-node h3 {
  font-size: 0.82rem;
  margin: 22px 0 8px;
}

.flow-node p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.7rem;
  line-height: 1.55;
  margin: 0 auto;
  max-width: 11rem;
}

@keyframes flowPulse {
  0%,
  68%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
  24% {
    opacity: 0.7;
  }
  55% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .flow-node-icon::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  .guide-hero,
  .guide-intro,
  .detail-layout,
  .workflow-heading {
    grid-template-columns: 1fr;
  }

  .guide-hero {
    padding-top: 56px;
  }

  .guide-hero-visual {
    min-height: 380px;
  }

  .decision-grid {
    grid-template-columns: 1fr;
  }

  .school-flow {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 42px;
  }

  .school-flow::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .guide-hero {
    gap: 32px;
    min-height: 0;
    padding: 44px 20px;
  }

  .guide-hero h1 {
    margin-top: 34px;
  }

  .guide-hero-visual {
    min-height: 280px;
  }

  .jump-nav {
    top: 70px;
  }

  .jump-nav-inner,
  .guide-intro,
  .detail-section,
  .guide-decision,
  .workflow-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .guide-intro,
  .detail-section,
  .workflow-section {
    padding-bottom: 68px;
    padding-top: 68px;
  }

  .fivew-grid {
    grid-template-columns: 1fr;
  }

  .guide-decision {
    border-radius: 0;
    margin-bottom: 68px;
  }

  .school-flow {
    grid-template-columns: 1fr;
  }

  .flow-node {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: 74px 1fr;
    text-align: left;
  }

  .flow-node h3 {
    margin: 0 0 6px;
  }

  .flow-node p {
    margin: 0;
  }
}
