.dpe-school-page-shell,
.dpe-school-page,
.dpe-school-nav,
.dpe-school-footer {
    font-family: Inter, Arial, sans-serif;
    letter-spacing: 0;
}

.dpe-school-page-shell {
    --dpe-ink: #061632;
    --dpe-navy: #051633;
    --dpe-blue: #1769e0;
    --dpe-cyan: #42d8ee;
    --dpe-gold: #f0c74f;
    --dpe-muted: #50617b;
    --dpe-line: #d7e1ef;
    --dpe-pale: #f3f7fc;
    margin: 0;
    background: #f8faff;
}

.dpe-school-page {
    --dpe-ink: #061632;
    --dpe-navy: #051633;
    --dpe-blue: #1769e0;
    --dpe-cyan: #42d8ee;
    --dpe-gold: #f0c74f;
    --dpe-muted: #50617b;
    --dpe-line: #d7e1ef;
    --dpe-pale: #f3f7fc;
    color: var(--dpe-ink);
    background: #fff;
    overflow: clip;
}

.dpe-school-page *,
.dpe-school-nav *,
.dpe-school-footer * {
    box-sizing: border-box;
}

.dpe-school-page .container,
.dpe-school-footer .footer-container,
.dpe-school-nav .fttc-nav-container {
    width: min(1200px, calc(100% - 48px));
    max-width: 1200px;
    margin-inline: auto;
}

.dpe-school-nav .fttc-nav-brand {
    min-height: 44px;
}

.dpe-school-kicker {
    margin: 0 0 16px;
    color: var(--dpe-blue);
    font: 800 12px/1.4 Inter, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dpe-school-section {
    position: relative;
    padding: 104px 0;
    scroll-margin-top: 110px;
}

.dpe-school-heading {
    max-width: 780px;
    margin-bottom: 46px;
}

.dpe-school-heading h2,
.dpe-school-editorial-intro h2,
.dpe-school-learning-copy h2,
.dpe-school-steps-intro h2,
.dpe-school-contact-copy h2 {
    margin: 0;
    color: var(--dpe-ink);
    font-family: Inter, Arial, sans-serif;
    font-size: 52px;
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: 0;
    text-wrap: balance;
}

/* Floating navigation */
.dpe-school-nav.fttc-nav-wrapper {
    max-width: 1240px;
    padding: 9px 12px 9px 16px;
    border-radius: 8px;
    border-color: rgba(8, 28, 69, .12);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 48px rgba(5, 20, 49, .16);
    backdrop-filter: blur(18px);
}

.dpe-school-nav.is-scrolled,
.dpe-school-nav.scrolled {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 36px rgba(5, 20, 49, .17);
}

.dpe-school-nav .fttc-nav-brand img {
    height: 34px;
}

.dpe-school-nav .fttc-nav-brand-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.dpe-school-nav .fttc-nav-brand-copy strong {
    color: #061632;
    font-size: 13px;
    line-height: 1.25;
}

.dpe-school-nav .fttc-nav-brand-copy small {
    max-width: 220px;
    color: #66748b;
    font-size: 10px;
    line-height: 1.25;
}

.dpe-school-nav .fttc-nav-pill .fttc-nav-link {
    min-height: 44px;
    padding: 9px 13px;
    border-radius: 6px;
    color: #30415e;
    font-size: 13px;
    letter-spacing: 0;
}

.dpe-school-nav .fttc-nav-pill-indicator {
    border-radius: 6px;
}

.dpe-school-nav .fttc-nav-cta {
    min-height: 44px;
    min-width: 154px;
    justify-content: center;
    padding: 11px 17px;
    border-radius: 6px;
    background: var(--dpe-ink);
    background-image: none;
    box-shadow: 0 10px 26px rgba(6, 22, 50, .24);
    text-shadow: none;
    letter-spacing: 0;
}

.dpe-school-nav .fttc-nav-cta:hover {
    background: #164f9f;
}

.dpe-school-nav .fttc-nav-mobile-drawer {
    border-radius: 8px;
}

.dpe-school-nav.is-mobile-open .fttc-nav-mobile-drawer {
    display: flex;
    opacity: 1;
    transform: translateY(0) scale(1);
}

html.dpe-nav-locked {
    overflow: hidden;
}

/* Hero */
.dpe-school-hero {
    position: relative;
    min-height: 760px;
    height: 88svh;
    max-height: 860px;
    display: flex;
    align-items: end;
    isolation: isolate;
    color: #fff;
    overflow: hidden;
}

.dpe-school-hero-media,
.dpe-school-hero-shade {
    position: absolute;
    inset: 0;
}

.dpe-school-hero-media {
    z-index: -3;
    background-image: url('assets/video/fttc-ai-elena-hero-16x9-poster.jpg');
    background-position: center 36%;
    background-size: cover;
    transform: scale(1.015);
}

.dpe-school-hero-shade {
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(2, 10, 30, .98) 0%, rgba(4, 19, 54, .93) 46%, rgba(4, 19, 54, .42) 78%, rgba(4, 19, 54, .28) 100%),
        linear-gradient(0deg, rgba(2, 11, 30, .98) 0%, rgba(2, 11, 30, 0) 58%);
}

.dpe-school-hero-route {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 111px;
    height: 1px;
    background: linear-gradient(90deg, transparent 4%, rgba(57, 210, 236, .65) 28%, rgba(243, 200, 75, .55) 63%, transparent 96%);
}

.dpe-school-hero-route span {
    position: absolute;
    top: -4px;
    width: 9px;
    height: 9px;
    border: 2px solid #72e6f8;
    border-radius: 50%;
    background: #061a49;
}

.dpe-school-hero-route span:nth-child(1) { left: 18%; }
.dpe-school-hero-route span:nth-child(2) { left: 50%; }
.dpe-school-hero-route span:nth-child(3) { left: 82%; }

.dpe-school-hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 124px;
    padding-bottom: 0;
}

.dpe-school-hero-copy {
    width: min(800px, 76%);
    padding: 54px 0 64px;
}

.dpe-school-hero .dpe-school-kicker {
    color: #7de8f7;
}

.dpe-school-hero h1 {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 70px;
    font-weight: 850;
    line-height: 1;
    letter-spacing: 0;
    text-wrap: balance;
}

.dpe-school-hero-lead {
    max-width: 680px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.62;
}

.dpe-school-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.dpe-school-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 14px 21px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.dpe-school-btn:hover {
    transform: translateY(-2px);
}

.dpe-school-btn--primary {
    color: #061632;
    background: #fff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .26);
}

.dpe-school-btn--primary:hover {
    color: #061632;
    background: #f4f8ff;
}

.dpe-school-btn--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, .4);
    background: rgba(4, 18, 48, .36);
    backdrop-filter: blur(12px);
}

.dpe-school-btn--ghost:hover {
    color: #fff;
    background: rgba(4, 18, 48, .66);
}

.dpe-school-hero-note {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.dpe-school-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .24);
}

.dpe-school-hero-proof > div {
    min-height: 90px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px 26px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    background: rgba(3, 14, 38, .66);
    backdrop-filter: blur(18px);
}

.dpe-school-hero-proof > div:last-child {
    border-right: 0;
}

.dpe-school-hero-proof i {
    color: var(--dpe-cyan);
    font-size: 19px;
    text-align: center;
}

.dpe-school-hero-proof span {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.dpe-school-hero-proof strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.dpe-school-hero-proof small {
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
}

/* Editorial problem section */
.dpe-school-section--editorial {
    background:
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.dpe-school-editorial {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 72px;
    align-items: start;
}

.dpe-school-editorial-intro {
    position: sticky;
    top: 130px;
}

.dpe-school-editorial-intro h2 {
    max-width: 520px;
}

.dpe-school-editorial-emphasis {
    max-width: 540px;
    margin: 20px 0 0;
    color: #1454a8;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.28;
}

.dpe-school-editorial-copy {
    max-width: 540px;
    margin: 22px 0 0;
    color: var(--dpe-muted);
    font-size: 17px;
    line-height: 1.72;
}

.dpe-school-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.dpe-school-principles article {
    min-height: 238px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 28px;
    border: 1px solid rgba(182, 199, 223, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 42px rgba(16, 45, 91, .07);
}

.dpe-school-principles article > i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--dpe-ink);
    box-shadow: 0 10px 24px rgba(6, 22, 50, .16);
    font-size: 18px;
}

.dpe-school-principles h3 {
    margin: 0;
    color: var(--dpe-ink);
    font-size: 22px;
    font-weight: 820;
    line-height: 1.2;
}

.dpe-school-principles p {
    max-width: 540px;
    margin: 10px 0 0;
    color: var(--dpe-muted);
    font-size: 15px;
    line-height: 1.65;
}

.dpe-school-control-note {
    max-width: 540px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
    margin-top: 30px;
    padding: 18px;
    border: 1px solid #c9daf0;
    border-radius: 8px;
    color: #344966;
    background: rgba(233, 243, 255, .72);
    font-size: 14px;
    line-height: 1.55;
}

.dpe-school-control-note i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #0e56b9;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 72, 142, .1);
}

.dpe-school-control-note strong {
    color: var(--dpe-ink);
}

/* Learning frame */
.dpe-school-section--learning {
    background: var(--dpe-pale);
}

.dpe-school-learning-frame {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
    min-height: 670px;
    overflow: hidden;
    border: 1px solid #d4dfef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 72px rgba(10, 33, 74, .13);
}

.dpe-school-learning-media {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #071632;
}

.dpe-school-learning-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 54% center;
}

.dpe-school-learning-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(2, 12, 34, .92) 0%, rgba(2, 12, 34, 0) 48%);
    pointer-events: none;
}

.dpe-school-learning-media figcaption {
    position: absolute;
    z-index: 1;
    left: 30px;
    right: 30px;
    bottom: 28px;
    display: grid;
    gap: 7px;
    color: #fff;
}

.dpe-school-learning-media figcaption span {
    color: #78e8f8;
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.dpe-school-learning-media figcaption strong {
    max-width: 520px;
    font-family: Inter, Arial, sans-serif;
    font-size: 27px;
    font-weight: 820;
    line-height: 1.15;
}

.dpe-school-learning-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 52px;
}

.dpe-school-learning-copy h2 {
    font-size: 43px;
}

.dpe-school-learning-lead {
    max-width: 500px;
    margin: 20px 0 0;
    color: var(--dpe-muted);
    font-size: 16px;
    line-height: 1.65;
}

.dpe-school-learning-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
    border-top: 1px solid var(--dpe-line);
    border-left: 1px solid var(--dpe-line);
}

.dpe-school-learning-list > div {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    padding: 22px 17px;
    border-right: 1px solid var(--dpe-line);
    border-bottom: 1px solid var(--dpe-line);
}

.dpe-school-learning-list i {
    color: var(--dpe-blue);
    font-size: 18px;
    line-height: 1.3;
}

.dpe-school-learning-list span {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.dpe-school-learning-list strong {
    color: var(--dpe-ink);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.dpe-school-learning-list small {
    color: var(--dpe-muted);
    font-size: 12px;
    line-height: 1.5;
}

.dpe-school-text-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #9bb9e8;
    color: #114fae;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.dpe-school-text-link:hover {
    color: #07377e;
}

/* Proof of work */
.dpe-school-section--proof {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 8% 12%, rgba(45, 224, 234, .13), transparent 32%),
        linear-gradient(145deg, #03122c 0%, #071d43 54%, #06285b 100%);
}

.dpe-school-proof-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, .58fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 44px;
}

.dpe-school-proof-heading h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: 54px;
    font-weight: 820;
    line-height: 1.02;
}

.dpe-school-proof-heading > p {
    max-width: 490px;
    margin: 0;
    color: rgba(238, 247, 255, .78);
    font-size: 16px;
    line-height: 1.7;
}

.dpe-school-section--proof .dpe-school-kicker {
    color: #65e4f4;
}

.dpe-school-proof-stage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dpe-school-proof-card {
    min-width: 0;
    min-height: 530px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .075);
    box-shadow: 0 26px 68px rgba(0, 0, 0, .25);
    backdrop-filter: blur(16px);
}

.dpe-school-proof-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #70e7f5;
    font-size: 13px;
    font-weight: 850;
}

.dpe-school-proof-card > header i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(101, 228, 244, .38);
    border-radius: 50%;
}

.dpe-school-proof-document,
.dpe-school-proof-levels,
.dpe-school-proof-score {
    height: 174px;
    margin: 28px 0 30px;
    border-radius: 7px;
    background: linear-gradient(150deg, rgba(255, 255, 255, .98), rgba(225, 239, 255, .92));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
}

.dpe-school-proof-document {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 28px;
}

.dpe-school-proof-document b,
.dpe-school-proof-document i,
.dpe-school-proof-document em {
    display: block;
    height: 8px;
    border-radius: 999px;
    background: #d4dfef;
}

.dpe-school-proof-document b { width: 58%; height: 13px; background: #1768d8; }
.dpe-school-proof-document i:nth-of-type(1) { width: 92%; }
.dpe-school-proof-document i:nth-of-type(2) { width: 76%; }
.dpe-school-proof-document i:nth-of-type(3) { width: 84%; }
.dpe-school-proof-document em { width: 42%; background: #65dbe9; }

.dpe-school-proof-levels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
    padding: 22px;
}

.dpe-school-proof-levels span {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 13px 6px;
    border-radius: 6px;
    color: #06234f;
    background: #d9e8fb;
    font-size: 10px;
    font-weight: 820;
    text-align: center;
}

.dpe-school-proof-levels span:nth-child(1) { height: 68px; }
.dpe-school-proof-levels span:nth-child(2) { height: 102px; background: #a9d5f6; }
.dpe-school-proof-levels span:nth-child(3) { height: 136px; color: #fff; background: #1768d8; }

.dpe-school-proof-score {
    display: grid;
    align-content: center;
    gap: 16px;
    padding: 26px;
}

.dpe-school-proof-score span {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
}

.dpe-school-proof-score b {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #1768d8;
    box-shadow: inset 0 0 0 10px #dceafb;
}

.dpe-school-proof-score span:nth-child(2) b { background: #23a9bf; }
.dpe-school-proof-score span:nth-child(3) b { background: #0b7b58; }

.dpe-school-proof-score i {
    height: 9px;
    border-radius: 999px;
    background: #cad9ed;
}

.dpe-school-proof-score span:nth-child(1) i { width: 92%; }
.dpe-school-proof-score span:nth-child(2) i { width: 76%; }
.dpe-school-proof-score span:nth-child(3) i { width: 84%; }

.dpe-school-proof-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.dpe-school-proof-copy > p {
    margin: 0 0 10px;
    color: #65e4f4;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.dpe-school-proof-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
}

.dpe-school-proof-copy ul {
    display: grid;
    gap: 8px;
    margin: auto 0 0;
    padding: 24px 0 0;
    list-style: none;
}

.dpe-school-proof-copy li {
    position: relative;
    padding-left: 18px;
    color: rgba(238, 247, 255, .72);
    font-size: 13px;
    line-height: 1.45;
}

.dpe-school-proof-copy li::before {
    content: "";
    position: absolute;
    top: .55em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #65e4f4;
}

.dpe-school-proof-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 880px;
    margin: 24px 0 0;
    color: rgba(238, 247, 255, .62);
    font-size: 12px;
    line-height: 1.55;
}

.dpe-school-proof-note i {
    margin-top: 2px;
    color: #65e4f4;
}

/* Formats */
.dpe-school-section--formats {
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: #04132f;
}

.dpe-school-formats-bg {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: url('assets/img/elena/bg-image.jpg');
    background-position: center;
    background-size: cover;
    opacity: .28;
}

.dpe-school-section--formats::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 15, 43, .98), rgba(4, 22, 64, .86));
}

.dpe-school-heading--inverse h2 {
    color: #fff;
}

.dpe-school-heading--inverse .dpe-school-kicker {
    color: #6be0f4;
}

.dpe-school-path {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.dpe-school-path::before {
    content: none;
}

.dpe-school-path article {
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    background: rgba(7, 28, 69, .72);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
}

.dpe-school-path article > span {
    margin-top: auto;
    padding-top: 26px;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.65;
}

.dpe-school-path article p {
    margin: 24px 0 10px;
    color: #72e6f8;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.dpe-school-path article h3 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 820;
    line-height: 1.2;
}

.dpe-school-path article > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(114, 230, 248, .4);
    border-radius: 8px;
    color: #72e6f8;
    background: rgba(4, 20, 53, .74);
    font-size: 20px;
}

.dpe-school-disclaimer {
    max-width: 760px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
    line-height: 1.6;
}

/* Three-step start */
.dpe-school-section--steps {
    background: #fff;
}

.dpe-school-steps-layout {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 90px;
    align-items: start;
}

.dpe-school-steps-intro p:last-child {
    max-width: 420px;
    margin: 22px 0 0;
    color: var(--dpe-muted);
    font-size: 17px;
    line-height: 1.7;
}

.dpe-school-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    border-top: 0;
}

.dpe-school-steps li {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 22px;
    padding: 26px;
    border: 1px solid var(--dpe-line);
    border-radius: 8px;
    background: #f8faff;
}

.dpe-school-steps li > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #fff;
    background: var(--dpe-ink);
    font-size: 11px;
    font-weight: 850;
    line-height: 1.5;
}

.dpe-school-steps h3 {
    margin: 0;
    color: var(--dpe-ink);
    font-size: 25px;
    font-weight: 760;
    line-height: 1.25;
}

.dpe-school-steps p {
    max-width: 590px;
    margin: 8px 0 0;
    color: var(--dpe-muted);
    font-size: 15px;
    line-height: 1.65;
}

/* Contact and governing form */
.dpe-school-section--contact {
    background:
        linear-gradient(120deg, #edf4fd 0%, #f8fbff 50%, #edf6f9 100%);
}

.dpe-school-contact-layout {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
    gap: 70px;
    align-items: center;
}

.dpe-school-contact-copy > p:not(.dpe-school-kicker) {
    max-width: 500px;
    margin: 24px 0 0;
    color: var(--dpe-muted);
    font-size: 17px;
    line-height: 1.7;
}

.dpe-school-direct-email {
    max-width: 500px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
    padding: 18px 0;
    border-top: 1px solid #cbd8ea;
    border-bottom: 1px solid #cbd8ea;
    color: var(--dpe-ink);
    text-decoration: none;
}

.dpe-school-direct-email > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--dpe-blue);
}

.dpe-school-direct-email span {
    min-width: 0;
    display: grid;
    gap: 3px;
    overflow-wrap: anywhere;
    font-size: 15px;
    font-weight: 800;
}

.dpe-school-direct-email small {
    color: var(--dpe-muted);
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.dpe-school-form-shell {
    min-width: 0;
    padding: 10px;
    border: 1px solid #d2deed;
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 24px 68px rgba(10, 33, 74, .13);
    backdrop-filter: blur(14px);
}

.dpe-school-form-closed {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px;
    border-radius: 6px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(5, 24, 67, .96), rgba(12, 56, 127, .9)),
        url('assets/img/elena/bg-image.jpg') center / cover no-repeat;
}

.dpe-school-form-closed > span {
    color: #72e6f8;
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.dpe-school-form-closed h3 {
    max-width: 520px;
    margin: 16px 0 0;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 36px;
    font-weight: 820;
    line-height: 1.08;
}

.dpe-school-form-closed p {
    max-width: 530px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.65;
}

.dpe-school-form-closed a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-top: 28px;
    padding: 13px 18px;
    border-radius: 6px;
    color: #061632;
    background: #fff;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
}

.dpe-school-form {
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.dpe-school-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.dpe-school-field {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.dpe-school-field--wide {
    grid-column: 1 / -1;
}

.dpe-school-field > span {
    color: var(--dpe-ink);
    font-size: 12px;
    font-weight: 800;
}

.dpe-school-field small {
    color: var(--dpe-muted);
    font-weight: 500;
}

.dpe-school-field input,
.dpe-school-field select,
.dpe-school-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #cbd8e9;
    border-radius: 5px;
    color: var(--dpe-ink);
    background: #fff;
    font: 500 14px/1.5 Inter, Arial, sans-serif;
}

.dpe-school-field textarea {
    min-height: 110px;
    resize: vertical;
}

.dpe-school-field input:focus,
.dpe-school-field select:focus,
.dpe-school-field textarea:focus {
    border-color: var(--dpe-blue);
    outline: 3px solid rgba(52, 120, 246, .16);
}

.dpe-school-consent {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 18px;
    color: var(--dpe-muted);
    font-size: 12px;
    line-height: 1.55;
}

.dpe-school-consent input {
    margin-top: 2px;
}

.dpe-school-form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
}

.dpe-school-form-submit button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 19px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: var(--dpe-ink);
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
}

.dpe-school-form-submit p {
    max-width: 260px;
    margin: 0;
    color: var(--dpe-muted);
    font-size: 11px;
    line-height: 1.5;
}

.dpe-school-hp {
    position: absolute !important;
    left: -9999px !important;
}

/* FAQ */
.dpe-school-section--faq {
    background: #fff;
}

.dpe-school-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 90px;
    align-items: start;
}

.dpe-school-faq-layout .dpe-school-heading {
    position: sticky;
    top: 130px;
    margin: 0;
}

.dpe-school-faq-layout .dpe-school-heading h2 {
    font-size: 47px;
}

.dpe-school-faq {
    display: grid;
    gap: 10px;
    border-top: 0;
}

.dpe-school-faq details {
    border: 1px solid var(--dpe-line);
    border-radius: 8px;
    background: #f9fbfe;
}

.dpe-school-faq summary {
    position: relative;
    padding: 23px 62px 23px 24px;
    color: var(--dpe-ink);
    font-size: 18px;
    font-weight: 760;
    line-height: 1.4;
    list-style: none;
    cursor: pointer;
}

.dpe-school-faq summary::-webkit-details-marker {
    display: none;
}

.dpe-school-faq summary::after {
    content: "+";
    position: absolute;
    top: 21px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid #c6d5e8;
    border-radius: 8px;
    color: var(--dpe-blue);
    font-size: 20px;
    font-weight: 500;
}

.dpe-school-faq details[open] summary::after {
    content: "−";
}

.dpe-school-faq details p {
    max-width: 670px;
    margin: -2px 56px 24px 24px;
    color: var(--dpe-muted);
    font-size: 15px;
    line-height: 1.7;
}

/* Footer alignment */
.dpe-school-footer .footer-container {
    padding-top: 76px;
}

.dpe-school-footer .footer-tagline {
    max-width: 520px;
}

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

.dpe-school-footer .dpe-merchant-note {
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .58);
}

.dpe-school-footer .footer-list a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

.dpe-school-footer .fb-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

/* Responsive */
@media (max-width: 1120px) {
    .dpe-school-nav .fttc-nav-brand-copy small { display: none; }
    .dpe-school-nav .fttc-nav-pill .fttc-nav-link { padding-inline: 10px; }
    .dpe-school-hero h1 { font-size: 60px; }
    .dpe-school-editorial { gap: 56px; }
    .dpe-school-learning-frame { grid-template-columns: 1fr; }
    .dpe-school-learning-media { min-height: 520px; }
    .dpe-school-learning-copy { padding: 52px 46px; }
    .dpe-school-proof-heading { gap: 44px; }
    .dpe-school-proof-stage { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dpe-school-proof-card:last-child { grid-column: 1 / -1; min-height: 460px; }
    .dpe-school-steps-layout,
    .dpe-school-faq-layout { gap: 56px; }
    .dpe-school-contact-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 900px) {
    .dpe-school-page .container,
    .dpe-school-footer .footer-container,
    .dpe-school-nav .fttc-nav-container {
        width: min(100% - 32px, 1200px);
    }

    .dpe-school-section { padding: 78px 0; }
    .dpe-school-heading h2,
    .dpe-school-editorial-intro h2,
    .dpe-school-steps-intro h2,
    .dpe-school-contact-copy h2 { font-size: 48px; }
    .dpe-school-nav .fttc-nav-pill,
    .dpe-school-nav > .fttc-nav-container > .fttc-nav-cta { display: none; }
    .dpe-school-nav .fttc-nav-mobile-toggle { display: flex; }
    .dpe-school-hero-copy { width: 86%; }
    .dpe-school-editorial,
    .dpe-school-steps-layout,
    .dpe-school-faq-layout { grid-template-columns: 1fr; }
    .dpe-school-editorial-intro,
    .dpe-school-faq-layout .dpe-school-heading { position: static; }
    .dpe-school-proof-heading { grid-template-columns: 1fr; gap: 20px; }
    .dpe-school-proof-heading h2 { font-size: 48px; }
    .dpe-school-principles { margin-top: 4px; }
    .dpe-school-path { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dpe-school-faq-layout { gap: 38px; }
}

@media (max-width: 640px) {
    .dpe-school-page .container,
    .dpe-school-footer .footer-container,
    .dpe-school-nav .fttc-nav-container {
        width: min(100% - 24px, 1200px);
    }

    .dpe-school-nav.fttc-nav-wrapper {
        top: 10px;
        width: calc(100% - 20px);
        padding: 8px 10px 8px 12px;
    }

    .dpe-school-nav .fttc-nav-brand img { height: 30px; }
    .dpe-school-nav .fttc-nav-brand { min-height: 44px; }
    .dpe-school-nav .fttc-nav-brand-copy strong { font-size: 12px; }
    .dpe-school-nav .fttc-nav-mobile-drawer { top: 70px; left: 10px; right: 10px; }
    .dpe-school-section { padding: 64px 0; }
    .dpe-school-kicker { margin-bottom: 12px; font-size: 10px; }
    .dpe-school-heading h2,
    .dpe-school-editorial-intro h2,
    .dpe-school-steps-intro h2,
    .dpe-school-contact-copy h2,
    .dpe-school-faq-layout .dpe-school-heading h2 { font-size: 39px; line-height: 1.04; }

    .dpe-school-hero {
        min-height: 0;
        height: auto;
        max-height: none;
    }

    .dpe-school-hero-media {
        background-image: url('assets/video/fttc-ai-elena-hero-9x16-poster.jpg');
        background-position: center 36%;
    }

    .dpe-school-hero-shade {
        background:
            linear-gradient(90deg, rgba(2, 10, 30, .96), rgba(4, 19, 54, .67)),
            linear-gradient(0deg, rgba(2, 11, 30, .98) 0%, rgba(2, 11, 30, .24) 64%);
    }

    .dpe-school-hero-route { bottom: 92px; }
    .dpe-school-hero-inner { padding-top: 78px; }
    .dpe-school-hero-copy { width: 100%; padding: 18px 0 24px; }
    .dpe-school-hero h1 { font-size: 39px; line-height: 1; }
    .dpe-school-hero-lead { max-width: 94%; margin-top: 16px; font-size: 15px; line-height: 1.52; }
    .dpe-school-actions { display: grid; gap: 8px; margin-top: 20px; }
    .dpe-school-btn { width: 100%; min-height: 48px; padding-block: 12px; }
    .dpe-school-hero-note { margin-top: 14px; font-size: 11px; }
    .dpe-school-hero-proof { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .dpe-school-hero-proof > div {
        min-height: 92px;
        grid-template-columns: 1fr;
        align-content: center;
        gap: 7px;
        padding: 11px 6px;
        border-right: 1px solid rgba(255, 255, 255, .12);
        border-bottom: 0;
        text-align: center;
    }
    .dpe-school-hero-proof > div:last-child { border-right: 0; }
    .dpe-school-hero-proof i { font-size: 16px; }
    .dpe-school-hero-proof span { gap: 0; }
    .dpe-school-hero-proof strong { font-size: 10px; line-height: 1.25; }
    .dpe-school-hero-proof small { display: none; }

    .dpe-school-editorial-emphasis { font-size: 22px; }
    .dpe-school-editorial-copy { margin-top: 22px; font-size: 16px; }
    .dpe-school-control-note { grid-template-columns: 38px 1fr; padding: 15px; }
    .dpe-school-control-note i { width: 38px; height: 38px; }
    .dpe-school-principles { grid-template-columns: 1fr; }
    .dpe-school-principles article { min-height: 0; gap: 18px; padding: 22px; }
    .dpe-school-principles h3 { font-size: 21px; }
    .dpe-school-principles p { font-size: 14px; }

    .dpe-school-learning-frame { min-height: 0; }
    .dpe-school-learning-media { min-height: 390px; }
    .dpe-school-learning-media figcaption { left: 20px; right: 20px; bottom: 20px; }
    .dpe-school-learning-media figcaption strong { font-size: 23px; }
    .dpe-school-learning-copy { padding: 38px 22px 40px; }
    .dpe-school-learning-copy h2 { font-size: 37px; line-height: 1.04; }
    .dpe-school-learning-list { grid-template-columns: 1fr; margin-top: 26px; }
    .dpe-school-learning-list > div { padding: 18px 15px; }
    .dpe-school-text-link { font-size: 13px; }

    .dpe-school-proof-heading { margin-bottom: 30px; }
    .dpe-school-proof-heading h2 { font-size: 37px; line-height: 1.04; }
    .dpe-school-proof-heading > p { font-size: 14px; }
    .dpe-school-proof-stage { grid-template-columns: 1fr; gap: 12px; }
    .dpe-school-proof-card,
    .dpe-school-proof-card:last-child { min-height: 480px; grid-column: auto; padding: 22px; }
    .dpe-school-proof-document,
    .dpe-school-proof-levels,
    .dpe-school-proof-score { height: 150px; margin: 24px 0 26px; }
    .dpe-school-proof-copy h3 { font-size: 22px; }

    .dpe-school-heading { margin-bottom: 34px; }
    .dpe-school-path { grid-template-columns: 1fr; gap: 12px; }
    .dpe-school-path article {
        min-height: 270px;
        padding: 24px;
    }
    .dpe-school-path article > span { padding-top: 22px; }
    .dpe-school-path article h3 { font-size: 23px; }
    .dpe-school-path article > i { display: grid; }
    .dpe-school-disclaimer { margin: 22px 0 0; font-size: 11px; }

    .dpe-school-steps-layout { gap: 34px; }
    .dpe-school-steps-intro p:last-child { font-size: 15px; }
    .dpe-school-steps li { grid-template-columns: 42px 1fr; gap: 14px; padding: 20px; }
    .dpe-school-steps h3 { font-size: 21px; }
    .dpe-school-steps p { font-size: 14px; }

    .dpe-school-contact-layout { gap: 34px; }
    .dpe-school-contact-copy > p:not(.dpe-school-kicker) { font-size: 15px; }
    .dpe-school-direct-email { margin-top: 24px; }
    .dpe-school-form-shell { padding: 7px; }
    .dpe-school-form-closed { min-height: 320px; padding: 32px 24px; }
    .dpe-school-form-closed h3 { font-size: 32px; }
    .dpe-school-form { padding: 22px 16px; }
    .dpe-school-form-grid { grid-template-columns: 1fr; }
    .dpe-school-field--wide { grid-column: auto; }
    .dpe-school-form-submit { align-items: stretch; flex-direction: column; }
    .dpe-school-form-submit button { width: 100%; }
    .dpe-school-form-submit p { max-width: none; }

    .dpe-school-faq summary { padding: 22px 42px 22px 0; font-size: 16px; }
    .dpe-school-faq summary::after { top: 18px; }
    .dpe-school-faq details p { margin-right: 34px; font-size: 14px; }

    .dpe-school-footer .footer-container { padding-top: 58px; }
    .dpe-school-footer .footer-grid { grid-template-columns: 1fr; }
    .dpe-school-footer .footer-list a,
    .dpe-school-footer .fb-links a { min-height: 44px; }
}

@media (max-width: 380px) {
    .dpe-school-hero h1 { font-size: 37px; }
    .dpe-school-nav .fttc-nav-brand-copy { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .dpe-school-btn { transition: none; }
    .dpe-school-btn:hover { transform: none; }
}
