@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Playfair+Display:600,700&display=swap');

:root {
    --efa-orange: #ee712c;
    --efa-orange-dark: #cf5d20;
    --efa-charcoal: #f2e1d9;
    --efa-charcoal-soft: #292b2e;
    --efa-ink: #252629;
    --efa-muted: #66696d;
    --efa-light: #f4f4f2;
    --efa-line: #dedfdd;
}

.efa-page, .efa-page * { box-sizing: border-box; }
.efa-page { margin: 0; color: var(--efa-ink); background: #fff; font-family: 'Open Sans', Arial, sans-serif; line-height: 1.65; overflow-x: hidden; }
.efa-page a { color: inherit; }
.efa-page a:focus-visible { outline: 3px solid var(--efa-orange); outline-offset: 4px; }
.efa-container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.efa-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.efa-skip-link { position: absolute; top: -60px; left: 20px; z-index: 10; padding: 8px 14px; color: #fff; background: var(--efa-orange); }
.efa-skip-link:focus { top: 12px; }

.efa-header { background: var(--efa-light); border-bottom: 1px solid #e5e5e3; }
.efa-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.efa-brand { display: inline-flex; align-items: center; }
.efa-brand img { display: block; width: 154px; height: auto; }
.efa-back-link { color: var(--efa-ink); font-size: .83rem; font-weight: 700; text-decoration: none; }
.efa-back-link span { color: var(--efa-orange); margin-left: 5px; }

.efa-hero { color: var(--efa-ink); background: var(--efa-charcoal); }
.efa-hero__grid { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); align-items: end; gap: 70px; padding-top: 72px; padding-bottom: 64px; }
.efa-hero__content { max-width: 770px; }
.efa-eyebrow, .efa-kicker { margin: 0 0 13px; color: var(--efa-orange); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.efa-hero h1, .efa-section h2 { margin: 0; font-family: 'Playfair Display', Georgia, serif; font-weight: 700; line-height: 1.12; }
.efa-hero h1 { max-width: 760px; font-size: clamp(2.45rem, 5vw, 4.65rem); letter-spacing: -.03em; }
.efa-hero__badge { display: inline-block; margin-top: 22px; padding: 5px 13px; color: var(--efa-ink); border: 1px solid var(--efa-orange); font-size: .74rem; font-weight: 700; letter-spacing: .12em; }
.efa-accent-line { width: 108px; height: 4px; margin: 29px 0 25px; background: var(--efa-orange); }
.efa-hero__intro { max-width: 630px; margin: 0; color: #e3e4e3; font-size: 1.15rem; }
.efa-region-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.efa-region-tags span { padding: 5px 13px; border: 1px solid #66686b; border-radius: 99px; color: #f1f1ef; font-size: .78rem; }
.efa-hero__note { padding: 28px; border-left: 3px solid var(--efa-orange); background: var(--efa-charcoal-soft); }
.efa-hero__note-label { display: block; margin-bottom: 9px; color: #bfc1c0; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.efa-hero__note strong { display: block; color: #fff; font-family: 'Playfair Display', Georgia, serif; font-size: 1.8rem; line-height: 1.2; }
.efa-hero__note p { margin: 18px 0 0; color: #d0d1cf; font-size: .88rem; }
.efa-hero__funding-logo { align-self: end; justify-self: end; width: min(100%, 510px); padding-bottom: 12px; }.efa-hero__funding-logo img { display: block; width: 100%; height: auto; }

.efa-section { padding: 94px 0; }
.efa-section--light { background: #fff; }
.efa-section--soft { background: var(--efa-light); }
.efa-section--dark { color: var(--efa-ink); background: var(--efa-charcoal); }
.efa-section h2 { font-size: clamp(2rem, 3vw, 3rem); }
.efa-funding-grid, .efa-copy-grid, .efa-operation-grid { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: start; }
.efa-funding-details { display: grid; gap: 18px; margin: 0; }
.efa-funding-details--ordered { max-width: 820px; }
.efa-funding-details div { padding: 20px 22px; border-left: 3px solid var(--efa-orange); background: var(--efa-light); }
.efa-funding-details dt { color: var(--efa-muted); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.efa-funding-details dd { margin: 4px 0 0; font-weight: 700; }
.efa-prose { color: #515459; font-size: 1rem; }
.efa-prose p { margin: 0 0 20px; }
.efa-prose p:last-child { margin-bottom: 0; }
.efa-bullets { margin: 0 0 22px; padding-left: 22px; }
.efa-bullets li { margin-bottom: 16px; padding-left: 5px; }

.efa-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.efa-section-heading--dark h2 { max-width: 680px; }
.efa-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; font-size: .81rem; font-weight: 700; text-align: center; text-decoration: none; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.efa-button:hover { transform: translateY(-2px); }
.efa-button--orange { color: #fff; background: var(--efa-orange); }
.efa-button--orange:hover { color: #fff; background: var(--efa-orange-dark); }
.efa-button--light { color: var(--efa-charcoal); background: #fff; }
.efa-button--light:hover { color: var(--efa-charcoal); background: #f1f1ef; }
.efa-prereg-badge { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1px 18px; width: min(100%, 430px); min-height: 86px; padding: 17px 22px; color: #fff; background: var(--efa-orange); text-decoration: none; box-shadow: 0 10px 24px rgba(0, 0, 0, .2); transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.efa-prereg-badge:hover { color: #fff; background: var(--efa-orange-dark); transform: translateY(-3px); box-shadow: 0 14px 28px rgba(0, 0, 0, .26); }
.efa-prereg-badge strong { grid-column: 1; font-family: 'Playfair Display', Georgia, serif; font-size: 1.35rem; line-height: 1.15; }
.efa-prereg-badge::after { grid-column: 2; grid-row: 1; content: '↗'; font-size: 1.35rem; }
.efa-prereg-badge--light { color: var(--efa-charcoal); background: #fff; box-shadow: none; }.efa-prereg-badge--light:hover { color: var(--efa-charcoal); background: #f1f1ef; box-shadow: none; }
.efa-prose--ordered { max-width: 900px; }.efa-prose--ordered h2 { margin-bottom: 26px; color: var(--efa-ink); }.efa-section--soft .efa-prose--ordered h2 { color: var(--efa-ink); }
.efa-table-wrap { overflow-x: auto; border: 1px solid #45474a; }
.efa-course-table { width: 100%; min-width: 860px; border-collapse: collapse; table-layout: fixed; background: #fff; color: var(--efa-ink); font-size: .84rem; }
.efa-course-table th, .efa-course-table td { padding: 17px 15px; border-bottom: 1px solid var(--efa-line); vertical-align: top; text-align: left; }
.efa-course-table thead th { color: #fff; background: var(--efa-charcoal-soft); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.efa-course-table thead th:nth-child(1) { width: 25%; }.efa-course-table thead th:nth-child(2) { width: 12%; }.efa-course-table thead th:nth-child(3) { width: 16%; }.efa-course-table thead th:nth-child(4) { width: 17%; }.efa-course-table thead th:nth-child(5) { width: 30%; }
.efa-course-table tbody tr:nth-child(even) { background: #fafafa; }
.efa-course-table tbody tr:last-child th, .efa-course-table tbody tr:last-child td { border-bottom: 0; }
.efa-course-table tbody th { font-weight: 700; }
.efa-pdf-link { display: inline-flex; align-items: flex-start; gap: 8px; color: var(--efa-orange); font-size: .77rem; font-weight: 700; line-height: 1.35; text-decoration: none; }
.efa-pdf-link span:first-child { flex: 0 0 auto; font-size: .95rem; }
.efa-pdf-link:hover { color: var(--efa-orange-dark); text-decoration: underline; }
.efa-course-cards { display: none; }
.efa-after-courses { display: flex; align-items: center; justify-content: flex-end; gap: 25px; margin-top: 32px; padding-top: 30px; border-top: 1px solid #45474a; }

.efa-operation-docs { display: grid; gap: 18px; }
.efa-document-card { display: flex; align-items: center; gap: 17px; min-height: 92px; padding: 20px 23px; border: 1px solid var(--efa-line); color: var(--efa-ink); background: var(--efa-light); font-weight: 700; text-decoration: none; }
.efa-document-card:hover { border-color: var(--efa-orange); }
.efa-document-card__icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex: 0 0 auto; color: #fff; background: var(--efa-orange); font-size: .7rem; font-weight: 700; }
.efa-document-card__arrow { margin-left: auto; color: var(--efa-orange); font-size: 1.2rem; }
.efa-video-document-card img { display: block; width: 48px; height: 48px; flex: 0 0 auto; object-fit: contain; }
.efa-registration-note { margin-top: 60px; padding-top: 25px; border-top: 1px solid var(--efa-line); }
.efa-registration-note p:last-child { max-width: 800px; margin: 0; color: var(--efa-muted); font-size: .84rem; }
.efa-registration-note code { padding: 2px 4px; color: var(--efa-ink); background: #e9e9e6; font-size: .78rem; }

.efa-footer { padding: 48px 0 34px; color: var(--efa-muted); background: var(--efa-charcoal); }
.efa-footer__inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.efa-footer p { margin: 0; font-size: .8rem; }.efa-footer__brand-logo { display: block; width: 170px; height: auto; }
.efa-back-link--footer { color: var(--efa-ink); }.efa-funding-logos { padding-top: 36px; text-align: center; }.efa-funding-logos img { display: inline-block; width: min(100%, 470px); height: auto; }

@media (max-width: 820px) {
    .efa-container { width: min(100% - 40px, 680px); }.efa-hero__grid { grid-template-columns: 1fr; align-items: center; gap: 34px; padding-top: 62px; padding-bottom: 62px; }.efa-hero__funding-logo { justify-self: start; width: min(100%, 480px); padding-bottom: 0; }.efa-section { padding: 66px 0; }.efa-funding-grid, .efa-copy-grid, .efa-operation-grid { grid-template-columns: 1fr; gap: 30px; }.efa-section-heading { align-items: start; flex-direction: column; }.efa-table-wrap { display: none; }.efa-course-cards { display: grid; gap: 14px; }.efa-course-card { padding: 22px; color: var(--efa-ink); background: #fff; }.efa-course-card h3 { margin: 0 0 17px; font-family: 'Playfair Display', Georgia, serif; font-size: 1.28rem; line-height: 1.25; }.efa-course-card dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 19px; }.efa-course-card dl div { min-width: 0; }.efa-course-card dt { color: var(--efa-muted); font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.efa-course-card dd { margin: 3px 0 0; font-size: .8rem; line-height: 1.35; }.efa-after-courses { align-items: start; flex-direction: column; }.efa-document-card { max-width: 680px; }
}
@media (max-width: 480px) {
    .efa-container { width: calc(100% - 32px); }.efa-header__inner { min-height: 68px; }.efa-brand img { width: 126px; }.efa-back-link { font-size: .74rem; }.efa-hero h1 { font-size: 2.35rem; }.efa-section { padding: 52px 0; }.efa-funding-details div { padding: 16px; }.efa-course-card { padding: 18px; }.efa-course-card dl { grid-template-columns: 1fr; gap: 9px; }.efa-prereg-badge { width: 100%; padding: 16px 18px; }.efa-prereg-badge strong { font-size: 1.18rem; }.efa-document-card { align-items: flex-start; padding: 17px; font-size: .86rem; }.efa-footer__inner { align-items: start; flex-direction: column; }.efa-funding-logos { padding-top: 30px; }
}
