:root {
  --emko-edu-blue: #0079c1;
  --emko-edu-blue-dark: #005f99;
  --emko-edu-ink: #0a1128;
  --emko-edu-copy: #5f6b7a;
  --emko-edu-soft: #f5f8fc;
  --emko-edu-soft-blue: #eef5fb;
  --emko-edu-line: #e4eaf0;
  --emko-edu-white: #ffffff;
  --emko-edu-radius: 14px;
  --emko-edu-max: 1240px;
}

/* Break out of theme content wrapper */
.site-main:has(.emko-edu-page),
#primary.site-main:has(.emko-edu-page) {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.emko-edu-page *,
.emko-edu-page *::before,
.emko-edu-page *::after {
  box-sizing: border-box;
}

.emko-edu-page {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--emko-edu-ink);
  background: #fff;
  overflow-x: clip;
  width: 100%;
  margin: 0;
}
.emko-edu-page img { max-width: 100%; display: block; }
.emko-edu-page a { color: inherit; text-decoration: none; }
.emko-edu-page button { font: inherit; }
.emko-edu-container { width: min(var(--emko-edu-max), calc(100% - 48px)); margin: 0 auto; }
.emko-edu-section { padding: 96px 0; }
.emko-edu-section--soft { background: var(--emko-edu-soft); }

.emko-edu-eyebrow {
  margin: 0 0 16px;
  color: var(--emko-edu-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
}
.emko-edu-page h1,
.emko-edu-page h2,
.emko-edu-page h3,
.emko-edu-page p { margin-top: 0; }
.emko-edu-page h1 { font-size: clamp(42px, 5.3vw, 70px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 26px; }
.emko-edu-page h2 { font-size: clamp(34px, 3.4vw, 48px); line-height: 1.12; letter-spacing: -.035em; margin-bottom: 22px; }
.emko-edu-page h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.emko-edu-page p { color: var(--emko-edu-copy); font-size: 17px; line-height: 1.75; }

.emko-edu-context { border-bottom: 1px solid var(--emko-edu-line); background: rgba(255,255,255,.98); }
.emko-edu-context__inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.emko-edu-context__inner > span { font-size: 13px; font-weight: 800; }
.emko-edu-context__inner > div { display: flex; gap: 26px; font-size: 13px; font-weight: 650; }
.emko-edu-context a { color: #707b89; padding: 18px 0 16px; border-bottom: 2px solid transparent; }
.emko-edu-context a.is-active { color: var(--emko-edu-blue); border-color: var(--emko-edu-blue); }

.emko-edu-hero { padding: 72px 0 84px; }
.emko-edu-hero__grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 64px; align-items: center; }
.emko-edu-hero__copy { padding: 20px 0; }
.emko-edu-hero__lead { max-width: 630px; font-size: 19px !important; }
.emko-edu-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; margin-top: 32px; }
.emko-edu-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; background: var(--emko-edu-blue); color: #fff !important; border-radius: 9px; font-size: 14px; font-weight: 800; transition: background-color .18s ease, transform .18s ease; }
.emko-edu-btn:hover { background: var(--emko-edu-blue-dark); transform: translateY(-1px); }
.emko-edu-link { display: inline-flex; gap: 9px; align-items: center; color: var(--emko-edu-ink) !important; font-size: 14px; font-weight: 800; position: relative; }
.emko-edu-link::after { content: ""; position: absolute; left: 0; right: 21px; bottom: -5px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.emko-edu-link:hover::after { transform: scaleX(1); transform-origin: left; }
.emko-edu-hero__meta { margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--emko-edu-line); display: flex; flex-wrap: wrap; gap: 10px 24px; color: #738091; font-size: 12px; font-weight: 650; }
.emko-edu-hero__meta span:not(:last-child)::after { content: "·"; margin-left: 24px; color: #b5c0cc; }
.emko-edu-hero__media { margin: 0; min-height: 520px; border-radius: var(--emko-edu-radius); overflow: hidden; background: var(--emko-edu-soft); }
.emko-edu-hero__media img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; image-rendering: auto; }

.emko-edu-intro { border-top: 1px solid var(--emko-edu-line); }
.emko-edu-intro__grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 90px; align-items: start; }
.emko-edu-prose p:last-child { margin-bottom: 0; }

.emko-edu-sectionhead { max-width: 850px; margin: 0 auto 44px; text-align: center; }
.emko-edu-sectionhead--left { margin-left: 0; text-align: left; }
.emko-edu-sectionhead > p:last-child { margin-bottom: 0; }

.emko-edu-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 0; border-bottom: 1px solid var(--emko-edu-line); margin: 0 auto 40px; }
.emko-edu-tab { appearance: none; border: 0; background: transparent; color: #7a8491; padding: 15px 18px 16px; cursor: pointer; position: relative; font-size: 13px; font-weight: 700; }
.emko-edu-tab::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -1px; height: 2px; background: var(--emko-edu-blue); transform: scaleX(0); transition: transform .18s ease; }
.emko-edu-tab.is-active { color: var(--emko-edu-ink); }
.emko-edu-tab.is-active::after { transform: scaleX(1); }
.emko-edu-tab:focus-visible { outline: 2px solid var(--emko-edu-blue); outline-offset: 3px; border-radius: 4px; }

.emko-edu-expectation { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.76fr); gap: 68px; align-items: center; background: #fff; border-radius: var(--emko-edu-radius); padding: 54px 58px; }
.emko-edu-expectation__copy h3 { font-size: 29px; margin-bottom: 16px; }
.emko-edu-expectation__copy > p { margin-bottom: 20px; }
.emko-edu-listtitle { color: var(--emko-edu-ink) !important; font-size: 13px !important; font-weight: 800; margin-bottom: 10px !important; }
.emko-edu-expectation ul { list-style: none; margin: 0; padding: 0; color: var(--emko-edu-copy); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 16px; font-size: 14px; line-height: 1.55; }
.emko-edu-expectation li { position: relative; min-height: 54px; display: flex; align-items: center; padding: 12px 14px 12px 48px; border-radius: 12px; background: var(--emko-edu-soft); color: #556273; }
.emko-edu-expectation li::before { content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 22px; height: 22px; border-radius: 999px; background: rgba(0,121,193,.12); box-shadow: inset 0 0 0 1px rgba(0,121,193,.08); }
.emko-edu-expectation li::after { content: ""; position: absolute; left: 21px; top: 50%; width: 8px; height: 5px; border-left: 2px solid var(--emko-edu-blue); border-bottom: 2px solid var(--emko-edu-blue); transform: translateY(-65%) rotate(-45deg); }
.emko-edu-expectation__media { aspect-ratio: 1.45 / 1; border-radius: 12px; overflow: hidden; background: var(--emko-edu-soft); }
.emko-edu-expectation__media img { width: 100%; height: 100%; object-fit: cover; }

.emko-edu-goal { padding-top: 82px; padding-bottom: 82px; }
.emko-edu-goal__inner { max-width: 950px; text-align: center; }
.emko-edu-goal__inner p:last-child { max-width: 900px; margin: 0 auto; }

.emko-edu-ecosystem { border-top: 1px solid var(--emko-edu-line); padding-bottom: 70px; }
.emko-edu-jumpnav { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--emko-edu-line); border-bottom: 1px solid var(--emko-edu-line); }
.emko-edu-jumpnav a { padding: 15px 18px; font-size: 12px; font-weight: 700; color: #687587; }
.emko-edu-jumpnav a:first-child { padding-left: 0; }
.emko-edu-jumpnav a:hover { color: var(--emko-edu-blue); }

.emko-edu-solution { padding: 106px 0; border-top: 1px solid var(--emko-edu-line); }
.emko-edu-solution--soft { background: var(--emko-edu-soft); }
.emko-edu-solution__intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 76px; align-items: center; margin-bottom: 60px; }
.emko-edu-solution__intro--reverse .emko-edu-solution__copy { order: 2; }
.emko-edu-solution__intro--reverse .emko-edu-solution__feature { order: 1; }
.emko-edu-solution__copy { max-width: 575px; }
.emko-edu-solution__copy > p:last-of-type { margin-bottom: 26px; }
.emko-edu-number { display: inline-block; margin-bottom: 22px; color: #a6b2bf; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.emko-edu-solution__feature { margin: 0; aspect-ratio: 1.47/1; border-radius: var(--emko-edu-radius); overflow: hidden; background: #fff; }
.emko-edu-solution__feature img { width: 100%; height: 100%; object-fit: cover; }
.emko-edu-solution__feature--contain img { object-fit: contain; padding: 34px; }

.emko-edu-products { display: grid; gap: 26px; align-items: stretch; }
.emko-edu-products--3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.emko-edu-products--2 { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 820px; }
.emko-edu-products--single { grid-template-columns: minmax(280px,390px); }
.emko-edu-product { display: flex; flex-direction: column; min-width: 0; padding: 0 0 22px; border-bottom: 1px solid #dfe6ed; }
.emko-edu-product:hover h3, .emko-edu-product:hover > span { color: var(--emko-edu-blue); }
.emko-edu-product__image { height: 232px; background: transparent; border-radius: 10px; display: flex; align-items: center; justify-content: center; overflow: visible; margin-bottom: 20px; }
.emko-edu-product__image img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(10,17,40,.08)); }
.emko-edu-product__image--portrait img { width: auto; max-width: 76%; }
.emko-edu-product__image--tall { height: 320px; }
.emko-edu-product__image--photo img { object-fit: cover; }
.emko-edu-product h3 { margin: 0 0 8px; transition: color .16s ease; }
.emko-edu-product p { margin: 0 0 12px; font-size: 13px; line-height: 1.55; }
.emko-edu-product > span { margin-top: auto; color: var(--emko-edu-blue); font-size: 12px; font-weight: 800; transition: color .16s ease; }
.emko-edu-product--static > span { color: #7e8996; }

.emko-edu-model-links { margin-top: 34px; display: flex; gap: 12px 24px; flex-wrap: wrap; align-items: center; font-size: 12px; }
.emko-edu-model-links > span { width: 100%; color: #8c97a4; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 2px; }
.emko-edu-model-links a { font-weight: 700; color: #596677; }
.emko-edu-model-links a:hover { color: var(--emko-edu-blue); }

.emko-edu-software-featured { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.emko-edu-software-card { min-height: 260px; padding: 30px 30px 26px; background: var(--emko-edu-soft); border-radius: 12px; display: flex; flex-direction: column; }
.emko-edu-solution--soft .emko-edu-software-card { background: #fff; }
.emko-edu-software-card__icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 28px; }
.emko-edu-software-card__icon img { width: 100%; height: 100%; object-fit: contain; }
.emko-edu-software-card__icon--image { width: 86px; }
.emko-edu-software-card h3 { margin-bottom: 10px; }
.emko-edu-software-card p { font-size: 14px; line-height: 1.6; margin-bottom: 18px; }
.emko-edu-software-card > span { margin-top: auto; color: var(--emko-edu-blue); font-size: 12px; font-weight: 800; }
.emko-edu-software-more { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--emko-edu-line); display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; }
.emko-edu-software-more > span { color: #8a95a3; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-right: 8px; }
.emko-edu-software-more a { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; color: #5d6878; }
.emko-edu-software-more a img { width: 22px; height: 22px; object-fit: contain; }
.emko-edu-software-more a:hover { color: var(--emko-edu-blue); }

.emko-edu-campus { padding: 110px 0; background: var(--emko-edu-ink); color: #fff; }
.emko-edu-campus__grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 72px; align-items: center; }
.emko-edu-campus .emko-edu-eyebrow { color: #6fc6ff; }
.emko-edu-campus .emko-edu-number { color: #71809a; }
.emko-edu-campus__copy h2 { color: #fff; }
.emko-edu-campus__copy > p { color: #bcc6d3; }
.emko-edu-campus__steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin: 34px 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.emko-edu-campus__steps span { color: #d8e1eb; font-size: 12px; line-height: 1.45; }
.emko-edu-campus__steps b { display: block; color: #6fc6ff; font-size: 10px; margin-bottom: 7px; }
.emko-edu-campus .emko-edu-link { color: #fff !important; }
.emko-edu-campus__media { margin: 0; aspect-ratio: 1.4/1; border-radius: var(--emko-edu-radius); overflow: hidden; }
.emko-edu-campus__media img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1050px) {
  .emko-edu-hero__grid,
  .emko-edu-intro__grid,
  .emko-edu-solution__intro,
  .emko-edu-campus__grid { grid-template-columns: 1fr; }
  .emko-edu-hero__grid { gap: 38px; }
  .emko-edu-hero__copy { max-width: 780px; }
  .emko-edu-hero__media { min-height: 440px; }
  .emko-edu-hero__media img { min-height: 440px; }
  .emko-edu-intro__grid { gap: 26px; }
  .emko-edu-expectation { grid-template-columns: 1fr; gap: 32px; }
  .emko-edu-expectation__media { max-width: 720px; }
  .emko-edu-solution__intro--reverse .emko-edu-solution__copy,
  .emko-edu-solution__intro--reverse .emko-edu-solution__feature { order: initial; }
  .emko-edu-solution__copy { max-width: 780px; }
  .emko-edu-solution__feature { max-width: 850px; }
}

@media (max-width: 780px) {
  .emko-edu-container { width: min(100% - 32px, var(--emko-edu-max)); }
  .emko-edu-section, .emko-edu-solution { padding: 72px 0; }
  .emko-edu-context__inner { min-height: auto; align-items: flex-start; padding: 12px 0; }
  .emko-edu-context__inner > div { gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
  .emko-edu-context a { padding: 2px 0 5px; }
  .emko-edu-hero { padding: 54px 0 64px; }
  .emko-edu-hero__media, .emko-edu-hero__media img { min-height: 330px; }
  .emko-edu-hero__meta { gap: 8px 18px; }
  .emko-edu-hero__meta span:not(:last-child)::after { margin-left: 18px; }
  .emko-edu-tabs { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .emko-edu-tabs::-webkit-scrollbar { display: none; }
  .emko-edu-tab { white-space: nowrap; }
  .emko-edu-expectation { padding: 32px 26px; }
  .emko-edu-expectation ul { grid-template-columns: 1fr; }
  .emko-edu-jumpnav { overflow-x: auto; flex-wrap: nowrap; scrollbar-width: none; }
  .emko-edu-jumpnav::-webkit-scrollbar { display: none; }
  .emko-edu-jumpnav a { white-space: nowrap; }
  .emko-edu-products--3,
  .emko-edu-products--2,
  .emko-edu-software-featured { grid-template-columns: 1fr 1fr; max-width: none; }
  .emko-edu-products--single { grid-template-columns: minmax(0,1fr); max-width: 390px; }
  .emko-edu-product__image { height: 210px; }
  .emko-edu-campus { padding: 80px 0; }
}

@media (max-width: 560px) {
  .emko-edu-page h1 { font-size: 40px; }
  .emko-edu-page h2 { font-size: 32px; }
  .emko-edu-page p { font-size: 15px; line-height: 1.68; }
  .emko-edu-context__inner { display: block; }
  .emko-edu-context__inner > span { display: block; margin-bottom: 8px; }
  .emko-edu-context__inner > div { justify-content: flex-start; }
  .emko-edu-actions { gap: 20px; }
  .emko-edu-btn { width: 100%; }
  .emko-edu-hero__meta span:not(:last-child)::after { display: none; }
  .emko-edu-hero__meta { display: grid; grid-template-columns: 1fr 1fr; }
  .emko-edu-hero__media, .emko-edu-hero__media img { min-height: 260px; }
  .emko-edu-expectation { padding: 26px 20px; }
  .emko-edu-expectation__copy h3 { font-size: 24px; }
  .emko-edu-solution__intro { gap: 34px; margin-bottom: 42px; }
  .emko-edu-products--3,
  .emko-edu-products--2,
  .emko-edu-software-featured { grid-template-columns: 1fr; }
  .emko-edu-product__image { height: 220px; }
  .emko-edu-software-more { display: grid; grid-template-columns: 1fr 1fr; }
  .emko-edu-software-more > span { grid-column: 1/-1; }
  .emko-edu-campus__steps { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
