@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-thinoblique.otf') format('opentype');
  font-weight: 100;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-lightoblique.otf') format('opentype');
  font-weight: 300;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-regularoblique.otf') format('opentype');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-mediumoblique.otf') format('opentype');
  font-weight: 500;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-demibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-demiboldoblique.otf') format('opentype');
  font-weight: 600;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-boldoblique.otf') format('opentype');
  font-weight: 700;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-extraboldoblique.otf') format('opentype');
  font-weight: 800;
  font-style: oblique;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Visby CF';
  src: url('../fonts/Fontspring-DEMO-visbycf-heavyoblique.otf') format('opentype');
  font-weight: 900;
  font-style: oblique;
}

:root {
  --bg: #fff;
  --purple: #6457BB;
  --orange: #F5A623;
  --ink: #23242d;
  --muted: #5f6170;
  --light-blue: #e4f2f8;
  --soft-beige: #fff6ee;
  --soft-gray: #efefef;
  --border: #d6cee9;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Visby CF', sans-serif;
  overflow-x: hidden;
}

.page-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px 56px;
}

.font-lexend {
  font-family: 'Visby CF', sans-serif;
}

.wm-nav {
  padding: 15px 0 8px;
}

/* Secondary Duplicate Navbar */
.sticky-header {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: top 0.4s ease-out;
  visibility: hidden;
}

.sticky-header .wm-nav {
  padding: 15px 0;
}

.sticky-header.show {
  top: 0;
  visibility: visible;
}

.wm-logo {
  line-height: 0.78;
  letter-spacing: -0.04em;
  text-decoration: none;
  font-family: 'Visby CF', sans-serif;
  font-weight: 800;
  color: #23ace5;
}

.wm-logo-top {
  font-size: 18px;
}

.wm-logo-bottom {   
  font-size: 56px;
}

.wm-logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
  transform: translateY(-2px);
}

.wm-logo-image {
  width: 150px;
  height: auto;
  display: block;
}

.navbar-nav .nav-link {
  font-family: "Visby CF";
  color: #4e505d;
  font-size: 17px;
  font-weight: normal;
  padding: 8px 22px;
  letter-spacing: 0.01em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #2e303d;
}

.btn-login {
  border: 1.5px solid #3a3d4a;
  color: #3a3d4a;
  border-radius: 999px;
  padding: 0 28px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-get-started {
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0 28px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Nav button styles for Login & Get Started inside navbar */
.nav-btn-login .nav-link {
  border: 1.5px solid #3a3d4a;
  color: #3a3d4a !important;
  border-radius: 999px;
  padding: 8px 28px !important;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.nav-btn-login .nav-link:hover {
  background: #f5f5f5;
}

.nav-btn-started .nav-link {
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff !important;
  padding: 8px 28px !important;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.nav-btn-started .nav-link:hover {
  background: #e09518;
}

.btn-primary-pill {
  border: 0;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  padding: 0 32px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 4px 0 rgba(205, 145, 18, 0.15);
  cursor: pointer;
}

.hero {
  padding: 40px 0 32px;
}

.hero-title {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--purple);
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(40px, 4.5vw, 58px);
  font-weight: 800;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hero-copy {
  font-family: 'Visby CF';
  max-width: 440px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.hero-art-wrap {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.illustration-placeholder {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.illustration-placeholder img {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.highlight-banner {
  background: var(--orange);
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 18px 20px;
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 36px;
  font-weight: 500;
  font-style: italic;
}

.card-row {
  margin-bottom: 48px;
}

.student-card {
  height: 100%;
  padding: 28px 24px 22px;
  border-radius: 24px;
  background: var(--light-blue);
}

.student-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #bde5f6;
  margin-bottom: 22px;
}

.student-card h3 {
  margin: 0 0 10px;
  font-family: 'Visby CF', sans-serif;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.student-card p {
  margin: 0 0 14px;
  color: #5d6070;
  font-size: 13px;
  line-height: 1.35;
}

.student-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  font-size: 13px;
  color: #4e5263;
}

.student-list li {
  padding: 3px 0;
}

.student-list li::before {
  content: "\25C9";
  color: #7dbfe2;
  font-size: 12px;
  margin-right: 10px;
}

.student-btn {
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: #bde5f6;
  color: #264158;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 14px;
}

.alone-card {
  height: 100%;
  border-radius: 24px;
  padding: 28px 28px 24px;
  background: var(--purple);
  color: #fff;
  display: flex;
  flex-direction: column;
}

.alone-card h3 {
  margin: 0 0 12px;
  font-family: 'Visby CF', sans-serif;
  font-size: 36px;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.alone-placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}

.alone-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vision-band {
  background: var(--soft-beige);
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;

}

.vision-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
}

.vision-placeholder {
  width: 100%;
  min-height: 318px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.vision-placeholder img {
  width: 100%;
  height: 462px;
  object-fit: contain;
  object-position: left center;
}

.vision-copy h2 {
  margin: 0 0 12px;
  font-family: 'Visby CF', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #1f2029;
}

.vision-copy p {
  font-family: 'Visby CF';
  margin: 0;
  max-width: 400px;
  font-size: 28px;
  color: #3f414c;
  line-height: 1.32;
  letter-spacing: 0;
}

.safety {
  padding: 48px 0;
  text-align: center;
}

.safety h2 {
  margin: 0 0 8px;
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(38px, 4vw, 52px);
  letter-spacing: -0.04em;
  font-weight: 700;
}

.safety p {
  margin: 0 auto 28px;
  max-width: 548px;
  color: #616370;
  font-size: 19px;
  line-height: 1.45;
}

.ethics-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;

}

.ethics-item {
  background: #FFF5EE;
  border-radius: 14px;
  min-height: 68px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  margin-bottom: 0;
  font-size: 17px;
  color: #4d505d;
  font-weight: 400;
}

.ethics-item.inactive {
  background: transparent;
}

.ethics-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1.2px solid #f27244;
  background: transparent;
  color: #f27244;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-shadow: 0 0 0 10px #ffe5d0;
  margin-right: 10px;
}

.ethics-item.inactive .ethics-mark {
  border-color: #9ba1a6;
  background: transparent;
  color: #9ba1a6;
  box-shadow: 0 0 0 10px #e2e4e6;
}

.footer-row {
  padding-top: 24px;
}

.footer-card {
  height: 100%;
  border-radius: 20px;
  padding: 32px;
}

.footer-left {
  border: 2px solid #9a8dd4;
  background: #fff;
}

.footer-left .wm-logo {
  color: var(--purple);
}

.footer-links {
  margin: 20px 0;
  font-size: 15px;
  color: #646673;
}

.footer-links .col {
  display: grid;
  gap: 10px;
}

.footer-links a {
  color: #646673;
  text-decoration: none;
  font-weight: 400;
}

.footer-links a:hover {
  color: var(--purple);
}

.footer-copy {
  font-size: 13px;
  color: #b3b1bb;
  margin-top: 8px;
}

.footer-right {
  background: var(--purple);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
}

.footer-right h3 {
  margin: 0 0 auto;
  font-family: 'Visby CF', sans-serif;
  font-size: clamp(36px, 3.5vw, 50px);
  line-height: 1.18;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.footer-right .btn {
  border-radius: 999px;
  height: 50px;
  background: #fff;
  border: 0;
  color: var(--purple);
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.footer-right .btn:hover {
  background: #f5f5f5;
}