:root {
  --ed-brand: #029c91;
  --ed-brand-dark: #027b73;
  --ed-ink: #111315;
  --ed-text: #34383a;
  --ed-muted: #6c7173;
  --ed-line: #e5e6e4;
  --ed-soft: #f4f5f3;
  --ed-paper: #fff;
  --ed-radius: 18px;
  --ed-shadow: 0 22px 60px rgba(17, 19, 21, .09);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ed-ink); background: var(--ed-paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.ed-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px; clip: auto; color: var(--ed-ink); background: var(--ed-paper); }

.ed-site-header { position: relative; z-index: 50; width: 100%; }
.ed-site-header--hero { position: absolute; inset: 0 0 auto; }
.ed-site-header--solid { border-bottom: 1px solid var(--ed-line); background: rgba(255, 255, 255, .96); }
.ed-site-header__inner { display: grid; grid-template-columns: 160px minmax(0, 1fr) auto; align-items: center; gap: 26px; min-height: 88px; }
.ed-logo, .ed-logo-wrap, .custom-logo-link { display: inline-flex; align-items: center; }
.ed-logo img, .custom-logo { display: block; width: 138px; max-height: 52px; object-fit: contain; object-position: left center; }
.ed-primary-nav { justify-self: center; }
.ed-nav-list { display: flex; align-items: center; gap: clamp(13px, 1.6vw, 24px); padding: 0; margin: 0; list-style: none; }
.ed-nav-list a { display: block; padding: 12px 0; font-size: 13px; font-weight: 600; white-space: nowrap; }
.ed-nav-list a:hover, .ed-nav-list .current-menu-item > a { color: var(--ed-brand-dark); }
.ed-header-actions { display: flex; align-items: center; gap: 15px; }
.ed-account { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.ed-account span { color: var(--ed-brand); }
.ed-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.ed-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.ed-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 19px; border: 1px solid var(--ed-line); border-radius: 8px; color: var(--ed-ink); background: var(--ed-paper); font-size: 13px; font-weight: 700; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease; }
.ed-button:hover { transform: translateY(-1px); border-color: var(--ed-brand); }
.ed-button--dark { color: #fff; border-color: var(--ed-ink); background: var(--ed-ink); }
.ed-button--dark:hover { color: #fff; border-color: var(--ed-brand-dark); background: var(--ed-brand-dark); }
.ed-button--brand { color: #fff; border-color: var(--ed-brand); background: var(--ed-brand); }
.ed-button--brand:hover { color: #fff; border-color: var(--ed-brand-dark); background: var(--ed-brand-dark); }
.ed-button--text { padding-inline: 8px; border-color: transparent; background: transparent; }
.ed-button--ghost { color: #fff; border-color: rgba(255, 255, 255, .3); background: transparent; }
.ed-button--ghost:hover { color: #fff; border-color: rgba(255, 255, 255, .7); }
.ed-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ed-hero { position: relative; min-height: 690px; overflow: hidden; background: #eee9e1; }
.ed-hero__slides, .ed-hero__slide { position: absolute; inset: 0; }
.ed-hero__slide { visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .65s ease, visibility .65s ease; }
.ed-hero__slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; }
.ed-hero__slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(246, 241, 232, .96) 0%, rgba(246, 241, 232, .8) 34%, rgba(246, 241, 232, .08) 64%, rgba(0, 0, 0, .08) 100%); }
.ed-hero__slide:nth-child(2)::after, .ed-hero__slide:nth-child(3)::after { background: linear-gradient(90deg, rgba(247, 245, 241, .97) 0%, rgba(247, 245, 241, .9) 40%, rgba(247, 245, 241, .24) 68%, rgba(0, 0, 0, .1) 100%); }
.ed-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ed-hero__content { position: relative; z-index: 2; display: flex; min-height: 690px; align-items: center; padding-top: 72px; }
.ed-hero__copy { width: min(610px, 54%); }
.ed-eyebrow { margin: 0 0 18px; color: var(--ed-brand-dark); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.ed-hero .ed-eyebrow { color: #222527; }
.ed-hero h1 { max-width: 650px; margin: 0; font-size: clamp(44px, 5vw, 68px); line-height: 1.05; letter-spacing: -.055em; }
.ed-hero__lead { max-width: 520px; margin: 23px 0 29px; color: var(--ed-text); font-size: 16px; }
.ed-slider-controls { position: absolute; z-index: 8; left: max(20px, calc((100% - 1180px) / 2)); bottom: 27px; display: flex; align-items: center; gap: 22px; }
.ed-slider-dots, .ed-slider-arrows { display: flex; align-items: center; gap: 7px; }
.ed-slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(17, 19, 21, .27); cursor: pointer; transition: width .2s ease, background .2s ease; }
.ed-slider-dots button[aria-pressed="true"] { width: 24px; background: var(--ed-brand); }
.ed-slider-arrows button { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(17, 19, 21, .2); border-radius: 50%; background: rgba(255, 255, 255, .5); cursor: pointer; }

.ed-benefits { border-bottom: 1px solid var(--ed-line); background: var(--ed-paper); }
.ed-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ed-benefit { min-height: 190px; padding: 35px 30px; border-right: 1px solid var(--ed-line); }
.ed-benefit:first-child { padding-left: 0; }
.ed-benefit:last-child { padding-right: 0; border-right: 0; }
.ed-benefit__icon { display: block; margin-bottom: 16px; font-size: 28px; line-height: 1; }
.ed-benefit h2 { margin: 0 0 6px; font-size: 16px; letter-spacing: -.02em; }
.ed-benefit p { margin: 0; color: var(--ed-muted); font-size: 13px; }

.ed-section { padding: 92px 0; }
.ed-section--soft { background: var(--ed-soft); }
.ed-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-bottom: 35px; }
.ed-section-heading h2, .ed-section h2, .ed-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 49px); line-height: 1.08; letter-spacing: -.045em; }
.ed-section-heading > p { max-width: 500px; margin: 0; color: var(--ed-muted); }
.ed-section-heading > a { flex: 0 0 auto; color: var(--ed-brand-dark); font-size: 14px; font-weight: 700; }

.ed-course-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-course-card { display: flex; min-height: 446px; flex-direction: column; overflow: hidden; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.ed-course-card:hover { transform: translateY(-4px); border-color: rgba(2, 156, 145, .45); box-shadow: var(--ed-shadow); }
.ed-course-card__visual { display: block; overflow: hidden; aspect-ratio: 16 / 9; }
.ed-course-card__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ed-course-card:hover .ed-course-card__image { transform: scale(1.025); }
.ed-course-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.ed-course-card__meta { display: flex; justify-content: space-between; gap: 14px; margin-bottom: 13px; color: var(--ed-muted); font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.ed-course-card h3 { margin: 0 0 10px; font-size: 21px; line-height: 1.25; letter-spacing: -.028em; }
.ed-course-card p { margin: 0; color: var(--ed-muted); font-size: 14px; }
.ed-course-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 24px; }
.ed-course-card__footer strong { font-size: 19px; }
.ed-course-card__footer a { color: var(--ed-brand-dark); font-size: 13px; font-weight: 700; }

.ed-courses-hero { position: relative; overflow: hidden; padding: 88px 0 80px; background: linear-gradient(135deg, #f2f7f5 0%, #f8f5ef 60%, #e6f1ee 100%); }
.ed-courses-hero::before { position: absolute; top: -180px; right: -130px; width: 480px; height: 480px; border-radius: 50%; content: ""; background: rgba(2, 156, 145, .08); }
.ed-courses-hero__grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.ed-courses-hero__copy h1 { max-width: 690px; margin: 0; font-size: clamp(43px, 5.2vw, 67px); line-height: 1.04; letter-spacing: -.055em; }
.ed-courses-hero__copy .ed-page-lead { max-width: 650px; margin-bottom: 29px; }
.ed-courses-hero__facts { display: flex; gap: 0; margin-top: 40px; border-top: 1px solid rgba(17, 19, 21, .12); }
.ed-courses-hero__facts span { display: grid; flex: 1; gap: 1px; padding: 20px 18px 0 0; color: var(--ed-muted); font-size: 11px; line-height: 1.4; }
.ed-courses-hero__facts strong { color: var(--ed-ink); font-size: 17px; }
.ed-courses-hero__visual { position: relative; min-height: 480px; }
.ed-courses-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 26px; box-shadow: var(--ed-shadow); }
.ed-courses-hero__note { position: absolute; right: -18px; bottom: 24px; display: grid; max-width: 245px; gap: 4px; padding: 19px 22px; border-radius: 14px; color: #fff; background: rgba(17, 19, 21, .94); box-shadow: 0 18px 45px rgba(17, 19, 21, .22); }
.ed-courses-hero__note span { color: #5bd5cc; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.ed-courses-hero__note strong { font-size: 14px; line-height: 1.4; }
.ed-courses-intro { padding: 48px 0 0; }
.ed-courses-intro .ed-entry-content > * { max-width: 920px; }
.ed-courses-list { padding-top: 82px; }
.ed-course-topics { display: flex; flex-wrap: wrap; gap: 8px; margin: -6px 0 28px; }
.ed-course-topics span { padding: 8px 13px; border: 1px solid var(--ed-line); border-radius: 999px; color: var(--ed-text); background: var(--ed-paper); font-size: 12px; font-weight: 600; }
.ed-course-topics span:first-child { color: #fff; border-color: var(--ed-brand); background: var(--ed-brand); }
.ed-study-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-study-steps article { padding: 34px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); }
.ed-study-steps article > span { display: inline-grid; width: 40px; height: 40px; place-items: center; margin-bottom: 35px; border-radius: 50%; color: #fff; background: var(--ed-brand); font-size: 11px; font-weight: 700; }
.ed-study-steps h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -.025em; }
.ed-study-steps p { margin: 0; color: var(--ed-muted); font-size: 14px; }
.ed-courses-academy { padding: 78px 0; color: #fff; background: linear-gradient(120deg, #111315 0%, #172825 68%, #026f68 130%); }
.ed-courses-academy__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.ed-courses-academy .ed-eyebrow { color: #5bd5cc; }
.ed-courses-academy h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(31px, 4vw, 49px); line-height: 1.08; letter-spacing: -.045em; }
.ed-courses-academy p:not(.ed-eyebrow) { max-width: 690px; margin: 18px 0 0; color: rgba(255, 255, 255, .68); }
.ed-courses-academy .ed-button { flex: 0 0 auto; }

.ed-compact-hero { position: relative; height: 230px; overflow: hidden; padding: 0; border-bottom: 1px solid var(--ed-line); background: linear-gradient(135deg, #f3f8f6 0%, #faf8f4 72%); }
.ed-compact-hero::after { position: absolute; top: -75px; right: 7%; width: 190px; height: 190px; border: 28px solid rgba(2, 156, 145, .07); border-radius: 50%; content: ""; }
.ed-compact-hero__inner { position: relative; z-index: 1; display: grid; height: 100%; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 55px; }
.ed-compact-hero__inner > div:first-child { position: relative; z-index: 2; }
.ed-compact-hero h1 { margin: 0; font-size: clamp(36px, 4.3vw, 52px); line-height: 1.06; letter-spacing: -.05em; }
.ed-compact-hero .ed-eyebrow { margin-bottom: 11px; }
.ed-compact-hero .ed-page-lead { max-width: 760px; margin-top: 13px; font-size: 16px; }
.ed-compact-hero__accent { display: flex; align-items: center; gap: 16px; padding: 17px 19px; border: 1px solid rgba(2, 156, 145, .2); border-radius: 14px; background: rgba(255, 255, 255, .72); backdrop-filter: blur(8px); }
.ed-compact-hero__accent > span { display: grid; flex: 0 0 49px; height: 49px; place-items: center; border-radius: 12px; color: #fff; background: var(--ed-brand); font-size: 19px; font-weight: 700; }
.ed-compact-hero__accent p { display: grid; gap: 2px; margin: 0; line-height: 1.25; }
.ed-compact-hero__accent strong { font-size: 13px; }
.ed-compact-hero__accent small { color: var(--ed-muted); font-size: 10px; }
.ed-compact-hero--dark { color: #fff; border-color: rgba(255, 255, 255, .1); background: linear-gradient(110deg, #111315, #172825); }
.ed-compact-hero--dark::after { border-color: rgba(91, 213, 204, .1); }
.ed-compact-hero--dark h1 { color: #fff; }
.ed-compact-hero--dark .ed-eyebrow { color: #5bd5cc; }
.ed-compact-hero--dark .ed-page-lead { color: rgba(255, 255, 255, .66); }
.ed-compact-hero--dark .ed-compact-hero__accent { border-color: rgba(255, 255, 255, .14); background: rgba(255, 255, 255, .07); }
.ed-compact-hero--dark .ed-compact-hero__accent small { color: rgba(255, 255, 255, .58); }
.ed-compact-hero__image { position: absolute; z-index: 0; inset: 0 -40vw 0 58%; width: auto; min-height: 0; height: auto; margin: 0; overflow: hidden; background: transparent; }
.ed-compact-hero__image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(243, 248, 246, .45) 0%, rgba(243, 248, 246, 0) 33%, rgba(250, 248, 244, 0) 78%, rgba(250, 248, 244, .32) 100%); }
.ed-compact-hero__image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: .8; filter: saturate(.78) contrast(.94); -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); }
.ed-compact-hero--dark .ed-compact-hero__image { background: #172825; }
.ed-compact-hero--dark .ed-compact-hero__image::after { background: linear-gradient(90deg, rgba(17, 19, 21, .3), rgba(17, 19, 21, .02) 58%); }
.ed-compact-hero--dark .ed-compact-hero__image img { opacity: .58; }
.ed-compact-hero + .ed-section, .ed-compact-hero + main.ed-section { padding-top: 58px; }
.ed-compact-hero + .ed-courses-list { padding-top: 58px; }
.ed-blog-categories + .ed-section { padding-top: 58px; }

.ed-subhero { position: relative; overflow: hidden; padding: 90px 0; background: linear-gradient(135deg, #f1f7f5, #f8f5ef); }
.ed-subhero--dark, .ed-subhero--community { color: #fff; background: linear-gradient(120deg, #111315 0%, #172825 68%, #026f68 135%); }
.ed-subhero--about { background: linear-gradient(135deg, #f6f3ed, #e9f3f0); }
.ed-subhero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 68px; }
.ed-subhero h1 { max-width: 720px; margin: 0; font-size: clamp(43px, 5.2vw, 67px); line-height: 1.04; letter-spacing: -.055em; }
.ed-subhero .ed-page-lead { margin-bottom: 29px; }
.ed-subhero--dark h1, .ed-subhero--community h1 { color: #fff; }
.ed-subhero--dark .ed-eyebrow, .ed-subhero--community .ed-eyebrow { color: #5bd5cc; }
.ed-subhero--dark .ed-page-lead, .ed-subhero--community .ed-page-lead { color: rgba(255, 255, 255, .7); }
.ed-subhero__visual { position: relative; min-height: 440px; }
.ed-subhero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 25px; box-shadow: var(--ed-shadow); }
.ed-subhero__badge { position: absolute; right: -15px; bottom: 22px; display: grid; min-width: 215px; gap: 2px; padding: 18px 21px; border-radius: 13px; color: #fff; background: rgba(17, 19, 21, .94); box-shadow: 0 18px 45px rgba(17, 19, 21, .2); }
.ed-subhero__badge strong { font-size: 16px; }
.ed-subhero__badge span { color: rgba(255, 255, 255, .66); font-size: 11px; }
.ed-mini-benefits { border-bottom: 1px solid var(--ed-line); background: var(--ed-paper); }
.ed-mini-benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ed-mini-benefits span { padding: 23px; border-right: 1px solid var(--ed-line); color: var(--ed-text); font-size: 13px; font-weight: 600; text-align: center; }
.ed-mini-benefits span:first-child { border-left: 1px solid var(--ed-line); }
.ed-included-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 42px; }
.ed-included-grid article { padding: 24px; border: 1px solid var(--ed-line); border-radius: 15px; background: var(--ed-paper); }
.ed-included-grid article > span { color: var(--ed-brand-dark); font-size: 11px; font-weight: 700; }
.ed-included-grid h3 { margin: 10px 0 6px; font-size: 18px; }
.ed-included-grid p { margin: 0; color: var(--ed-muted); font-size: 13px; }
.ed-document-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-document-grid article { position: relative; min-height: 285px; padding: 31px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); }
.ed-document-grid article > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 33px; border-radius: 13px; color: var(--ed-brand-dark); background: rgba(2, 156, 145, .1); font-size: 21px; }
.ed-document-grid h3 { margin: 0 0 9px; font-size: 21px; }
.ed-document-grid p { margin: 0 0 24px; color: var(--ed-muted); font-size: 13px; }
.ed-document-grid small { position: absolute; right: 31px; bottom: 25px; color: var(--ed-brand-dark); font-weight: 700; }
.ed-legal-note { padding: 30px 0; color: #6b572e; background: #f8f3e8; }
.ed-legal-note .ed-container { display: grid; grid-template-columns: 190px 1fr; gap: 30px; }
.ed-legal-note p { margin: 0; font-size: 13px; }
.ed-community-preview { position: relative; display: grid; gap: 14px; padding: 35px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 24px; background: rgba(255, 255, 255, .07); box-shadow: 0 30px 70px rgba(0, 0, 0, .18); }
.ed-community-message { display: flex; align-items: flex-start; gap: 13px; padding: 18px; border-radius: 14px; color: var(--ed-ink); background: #fff; }
.ed-community-message:nth-child(2) { margin-left: 35px; background: #e9f6f3; }
.ed-community-message > span { display: grid; flex: 0 0 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--ed-brand); font-size: 11px; font-weight: 700; }
.ed-community-message p { display: grid; gap: 3px; margin: 0; line-height: 1.35; }
.ed-community-message small { color: var(--ed-muted); }
.ed-community-online { color: #5bd5cc; font-size: 11px; font-weight: 700; }
.ed-community-benefits, .ed-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-community-benefits article, .ed-values-grid article { padding: 34px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); }
.ed-community-benefits article > span, .ed-values-grid article > span { color: var(--ed-brand-dark); font-size: 11px; font-weight: 700; }
.ed-community-benefits h3, .ed-values-grid h3 { margin: 35px 0 9px; font-size: 21px; }
.ed-community-benefits p, .ed-values-grid p { margin: 0; color: var(--ed-muted); font-size: 14px; }
.ed-about-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.ed-about-story h2 { max-width: 510px; }
.ed-about-story .ed-entry-content > * { max-width: none; }
.ed-about-story .ed-entry-content > :first-child { margin-top: 0; }
.ed-expertise { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding: 55px; border-radius: 25px; color: #fff; background: var(--ed-ink); }
.ed-expertise .ed-eyebrow { color: #5bd5cc; }
.ed-expertise h2 { color: #fff; }
.ed-expertise p { color: rgba(255, 255, 255, .65); }
.ed-expertise__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ed-expertise__list span { padding: 15px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 10px; color: rgba(255, 255, 255, .85); font-size: 13px; }
.ed-contact-hero { padding: 92px 0 70px; background: linear-gradient(135deg, #edf6f4, #f7f5f1); }
.ed-contact-hero h1 { max-width: 920px; margin: 0; font-size: clamp(43px, 5.5vw, 69px); line-height: 1.04; letter-spacing: -.055em; }
.ed-contact-grid { display: grid; grid-template-columns: 1.14fr .86fr; align-items: start; gap: 58px; }
.ed-contact-details h2, .ed-contact-form h2 { margin: 0 0 23px; font-size: clamp(31px, 4vw, 45px); }
.ed-contact-details { padding: 37px; border: 1px solid var(--ed-line); border-radius: 22px; background: linear-gradient(145deg, #f4f8f6, #faf8f4); }
.ed-contact-details > p:not(.ed-eyebrow) { margin: -8px 0 13px; color: var(--ed-muted); }
.ed-contact-email { display: inline-block; margin-bottom: 33px; color: var(--ed-brand-dark); font-size: clamp(20px, 2.3vw, 29px); font-weight: 700; }
.ed-contact-cards { display: grid; gap: 11px; }
.ed-contact-cards article { display: grid; gap: 2px; padding: 19px 21px; border: 1px solid var(--ed-line); border-radius: 12px; }
.ed-contact-cards span { color: var(--ed-muted); font-size: 12px; }
.ed-contact-form { padding: 37px; border: 1px solid var(--ed-line); border-radius: 22px; background: var(--ed-paper); box-shadow: var(--ed-shadow); }
.ed-contact-form__lead { margin: -10px 0 27px; color: var(--ed-muted); }
.ed-native-form { display: grid; gap: 17px; }
.ed-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.ed-form-field { display: grid; gap: 7px; margin: 0; }
.ed-form-field label { font-size: 13px; font-weight: 700; }
.ed-form-field label > span { color: var(--ed-brand-dark); }
.ed-form-field label small { color: var(--ed-muted); font-size: 10px; font-weight: 500; }
.ed-form-field input, .ed-form-field textarea { width: 100%; padding: 12px 14px; border: 1px solid #d9dcda; border-radius: 9px; outline: none; color: var(--ed-ink); background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.ed-form-field textarea { min-height: 145px; resize: vertical; }
.ed-form-field input:focus, .ed-form-field textarea:focus { border-color: var(--ed-brand); box-shadow: 0 0 0 3px rgba(2, 156, 145, .12); }
.ed-form-consent { display: flex; align-items: flex-start; gap: 9px; color: var(--ed-muted); font-size: 11px; line-height: 1.45; cursor: pointer; }
.ed-form-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--ed-brand); }
.ed-form-consent a { color: var(--ed-brand-dark); text-decoration: underline; }
.ed-form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.ed-form-submit { justify-self: start; min-width: 190px; border: 0; cursor: pointer; }
.ed-form-status { padding: 13px 15px; margin: -5px 0 22px; border-radius: 9px; font-size: 13px; font-weight: 600; }
.ed-form-status--success { color: #0d665e; background: #e5f6f2; }
.ed-form-status--error { color: #8b312b; background: #fbeae8; }
.ed-contact-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-contact-links a { display: grid; gap: 4px; padding: 28px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); transition: transform .2s ease, border-color .2s ease; }
.ed-contact-links a:hover { transform: translateY(-3px); border-color: var(--ed-brand); }
.ed-contact-links a > span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 23px; border-radius: 50%; color: #fff; background: var(--ed-brand); }
.ed-contact-links small { color: var(--ed-muted); }
.ed-blog-hero { padding: 86px 0 70px; background: linear-gradient(135deg, #f6f3ed, #e9f3f0); }
.ed-blog-hero__inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.ed-blog-hero h1 { max-width: 790px; margin: 0; font-size: clamp(43px, 5.5vw, 69px); line-height: 1.04; letter-spacing: -.055em; }
.ed-blog-hero__mark { display: grid; flex: 0 0 190px; height: 190px; place-items: center; border-radius: 50%; color: #fff; background: var(--ed-brand); font-size: 78px; font-weight: 700; line-height: 1; }
.ed-blog-hero__mark span { max-width: 120px; margin-top: -42px; font-size: 9px; font-weight: 600; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.ed-blog-categories { border-bottom: 1px solid var(--ed-line); background: var(--ed-paper); }
.ed-blog-categories .ed-container { display: flex; gap: 25px; overflow-x: auto; }
.ed-blog-categories a { flex: 0 0 auto; padding: 19px 0 16px; border-bottom: 3px solid transparent; color: var(--ed-muted); font-size: 12px; font-weight: 600; }
.ed-blog-categories a:hover, .ed-blog-categories .is-active { color: var(--ed-brand-dark); border-color: var(--ed-brand); }
.ed-featured-post { display: grid; grid-template-columns: 1.15fr .85fr; align-items: stretch; overflow: hidden; margin-bottom: 88px; border: 1px solid var(--ed-line); border-radius: 24px; background: var(--ed-paper); }
.ed-featured-post__visual { min-height: 430px; }
.ed-featured-post__visual img { width: 100%; height: 100%; object-fit: cover; }
.ed-featured-post > div { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: 45px; }
.ed-featured-post > div > span { color: var(--ed-muted); font-size: 11px; }
.ed-featured-post h2 { margin: 12px 0 15px; font-size: clamp(29px, 3.2vw, 42px); }
.ed-featured-post > div > p:not(.ed-eyebrow) { color: var(--ed-muted); }
.ed-featured-post .ed-button { margin-top: 10px; }
.ed-blog-heading { margin-top: 0; }

.ed-academy { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; padding: 58px; border-radius: 26px; color: #fff; background: var(--ed-ink); }
.ed-academy .ed-eyebrow { color: #54d1c7; }
.ed-academy h2 { color: #fff; }
.ed-academy p { max-width: 650px; color: rgba(255, 255, 255, .72); }
.ed-academy ul { display: grid; gap: 10px; padding: 0; margin: 25px 0 0; list-style: none; }
.ed-academy li::before { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 10px; border-radius: 50%; content: "✓"; color: #fff; background: var(--ed-brand); font-size: 11px; }
.ed-academy__price { padding: 30px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 19px; background: rgba(255, 255, 255, .06); }
.ed-academy__price > span, .ed-academy__price > small { display: block; color: rgba(255, 255, 255, .65); }
.ed-academy__price strong { display: block; margin: 6px 0 2px; font-size: 42px; letter-spacing: -.05em; }
.ed-academy__price .ed-button { width: 100%; margin-top: 23px; }

.ed-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.ed-feature { padding: 36px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); }
.ed-feature > span { color: var(--ed-brand-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ed-feature h2 { margin: 10px 0; font-size: 28px; }
.ed-feature p { color: var(--ed-muted); }
.ed-feature a { color: var(--ed-brand-dark); font-size: 14px; font-weight: 700; }

.ed-about { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 58px; }
.ed-about__visual { display: grid; min-height: 410px; place-items: end center; padding: 24px; border-radius: 24px; color: var(--ed-muted); background: linear-gradient(145deg, rgba(2, 156, 145, .18), #e5e7e4); text-align: center; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.ed-about > div:last-child > p:not(.ed-eyebrow) { max-width: 670px; color: var(--ed-muted); font-size: 17px; }
.ed-inline-points { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 25px; font-size: 13px; font-weight: 700; }
.ed-inline-points span { color: var(--ed-brand-dark); }

.ed-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; }
.ed-article-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); }
.ed-article-card > a:first-child { display: block; aspect-ratio: 1.65 / 1; overflow: hidden; }
.ed-article-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.ed-article-card:hover img { transform: scale(1.025); }
.ed-article-card__placeholder { display: grid; min-height: 185px; place-items: center; color: var(--ed-brand-dark); background: linear-gradient(145deg, rgba(2, 156, 145, .14), var(--ed-soft)); font-size: 34px; font-weight: 700; }
.ed-article-card > div { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.ed-article-card > div > span { color: var(--ed-brand-dark); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ed-article-card h3 { margin: 10px 0; font-size: 19px; line-height: 1.35; }
.ed-article-card p { color: var(--ed-muted); font-size: 13px; }
.ed-article-card > div > a:last-child { margin-top: auto; color: var(--ed-brand-dark); font-size: 13px; font-weight: 700; }

.ed-cta { padding: 85px 20px; background: #edf5f3; text-align: center; }
.ed-cta p:not(.ed-eyebrow) { max-width: 650px; margin: 18px auto 27px; color: var(--ed-muted); }
.ed-cta .ed-actions { justify-content: center; }

.ed-footer { padding: 58px 0 25px; color: rgba(255, 255, 255, .78); background: var(--ed-ink); }
.ed-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }
.ed-footer .ed-logo img { filter: brightness(0) invert(1); }
.ed-footer__brand p { color: rgba(255, 255, 255, .56); }
.ed-footer h2 { margin: 0 0 16px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ed-footer-menu, .ed-footer .ed-nav-list { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.ed-footer a:hover { color: #fff; }
.ed-footer p, .ed-footer li, .ed-footer a { font-size: 13px; }
.ed-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .42); font-size: 12px; }

.ed-content { max-width: 820px; margin: 0 auto; padding: 70px 20px 90px; }
.ed-content--wide { max-width: 1180px; }
.ed-page-header { padding: 72px 0 35px; background: var(--ed-soft); }
.ed-page-header h1, .ed-entry-title { margin: 0; font-size: clamp(36px, 5vw, 62px); line-height: 1.08; letter-spacing: -.05em; }
.ed-page-header--branded { padding: 105px 0 78px; background: linear-gradient(135deg, #edf6f4, #f7f5f1); }
.ed-page-header--academy { padding: 110px 0 92px; color: #fff; background: linear-gradient(125deg, #101315 0%, #172825 64%, #027b73 140%); }
.ed-page-header--academy h1 { max-width: 850px; color: #fff; }
.ed-page-header--academy .ed-eyebrow { color: #62d8cf; }
.ed-page-header--academy .ed-button { margin-top: 10px; }
.ed-page-lead { max-width: 680px; margin: 20px 0 0; color: var(--ed-muted); font-size: 18px; }
.ed-page-header--academy .ed-page-lead { color: rgba(255, 255, 255, .74); }
.ed-entry-content > * { max-width: 820px; margin-inline: auto; }
.ed-entry-content > .alignwide { max-width: 1180px; }
.ed-entry-content > .alignfull { max-width: none; }
.ed-entry-content h2 { margin-top: 1.6em; }
.ed-entry-content h3 { margin-top: 1.4em; font-size: 23px; }
.ed-entry-content p, .ed-entry-content li { color: var(--ed-text); }
.ed-entry-content a { color: var(--ed-brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.ed-entry-content .wp-block-columns { gap: 20px; margin-block: 35px; }
.ed-entry-content .wp-block-column { padding: 25px; border: 1px solid var(--ed-line); border-radius: var(--ed-radius); background: var(--ed-paper); }
.ed-entry-content details { padding: 18px 0; border-bottom: 1px solid var(--ed-line); }
.ed-entry-content summary { cursor: pointer; font-weight: 700; }
.ed-subpage-cta { padding: 65px 0; background: #edf5f3; }
.ed-subpage-cta .ed-container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ed-subpage-cta h2 { max-width: 700px; margin: 0; font-size: clamp(27px, 3.5vw, 42px); line-height: 1.12; letter-spacing: -.04em; }
.ed-academy-page-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: 58px; }
.ed-academy-page-grid .ed-entry-content > * { max-width: none; }
.ed-academy-page-price { position: sticky; top: 25px; padding: 31px; border: 1px solid var(--ed-line); border-radius: 20px; background: var(--ed-paper); box-shadow: var(--ed-shadow); }
.ed-academy-page-price > span, .ed-academy-page-price > small { display: block; color: var(--ed-muted); }
.ed-academy-page-price > strong { display: block; margin: 5px 0 1px; font-size: 42px; letter-spacing: -.05em; }
.ed-academy-page-price ul { display: grid; gap: 8px; padding: 20px 0; list-style: none; }
.ed-academy-page-price li::before { margin-right: 8px; content: "✓"; color: var(--ed-brand); font-weight: 700; }
.ed-academy-page-price .ed-button { width: 100%; }
.ed-academy-page-price > p { color: var(--ed-muted); font-size: 11px; }
.ed-empty-state { grid-column: 1 / -1; padding: 60px; border: 1px dashed var(--ed-line); border-radius: var(--ed-radius); text-align: center; }
.ed-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pagination { margin-top: 35px; }

@media (max-width: 1080px) {
  .ed-site-header__inner { grid-template-columns: 150px auto 1fr; }
  .ed-menu-toggle { display: block; justify-self: end; grid-column: 2; grid-row: 1; }
  .ed-primary-nav { position: fixed; z-index: 100; top: 0; right: 0; bottom: 0; width: min(390px, 90vw); padding: 95px 28px 30px; overflow-y: auto; visibility: hidden; transform: translateX(100%); background: var(--ed-paper); box-shadow: -24px 0 60px rgba(17, 19, 21, .12); transition: transform .25s ease, visibility .25s ease; }
  .menu-open .ed-primary-nav { visibility: visible; transform: translateX(0); }
  .ed-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .ed-nav-list a { padding: 13px 0; border-bottom: 1px solid var(--ed-line); font-size: 16px; }
  .ed-header-actions { justify-self: end; }
  .ed-course-grid, .ed-article-grid, .ed-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ed-hero__copy { width: min(590px, 62%); }
	.ed-courses-hero__grid { gap: 38px; }
	.ed-courses-hero__visual { min-height: 420px; }
	.ed-subhero__grid { gap: 38px; }
	.ed-subhero__visual { min-height: 390px; }
	.ed-document-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ed-contact-grid { gap: 40px; }
}

@media (max-width: 760px) {
  .ed-container { width: min(100% - 28px, 1180px); }
  .ed-site-header__inner { grid-template-columns: 125px auto 1fr; min-height: 76px; gap: 8px; }
  .ed-logo img, .custom-logo { width: 118px; }
  .ed-account { display: none; }
  .ed-header-actions .ed-button { min-height: 40px; padding: 0 13px; font-size: 12px; }
  .ed-hero { min-height: 720px; }
  .ed-hero__content { min-height: 720px; align-items: flex-start; padding-top: 155px; }
  .ed-hero__copy { width: 100%; }
  .ed-hero__image { object-position: 62% center; }
  .ed-hero__slide::after, .ed-hero__slide:nth-child(2)::after, .ed-hero__slide:nth-child(3)::after { background: linear-gradient(180deg, rgba(247, 243, 236, .97) 0%, rgba(247, 243, 236, .92) 53%, rgba(247, 243, 236, .33) 79%, rgba(0, 0, 0, .2) 100%); }
  .ed-hero h1 { max-width: 560px; font-size: clamp(39px, 11vw, 55px); }
  .ed-hero__lead { max-width: 530px; }
  .ed-slider-controls { left: 14px; bottom: 20px; }
  .ed-benefits__grid { grid-template-columns: repeat(2, 1fr); }
  .ed-benefit { min-height: 165px; padding: 27px 20px; border-bottom: 1px solid var(--ed-line); }
  .ed-benefit:nth-child(2) { border-right: 0; }
  .ed-benefit:nth-child(3) { padding-left: 0; border-bottom: 0; }
  .ed-benefit:nth-child(4) { padding-right: 0; border-right: 0; border-bottom: 0; }
  .ed-section { padding: 66px 0; }
  .ed-section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
	.ed-courses-hero { padding: 65px 0; }
	.ed-compact-hero { height: auto; min-height: 0; padding: 36px 0 33px; }
	.ed-compact-hero__inner { height: auto; grid-template-columns: 1fr; gap: 25px; }
	.ed-compact-hero__accent { width: min(100%, 360px); }
	.ed-compact-hero__image { position: relative; inset: auto; width: calc(100% + 28px); min-height: 0; height: 96px; margin: 0 -14px -33px; }
	.ed-compact-hero__image img { -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%); }
	.ed-courses-hero__grid { grid-template-columns: 1fr; }
	.ed-courses-hero__visual { min-height: 430px; }
	.ed-courses-hero__note { right: 16px; }
	.ed-study-steps { grid-template-columns: 1fr; }
	.ed-study-steps article { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; padding: 26px; }
	.ed-study-steps article > span { grid-row: 1 / span 2; margin: 0; }
	.ed-study-steps h3 { align-self: end; }
	.ed-courses-academy__inner { align-items: flex-start; flex-direction: column; }
	.ed-subhero { padding: 65px 0; }
	.ed-subhero__grid { grid-template-columns: 1fr; }
	.ed-subhero__visual { min-height: 430px; }
	.ed-subhero__badge { right: 16px; }
	.ed-mini-benefits__grid { grid-template-columns: repeat(2, 1fr); }
	.ed-mini-benefits span:nth-child(2) { border-right: 0; }
	.ed-mini-benefits span:nth-child(-n+2) { border-bottom: 1px solid var(--ed-line); }
	.ed-community-benefits, .ed-values-grid { grid-template-columns: 1fr; }
	.ed-about-story, .ed-expertise, .ed-contact-grid { grid-template-columns: 1fr; }
	.ed-expertise { gap: 35px; padding: 35px; }
	.ed-contact-grid { gap: 50px; }
	.ed-form-row { grid-template-columns: 1fr; }
	.ed-contact-links { grid-template-columns: 1fr; }
	.ed-blog-hero__mark { flex-basis: 145px; width: 145px; height: 145px; font-size: 58px; }
	.ed-featured-post { grid-template-columns: 1fr; }
	.ed-featured-post__visual { min-height: 360px; }
  .ed-academy, .ed-about { grid-template-columns: 1fr; }
  .ed-academy-page-grid { grid-template-columns: 1fr; }
  .ed-academy-page-price { position: static; }
  .ed-subpage-cta .ed-container { align-items: flex-start; flex-direction: column; }
  .ed-academy { gap: 28px; padding: 33px 23px; }
  .ed-feature-grid { grid-template-columns: 1fr; }
  .ed-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
	.ed-header-actions .ed-button { width: auto; min-height: 38px; padding: 0 11px; overflow: visible; color: #fff; font-size: 11px; }
	.ed-header-actions .ed-button::after { content: none; }
  .ed-actions { align-items: stretch; flex-direction: column; }
  .ed-actions .ed-button { width: 100%; }
  .ed-course-grid, .ed-article-grid, .ed-post-grid { grid-template-columns: 1fr; }
  .ed-course-card { min-height: 420px; }
	.ed-courses-hero { padding: 50px 0 58px; }
	.ed-compact-hero { padding: 32px 0 33px; }
	.ed-compact-hero::after { top: -90px; right: -60px; }
	.ed-compact-hero h1 { font-size: clamp(34px, 10vw, 43px); }
	.ed-compact-hero .ed-page-lead { font-size: 14px; }
	.ed-compact-hero__accent { padding: 13px; }
	.ed-compact-hero__image { min-height: 82px; height: 82px; }
	.ed-compact-hero + .ed-section, .ed-compact-hero + main.ed-section, .ed-compact-hero + .ed-courses-list, .ed-blog-categories + .ed-section { padding-top: 45px; }
	.ed-courses-hero__copy h1 { font-size: clamp(39px, 11vw, 51px); }
	.ed-courses-hero__facts { flex-direction: column; padding-top: 12px; }
	.ed-courses-hero__facts span { padding-top: 9px; }
	.ed-courses-hero__visual { min-height: 330px; }
	.ed-courses-hero__note { right: 12px; bottom: 12px; left: 12px; max-width: none; }
	.ed-course-topics { flex-wrap: nowrap; padding-bottom: 5px; overflow-x: auto; }
	.ed-course-topics span { flex: 0 0 auto; }
	.ed-courses-academy { padding: 62px 0; }
	.ed-subhero { padding: 50px 0 58px; }
	.ed-subhero h1, .ed-contact-hero h1, .ed-blog-hero h1 { font-size: clamp(39px, 11vw, 51px); }
	.ed-subhero__visual { min-height: 325px; }
	.ed-subhero__badge { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
	.ed-mini-benefits span { padding: 18px 8px; font-size: 11px; }
	.ed-included-grid, .ed-document-grid { grid-template-columns: 1fr; }
	.ed-document-grid article { min-height: 265px; padding: 26px; }
	.ed-document-grid small { right: 26px; }
	.ed-legal-note .ed-container { grid-template-columns: 1fr; gap: 5px; }
	.ed-community-preview { padding: 18px; }
	.ed-community-message:nth-child(2) { margin-left: 12px; }
	.ed-community-benefits article, .ed-values-grid article { padding: 27px; }
	.ed-expertise { padding: 29px 22px; }
	.ed-expertise__list { grid-template-columns: 1fr; }
	.ed-contact-hero, .ed-blog-hero { padding: 55px 0; }
	.ed-contact-form { padding: 27px 21px; }
	.ed-contact-details { padding: 28px 22px; }
	.ed-blog-hero__inner { align-items: flex-start; flex-direction: column; }
	.ed-blog-hero__mark { display: none; }
	.ed-featured-post { margin-bottom: 65px; }
	.ed-featured-post__visual { min-height: 245px; }
	.ed-featured-post > div { padding: 28px 22px; }
  .ed-benefit h2 { font-size: 14px; }
  .ed-benefit p { font-size: 12px; }
  .ed-feature { padding: 27px 22px; }
  .ed-about__visual { min-height: 320px; }
  .ed-footer__grid { grid-template-columns: 1fr; }
  .ed-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
