/* =========================
   FEC LMS Integration - Featured Courses
========================= */
.page-header,
.entry-header,
.page .entry-title,
.page .elementor-page-title {
    display: none !important;
}
.fec-featured-courses {
  position: relative;
  padding: 0;
  background: transparent;
}

.fec-featured-courses__inner {
  margin: 0 auto;
}

.fec-featured-courses__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.fec-featured-courses__intro h2 {
  margin: 0;
  color: #1a2554;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: clamp(24px, 2.3vw, 34px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.fec-featured-courses__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fec-featured-courses__arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(18, 34, 84, 0.12);
  background: #ffffff;
  color: #122254;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(9, 28, 77, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.fec-featured-courses__arrow:hover {
  transform: translateY(-1px);
  background: #122254;
  color: #ffffff;
  box-shadow: 0 14px 24px rgba(9, 28, 77, 0.14);
}

.fec-featured-courses__arrow span {
  font-size: 16px;
  line-height: 1;
}

/* =========================
   Carousel / 3-up row
========================= */

.fec-featured-courses__carousel-wrap {
  overflow: hidden;
  padding-top: 40px;
  margin-top: -40px;
}

.fec-featured-courses__carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
  scroll-behavior: smooth;
}

.fec-featured-courses__carousel::-webkit-scrollbar {
  display: none;
}

/* =========================
   Promo cards
========================= */

.fec-course-promo {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  scroll-snap-align: start;
  overflow: visible;
  background: transparent;
}

.fec-course-promo__image-link {
  display: block;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.fec-course-promo__image-link img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: center center;
  transform: translateY(20px);
  clip-path: inset(0);
}

/* =========================
   Blue panel with square notch top-right
   + detached "jigsaw piece" above it
========================= */

.fec-course-promo__panel {
  position: relative;
  margin-top: -40px;
  min-height: 190px;
  z-index: 2;
  background: #0c3ea8;
  transition: background 0.22s ease;
  box-shadow: 0 12px 30px rgba(9, 28, 77, 0.18);
  overflow: visible;

  --notch: 36px;

  /* Square notch cut from top-right corner */
  clip-path: polygon(
    0% 0%,
    calc(100% - var(--notch)) 0%,
    calc(100% - var(--notch)) var(--notch),
    100% var(--notch),
    100% 100%,
    0% 100%
  );
}

/* Remove old pseudo-element hacks */
.fec-course-promo__panel::before,
.fec-course-promo__panel::after {
  content: none;
}

/* Detached jigsaw piece — sits above the notch, top-right */
.fec-course-promo__panel-square {
  display: block;
  position: absolute;
  top: calc(-1 * var(--notch));
  right: 0;
  width: var(--notch);
  height: var(--notch);
  background: #0c3ea8;
  transition: background 0.22s ease;
  z-index: 3;
}

/* panel colours */
.fec-course-promo--cyan .fec-course-promo__panel,
.fec-course-promo--blue .fec-course-promo__panel,
.fec-course-promo--cream .fec-course-promo__panel {
  background: #0c3ea8;
}

.fec-course-promo--cyan .fec-course-promo__panel-square,
.fec-course-promo--blue .fec-course-promo__panel-square,
.fec-course-promo--cream .fec-course-promo__panel-square {
  background: #0c3ea8;
}

/* hover = light blue panel and piece */
.fec-course-promo:hover .fec-course-promo__panel,
.fec-course-promo:hover .fec-course-promo__panel-square {
  background: #22c0df;
}

.fec-course-promo__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px 22px 22px 22px;
}

.fec-course-promo h3 {
  margin: 0 0 12px;
  max-width: 94%;
}

.fec-course-promo h3 a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.fec-course-promo p {
  margin: 0 0 18px;
  max-width: 94%;
  color: rgba(255,255,255,0.92);
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

.fec-course-promo__footer {
  margin-top: auto;
}

.fec-course-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: #10245f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0;
  font-family: 'Axiforma', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.fec-course-promo__button:hover {
  transform: translateY(-1px);
  background: #25c7e8;
  color: #10245f;
  box-shadow: 0 10px 20px rgba(0, 212, 247, 0.16);
}

/* =========================
   Responsive
========================= */

@media (max-width: 1100px) {
  .fec-featured-courses__carousel {
    grid-auto-columns: calc((100% - 20px) / 2);
    gap: 20px;
  }

  .fec-course-promo__image-link img {
    height: 245px;
  }

  .fec-course-promo__panel {
    min-height: 182px;
  }

  .fec-course-promo h3 a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .fec-featured-courses__header {
    align-items: center;
    margin-bottom: 18px;
  }

  .fec-featured-courses__intro h2 {
    font-size: 22px;
  }

  .fec-featured-courses__arrow {
    width: 40px;
    height: 40px;
  }

  .fec-featured-courses__carousel {
    grid-auto-columns: 84%;
    gap: 16px;
  }

  .fec-course-promo__image-link img {
    height: 220px;
    transform: translateY(14px);
  }

  .fec-course-promo__panel {
    margin-top: -28px;
    min-height: 168px;
    --notch: 28px;
  }

  .fec-course-promo__panel-square {
    top: -28px;
    width: 28px;
    height: 28px;
  }

  .fec-course-promo__content {
    padding: 18px;
  }

  .fec-course-promo h3 a {
    font-size: 17px;
  }

  .fec-course-promo p {
    max-width: 100%;
    font-size: 11.5px;
  }

  .fec-course-promo__button {
    min-height: 38px;
    font-size: 11.5px;
    padding: 0 14px;
  }
}
.fec-launching {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    background: linear-gradient(180deg, rgba(0, 52, 155, 0.04) 0%, rgba(0, 212, 247, 0.04) 100%);
}

.fec-launching__inner {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.fec-launching__card {
    background: #ffffff;
    border: 1px solid rgba(23, 31, 46, 0.08);
    box-shadow: 0 20px 50px rgba(23, 31, 46, 0.08);
    padding: 48px 32px;
    text-align: center;
}

.fec-launch-page__spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 24px;
}

.fec-launch-page__spinner span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00349b;
    display: inline-block;
    animation: fecBounce 1.2s infinite ease-in-out both;
}

.fec-launch-page__spinner span:nth-child(1) {
    animation-delay: -0.32s;
}

.fec-launch-page__spinner span:nth-child(2) {
    animation-delay: -0.16s;
}

.fec-launch-page__spinner span:nth-child(3) {
    animation-delay: 0s;
}

@keyframes fecBounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.fec-launching__eyebrow {
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00349B;
    margin-bottom: 12px;
    font-weight: 600;
}

.fec-launching__title {
    margin: 0 0 12px;
    color: #171F2E;
}

.fec-launching__message {
    margin: 0 0 8px;
    font-size: 18px;
    color: #00349B;
}

.fec-launching__note {
    margin: 0;
    color: rgba(23, 31, 46, 0.72);
}

.fec-launching__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
    flex-wrap: wrap;
}

@keyframes fecSpin {
    to {
        transform: rotate(360deg);
    }
}
.fec-launch-overlay[hidden] {
    display: none;
}

.fec-launch-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.fec-launch-overlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(23, 31, 46, 0.56);
    backdrop-filter: blur(3px);
}

.fec-launch-overlay__panel {
    position: relative;
    width: 100%;
    max-width: 560px;
    background: #ffffff;
    border: 1px solid rgba(23, 31, 46, 0.08);
    box-shadow: 0 24px 64px rgba(23, 31, 46, 0.18);
    padding: 40px 32px;
    text-align: center;
}

.fec-launch-overlay__spinner {
    width: 64px;
    height: 64px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 4px solid rgba(0, 52, 155, 0.14);
    border-top-color: #00349B;
    animation: fecLaunchSpin 0.85s linear infinite;
}

.fec-launch-overlay__eyebrow {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00349B;
}

.fec-launch-overlay__title {
    margin: 0 0 10px;
    color: #171F2E;
}

.fec-launch-overlay__text {
    margin: 0;
    color: rgba(23, 31, 46, 0.76);
    font-size: 16px;
    line-height: 1.6;
}

body.fec-launching-active {
    overflow: hidden;
}

@keyframes fecLaunchSpin {
    to {
        transform: rotate(360deg);
    }
}
.fec-launch-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
}

.fec-launch-page__inner {
    width: 100%;
    max-width: 720px;
}

.fec-launch-page__panel {
    padding: 36px 40px 32px;
    background: #ffffff;
    border: 1px solid rgba(0, 52, 155, 0.1);
    box-shadow: 0 20px 60px rgba(0, 52, 155, 0.08);
    text-align: center;
}

.fec-launch-page__spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto 24px;
    min-height: 18px;
}

.fec-launch-page__spinner span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00349b;
    display: inline-block;
    animation: fecLaunchBounce 1.2s infinite ease-in-out both;
}

.fec-launch-page__spinner span:nth-child(1) {
    animation-delay: -0.32s;
}

.fec-launch-page__spinner span:nth-child(2) {
    animation-delay: -0.16s;
    background: #00d4f7;
}

.fec-launch-page__spinner span:nth-child(3) {
    animation-delay: 0s;
}

.fec-launch-page__title {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    font-weight: 700;
    color: #0b1b3a;
}

.fec-launch-page__text {
    max-width: 540px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.65;
    color: #42526b;
}

.fec-launch-page__fallback {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 52, 155, 0.08);
}

.fec-launch-page__fallback-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #42526b;
}

.fec-launch-page__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

@keyframes fecLaunchBounce {
    0%, 80%, 100% {
        transform: scale(0.45);
        opacity: 0.45;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .fec-launch-page {
        padding: 10px 16px;
    }

    .fec-launch-page__panel {
        padding: 28px 22px 24px;
    }

    .fec-launch-page__spinner {
        margin-bottom: 20px;
    }

    .fec-launch-page__title {
        font-size: 28px;
    }

    .fec-launch-page__text {
        font-size: 16px;
    }

    .fec-launch-page__actions {
        flex-direction: column;
    }
}
/* =========================
   Register interest form
========================= */

.fec-interest-form {
    display: grid;
    gap: 28px;
}

.fec-interest-form__section {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.fec-interest-form__section h3 {
    margin: 0 0 14px;
    color: #00349B;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.fec-interest-form__grid {
    display: grid;
    gap: 18px;
}

.fec-interest-form__grid--2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 18px;
}

.fec-interest-form__field {
    display: grid;
    gap: 7px;
}

.fec-interest-form__field--full {
    grid-column: 1 / -1;
}

.fec-interest-form__field span {
    display: block;
    color: #171F2E;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.fec-interest-form__field input,
.fec-interest-form__field select,
.fec-interest-form__field textarea {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #CBD7E6!important;
    background: #FFFFFF;
    color: #171F2E;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

.fec-interest-form__field textarea {
    min-height: 160px;
    padding: 14px;
    resize: vertical;
}

.fec-interest-form__field input::placeholder,
.fec-interest-form__field textarea::placeholder {
    color: #7A8699;
    opacity: 1;
}

.fec-interest-form__field input:hover,
.fec-interest-form__field select:hover,
.fec-interest-form__field textarea:hover {
    border-color: #9FB5D3;
}

.fec-interest-form__field input:focus,
.fec-interest-form__field select:focus,
.fec-interest-form__field textarea:focus {
    outline: none;
    border-color: #00349B;
    box-shadow: 0 0 0 3px rgba(0, 52, 155, 0.06);
}

.fec-interest-form__field input[readonly] {
    background: #F7F9FC;
    color: #2E3A4D;
}

.fec-interest-form__checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.55;
    color: #23324C;
    cursor: pointer;
}

.fec-interest-form__checkbox input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 2px 0 0;
    accent-color: #00349B;
}

.fec-interest-form__checkbox span {
    display: block;
}

.fec-interest-form__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.fec-interest-form__actions .fec-button {
    min-width: 220px;
    justify-content: center;
}

/* cleaner select arrow */
.fec-interest-form__field select {
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, #00349B 50%),
        linear-gradient(135deg, #00349B 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .fec-interest-form {
        gap: 22px;
    }

    .fec-interest-form__section h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .fec-interest-form__grid--2col {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fec-interest-form__actions {
        justify-content: stretch;
    }

    .fec-interest-form__actions .fec-button {
        width: 100%;
        min-width: 0;
    }
}
.fec-account--invite {
    padding: 56px 0;
    background: #f5f7fb;
}

.fec-account-invite {
    max-width: 820px;
    margin: 0 auto;
}

.fec-account-invite__panel {
    background: #ffffff;
    border: 1px solid #d9e2ec;
    padding: 40px;
    box-shadow: 0 18px 50px rgba(23, 31, 46, 0.06);
}

.fec-account-invite__intro {
    margin-bottom: 28px;
}

.fec-account-invite__eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #00349b;
}

.fec-account-invite__title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.1;
    color: #171f2e;
}

.fec-account-invite__subtitle {
    margin: 0;
    max-width: 620px;
    font-size: 18px;
    line-height: 1.6;
    color: #5b6573;
}

.fec-account-invite__notice {
    margin-bottom: 24px;
    padding: 18px 20px;
    border-left: 4px solid #00349b;
    background: #f8fbff;
    color: #171f2e;
}

.fec-account-invite__notice strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #00349b;
}

.fec-account-invite__notice p {
    margin: 0;
}

.fec-account-invite__card,
.fec-account-invite__empty {
    border: 1px solid #d9e2ec;
    background: #ffffff;
    padding: 28px;
}

.fec-account-invite__section-head {
    margin-bottom: 22px;
}

.fec-account-invite__section-head h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
    color: #171f2e;
}

.fec-account-invite__section-head p {
    margin: 0;
    color: #6b7785;
    font-size: 15px;
    line-height: 1.6;
}

.fec-account-invite__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.fec-account-invite__detail {
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e3eaf2;
}

.fec-account-invite__detail-label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7785;
}

.fec-account-invite__detail-value {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #171f2e;
    word-break: break-word;
}

.fec-account-invite__form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.fec-account-invite__field {
    display: block;
}

.fec-account-invite__field span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #171f2e;
}

.fec-account-invite__field input {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    border: 1px solid #cfd8e3;
    background: #ffffff;
    font-size: 16px;
    color: #171f2e;
}

.fec-account-invite__field input:focus {
    outline: none;
    border-color: #00349b;
    box-shadow: 0 0 0 3px rgba(0, 52, 155, 0.08);
}

.fec-account-invite__actions {
    margin-top: 24px;
}

.fec-button--full {
    width: 100%;
    justify-content: center;
}

.fec-account-invite__empty h2 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #171f2e;
}

.fec-account-invite__empty p {
    margin: 0;
    color: #6b7785;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .fec-account--invite {
        padding: 32px 0;
    }

    .fec-account-invite__panel {
        padding: 24px;
    }

    .fec-account-invite__title {
        font-size: 30px;
    }

    .fec-account-invite__subtitle {
        font-size: 16px;
    }

    .fec-account-invite__details,
    .fec-account-invite__form-grid {
        grid-template-columns: 1fr;
    }

    .fec-account-invite__card,
    .fec-account-invite__empty {
        padding: 20px;
    }
}

.fec-account-page-header--course {
    margin-bottom: 28px;
}

.fec-account-course-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) 320px;
    gap: 24px;
    align-items: start;
}

.fec-account-course-layout__main,
.fec-account-course-layout__aside {
    min-width: 0;
}

.fec-account-panel--hero {
    padding: 28px;
}

.fec-account-course-hero-clean {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 360px);
    gap: 28px;
    align-items: stretch;
}

.fec-account-course-hero-clean__content {
    min-width: 0;
}

.fec-account-course-hero-clean__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.fec-account-course-hero-clean__content h3 {
    margin: 0 0 14px;
    font-size: 48px;
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.fec-account-course-hero-clean__content p {
    margin: 0;
    max-width: 720px;
}

.fec-account-chip {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #D8E2F0;
    background: #F8FBFF;
    color: #00349B;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fec-account-course-hero-clean__progress {
    display: flex;
}

.fec-account-course-progress-card {
    width: 100%;
    border: 1px solid #D8E2F0;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fec-account-course-progress-card__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #65728A;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fec-account-course-progress-card strong {
    display: block;
    margin-bottom: 16px;
    color: #00349B;
    font-size: 54px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.fec-account-course-progress-card p {
    margin: 14px 0 0;
    color: #5B667A;
}

.fec-account-course-page__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 0;
}

.fec-account-course-page__chips span {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    background: #F7F9FC;
    border: 1px solid #E0E7F1;
    color: #23324C;
    font-size: 14px;
    font-weight: 600;
}

.fec-account-course-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.fec-account-course-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
    gap: 24px;
    margin-top: 24px;
    align-items: start;
}

.fec-account-course-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fec-account-course-summary-card {
    padding: 20px;
    border: 1px solid #DFE7F2;
    background: #FFFFFF;
}

.fec-account-course-summary-card span {
    display: block;
    margin-bottom: 10px;
    color: #6B7690;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fec-account-course-summary-card strong {
    display: block;
    color: #171F2E;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.fec-account-certificate-card--clean {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border: 1px solid #DDE6F2;
    background: linear-gradient(180deg, #FFFFFF 0%, #F8FBFF 100%);
}

.fec-account-certificate-card--clean h4 {
    margin: 0 0 8px;
    color: #171F2E;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.fec-account-certificate-card--clean p {
    margin: 0;
    color: #5B667A;
}

.fec-account-progress-bar {
    width: 100%;
    height: 12px;
    background: #E7EDF5;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.fec-account-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #00349B 0%, #00D4F7 100%);
    min-width: 0;
}

.fec-account-progress-bar--large {
    height: 14px;
}

.fec-account-course-card__certificate {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E3EAF4;
}

.fec-account-course-card__certificate a {
    color: #00349B;
    font-weight: 700;
    text-decoration: none;
}

.fec-account-course-card__certificate a:hover {
    text-decoration: underline;
}

@media (max-width: 1180px) {
    .fec-account-course-layout {
        grid-template-columns: 1fr;
    }

    .fec-account-course-layout__aside {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 980px) {
    .fec-account-course-hero-clean {
        grid-template-columns: 1fr;
    }

    .fec-account-course-info-grid {
        grid-template-columns: 1fr;
    }

    .fec-account-course-hero-clean__content h3 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .fec-account-course-layout__aside {
        grid-template-columns: 1fr;
    }

    .fec-account-course-summary-grid {
        grid-template-columns: 1fr;
    }

    .fec-account-course-progress-card strong {
        font-size: 42px;
    }

    .fec-account-course-hero-clean__content h3 {
        font-size: 32px;
    }
}

/* =========================================================
   FEC Pathways Shortcode - cleaner balanced version
========================================================= */

.fec-pathways-shortcode {
    padding: 0;
}

.fec-pathways-shortcode__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.fec-pathways-shortcode__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.92fr);
    gap: 20px;
    align-items: stretch;
}

/* -----------------------------------------
   FEATURED
----------------------------------------- */

.fec-pathways-shortcode__featured {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    min-height: 340px;
    background: #ffffff;
    border: 1px solid #DCE5F0;
    box-shadow: 0 12px 24px rgba(0, 52, 155, 0.07);
    overflow: hidden;
    min-width: 0;
    align-items: stretch;
}

.fec-pathways-shortcode__featured-image {
    position: relative;
    display: block;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

.fec-pathways-shortcode__featured-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.fec-pathways-shortcode__featured:hover .fec-pathways-shortcode__featured-image img {
    transform: scale(1.02);
}

.fec-pathways-shortcode__featured-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 28px 24px;
    background: #ffffff;
    border-left: 4px solid #00349B;
    min-height: 100%;
}

.fec-pathways-shortcode__eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: #00349B;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fec-pathways-shortcode__featured-body h3 {
    margin: 0 0 12px;
}

.fec-pathways-shortcode__featured-body h3 a {
    color: #171F2E;
    text-decoration: none;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: clamp(24px, 2.1vw, 36px);
    font-weight: 700;
	line-height: 1.18;
    letter-spacing: -0.001em;
}

.fec-pathways-shortcode__featured-body p {
    margin: 0 0 18px;
    max-width: 560px;
    color: #42526B;
    font-family: 'Baskerville', Georgia, serif;
    font-size: 16px;
    line-height: 1.68;
}

.fec-pathways-shortcode__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    background: #00349B;
    border: 2px solid #00349B;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
    width: fit-content;
}

.fec-pathways-shortcode__button:hover {
    background: #00D4F7;
    border-color: #00D4F7;
    color: #00349B;
    transform: translateY(-1px);
}

/* -----------------------------------------
   TILES
----------------------------------------- */

.fec-pathways-shortcode__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.fec-pathways-shortcode__tile {
    position: relative;
    display: block;
    min-height: 165px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(23, 31, 46, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fec-pathways-shortcode__tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(23, 31, 46, 0.1);
}

.fec-pathways-shortcode__tile-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 18px 16px;
}

.fec-pathways-shortcode__tile-kicker {
    display: inline-block;
    margin: 0 0 10px;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fec-pathways-shortcode__tile h3 {
    margin: 0 0 10px;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 18px;	
	line-height: 1.18;
    letter-spacing: -0.001em;
    font-weight: 700;
    max-width: 230px;
}

.fec-pathways-shortcode__tile p {
    margin: 0;
    max-width: 245px;
    font-family: 'Baskerville', Georgia, serif;
    font-size: 16px;
    line-height: 1.58;
    font-weight: 500;
}

.fec-pathways-shortcode__tile-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
    margin-top: 14px;
}

.fec-pathways-shortcode__tile:hover .fec-pathways-shortcode__tile-arrow {
    transform: translateX(2px);
}

/* -----------------------------------------
   TILE COLOURS
----------------------------------------- */

.fec-pathways-shortcode__tile--red {
    background: #FF404E;
    color: #ffffff;
}

.fec-pathways-shortcode__tile--red .fec-pathways-shortcode__tile-kicker {
    color: rgba(255,255,255,0.82);
}

.fec-pathways-shortcode__tile--red h3,
.fec-pathways-shortcode__tile--red p {
    color: #ffffff;
}

.fec-pathways-shortcode__tile--yellow {
    background: #FFF4A6;
    color: #171F2E;
}

.fec-pathways-shortcode__tile--yellow .fec-pathways-shortcode__tile-kicker {
    color: rgba(23,31,46,0.58);
}

.fec-pathways-shortcode__tile--yellow h3,
.fec-pathways-shortcode__tile--yellow p {
    color: #171F2E;
}

.fec-pathways-shortcode__tile--dark-blue {
    background: #FFF4A6;
    color: #00349b;
}

.fec-pathways-shortcode__tile--dark-blue .fec-pathways-shortcode__tile-kicker {
    color: rgba(23,31,46,0.58);
}

.fec-pathways-shortcode__tile--dark-blue h3,
.fec-pathways-shortcode__tile--dark-blue p {
    color: #00349b;
}

.fec-pathways-shortcode__tile--blue {
    background: #00D4F7;
    color: #00349b;
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__tile-kicker {
    color: rgba(23,31,46,0.58);
}

.fec-pathways-shortcode__tile--blue h3,
.fec-pathways-shortcode__tile--blue p {
    color: #171F2E;
}

.fec-pathways-shortcode__tile--navy {
    background: #171F2E;
    color: #ffffff;
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__tile-kicker {
    color: rgba(255,255,255,0.74);
}

.fec-pathways-shortcode__tile--navy h3,
.fec-pathways-shortcode__tile--navy p {
    color: #ffffff;
}

/* -----------------------------------------
   STEPPED / JIGSAW CORNER
----------------------------------------- */

.fec-pathways-shortcode__piece {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.fec-pathways-shortcode__piece--featured {
    width: 74px;
    height: 48px;
    background: #E0E6F3;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 66%, 33% 66%, 33% 33%, 66% 33%, 66% 0);
}

.fec-pathways-shortcode__piece--featured::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #00D4F7;
}

.fec-pathways-shortcode__piece--tile {
    width: 52px;
    height: 34px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 66%, 33% 66%, 33% 33%, 66% 33%, 66% 0);
}

.fec-pathways-shortcode__tile--red .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.16);
}

.fec-pathways-shortcode__tile--red .fec-pathways-shortcode__piece--tile::before {
    background: #FFF4A6;
}

.fec-pathways-shortcode__tile--yellow .fec-pathways-shortcode__piece--tile {
    background: rgba(0,52,155,0.10);
}

.fec-pathways-shortcode__tile--yellow .fec-pathways-shortcode__piece--tile::before {
    background: #00349B;
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.18);
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__piece--tile::before {
    background: #00349B;
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.12);
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__piece--tile::before {
    background: #00D4F7;
}

.fec-pathways-shortcode__piece--tile::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
}

/* -----------------------------------------
   RESPONSIVE
----------------------------------------- */

@media (max-width: 1180px) {
    .fec-pathways-shortcode__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .fec-pathways-shortcode__featured {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .fec-pathways-shortcode__featured-image {
        min-height: 220px;
        height: 220px;
    }

    .fec-pathways-shortcode__featured-image img {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 767px) {
    .fec-pathways-shortcode__featured-image {
        min-height: 190px;
        height: 190px;
    }

    .fec-pathways-shortcode__featured-body {
        padding: 16px;
    }

    .fec-pathways-shortcode__featured-body h3 a {
        font-size: 24px;
    }

    .fec-pathways-shortcode__featured-body p {
        font-size: 15px;
    }

    .fec-pathways-shortcode__tiles {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fec-pathways-shortcode__tile {
        min-height: 150px;
    }

    .fec-pathways-shortcode__tile-inner {
        padding: 16px;
    }

    .fec-pathways-shortcode__tile h3,
    .fec-pathways-shortcode__tile p {
        max-width: 100%;
    }
}
.fec-pathways-shortcode {
    padding: 0;
}

.fec-pathways-shortcode__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.fec-pathways-shortcode__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(340px, 0.92fr);
    gap: 20px;
    align-items: stretch;
}

/* featured */

.fec-pathways-shortcode__featured {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    min-height: 340px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    box-shadow: 0 12px 24px rgba(0, 52, 155, 0.07);
    overflow: hidden;
    min-width: 0;
    align-items: stretch;
}

.fec-pathways-shortcode__featured-image {
    position: relative;
    display: block;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}

.fec-pathways-shortcode__featured-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.fec-pathways-shortcode__featured:hover .fec-pathways-shortcode__featured-image img {
    transform: scale(1.02);
}

.fec-pathways-shortcode__featured-placeholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: linear-gradient(135deg, #00349B 0%, #00D4F7 100%);
}

.fec-pathways-shortcode__featured-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 28px 24px;
    background: #ffffff;
    border-left: 4px solid #00349B;
    min-height: 100%;
}

.fec-pathways-shortcode__eyebrow {
    display: inline-block;
    margin: 0 0 10px;
    color: #00349B;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fec-pathways-shortcode__featured-body h3 {
    margin: 0 0 12px;
}

.fec-pathways-shortcode__featured-body h3 a {
    color: #171F2E;
    text-decoration: none;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: clamp(24px, 2.1vw, 36px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -0.001em;
}

.fec-pathways-shortcode__featured-body p {
    margin: 0 0 18px;
    max-width: 560px;
    color: #42526B;
    font-family: 'Baskerville', Georgia, serif;
    font-size: 16px;
    line-height: 1.68;
}

.fec-pathways-shortcode__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 15px;
    background: #00349B;
    border: 2px solid #00349B;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
    width: fit-content;
}

.fec-pathways-shortcode__button:hover {
    background: #00D4F7;
    border-color: #00D4F7;
    color: #00349B;
    transform: translateY(-1px);
}

/* tiles */

.fec-pathways-shortcode__tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.fec-pathways-shortcode__tile {
    position: relative;
    display: block;
    min-height: 165px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(23, 31, 46, 0.07);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fec-pathways-shortcode__tile:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 24px rgba(23, 31, 46, 0.1);
}

.fec-pathways-shortcode__tile-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 18px 16px;
}

.fec-pathways-shortcode__tile-kicker {
    display: inline-block;
    margin: 0 0 10px;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fec-pathways-shortcode__tile h3 {
    margin: 0 0 10px;
    font-family: 'Axiforma', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.18;
    letter-spacing: -0.001em;
    font-weight: 700;
    max-width: 230px;
}

.fec-pathways-shortcode__tile p {
    margin: 0;
    max-width: 245px;
    font-family: 'Baskerville', Georgia, serif;
    font-size: 16px;
    line-height: 1.58;
    font-weight: 500;
}

.fec-pathways-shortcode__tile-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    font-size: 16px;
    line-height: 1;
    transition: transform 0.2s ease;
    margin-top: 14px;
}

.fec-pathways-shortcode__tile:hover .fec-pathways-shortcode__tile-arrow {
    transform: translateX(2px);
}

/* brand-safe tile colours */

.fec-pathways-shortcode__tile--blue {
    background: #00349B;
    color: #ffffff;
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__tile-kicker,
.fec-pathways-shortcode__tile--blue p {
    color: rgba(255,255,255,0.82);
}

.fec-pathways-shortcode__tile--blue h3 {
    color: #ffffff;
}

.fec-pathways-shortcode__tile--navy {
    background: #fff;
    color: #ffffff;
    border: 1px solid #000;
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__tile-kicker,
.fec-pathways-shortcode__tile--navy p {
    color: #171f2e;
}

.fec-pathways-shortcode__tile--navy h3 {
    color: #171f2e;
}

.fec-pathways-shortcode__tile--cyan {
    background: #00D4F7;
    color: #171F2E;
}

.fec-pathways-shortcode__tile--cyan .fec-pathways-shortcode__tile-kicker,
.fec-pathways-shortcode__tile--cyan p {
    color: rgba(23,31,46,0.68);
}

.fec-pathways-shortcode__tile--cyan h3 {
    color: #171F2E;
}

.fec-pathways-shortcode__tile--white {
    background: rgba(0, 212, 247, 0.10);
    color: #00349B;
    border: 1px solid #DCE5F0;
}

.fec-pathways-shortcode__tile--white .fec-pathways-shortcode__tile-kicker,
.fec-pathways-shortcode__tile--white p {
    color: #5E6C82;
}

.fec-pathways-shortcode__tile--white h3 {
    color: #171F2E;
}

/* stepped pieces */

.fec-pathways-shortcode__piece {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.fec-pathways-shortcode__piece--featured {
    width: 74px;
    height: 48px;
    background: #E0E6F3;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 66%, 33% 66%, 33% 33%, 66% 33%, 66% 0);
}

.fec-pathways-shortcode__piece--featured::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: #00D4F7;
}

.fec-pathways-shortcode__piece--tile {
    width: 52px;
    height: 34px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 66%, 33% 66%, 33% 33%, 66% 33%, 66% 0);
}

.fec-pathways-shortcode__piece--tile::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.12);
}

.fec-pathways-shortcode__tile--blue .fec-pathways-shortcode__piece--tile::before {
    background: #00D4F7;
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.10);
}

.fec-pathways-shortcode__tile--navy .fec-pathways-shortcode__piece--tile::before {
    background: #00D4F7;
}

.fec-pathways-shortcode__tile--cyan .fec-pathways-shortcode__piece--tile {
    background: rgba(255,255,255,0.20);
}

.fec-pathways-shortcode__tile--cyan .fec-pathways-shortcode__piece--tile::before {
    background: #00349B;
}

.fec-pathways-shortcode__tile--white .fec-pathways-shortcode__piece--tile {
    background: #E9EFF7;
}

.fec-pathways-shortcode__tile--white .fec-pathways-shortcode__piece--tile::before {
    background: #00349B;
}

/* responsive */

@media (max-width: 1180px) {
    .fec-pathways-shortcode__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .fec-pathways-shortcode__featured {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .fec-pathways-shortcode__featured-image {
        min-height: 220px;
        height: 220px;
    }

    .fec-pathways-shortcode__featured-image img {
        position: absolute;
        inset: 0;
    }
}

@media (max-width: 767px) {
    .fec-pathways-shortcode__featured-image {
        min-height: 190px;
        height: 190px;
    }

    .fec-pathways-shortcode__featured-body {
        padding: 16px;
    }

    .fec-pathways-shortcode__featured-body h3 a {
        font-size: 24px;
    }

    .fec-pathways-shortcode__featured-body p {
        font-size: 15px;
    }

    .fec-pathways-shortcode__tiles {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .fec-pathways-shortcode__tile {
        min-height: 150px;
    }

    .fec-pathways-shortcode__tile-inner {
        padding: 16px;
    }

    .fec-pathways-shortcode__tile h3,
    .fec-pathways-shortcode__tile p {
        max-width: 100%;
    }
}