:root {
  --fe-sun: #ffbe0b;
  --fe-coral: #fb5607;
  --fe-berry: #d0005c;
  --fe-sky: #3a86ff;
  --fe-teal: #06a77d;
  --fe-ink: #1b1f3b;
  --fe-night: #10142a;
  --fe-paper: #fffdf8;
  --fe-soft: #f8f6ed;
  --fe-border: rgba(18, 23, 44, 0.14);
  --fe-shadow: 0 20px 55px rgba(16, 20, 42, 0.16);
  --fe-radius-xl: 30px;
  --fe-radius-lg: 20px;
  --fe-radius-sm: 12px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--fe-ink);
  font-family: "Outfit", sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 190, 11, 0.24), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(58, 134, 255, 0.2), transparent 38%),
    radial-gradient(circle at 86% 88%, rgba(6, 167, 125, 0.16), transparent 38%),
    linear-gradient(180deg, #fff9ea 0%, #fff5ef 52%, #f6fcff 100%);
}

a {
  color: inherit;
}

.fe-container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.fe-main {
  overflow: clip;
}

.fe-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--fe-coral);
}

.fe-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(27, 31, 59, 0.08);
  backdrop-filter: blur(14px);
  background: rgba(255, 252, 243, 0.85);
}

.fe-header__inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fe-brand {
  font-family: "Bungee", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 1.18rem;
}

.fe-brand a {
  text-decoration: none;
  color: var(--fe-night);
}

.fe-brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.fe-brand img {
  max-height: 52px;
  width: auto;
}

.fe-menu-toggle {
  display: none;
  border: 1px solid var(--fe-border);
  border-radius: 999px;
  background: #fff;
  color: var(--fe-night);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  padding: 0.55rem 0.95rem;
}

.fe-nav {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.fe-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.38rem;
}

.fe-nav__list a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--fe-night);
  border-radius: 999px;
  padding: 0.5rem 0.8rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.fe-nav__list a:hover,
.fe-nav__list .current-menu-item > a,
.fe-nav__list .current_page_item > a {
  background: rgba(58, 134, 255, 0.16);
  color: #162f65;
}

.fe-nav__cta {
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(130deg, var(--fe-coral), var(--fe-berry));
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 0.7rem 1rem;
  box-shadow: 0 12px 25px rgba(208, 0, 92, 0.28);
}

.fe-btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.82rem 1.1rem;
  line-height: 1;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fe-btn:hover {
  transform: translateY(-1px);
}

.fe-btn--primary {
  background: linear-gradient(135deg, var(--fe-coral), var(--fe-berry));
  color: #fff;
  box-shadow: 0 14px 30px rgba(208, 0, 92, 0.26);
}

.fe-btn--ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.fe-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: #0f4cc8;
  font-weight: 700;
}

.fe-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(3rem, 7vw, 5.6rem) 0 clamp(2.2rem, 5vw, 4rem);
}

.fe-hero__backdrop {
  position: absolute;
  inset: 2.3rem 1.5rem auto;
  height: 560px;
  border-radius: var(--fe-radius-xl);
  z-index: -1;
  background:
    linear-gradient(150deg, rgba(16, 20, 42, 0.93), rgba(58, 134, 255, 0.88)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.08) 0,
      rgba(255, 255, 255, 0.08) 11px,
      transparent 11px,
      transparent 26px
    );
  box-shadow: var(--fe-shadow);
}

.fe-hero__inner {
  color: #fff;
  position: relative;
  padding: clamp(2rem, 5vw, 3.6rem);
}

.fe-hero h1 {
  margin: 0.4rem 0 0;
  font-family: "Bungee", sans-serif;
  font-size: clamp(2rem, 7vw, 4.6rem);
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.fe-hero__tagline {
  margin: 0.9rem 0 0;
  width: min(760px, 100%);
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  color: #eff3ff;
}

.fe-hero__copy {
  margin: 1rem 0 0;
  width: min(760px, 100%);
  color: #d8e4ff;
}

.fe-actions {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fe-stat-grid {
  margin-top: clamp(1.7rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.fe-stat-grid article {
  border-radius: 14px;
  border: 1px solid rgba(245, 248, 255, 0.25);
  background: rgba(13, 19, 49, 0.4);
  padding: 0.95rem;
}

.fe-stat-grid h3 {
  margin: 0;
  color: var(--fe-sun);
  font-size: clamp(1.2rem, 3.5vw, 1.9rem);
  line-height: 1;
}

.fe-stat-grid p {
  margin: 0.48rem 0 0;
  color: #dbe9ff;
  font-size: 0.92rem;
}

.fe-section {
  padding: clamp(2.4rem, 6vw, 4.5rem) 0;
}

.fe-section__head {
  margin-bottom: 1.35rem;
}

.fe-section__head h1,
.fe-section__head h2 {
  margin: 0.5rem 0 0;
  font-family: "Bungee", sans-serif;
  line-height: 1.08;
  color: var(--fe-night);
  font-size: clamp(1.5rem, 4.5vw, 2.8rem);
}

.fe-section__head p {
  margin-top: 0.85rem;
  color: #34406b;
  max-width: 760px;
}

.fe-section--split {
  padding-top: clamp(1.6rem, 4vw, 2.8rem);
}

.fe-section--pathways {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 189, 11, 0.08));
}

.fe-split-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.fe-surface {
  border-radius: var(--fe-radius-lg);
  border: 1px solid var(--fe-border);
  background: rgba(255, 255, 255, 0.84);
  padding: clamp(1.05rem, 3vw, 1.7rem);
  box-shadow: 0 14px 36px rgba(16, 20, 42, 0.08);
}

.fe-surface h2,
.fe-surface h3 {
  margin: 0 0 0.72rem;
  line-height: 1.15;
}

.fe-surface p {
  margin: 0.7rem 0 0;
  color: #30385f;
}

.fe-surface--accent {
  background: linear-gradient(145deg, rgba(6, 167, 125, 0.15), rgba(58, 134, 255, 0.15));
}

.fe-surface--soft {
  background: var(--fe-soft);
}

.fe-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.fe-checklist li {
  border-radius: 12px;
  background: rgba(58, 134, 255, 0.1);
  padding: 0.7rem 0.85rem;
  color: #253055;
}

.fe-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.fe-path-card {
  border-radius: 16px;
  border: 1px solid var(--fe-border);
  background: rgba(255, 255, 255, 0.88);
  padding: 1.05rem;
  box-shadow: 0 10px 24px rgba(16, 20, 42, 0.09);
}

.fe-path-card h3 {
  margin: 0;
  font-size: 1.15rem;
  color: var(--fe-night);
}

.fe-path-card p {
  margin: 0.72rem 0;
  color: #343d62;
}

.fe-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.fe-opportunity-card {
  border: 1px solid var(--fe-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  padding: 1.05rem;
  box-shadow: 0 14px 30px rgba(16, 20, 42, 0.11);
}

.fe-opportunity-card__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #126966;
  font-weight: 700;
}

.fe-opportunity-card h3 {
  margin: 0.45rem 0 0;
  line-height: 1.2;
  font-size: 1.15rem;
}

.fe-opportunity-card h3 a {
  text-decoration: none;
}

.fe-opportunity-card__meta,
.fe-opportunity-meta {
  margin: 0.7rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fe-opportunity-card__meta li,
.fe-opportunity-meta li {
  border-radius: 999px;
  font-size: 0.83rem;
  color: #173247;
  background: rgba(255, 190, 11, 0.2);
  padding: 0.3rem 0.62rem;
}

.fe-opportunity-card p {
  margin: 0;
  color: #34415f;
}

.fe-section__actions {
  margin-top: 1.35rem;
}

.fe-cta-panel {
  border-radius: var(--fe-radius-xl);
  background: linear-gradient(150deg, rgba(208, 0, 92, 0.88), rgba(251, 86, 7, 0.9));
  color: #fff;
  padding: clamp(1.2rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  box-shadow: var(--fe-shadow);
}

.fe-cta-panel h2 {
  margin: 0.45rem 0 0;
  font-family: "Bungee", sans-serif;
  line-height: 1.15;
  font-size: clamp(1.2rem, 3.5vw, 2rem);
}

.fe-cta-panel p {
  margin: 0.72rem 0 0;
  max-width: 720px;
  color: #ffe8f4;
}

.fe-page-hero {
  padding-bottom: 1.1rem;
}

.fe-page-hero h1 {
  margin: 0.45rem 0 0;
  font-family: "Bungee", sans-serif;
  line-height: 1.07;
  font-size: clamp(1.7rem, 5vw, 3rem);
}

.fe-page-hero p {
  margin: 0.86rem 0 0;
  max-width: 760px;
  color: #303a61;
}

.fe-page-hero--ndis {
  background: linear-gradient(180deg, rgba(6, 167, 125, 0.12), rgba(255, 255, 255, 0));
}

.fe-page-hero--youth {
  background: linear-gradient(180deg, rgba(58, 134, 255, 0.12), rgba(255, 255, 255, 0));
}

.fe-page-content {
  border-radius: 20px;
  border: 1px solid var(--fe-border);
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(1.05rem, 3vw, 1.9rem);
  box-shadow: 0 12px 24px rgba(16, 20, 42, 0.09);
}

.fe-page-content h1 {
  margin: 0;
  font-family: "Bungee", sans-serif;
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  line-height: 1.1;
}

.fe-rich-content > *:first-child {
  margin-top: 0;
}

.fe-rich-content > *:last-child {
  margin-bottom: 0;
}

.fe-rich-content p,
.fe-rich-content li {
  color: #313b63;
}

.fe-empty-panel {
  border-radius: 16px;
  border: 1px dashed rgba(16, 20, 42, 0.3);
  background: rgba(255, 255, 255, 0.7);
  padding: 1.05rem;
}

.fe-form-panel,
.fe-apply-panel,
.fe-account-panel {
  border-radius: 20px;
  border: 1px solid var(--fe-border);
  background: rgba(255, 255, 255, 0.9);
  padding: clamp(1rem, 3vw, 1.6rem);
  box-shadow: 0 12px 26px rgba(16, 20, 42, 0.09);
}

.fe-form-panel h3,
.fe-apply-panel h2,
.fe-account-panel h2,
.fe-account-panel h3 {
  margin: 0;
  line-height: 1.18;
}

.fe-form-panel h3,
.fe-account-panel h2,
.fe-account-panel h3 {
  font-family: "Bungee", sans-serif;
}

.fe-register-form,
.fe-apply-form,
.fe-form-panel form {
  margin-top: 0.88rem;
  display: grid;
  gap: 0.7rem;
}

.fe-register-form label,
.fe-apply-form label,
.fe-form-panel .login-username,
.fe-form-panel .login-password,
.fe-form-panel .login-remember {
  display: grid;
  gap: 0.35rem;
}

.fe-register-form span,
.fe-apply-form span,
.fe-form-panel label {
  font-weight: 600;
  color: #21284e;
  font-size: 0.93rem;
}

.fe-register-form input,
.fe-apply-form input,
.fe-register-form textarea,
.fe-apply-form textarea,
.fe-form-panel input {
  width: 100%;
  border: 1px solid rgba(16, 20, 42, 0.24);
  border-radius: 12px;
  background: #fff;
  color: #101735;
  padding: 0.7rem 0.78rem;
  font-family: "Outfit", sans-serif;
  font-size: 0.95rem;
}

.fe-register-form textarea,
.fe-apply-form textarea {
  resize: vertical;
}

.fe-form-panel .login-submit {
  margin: 0;
}

.fe-form-panel .login-submit .button,
.fe-form-panel input[type="submit"] {
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--fe-coral), var(--fe-berry));
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  padding: 0.78rem 1rem;
  cursor: pointer;
}

.fe-form-panel__inline {
  margin: 0.6rem 0 0;
  color: #303b64;
}

.fe-notice {
  border-radius: 12px;
  padding: 0.72rem 0.9rem;
  margin-bottom: 0.88rem;
}

.fe-notice p {
  margin: 0;
}

.fe-notice.is-success {
  background: rgba(6, 167, 125, 0.14);
  border: 1px solid rgba(6, 167, 125, 0.34);
  color: #0f4d3f;
}

.fe-notice.is-error {
  background: rgba(208, 0, 92, 0.11);
  border: 1px solid rgba(208, 0, 92, 0.3);
  color: #7d184c;
}

.fe-account-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.fe-account-panel__head .fe-btn--ghost {
  border-color: rgba(16, 20, 42, 0.28);
  color: var(--fe-night);
  background: #fff;
}

.fe-application-list {
  list-style: none;
  margin: 0.72rem 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.fe-application-list li {
  border-radius: 12px;
  border: 1px solid var(--fe-border);
  background: #fff;
  padding: 0.68rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.fe-application-list span {
  font-size: 0.87rem;
  color: #46507a;
}

.fe-post-list {
  display: grid;
  gap: 0.9rem;
}

.fe-post-card {
  border-radius: 16px;
  border: 1px solid var(--fe-border);
  background: rgba(255, 255, 255, 0.88);
  padding: 1rem;
}

.fe-post-card h2 {
  margin: 0;
  font-size: 1.2rem;
}

.fe-post-card h2 a {
  text-decoration: none;
}

.fe-post-card p {
  margin: 0.7rem 0;
  color: #364068;
}

.fe-footer {
  margin-top: clamp(1.5rem, 3vw, 2.7rem);
  padding: clamp(2rem, 5vw, 3rem) 0 1.2rem;
  background: #10142a;
  color: #ecf2ff;
}

.fe-footer__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.fe-footer__kicker {
  margin: 0;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #8fb5ff;
}

.fe-footer h2 {
  margin: 0.45rem 0 0;
  line-height: 1.15;
  font-family: "Bungee", sans-serif;
  font-size: clamp(1.2rem, 3.8vw, 2.2rem);
}

.fe-footer p {
  margin: 0.7rem 0 0;
  color: #bed0ff;
  max-width: 650px;
}

.fe-footer__contact {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.fe-footer__contact a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.fe-footer__bottom {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(143, 181, 255, 0.22);
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fe-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.fe-footer__links a {
  text-decoration: none;
  color: #d9e5ff;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .fe-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .fe-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 4vw;
    width: min(360px, 92vw);
    border: 1px solid var(--fe-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    padding: 0.9rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    box-shadow: var(--fe-shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.24s ease, transform 0.24s ease;
  }

  .fe-menu-open .fe-nav {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .fe-nav__list {
    display: grid;
    gap: 0.25rem;
  }

  .fe-nav__list a {
    display: block;
  }

  .fe-nav__cta {
    text-align: center;
  }

  .fe-split-grid,
  .fe-card-grid,
  .fe-opportunity-grid {
    grid-template-columns: 1fr 1fr;
  }

  .fe-cta-panel,
  .fe-footer__top,
  .fe-footer__bottom,
  .fe-account-panel__head,
  .fe-application-list li {
    flex-direction: column;
    align-items: flex-start;
  }

  .fe-footer__bottom {
    gap: 0.6rem;
  }
}

@media (max-width: 700px) {
  .fe-hero__backdrop {
    inset: 1.2rem 0.7rem auto;
    height: 640px;
  }

  .fe-hero__inner {
    padding: 1.35rem;
  }

  .fe-stat-grid,
  .fe-split-grid,
  .fe-card-grid,
  .fe-opportunity-grid {
    grid-template-columns: 1fr;
  }

  .fe-btn,
  .fe-form-panel .login-submit .button,
  .fe-form-panel input[type="submit"] {
    width: 100%;
  }

  .fe-actions {
    width: 100%;
  }

  .fe-footer {
    padding-top: 1.7rem;
  }
}
