/* =========================================================
   WELDING SCHOOL VANILLA DESIGN SYSTEM
   HTML + CSS + JavaScript, tanpa framework.
   ========================================================= */

:root {
  --brand-blue: #1975b9;
  --brand-blue-deep: #092a47;
  --brand-green: #148c61;
  --brand-green-bright: #20b87c;
  --navy-950: #061a2c;
  --navy-900: #09243d;
  --navy-850: #0b2c49;
  --navy-800: #123b60;
  --orange-600: var(--brand-green);
  --orange-500: var(--brand-green-bright);
  --orange-100: #e9f8f2;
  --blue-700: var(--brand-blue);
  --blue-100: #eaf4fb;
  --green-700: #117c56;
  --green-100: #e9f8f2;
  --red-600: #d92d20;
  --red-100: #fff0ed;
  --yellow-100: #fff8e6;
  --surface: #ffffff;
  --background: #f4f7f9;
  --border: #dfe5ea;
  --border-strong: #cad4dc;
  --text: #111d28;
  --muted: #64727f;
  --shadow-sm: 0 4px 18px rgba(7, 26, 40, 0.06);
  --shadow-md: 0 18px 50px rgba(7, 26, 40, 0.14);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 18px;
  --page: min(1180px, calc(100% - 40px));
  --font:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

/* =========================================================
   ALPHA ACADEMY PUBLIC EXPERIENCE
   Company profile, newsroom, alumni, recruiter, verification.
   ========================================================= */

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  grid-template-columns: 265px minmax(0, 1fr) 138px;
}

.public-nav {
  gap: 0;
}

.public-nav a {
  font-size: 13px;
  padding-inline: 11px;
}

.site-footer__main {
  grid-template-columns: 1.6fr 0.8fr 0.8fr 0.85fr;
}

.site-footer__main a:not(.brand) {
  color: #aab7c1;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
}

.site-footer__main a:not(.brand):hover {
  color: white;
}

.company-hero {
  background-position: 76% center;
  min-height: 660px;
}

.company-hero__inner {
  min-height: 660px;
}

.company-hero h1 {
  letter-spacing: -0.045em;
}

.company-hero h1 em,
.academy-page-hero h1 em,
.academy-news-hero h1 em,
.academy-portal-hero h1 em,
.academy-verify-hero h1 em {
  color: #58d6a0;
  font-style: normal;
}

.academy-arrow-link {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--brand-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 9px;
  padding: 0;
  text-align: left;
}

.academy-arrow-link span {
  transition: transform 180ms ease;
}

.academy-arrow-link:hover span {
  transform: translateX(4px);
}

.academy-arrow-link--spaced {
  margin-top: 24px;
}

.academy-latest {
  padding-block: 85px 105px;
}

.academy-latest__grid,
.academy-news-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.academy-news-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  min-width: 0;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.academy-news-card:hover {
  box-shadow: 0 18px 44px rgba(6, 26, 44, 0.12);
  transform: translateY(-4px);
}

.academy-news-card__media {
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0.02), rgba(6, 26, 44, 0.58)),
    var(--news-image, url("assets/images/welding-hero.png")) var(--news-position, 72% center) / cover;
  border: 0;
  display: flex;
  min-height: 225px;
  padding: 18px;
  width: 100%;
}

.academy-news-card__media span {
  align-self: flex-end;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  color: var(--navy-950);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 7px 10px;
  text-transform: uppercase;
}

.academy-news-card__body {
  padding: 24px;
}

.academy-news-card__body time {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-bottom: 9px;
}

.academy-news-card__body h3 {
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.3;
  margin: 0 0 12px;
}

.academy-news-card__body p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 20px;
}

.academy-news-card--compact .academy-news-card__media {
  min-height: 190px;
}

.academy-news-card--compact .academy-news-card__body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.academy-ecosystem {
  background: var(--navy-950);
  color: white;
  padding-block: 90px;
  position: relative;
}

.academy-ecosystem::before {
  background: var(--brand-green);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 72%;
  top: 0;
}

.academy-ecosystem > div {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.8fr 1.2fr;
}

.academy-ecosystem__intro h2 {
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-bottom: 22px;
}

.academy-ecosystem__intro p {
  color: #a9bbc9;
  margin: 0;
}

.academy-ecosystem__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}

.academy-ecosystem__cards article {
  background: #0c2a43;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 30px;
}

.academy-portal-no {
  color: #5dd5a3;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.academy-ecosystem__cards h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 34px 0 12px;
}

.academy-ecosystem__cards p {
  color: #a9bbc9;
  font-size: 14px;
  min-height: 67px;
}

.academy-ecosystem__cards button {
  background: none;
  border: 0;
  color: white;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 0 0;
}

.academy-ecosystem__cards button span {
  color: #5dd5a3;
  margin-left: 8px;
}

/* Inner page heroes */

.academy-page-hero,
.academy-portal-hero,
.academy-verify-hero {
  background:
    linear-gradient(90deg, rgba(6, 26, 44, 0.98) 0%, rgba(6, 26, 44, 0.88) 50%, rgba(6, 26, 44, 0.34) 100%),
    url("assets/images/welding-hero.png") 78% center / cover;
  color: white;
  min-height: 520px;
}

.academy-page-hero__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  padding-block: 70px;
}

.academy-page-hero h1,
.academy-news-hero h1,
.academy-portal-hero h1,
.academy-verify-hero h1 {
  font-size: clamp(46px, 5.5vw, 74px);
  letter-spacing: -0.05em;
  line-height: 1.02;
  margin-bottom: 26px;
}

.academy-page-hero__inner > p {
  color: #c6d1d9;
  font-size: 18px;
  max-width: 690px;
}

.academy-page-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.academy-page-hero__facts span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
  padding: 9px 13px;
}

.academy-story {
  display: grid;
  gap: 90px;
  grid-template-columns: 0.9fr 1.1fr;
  padding-block: 105px;
}

.academy-story__lead h2,
.academy-values-section h2,
.academy-partner-band h2,
.academy-recruiter-cta h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.academy-story__copy > p {
  color: #495865;
  font-size: 17px;
}

.academy-story__copy blockquote {
  border-left: 3px solid var(--brand-green);
  color: var(--navy-900);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.45;
  margin: 35px 0 0;
  padding: 5px 0 5px 25px;
}

.academy-vision {
  background: #eaf0f3;
  padding-block: 90px;
}

.academy-vision__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.academy-vision__card {
  background: white;
  border-radius: 16px;
  min-height: 430px;
  padding: 46px;
}

.academy-vision__card > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.academy-vision__card--primary {
  background: var(--navy-900);
  color: white;
}

.academy-vision__card--primary h2 {
  font-size: clamp(31px, 3.4vw, 46px);
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin-top: 80px;
}

.academy-vision__card ol {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.academy-vision__card li {
  align-items: start;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 18px;
  grid-template-columns: 30px 1fr;
  padding-block: 17px;
}

.academy-vision__card li b {
  color: var(--brand-green);
  font-size: 12px;
}

.academy-vision__card li p {
  margin: 0;
}

.academy-values-section {
  padding-block: 105px;
}

.academy-values-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
}

.academy-values-grid article {
  border: 1px solid var(--border);
  min-height: 260px;
  padding: 30px;
}

.academy-values-grid article > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.academy-values-grid h3 {
  font-size: 23px;
  margin: 70px 0 12px;
}

.academy-values-grid p {
  color: var(--muted);
  font-size: 14px;
}

.academy-milestones {
  background: var(--navy-950);
  color: white;
  padding-block: 90px;
}

.academy-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
}

.academy-timeline article {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 35px 0 0;
  position: relative;
}

.academy-timeline article::before {
  background: #5dd5a3;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 0;
  position: absolute;
  top: -5px;
  width: 9px;
}

.academy-timeline strong {
  display: block;
  font-size: 30px;
  margin-bottom: 13px;
}

.academy-timeline p {
  color: #a9bbc9;
  font-size: 14px;
}

.academy-partner-band {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 1fr 1fr auto;
  padding-block: 90px;
}

.academy-partner-band h2 {
  margin: 0;
}

.academy-partner-band > p {
  color: var(--muted);
  margin: 0;
}

/* Newsroom and article */

.academy-news-hero {
  background: #eef3f5;
  padding-block: 90px 0;
}

.academy-news-hero__heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 55px;
}

.academy-news-hero h1 {
  color: var(--navy-950);
  margin: 0;
}

.academy-news-hero h1 em {
  color: var(--brand-green);
}

.academy-news-hero__heading > p {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 10px;
}

.academy-featured-story {
  background: white;
  border-radius: 16px 16px 0 0;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  overflow: hidden;
}

.academy-featured-story__visual {
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0.02), rgba(6, 26, 44, 0.35)),
    url("assets/images/welding-hero.png") 70% center / cover;
  border: 0;
  min-height: 440px;
}

.academy-featured-story__copy {
  align-self: center;
  padding: 45px;
}

.academy-featured-story__copy > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-featured-story__copy h2 {
  font-size: clamp(27px, 3vw, 38px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 18px 0;
}

.academy-featured-story__copy p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 28px;
}

.academy-newsroom {
  padding-block: 75px 100px;
}

.academy-newsroom__toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.academy-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.academy-chip-row button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  padding: 9px 14px;
}

.academy-chip-row button.is-active {
  background: var(--navy-900);
  border-color: var(--navy-900);
  color: white;
}

.academy-news-search {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: flex;
  gap: 8px;
  padding: 0 12px;
}

.academy-news-search input {
  border: 0;
  min-height: 40px;
  outline: 0;
  width: 190px;
}

.academy-news-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.academy-load-more {
  background: white;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin: 40px auto 0;
  padding: 12px 22px;
}

.academy-newsletter {
  background: var(--navy-900);
  color: white;
  padding-block: 60px;
}

.academy-newsletter > div {
  align-items: center;
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.academy-newsletter h2 {
  font-size: 30px;
  margin: 0;
}

.academy-newsletter form {
  display: flex;
  gap: 10px;
}

.academy-newsletter input {
  border: 0;
  border-radius: 8px;
  min-height: 47px;
  padding: 0 15px;
  width: 280px;
}

.academy-article {
  background: white;
}

.academy-article__header {
  padding-block: 70px 55px;
  text-align: center;
}

.academy-back-link {
  background: none;
  border: 0;
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-bottom: 35px;
  padding: 0;
  text-align: left;
}

.academy-article__header > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.academy-article__header h1 {
  font-size: clamp(42px, 5.4vw, 68px);
  letter-spacing: -0.05em;
  line-height: 1.06;
  margin: 22px auto;
  max-width: 950px;
}

.academy-article__header p {
  color: var(--muted);
  font-size: 18px;
  margin: auto;
  max-width: 760px;
}

.academy-article__image {
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0), rgba(6, 26, 44, 0.22)),
    var(--article-image, url("assets/images/welding-hero.png")) var(--article-position, 72% center) / cover;
  min-height: 560px;
}

.academy-article__layout {
  align-items: start;
  display: grid;
  gap: 48px;
  grid-template-columns: 180px minmax(0, 720px);
  justify-content: center;
  padding-block: 70px 100px;
}

.academy-article-share {
  background: #f7faf9;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 16px;
  position: sticky;
  top: 98px;
}

.academy-article-share > strong {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.academy-article-share__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.academy-article-share__actions a,
.academy-article-share__actions button {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  color: var(--navy-900);
  display: flex;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  gap: 9px;
  min-height: 42px;
  padding: 7px 9px;
  text-align: left;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
  width: 100%;
}

.academy-article-share__actions a:hover,
.academy-article-share__actions button:hover,
.academy-article-share__actions a:focus-visible,
.academy-article-share__actions button:focus-visible {
  border-color: var(--brand-green);
  color: var(--brand-green);
  transform: translateY(-1px);
}

.academy-article-share__actions button.is-copied {
  background: #e9f6f0;
  border-color: var(--brand-green);
  color: var(--brand-green);
}

.academy-article-share__mark {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 12px;
  font-weight: 850;
  height: 26px;
  justify-content: center;
}

.academy-article__body p {
  color: #394957;
  font-size: 17px;
  line-height: 1.8;
}

.academy-article__body .academy-article__lead {
  color: var(--navy-900);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
}

.academy-article__body h2 {
  font-size: 34px;
  letter-spacing: -0.035em;
  margin: 45px 0 18px;
}

.academy-article__body blockquote {
  background: #edf7f3;
  border-left: 4px solid var(--brand-green);
  color: var(--navy-900);
  font-size: 21px;
  font-weight: 750;
  line-height: 1.55;
  margin: 38px 0;
  padding: 30px;
}

.academy-related-news {
  padding-block: 85px 110px;
}

/* Alumni and recruiter portals */

.academy-portal-hero {
  min-height: 690px;
}

.academy-portal-hero--alumni {
  background:
    linear-gradient(90deg, rgba(6, 26, 44, 0.99) 0%, rgba(6, 26, 44, 0.94) 56%, rgba(6, 26, 44, 0.72) 100%),
    url("assets/images/welding-hero.png") 75% center / cover;
}

.academy-portal-hero--recruiter {
  background: var(--navy-900);
}

.academy-portal-hero__grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 0.9fr;
  min-height: 690px;
  padding-block: 70px;
}

.academy-portal-hero__grid > div:first-child > p {
  color: #c2ced6;
  font-size: 17px;
  max-width: 620px;
}

.academy-portal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.academy-portal-hero__proof {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr auto 1fr;
  margin-top: 42px;
  padding-top: 25px;
}

.academy-portal-hero__proof strong {
  color: white;
  font-size: 25px;
}

.academy-portal-hero__proof span {
  color: #9fb0bc;
  font-size: 12px;
}

.academy-dashboard-mock,
.academy-talent-browser {
  background: #f4f7f8;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 17px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  color: var(--text);
  overflow: hidden;
  transform: rotate(1.2deg);
}

.academy-dashboard-mock__top,
.academy-talent-browser__header {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--border);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 14px 18px;
}

.academy-dashboard-mock__top span,
.academy-talent-browser__header span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.academy-dashboard-mock__top i,
.academy-talent-browser__header i {
  background: var(--brand-green);
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.academy-dashboard-mock__top b {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.academy-dashboard-mock__welcome {
  background: var(--navy-900);
  color: white;
  padding: 26px;
}

.academy-dashboard-mock__welcome small {
  color: #62d8a8;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.academy-dashboard-mock__welcome h3 {
  font-size: 27px;
  margin: 7px 0 4px;
}

.academy-dashboard-mock__welcome p {
  color: #aab8c2;
  font-size: 12px;
  margin-bottom: 12px;
}

.academy-dashboard-mock__welcome > div {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  height: 5px;
  overflow: hidden;
}

.academy-dashboard-mock__welcome > div i {
  background: #5dd5a3;
  display: block;
  height: 100%;
}

.academy-dashboard-mock__stats {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.academy-dashboard-mock__stats span {
  background: white;
  color: var(--muted);
  font-size: 12px;
  padding: 16px;
}

.academy-dashboard-mock__stats b {
  color: var(--navy-900);
  display: block;
  font-size: 21px;
}

.academy-dashboard-mock__job {
  background: white;
  display: flex;
  flex-direction: column;
  margin: 14px;
  padding: 18px;
}

.academy-dashboard-mock__job small {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.academy-dashboard-mock__job strong {
  margin-top: 12px;
}

.academy-dashboard-mock__job span {
  color: var(--muted);
  font-size: 12px;
}

.academy-dashboard-mock__job button {
  align-self: flex-start;
  background: none;
  border: 0;
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 800;
  margin-top: 17px;
  padding: 0;
}

.academy-portal-benefits,
.academy-recruiter-flow {
  padding-block: 100px;
}

.academy-benefit-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 45px;
}

.academy-benefit-grid article {
  border-top: 3px solid var(--navy-900);
  padding: 27px 18px 0 0;
}

.academy-benefit-grid article > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.academy-benefit-grid h3 {
  font-size: 21px;
  margin: 35px 0 12px;
}

.academy-benefit-grid p {
  color: var(--muted);
  font-size: 14px;
}

.academy-alumni-story {
  background: #e9f0f3;
  padding-block: 90px;
}

.academy-alumni-story__grid {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: 0.75fr 1.25fr;
}

.academy-alumni-story__portrait {
  align-items: end;
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0), rgba(6, 26, 44, 0.62)),
    url("assets/images/welding-hero.png") 35% center / cover;
  display: flex;
  min-height: 420px;
  padding: 23px;
}

.academy-alumni-story__portrait span {
  color: white;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.academy-alumni-story blockquote {
  margin: 0;
}

.academy-alumni-story blockquote > span {
  color: var(--brand-green);
  display: block;
  font-family: Georgia, serif;
  font-size: 70px;
  height: 55px;
}

.academy-alumni-story blockquote > p {
  color: var(--navy-900);
  font-size: clamp(25px, 3.3vw, 39px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.academy-alumni-story blockquote footer {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.academy-alumni-story blockquote small {
  color: var(--muted);
}

.academy-portal-hero__trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 35px;
}

.academy-portal-hero__trust-row span {
  color: #bdcbd4;
  font-size: 12px;
}

.academy-talent-browser {
  padding-bottom: 12px;
  transform: rotate(-1.2deg);
}

.academy-talent-browser__header button {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 8px;
}

.academy-talent-browser > label {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  display: flex;
  margin: 15px 15px 8px;
  padding: 0 10px;
}

.academy-talent-browser > label input {
  background: transparent;
  border: 0;
  font-size: 12px;
  min-height: 38px;
  outline: 0;
  padding-left: 8px;
  width: 100%;
}

.academy-talent-browser__filters {
  display: flex;
  gap: 6px;
  margin: 0 15px 12px;
}

.academy-talent-browser__filters span {
  background: #e8f5ef;
  border-radius: 99px;
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 750;
  padding: 5px 8px;
}

.academy-talent-browser > article {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  gap: 11px;
  grid-template-columns: 38px 1fr auto;
  margin: 8px 15px;
  padding: 12px;
}

.academy-talent-browser > article > b {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 38px;
  justify-content: center;
}

.academy-talent-browser article div {
  display: flex;
  flex-direction: column;
}

.academy-talent-browser article strong {
  font-size: 12px;
}

.academy-talent-browser article strong i {
  background: var(--brand-green);
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-style: normal;
  padding: 2px;
}

.academy-talent-browser article small,
.academy-talent-browser article p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.academy-talent-browser article button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 12px;
  padding: 6px 9px;
}

.academy-talent-browser > footer {
  color: var(--muted);
  font-size: 12px;
  padding: 6px 15px 0;
}

.academy-recruiter-flow > ol {
  counter-reset: flow;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.academy-recruiter-flow li {
  border-top: 2px solid var(--navy-900);
  padding: 25px 25px 0 0;
  position: relative;
}

.academy-recruiter-flow li::before {
  background: var(--brand-green);
  border: 4px solid white;
  border-radius: 50%;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 13px;
}

.academy-recruiter-flow li > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.academy-recruiter-flow h3 {
  font-size: 20px;
  margin: 26px 0 10px;
}

.academy-recruiter-flow li p {
  color: var(--muted);
  font-size: 13px;
}

.academy-recruiter-solutions {
  background: var(--navy-950);
  color: white;
  padding-block: 90px;
}

.academy-recruiter-solutions h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.04em;
  max-width: 650px;
}

.academy-solution-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
}

.academy-solution-grid article {
  background: #0d2c47;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 250px;
  padding: 30px;
}

.academy-solution-grid small {
  color: #5dd5a3;
  font-weight: 850;
}

.academy-solution-grid h3 {
  font-size: 23px;
  margin: 55px 0 12px;
}

.academy-solution-grid p {
  color: #a7b8c4;
  font-size: 14px;
}

.academy-recruiter-cta {
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr auto;
  padding-block: 90px;
}

.academy-recruiter-cta p {
  color: var(--muted);
  max-width: 680px;
}

/* Certificate verification */

.academy-verify-hero {
  min-height: 430px;
}

.academy-verify-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 430px;
  padding-block: 60px;
}

.academy-verify-hero h1 {
  margin-bottom: 18px;
}

.academy-verify-hero p {
  color: #c2ced6;
  font-size: 17px;
  max-width: 650px;
}

.academy-verify-layout {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.2fr 0.8fr;
  padding-block: 90px 110px;
}

.academy-verify-card,
.academy-verify-help {
  background: white;
  border: 1px solid var(--border);
  border-radius: 15px;
  box-shadow: var(--shadow-sm);
  padding: 36px;
}

.academy-verify-card__heading {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 48px 1fr;
}

.academy-verify-icon {
  align-items: center;
  background: #e4f5ed;
  border-radius: 50%;
  color: var(--brand-green);
  display: flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
}

.academy-verify-card h2,
.academy-verify-help h2 {
  font-size: 28px;
  margin-bottom: 7px;
}

.academy-verify-card__heading p,
.academy-verify-help > p {
  color: var(--muted);
  font-size: 14px;
}

.academy-verify-card form {
  border-top: 1px solid var(--border);
  margin-top: 28px;
  padding-top: 28px;
}

.academy-verify-card form > label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 8px;
}

.academy-verify-card form > div {
  display: flex;
  gap: 9px;
}

.academy-verify-card input {
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  min-height: 48px;
  padding: 0 14px;
  text-transform: uppercase;
  width: 100%;
}

.academy-verify-card form > small {
  color: var(--muted);
  display: block;
  margin-top: 11px;
}

.academy-verify-card form > small button {
  background: none;
  border: 0;
  color: var(--brand-green);
  font-size: inherit;
  padding: 0;
}

.academy-certificate-result {
  border: 1px solid #a7ddc5;
  border-radius: 10px;
  margin-top: 28px;
  overflow: hidden;
}

.academy-certificate-result__status {
  align-items: center;
  background: #eaf8f1;
  display: flex;
  gap: 12px;
  padding: 18px;
}

.academy-certificate-result__status > span {
  align-items: center;
  background: var(--brand-green);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.academy-certificate-result__status div {
  display: flex;
  flex-direction: column;
}

.academy-certificate-result__status small {
  color: var(--muted);
}

.academy-certificate-result dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 8px 18px 18px;
}

.academy-certificate-result dl > div {
  border-bottom: 1px solid var(--border);
  padding: 14px 6px;
}

.academy-certificate-result dt {
  color: var(--muted);
  font-size: 12px;
}

.academy-certificate-result dd {
  font-size: 13px;
  font-weight: 750;
  margin: 4px 0 0;
}

.academy-certificate-result dd span {
  color: var(--brand-green);
}

.academy-verify-help {
  box-shadow: none;
}

.academy-certificate-sample {
  background: #f2f5f7;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  margin: 25px 0;
  min-height: 190px;
  padding: 22px;
  text-align: center;
}

.academy-certificate-sample > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.academy-certificate-sample > b {
  color: var(--navy-900);
  font-family: Georgia, serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}

.academy-certificate-sample > i {
  background: var(--brand-green);
  height: 2px;
  margin: 12px auto 22px;
  width: 60px;
}

.academy-certificate-sample > small {
  color: var(--muted);
  font-size: 12px;
}

.academy-certificate-sample > strong {
  font-size: 12px;
}

.academy-verify-help ol {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.academy-verify-help li {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 24px 1fr;
  padding-block: 8px;
}

.academy-verify-help li > span {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 24px;
  justify-content: center;
}

.academy-verify-help li p {
  color: var(--muted);
  font-size: 13px;
  margin: 2px 0 0;
}

.academy-verification-trust {
  background: #eaf0f3;
  padding-block: 45px;
}

.academy-verification-trust > div {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
}

.academy-verification-trust article {
  align-items: start;
  display: grid;
  gap: 13px;
  grid-template-columns: 36px 1fr;
}

.academy-verification-trust article > span {
  align-items: center;
  background: white;
  border-radius: 50%;
  color: var(--brand-green);
  display: flex;
  height: 36px;
  justify-content: center;
}

.academy-verification-trust p {
  color: var(--muted);
  font-size: 12px;
  margin: 4px 0 0;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 230px 1fr 120px;
  }

  .public-nav a {
    font-size: 12px;
    padding-inline: 7px;
  }

  .academy-ecosystem > div,
  .academy-portal-hero__grid {
    gap: 40px;
  }

  .academy-dashboard-mock,
  .academy-talent-browser {
    transform: none;
  }

  .academy-article__layout {
    gap: 30px;
    grid-template-columns: minmax(0, 720px);
  }

  .academy-article-share {
    position: static;
  }

  .academy-article-share__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .academy-article-share__actions a,
  .academy-article-share__actions button {
    flex: 1 1 150px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-footer__main,
  .academy-values-grid,
  .academy-benefit-grid,
  .academy-recruiter-flow > ol,
  .academy-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .academy-latest__grid,
  .academy-news-grid,
  .academy-solution-grid {
    grid-template-columns: 1fr 1fr;
  }

  .academy-latest__grid > article:last-child,
  .academy-solution-grid > article:last-child {
    grid-column: 1 / -1;
  }

  .academy-ecosystem > div,
  .academy-story,
  .academy-news-hero__heading,
  .academy-featured-story,
  .academy-portal-hero__grid,
  .academy-alumni-story__grid,
  .academy-verify-layout {
    grid-template-columns: 1fr;
  }

  .academy-ecosystem__intro,
  .academy-news-hero__heading > p,
  .academy-portal-hero__grid > div:first-child {
    max-width: 680px;
  }

  .academy-vision__grid,
  .academy-partner-band {
    grid-template-columns: 1fr;
  }

  .academy-vision__card {
    min-height: 0;
  }

  .academy-vision__card--primary h2 {
    margin-top: 45px;
  }

  .academy-featured-story__visual {
    min-height: 360px;
  }

  .academy-portal-hero__grid {
    padding-block: 75px;
  }

  .academy-dashboard-mock,
  .academy-talent-browser {
    max-width: 600px;
  }

  .academy-recruiter-cta {
    align-items: start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-footer__main,
  .academy-latest__grid,
  .academy-news-grid,
  .academy-values-grid,
  .academy-benefit-grid,
  .academy-solution-grid,
  .academy-recruiter-flow > ol,
  .academy-timeline,
  .academy-verification-trust > div {
    grid-template-columns: 1fr;
  }

  .academy-latest__grid > article:last-child,
  .academy-solution-grid > article:last-child {
    grid-column: auto;
  }

  .company-hero {
    min-height: 720px;
  }

  .company-hero__inner {
    min-height: 720px;
  }

  .academy-page-hero h1,
  .academy-news-hero h1,
  .academy-portal-hero h1,
  .academy-verify-hero h1 {
    font-size: 42px;
  }

  .academy-page-hero__inner > p,
  .academy-portal-hero__grid > div:first-child > p {
    font-size: 16px;
  }

  .academy-story,
  .academy-values-section,
  .academy-portal-benefits,
  .academy-recruiter-flow,
  .academy-newsroom,
  .academy-related-news,
  .academy-verify-layout {
    gap: 35px;
    padding-block: 65px;
  }

  .academy-story {
    gap: 25px;
  }

  .academy-vision,
  .academy-milestones,
  .academy-recruiter-solutions,
  .academy-alumni-story,
  .academy-ecosystem {
    padding-block: 65px;
  }

  .academy-vision__card {
    padding: 28px;
  }

  .academy-values-grid article {
    min-height: 200px;
  }

  .academy-values-grid h3 {
    margin-top: 35px;
  }

  .academy-timeline article {
    padding: 25px 0 20px;
  }

  .academy-partner-band {
    gap: 20px;
    padding-block: 65px;
  }

  .academy-ecosystem__cards,
  .academy-certificate-result dl {
    grid-template-columns: 1fr;
  }

  .academy-ecosystem__cards h3 {
    margin-top: 25px;
  }

  .academy-news-hero {
    padding-top: 60px;
  }

  .academy-news-hero__heading {
    gap: 15px;
    margin-bottom: 35px;
  }

  .academy-featured-story__visual {
    min-height: 280px;
  }

  .academy-featured-story__copy,
  .academy-news-card__body {
    padding: 24px;
  }

  .academy-newsroom__toolbar,
  .academy-newsletter > div,
  .academy-newsletter form {
    align-items: stretch;
    flex-direction: column;
  }

  .academy-news-search input,
  .academy-newsletter input {
    width: 100%;
  }

  .academy-article__header {
    padding-block: 50px 40px;
  }

  .academy-article__header h1 {
    font-size: 38px;
  }

  .academy-article__image {
    min-height: 320px;
  }

  .academy-article__layout {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-block: 50px 70px;
  }

  .academy-article-share {
    padding: 14px;
  }

  .academy-portal-hero__actions,
  .academy-portal-hero__actions .button,
  .academy-recruiter-cta .button,
  .academy-partner-band .button {
    width: 100%;
  }

  .academy-portal-hero__proof {
    grid-template-columns: auto 1fr;
  }

  .academy-dashboard-mock__stats {
    grid-template-columns: 1fr;
  }

  .academy-alumni-story__portrait {
    min-height: 340px;
  }

  .academy-alumni-story blockquote > p {
    font-size: 25px;
  }

  .academy-verify-card,
  .academy-verify-help {
    padding: 24px;
  }

  .academy-verify-card form > div {
    flex-direction: column;
  }
}

.mobile-menu-button {
  font-size: 0;
}

.mobile-menu-button::before {
  content: "\2630";
  font-size: 22px;
}

.public-nav.is-open ~ .mobile-menu-button::before {
  content: "\00d7";
  font-size: 28px;
}

/* Floating WhatsApp contact for public company-profile pages */
.whatsapp-float {
  align-items: center;
  background: white;
  border: 1px solid #dce7e1;
  border-radius: 999px;
  bottom: 24px;
  box-shadow: 0 14px 34px rgba(7, 34, 25, 0.2);
  color: #17352a;
  display: inline-flex;
  gap: 10px;
  padding: 6px 16px 6px 6px;
  position: fixed;
  right: 24px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
  z-index: 140;
}

.whatsapp-float[hidden] {
  display: none;
}

.whatsapp-float:hover {
  box-shadow: 0 18px 42px rgba(7, 34, 25, 0.26);
  transform: translateY(-3px);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.32);
  outline-offset: 3px;
}

.whatsapp-float__icon {
  align-items: center;
  background: #25d366;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 25px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  transform: rotate(-12deg);
  width: 48px;
}

.whatsapp-float__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.whatsapp-float__copy small {
  color: #718179;
  font-size: 12px;
  margin-bottom: 3px;
}

.whatsapp-float__copy strong {
  color: #117b43;
  font-size: 14px;
  font-weight: 800;
}

body.whatsapp-visible .toast {
  bottom: auto;
  top: 20px;
}

@media (max-width: 620px) {
  .whatsapp-float {
    bottom: 16px;
    padding: 6px;
    right: 16px;
  }

  .whatsapp-float__icon {
    flex-basis: 50px;
    height: 50px;
    width: 50px;
  }

  .whatsapp-float__copy {
    display: none;
  }

  body.whatsapp-visible .toast {
    bottom: auto;
    top: 16px;
  }
}

/* =========================================================
   PUBLIC ALUMNI DIRECTORY + RECRUITER ONBOARDING
   Proposal prototype based on the approved directory flow.
   ========================================================= */

.academy-ecosystem__cards--single {
  grid-template-columns: minmax(0, 1fr);
}

.academy-ecosystem__cards--single article {
  max-width: 640px;
}

.welder-directory-page {
  --directory-accent: var(--brand-green);
  --directory-navy: #0b1925;
  background: #f8fafb;
  color: #15202b;
  min-height: 760px;
  padding: 28px 0 70px;
}

.welder-directory-page .page-shell {
  width: min(1540px, calc(100% - 40px));
}

.welder-directory-breadcrumb {
  color: #667583;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.welder-directory-breadcrumb span {
  color: var(--directory-accent);
  margin: 0 8px;
}

.welder-directory-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.welder-directory-heading h1 {
  color: var(--directory-navy);
  font-size: clamp(32px, 3vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 8px;
}

.welder-directory-heading p {
  color: #62717f;
  margin: 0;
  max-width: 720px;
}

.welder-directory-heading > span {
  background: #e9f8f2;
  border: 1px solid #b7e5d2;
  border-radius: 999px;
  color: #117c56;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 8px 12px;
}

.welder-directory-layout {
  align-items: start;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr);
}

.welder-directory-main {
  min-width: 0;
}

.welder-search-panel {
  background: white;
  border: 1px solid #dfe5ea;
  border-radius: 12px;
  box-shadow: 0 8px 26px rgba(11, 25, 37, 0.05);
  padding: 16px;
}

.welder-search-input {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.welder-search-input > span {
  color: #52616e;
  font-size: 20px;
}

.welder-search-input input {
  border: 0;
  font: inherit;
  min-width: 0;
  outline: none;
  padding: 12px 6px;
}

.welder-search-input button,
.welder-detail-actions button:first-child,
.recruiter-auth-primary {
  background: var(--directory-accent, var(--brand-green));
  border: 0;
  border-radius: 7px;
  color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  padding: 12px 22px;
}

.welder-filter-grid {
  border-top: 1px solid #edf0f2;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) auto;
  margin-top: 10px;
  padding-top: 12px;
}

.welder-filter-grid > label,
.welder-multi-filter {
  border: 1px solid #dfe5ea;
  border-radius: 8px;
  min-width: 0;
}

.welder-filter-grid > label {
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
}

.welder-filter-grid > label > span,
.welder-multi-filter summary > span {
  color: #24313d;
  font-size: 12px;
  font-weight: 800;
}

.welder-multi-filter {
  background: white;
  position: relative;
}

.welder-multi-filter summary {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 8px 30px 8px 10px;
  position: relative;
}

.welder-multi-filter summary::-webkit-details-marker {
  display: none;
}

.welder-multi-filter summary::after {
  color: #687681;
  content: "\2304";
  font-size: 15px;
  position: absolute;
  right: 10px;
  top: 18px;
  transform-origin: center;
  transition: transform 160ms ease;
}

.welder-multi-filter[open] summary::after {
  transform: rotate(180deg);
}

.welder-multi-filter summary > strong {
  color: #687681;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  padding-top: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.welder-multi-filter__options {
  background: white;
  border: 1px solid #dfe5ea;
  border-radius: 10px;
  box-shadow: 0 14px 32px rgba(11, 25, 37, 0.14);
  display: grid;
  gap: 2px;
  left: 0;
  max-height: 280px;
  min-width: 230px;
  overflow-y: auto;
  padding: 8px;
  position: absolute;
  top: calc(100% + 6px);
  z-index: 30;
}

.welder-multi-filter__options label {
  align-items: center;
  border: 0;
  border-radius: 7px;
  color: #33414d;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  gap: 8px;
  padding: 8px;
}

.welder-multi-filter__options label:hover {
  background: #f1f8f5;
}

.welder-multi-filter__options input {
  accent-color: var(--directory-accent);
  height: 16px;
  margin: 0;
  width: 16px;
}

.welder-multi-filter__options small {
  border-top: 1px solid #edf0f2;
  color: #7b8790;
  font-size: 12px;
  margin-top: 4px;
  padding: 8px 8px 2px;
}

.welder-filter-grid select,
.welder-results-summary select {
  background: white;
  border: 0;
  color: #687681;
  font: inherit;
  font-size: 12px;
  min-width: 0;
  outline: none;
  padding: 4px 0 0;
}

.welder-reset-button {
  align-self: stretch;
  background: white;
  border: 1px solid #cfd7de;
  border-radius: 8px;
  color: #33414d;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  padding: 0 14px;
}

.welder-results-summary {
  align-items: center;
  background: white;
  border: 1px solid #dfe7ec;
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 18px;
  min-height: 60px;
  padding: 14px 18px;
}

.welder-results-summary b {
  color: var(--directory-navy);
  font-size: 14px;
  font-weight: 750;
}

.welder-results-summary span small {
  color: #6b7d89;
  font-size: 12px;
  margin-left: 8px;
}

.welder-results-summary label {
  align-items: center;
  background: #f7f9fa;
  border: 1px solid #dfe7ec;
  border-radius: 7px;
  color: #6b7d89;
  display: flex;
  gap: 6px;
  padding: 7px 10px;
}

.welder-results-summary select {
  color: #40525f;
  font-size: 14px;
  font-weight: 650;
}

.welder-table-wrap {
  background: white;
  border: 1px solid #dfe7ec;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 1px 3px rgba(7, 26, 40, 0.05);
  overflow-x: auto;
}

.welder-table {
  border-collapse: collapse;
  min-width: 1220px;
  width: 100%;
}

.welder-table th {
  background: #f7f9fa;
  border-bottom: 1px solid #dfe7ec;
  color: #94a3ad;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0.045em;
  padding: 11px 14px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.welder-table td {
  border-top: 1px solid #dfe7ec;
  color: #40525f;
  font-size: 14px;
  line-height: 1.45;
  padding: 12px 14px;
  vertical-align: middle;
}

.welder-table td + td,
.welder-table th + th {
  border-left: 0;
}

.welder-table tbody tr {
  transition: background 180ms ease;
}

.welder-table tbody tr:hover {
  background: #fafcfd;
}

.welder-table tbody tr.is-selected {
  background: #e9f8f2;
}

.welder-table tbody tr.is-selected td {
  border-top-color: #c8ebd2;
}

.welder-table tbody tr.is-selected td:first-child {
  box-shadow: inset 3px 0 #148c61;
}

.welder-person {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 9px;
  min-width: 220px;
  padding: 0;
  text-align: left;
}

.welder-person > span:last-child {
  display: flex;
  flex-direction: column;
}

.welder-person strong {
  color: var(--directory-navy);
  font-size: 14px;
  font-weight: 650;
  margin-bottom: 2px;
}

.welder-person small,
.welder-person i {
  font-size: 14px;
  font-style: normal;
}

.welder-person small {
  color: #77838d;
}

.welder-person i {
  color: #1377c5;
  font-weight: 750;
}

.welder-avatar {
  align-items: center;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.2), transparent 48%),
    linear-gradient(145deg, var(--avatar-start, #0b314f), var(--avatar-end, #14699b));
  border: 2px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ccd5db;
  color: white;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.welder-avatar > span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  display: inline-flex;
  height: 72%;
  justify-content: center;
  letter-spacing: 0.03em;
  width: 72%;
}

.welder-avatar--navy {
  --avatar-start: #071f34;
  --avatar-end: #1d658c;
}

.welder-avatar--blue {
  --avatar-start: #164a7a;
  --avatar-end: #3b91c8;
}

.welder-avatar--green {
  --avatar-start: #0b5649;
  --avatar-end: #15977c;
}

.welder-avatar--teal {
  --avatar-start: #075668;
  --avatar-end: #24a0ad;
}

.welder-avatar--slate {
  --avatar-start: #34424d;
  --avatar-end: #738693;
}

.welder-avatar--cyan {
  --avatar-start: #09647b;
  --avatar-end: #35a9c5;
}

.welder-avatar--orange {
  --avatar-start: #9a4a10;
  --avatar-end: #e68a2e;
}

.welder-avatar--large {
  flex-basis: 76px;
  font-size: 18px;
  height: 76px;
  width: 76px;
}

.welder-process-tag,
.welder-status,
.welder-certificate {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-height: 24px;
  padding: 5px 9px;
  white-space: nowrap;
}

.welder-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 116px;
}

.welder-process-tag,
.welder-status.is-standby {
  background: #eaf4fb;
  border-color: #c7dff5;
  color: #1975b9;
}

.welder-status.is-working,
.welder-certificate.is-active {
  background: #e9f8f2;
  border-color: #c8ebd2;
  color: #117c56;
}

.welder-status.is-process {
  background: #fff5df;
  border-color: #f1ddb2;
  color: #b56c00;
}

.welder-certificate.is-expired {
  background: #fff0ed;
  border-color: #f1cbc6;
  color: #d92d20;
}

.welder-cell-note {
  color: #94a3ad;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 160px;
}

.welder-detail-button {
  align-items: center;
  background: #eaf4fb;
  border: 1px solid #c7dff5;
  border-radius: 6px;
  color: #1975b9;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 30px;
  padding: 5px 10px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.welder-detail-button:hover {
  background: #dceefa;
  border-color: #a9d0ee;
}

.welder-detail-button.is-active {
  background: #148c61;
  border-color: #148c61;
  color: white;
}

.welder-empty {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 40px;
}

.welder-pagination {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: center;
  padding-top: 18px;
}

.welder-pagination button {
  background: white;
  border: 1px solid #dfe5ea;
  border-radius: 6px;
  color: #34424f;
  height: 34px;
  min-width: 34px;
}

.welder-pagination button.is-active {
  background: var(--directory-accent);
  border-color: var(--directory-accent);
  color: white;
}

.welder-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.welder-recruiter-entry {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(9, 36, 61, 0.98), rgba(6, 26, 44, 0.96)),
    url("assets/images/welding-hero.png") 78% center / cover;
  border: 1px solid #194669;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(6, 26, 44, 0.14);
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 26px;
  overflow: hidden;
  padding: 26px 30px;
}

.welder-recruiter-entry > div:first-child {
  max-width: 650px;
}

.welder-recruiter-entry span {
  color: #67d5a3;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 7px;
}

.welder-recruiter-entry h2 {
  color: white;
  font-size: 24px;
  letter-spacing: -0.025em;
  margin: 0 0 5px;
}

.welder-recruiter-entry p {
  color: #b9c8d3;
  line-height: 1.55;
  margin: 0;
}

.welder-recruiter-entry__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.welder-recruiter-entry__actions button {
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  min-height: 46px;
  padding: 0 20px;
}

.welder-recruiter-entry__actions button:first-child {
  background: var(--brand-green);
  border: 1px solid var(--brand-green);
  color: white;
}

.welder-recruiter-entry__actions button:last-child {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.64);
  color: white;
}

.welder-recruiter-entry__actions button:hover,
.welder-recruiter-entry__actions button:focus-visible {
  filter: brightness(1.08);
  outline: 3px solid rgba(103, 213, 163, 0.24);
  outline-offset: 2px;
}

.welder-detail-panel {
  background: white;
  border: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: -18px 0 48px rgba(4, 15, 24, 0.2);
  grid-column: 2;
  grid-row: 1;
  height: 100dvh;
  max-height: none;
  overflow: auto;
  padding: 20px;
  position: relative;
  z-index: 1;
  animation: welderDrawerIn 220ms ease-out;
}

.welder-detail-overlay {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 470px);
  inset: 0;
  position: fixed;
  z-index: 1200;
}

.welder-detail-backdrop {
  background: rgba(4, 15, 24, 0.56);
  border: 0;
  cursor: pointer;
  grid-column: 1 / -1;
  grid-row: 1;
  padding: 0;
  animation: welderBackdropIn 180ms ease-out;
}

body.welder-detail-open {
  overflow: hidden;
}

@keyframes welderDrawerIn {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes welderBackdropIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.welder-detail-panel__heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.welder-detail-panel__heading > span {
  color: var(--directory-navy);
  font-size: 17px;
  font-weight: 900;
}

.welder-detail-panel__heading > div {
  align-items: center;
  display: flex;
  gap: 10px;
}

.welder-detail-panel__heading small {
  color: #89949d;
  font-size: 12px;
  font-weight: 850;
}

.welder-detail-close {
  align-items: center;
  background: #f3f5f7;
  border: 1px solid #dce2e6;
  border-radius: 50%;
  color: #26333e;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 2px;
  width: 36px;
}

.welder-detail-close:hover,
.welder-detail-close:focus-visible {
  background: #e9f8f2;
  border-color: #9ed9c1;
  color: #117c56;
  outline: none;
}

.welder-detail-identity {
  align-items: center;
  display: flex;
  gap: 15px;
}

.welder-detail-identity h2 {
  display: inline;
  font-size: 18px;
  margin: 0 7px 0 0;
}

.welder-detail-identity p,
.welder-detail-identity small {
  color: #667582;
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}

.welder-detail-actions {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.8fr);
  margin: 18px 0;
}

.welder-detail-actions button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
  min-height: 42px;
}

.welder-detail-actions button:last-child {
  background: white;
  border: 1px solid #aeb9c1;
  border-radius: 7px;
  color: #25323e;
}

.welder-detail-section {
  border-top: 1px solid #e7ebee;
  padding: 16px 0 4px;
}

.welder-detail-section h3 {
  color: var(--directory-navy);
  font-size: 13px;
  margin: 0 0 10px;
}

.welder-detail-section dl,
.welder-detail-section dd {
  margin: 0;
}

.welder-detail-section dl > div {
  display: grid;
  font-size: 12px;
  gap: 10px;
  grid-template-columns: 42% minmax(0, 1fr);
  line-height: 1.55;
  margin-bottom: 5px;
}

.welder-detail-section dt {
  color: #687682;
}

.welder-detail-section dd {
  color: #26333e;
  font-weight: 650;
}

.welder-detail-section dd.is-valid {
  color: #138047;
}

.welder-detail-section dd.is-warning {
  color: #c23f28;
}

.welder-detail-summary {
  background: #f5f7f8;
  border-radius: 7px;
  color: #586671;
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 10px;
}

.recruiter-auth-page {
  --directory-accent: var(--brand-green);
  background:
    linear-gradient(90deg, rgba(8, 25, 38, 0.98) 0 49%, rgba(245, 248, 250, 0.98) 49%),
    url("assets/images/welding-hero.png") center / cover;
  min-height: calc(100vh - 80px);
  padding: 64px 0 80px;
}

.recruiter-auth-layout {
  align-items: center;
  display: grid;
  gap: clamp(50px, 9vw, 130px);
  grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.78fr);
}

.recruiter-auth-intro {
  color: white;
  padding-right: 30px;
}

.recruiter-auth-intro > span,
.recruiter-auth-card__head > span,
.recruiter-auth-success > small {
  color: #67d5a3;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 16px;
}

.recruiter-auth-intro h1 {
  font-size: clamp(36px, 4.2vw, 62px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0 0 24px;
}

.recruiter-auth-intro p {
  color: #b7c4ce;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

.recruiter-auth-intro ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.recruiter-auth-intro li::before {
  color: #67d5a3;
  content: "\2713";
  font-weight: 900;
  margin-right: 10px;
}

.recruiter-auth-intro button {
  background: transparent;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 800;
  padding: 0;
}

.recruiter-auth-card {
  background: white;
  border: 1px solid #dfe5ea;
  border-radius: 16px;
  box-shadow: 0 28px 70px rgba(4, 15, 24, 0.22);
  padding: clamp(24px, 4vw, 42px);
}

.recruiter-auth-card__head > span,
.recruiter-auth-success > small {
  color: #137951;
  margin-bottom: 10px;
}

.recruiter-auth-card h2 {
  color: #0b1925;
  font-size: 30px;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
}

.recruiter-auth-card__head p,
.recruiter-auth-success > p {
  color: #687681;
  line-height: 1.6;
  margin: 0;
}

.recruiter-candidate-summary {
  align-items: center;
  background: #f4f7f8;
  border: 1px solid #e1e7eb;
  border-radius: 10px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  margin: 22px 0;
  padding: 12px;
}

.recruiter-candidate-summary small,
.recruiter-candidate-summary strong,
.recruiter-candidate-summary p {
  display: block;
}

.recruiter-candidate-summary small {
  color: #7a8791;
  font-size: 12px;
  font-weight: 850;
}

.recruiter-candidate-summary strong {
  color: #11212d;
  margin: 3px 0;
}

.recruiter-candidate-summary p {
  color: #667582;
  font-size: 12px;
  margin: 0;
}

.recruiter-candidate-summary button {
  background: transparent;
  border: 0;
  color: #137c56;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}

.recruiter-auth-tabs {
  border-bottom: 1px solid #dfe5ea;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 22px;
}

.recruiter-auth-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #77838d;
  cursor: pointer;
  font-weight: 850;
  padding: 12px;
}

.recruiter-auth-tabs button.is-active {
  border-bottom-color: var(--directory-accent);
  color: #172631;
}

.recruiter-auth-form,
.recruiter-auth-form label {
  display: grid;
  gap: 8px;
}

.recruiter-auth-form {
  gap: 16px;
}

.recruiter-auth-form label {
  color: #2e3c47;
  font-size: 13px;
  font-weight: 750;
}

.recruiter-auth-form input:not([type="checkbox"]) {
  border: 1px solid #cfd8de;
  border-radius: 8px;
  font: inherit;
  min-height: 46px;
  padding: 0 13px;
}

.recruiter-auth-form input:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(20, 140, 97, 0.14);
  outline: none;
}

.recruiter-auth-form__row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.recruiter-auth-check {
  align-items: start;
  display: flex !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.recruiter-auth-check input {
  margin-top: 3px;
}

.recruiter-auth-helper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.recruiter-auth-helper button {
  background: transparent;
  border: 0;
  color: #137c56;
  cursor: pointer;
}

.recruiter-auth-primary {
  min-height: 48px;
}

.recruiter-auth-secondary {
  background: white;
  border: 1px solid #cbd4db;
  border-radius: 7px;
  color: #25323e;
  cursor: pointer;
  font-weight: 800;
  min-height: 46px;
}

.recruiter-auth-note {
  color: #87929b;
  font-size: 12px;
  margin: -4px 0 0;
  text-align: center;
}

.recruiter-auth-success {
  display: grid;
  gap: 14px;
}

.recruiter-auth-success__icon {
  align-items: center;
  background: #def6e8;
  border-radius: 50%;
  color: #157749;
  display: flex;
  font-size: 28px;
  font-weight: 900;
  height: 64px;
  justify-content: center;
  width: 64px;
}

@media (max-width: 1280px) {
  .welder-directory-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .welder-filter-grid {
    grid-template-columns: repeat(3, minmax(140px, 1fr));
  }
}

@media (max-width: 980px) {
  .welder-directory-layout {
    grid-template-columns: 1fr;
  }

  .recruiter-auth-page {
    background: #f4f7f8;
  }

  .welder-recruiter-entry {
    align-items: flex-start;
    flex-direction: column;
  }

  .recruiter-auth-layout {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .recruiter-auth-intro {
    background: #081926;
    border-radius: 16px;
    padding: 34px;
  }
}

@media (max-width: 680px) {
  .welder-detail-overlay {
    grid-template-columns: 1fr;
  }

  .welder-detail-panel {
    border-radius: 0;
    grid-column: 1;
    width: 100%;
  }

  .welder-directory-page .page-shell {
    width: min(100% - 24px, 1540px);
  }

  .welder-directory-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .welder-filter-grid,
  .recruiter-auth-form__row {
    grid-template-columns: 1fr;
  }

  .welder-multi-filter__options {
    left: 0;
    min-width: 100%;
    right: 0;
  }

  .welder-results-summary {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .welder-detail-actions {
    grid-template-columns: 1fr;
  }

  .welder-recruiter-entry {
    padding: 24px 20px;
  }

  .welder-recruiter-entry__actions {
    flex-direction: column;
    width: 100%;
  }

  .recruiter-auth-page {
    padding: 28px 0 50px;
  }

  .recruiter-auth-layout {
    width: min(100% - 24px, 1180px);
  }

  .recruiter-auth-intro {
    padding: 26px 22px;
  }

  .recruiter-auth-intro h1 {
    font-size: 36px;
  }

  .recruiter-candidate-summary {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .recruiter-candidate-summary button {
    grid-column: 2;
    justify-self: start;
  }
}

/* =========================================================
   ACTIVITY PAGE
   Editorial layout: featured documentation + popular list.
   ========================================================= */

.academy-activity-page {
  background: #f8fafb;
  padding: 58px 0 90px;
}

.academy-activity-empty {
  align-content: center;
  background: #fff;
  border: 1px dashed rgba(14, 42, 65, .2);
  border-radius: 12px;
  color: #617386;
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  min-height: 190px;
  padding: 28px;
  text-align: center;
}

.academy-activity-empty strong {
  color: #102f47;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 24px;
}

.academy-activity-empty p {
  line-height: 1.6;
  margin: 7px 0 0;
  max-width: 520px;
}

.academy-activity-empty--page {
  margin-top: 34px;
  min-height: 320px;
}

.academy-activity-empty--compact {
  border: 0;
  min-height: 150px;
  padding: 20px;
}

.academy-activity-heading {
  align-items: end;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.academy-activity-heading h1 {
  color: var(--navy-950);
  font-size: clamp(36px, 4vw, 54px);
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin: 0;
}

.academy-activity-heading p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 3px;
  max-width: 560px;
}

.academy-activity-lead {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 2.05fr) minmax(330px, 0.95fr);
}

.academy-activity-featured,
.academy-activity-popular {
  background: white;
  border: 1px solid #dfe5ea;
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(6, 26, 44, 0.05);
  overflow: hidden;
}

.academy-activity-featured__media {
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0.01), rgba(6, 26, 44, 0.12)),
    var(--activity-image, url("assets/images/welding-hero.png")) var(--activity-position, 72% center) / cover;
  border: 0;
  cursor: pointer;
  display: block;
  min-height: 500px;
  width: 100%;
}

.academy-activity-featured__body {
  padding: 26px 30px 30px;
}

.academy-activity-meta {
  align-items: center;
  color: #687681;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px 16px;
}

.academy-activity-meta > span:first-child {
  color: var(--brand-green);
  font-weight: 850;
}

.academy-activity-featured__body h2 {
  color: var(--navy-950);
  font-size: clamp(25px, 2.7vw, 36px);
  letter-spacing: -0.035em;
  line-height: 1.18;
  margin: 14px 0 10px;
}

.academy-activity-featured__body p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 18px;
}

.academy-activity-link {
  background: transparent;
  border: 0;
  color: var(--brand-green);
  cursor: pointer;
  font-weight: 850;
  padding: 0;
}

.academy-activity-popular header {
  border-bottom: 4px solid #edf0f2;
  padding: 22px 26px 17px;
  position: relative;
}

.academy-activity-popular header::after {
  background: var(--brand-green);
  bottom: -4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 110px;
}

.academy-activity-popular h2 {
  color: var(--navy-950);
  font-size: 23px;
  letter-spacing: -0.02em;
  margin: 0;
}

.academy-activity-popular__list {
  padding: 8px 26px;
}

.academy-activity-popular__item {
  align-items: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e5e9ec;
  color: inherit;
  cursor: pointer;
  display: grid;
  gap: 16px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 24px 0;
  text-align: left;
  width: 100%;
}

.academy-activity-popular__item:last-child {
  border-bottom: 0;
}

.academy-activity-popular__thumb {
  background:
    linear-gradient(180deg, rgba(6, 26, 44, 0.02), rgba(6, 26, 44, 0.22)),
    var(--activity-image, url("assets/images/welding-hero.png")) var(--activity-position, 72% center) / cover;
  border-radius: 5px;
  display: block;
  height: 88px;
}

.academy-activity-popular__copy strong {
  color: var(--navy-950);
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.academy-activity-popular__copy small {
  color: #6d7a84;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 5px 10px;
  margin-top: 10px;
}

.academy-activity-popular__item:hover strong,
.academy-activity-popular__item:focus-visible strong {
  color: var(--brand-green);
}

.academy-activity-popular__item:focus-visible {
  outline: 2px solid var(--brand-green);
  outline-offset: 3px;
}

.academy-activity-latest {
  padding-top: 74px;
}

.academy-activity-latest__heading {
  align-items: end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.academy-activity-latest__heading h2 {
  color: var(--navy-950);
  font-size: 34px;
  letter-spacing: -0.035em;
  margin: 0 0 5px;
}

.academy-activity-latest__heading p {
  color: var(--muted);
  margin: 0;
}

.academy-activity-latest .academy-chip-row {
  border-top: 1px solid #dfe5ea;
  margin-bottom: 30px;
  padding-top: 18px;
}

.academy-activity-latest .academy-news-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1040px) {
  .academy-activity-lead {
    grid-template-columns: 1fr;
  }

  .academy-activity-popular__list {
    display: grid;
    gap: 0 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .academy-activity-popular__item {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .academy-activity-popular__thumb {
    height: 130px;
  }

  .academy-activity-latest .academy-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .academy-activity-page {
    padding-top: 36px;
  }

  .academy-activity-heading,
  .academy-activity-latest__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .academy-activity-featured__media {
    min-height: 320px;
  }

  .academy-activity-featured__body {
    padding: 22px;
  }

  .academy-activity-popular__list,
  .academy-activity-latest .academy-news-grid {
    grid-template-columns: 1fr;
  }

  .academy-activity-popular__item {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .academy-activity-popular__thumb {
    height: 82px;
  }

  .academy-activity-latest__heading .academy-news-search,
  .academy-activity-latest__heading .academy-news-search input {
    width: 100%;
  }
}

/* Alpha Alumni and Talent Connect interactive prototype */

.portal-demo {
  background: #edf2f4;
  border-bottom: 1px solid var(--border);
  padding-block: 90px 105px;
  scroll-margin-top: 24px;
}

.portal-demo--recruiter {
  background: #e7edf0;
}

.portal-demo__heading {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 38px;
}

.portal-demo__heading h2 {
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin-bottom: 12px;
}

.portal-demo__heading p {
  color: var(--muted);
  margin: 0;
  max-width: 680px;
}

.portal-app-shell {
  background: white;
  border: 1px solid #cbd7dd;
  border-radius: 16px;
  box-shadow: 0 30px 80px rgba(6, 26, 44, 0.16);
  min-height: 720px;
  overflow: hidden;
}

.portal-app-topbar {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 66px;
  justify-content: space-between;
  padding: 0 20px;
}

.portal-app-topbar > a {
  align-items: center;
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.portal-app-logo {
  align-items: center;
  background: var(--navy-900);
  border-radius: 7px;
  color: #67d9a9;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.portal-app-topbar > a strong {
  color: var(--navy-900);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.portal-app-topbar > a strong i {
  color: var(--brand-green);
  font-style: normal;
}

.portal-app-topbar > div {
  align-items: center;
  display: flex;
  gap: 12px;
}

.portal-app-topbar > div > button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 50%;
  height: 36px;
  position: relative;
  width: 36px;
}

.portal-app-topbar > div > button b {
  align-items: center;
  background: var(--brand-green);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 16px;
  justify-content: center;
  position: absolute;
  right: -2px;
  top: -3px;
  width: 16px;
}

.portal-app-topbar > div > span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.portal-app-topbar > div > span small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.portal-avatar,
.portal-company-avatar {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.portal-company-avatar {
  background: var(--brand-green);
  border-radius: 8px;
}

.portal-avatar--large {
  flex-basis: 72px;
  font-size: 21px;
  height: 72px;
  width: 72px;
}

.portal-app-body {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  min-height: 654px;
}

.portal-app-body > aside {
  background: var(--navy-950);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 22px 13px;
}

.portal-app-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.portal-app-nav > span {
  color: #758b9b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin: 0 10px 10px;
}

.portal-app-nav button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #afbfca;
  display: grid;
  font-size: 12px;
  font-weight: 700;
  gap: 9px;
  grid-template-columns: 22px 1fr auto;
  min-height: 41px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.portal-app-nav button b {
  color: #6f899b;
  font-size: 17px;
  text-align: center;
}

.portal-app-nav button i {
  align-items: center;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  display: flex;
  font-size: 12px;
  font-style: normal;
  height: 20px;
  justify-content: center;
  min-width: 20px;
}

.portal-app-nav button.is-active,
.portal-app-nav button:hover {
  background: rgba(32, 184, 124, 0.17);
  color: white;
}

.portal-app-nav button.is-active b {
  color: #63daa9;
}

.portal-app-sidebar-card {
  background: #0d2c47;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  padding: 14px;
}

.portal-app-sidebar-card > span {
  color: #7fdcb6;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.portal-app-sidebar-card > strong {
  font-size: 13px;
  margin-top: 7px;
}

.portal-app-sidebar-card > small {
  color: #97aab7;
  font-size: 12px;
  margin-top: 4px;
}

.portal-app-sidebar-card > i {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
}

.portal-app-sidebar-card > i b {
  background: #5ed7a6;
  display: block;
  height: 100%;
}

.portal-app-sidebar-card button {
  background: transparent;
  border: 0;
  color: white;
  font-size: 12px;
  font-weight: 750;
  margin-top: 12px;
  padding: 0;
  text-align: left;
}

.portal-app-body > main {
  background: #f5f7f8;
  min-width: 0;
  padding: 28px;
}

.portal-view-heading {
  margin-bottom: 24px;
}

.portal-view-heading--with-action {
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: space-between;
}

.portal-view-heading span,
.portal-section-label {
  color: var(--brand-green);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
}

.portal-view-heading h3 {
  font-size: 27px;
  letter-spacing: -0.035em;
  margin: 5px 0;
}

.portal-view-heading p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.portal-primary-button,
.portal-secondary-button {
  background: var(--brand-green);
  border: 1px solid var(--brand-green);
  border-radius: 7px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  min-height: 38px;
  padding: 8px 13px;
}

.portal-secondary-button {
  background: white;
  border-color: var(--border-strong);
  color: var(--navy-900);
}

.portal-directory-toolbar {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(230px, 1fr) 165px 155px;
  margin-bottom: 17px;
}

.portal-directory-toolbar--recruiter {
  grid-template-columns: minmax(190px, 1fr) 150px 145px auto;
}

.portal-directory-toolbar label {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  display: flex;
  gap: 8px;
  padding: 0 11px;
}

.portal-directory-toolbar input,
.portal-directory-toolbar select,
.portal-directory-toolbar > button {
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--text);
  font-size: 12px;
  min-height: 40px;
  padding: 0 10px;
  width: 100%;
}

.portal-directory-toolbar label input {
  border: 0;
  min-height: 38px;
  outline: 0;
  padding: 0;
}

.portal-directory-toolbar > button {
  font-weight: 750;
  white-space: nowrap;
}

.portal-directory-summary {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.portal-talent-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portal-talent-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  min-width: 0;
  padding: 16px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.portal-talent-card:hover {
  border-color: #90cbb1;
  transform: translateY(-2px);
}

.portal-talent-card__top {
  align-items: start;
  display: flex;
  justify-content: space-between;
}

.portal-status,
.portal-verified {
  background: #edf1f3;
  border-radius: 999px;
  color: #566774;
  display: inline-flex;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  padding: 5px 8px;
}

.portal-status--available,
.portal-verified {
  background: #e5f6ee;
  color: var(--brand-green);
}

.portal-talent-card h3 {
  font-size: 16px;
  margin: 15px 0 2px;
}

.portal-talent-card h3 i {
  background: var(--brand-green);
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-style: normal;
  padding: 1px 3px;
}

.portal-talent-card > strong {
  color: var(--brand-green);
  font-size: 12px;
}

.portal-talent-card__company {
  font-size: 12px;
  font-weight: 650;
  margin: 6px 0 0;
}

.portal-talent-card__meta {
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin-top: 5px;
}

.portal-skill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 13px;
}

.portal-skill-row > span {
  background: #eef2f4;
  border-radius: 5px;
  color: #50616d;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 7px;
}

.portal-skill-row--large > span {
  background: #e5f5ee;
  color: var(--brand-green);
  padding: 7px 10px;
}

.portal-talent-card footer {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 9px;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 12px;
}

.portal-talent-card footer small {
  color: var(--muted);
  font-size: 12px;
  max-width: 110px;
}

.portal-talent-card footer button,
.recruiter-dashboard-section header button {
  background: transparent;
  border: 0;
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 800;
  padding: 0;
}

.alumni-profile-panel,
.recruiter-candidate-profile {
  background: white;
  border: 1px solid var(--border);
  border-radius: 11px;
  overflow: hidden;
}

.alumni-profile-panel > header,
.recruiter-candidate-profile > header {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 16px;
  grid-template-columns: 72px 1fr auto;
  padding: 24px;
}

.portal-profile-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.alumni-profile-panel h2,
.recruiter-candidate-profile h2 {
  font-size: 25px;
  margin: 0 0 3px;
}

.alumni-profile-panel header > div > strong,
.recruiter-candidate-profile header > div > strong {
  color: var(--brand-green);
  font-size: 13px;
}

.alumni-profile-panel header > div > p,
.recruiter-candidate-profile header > div > p {
  color: var(--muted);
  font-size: 12px;
  margin: 5px 0 0;
}

.portal-availability {
  border-left: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}

.portal-availability small {
  color: var(--muted);
  font-size: 12px;
}

.portal-availability strong {
  color: var(--brand-green);
  font-size: 13px;
  margin-top: 4px;
}

.alumni-profile-panel__body,
.recruiter-candidate-profile__body {
  display: grid;
  grid-template-columns: 1fr 260px;
}

.alumni-profile-panel__body > div,
.recruiter-candidate-profile__body > main {
  padding: 25px;
}

.alumni-profile-panel__body > aside,
.recruiter-candidate-profile__body > aside {
  background: #f7f9fa;
  border-left: 1px solid var(--border);
  padding: 25px;
}

.alumni-profile-panel__body section + section,
.recruiter-candidate-profile__body section + section {
  border-top: 1px solid var(--border);
  margin-top: 22px;
  padding-top: 22px;
}

.alumni-profile-panel__body section > p,
.recruiter-candidate-profile__body section > p {
  color: #475965;
  font-size: 13px;
  line-height: 1.7;
  margin: 9px 0 0;
}

.portal-work-record {
  display: grid;
  gap: 12px;
  grid-template-columns: 11px 1fr;
  margin-top: 12px;
}

.portal-work-record > i {
  background: var(--brand-green);
  border: 3px solid #d9f0e6;
  border-radius: 50%;
  height: 11px;
  margin-top: 4px;
  width: 11px;
}

.portal-work-record p,
.portal-work-record small {
  color: var(--muted);
  font-size: 12px;
  margin: 2px 0 0;
}

.alumni-profile-panel__body aside section > strong,
.recruiter-candidate-profile__body aside section > strong {
  display: block;
  font-size: 14px;
  margin-top: 11px;
}

.alumni-profile-panel__body aside section > p,
.recruiter-candidate-profile__body aside section > p {
  color: var(--muted);
  font-size: 12px;
  margin: 4px 0 11px;
}

.alumni-profile-panel dl {
  border-top: 1px solid var(--border);
  margin: 12px 0 0;
}

.alumni-profile-panel dl > div {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 10px;
}

.alumni-profile-panel dd {
  font-weight: 750;
  margin: 0;
}

.portal-certificate-item {
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  margin-top: 12px;
}

.portal-certificate-item > span,
.recruiter-certificate-grid article > span {
  align-items: center;
  background: #e1f4eb;
  border-radius: 50%;
  color: var(--brand-green);
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.portal-certificate-item p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
}

.portal-certificate-item small {
  color: var(--muted);
  font-size: 12px;
}

.alumni-job-match-summary {
  background: var(--navy-900);
  border-radius: 10px;
  color: white;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, auto) 1fr;
  margin-bottom: 18px;
  padding: 18px;
}

.alumni-job-match-summary > div {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  min-width: 105px;
}

.alumni-job-match-summary strong {
  font-size: 22px;
}

.alumni-job-match-summary span,
.alumni-job-match-summary p {
  color: #afbfca;
  font-size: 12px;
  margin: 0;
}

.alumni-job-match-summary p {
  align-self: center;
}

.alumni-job-list {
  display: grid;
  gap: 10px;
}

.alumni-job-list article {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px;
}

.alumni-job-list h4 {
  font-size: 17px;
  margin: 7px 0 1px;
}

.alumni-job-list article > div > strong,
.alumni-job-list article > div > p {
  font-size: 12px;
}

.alumni-job-list article > div > p {
  color: var(--muted);
  margin: 4px 0 0;
}

.job-match {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.alumni-job-list article > button,
.alumni-mentor-card button {
  background: white;
  border: 1px solid var(--brand-green);
  border-radius: 7px;
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 800;
  padding: 9px 12px;
  white-space: nowrap;
}

.alumni-network-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 0.8fr 1.2fr;
}

.alumni-network-grid > section {
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 19px;
}

.alumni-network-grid h4 {
  font-size: 16px;
  margin: 0;
}

.alumni-network-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 18px;
}

.alumni-network-stats p {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: center;
}

.alumni-network-stats p:last-child {
  border: 0;
}

.alumni-network-stats strong {
  font-size: 20px;
}

.alumni-network-stats span {
  color: var(--muted);
  font-size: 12px;
}

.alumni-network-grid ul {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.alumni-network-grid li {
  align-items: center;
  border-top: 1px solid var(--border);
  display: grid;
  gap: 10px;
  grid-template-columns: 38px 1fr;
  padding-block: 10px;
}

.alumni-network-grid li p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
}

.alumni-network-grid li small {
  color: var(--muted);
  font-size: 12px;
}

.alumni-network-grid .alumni-mentor-card {
  background: var(--navy-900);
  color: white;
  grid-column: 1 / -1;
}

.alumni-mentor-card > span {
  color: #66dbaa;
  font-size: 12px;
  font-weight: 850;
}

.alumni-mentor-card h4 {
  font-size: 22px;
  margin: 12px 0 7px;
}

.alumni-mentor-card p,
.alumni-mentor-card small {
  color: #b5c2ca;
  font-size: 12px;
}

.alumni-mentor-card footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.recruiter-metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
}

.recruiter-metric-grid article {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.recruiter-metric-grid article > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.recruiter-metric-grid strong {
  font-size: 28px;
  margin: 7px 0;
}

.recruiter-metric-grid small {
  color: var(--brand-green);
  font-size: 12px;
}

.recruiter-dashboard-section,
.recruiter-insight-grid > section {
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  padding: 18px;
}

.recruiter-dashboard-section > header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.recruiter-dashboard-section > header span,
.recruiter-insight-grid > section > span {
  color: var(--brand-green);
  font-size: 12px;
  font-weight: 850;
}

.recruiter-dashboard-section h4,
.recruiter-insight-grid h4 {
  font-size: 16px;
  margin: 4px 0 0;
}

.recruiter-pipeline-table {
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}

.recruiter-dashboard-section .recruiter-pipeline-table {
  border: 0;
}

.recruiter-pipeline-table > header,
.recruiter-pipeline-table > article {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.2fr 1fr 0.9fr 0.7fr 25px;
  min-height: 46px;
  padding: 8px 12px;
}

.recruiter-pipeline-table > header {
  background: #edf2f4;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.recruiter-pipeline-table > article {
  background: white;
  border-top: 1px solid var(--border);
  font-size: 12px;
}

.recruiter-pipeline-table > article > span:first-child {
  align-items: center;
  display: flex;
  gap: 8px;
}

.recruiter-pipeline-table > article > span:first-child b {
  align-items: center;
  background: var(--navy-900);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 12px;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.recruiter-pipeline-table button {
  background: transparent;
  border: 0;
  font-weight: 900;
}

.pipeline-stage {
  background: #eaf0f3;
  border-radius: 999px;
  color: #4d6170;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  padding: 5px 7px;
}

.pipeline-stage--interview,
.pipeline-stage--penawaran {
  background: #fff1d9;
  color: #9b5a0a;
}

.pipeline-stage--undangan-dikirim {
  background: #e5f1fb;
  color: #176ba8;
}

.recruiter-insight-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-top: 12px;
}

.recruiter-insight-grid section > div {
  margin-top: 14px;
}

.recruiter-insight-grid section > div p {
  align-items: center;
  display: grid;
  font-size: 12px;
  gap: 9px;
  grid-template-columns: 50px 1fr 30px;
  margin: 8px 0;
}

.recruiter-insight-grid section > div i {
  background: var(--brand-green);
  display: block;
  height: 6px;
}

.recruiter-insight-grid .recruiter-recommendation {
  background: var(--navy-900);
  color: white;
}

.recruiter-recommendation p {
  color: #b6c3cb;
  font-size: 12px;
  margin-top: 12px;
}

.recruiter-recommendation button {
  background: var(--brand-green);
  border: 0;
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  margin-top: 15px;
  padding: 9px 11px;
}

.portal-back-button {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 15px;
  padding: 0;
}

.recruiter-candidate-actions {
  display: flex;
  gap: 7px;
}

.portal-employment-card {
  align-items: start;
  background: #f7f9fa;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 13px 1fr auto;
  margin-top: 12px;
  padding: 14px;
}

.portal-employment-card > span {
  color: var(--brand-green);
}

.portal-employment-card p,
.portal-employment-card small {
  color: var(--muted);
  font-size: 12px;
  margin: 3px 0 0;
}

.portal-employment-card > b {
  color: var(--brand-green);
  font-size: 12px;
}

.recruiter-certificate-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-top: 11px;
}

.recruiter-certificate-grid article {
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 7px;
  display: grid;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  padding: 10px;
}

.recruiter-certificate-grid article div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.recruiter-certificate-grid small {
  color: var(--muted);
  font-size: 12px;
}

.candidate-score {
  align-items: end;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  padding-top: 12px;
}

.candidate-score span {
  color: var(--muted);
  font-size: 12px;
}

.candidate-score b {
  color: var(--brand-green);
  font-size: 19px;
}

.candidate-match {
  color: var(--brand-green);
  font-size: 32px !important;
}

.recruiter-candidate-profile__body aside ul {
  color: #50616d;
  font-size: 12px;
  line-height: 1.8;
  list-style: none;
  padding: 0;
}

.portal-privacy-note {
  background: #edf2f4;
  border-radius: 6px;
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 18px;
  padding: 10px;
}

.recruiter-invite-layout {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 260px;
}

.recruiter-invite-form,
.recruiter-invite-preview {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
}

.recruiter-invitee {
  align-items: center;
  background: #f5f8f9;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px 1fr auto;
  margin-bottom: 18px;
  padding: 11px;
}

.recruiter-invitee p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
}

.recruiter-invitee small {
  color: var(--muted);
  font-size: 12px;
}

.recruiter-form-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.recruiter-form-grid label {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.recruiter-form-grid label > span {
  font-size: 12px;
  font-weight: 750;
}

.recruiter-form-grid input,
.recruiter-form-grid select,
.recruiter-form-grid textarea {
  background: white;
  border: 1px solid var(--border-strong);
  border-radius: 7px;
  font-size: 12px;
  min-height: 40px;
  padding: 8px 10px;
  resize: vertical;
  width: 100%;
}

.recruiter-form-grid__full {
  grid-column: 1 / -1;
}

.recruiter-consent {
  align-items: start;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
  margin-top: 14px;
}

.recruiter-form-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 17px;
}

.recruiter-invite-preview > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.recruiter-invite-preview > div {
  background: var(--navy-900);
  border-radius: 9px;
  color: white;
  margin-top: 12px;
  padding: 18px;
}

.recruiter-invite-preview small {
  color: #6edcad;
  font-size: 12px;
  font-weight: 850;
}

.recruiter-invite-preview h4 {
  font-size: 17px;
  margin: 8px 0 2px;
}

.recruiter-invite-preview p {
  color: #b5c2ca;
  font-size: 12px;
}

.recruiter-invite-preview dl {
  border-block: 1px solid rgba(255, 255, 255, 0.12);
  margin: 14px 0;
  padding-block: 7px;
}

.recruiter-invite-preview dl > div {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-block: 4px;
}

.recruiter-invite-preview dd {
  font-weight: 750;
  margin: 0;
  text-align: right;
}

.recruiter-invite-preview blockquote {
  background: rgba(255, 255, 255, 0.08);
  color: #c3cdd3;
  font-size: 12px;
  line-height: 1.55;
  margin: 12px 0;
  padding: 10px;
}

.recruiter-invite-preview button {
  background: var(--brand-green);
  border: 0;
  border-radius: 6px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  margin-top: 7px;
  min-height: 36px;
  width: 100%;
}

.recruiter-invite-preview button:last-child {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.recruiter-pipeline-summary {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 13px;
}

.recruiter-pipeline-summary > span {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 7px;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 7px;
  padding: 11px;
}

.recruiter-pipeline-summary strong {
  color: var(--navy-900);
  font-size: 18px;
}

.portal-success-banner {
  align-items: center;
  background: #e4f6ed;
  border: 1px solid #a9dac3;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  padding: 11px;
}

.portal-success-banner > span {
  align-items: center;
  background: var(--brand-green);
  border-radius: 50%;
  color: white;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.portal-success-banner p {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin: 0;
}

.portal-success-banner small {
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .portal-talent-grid {
    grid-template-columns: 1fr 1fr;
  }

  .portal-app-body {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .portal-app-body > main {
    padding: 22px;
  }

  .portal-directory-toolbar,
  .portal-directory-toolbar--recruiter {
    grid-template-columns: 1fr 1fr;
  }

  .portal-directory-toolbar label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .portal-app-body {
    grid-template-columns: 1fr;
  }

  .portal-app-body > aside {
    display: block;
    padding: 10px;
  }

  .portal-app-nav {
    flex-direction: row;
    overflow-x: auto;
  }

  .portal-app-nav > span,
  .portal-app-sidebar-card {
    display: none;
  }

  .portal-app-nav button {
    flex: 0 0 auto;
    grid-template-columns: 20px auto auto;
    padding-inline: 12px;
  }

  .alumni-profile-panel__body,
  .recruiter-candidate-profile__body,
  .recruiter-invite-layout {
    grid-template-columns: 1fr;
  }

  .alumni-profile-panel__body > aside,
  .recruiter-candidate-profile__body > aside {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .recruiter-metric-grid,
  .recruiter-pipeline-summary {
    grid-template-columns: 1fr 1fr;
  }

  .recruiter-pipeline-table {
    overflow-x: auto;
  }

  .recruiter-pipeline-table > header,
  .recruiter-pipeline-table > article {
    min-width: 680px;
  }
}

@media (max-width: 620px) {
  .portal-demo {
    padding-block: 65px;
  }

  .portal-demo__heading,
  .portal-view-heading--with-action {
    align-items: flex-start;
    flex-direction: column;
  }

  .portal-demo__heading h2 {
    font-size: 32px;
  }

  .portal-app-shell {
    border-radius: 10px;
  }

  .portal-app-topbar {
    padding-inline: 12px;
  }

  .portal-app-topbar > div > span {
    display: none;
  }

  .portal-app-body > main {
    padding: 15px;
  }

  .portal-talent-grid,
  .portal-directory-toolbar,
  .portal-directory-toolbar--recruiter,
  .recruiter-metric-grid,
  .recruiter-insight-grid,
  .recruiter-pipeline-summary,
  .recruiter-form-grid,
  .recruiter-certificate-grid,
  .alumni-network-grid {
    grid-template-columns: 1fr;
  }

  .portal-directory-toolbar label,
  .recruiter-form-grid__full,
  .alumni-network-grid .alumni-mentor-card {
    grid-column: auto;
  }

  .alumni-profile-panel > header,
  .recruiter-candidate-profile > header {
    align-items: start;
    grid-template-columns: 56px 1fr;
    padding: 17px;
  }

  .portal-avatar--large {
    flex-basis: 56px;
    height: 56px;
    width: 56px;
  }

  .portal-availability,
  .recruiter-candidate-actions {
    border-left: 0;
    grid-column: 1 / -1;
    padding-left: 0;
  }

  .recruiter-candidate-actions,
  .recruiter-candidate-actions button {
    width: 100%;
  }

  .alumni-job-match-summary {
    grid-template-columns: 1fr 1fr;
  }

  .alumni-job-match-summary > div:nth-child(2) {
    border-right: 0;
  }

  .alumni-job-match-summary p {
    grid-column: 1 / -1;
  }

  .alumni-job-list article {
    align-items: stretch;
    flex-direction: column;
  }

  .alumni-job-list article > button {
    width: 100%;
  }

  .alumni-network-stats {
    grid-template-columns: 1fr;
  }

  .alumni-network-stats p {
    border-bottom: 1px solid var(--border);
    border-right: 0;
    padding-block: 9px;
  }

  .recruiter-invite-form,
  .recruiter-invite-preview {
    padding: 15px;
  }

  .recruiter-invitee {
    grid-template-columns: 38px 1fr;
  }

  .recruiter-invitee > .portal-verified {
    grid-column: 1 / -1;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  background: var(--background);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  min-width: 320px;
}

body.dashboard-mode > .site-header,
body.dashboard-mode > .site-footer {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.7;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(20, 140, 97, 0.25);
  outline-offset: 2px;
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

p,
li,
dt,
dd,
small,
label {
  line-height: 1.55;
}

p,
dd,
small {
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p,
dl,
dd {
  margin-top: 0;
}

a {
  color: inherit;
}

.skip-link {
  background: white;
  border-radius: 6px;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 200;
}

.skip-link:focus {
  top: 12px;
}

.page-shell {
  margin-inline: auto;
  width: var(--page);
}

.eyebrow {
  color: var(--orange-600);
  display: block;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #64d6a7;
}

.text-green {
  color: var(--green-700);
}

/* Header */

.site-header {
  align-items: center;
  background: rgba(6, 26, 44, 0.98);
  display: grid;
  grid-template-columns: 310px 1fr 120px;
  height: 76px;
  padding-inline: max(30px, calc((100vw - 1340px) / 2));
  position: relative;
  z-index: 50;
}

.brand {
  align-items: center;
  color: white;
  display: flex;
  gap: 11px;
  text-decoration: none;
  width: max-content;
}

.brand__mark {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 38px;
}

.brand__mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand__copy strong {
  font-size: 13.5px;
  letter-spacing: 0.015em;
  white-space: nowrap;
}

.brand__copy small {
  color: #5bd29f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.public-nav {
  align-items: stretch;
  display: flex;
  gap: 6px;
  height: 100%;
  justify-content: center;
}

.public-nav a {
  align-items: center;
  color: #c5d0d9;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  padding: 3px 15px 0;
  position: relative;
  text-decoration: none;
}

.public-nav__account {
  display: none !important;
}

.public-nav a::after {
  background: var(--orange-500);
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  width: calc(100% - 26px);
}

.public-nav a:hover,
.public-nav a.is-active {
  color: white;
}

.public-nav a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.login-button,
.mobile-menu-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 7px;
  color: white;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
}

.login-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.mobile-menu-button {
  display: none;
  font-size: 20px;
  justify-self: end;
  width: 42px;
}

/* Shared elements */

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

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

.button--primary {
  background: linear-gradient(135deg, var(--orange-600), #20b87c);
  box-shadow: 0 6px 16px rgba(20, 140, 97, 0.2);
  color: white;
}

.button--primary:hover {
  box-shadow: 0 10px 24px rgba(20, 140, 97, 0.3);
}

.button--outline {
  background: white;
  border-color: var(--border-strong);
  color: var(--text);
}

.button--outline:hover {
  background: #f7f9fa;
  border-color: #9daab4;
}

.button--large {
  min-height: 50px;
  padding-inline: 23px;
}

.button--full {
  width: 100%;
}

.text-button,
.back-link,
.text-link {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
}

.text-button:hover,
.back-link:hover,
.text-link:hover {
  color: var(--orange-600);
}

.badge {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  min-height: 22px;
  padding: 3px 7px;
  text-transform: uppercase;
  width: max-content;
}

.badge--orange {
  background: var(--orange-500);
  color: white;
}

.badge--orange-soft {
  background: var(--orange-100);
  color: var(--orange-600);
}

.badge--green {
  background: var(--green-100);
  color: var(--green-700);
}

.badge--blue {
  background: var(--blue-100);
  color: var(--blue-700);
}

.badge--red-soft {
  background: var(--red-100);
  color: var(--red-600);
}

.badge--gray {
  background: #eef2f5;
  color: #657480;
}

.page-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 44px 25px;
}

.page-heading h1 {
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -0.045em;
  margin-bottom: 8px;
}

.page-heading p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.secure-note {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: flex;
  gap: 10px;
  min-width: 240px;
  padding: 11px 14px;
}

.secure-note > span {
  align-items: center;
  background: var(--green-100);
  border-radius: 50%;
  color: var(--green-700);
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.secure-note div {
  display: flex;
  flex-direction: column;
}

.secure-note strong {
  font-size: 13px;
}

.secure-note small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.notice {
  align-items: center;
  border: 1px solid;
  border-radius: var(--radius-sm);
  display: flex;
  gap: 12px;
  padding: 13px 15px;
}

.notice > span {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.notice strong {
  display: block;
  font-size: 14px;
}

.notice p {
  font-size: 13px;
  margin: 3px 0 0;
}

.notice--blue {
  background: #f1f7fe;
  border-color: #c7def6;
  color: #1a5e9d;
}

.notice--blue > span {
  background: var(--blue-700);
  color: white;
}

.notice--orange {
  background: #fff8f3;
  border-color: #ffd4bd;
  color: #86411c;
}

.notice--orange > span {
  background: var(--orange-500);
  color: white;
}

.radio-mark {
  background: white;
  border: 2px solid var(--border-strong);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 18px;
  position: relative;
  width: 18px;
}

.is-selected .radio-mark {
  border-color: var(--orange-500);
}

.is-selected .radio-mark::after {
  background: var(--orange-500);
  border-radius: 50%;
  content: "";
  inset: 3px;
  position: absolute;
}

/* Company profile */

.company-hero {
  background:
    linear-gradient(
      90deg,
      rgba(4, 16, 25, 0.99) 0%,
      rgba(7, 29, 44, 0.9) 48%,
      rgba(7, 29, 44, 0.25) 100%
    ),
    url("assets/images/welding-hero.png") 72% center / cover;
  color: white;
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.company-hero::after {
  background: linear-gradient(90deg, var(--orange-500), transparent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 48%;
}

.company-hero__inner {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.4fr) 340px;
  min-height: 620px;
  padding-block: 65px;
}

.company-hero__copy {
  max-width: 760px;
}

.company-hero h1 {
  font-size: clamp(44px, 5.3vw, 70px);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0 0 22px;
}

.company-hero h1 em {
  color: var(--orange-500);
  font-style: normal;
}

.company-hero__copy > p {
  color: #c8d5de;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 610px;
}

.company-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.company-button--light {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: white;
}

.company-button--light:hover {
  background: white;
  color: var(--navy-900);
}

.company-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 30px;
}

.company-hero__trust span {
  color: #e0e8ed;
  font-size: 13px;
  font-weight: 700;
}

.company-hero__card {
  backdrop-filter: blur(14px);
  background: rgba(7, 27, 41, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
  padding: 28px;
}

.company-hero__card > span {
  color: var(--orange-500);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.company-hero__card > strong {
  display: block;
  font-size: 24px;
  margin-top: 9px;
}

.company-hero__card > p {
  color: #b9c8d2;
  font-size: 14px;
  line-height: 1.65;
  margin: 10px 0 20px;
}

.company-hero__card dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 20px;
  padding: 15px 0;
}

.company-hero__card dl > div {
  display: flex;
  flex-direction: column;
}

.company-hero__card dt {
  color: #8fa2b0;
  font-size: 12px;
}

.company-hero__card dd {
  font-size: 14px;
  font-weight: 800;
  margin: 4px 0 0;
}

.company-hero__card > button {
  background: transparent;
  border: 0;
  color: white;
  font-size: 13px;
  font-weight: 800;
  padding: 0;
}

.company-stat-strip {
  background: white;
  border-bottom: 1px solid var(--border);
}

.company-stat-strip > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.company-stat-strip > div > div {
  align-items: center;
  display: flex;
  gap: 13px;
  min-height: 105px;
  padding: 20px 28px;
}

.company-stat-strip > div > div + div {
  border-left: 1px solid var(--border);
}

.company-stat-strip strong {
  color: var(--orange-600);
  font-size: 25px;
  letter-spacing: -0.04em;
}

.company-stat-strip span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  max-width: 125px;
}

.company-about {
  align-items: center;
  display: grid;
  gap: 75px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  padding-block: 95px;
}

.company-about__visual {
  min-height: 470px;
  position: relative;
}

.company-about__image {
  background:
    linear-gradient(180deg, transparent 50%, rgba(5, 20, 31, 0.5)),
    url("assets/images/welding-hero.png") 72% center / cover;
  border-radius: 14px;
  inset: 0 38px 35px 0;
  position: absolute;
}

.company-about__visual::before {
  border: 2px solid var(--orange-500);
  border-radius: 14px;
  content: "";
  inset: 35px 0 0 38px;
  position: absolute;
}

.company-experience-card {
  background: var(--orange-600);
  border-radius: 10px;
  bottom: 0;
  color: white;
  display: flex;
  flex-direction: column;
  padding: 19px 22px;
  position: absolute;
  right: 0;
  width: 185px;
}

.company-experience-card strong {
  font-size: 32px;
}

.company-experience-card span {
  font-size: 12px;
  line-height: 1.5;
}

.company-about__copy h2,
.company-section-heading h2 {
  font-size: clamp(28px, 3.2vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1.1;
  margin: 0;
}

.company-about__copy > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 16px 0 0;
}

.company-values {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.company-values > div {
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 34px 1fr;
}

.company-values span {
  color: var(--orange-600);
  font-size: 13px;
  font-weight: 850;
  grid-row: 1 / 3;
  padding-top: 2px;
}

.company-values strong {
  font-size: 14px;
}

.company-values small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.company-advantages {
  background: #edf2f5;
  padding-block: 85px;
}

.company-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 35px;
}

.company-section-heading > div {
  max-width: 720px;
}

.company-section-heading > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 330px;
}

.company-advantage-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
}

.company-advantage-grid article {
  background: white;
  border: 1px solid var(--border);
  border-radius: 11px;
  min-height: 210px;
  padding: 24px;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.company-advantage-grid article:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.company-advantage-grid article > span {
  align-items: center;
  background: var(--orange-100);
  border-radius: 9px;
  color: var(--orange-600);
  display: flex;
  font-size: 17px;
  height: 43px;
  justify-content: center;
  width: 43px;
}

.company-advantage-grid h3 {
  font-size: 13px;
  margin: 20px 0 8px;
}

.company-advantage-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.company-featured-programs {
  padding-block: 90px;
}

.company-all-programs {
  flex: 0 0 auto;
  font-size: 13px;
}

.company-program-grid {
  margin-top: 0;
}

.company-process {
  background:
    radial-gradient(circle at 90% 20%, rgba(32, 184, 124, 0.16), transparent 25%),
    var(--navy-950);
  color: white;
  padding-block: 85px;
}

.company-section-heading--light h2 {
  color: white;
}

.company-process-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.company-process-grid li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 14px;
  grid-template-columns: 36px 1fr;
  padding: 24px 24px 0 0;
  position: relative;
}

.company-process-grid li::before {
  background: var(--orange-500);
  border-radius: 50%;
  content: "";
  height: 9px;
  position: absolute;
  top: -5px;
  width: 9px;
}

.company-process-grid li > span {
  color: var(--orange-500);
  font-size: 13px;
  font-weight: 850;
}

.company-process-grid strong {
  font-size: 14px;
}

.company-process-grid p {
  color: #9fb0bc;
  font-size: 12px;
  line-height: 1.6;
  margin: 7px 0 0;
}

.company-facilities {
  padding-block: 90px;
}

.company-facility-layout {
  display: grid;
  gap: 55px;
  grid-template-columns: 1.15fr 0.85fr;
}

.company-facility-image {
  background:
    linear-gradient(180deg, transparent 55%, rgba(5, 20, 31, 0.55)),
    url("assets/images/welding-hero.png") 78% center / cover;
  border-radius: 13px;
  min-height: 390px;
}

.company-facility-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-facility-list > div {
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 12px;
  grid-template-columns: 28px 1fr;
  padding: 17px 0;
}

.company-facility-list > div > span {
  align-items: center;
  background: var(--green-100);
  border-radius: 50%;
  color: var(--green-700);
  display: flex;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.company-facility-list p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.company-facility-list strong {
  font-size: 14px;
}

.company-facility-list small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin-top: 4px;
}

.company-certificate {
  align-items: center;
  background:
    linear-gradient(100deg, rgba(8, 35, 54, 0.98), rgba(16, 60, 88, 0.92)),
    url("assets/images/welding-hero.png") center / cover;
  border-radius: 14px;
  color: white;
  display: flex;
  gap: 35px;
  justify-content: space-between;
  margin-bottom: 90px;
  padding: 38px 42px;
}

.company-certificate > div {
  max-width: 700px;
}

.company-certificate h2 {
  font-size: 25px;
  letter-spacing: -0.035em;
  margin: 0 0 8px;
}

.company-certificate p {
  color: #b8c8d3;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.company-cta {
  background: var(--orange-600);
  color: white;
}

.company-cta > div {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  min-height: 220px;
  padding-block: 40px;
}

.company-cta h2 {
  font-size: 35px;
  letter-spacing: -0.045em;
  margin: 0 0 7px;
}

.company-cta p {
  font-size: 14px;
  margin: 0;
}

.company-cta .button--primary {
  background: var(--navy-950);
  border-color: var(--navy-950);
  flex: 0 0 auto;
}

/* Program catalog */

.program-hero {
  background:
    linear-gradient(
      90deg,
      rgba(5, 17, 27, 0.98) 0%,
      rgba(6, 23, 36, 0.88) 42%,
      rgba(6, 23, 36, 0.12) 100%
    ),
    url("assets/images/welding-hero.png") 76% center / cover;
  color: white;
  min-height: 390px;
}

.program-hero__inner {
  align-items: center;
  display: flex;
  min-height: 390px;
}

.program-hero__inner > div {
  max-width: 650px;
}

.program-hero h1 {
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1.03;
  margin-bottom: 18px;
}

.program-hero h1 em {
  color: var(--orange-500);
  font-style: normal;
}

.program-hero p {
  color: #c8d4dc;
  font-size: 14px;
  line-height: 1.65;
  max-width: 560px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.hero-points span {
  color: #e6edf1;
  font-size: 14px;
  font-weight: 750;
}

.program-catalog {
  padding-block: 25px 80px;
}

.catalog-toolbar {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 210px;
  margin-top: -56px;
  padding: 14px;
  position: relative;
}

.search-box {
  align-items: center;
  display: flex;
  position: relative;
}

.search-box > span {
  color: var(--muted);
  font-size: 22px;
  left: 14px;
  position: absolute;
}

.search-box input,
.select-box,
.field input,
.field select {
  background: white;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  color: var(--text);
  min-height: 48px;
}

.search-box input {
  padding: 0 15px 0 43px;
  width: 100%;
}

.search-box input:focus,
.field input:focus,
.field select:focus {
  border-color: var(--orange-500);
  outline: 3px solid rgba(20, 140, 97, 0.12);
}

.select-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 11px;
}

.select-box > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.select-box select {
  background: white;
  border: 0;
  font-size: 14px;
  font-weight: 750;
  min-height: 22px;
  outline: 0;
}

.catalog-result {
  align-items: end;
  display: flex;
  justify-content: space-between;
  padding: 45px 0 22px;
}

.catalog-result h2 {
  font-size: 28px;
  letter-spacing: -0.035em;
  margin-bottom: 0;
}

.catalog-result > span {
  color: var(--muted);
  font-size: 14px;
}

.catalog-result > span strong {
  color: var(--text);
}

.program-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.program-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  min-width: 0;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.program-card:hover {
  border-color: #ffb88f;
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.program-card__image,
.detail-cover,
.summary-program__thumb,
.order-program__image {
  background-image:
    linear-gradient(180deg, transparent 30%, rgba(5, 19, 30, 0.8)),
    url("assets/images/welding-hero.png");
  background-size: cover;
}

.program-card__image {
  height: 175px;
  padding: 13px;
  position: relative;
}

.program-code {
  bottom: 12px;
  color: white;
  font-size: 14px;
  font-weight: 850;
  left: 14px;
  letter-spacing: 0.12em;
  position: absolute;
}

.program-card__body {
  padding: 17px;
}

.program-card__heading {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.program-card h2 {
  font-size: 16px;
  margin-bottom: 3px;
}

.program-card p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.level-chip {
  background: #f0f3f6;
  border-radius: 99px;
  color: #55636f;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 8px;
  white-space: nowrap;
}

.program-facts {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
  margin: 17px 0;
}

.program-facts div {
  border-left: 2px solid #e9edf0;
  padding-left: 8px;
}

.program-facts dt {
  color: var(--muted);
  font-size: 12px;
}

.program-facts dd {
  font-size: 13px;
  font-weight: 800;
  margin-top: 2px;
}

.program-card__actions {
  display: grid;
  gap: 8px;
  grid-template-columns: 0.9fr 1.3fr;
}

.empty-state {
  background: white;
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius-md);
  color: var(--muted);
  grid-column: 1 / -1;
  padding: 70px 20px;
  text-align: center;
}

.empty-state > span {
  font-size: 38px;
}

.empty-state h2 {
  color: var(--text);
  font-size: 20px;
  margin: 12px 0 6px;
}

/* Detail */

.detail-layout,
.selection-layout,
.form-layout,
.checkout-layout,
.invoice-layout,
.payment-layout {
  align-items: start;
  display: grid;
  gap: 20px;
  padding-bottom: 80px;
}

.detail-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.detail-main {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.detail-cover {
  align-items: flex-end;
  color: white;
  display: flex;
  height: 300px;
  justify-content: space-between;
  padding: 24px;
}

.detail-cover > div {
  text-align: right;
}

.detail-cover small {
  color: #d2dce3;
  font-size: 13px;
  text-transform: uppercase;
}

.detail-cover h2 {
  font-size: 17px;
  margin: 4px 0 0;
}

.detail-section {
  padding: 27px 28px 18px;
}

.detail-section > h2 {
  font-size: 19px;
  margin-bottom: 10px;
}

.detail-section > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.feature-cards {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 22px;
}

.feature-cards > div {
  background: #f6f8fa;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 95px;
  padding: 13px;
}

.feature-cards > div > span {
  color: var(--orange-600);
  font-size: 18px;
}

.feature-cards strong {
  font-size: 14px;
  margin-top: 7px;
}

.feature-cards small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.detail-columns {
  border-top: 1px solid var(--border);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding: 25px 28px;
}

.detail-columns h3 {
  font-size: 14px;
  margin-bottom: 13px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  color: #465460;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 9px;
  padding-left: 21px;
  position: relative;
}

.check-list li::before {
  color: var(--green-700);
  content: "âœ“";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.position-strip {
  align-items: center;
  background: var(--navy-900);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 15px 28px;
}

.position-strip > span {
  color: #aab9c4;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.position-strip > div {
  display: flex;
  gap: 6px;
}

.position-strip strong {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  font-size: 12px;
  padding: 6px 9px;
}

.booking-card,
.summary-card,
.application-sidebar,
.price-card,
.payment-cta-card,
.payment-summary {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 23px;
  position: sticky;
  top: 20px;
}

.booking-card__label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.booking-card__price {
  display: block;
  font-size: 26px;
  letter-spacing: -0.04em;
  margin: 5px 0 4px;
}

.booking-card > small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.5;
}

.booking-card__divider {
  background: var(--border);
  height: 1px;
  margin: 18px 0;
}

.booking-fact {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-bottom: 13px;
}

.booking-fact span {
  color: var(--muted);
}

.booking-card .button {
  margin-top: 9px;
  width: 100%;
}

.booking-card .text-button {
  margin-top: 8px;
  width: 100%;
}

/* Batch */

.selection-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
}

.batch-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 12px;
}

.batch-card {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: grid;
  gap: 15px;
  grid-template-columns: 18px 70px 1fr 90px;
  min-height: 128px;
  padding: 14px 18px;
  text-align: left;
  width: 100%;
}

.batch-card:hover {
  border-color: #f9a97d;
}

.batch-card.is-selected {
  background: #fffaf7;
  border: 2px solid var(--orange-500);
  box-shadow: 0 8px 24px rgba(20, 140, 97, 0.12);
}

.batch-date {
  align-items: center;
  background: #f0f4f7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
}

.batch-date strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.batch-date span {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 850;
}

.batch-date small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.batch-card__content > div:first-child {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.batch-card__content h2 {
  font-size: 14px;
  margin: 0;
}

.batch-card__content dl {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.1fr 1.2fr 1fr;
  margin: 13px 0 0;
}

.batch-card__content dt {
  color: var(--muted);
  font-size: 12px;
}

.batch-card__content dd {
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
}

.seat-info {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.seat-info span {
  color: var(--muted);
  font-size: 12px;
}

.seat-info strong {
  color: var(--green-700);
  font-size: 14px;
  margin-top: 3px;
}

.summary-card h2 {
  font-size: 15px;
  margin-bottom: 4px;
}

.summary-card > p {
  color: var(--muted);
  font-size: 13px;
}

.summary-program {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  padding-bottom: 16px;
}

.summary-program__thumb {
  background-position: 78% center;
  border-radius: 7px;
  display: block;
  flex: 0 0 auto;
  height: 52px;
  width: 65px;
}

.summary-program > div {
  display: flex;
  flex-direction: column;
}

.summary-program strong {
  font-size: 14px;
}

.summary-program small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.summary-list {
  margin: 16px 0;
}

.summary-list > div {
  display: grid;
  gap: 12px;
  grid-template-columns: 70px 1fr;
  margin-bottom: 10px;
}

.summary-list dt {
  color: var(--muted);
  font-size: 12px;
}

.summary-list dd {
  font-size: 12px;
  font-weight: 700;
}

.summary-total {
  align-items: center;
  background: #f6f8fa;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
  padding: 13px;
}

.summary-total span {
  color: var(--muted);
  font-size: 12px;
}

.summary-total strong {
  font-size: 16px;
}

.summary-card .button,
.summary-card .text-button {
  width: 100%;
}

/* Account */

.auth-page {
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}

.auth-visual {
  background:
    linear-gradient(180deg, rgba(5, 19, 30, 0.2), rgba(5, 19, 30, 0.95)),
    url("assets/images/welding-hero.png") 72% center / cover;
  color: white;
  min-height: 760px;
  position: relative;
}

.auth-visual__overlay {
  bottom: 0;
  max-width: 590px;
  padding: 70px;
  position: absolute;
}

.auth-visual h1 {
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin-bottom: 17px;
}

.auth-visual p {
  color: #c2cfd8;
  font-size: 13px;
  line-height: 1.7;
}

.auth-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
}

.auth-trust > div {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 6px;
}

.auth-trust span {
  color: #54c56c;
}

.auth-panel {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 55px;
}

.auth-panel__inner {
  max-width: 520px;
  width: 100%;
}

.auth-panel .back-link {
  display: block;
  margin-bottom: 30px;
}

.auth-panel h1 {
  font-size: 34px;
  letter-spacing: -0.04em;
  margin-bottom: 7px;
}

.auth-panel__inner > p {
  color: var(--muted);
  font-size: 14px;
}

.auth-tabs {
  background: #eef2f5;
  border-radius: 8px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  margin: 23px 0;
  padding: 4px;
}

.auth-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  min-height: 38px;
}

.auth-tabs button.is-active {
  background: white;
  box-shadow: 0 3px 8px rgba(7, 26, 40, 0.09);
  color: var(--text);
}

.auth-form {
  margin-top: 8px;
}

.auth-google-button {
  align-items: center;
  background: white;
  border: 1px solid #d9e0e5;
  border-radius: 8px;
  color: var(--text);
  display: flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.auth-google-button:hover {
  border-color: #aebbc5;
  box-shadow: 0 6px 16px rgba(7, 26, 40, 0.08);
  transform: translateY(-1px);
}

.auth-google-mark {
  align-items: center;
  border: 1px solid #e3e7ea;
  border-radius: 50%;
  color: #4285f4;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.auth-provider-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
  text-align: center;
}

.auth-divider {
  align-items: center;
  color: #84909a;
  display: flex;
  font-size: 12px;
  gap: 12px;
  margin: 17px 0;
  text-align: center;
}

.auth-divider::before,
.auth-divider::after {
  background: #e4e9ed;
  content: "";
  flex: 1;
  height: 1px;
}

.verification-panel {
  max-width: 460px;
}

.verification-icon {
  align-items: center;
  background: var(--orange-100);
  border-radius: 12px;
  color: var(--orange-600);
  display: flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 18px;
  width: 52px;
}

.verification-panel > p strong {
  color: var(--text);
}

.verification-debug {
  align-items: center;
  background: #fff7ed;
  border: 1px dashed #f4a261;
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  margin: 18px 0;
  padding: 14px;
  text-align: center;
}

.verification-debug span {
  color: var(--orange-700);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.verification-debug strong {
  color: var(--navy-900);
  font-size: 24px;
  letter-spacing: 0.24em;
  margin: 5px 0;
  padding-left: 0.24em;
}

.verification-debug small,
.verification-form > small {
  color: var(--muted);
  font-size: 12px;
}

.verification-form {
  margin-top: 20px;
}

.verification-code-input {
  font-size: 24px !important;
  font-weight: 800;
  height: 58px;
  letter-spacing: 0.35em;
  padding-left: calc(13px + 0.35em) !important;
  text-align: center;
}

.verification-form .button {
  margin-top: 18px;
}

.verification-actions {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 6px;
  justify-content: center;
  margin-top: 18px;
}

.verification-back {
  background: transparent;
  border: 0;
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin: 15px auto 0;
}

.auth-email-note {
  background: var(--blue-100);
  border-radius: 7px;
  color: #315d82;
  font-size: 12px;
  line-height: 1.55;
  margin: 12px 0 0;
  padding: 10px 12px;
}

.field-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: 1fr 1fr;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.field--full {
  grid-column: 1 / -1;
}

.field > span {
  color: #3f4c57;
  font-size: 13px;
  font-weight: 750;
}

.field input,
.field select {
  font-size: 14px;
  padding: 0 13px;
  width: 100%;
}

.auth-options {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 12px 0 17px;
}

.auth-options label,
.agreement {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
  line-height: 1.5;
}

.agreement {
  margin: 15px 0;
}

.agreement input {
  accent-color: var(--orange-500);
  flex: 0 0 auto;
  margin-top: 2px;
}

.agreement a {
  color: var(--orange-600);
  font-weight: 750;
}

.secure-caption {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 7px;
  justify-content: center;
  line-height: 1.45;
  margin-top: 17px;
  text-align: center;
}

.portal-switch-link {
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 12px;
  margin-top: 17px;
  padding-top: 17px;
  text-align: center;
}

.portal-switch-link a {
  color: var(--navy-700);
  font-weight: 800;
}

/* Registration, document, review */

.form-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 27px;
}

.form-section + .form-section {
  border-top: 1px solid var(--border);
  margin-top: 28px;
  padding-top: 27px;
}

.form-section__title {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.form-section__title > span,
.checkout-card__title > span {
  align-items: center;
  background: var(--orange-100);
  border-radius: 7px;
  color: var(--orange-600);
  display: flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 850;
  height: 31px;
  justify-content: center;
  width: 31px;
}

.form-section__title h2 {
  font-size: 14px;
  margin-bottom: 3px;
}

.form-section__title p {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 0;
}

.eligibility-box {
  background: #f6f8fa;
  border: 1px solid #e7ebee;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
  padding: 16px;
}

.eligibility-box > strong {
  font-size: 14px;
  margin-bottom: 3px;
}

.eligibility-box label {
  align-items: flex-start;
  color: #4e5c67;
  display: flex;
  font-size: 13px;
  gap: 8px;
}

.eligibility-box input {
  accent-color: var(--green-700);
}

.form-actions {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 20px;
}

.form-actions--end {
  justify-content: flex-end;
}

.application-sidebar h2 {
  font-size: 14px;
  margin-bottom: 4px;
}

.application-sidebar > p {
  color: var(--muted);
  font-size: 12px;
}

.application-sidebar ol {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.application-sidebar li {
  display: grid;
  gap: 10px;
  grid-template-columns: 26px 1fr;
  min-height: 57px;
  position: relative;
}

.application-sidebar li:not(:last-child)::after {
  background: var(--border);
  content: "";
  height: 28px;
  left: 12px;
  position: absolute;
  top: 29px;
  width: 2px;
}

.application-sidebar li > span {
  align-items: center;
  background: #edf1f4;
  border-radius: 50%;
  color: #7c8a95;
  display: flex;
  font-size: 12px;
  font-weight: 850;
  height: 26px;
  justify-content: center;
  position: relative;
  width: 26px;
  z-index: 1;
}

.application-sidebar li.is-active > span {
  background: var(--orange-500);
  color: white;
}

.application-sidebar li.is-done > span {
  background: var(--green-700);
  color: white;
}

.application-sidebar li > div {
  display: flex;
  flex-direction: column;
  padding-top: 2px;
}

.application-sidebar li strong {
  font-size: 13px;
}

.application-sidebar li small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.support-box {
  background: var(--navy-900);
  border-radius: 8px;
  color: white;
  display: flex;
  gap: 10px;
  padding: 13px;
}

.support-box > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 27px;
  justify-content: center;
  width: 27px;
}

.support-box div {
  display: flex;
  flex-direction: column;
}

.support-box strong {
  font-size: 13px;
}

.support-box small {
  color: #aab9c5;
  font-size: 12px;
  line-height: 1.5;
  margin: 3px 0;
}

.support-box a {
  color: #4dce9b;
  font-size: 12px;
  font-weight: 750;
}

.document-summary {
  align-items: center;
  display: grid;
  gap: 15px;
  grid-template-columns: 130px 1fr;
  margin-bottom: 20px;
}

.document-summary > div:first-child {
  display: flex;
  flex-direction: column;
}

.document-summary span {
  color: var(--muted);
  font-size: 12px;
}

.document-summary strong {
  font-size: 17px;
  margin-top: 2px;
}

.document-progress {
  background: #e9edf0;
  border-radius: 99px;
  height: 8px;
  overflow: hidden;
}

.document-progress i {
  background: linear-gradient(90deg, var(--green-700), #48b762);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 200ms ease;
}

.upload-list {
  border: 1px solid var(--border);
  border-radius: 9px;
  overflow: hidden;
}

.upload-row {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--border);
  display: grid;
  gap: 12px;
  grid-template-columns: 40px 1fr auto;
  min-height: 92px;
  padding: 14px;
}

.upload-row:last-child {
  border-bottom: 0;
}

.upload-row.is-uploaded {
  background: #f7fcf8;
}

.upload-row__icon {
  align-items: center;
  background: #edf2f5;
  border-radius: 8px;
  color: #53636f;
  display: flex;
  font-size: 15px;
  height: 40px;
  justify-content: center;
}

.is-uploaded .upload-row__icon {
  background: var(--green-100);
  color: var(--green-700);
}

.upload-row__copy > div {
  align-items: center;
  display: flex;
  gap: 8px;
}

.upload-row h3 {
  font-size: 14px;
  margin: 0;
}

.upload-row p {
  color: var(--muted);
  font-size: 12px;
  margin: 5px 0 0;
}

.upload-row__copy > small {
  color: var(--green-700);
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.upload-button {
  background: white;
  border: 1px solid var(--border-strong);
  border-radius: 7px;
  color: var(--text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  padding: 9px 12px;
}

.upload-button:hover {
  border-color: var(--orange-500);
  color: var(--orange-600);
}

.upload-button input {
  display: none;
}

.form-card > .notice {
  margin-top: 18px;
}

.review-status {
  align-items: center;
  background: #fff8f2;
  border: 1px solid #ffd2ba;
  border-radius: 9px;
  display: grid;
  gap: 14px;
  grid-template-columns: 52px 1fr auto;
  padding: 17px;
}

.review-status > span:first-child {
  align-items: center;
  background: var(--orange-500);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
}

.review-status.is-approved {
  background: #f0faf2;
  border-color: #bfe3c6;
}

.review-status.is-approved > span:first-child {
  background: var(--green-700);
}

.review-status small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
}

.review-status h2 {
  font-size: 17px;
  margin: 3px 0;
}

.review-status p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.review-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0;
}

.review-timeline > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.review-timeline > div:not(:last-child)::after {
  background: var(--border);
  content: "";
  height: 2px;
  left: calc(50% + 18px);
  position: absolute;
  top: 16px;
  width: calc(100% - 36px);
}

.review-timeline > div.is-done:not(:last-child)::after {
  background: var(--green-700);
}

.review-timeline > div > span {
  align-items: center;
  background: #edf1f4;
  border: 2px solid #d6dee4;
  border-radius: 50%;
  color: #7b8994;
  display: flex;
  font-size: 13px;
  font-weight: 850;
  height: 34px;
  justify-content: center;
  position: relative;
  width: 34px;
  z-index: 1;
}

.review-timeline .is-done > span {
  background: var(--green-700);
  border-color: var(--green-700);
  color: white;
}

.review-timeline .is-current > span {
  background: var(--orange-500);
  border-color: var(--orange-500);
  box-shadow: 0 0 0 5px var(--orange-100);
  color: white;
}

.review-timeline div > div {
  display: flex;
  flex-direction: column;
  margin-top: 9px;
}

.review-timeline strong {
  font-size: 12px;
}

.review-timeline small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.status-refresh {
  background: var(--navy-900);
  border-radius: 9px;
  color: white;
  padding: 16px;
}

.status-refresh > span {
  color: #4dce9b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.status-refresh > div {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 7px;
}

.status-refresh p {
  color: #b8c5ce;
  font-size: 12px;
  margin: 0;
}

.approval-details {
  background: #f6f8fa;
  border-radius: 9px;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.approval-details > div {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 14px;
}

.approval-details span {
  color: var(--muted);
  font-size: 12px;
}

.approval-details strong {
  font-size: 13px;
  margin-top: 3px;
}

/* Checkout summary */

.checkout-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
}

.checkout-main {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.checkout-card,
.refund-policy {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.checkout-card__title {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  margin-bottom: 17px;
  padding-bottom: 14px;
}

.checkout-card__title h2 {
  font-size: 13px;
  margin: 0;
}

.checkout-card__title button {
  background: transparent;
  border: 0;
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 750;
  margin-left: auto;
}

.order-program {
  align-items: center;
  display: flex;
  gap: 13px;
}

.order-program__image {
  background-position: 78% center;
  border-radius: 8px;
  display: block;
  height: 72px;
  width: 110px;
}

.order-program h3 {
  font-size: 14px;
  margin: 7px 0 2px;
}

.order-program p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.order-detail-grid {
  background: #f7f9fa;
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  margin: 16px 0 0;
  overflow: hidden;
}

.order-detail-grid > div {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 11px;
}

.order-detail-grid dt {
  color: var(--muted);
  font-size: 12px;
}

.order-detail-grid dd {
  font-size: 12px;
  font-weight: 750;
  margin-top: 3px;
}

.refund-policy > div:first-child {
  align-items: center;
  display: flex;
  gap: 11px;
  margin-bottom: 14px;
}

.refund-policy > div:first-child > span {
  align-items: center;
  background: var(--orange-100);
  border-radius: 8px;
  color: var(--orange-600);
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.refund-policy h3 {
  font-size: 14px;
  margin-bottom: 2px;
}

.refund-policy p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.refund-policy table {
  border-collapse: collapse;
  width: 100%;
}

.refund-policy td {
  border-top: 1px solid var(--border);
  color: #4c5b67;
  font-size: 12px;
  padding: 9px 3px;
}

.refund-policy td:last-child {
  color: var(--text);
  font-weight: 750;
  text-align: right;
}

.price-card > dl {
  border-bottom: 1px solid var(--border);
  margin: 18px 0;
  padding-bottom: 8px;
}

.price-card dl > div,
.payment-summary dl > div {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-bottom: 11px;
}

.price-card dt,
.payment-summary dt {
  color: var(--muted);
}

.price-card dd,
.payment-summary dd {
  font-weight: 700;
}

.price-card .discount dd {
  color: var(--green-700);
}

.price-card__total,
.payment-summary__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.price-card__total span,
.payment-summary__total span {
  font-size: 13px;
  font-weight: 750;
}

.price-card__total strong,
.payment-summary__total strong {
  font-size: 21px;
  letter-spacing: -0.04em;
}

.price-note {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

/* Invoice */

.invoice-layout {
  grid-template-columns: minmax(0, 1fr) 310px;
}

.invoice-paper {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 28px;
}

.invoice-paper__header {
  align-items: flex-start;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.invoice-paper__header h2 {
  font-size: 18px;
  margin-bottom: 3px;
}

.invoice-paper__header p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.reservation-banner {
  align-items: center;
  background: #fff7f1;
  border: 1px solid #ffd1b7;
  border-radius: 9px;
  display: grid;
  gap: 12px;
  grid-template-columns: 38px 150px 1fr;
  margin: 21px 0;
  padding: 14px;
}

.reservation-banner > span {
  align-items: center;
  background: var(--orange-500);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
}

.reservation-banner > div {
  display: flex;
  flex-direction: column;
}

.reservation-banner small {
  color: #9a572f;
  font-size: 12px;
}

.reservation-banner strong {
  color: var(--orange-600);
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.reservation-banner p {
  color: #86543a;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.invoice-address {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr;
  margin: 25px 0;
}

.invoice-address > div {
  display: flex;
  flex-direction: column;
}

.invoice-address span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.invoice-address strong {
  font-size: 14px;
}

.invoice-address p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 4px 0 0;
}

.invoice-table {
  border-collapse: collapse;
  width: 100%;
}

.invoice-table th {
  background: var(--navy-900);
  color: white;
  font-size: 12px;
  padding: 10px;
  text-align: left;
}

.invoice-table th:last-child,
.invoice-table td:last-child {
  text-align: right;
}

.invoice-table td {
  border-bottom: 1px solid var(--border);
  color: #485762;
  font-size: 13px;
  padding: 13px 10px;
}

.invoice-table td strong,
.invoice-table td small {
  display: block;
}

.invoice-table td small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.invoice-table tfoot td {
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}

.invoice-notes {
  align-items: center;
  background: #f3f7fa;
  border-radius: 7px;
  display: flex;
  gap: 9px;
  margin-top: 18px;
  padding: 11px;
}

.invoice-notes > span {
  align-items: center;
  background: var(--blue-700);
  border-radius: 50%;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.invoice-notes p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.payment-cta-card {
  text-align: center;
}

.payment-cta-card__icon {
  align-items: center;
  background: var(--orange-100);
  border-radius: 50%;
  color: var(--orange-600);
  display: flex;
  font-size: 22px;
  height: 60px;
  justify-content: center;
  margin: 0 auto 14px;
  width: 60px;
}

.payment-cta-card h2 {
  font-size: 17px;
  margin-bottom: 7px;
}

.payment-cta-card > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.payment-cta-card__amount {
  background: #f6f8fa;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin: 18px 0 12px;
  padding: 13px;
}

.payment-cta-card__amount span {
  color: var(--muted);
  font-size: 12px;
}

.payment-cta-card__amount strong {
  font-size: 21px;
  margin-top: 3px;
}

.payment-cta-card .button {
  margin-bottom: 8px;
}

.payment-cta-card > small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

/* Payment */

.payment-layout {
  grid-template-columns: minmax(0, 1fr) 320px;
}

.payment-methods {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 23px;
}

.payment-heading {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.payment-heading h2 {
  font-size: 15px;
  margin: 0;
}

.payment-heading span {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 700;
}

.method-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.payment-method {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: grid;
  gap: 12px;
  grid-template-columns: 18px 50px 1fr auto;
  min-height: 72px;
  padding: 12px;
  text-align: left;
}

.payment-method:hover {
  border-color: #ffb88f;
}

.payment-method.is-selected {
  background: #fffaf7;
  border: 2px solid var(--orange-500);
}

.payment-logo {
  align-items: center;
  background: var(--navy-900);
  border-radius: 7px;
  color: white;
  display: flex;
  font-size: 13px;
  font-weight: 850;
  height: 36px;
  justify-content: center;
}

.payment-method > div {
  display: flex;
  flex-direction: column;
}

.payment-method strong {
  font-size: 14px;
}

.payment-method small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.method-info {
  align-items: center;
  background: var(--blue-100);
  border-radius: 8px;
  color: #275d8c;
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding: 11px;
}

.method-info > span {
  align-items: center;
  background: var(--blue-700);
  border-radius: 50%;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.method-info p {
  font-size: 12px;
  margin: 0;
}

.payment-summary__program {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  padding-bottom: 15px;
}

.payment-summary__program > div {
  display: flex;
  flex-direction: column;
}

.payment-summary__program strong {
  font-size: 13px;
}

.payment-summary__program small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.payment-summary__total {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}

.payment-summary .text-button {
  margin-top: 7px;
  width: 100%;
}

.payment-layout--paid {
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 350px;
}

.dashboard-payment-detail {
  margin-top: 14px;
  padding-bottom: 0;
  width: 100%;
}

.checkout-card--paid {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 28px;
}

.checkout-card--paid .notice {
  margin: 0;
}

.paid-payment-overview {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
}

.paid-payment-program {
  align-items: flex-start;
  background: #f7f9fa;
  border: 1px solid var(--border);
  border-radius: 10px;
  min-width: 0;
  padding: 18px;
}

.paid-payment-program .order-program__image {
  flex: 0 0 138px;
  height: 96px;
}

.paid-payment-program > div {
  min-width: 0;
}

.paid-payment-program h3 {
  font-size: 17px;
  margin-top: 10px;
}

.paid-payment-details {
  border: 1px solid var(--border);
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
}

.paid-payment-details > div {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  min-height: 54px;
  padding: 12px 16px;
}

.paid-payment-details > div + div {
  border-top: 1px solid var(--border);
}

.paid-payment-details > div:last-child {
  background: var(--green-100);
}

.paid-payment-details dt {
  color: var(--muted);
  font-size: 12px;
}

.paid-payment-details dd {
  font-size: 13px;
  font-weight: 750;
  margin: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.paid-payment-details > div:last-child dd {
  color: var(--green-700);
  font-size: 15px;
  font-weight: 850;
}

.payment-layout--paid .payment-summary {
  padding: 28px;
}

.payment-layout--paid .payment-summary h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 12px 0 8px;
}

.payment-layout--paid .payment-summary > p {
  color: var(--muted);
  margin: 0;
}

.payment-layout--paid .payment-summary__total {
  margin-top: 24px;
}

.payment-layout--paid .payment-summary > .button + .button {
  margin-top: 10px;
}

.payment-layout--paid .payment-summary .text-button {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .paid-payment-overview {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .checkout-card--paid,
  .payment-layout--paid .payment-summary {
    padding: 18px;
  }

  .paid-payment-program {
    flex-direction: column;
  }

  .paid-payment-program .order-program__image {
    flex-basis: 140px;
    width: 100%;
  }

  .paid-payment-details > div {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .paid-payment-details dd {
    text-align: left;
  }
}

.payment-security {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  gap: 7px;
  justify-content: center;
  line-height: 1.4;
  margin-top: 11px;
  text-align: left;
}

.payment-security p {
  margin: 0;
}

.button-spinner {
  animation: spin 700ms linear infinite;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border-top-color: white;
  height: 14px;
  width: 14px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Success */

.success-page {
  align-items: center;
  background:
    radial-gradient(circle at 50% 5%, rgba(25, 134, 59, 0.12), transparent 32%),
    var(--background);
  display: flex;
  justify-content: center;
  min-height: 790px;
  padding: 55px 20px 80px;
}

.success-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  max-width: 680px;
  padding: 38px 48px;
  text-align: center;
  width: 100%;
}

.success-icon {
  align-items: center;
  background: var(--green-100);
  border-radius: 50%;
  display: flex;
  height: 92px;
  justify-content: center;
  margin: 0 auto 20px;
  width: 92px;
}

.success-icon span {
  align-items: center;
  background: var(--green-700);
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 29px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.success-card h1 {
  font-size: 31px;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.success-card > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.success-receipt {
  background: #f6f8fa;
  border-radius: 9px;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  margin: 23px 0;
  overflow: hidden;
  text-align: left;
}

.success-receipt > div {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.success-receipt span {
  color: var(--muted);
  font-size: 12px;
}

.success-receipt strong {
  font-size: 13px;
  margin-top: 3px;
}

.next-steps {
  border: 1px solid var(--border);
  border-radius: 9px;
  margin-bottom: 22px;
  padding: 17px;
  text-align: left;
}

.next-steps h2 {
  font-size: 14px;
  margin-bottom: 13px;
}

.next-steps > div {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 26px 1fr;
  margin-bottom: 11px;
}

.next-steps > div > span {
  align-items: center;
  background: var(--blue-100);
  border-radius: 50%;
  color: var(--blue-700);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  height: 26px;
  justify-content: center;
}

.next-steps p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.next-steps strong {
  font-size: 13px;
}

.next-steps small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.success-card > .button {
  margin: 4px;
}

/* Participant dashboard */

.dashboard-preview {
  background: var(--background);
  display: grid;
  grid-template-columns: 250px 1fr;
  min-height: 100vh;
  transition: grid-template-columns 180ms ease;
}

.dashboard-sidebar {
  background:
    radial-gradient(circle at 10% 55%, rgba(0, 118, 203, 0.14), transparent 40%),
    var(--navy-950);
  color: white;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 24px 14px;
  position: sticky;
  top: 0;
}

.participant-profile {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
  margin: 23px 0 14px;
  padding: 16px 7px;
}

.participant-profile > span,
.avatar {
  align-items: center;
  background: linear-gradient(145deg, #f2ba8c, #4d7ca2);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--navy-900);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.participant-profile div {
  display: flex;
  flex-direction: column;
}

.user-avatar {
  overflow: hidden;
  position: relative;
}

.user-avatar img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.participant-profile strong {
  font-size: 14px;
}

.participant-profile small {
  color: #aab9c4;
  font-size: 12px;
  margin-top: 3px;
}

.dashboard-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dashboard-sidebar nav button,
.dashboard-sidebar > button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #d1dbe2;
  display: flex;
  font-size: 14px;
  font-weight: 650;
  gap: 10px;
  min-height: 42px;
  padding: 0 12px;
  text-align: left;
}

.dashboard-sidebar nav button > span:first-child {
  flex: 0 0 20px;
  font-size: 16px;
  text-align: center;
}

.dashboard-sidebar nav button.is-active {
  background: linear-gradient(90deg, var(--orange-600), #20b87c);
  color: white;
}

.dashboard-sidebar nav button.is-active-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.dashboard-sidebar > button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  margin-top: auto;
  padding-top: 15px;
}

.dashboard-body {
  min-width: 0;
}

.dashboard-header-actions {
  align-items: center;
  display: flex;
  gap: 13px;
}

.dashboard-sidebar-toggle {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--muted);
  display: inline-flex;
  font-size: 18px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dashboard-sidebar-toggle:hover {
  border-color: var(--orange-500);
  color: var(--orange-600);
}

.dashboard-sidebar-backdrop {
  display: none;
}

.dashboard-preview.is-sidebar-collapsed {
  grid-template-columns: 82px 1fr;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar {
  align-items: center;
  padding-inline: 10px;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar .brand__copy,
.dashboard-preview.is-sidebar-collapsed .participant-profile div,
.dashboard-preview.is-sidebar-collapsed .dashboard-nav-label {
  display: none;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar .brand__mark {
  height: 42px;
  width: 39px;
}

.dashboard-preview.is-sidebar-collapsed .participant-profile {
  justify-content: center;
  padding-inline: 0;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav button {
  justify-content: center;
  padding-inline: 0;
  width: 50px;
}

.dashboard-body > header {
  align-items: center;
  background: white;
  border-bottom: 1px solid var(--border);
  display: flex;
  height: 68px;
  justify-content: space-between;
  padding: 0 24px;
}

.dashboard-body > header > div:first-child {
  display: flex;
  flex-direction: column;
}

.dashboard-body > header span {
  color: var(--green-700);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.dashboard-body > header strong {
  font-size: 14px;
  margin-top: 2px;
}

.dashboard-account {
  align-items: center;
  display: flex;
  gap: 10px;
}

.dashboard-account > span {
  color: var(--muted) !important;
  font-size: 12px !important;
  font-weight: 650;
  text-transform: none !important;
}

.profile-menu {
  position: relative;
}

.profile-menu__trigger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  display: flex;
  gap: 4px;
  padding: 3px;
}

.profile-menu__trigger:hover,
.profile-menu__trigger[aria-expanded="true"] {
  background: #eef3f6;
}

.profile-menu__trigger .profile-menu__chevron {
  color: var(--muted) !important;
  font-size: 14px !important;
  line-height: 1;
  margin-right: 3px;
  text-transform: none !important;
  transition: transform 160ms ease;
}

.profile-menu__trigger[aria-expanded="true"] .profile-menu__chevron {
  transform: rotate(180deg);
}

.profile-menu .user-avatar {
  color: var(--navy-900);
  font-size: 14px;
  text-transform: uppercase;
}

.profile-dropdown {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(7, 26, 40, 0.18);
  min-width: 250px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: calc(100% + 9px);
  z-index: 120;
}

.profile-dropdown[hidden] {
  display: none;
}

.profile-dropdown__identity {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr);
  padding: 9px;
}

.profile-dropdown__avatar {
  align-items: center;
  background: linear-gradient(145deg, #f2ba8c, #4d7ca2);
  border-radius: 50%;
  display: flex;
  font-size: 13px !important;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.profile-dropdown__identity > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.profile-dropdown__identity strong {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-dropdown__identity small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-dropdown__divider {
  background: var(--border);
  height: 1px;
  margin: 4px 0;
}

.profile-dropdown__item,
.profile-dropdown__logout {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--red-600);
  display: flex;
  font-size: 13px;
  font-weight: 750;
  gap: 8px;
  min-height: 38px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.profile-dropdown__item {
  color: var(--navy-900);
}

.profile-dropdown__item:hover {
  background: var(--blue-100);
}

.profile-dropdown__logout:hover {
  background: var(--red-100);
}

.profile-dropdown__item span,
.profile-dropdown__logout span {
  color: inherit !important;
  font-size: 14px !important;
  text-transform: none !important;
}

.participant-profile-page {
  display: grid;
  gap: 18px;
  margin: 18px auto 0;
  max-width: 980px;
}

.participant-profile-page__status {
  align-items: flex-start;
  background: var(--orange-100);
  border: 1px solid rgba(208, 91, 38, 0.24);
  border-radius: var(--radius-md);
  display: grid;
  gap: 12px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 16px 18px;
}

.participant-profile-page__status.is-complete {
  background: var(--green-100);
  border-color: rgba(20, 135, 92, 0.24);
}

.participant-profile-page__status > span {
  align-items: center;
  background: var(--orange-500);
  border-radius: 50%;
  color: white !important;
  display: flex;
  font-size: 15px !important;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.participant-profile-page__status.is-complete > span {
  background: var(--green-700);
}

.participant-profile-page__status strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.participant-profile-page__status p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}

.participant-profile-form {
  width: 100%;
}

.participant-profile-form input[readonly] {
  background: var(--background);
  color: var(--muted);
  cursor: not-allowed;
}

.participant-profile-form__actions {
  justify-content: flex-end;
}

.dashboard-content {
  padding: 18px;
}

.enrollment-dashboard__content,
.program-dashboard-page__content {
  margin: 0 auto;
  max-width: 1320px;
  padding: 24px;
  width: 100%;
}

.dashboard-registration-heading,
.dashboard-context-heading {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.dashboard-registration-heading h1,
.dashboard-context-heading h1 {
  font-size: 28px;
  letter-spacing: -0.04em;
  margin: 0 0 7px;
}

.dashboard-registration-heading p,
.dashboard-context-heading p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.dashboard-registration-heading .button,
.dashboard-context-heading .button {
  flex: 0 0 auto;
}

.dashboard-selection-strip {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  margin-bottom: 18px;
  overflow: hidden;
}

.dashboard-selection-strip > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 15px 18px;
}

.dashboard-selection-strip > div + div {
  border-left: 1px solid var(--border);
}

.dashboard-selection-strip span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.dashboard-selection-strip strong {
  font-size: 14px;
  margin-top: 4px;
}

.dashboard-selection-strip small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.enrollment-embedded-page .page-heading {
  display: none;
}

.enrollment-embedded-page .page-shell {
  margin-inline: 0;
  width: 100%;
}

.enrollment-embedded-page .form-layout {
  padding-bottom: 40px;
}

.dashboard-embedded-program-page .page-heading {
  display: none;
}

.dashboard-embedded-program-page .page-shell {
  margin-inline: 0;
  width: 100%;
}

.dashboard-embedded-program-page .detail-layout,
.dashboard-embedded-program-page .selection-layout {
  padding-bottom: 40px;
}

.welcome-panel {
  background:
    linear-gradient(
      90deg,
      white 0%,
      rgba(255, 255, 255, 0.94) 45%,
      rgba(255, 255, 255, 0.08) 82%
    ),
    url("assets/images/welding-hero.png") 76% 52% / cover;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  min-height: 165px;
  padding: 28px;
}

.welcome-panel > div {
  max-width: 480px;
}

.welcome-panel span {
  color: var(--muted);
  font-size: 13px;
}

.welcome-panel h1 {
  font-size: 27px;
  letter-spacing: -0.04em;
  margin: 4px 0 8px;
}

.welcome-panel p {
  color: #53626e;
  font-size: 13px;
}

.applicant-welcome .button {
  margin-top: 9px;
  text-decoration: none;
}

.member-program-section {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 20px;
  scroll-margin-top: 20px;
}

.member-program-heading {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 1fr) minmax(360px, 0.9fr);
  margin-bottom: 18px;
}

.member-program-heading .eyebrow {
  margin-bottom: 7px;
}

.member-program-heading h2 {
  font-size: 21px;
  letter-spacing: -0.035em;
  margin-bottom: 6px;
}

.member-program-heading p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 0;
}

.member-program-filters {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 145px;
}

.member-program-filters .search-box,
.member-program-filters .select-box {
  box-shadow: none;
  margin: 0;
}

.member-program-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-start-card {
  align-items: center;
  background:
    linear-gradient(115deg, white 0%, white 62%, rgba(255, 240, 231, 0.72)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  padding: 28px;
}

.dashboard-start-card h2 {
  font-size: 23px;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
  max-width: 560px;
}

.dashboard-start-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  max-width: 550px;
}

.dashboard-start-card .button {
  margin-top: 7px;
}

.dashboard-start-card ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashboard-start-card li {
  align-items: center;
  background: #f8fafb;
  border: 1px solid var(--border);
  border-radius: 9px;
  display: grid;
  gap: 10px;
  grid-template-columns: 30px 1fr;
  padding: 11px;
}

.dashboard-start-card li > span {
  align-items: center;
  background: var(--orange-100);
  border-radius: 50%;
  color: var(--orange-600);
  display: flex;
  font-size: 12px;
  font-weight: 850;
  height: 30px;
  justify-content: center;
}

.dashboard-start-card li > div {
  display: flex;
  flex-direction: column;
}

.dashboard-start-card li strong {
  font-size: 13px;
}

.dashboard-start-card li small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.application-status-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.application-status-card.is-pending {
  border-top: 4px solid #f59e0b;
}

.application-status-card.is-approved {
  border-top: 4px solid var(--green-700);
}

.application-status-card__heading {
  align-items: center;
  background: linear-gradient(90deg, #fffaf1, white);
  display: grid;
  gap: 15px;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  padding: 22px;
}

.application-status-card.is-approved .application-status-card__heading {
  background: linear-gradient(90deg, #f1fbf3, white);
}

.application-status-icon {
  align-items: center;
  background: #fff0cf;
  border-radius: 50%;
  color: #b66d00;
  display: flex;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.application-status-card.is-approved .application-status-icon {
  background: var(--green-100);
  color: var(--green-700);
}

.application-status-card__heading .eyebrow {
  color: #9a6000;
  margin-bottom: 5px;
}

.application-status-card.is-approved
  .application-status-card__heading
  .eyebrow {
  color: var(--green-700);
}

.application-status-card__heading h2 {
  font-size: 20px;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
}

.application-status-card__heading p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 0;
  max-width: 650px;
}

.application-overview {
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 22px;
}

.application-overview > div {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  min-height: 94px;
  padding: 18px;
}

.application-overview > div:first-child {
  padding-left: 0;
}

.application-overview > div:last-child {
  border-right: 0;
}

.application-overview span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.application-overview strong {
  font-size: 14px;
  margin: 6px 0 4px;
}

.application-overview small {
  color: var(--muted);
  font-size: 12px;
}

.application-progress-dashboard {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 25px 22px;
}

.application-progress-dashboard li {
  align-items: center;
  display: grid;
  gap: 9px;
  grid-template-columns: 30px 1fr;
  position: relative;
}

.application-progress-dashboard li::after {
  background: var(--border);
  content: "";
  height: 2px;
  left: 39px;
  position: absolute;
  right: 9px;
  top: 14px;
}

.application-progress-dashboard li:last-child::after {
  display: none;
}

.application-progress-dashboard li > span {
  align-items: center;
  background: #edf1f4;
  border-radius: 50%;
  color: #71808b;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  position: relative;
  width: 30px;
  z-index: 1;
}

.application-progress-dashboard li.is-done > span {
  background: var(--green-100);
  color: var(--green-700);
}

.application-progress-dashboard li.is-current > span {
  background: var(--orange-500);
  color: white;
}

.application-progress-dashboard li > div {
  display: flex;
  flex-direction: column;
}

.application-progress-dashboard strong {
  font-size: 12px;
}

.application-progress-dashboard small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.application-status-actions {
  align-items: center;
  background: #f8fafb;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding: 15px 22px;
}

.application-status-actions p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

.application-status-actions p strong {
  color: var(--text);
}

.dashboard-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin: 11px 0;
}

.dashboard-metrics article {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 10px;
  min-height: 94px;
  padding: 13px;
}

.metric-icon {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: flex;
  flex: 0 0 auto;
  font-size: 17px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.metric-icon--orange {
  background: linear-gradient(145deg, #32c78f, var(--orange-500));
}

.metric-icon--blue {
  background: linear-gradient(145deg, #3f98e8, #0963b3);
}

.metric-icon--green {
  background: linear-gradient(145deg, #54b769, var(--green-700));
}

.metric-icon--slate {
  background: linear-gradient(145deg, #82919d, #4b5b67);
}

.dashboard-metrics article > div {
  display: flex;
  flex-direction: column;
}

.dashboard-metrics small {
  color: var(--muted);
  font-size: 12px;
}

.dashboard-metrics strong {
  font-size: 16px;
  margin: 3px 0;
}

.dashboard-metrics article > div > span {
  color: var(--muted);
  font-size: 12px;
}

.dashboard-panels {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.dashboard-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 16px;
}

.dashboard-panel__heading {
  align-items: center;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  padding-bottom: 11px;
}

.dashboard-panel__heading h2 {
  font-size: 14px;
  margin: 0;
}

.dashboard-panel__heading span,
.dashboard-panel__heading button {
  background: transparent;
  border: 0;
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 750;
}

.check-row {
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  display: grid;
  gap: 9px;
  grid-template-columns: 25px 1fr auto;
  min-height: 50px;
}

.check-row:last-child {
  border-bottom: 0;
}

.check-row > span {
  align-items: center;
  background: #edf1f4;
  border-radius: 50%;
  color: #788792;
  display: flex;
  font-size: 12px;
  height: 25px;
  justify-content: center;
}

.check-row.is-done > span {
  background: var(--green-100);
  color: var(--green-700);
}

.check-row > div {
  display: flex;
  flex-direction: column;
}

.check-row strong {
  font-size: 12px;
}

.check-row small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.check-row button {
  background: var(--orange-100);
  border: 0;
  border-radius: 5px;
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 750;
  padding: 6px 8px;
}

.first-schedule {
  align-items: center;
  border-bottom: 1px solid #edf0f2;
  display: grid;
  gap: 11px;
  grid-template-columns: 45px 1fr;
  min-height: 77px;
}

.first-schedule:last-child {
  border-bottom: 0;
}

.first-schedule > div {
  align-items: center;
  background: #eef3f6;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  padding: 7px;
}

.first-schedule > div strong {
  font-size: 17px;
}

.first-schedule > div span {
  color: var(--orange-600);
  font-size: 12px;
  font-weight: 850;
}

.first-schedule section h3 {
  font-size: 12px;
  margin: 6px 0 3px;
}

.first-schedule section p {
  color: var(--muted);
  font-size: 12px;
  margin: 0;
}

/* Footer and toast */

.site-footer {
  background: var(--navy-950);
  color: #aab7c1;
}

.site-footer__main {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.4fr 1fr 1fr;
  padding-block: 44px;
}

.site-footer__main > div {
  display: flex;
  flex-direction: column;
}

.site-footer__main p,
.site-footer__main span {
  font-size: 13px;
  line-height: 1.7;
}

.site-footer__main p {
  margin: 15px 0 0;
  max-width: 300px;
}

.site-footer__main > div > strong {
  color: white;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  padding: 16px;
  text-align: center;
}

.toast {
  animation: toast-in 180ms ease;
  background: var(--navy-900);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  bottom: auto;
  box-shadow: var(--shadow-md);
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  max-width: min(420px, calc(100% - 30px));
  overflow-wrap: anywhere;
  padding: 13px 17px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 150;
}

.toast--success {
  background: #126c31;
}

.toast--warning {
  background: #9c4f14;
}

.toast--info {
  background: #145e9a;
}

.toast--danger {
  background: #b42318;
}

@keyframes toast-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 285px 1fr 100px;
    padding-inline: 20px;
  }

  .public-nav a {
    padding-inline: 9px;
  }

  .program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .company-hero__inner {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .company-about {
    gap: 45px;
  }

  .company-advantage-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 860px) {
  :root {
    --page: min(100% - 28px, 720px);
  }

  .site-header {
    grid-template-columns: 1fr auto;
    height: 68px;
    padding-inline: 14px;
  }

  .site-header .brand__mark {
    height: 38px;
    width: 32px;
  }

  .site-header .brand__copy strong {
    font-size: 12px;
  }

  .site-header .brand__copy small {
    font-size: 12px;
  }

  .public-nav {
    align-items: stretch;
    background: var(--navy-950);
    box-shadow: 0 16px 26px rgba(0, 0, 0, 0.25);
    display: none;
    flex-direction: column;
    height: auto;
    left: 0;
    padding: 12px 14px 17px;
    position: absolute;
    right: 0;
    top: 68px;
  }

  .public-nav.is-open {
    display: flex;
  }

  .public-nav a {
    border-radius: 7px;
    min-height: 42px;
  }

  .public-nav .public-nav__account {
    border: 1px solid rgba(255, 255, 255, 0.32);
    display: flex !important;
    justify-content: center;
    margin-top: 6px;
  }

  .public-nav a::after {
    display: none;
  }

  .public-nav a.is-active {
    background: rgba(255, 255, 255, 0.08);
  }

  .login-button {
    display: none;
  }

  .mobile-menu-button {
    display: flex;
  }

  .company-hero__inner {
    align-content: center;
    grid-template-columns: 1fr;
    padding-block: 75px;
  }

  .company-hero__copy {
    max-width: 680px;
  }

  .company-hero__card {
    max-width: 480px;
  }

  .company-stat-strip > div {
    grid-template-columns: 1fr 1fr;
  }

  .company-stat-strip > div > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .company-stat-strip > div > div:nth-child(4) {
    border-top: 1px solid var(--border);
  }

  .company-about {
    gap: 55px;
    grid-template-columns: 1fr;
  }

  .company-about__visual {
    min-height: 430px;
  }

  .company-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .company-process-grid {
    gap: 35px 0;
    grid-template-columns: 1fr 1fr;
  }

  .company-facility-layout {
    grid-template-columns: 1fr;
  }

  .program-hero {
    min-height: 430px;
  }

  .program-hero__inner {
    min-height: 430px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr 180px;
  }

  .detail-layout,
  .selection-layout,
  .form-layout,
  .checkout-layout,
  .invoice-layout,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .booking-card,
  .summary-card,
  .application-sidebar,
  .price-card,
  .payment-cta-card,
  .payment-summary {
    position: static;
  }

  .application-sidebar {
    order: -1;
  }

  .application-sidebar ol {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(4, 1fr);
  }

  .application-sidebar li {
    align-items: center;
    background: #f6f8fa;
    border-radius: 7px;
    grid-template-columns: 25px 1fr;
    min-height: 52px;
    padding: 7px;
  }

  .application-sidebar li::after {
    display: none;
  }

  .support-box {
    display: none;
  }

  .auth-page {
    grid-template-columns: 1fr;
  }

  .auth-visual {
    min-height: 430px;
  }

  .auth-visual__overlay {
    padding: 45px;
  }

  .auth-panel {
    padding: 55px 25px;
  }

  .member-program-heading {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .dashboard-registration-heading,
  .dashboard-context-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .dashboard-selection-strip {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-selection-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--border);
    grid-column: 1 / -1;
  }

  .dashboard-start-card {
    grid-template-columns: 1fr;
  }

  .application-overview {
    grid-template-columns: 1fr 1fr;
  }

  .application-overview > div:nth-child(2) {
    border-right: 0;
  }

  .application-overview > div:first-child {
    padding-left: 18px;
  }

  .application-progress-dashboard {
    gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .application-progress-dashboard li::after {
    display: none;
  }

  .dashboard-preview {
    grid-template-columns: 82px 1fr;
  }

  .dashboard-sidebar {
    align-items: center;
    padding-inline: 10px;
  }

  .dashboard-sidebar .brand__copy,
  .participant-profile div,
  .dashboard-nav-label {
    display: none;
  }

  .dashboard-sidebar .brand__mark {
    height: 42px;
    width: 39px;
  }

  .participant-profile {
    justify-content: center;
    padding-inline: 0;
  }

  .dashboard-sidebar nav button,
  .dashboard-sidebar > button {
    justify-content: center;
    padding-inline: 0;
    text-align: center;
    width: 50px;
  }
}

@media (max-width: 620px) {
  :root {
    --page: calc(100% - 22px);
  }

  .page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding-block: 34px 20px;
  }

  .page-heading h1 {
    font-size: 31px;
  }

  .secure-note {
    min-width: 0;
    width: 100%;
  }

  .company-hero {
    min-height: 680px;
  }

  .company-hero__inner {
    min-height: 680px;
    padding-block: 60px;
  }

  .company-hero h1 {
    font-size: 42px;
  }

  .company-hero__actions,
  .company-hero__actions .button {
    width: 100%;
  }

  .company-hero__trust {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .company-stat-strip > div {
    grid-template-columns: 1fr 1fr;
  }

  .company-stat-strip > div > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    min-height: 120px;
    padding: 18px;
  }

  .company-stat-strip > div > div:nth-child(odd) {
    border-left: 0;
  }

  .company-about,
  .company-advantages,
  .company-featured-programs,
  .company-process,
  .company-facilities {
    padding-block: 65px;
  }

  .company-about__visual {
    min-height: 350px;
  }

  .company-about__image {
    inset: 0 20px 28px 0;
  }

  .company-about__visual::before {
    inset: 28px 0 0 20px;
  }

  .company-experience-card {
    width: 165px;
  }

  .company-about__copy h2,
  .company-section-heading h2 {
    font-size: 29px;
  }

  .company-advantage-grid,
  .company-process-grid {
    grid-template-columns: 1fr;
  }

  .company-process-grid {
    gap: 32px;
  }

  .company-facility-image {
    min-height: 300px;
  }

  .company-certificate {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 65px;
    padding: 30px 24px;
  }

  .company-certificate .button {
    width: 100%;
  }

  .company-cta > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 48px;
  }

  .company-cta h2 {
    font-size: 29px;
  }

  .company-cta .button {
    width: 100%;
  }

  .program-hero {
    background:
      linear-gradient(90deg, rgba(5, 17, 27, 0.96), rgba(6, 23, 36, 0.58)),
      url("assets/images/welding-hero.png") 73% center / cover;
  }

  .program-hero h1 {
    font-size: 39px;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    margin-top: -38px;
  }

  .catalog-result {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .catalog-result h2 {
    font-size: 24px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .detail-cover {
    height: 240px;
  }

  .feature-cards {
    grid-template-columns: 1fr 1fr;
  }

  .detail-columns {
    grid-template-columns: 1fr;
  }

  .position-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .batch-card {
    align-items: start;
    grid-template-columns: 18px 58px 1fr;
    padding: 13px;
  }

  .batch-date {
    min-height: 72px;
  }

  .batch-card__content dl {
    grid-template-columns: 1fr;
  }

  .seat-info {
    grid-column: 2 / -1;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field--full {
    grid-column: auto;
  }

  .application-sidebar ol {
    grid-template-columns: 1fr 1fr;
  }

  .upload-row {
    align-items: start;
    grid-template-columns: 35px 1fr;
  }

  .upload-button {
    grid-column: 2;
    text-align: center;
  }

  .review-status {
    align-items: start;
    grid-template-columns: 44px 1fr;
  }

  .review-status > span:first-child {
    height: 42px;
  }

  .review-status > .badge {
    grid-column: 2;
  }

  .review-timeline {
    gap: 13px;
    grid-template-columns: 1fr;
  }

  .review-timeline > div {
    align-items: center;
    flex-direction: row;
    gap: 10px;
    text-align: left;
  }

  .review-timeline > div::after {
    display: none;
  }

  .review-timeline div > div {
    margin: 0;
  }

  .status-refresh > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .approval-details,
  .order-detail-grid,
  .success-receipt {
    grid-template-columns: 1fr;
  }

  .reservation-banner {
    grid-template-columns: 35px 1fr;
  }

  .reservation-banner > p {
    grid-column: 2;
  }

  .invoice-address {
    grid-template-columns: 1fr;
  }

  .payment-method {
    grid-template-columns: 18px 44px 1fr;
  }

  .payment-method > .badge {
    grid-column: 3;
  }

  .success-card {
    padding: 30px 20px;
  }

  .success-card h1 {
    font-size: 27px;
  }

  .success-card > .button {
    width: 100%;
  }

  .dashboard-preview {
    display: block;
  }

  .dashboard-sidebar {
    display: flex;
    left: 0;
    max-width: calc(100vw - 54px);
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform 180ms ease;
    width: 250px;
    z-index: 120;
  }

  .dashboard-preview .dashboard-sidebar .brand__copy,
  .dashboard-preview .participant-profile div {
    display: flex;
  }

  .dashboard-preview .dashboard-nav-label {
    display: inline;
  }

  .dashboard-preview .dashboard-sidebar {
    align-items: stretch;
    padding-inline: 14px;
  }

  .dashboard-preview .participant-profile {
    justify-content: flex-start;
    padding-inline: 7px;
  }

  .dashboard-preview .dashboard-sidebar nav button {
    justify-content: flex-start;
    padding-inline: 12px;
    width: 100%;
  }

  .dashboard-preview.is-sidebar-open .dashboard-sidebar {
    transform: translateX(0);
  }

  .dashboard-sidebar-backdrop {
    background: rgba(4, 17, 26, 0.58);
    border: 0;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 110;
  }

  .dashboard-preview.is-sidebar-open .dashboard-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .dashboard-content {
    padding: 10px;
  }

  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 14px 10px;
  }

  .dashboard-registration-heading h1,
  .dashboard-context-heading h1 {
    font-size: 24px;
  }

  .dashboard-registration-heading .button,
  .dashboard-context-heading .button {
    width: 100%;
  }

  .dashboard-selection-strip {
    grid-template-columns: 1fr;
  }

  .dashboard-selection-strip > div + div,
  .dashboard-selection-strip > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--border);
    grid-column: auto;
  }

  .dashboard-account > span {
    display: none;
  }

  .welcome-panel {
    background:
      linear-gradient(90deg, white, rgba(255, 255, 255, 0.72)),
      url("assets/images/welding-hero.png") 76% center / cover;
    padding: 20px;
  }

  .dashboard-metrics,
  .dashboard-panels {
    grid-template-columns: 1fr;
  }

  .member-program-section {
    padding: 15px;
  }

  .dashboard-start-card {
    padding: 20px;
  }

  .dashboard-start-card .button {
    width: 100%;
  }

  .member-program-filters {
    grid-template-columns: 1fr;
  }

  .application-status-card__heading {
    align-items: start;
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .application-status-icon {
    font-size: 19px;
    height: 44px;
    width: 44px;
  }

  .application-status-card__heading > .badge {
    grid-column: 2;
    justify-self: start;
  }

  .application-overview,
  .application-progress-dashboard {
    grid-template-columns: 1fr;
  }

  .application-overview > div {
    border-bottom: 1px solid var(--border);
    border-right: 0;
    min-height: 74px;
  }

  .application-overview > div:last-child {
    border-bottom: 0;
  }

  .application-status-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Reference-aligned participant dashboard shell */

.dashboard-preview {
  grid-template-columns: 260px minmax(0, 1fr);
  transition: grid-template-columns 180ms ease;
}

.dashboard-sidebar {
  background:
    radial-gradient(circle at 10% 92%, rgba(20, 140, 97, 0.17), transparent 19rem),
    linear-gradient(180deg, var(--navy-850), var(--navy-950));
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  padding: 0;
}

.dashboard-sidebar > .brand {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex: 0 0 60px;
  gap: 11px;
  min-width: 260px;
  padding: 0 15px;
}

.dashboard-sidebar > .brand .brand__mark {
  flex: 0 0 31px;
  height: 40px;
  width: 31px;
}

.dashboard-sidebar > .brand .brand__copy strong {
  font-size: 12px;
}

.dashboard-sidebar > .brand .brand__copy small {
  font-size: 12px;
}

.participant-profile {
  margin: 14px 10px 8px;
  padding: 12px 10px;
}

.participant-profile > span,
.avatar {
  height: 36px;
  width: 36px;
}

.dashboard-sidebar nav {
  gap: 2px;
  overflow-y: auto;
  padding: 4px 10px 14px;
}

.dashboard-sidebar nav button,
.dashboard-sidebar > button {
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
  min-height: 40px;
  padding: 8px 10px;
}

.dashboard-sidebar nav button > span:first-child {
  flex-basis: 20px;
}

.dashboard-sidebar nav button.is-active {
  background: rgba(20, 140, 97, 0.2);
  box-shadow: inset 3px 0 var(--orange-600);
}

.dashboard-sidebar > button {
  margin: auto 10px 12px;
}

.dashboard-preview.is-sidebar-collapsed {
  grid-template-columns: 68px minmax(0, 1fr);
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar {
  padding-inline: 0;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar > .brand {
  min-width: 0;
  padding-inline: 17px;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar .brand__mark {
  height: 38px;
  width: 34px;
}

.dashboard-preview.is-sidebar-collapsed .participant-profile {
  margin-inline: 9px;
  padding-inline: 6px;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav {
  padding-inline: 9px;
}

.dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav button {
  padding-inline: 8px;
  width: 50px;
}

.dashboard-body > header {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.96);
  gap: 10px;
  height: 60px;
  justify-content: flex-start;
  padding: 0 20px;
  position: sticky;
  top: 0;
  z-index: 60;
}

.dashboard-body > header > div:first-child {
  min-width: 0;
}

.dashboard-body > header span {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.dashboard-body > header strong {
  font-size: 14px;
}

.dashboard-header-actions {
  display: contents;
}

.dashboard-sidebar-toggle {
  background: transparent;
  border-color: transparent;
  flex: 0 0 36px;
  order: -1;
}

.dashboard-account {
  margin-left: auto;
}

.dashboard-content {
  padding: 24px;
}

.dashboard-metrics {
  gap: 14px;
  margin: 14px 0;
}

.dashboard-metrics article {
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
  min-height: 106px;
  padding: 16px;
}

.metric-icon {
  border-radius: 10px;
  height: 46px;
  width: 46px;
}

.dashboard-panel {
  border-radius: 14px;
  box-shadow: var(--shadow-sm);
}

@media (max-width: 720px) {
  .dashboard-preview,
  .dashboard-preview.is-sidebar-collapsed {
    display: block;
  }

  .dashboard-sidebar,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar {
    align-items: stretch;
    max-width: calc(100vw - 54px);
    padding: 0;
    width: 260px;
  }

  .dashboard-preview .dashboard-sidebar > .brand,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar > .brand {
    min-width: 260px;
    padding-inline: 15px;
  }

  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar .brand__copy,
  .dashboard-preview.is-sidebar-collapsed .participant-profile div,
  .dashboard-preview.is-sidebar-collapsed .dashboard-nav-label {
    display: flex;
  }

  .dashboard-preview .participant-profile,
  .dashboard-preview.is-sidebar-collapsed .participant-profile {
    justify-content: flex-start;
    margin-inline: 10px;
    padding-inline: 10px;
  }

  .dashboard-preview .dashboard-sidebar nav,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav {
    padding-inline: 10px;
  }

  .dashboard-preview .dashboard-sidebar nav button,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav button {
    justify-content: flex-start;
    padding-inline: 10px;
    width: 100%;
  }

  .dashboard-body > header {
    padding-inline: 14px;
  }

  .dashboard-content,
  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .dashboard-content,
  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 12px;
  }
}

.dashboard-sidebar nav button:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.participant-records-panel,
.training-access-panel {
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  margin-top: 14px;
  padding: 22px;
}

.participant-detail-toolbar {
  align-items: center;
  background: white;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 14px;
  padding: 13px 16px;
}

.participant-detail-toolbar > div {
  display: grid;
  gap: 3px;
  text-align: right;
}

.participant-detail-toolbar strong {
  font-size: 14px;
}

.participant-detail-back {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--orange-600);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  padding: 6px 2px;
}

.participant-detail-back:hover {
  color: var(--orange-500);
}

.participant-records-panel__heading,
.training-access-panel__heading {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 18px;
}

.participant-records-panel__heading h2,
.training-access-panel__heading h2 {
  font-size: 21px;
  letter-spacing: -0.035em;
  margin: 5px 0;
}

.participant-records-panel__heading p,
.training-access-panel__heading p,
.training-access-content p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.participant-program-records {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.participant-program-record {
  border: 1px solid var(--border);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 16px;
}

.participant-program-record.is-selected {
  border-color: var(--orange-500);
  box-shadow: 0 0 0 2px rgba(233, 90, 12, 0.1);
}

.participant-program-record__heading {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.participant-program-record h3 {
  font-size: 16px;
  margin: 16px 0 5px;
}

.participant-program-record > p {
  color: var(--muted);
  font-size: 12px;
}

.participant-program-record dl {
  display: grid;
  gap: 7px;
  margin: 14px 0;
}

.participant-program-record dl div {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.participant-program-record dt,
.participant-program-record dd {
  font-size: 12px;
  margin: 0;
}

.participant-program-record dt {
  color: var(--muted);
}

.participant-program-record .button {
  margin-top: auto;
}

.training-access-tabs {
  border-bottom: 1px solid var(--border);
  display: flex;
  gap: 5px;
  overflow-x: auto;
}

.training-access-tabs button {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  padding: 10px 12px;
  white-space: nowrap;
}

.training-access-tabs button.is-active {
  border-color: var(--orange-500);
  color: var(--orange-600);
}

.training-access-content {
  background: #f8fafb;
  border-radius: 10px;
  margin-top: 16px;
  padding: 18px;
}

.training-access-content h3 {
  font-size: 16px;
  margin: 6px 0;
}

.notice--green {
  background: var(--green-100);
  border-color: #b8dfc1;
  color: var(--green-700);
}

@media (max-width: 980px) {
  .participant-program-records {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .participant-detail-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .participant-detail-toolbar > div {
    text-align: left;
  }

  .participant-records-panel__heading,
  .training-access-panel__heading {
    align-items: stretch;
    flex-direction: column;
  }

  .participant-program-records {
    grid-template-columns: 1fr;
  }
}

/* Readable typography and responsive comfort layer */

.search-box input,
.select-box,
.field input,
.field select,
.field textarea {
  min-height: 46px;
}

.field textarea {
  line-height: 1.55;
  min-height: 120px;
  resize: vertical;
}

.training-access-tabs {
  scrollbar-width: thin;
}

.training-access-tabs button {
  min-height: 44px;
}

.participant-program-record,
.dashboard-panel,
.application-status-card,
.training-access-panel {
  min-width: 0;
}

@media (min-width: 721px) and (max-width: 1080px) {
  .dashboard-content,
  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 20px;
  }

  .welcome-panel {
    padding: 26px;
  }

  .participant-records-panel,
  .training-access-panel {
    padding: 20px;
  }

  .participant-program-records {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .dashboard-account > span {
    display: none;
  }

  .auth-visual {
    min-height: 360px;
  }

  .auth-visual__overlay {
    padding: 34px;
  }
}

@media (min-width: 721px) and (max-width: 860px) {
  .dashboard-preview,
  .dashboard-preview.is-sidebar-collapsed {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .dashboard-sidebar,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar {
    align-items: center;
  }

  .dashboard-sidebar > .brand,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar > .brand {
    justify-content: center;
    min-width: 82px;
    padding-inline: 0;
  }

  .dashboard-sidebar .brand__copy,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar .brand__copy,
  .participant-profile div,
  .dashboard-preview.is-sidebar-collapsed .participant-profile div,
  .dashboard-nav-label,
  .dashboard-preview.is-sidebar-collapsed .dashboard-nav-label {
    display: none;
  }

  .participant-profile,
  .dashboard-preview.is-sidebar-collapsed .participant-profile {
    justify-content: center;
    margin-inline: 9px;
    padding-inline: 6px;
  }

  .dashboard-sidebar nav,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav {
    padding-inline: 9px;
  }

  .dashboard-sidebar nav button,
  .dashboard-preview.is-sidebar-collapsed .dashboard-sidebar nav button {
    justify-content: center;
    padding-inline: 8px;
    width: 50px;
  }
}

@media (max-width: 720px) {
  body {
    min-width: 0;
  }

  .dashboard-body > header {
    min-height: 64px;
  }

  .dashboard-content,
  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 16px;
  }

  .welcome-panel {
    min-height: 170px;
    padding: 22px;
  }

  .welcome-panel h1 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .participant-records-panel,
  .training-access-panel {
    padding: 18px;
  }

  .participant-program-record {
    min-height: 250px;
    padding: 18px;
  }

  .participant-program-record dl div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .application-status-actions .button {
    width: 100%;
  }

  .training-access-tabs {
    margin-inline: -4px;
    padding-bottom: 2px;
  }

  .training-access-tabs button {
    padding-inline: 14px;
  }
}

@media (max-width: 480px) {
  :root {
    --page: calc(100% - 24px);
  }

  .site-header {
    padding-inline: 12px;
  }

  .site-header .brand__copy strong {
    font-size: 12px;
  }

  .company-hero h1,
  .program-hero h1 {
    font-size: clamp(34px, 10vw, 42px);
  }

  .company-about__copy h2,
  .company-section-heading h2,
  .company-cta h2 {
    font-size: clamp(27px, 8vw, 32px);
  }

  .auth-panel {
    padding-inline: 16px;
  }

  .auth-visual {
    min-height: 300px;
  }

  .auth-visual__overlay {
    padding: 28px;
  }

  .auth-visual h1 {
    font-size: clamp(32px, 9vw, 38px);
  }

  .dashboard-content,
  .enrollment-dashboard__content,
  .program-dashboard-page__content {
    padding: 12px;
  }

  .participant-records-panel,
  .training-access-panel,
  .member-program-section {
    padding: 16px;
  }

  .participant-detail-toolbar {
    padding: 14px;
  }

  .application-status-card__heading {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .application-status-card__heading h2 {
    font-size: 22px;
  }

  .application-overview > div {
    padding-inline: 16px;
  }

  .application-progress-dashboard,
  .application-status-actions {
    padding-inline: 16px;
  }

  .toast-stack {
    max-width: none;
    width: calc(100% - 24px);
  }
}

/* Final public-layout overrides */
.site-header {
  grid-template-columns: 265px minmax(0, 1fr) 138px;
}

.public-nav {
  gap: 0;
}

.public-nav a {
  font-size: 13px;
  padding-inline: 11px;
}

.site-footer__main {
  grid-template-columns: 1.6fr 0.8fr 0.8fr 0.85fr;
}

.site-footer__main a:not(.brand) {
  color: #aab7c1;
  font-size: 13px;
  line-height: 1.8;
  text-decoration: none;
}

.company-hero {
  background-position: 76% center;
  min-height: 660px;
}

.company-hero__inner {
  min-height: 660px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 230px 1fr 120px;
  }

  .public-nav a {
    font-size: 12px;
    padding-inline: 7px;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .company-hero,
  .company-hero__inner {
    min-height: 720px;
  }
}

.mobile-menu-button {
  font-size: 0;
}

.mobile-menu-button::before {
  content: "\2630";
  font-size: 22px;
}

.public-nav.is-open ~ .mobile-menu-button::before {
  content: "\00d7";
  font-size: 28px;
}
