:root {
  --ink: #07142f;
  --muted: #5b6680;
  --line: #e8edf6;
  --blue: #1156f3;
  --green: #14a34a;
  --purple: #7c3aed;
  --pink: #ec3f78;
  --orange: #f58220;
  --brown: #a0653b;
  --soft-blue: #eef4ff;
  --soft-green: #eefbf4;
  --shadow: 0 18px 45px rgba(25, 45, 85, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  color: var(--ink);
  background: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 7px 24px rgba(7, 35, 73, .09);
}

.site-nav {
  min-height: 52px;
  gap: 18px;
}

.site-nav-container {
  max-width: 1540px;
  padding-left: clamp(18px, 3vw, 48px);
  padding-right: clamp(18px, 3vw, 48px);
}

.header-discovery {
  border-bottom: 1px solid #e7edf4;
  background: #fff;
}

.header-discovery-inner {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3vw, 52px);
  min-height: 92px;
}

.header-navigation {
  padding: 0;
  background: linear-gradient(90deg, #073c78 0%, #075a9f 62%, #08669f 100%);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  color: var(--ink);
  padding: 0;
}

.site-header .brand {
  flex: 0 0 auto;
  min-width: 320px;
  gap: 10px;
}

.brand-mark {
  display: block;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  object-fit: contain;
}

.brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  color: #07142f;
  font-size: clamp(25px, 1.8vw, 31px);
  font-weight: 850;
  letter-spacing: -.045em;
  white-space: nowrap;
}

.brand-career { color: #f58220; }
.brand-guide { color: #14a34a; }

.header-search {
  display: flex;
  width: 100%;
  max-width: 650px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #cad6e3;
  border-radius: 8px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.header-search:focus-within {
  border-color: #1261a7;
  box-shadow: 0 0 0 3px rgba(7, 90, 159, .12);
}

.header-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 16px;
  color: #10213d;
  background: transparent;
  font-size: .92rem;
}

.header-search input::placeholder { color: #7b8799; }

.header-search button {
  width: 52px;
  border: 0;
  background: #f58220;
  color: #fff;
  font-size: 1rem;
  transition: background .2s ease;
}

.header-search button:hover { background: #df6d0a; }

.header-quick-links {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.header-quick-links > a,
.header-account {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  column-gap: 8px;
  min-width: 124px;
  padding: 7px 10px;
  border-left: 1px solid #dde5ee;
  color: #153256;
}

.header-quick-links .header-quick-icon {
  grid-row: 1 / 3;
  align-self: center;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 7px;
  background: #edf5ff;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 1.05rem;
}

.header-quick-links strong,
.header-quick-links small { white-space: nowrap; }
.header-quick-links strong { font-size: .78rem; line-height: 1.2; }
.header-quick-links small { color: #718096; font-size: .68rem; }
.header-quick-links a:hover strong { color: #075a9f; }
.header-account { min-width: 118px; cursor: default; opacity: .82; }

.mobile-nav-brand,
.header-menu-toggle,
.header-search-mobile { display: none; }

.navbar-toggler {
  width: 46px;
  height: 42px;
  padding: 0;
  border: 1px solid #dbe4f2;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 7px 18px rgba(25, 45, 85, .07);
}

.navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(17, 86, 243, .14); }

.navbar-toggler-icon {
  position: relative;
  width: 22px;
  height: 16px;
  border-top: 2px solid #07142f;
  border-bottom: 2px solid #07142f;
  background: none;
}

.navbar-toggler-icon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  border-top: 2px solid #07142f;
}

.navbar-nav {
  gap: 2px;
  margin: 0;
}

.header-navigation .navbar-nav .nav-link {
  font-family: Roboto, sans-serif !important;
  position: relative;
  padding: 18px 19px !important;
  color: rgba(255, 255, 255, .92);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease;
}

.header-navigation .navbar-nav .nav-link:hover,
.header-navigation .navbar-nav .nav-link:focus,
.header-navigation .navbar-nav .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, .11);
}

.nav-link.active::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 8px;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background: #ff9d31;
}

.navbar-collapse { justify-content: space-between; }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-navigation .pathway-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: #f58220;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: .92rem;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: background .2s ease, transform .2s ease;
}

.header-navigation .pathway-nav-button b { font-size: 1.1rem; line-height: 1; }
.header-navigation .pathway-nav-button:hover {
  color: #fff;
  background: #df6d0a;
  transform: translateY(-1px);
}
.mobile-utility-link { display: none; }
.header-navigation .language-button,
.header-navigation .search-button,
.header-navigation .login-button,
.header-navigation > .site-nav-container > .navbar-toggler { display: none; }

.hero-section {
  background: linear-gradient(90deg, #ffffff 0%, #f7faff 100%);
  border-bottom: 1px solid #edf2fb;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.9fr);
  gap: 56px;
  min-height: 570px;
  padding-top: 54px;
  padding-bottom: 58px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-copy h1 span {
  display: block;
  color: var(--blue);
}

.hero-copy h1 span::after {
  content: " in India";
  color: var(--green);
}

.hero-copy p {
  max-width: 620px;
  margin: 22px 0 0;
  color: #25304a;
  font-size: 18px;
  line-height: 1.75;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}

.hero-pills > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 4px 14px 4px 5px;
  border: 1px solid #e5ebf3;
  border-radius: 12px;
  background: #ffffff;
  color: #18233c;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 7px 20px rgba(25, 45, 85, 0.06);
}

.inline-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 9px;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 21px;
  line-height: 1;
}

.hero-pills > span:nth-child(1) .inline-icon { background: #e8f0ff; }
.hero-pills > span:nth-child(2) .inline-icon { background: #e8f8ee; }
.hero-pills > span:nth-child(3) .inline-icon { background: #fff0e4; }

.completed-block {
  max-width: 720px;
  margin-top: 28px;
}

.completed-block h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  color: #15233d;
  font-size: 17px;
  font-weight: 850;
}

.completed-block h2::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, #d9e3ef, transparent);
}

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

.education-card,
.category-card,
.feature-item,
.tool-row,
.stat-card {
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.education-card {
  display: flex;
  min-height: 116px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 11px 7px;
  overflow: hidden;
  border: 1px solid #e2e9f2;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 7px 20px rgba(26, 40, 80, 0.055);
  text-align: center;
}

.education-card:hover,
.category-card:hover,
.feature-item:hover,
.tool-row:hover {
  border-color: rgba(17, 86, 243, 0.28);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}

.mini-icon,
.category-icon,
.feature-item span,
.tool-icon,
.stat-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
}

.mini-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .58);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 27px;
}

.education-card strong,
.category-card h3,
.feature-item h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 850;
}

.education-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.primary-cta,
.success-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  margin-top: 26px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  font-size: 16px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(17, 86, 243, 0.24);
}

.hero-visual {
  position: relative;
  min-height: 510px;
}

.student-card {
  position: absolute;
  inset: 18px 54px 58px 44px;
  overflow: hidden;
  border-radius: 70px 70px 36px 36px;
  background: linear-gradient(145deg, #dce8ff, #f4fbff);
  box-shadow: 0 24px 65px rgba(30, 55, 115, 0.12);
}

.hero-character-rotator {
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: min(86%, 390px);
  height: 455px;
  transform: translateX(-50%);
  overflow: hidden;
}

.hero-character {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0;
  filter: saturate(1.04) contrast(1.02);
  transform: translateY(18px) scale(0.985);
  animation: heroCharacterRotate 12s infinite;
}

.hero-character-two {
  animation-delay: 4s;
}

.hero-character-three {
  animation-delay: 8s;
}

.hero-scan-line {
  position: absolute;
  left: 8%;
  right: 8%;
  top: -20%;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(64, 214, 255, 0), rgba(64, 214, 255, 0.28), rgba(64, 214, 255, 0));
  mix-blend-mode: screen;
  opacity: 0;
  animation: heroScanLine 4s infinite;
}

@keyframes heroCharacterRotate {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    clip-path: inset(0 0 12% 0);
  }

  8%,
  31% {
    opacity: 1;
    transform: translateY(0) scale(1);
    clip-path: inset(0 0 0 0);
  }

  39%,
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(1.012);
    clip-path: inset(10% 0 0 0);
  }
}

@keyframes heroScanLine {
  0%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  12% {
    opacity: 1;
  }

  45% {
    opacity: 0.75;
    transform: translateY(430px);
  }

  55% {
    opacity: 0;
    transform: translateY(430px);
  }
}

.book-stack {
  position: absolute;
  right: 62px;
  bottom: 78px;
  width: 150px;
  height: 118px;
}

.book-stack span {
  position: absolute;
  display: block;
  width: 128px;
  height: 36px;
  border-radius: 8px;
  box-shadow: 0 12px 25px rgba(40, 50, 80, 0.16);
}

.book-stack span:nth-child(1) {
  right: 0;
  bottom: 72px;
  background: #8d4b3a;
  transform: rotate(5deg);
}

.book-stack span:nth-child(2) {
  right: 12px;
  bottom: 36px;
  background: #f0b65b;
  transform: rotate(-4deg);
}

.book-stack span:nth-child(3) {
  right: 2px;
  bottom: 0;
  background: #f7d187;
  transform: rotate(7deg);
}

.metric-card,
.trust-card {
  position: absolute;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.metric-card {
  display: grid;
  grid-template-columns: 48px auto;
  grid-template-rows: auto auto;
  column-gap: 11px;
  min-width: 158px;
  min-height: 76px;
  align-items: center;
  padding: 12px 15px;
  text-align: left;
}

.metric-icon {
  display: grid;
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #f2f7ff;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 25px;
  line-height: 1;
}

.metric-card strong {
  align-self: end;
  color: #101d38;
  font-size: 17px;
  line-height: 1.2;
}

.metric-card > span:last-child {
  align-self: start;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.metric-one .metric-icon { background: #e7f8ed; }
.metric-two .metric-icon { background: #f0eaff; }
.metric-three .metric-icon { background: #fff0e4; }
.metric-four .metric-icon { background: #e8f0ff; }

.salary-insight-icon {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  padding: 10px 9px;
}

.salary-insight-icon i {
  display: block;
  width: 6px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #2d73f5, #1156f3);
}

.salary-insight-icon i:nth-child(1) { height: 11px; opacity: .7; }
.salary-insight-icon i:nth-child(2) { height: 18px; opacity: .85; }
.salary-insight-icon i:nth-child(3) { height: 26px; }

.metric-one {
  left: 10px;
  top: 70px;
}

.metric-two {
  right: 4px;
  top: 78px;
}

.metric-three {
  left: 18px;
  top: 270px;
}

.metric-four {
  right: 0;
  bottom: 118px;
}

.trust-card {
  left: 70px;
  right: 62px;
  bottom: 14px;
  padding: 18px 22px;
}

.trust-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.trust-card strong {
  display: block;
  margin-top: 7px;
  color: var(--orange);
  font-size: 15px;
}

.section-block {
  padding: 42px 0;
}

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

.section-heading h2,
.center-heading h2,
.popular-tools h2,
.panel-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 850;
}

.section-heading a {
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
}

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

.category-card {
  display: grid;
  min-height: 190px;
  justify-items: center;
  align-content: center;
  gap: 11px;
  padding: 22px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 10px 24px rgba(26, 40, 80, 0.05);
}

.category-icon {
  width: 62px;
  height: 62px;
  font-size: 29px;
}

.category-card p {
  min-height: 42px;
  margin: 0;
  color: #4a5570;
  font-size: 13px;
  line-height: 1.55;
}

.category-card strong {
  font-size: 13px;
}

.compact-section {
  padding-top: 10px;
}

.center-heading {
  position: relative;
  margin-bottom: 36px;
  text-align: center;
}

.center-heading::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}

.feature-line {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
}

.feature-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-height: 150px;
  padding: 14px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  text-align: center;
}

.feature-item span {
  width: 56px;
  height: 56px;
  font-size: 27px;
}

.feature-item p {
  margin: 0;
  color: #4d5873;
  font-size: 13px;
  line-height: 1.55;
}

.tools-section {
  padding-top: 8px;
}

.tools-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.95fr);
  gap: 24px;
}

.advisor-panel,
.popular-tools {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(25, 45, 85, 0.06);
}

.advisor-panel {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 28px;
  overflow: hidden;
  padding: 30px;
  background:
    radial-gradient(circle at 16% 48%, rgba(77, 216, 255, 0.24), transparent 26%),
    radial-gradient(circle at 30% 18%, rgba(54, 211, 153, 0.22), transparent 30%),
    linear-gradient(115deg, #f3fffb 0%, #ffffff 54%, #e9f9f1 100%);
}

.advisor-panel::after {
  content: "Coming Soon";
  position: absolute;
  top: 22px;
  right: -42px;
  width: 172px;
  padding: 8px 0;
  background: linear-gradient(90deg, #1156f3, #14a34a);
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  transform: rotate(35deg);
  box-shadow: 0 12px 24px rgba(17, 86, 243, 0.18);
}

.advisor-panel::before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -105px;
  width: 390px;
  height: 230px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(20, 163, 74, 0.14), rgba(59, 130, 246, 0.12), transparent);
  transform: rotate(-10deg);
}

.advisor-panel > * {
  position: relative;
  z-index: 1;
}

.advisor-robot {
  position: relative;
  display: flex;
  width: 245px;
  height: 245px;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.95), rgba(214, 247, 255, 0.72) 42%, rgba(195, 244, 223, 0.42) 74%, rgba(255, 255, 255, 0) 75%),
    conic-gradient(from 210deg, rgba(17, 86, 243, 0.1), rgba(20, 163, 74, 0.2), rgba(77, 216, 255, 0.18), rgba(17, 86, 243, 0.1));
  box-shadow:
    0 22px 52px rgba(20, 163, 74, 0.16),
    inset 0 -20px 45px rgba(17, 86, 243, 0.08);
}

.advisor-robot::before,
.advisor-robot::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.advisor-robot::before {
  inset: 16px;
  border: 1px solid rgba(17, 86, 243, 0.12);
}

.advisor-robot::after {
  left: 24px;
  right: 24px;
  bottom: 20px;
  height: 18px;
  background: radial-gradient(ellipse at center, rgba(20, 163, 74, 0.24), transparent 72%);
  filter: blur(3px);
}

.advisor-robot img {
  position: relative;
  z-index: 1;
  width: 92%;
  height: 92%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 20px rgba(20, 70, 120, 0.15));
}

.panel-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.panel-title span,
.coming-soon-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.advisor-panel p {
  margin: 16px 0;
  color: #2f3b55;
  line-height: 1.7;
}

.advisor-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advisor-panel li {
  color: #15213a;
  font-size: 14px;
}

.advisor-panel li::before {
  content: "+";
  margin-right: 10px;
  color: var(--green);
  font-weight: 900;
}

.success-cta {
  min-height: 48px;
  margin-top: 20px;
  background: var(--green);
  box-shadow: 0 12px 28px rgba(20, 163, 74, 0.2);
}

.coming-soon-cta {
  background: linear-gradient(90deg, var(--blue), var(--green));
  cursor: default;
  pointer-events: none;
  opacity: 0.92;
}

.feature-item.is-disabled,
.tool-row.is-disabled,
.login-button.is-disabled {
    cursor: default;
    opacity: .72;
}

.feature-item.is-disabled:hover,
.tool-row.is-disabled:hover {
    transform: none;
}

.feature-status {
    display: inline-flex;
    margin-top: .4rem;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #475569;
    font-size: .7rem;
    font-weight: 700;
}

.footer-pending {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: rgba(255, 255, 255, .58);
}

.footer-pending small,
.footer-coming-soon {
    font-size: .64rem;
    color: #86efac;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.decision-next-section{padding:30px 0 44px;background:#f8fbff;border-top:1px solid #e8edf6;border-bottom:1px solid #e8edf6}.decision-next-section header{max-width:760px;margin-bottom:20px}.decision-next-section header small{color:#15803d;font-weight:850;letter-spacing:.08em}.decision-next-section h2{margin:5px 0 8px;font-size:1.55rem;font-weight:900}.decision-next-section header p{margin:0;color:#64748b;line-height:1.65}.decision-next-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.decision-next-grid a{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px;padding:18px;border:1px solid #dfe7f2;border-radius:13px;background:#fff;box-shadow:0 9px 25px rgba(25,45,85,.045)}.decision-next-grid a:hover{border-color:rgba(17,86,243,.3);transform:translateY(-2px)}.decision-next-grid i{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:#eef4ff;font-style:normal;font-size:1.2rem}.decision-next-grid strong,.decision-next-grid small{display:block}.decision-next-grid strong{font-size:.93rem}.decision-next-grid small{margin-top:4px;color:#64748b;font-size:.78rem;line-height:1.45}.decision-next-grid b{color:#1156f3}@media(max-width:800px){.decision-next-grid{grid-template-columns:1fr}}

.footer-coming-soon {
    display: inline-flex;
    padding: .35rem .65rem;
    border: 1px solid rgba(134, 239, 172, .3);
    border-radius: 999px;
}

.popular-tools {
  padding: 28px;
}

.popular-tools h2 {
  margin-bottom: 18px;
}

.tool-row {
  display: grid;
  grid-template-columns: 44px 170px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.tool-row + .tool-row {
  margin-top: 12px;
}

.tool-icon {
  width: 38px;
  height: 38px;
  font-size: 20px;
}

.tool-row strong {
  font-size: 14px;
}

.tool-row small {
  color: var(--muted);
  font-size: 12px;
}

.tool-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 900;
}

.stats-section {
  padding: 0 0 34px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(25, 45, 85, 0.05);
}

.stat-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  column-gap: 14px;
}

.stat-card span {
  grid-row: span 2;
  width: 52px;
  height: 52px;
  font-size: 25px;
}

.stat-card strong {
  display: block;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.stat-card small {
  color: #17213a;
  font-weight: 750;
}

.site-footer {
  background: #fff;
  color: #d7e4ff;
}

.footer-visual {
  overflow: hidden;
  border-top: 1px solid #e7edf4;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.footer-visual img {
  display: block;
  width: 100%;
  max-width: 1540px;
  height: auto;
  margin: 0 auto;
}

.footer-navigation {
  padding: 38px 0 34px;
  background: linear-gradient(110deg, #06366f 0%, #075795 58%, #0879ad 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.1fr .95fr 1.35fr;
  gap: clamp(22px, 2.5vw, 42px);
}

.footer-shortcuts {
  display: grid;
  align-content: start;
  gap: 7px;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, .32);
}

.footer-shortcuts > a,
.footer-shortcut {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 45px;
  margin: 0;
  color: #fff;
}

.footer-shortcuts > a > span,
.footer-shortcut > span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 14px rgba(2, 25, 61, .18);
  font-size: 1.22rem;
}

.footer-shortcuts strong {
  font-size: .86rem;
  font-weight: 700;
}

.footer-shortcuts a:hover strong { color: #ffd08c; }

.footer-shortcut small {
  color: #b8d8f2;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.footer-shortcut.is-pending { opacity: .72; cursor: default; }

.site-footer p,
.footer-column > a {
  color: #dcecff;
  font-size: .82rem;
  line-height: 1.65;
}

.site-footer h3 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: .9rem;
  font-weight: 850;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.footer-column > a {
  position: relative;
  display: block;
  margin-top: 9px;
  padding-left: 13px;
}

.footer-column > a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #8ec8ef;
  font-weight: 900;
}

.footer-column > a:hover { color: #fff; transform: translateX(2px); }
.footer-about p { margin: 0 0 18px; }

.site-footer .footer-inspire {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 220px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background: rgba(255, 255, 255, .93);
  color: #087a43;
}

.footer-inspire > span { font-size: 1.35rem; }
.footer-inspire strong { font-size: .82rem; line-height: 1.45; }

.footer-legal {
  background: #062d61;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
  color: #c6daf2;
  font-size: .74rem;
}

.footer-bottom > span:first-child strong { color: #fff; font-style: normal; }
.footer-bottom > span:first-child strong span { color: #f58220; }
.footer-bottom > span:first-child strong em { color: #21b45a; font-style: normal; }
.footer-bottom nav { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; }
.footer-bottom nav a { padding: 0 10px; border-right: 1px solid rgba(255, 255, 255, .3); color: #dcecff; }
.footer-bottom nav a:last-child { border-right: 0; }
.footer-bottom nav a:hover { color: #fff; }

.accent-blue .mini-icon,
.accent-blue.category-card .category-icon,
.accent-blue.feature-item span,
.accent-blue .tool-icon,
.accent-blue.stat-card span {
  background: #e7efff;
  color: var(--blue);
}

.accent-green .mini-icon,
.accent-green.category-card .category-icon,
.accent-green.feature-item span,
.accent-green .tool-icon,
.accent-green.stat-card span {
  background: #e8f8ee;
  color: var(--green);
}

.accent-purple .mini-icon,
.accent-purple.category-card .category-icon,
.accent-purple.feature-item span,
.accent-purple .tool-icon,
.accent-purple.stat-card span {
  background: #f0eaff;
  color: var(--purple);
}

.accent-pink .mini-icon,
.accent-pink.category-card .category-icon,
.accent-pink.feature-item span,
.accent-pink .tool-icon,
.accent-pink.stat-card span {
  background: #ffe8f0;
  color: var(--pink);
}

.accent-orange .mini-icon,
.accent-orange.category-card .category-icon,
.accent-orange.feature-item span,
.accent-orange .tool-icon,
.accent-orange.stat-card span {
  background: #fff1e5;
  color: var(--orange);
}

.accent-brown .mini-icon,
.accent-brown.category-card .category-icon,
.accent-brown.feature-item span,
.accent-brown .tool-icon,
.accent-brown.stat-card span {
  background: #f8ece5;
  color: var(--brown);
}

.accent-blue.category-card strong,
.accent-blue.stat-card strong {
  color: var(--blue);
}

.accent-green.category-card strong,
.accent-green.stat-card strong {
  color: var(--green);
}

.accent-purple.category-card strong,
.accent-purple.stat-card strong {
  color: var(--purple);
}

.accent-pink.category-card strong,
.accent-pink.stat-card strong {
  color: var(--pink);
}

.accent-orange.category-card strong,
.accent-orange.stat-card strong {
  color: var(--orange);
}

.accent-brown.category-card strong,
.accent-brown.stat-card strong {
  color: var(--brown);
}

@media (max-width: 1199px) {
  .header-discovery-inner {
    grid-template-columns: minmax(0, auto) auto;
    gap: 16px;
    min-height: 78px;
  }

  .header-search-desktop,
  .header-quick-links { display: none; }

  .header-menu-toggle { display: block; }

  .brand {
    flex-basis: auto;
    min-width: 260px;
  }

  .brand-logo {
    width: min(300px, 52vw);
    max-height: 68px;
  }

  .site-header .brand { min-width: 0; }
  .brand-mark { width: 52px; height: 52px; flex-basis: 52px; }
  .brand-wordmark { font-size: 27px; }

  .header-navigation .site-nav {
    display: block;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-navigation .navbar-collapse {
    padding: 18px 0 22px;
  }

  .header-search-mobile {
    display: flex;
    max-width: none;
    margin-bottom: 14px;
  }

  .navbar-nav { gap: 2px; }
  .header-navigation .navbar-nav .nav-link { padding: 12px 13px !important; }
  .header-navigation .navbar-nav .nav-link.active::after { right: auto; bottom: 7px; left: 13px; width: 34px; }

  .nav-actions {
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 14px;
  }

  .mobile-utility-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 7px;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
  }

  .header-navigation .pathway-nav-button { min-height: 44px; border-radius: 7px; }

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

  .hero-visual {
    min-height: 560px;
  }

  .category-grid,
  .feature-line,
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (max-width: 767px) {
  .site-nav {
    min-height: 0;
  }

  .brand {
    flex-basis: auto;
    min-width: 180px;
  }

  .brand-logo {
    width: min(230px, 58vw);
    max-height: 52px;
  }

  .site-header .brand { min-width: 0; gap: 6px; }
  .brand-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .brand-wordmark { font-size: clamp(19px, 5.7vw, 24px); }

  .navbar-collapse {
    margin-top: 0;
    border-top: 0;
  }

  .navbar-nav { gap: 2px; }
  .header-navigation .navbar-nav .nav-link { padding: 11px 9px !important; }
  .nav-actions { width: 100%; }
  .nav-actions > * { flex: 1 1 140px; }
  .header-navigation .pathway-nav-button { flex-basis: 100%; }

  .hero-grid {
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .education-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-grid,
  .feature-line,
  .tools-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .student-card {
    inset: 22px 28px 46px;
  }

  .metric-card {
    min-width: 116px;
    min-height: 66px;
  }

  .metric-one,
  .metric-three {
    left: 0;
  }

  .metric-two,
  .metric-four {
    right: 0;
  }

  .trust-card {
    left: 18px;
    right: 18px;
  }

  .advisor-panel {
    grid-template-columns: 1fr;
  }

  .advisor-robot {
    width: 150px;
    height: 150px;
  }

  .tool-row {
    grid-template-columns: 44px 1fr 24px;
  }

  .tool-row small {
    grid-column: 2 / 4;
  }

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

@media (max-width: 420px) {
  .brand-mark { width: 43px; height: 43px; flex-basis: 43px; }
  .brand-wordmark { font-size: 19px; }
  .navbar-toggler { width: 42px; height: 40px; }
  .education-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .footer-visual img {
    height: 150px;
    object-fit: cover;
    object-position: left center;
  }

  .footer-navigation { padding: 30px 0; }

  .footer-shortcuts {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .28);
  }

  .footer-bottom nav { justify-content: flex-start; }
}

.home-updates{background:linear-gradient(180deg,#f7fbff,#fff)}.home-updates-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.home-updates-heading small{color:#16803d;font-weight:850;letter-spacing:.08em}.home-updates-heading h2{margin:5px 0}.home-updates-heading p{margin:0;color:#64748b}.home-updates-heading>div:last-child{display:flex;align-items:center;gap:8px}.home-updates-heading button{width:38px;height:38px;border:1px solid #dbe4ef;border-radius:9px;background:#fff;color:#102044;font-weight:900}.home-updates-heading a{padding:10px 14px;border-radius:9px;background:#edf4ff;color:#1459e8;font-weight:800}.home-update-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,calc((100% - 36px)/3));gap:18px;overflow-x:auto;padding:2px 2px 14px;scroll-snap-type:x mandatory;scrollbar-width:thin}.home-update-rail article{display:grid;grid-template-rows:auto 1fr;overflow:hidden;scroll-snap-align:start;border:1px solid #dfe7f1;border-radius:15px;background:#fff;box-shadow:0 12px 32px rgba(25,45,85,.06)}.home-update-image{height:145px;background:#edf3f9}.home-update-image img{width:100%;height:100%;object-fit:cover}.home-update-rail article>div{padding:18px}.home-update-rail header{display:flex;align-items:center;gap:7px;color:#6b7a90;font-size:.72rem}.home-update-rail header span{padding:4px 8px;border-radius:999px;background:#eaf8ef;color:#137c3c;font-weight:850;text-transform:uppercase}.home-update-rail header em{font-style:normal;color:#b45309;font-weight:800}.home-update-rail header time{margin-left:auto}.home-update-rail h3{margin:12px 0 8px;font-size:1.08rem;line-height:1.35}.home-update-rail h3 a{color:#0b1733}.home-update-rail p{display:-webkit-box;overflow:hidden;margin:0;color:#64748b;font-size:.88rem;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.home-update-rail strong{display:block;margin-top:9px;color:#37536f;font-size:.82rem}.home-update-open{display:inline-block;margin-top:12px;color:#1459e8;font-weight:800;font-size:.86rem}@media(max-width:800px){.home-updates-heading{align-items:flex-start;flex-direction:column}.home-update-rail{grid-auto-columns:minmax(270px,82vw)}}@media(max-width:480px){.home-updates-heading>div:last-child{width:100%}.home-updates-heading a{margin-left:auto}.home-update-rail{grid-auto-columns:88vw}}
