.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-height: 38px;
  padding: 0;
  color: #ffffff;
  background: #0b5d7a;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.course-card__instructors {
  margin-top: 0.8rem;
  color: #45556a;
  font-size: 0.9rem;
  line-height: 1.5;
}

.course-instructors {
  margin: 1.5rem 0;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid #dce5ed;
  border-radius: 1rem;
  background: #fff;
}

.course-instructors > h2 { margin: 0 0 1.25rem; }
.course-instructors__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.course-instructor { display: flex; align-items: flex-start; gap: 1rem; padding: 1rem; border-radius: 0.75rem; background: #f5f8fb; }
.course-instructor__portrait { width: 64px; height: 64px; flex: 0 0 64px; border-radius: 50%; object-fit: cover; }
.course-instructor h3 { margin: 0 0 0.25rem; font-size: 1.1rem; }
.course-instructor__title { margin: 0 0 0.45rem; color: #52657c; }
.course-instructor__lead { display: inline-block; margin-bottom: 0.45rem; padding: 0.2rem 0.55rem; border-radius: 999px; background: #dcefe6; color: #176145; font-size: 0.75rem; font-weight: 700; }
.course-instructor__biography { margin: 0.4rem 0 0; white-space: pre-wrap; line-height: 1.55; }

.login-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.login-link:hover,
.login-link:focus-visible {
  color: #0b5d7a;
  background: #ffffff;
  outline: none;
}

.mobile-course-drawer {
  display: none;
}

.mobile-course-nav {
  display: grid;
  gap: 10px;
  margin: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(20, 35, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(13, 38, 70, 0.1);
}

.mobile-course-nav a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: #073460;
  background: #f5f9fc;
  border: 1px solid rgba(20, 35, 58, 0.12);
  border-left: 4px solid #0092bf;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.mobile-course-nav a:hover,
.mobile-course-nav a:focus-visible {
  color: #ffffff;
  background: #0b4774;
  border-color: #0b4774;
  outline: none;
}

.mobile-course-nav__login {
  color: #ffffff !important;
  background: #0b5d7a !important;
  border-color: #0b5d7a !important;
}

.page-hero {
  position: relative;
  min-height: clamp(178px, 17vw, 250px);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 20, 34, 0.82), rgba(10, 33, 55, 0.66), rgba(42, 22, 30, 0.54)),
    url("../media/hero/hero-campus.jpg") center/cover no-repeat;
}

.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 14, 24, 0.08), rgba(4, 14, 24, 0.28));
  content: "";
}

.page-hero__inner {
  width: min(1320px, calc(100% - 32px));
  margin-inline: auto;
  padding-block: 32px;
}

.page-hero h1 {
  width: fit-content;
  margin: 0;
  padding: 7px 0 8px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.34);
  border-bottom: 4px solid rgba(255, 255, 255, 0.82);
}

.course-detail-hero h1 {
  border-bottom: 0;
}

.page-hero__breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 44px;
  margin-top: 18px;
  padding: 0 18px;
  color: #ffffff;
  background: rgba(17, 35, 50, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 600px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
  font-size: 0.9rem;
  font-weight: 600;
}

.page-hero__breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}

.page-hero__breadcrumb a:hover,
.page-hero__breadcrumb a:focus-visible {
  text-decoration: underline;
}

.course-layout {
  display: block;
  padding-block: 28px 56px;
}

.course-content {
  display: grid;
  gap: 28px;
}

.course-card h3,
.completed-course h3,
.catalog-contact h2 {
  margin: 0;
  letter-spacing: 0;
}

.course-section-heading {
  display: grid;
  gap: 8px;
}

.course-section-heading p {
  margin: 0;
  color: #006c89;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-section-heading h2,
.catalog-contact h2 {
  margin: 0;
  color: #10243d;
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.18;
}

.course-section-heading span {
  max-width: 760px;
  color: #4d5f72;
}

.course-catalog,
.course-detail,
.related-courses,
.completed-courses,
.catalog-contact {
  display: grid;
  gap: 22px;
}

.course-empty-state {
  position: relative;
  display: grid;
  width: min(100%, 760px);
  min-height: 260px;
  justify-self: center;
  place-items: center;
  gap: 20px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 58px);
  border: 1px solid #c9dce6;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(0, 108, 137, 0.1), transparent 38%),
    linear-gradient(145deg, #ffffff 0%, #f4fafc 100%);
  box-shadow: 0 18px 42px rgba(16, 36, 61, 0.09);
  text-align: center;
}

.course-empty-state__icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid #b9dae5;
  border-radius: 50%;
  color: #006c89;
  background: #e7f5f9;
}

.course-empty-state__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.course-empty-state__content {
  display: grid;
  max-width: 560px;
  justify-items: center;
  gap: 10px;
}

.course-empty-state h3,
.course-empty-state p {
  margin: 0;
}

.course-empty-state h3 {
  color: #10243d;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  line-height: 1.25;
}

.course-empty-state p {
  max-width: 52ch;
  color: #40566b;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 520px) {
  .course-empty-state {
    min-height: 230px;
    padding: 30px 22px;
    border-radius: 18px;
  }

  .course-empty-state__icon {
    width: 66px;
    height: 66px;
  }

  .course-empty-state__icon svg {
    width: 32px;
    height: 32px;
  }
}

@media (forced-colors: active) {
  .course-empty-state,
  .course-empty-state__icon {
    border: 2px solid CanvasText;
    background: Canvas;
    box-shadow: none;
  }

  .course-empty-state__icon {
    color: CanvasText;
  }
}

.course-completed-gallery {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(16, 36, 61, 0.1);
}

.course-detail-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(16, 36, 61, 0.1);
}

.course-detail-section-head div {
  display: grid;
  gap: 5px;
}

.course-detail-section-head p,
.course-detail-section-head h2,
.course-detail-section-head span {
  margin: 0;
}

.course-detail-section-head p {
  color: #006c89;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.course-detail-section-head h2 {
  color: #10243d;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.16;
}

.course-detail-section-head span {
  color: #526070;
  font-weight: 700;
}

.course-detail-section-head a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  color: #ffffff;
  background: #00557a;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.course-detail-section-head a:hover,
.course-detail-section-head a:focus-visible {
  background: #0b5d7a;
  outline: 3px solid rgba(11, 93, 122, 0.18);
  outline-offset: 2px;
}

.course-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.course-filters button {
  min-height: 42px;
  padding: 0 16px;
  color: #16324f;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

.course-filters button:hover,
.course-filters button:focus-visible,
.course-filters button.is-active {
  color: #ffffff;
  background: #0b5d7a;
  border-color: #0b5d7a;
  outline: none;
}

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

.course-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(13, 38, 70, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.course-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(11, 93, 122, 0), rgba(11, 93, 122, 0.1));
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 180ms ease;
}

.course-card:hover,
.course-card:focus-within {
  border-color: rgba(11, 93, 122, 0.28);
  box-shadow: 0 20px 42px rgba(13, 38, 70, 0.14);
  transform: translateY(-3px);
}

.course-card:hover::after,
.course-card:focus-within::after {
  opacity: 1;
}

.course-card[hidden] {
  display: none;
}

.course-card__media {
  position: relative;
  display: block;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  background: #0b5d7a;
  aspect-ratio: 4 / 3;
}

.course-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center;
  transition: transform 260ms ease;
}

.course-card:hover .course-card__media img,
.course-card:focus-within .course-card__media img {
  transform: scale(1.06);
}


.course-card__body {
  display: grid;
  align-content: start;
  grid-auto-rows: min-content;
  gap: 14px;
  padding: 18px;
}

.course-card__badges {
  display: flex;
  align-items: center;
  align-self: start;
  flex-wrap: wrap;
  gap: 6px;
}

.course-card__badges span {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  color: #0a4358;
  background: #eaf7fb;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.course-card dl,
.course-detail__summary dl,
.course-stats__grid {
  margin: 0;
}

.course-card dl {
  display: grid;
  gap: 8px;
}

.course-card dl div,
.course-detail__summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-block: 7px;
  border-bottom: 1px solid rgba(16, 36, 61, 0.1);
}

.course-card dt,
.course-detail__summary dt {
  color: #4d5f72;
  font-weight: 700;
}

.course-card dd,
.course-detail__summary dd {
  margin: 0;
  color: #10243d;
  font-weight: 600;
  text-align: right;
}

.course-card p,
.course-detail__panel p,
.course-checklist,
.catalog-contact address,
.completed-course p {
  margin: 0;
  color: #43546a;
}

.course-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 18px 18px;
}

.course-card__actions a,
.course-card__actions button,
.course-primary-action,
.course-secondary-action,
.completed-course a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
}

.course-card__actions a,
.course-secondary-action,
.completed-course a {
  color: #0b5d7a;
  background: #eef8fb;
  border: 1px solid rgba(11, 93, 122, 0.18);
}

.course-card__actions a:hover,
.course-card__actions a:focus-visible,
.course-secondary-action:hover,
.course-secondary-action:focus-visible,
.completed-course a:hover,
.completed-course a:focus-visible {
  color: #ffffff;
  background: #0b5d7a;
  border-color: #0b5d7a;
  outline: none;
}

.course-card__actions button,
.course-card__join,
.course-primary-action {
  color: #ffffff;
  background: #0b5d7a;
  border: 1px solid #0b5d7a;
  cursor: pointer;
}

.course-card__actions button:hover,
.course-card__actions button:focus-visible,
.course-card__join:hover,
.course-card__join:focus-visible,
.course-primary-action:hover,
.course-primary-action:focus-visible {
  color: #0b5d7a;
  background: #ffffff;
  outline: 3px solid rgba(11, 93, 122, 0.18);
  outline-offset: 2px;
}

.course-card__actions--single {
  grid-template-columns: 1fr;
}

.course-card--muted {
  background: #fbfcfd;
}

.course-stats {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) 1.18fr;
  gap: 20px;
  padding: 26px;
  color: #ffffff;
  background: #0c4961;
  border-radius: 8px;
}

.course-stats h2,
.course-stats p {
  margin: 0;
  color: #ffffff;
}

.course-stats__content {
  display: grid;
  gap: 10px;
}

.course-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.course-stats__grid div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.course-stats dt {
  font-size: 0.82rem;
  font-weight: 600;
}

.course-stats dd {
  margin: 6px 0 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.course-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: start;
  gap: 18px;
}

.course-detail__panel,
.course-detail__summary,
.catalog-contact,
.completed-course {
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(13, 38, 70, 0.07);
}

.course-detail__summary {
  align-self: start;
}

.course-detail__summary h3 {
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #10243d;
  font-size: 1.05rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(16, 36, 61, 0.12);
}

.course-detail__side {
  display: grid;
  gap: 14px;
  align-self: start;
}

.course-detail__summary-apply {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}

.course-detail__panel {
  display: grid;
  gap: 16px;
}

.course-detail__panel-info {
  display: grid;
  gap: 14px;
  padding-top: 4px;
}

.course-detail__image {
  margin: 0;
  overflow: hidden;
  background: #10243d;
  border-radius: 8px;
}

.course-detail__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


.course-detail__notice {
  display: grid;
  gap: 18px;
  padding: 16px;
  color: #111827;
  background: #fffafa;
  border: 0;
  border-radius: 8px;
}

.course-detail__notice-label {
  justify-self: start;
  padding: 6px 10px;
  color: #ffffff;
  background: #c93636;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1;
}

.course-detail__notice p {
  margin: 0;
  line-height: 1.6;
}

.course-detail__notice > p:first-of-type {
  color: #c81919;
}

.course-detail__price-note {
  padding-top: 12px;
  border-top: 1px solid rgba(16, 36, 61, 0.1);
}

.course-detail__info-box {
  display: grid;
  gap: 12px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
}

.course-detail__info-box h3,
.course-detail__info-box p {
  margin: 0;
}

.course-detail__info-box h3 {
  margin: -18px -18px 4px;
  padding: 14px 18px;
  color: #10243d;
  background: #f3f7fb;
  border-bottom: 1px solid rgba(16, 36, 61, 0.12);
  border-radius: 8px 8px 0 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.course-detail__info-box p {
  color: #111827;
  line-height: 1.6;
}

.course-detail__info-box a {
  color: #0b5d7a;
  font-weight: 600;
}

.course-detail__bank-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.course-detail__bank-list div {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  background: #f8fbfd;
  border: 1px solid rgba(16, 36, 61, 0.1);
  border-radius: 6px;
}

.course-detail__bank-list dt {
  color: #526070;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.course-detail__bank-list dd {
  margin: 0;
  color: #10243d;
  font-weight: 600;
  line-height: 1.45;
}

.course-detail__bank-list code {
  display: inline-block;
  max-width: 100%;
  padding: 3px 6px;
  overflow-wrap: anywhere;
  color: #00557a;
  background: #ffffff;
  border-radius: 4px;
  font: inherit;
}

.course-detail__payment-notes {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-detail__payment-notes li {
  position: relative;
  padding: 9px 10px 9px 32px;
  color: #111827;
  background: #fffaf0;
  border: 1px solid rgba(181, 120, 28, 0.18);
  border-radius: 6px;
  line-height: 1.45;
}

.course-detail__payment-notes li::before {
  content: "!";
  position: absolute;
  top: 10px;
  left: 11px;
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  color: #ffffff;
  background: #b5781c;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 600;
}

.course-detail__payment-notes .is-warning {
  color: #8f1010;
  background: #fff5f5;
  border-color: rgba(201, 54, 54, 0.25);
  font-weight: 600;
}

.course-detail__payment-notes .is-warning::before {
  background: #c93636;
}

.course-detail__bank-contact {
  padding-top: 10px;
  border-top: 1px solid rgba(16, 36, 61, 0.1);
}

.course-detail__warning {
  color: #c81919;
}

.course-detail__divider {
  width: 100%;
  height: 1px;
  margin: 0;
  background: rgba(16, 36, 61, 0.12);
  border: 0;
}

.course-checklist {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.course-detail__apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: #f5fbfd;
  border: 1px solid rgba(11, 93, 122, 0.16);
  border-radius: 8px;
}

.course-detail__apply div {
  display: grid;
  gap: 5px;
}

.course-detail__apply h2,
.course-detail__apply p {
  margin: 0;
}

.course-detail__apply h2 {
  color: #10243d;
  font-size: 1.05rem;
  font-weight: 600;
}

.course-detail__apply p {
  color: #43546a;
  font-weight: 600;
}

.course-detail__apply .course-primary-action {
  min-width: 168px;
  flex: 0 0 auto;
}

.course-detail-tabs {
  display: grid;
  gap: 14px;
}

.course-detail-tabs-wrap {
  display: block;
}

.course-detail-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.course-detail-tabs__list button {
  flex: 1 1 210px;
  min-height: 42px;
  padding: 0 16px;
  color: #111827;
  background: #e9e9e9;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.course-detail-tabs__list button[aria-selected="true"],
.course-detail-tabs__list button:hover,
.course-detail-tabs__list button:focus-visible {
  color: #ffffff;
  background: #606060;
  border-color: #606060;
  outline: none;
}

.course-detail-tabs__panel {
  padding: 20px 16px;
  color: #111827;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.16);
  border-radius: 4px;
  line-height: 1.55;
}

.course-detail-tabs__panel[hidden] {
  display: none;
}

.course-detail-tabs__panel p {
  margin: 0 0 6px;
}

.course-detail-tabs__panel p:last-child {
  margin-bottom: 0;
}

.course-detail-tabs__panel h3 {
  margin: 0 0 12px;
  color: #10243d;
  font-size: 1.08rem;
}

.course-detail-tabs__rich {
  overflow-wrap: anywhere;
}

.course-detail-tabs__rich + .course-detail-tabs__rich,
.course-detail-tabs__subheading {
  margin-top: 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 36, 61, 0.12);
}

.course-detail-tabs__empty {
  padding: 14px 16px;
  color: #43546a;
  background: #f5f9fb;
  border-left: 4px solid #8bb8ca;
  border-radius: 4px;
  font-weight: 700;
}

.course-detail-tabs__info {
  display: grid;
  gap: 10px;
  margin: 0;
}

.course-detail-tabs__info div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-block: 8px;
  border-bottom: 1px solid rgba(16, 36, 61, 0.1);
}

.course-detail-tabs__info dt {
  color: #4d5f72;
  font-weight: 600;
}

.course-detail-tabs__info dd {
  margin: 0;
  color: #10243d;
  text-align: right;
  font-weight: 600;
}

.course-detail-tabs__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 6px;
}

.course-detail-tabs__table {
  width: 100%;
  border-collapse: collapse;
}

.course-detail-tabs__table th,
.course-detail-tabs__table td {
  padding: 11px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 36, 61, 0.11);
}

.course-detail-tabs__table th {
  color: #ffffff;
  background: #07567b;
  font-weight: 600;
}

.course-detail-tabs__table tbody tr:nth-child(even) {
  background: #f4f8fa;
}

.course-detail-tabs__table tbody tr:last-child td {
  border-bottom: 0;
}

html[dir="rtl"] .course-detail-tabs__table th,
html[dir="rtl"] .course-detail-tabs__table td {
  text-align: right;
}

html[dir="rtl"] .course-detail-tabs__empty {
  border-right: 4px solid #8bb8ca;
  border-left: 0;
}

@media (max-width: 640px) {
  .course-detail-tabs__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .course-detail-tabs__list button {
    width: 100%;
  }

  .course-detail-tabs__info div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .course-detail-tabs__info dd {
    text-align: left;
  }

  html[dir="rtl"] .course-detail-tabs__info dd {
    text-align: right;
  }
}

.completed-search {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #f7fbfd;
  border: 1px solid rgba(16, 36, 61, 0.12);
  border-radius: 8px;
}

.completed-search label {
  color: #10243d;
  font-weight: 600;
}

.completed-search input {
  min-height: 46px;
  padding: 0 14px;
  color: #10243d;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.18);
  border-radius: 8px;
}

.completed-search p {
  margin: 0;
  color: #4d5f72;
  font-weight: 700;
}

.completed-course-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.completed-course {
  display: grid;
  gap: 10px;
}

.completed-course[hidden] {
  display: none;
}

.completed-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.completed-pagination button {
  min-width: 42px;
  min-height: 42px;
  color: #0b5d7a;
  background: #ffffff;
  border: 1px solid rgba(11, 93, 122, 0.22);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.completed-pagination button[aria-current="page"],
.completed-pagination button:hover,
.completed-pagination button:focus-visible {
  color: #ffffff;
  background: #0b5d7a;
}

.catalog-contact a {
  color: #0b5d7a;
  font-weight: 600;
}

.gallery-page,
.faq-panel,
.candidate-login {
  display: grid;
  gap: 22px;
}

.gallery-category-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gallery-category-card,
.gallery-grid figure,
.candidate-login__form {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(13, 38, 70, 0.08);
}

.gallery-category-card {
  display: grid;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gallery-category-card:hover,
.gallery-category-card:focus-visible {
  box-shadow: 0 20px 42px rgba(13, 38, 70, 0.14);
  outline: 3px solid rgba(11, 93, 122, 0.18);
  outline-offset: 2px;
  transform: translateY(-3px);
}

.gallery-category-card img,
.gallery-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.gallery-category-card__body {
  display: grid;
  gap: 6px;
  padding: 16px;
}

.gallery-category-card__body span {
  color: #006c89;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.gallery-category-card h2,
.gallery-category-card p,
.gallery-grid figure {
  margin: 0;
}

.gallery-grid button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.gallery-grid button::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffffff;
  background: rgba(11, 93, 122, 0.64);
  content: "Görüntüle";
  font-weight: 600;
  opacity: 0;
  transition: opacity 180ms ease;
}

.gallery-grid button:hover::after,
.gallery-grid button:focus-visible::after {
  opacity: 1;
}

.gallery-grid [hidden] {
  display: none;
}

.course-lightbox {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(5, 18, 31, 0.82);
}

.course-lightbox[hidden] {
  display: none;
}

.course-lightbox__dialog {
  width: min(980px, 100%);
  color: #ffffff;
}

.course-lightbox img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 76vh;
  object-fit: cover;
  object-position: center;
  background: #071421;
  border-radius: 8px;
}

.course-lightbox__caption {
  margin: 10px 52px 0 0;
  font-weight: 600;
}

.course-lightbox__counter {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 12px 0 0;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  font-weight: 600;
}

.course-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  cursor: pointer;
}

.course-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #ffffff;
  background: rgba(7, 20, 34, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  cursor: pointer;
  transform: translateY(-50%);
}

.course-lightbox__nav[hidden] {
  display: none;
}

.course-lightbox__nav--prev {
  left: max(18px, calc((100vw - 980px) / 2 - 74px));
}

.course-lightbox__nav--next {
  right: max(18px, calc((100vw - 980px) / 2 - 74px));
}

.course-lightbox__nav span {
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.course-lightbox__nav--prev span {
  transform: translateX(3px) rotate(-45deg);
}

.course-lightbox__nav--next span {
  transform: translateX(-3px) rotate(135deg);
}

.course-lightbox__close:hover,
.course-lightbox__close:focus-visible,
.course-lightbox__nav:hover,
.course-lightbox__nav:focus-visible {
  color: #0b5d7a;
  background: #ffffff;
  outline: none;
}

.course-lightbox__close::before,
.course-lightbox__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.course-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.course-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(13, 38, 70, 0.07);
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  color: #10243d;
  cursor: pointer;
  font-weight: 600;
}

.faq-list p {
  margin: 0;
  padding: 0 0 18px;
  color: #43546a;
}

.candidate-login__form {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.candidate-login__form[hidden] {
  display: none;
}

.auth-card {
  width: min(760px, 100%);
  margin-inline: auto;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(13, 38, 70, 0.1);
}

.candidate-login--reset {
  font-family: "Noto Sans", Arial, sans-serif;
}

.auth-card--reset {
  width: min(820px, 100%);
}

.candidate-verification__body {
  display: grid;
  gap: 16px;
  padding: 28px 30px;
}

.candidate-verification__body > p { margin: 0; }
.candidate-verification__body form { margin: 0; }
.candidate-verification__body .course-primary-action { width: 100%; }
.candidate-verification__note { color: #52677b; }
.candidate-verification__logout { border: 0; background: none; color: #075e86; cursor: pointer; padding: 5px 0; font: inherit; text-decoration: underline; }

.auth-card__intro {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 28px 30px 24px;
  background: linear-gradient(135deg, #f1f8fb 0%, #ffffff 72%);
  border-bottom: 1px solid #cbdde6;
}

.auth-card__intro::before {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  width: 5px;
  background: #087b98;
  content: "";
}

.auth-card__intro h2,
.auth-card__intro p {
  margin: 0;
}

.auth-card__intro h2 {
  color: #082d49;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.25;
}

.auth-card__intro > p:last-child {
  max-width: 66ch;
  color: #3d5267;
  font-size: 1rem;
  line-height: 1.7;
}

.auth-card__eyebrow {
  color: #087b98;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.auth-card--reset .candidate-login__form {
  gap: 11px;
  padding: 26px 30px 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.candidate-login__hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 6px;
  padding: 12px 14px;
  color: #29475b;
  background: #f5f9fb;
  border: 1px solid #d3e2e9;
  border-radius: 8px;
  line-height: 1.55;
}
.candidate-login__hint[role="alert"]{color:#fff;background:#b42332;border-color:#8f1e2a;font-weight:700}

.candidate-login__hint > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: #087b98;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 600;
}

.auth-card__footer {
  display: flex;
  justify-content: flex-end;
  padding: 14px 30px 18px;
  background: #f8fafc;
  border-top: 1px solid #dce7ec;
}

.auth-card__footer .candidate-login__forgot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 15px;
  color: #07567b;
  border: 1px solid #9dc3d3;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.auth-card__footer .candidate-login__forgot:hover,
.auth-card__footer .candidate-login__forgot:focus-visible {
  color: #ffffff;
  background: #07567b;
  border-color: #07567b;
  outline: 3px solid rgba(7,86,123,.2);
  outline-offset: 2px;
}

html[dir="rtl"] .auth-card__footer .candidate-login__forgot > span {
  transform: scaleX(-1);
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: #f4f8fb;
  border-bottom: 1px solid rgba(16, 36, 61, 0.1);
}

.auth-tabs button {
  min-height: 46px;
  color: #10243d;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.auth-tabs button[aria-selected="true"],
.auth-tabs button:hover,
.auth-tabs button:focus-visible {
  color: #ffffff;
  background: #0b5d7a;
  border-color: #0b5d7a;
  outline: none;
}

.candidate-login__form label {
  color: #10243d;
  font-weight: 600;
}

.candidate-login__form input:not([type="checkbox"]),
.candidate-login__form select {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 14px;
  color: #10243d;
  background-color: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.18);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
}

.candidate-login__form select {
  padding-right: 38px;
  cursor: pointer;
}

.candidate-login__form :is(input, select):focus-visible {
  outline: 3px solid rgba(7, 86, 123, 0.22);
  outline-offset: 2px;
  border-color: #0b5d7a;
}

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

.candidate-login__name-grid > div {
  display: grid;
  gap: 8px;
}

.candidate-login__name-grid input {
  width: 100%;
}

.candidate-login__account-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 12px 14px;
  color: #29475b;
  background: #f5f9fb;
  border: 1px solid #d3e2e9;
  border-radius: 8px;
  line-height: 1.55;
}

.candidate-login__account-note > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  color: #ffffff;
  background: #087b98;
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 600;
}

.password-field {
  position: relative;
}

.password-field input {
  width: 100%;
  padding-inline-end: 54px;
}

.password-field button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #315267;
  background: #f2f7fa;
  border: 1px solid #b9ced9;
  border-radius: 7px;
  cursor: pointer;
  transform: translateY(-50%);
}

.password-field button span {
  width: 20px;
  height: 14px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 50% / 60%;
}

.password-field button span::after {
  width: 5px;
  height: 5px;
  display: block;
  margin: 2.5px auto 0;
  background: currentColor;
  border-radius: 50%;
  content: "";
}

.password-field button[aria-pressed="true"] span { opacity: .55; }
.password-field button:hover,
.password-field button:focus-visible { color:#fff; background:#07567b; outline:3px solid rgba(7,86,123,.2); outline-offset:2px; }
html[dir="rtl"] .password-field button { right:auto; left:6px; }
html[dir="rtl"] .password-field input { padding-inline-end:14px; padding-inline-start:54px; }

.candidate-dashboard,.candidate-apply{width:min(1120px,100%);margin-inline:auto;display:grid;gap:24px;color:#17334b}
.candidate-dashboard__welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:30px 34px;border-radius:18px;color:#fff;background:linear-gradient(125deg,#082e4a,#0a6080);box-shadow:0 18px 38px rgba(8,46,74,.18)}
.candidate-dashboard__welcome h2{margin:6px 0 8px;font-size:clamp(1.45rem,2.8vw,2.1rem);line-height:1.2;color:#fff}
.candidate-dashboard__welcome p{margin:0;color:#d6e8ef}
.candidate-dashboard__eyebrow{font-size:.73rem;font-weight:800;letter-spacing:.13em;color:#1685a5}
.candidate-dashboard__welcome .candidate-dashboard__eyebrow{color:#9be3ed}
.candidate-dashboard__logout{white-space:nowrap;border:1px solid rgba(255,255,255,.45);border-radius:9px;padding:11px 16px;background:rgba(255,255,255,.09);color:#fff;font:inherit;font-weight:700;cursor:pointer}
.candidate-dashboard__logout:hover,.candidate-dashboard__logout:focus-visible{background:#fff;color:#0a4665}
.candidate-dashboard__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.candidate-dashboard__stats>div{display:grid;gap:8px;padding:18px 20px;border:1px solid #dbe7ed;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(13,38,70,.05)}
.candidate-dashboard__stats span{font-size:.82rem;color:#576c7f;font-weight:700}
.candidate-dashboard__stats strong{font-size:1.35rem;color:#123e5b}
.candidate-dashboard__stats .is-success{font-size:1rem;color:#116b4b}.candidate-dashboard__stats .is-pending{font-size:1rem;color:#9a6107}
.candidate-dashboard__panel{padding:28px 30px;border:1px solid #dbe7ed;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(13,38,70,.06)}
.candidate-dashboard__section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;padding-bottom:17px;border-bottom:1px solid #e2ebef}
.candidate-dashboard__section-head h2{margin:4px 0 0;color:#102f47;font-size:1.5rem}
.candidate-dashboard__section-head p{max-width:400px;margin:0;color:#627588;font-size:.9rem;text-align:right}
.candidate-dashboard__contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.candidate-dashboard__contact-grid>div{display:flex;align-items:center;gap:14px;min-width:0;padding:17px;border:1px solid #dce8ee;border-radius:11px;background:#f8fbfd}
.candidate-dashboard__contact-grid>div.is-verified{border-color:#c4e4d4;background:#f4fbf7}
.candidate-dashboard__contact-grid>div>div{min-width:0;flex:1}.candidate-dashboard__contact-grid h3{margin:0 0 3px;font-size:1rem;color:#17334b}.candidate-dashboard__contact-grid p{margin:0;color:#63778a;font-size:.86rem}
.candidate-dashboard__contact-symbol{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:#e3f2f6;color:#0a6684;font-size:1.25rem}
.candidate-dashboard__contact-grid .is-verified .candidate-dashboard__contact-symbol{background:#ddf2e6;color:#176646}
.candidate-dashboard__badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:6px 11px;border-radius:999px;font-size:.77rem;font-weight:800}
.candidate-dashboard__badge.is-success{background:#e5f5ed;color:#176646}.candidate-dashboard__badge.is-pending{background:#fff2d7;color:#986007}
.candidate-dashboard__action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:7px 12px;border:1px solid #b7d5e1;border-radius:8px;background:#eff8fb;color:#0a5877;font:inherit;font-size:.85rem;font-weight:800;text-decoration:none;cursor:pointer}
.candidate-dashboard__action:hover,.candidate-dashboard__action:focus-visible{background:#0a5877;color:#fff}
.candidate-dashboard .course-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.candidate-dashboard .course-card{display:block;border-radius:13px;box-shadow:none;transition:none}
.candidate-dashboard .course-card:hover{transform:none;box-shadow:0 10px 24px rgba(13,38,70,.08)}
.candidate-dashboard .course-card::after{display:none}
.candidate-dashboard .course-card__body{padding:22px;gap:14px}
.candidate-dashboard__participant-head{display:flex;justify-content:space-between;align-items:start;gap:12px}
.candidate-dashboard__participant-head h3{margin:0 0 5px;color:#0d3652;font-size:1.1rem}
.candidate-dashboard__participant-head p{margin:0;color:#65788a;font-size:.84rem}
.candidate-dashboard__identity{display:flex;align-items:center;gap:13px;min-width:0}
.candidate-dashboard__avatar{display:grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#d9eef3,#edf8f9);color:#075a77;font-size:1rem;font-weight:800;letter-spacing:.02em}
.candidate-dashboard__identity-copy{min-width:0}.candidate-dashboard__identity-copy h3{margin:3px 0 0;font-size:1.12rem;line-height:1.25;overflow-wrap:anywhere}
.candidate-dashboard__identity-label{color:#39728a;font-size:.67rem;font-weight:850;letter-spacing:.1em}
.candidate-dashboard__identity-meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px 10px;margin-top:5px;color:#62798a;font-size:.8rem}
.candidate-dashboard__relationship.is-pending{color:#9a6107;font-weight:750}
.candidate-dashboard__profile-form{display:grid;gap:18px;margin-top:4px}
.candidate-dashboard__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.candidate-dashboard__fields>div{display:grid;gap:6px;min-width:0}
.candidate-dashboard__fields>[hidden]{display:none}
.candidate-dashboard__fields label{color:#273f55;font-size:.84rem;font-weight:750}
.candidate-dashboard__fields input,.candidate-dashboard__fields select{box-sizing:border-box;width:100%;min-width:0;min-height:43px;padding:9px 12px;border:1px solid #bfd0da;border-radius:8px;background:#fff;color:#17334b;font:inherit}
.candidate-dashboard__fields :is(input,select):focus-visible{outline:3px solid rgba(9,112,145,.22);border-color:#087b98}
.candidate-dashboard__field-wide{grid-column:1/-1}
.candidate-dashboard__readonly{display:grid;gap:3px;min-height:43px;padding:10px 12px;border:1px solid #d3e2e9;border-radius:8px;background:#f3f8fa;font-weight:750}
.candidate-dashboard__readonly small{font-size:.74rem;color:#65788a;font-weight:500}
.candidate-dashboard__form-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:15px;border-top:1px solid #edf1f4}
.candidate-dashboard__form-footer p{margin:0;color:#687b8c;font-size:.8rem;line-height:1.45}
.candidate-dashboard__form-footer .course-primary-action{white-space:nowrap}
.candidate-dashboard__add-child,.candidate-dashboard__documents{border:1px solid #dce8ee;border-radius:10px;background:#f9fcfd}
.candidate-dashboard__add-child{margin-top:18px;padding:16px 20px}
.candidate-dashboard__add-child-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border:1px solid #0b6683;border-radius:8px;background:#0b6683;color:#fff;font:inherit;font-weight:800;cursor:pointer}
.candidate-dashboard__add-child-button:hover,.candidate-dashboard__add-child-button:focus-visible{background:#074c65;outline:3px solid rgba(11,102,131,.22)}
.candidate-dashboard__add-child>div[hidden]{display:none}
.candidate-dashboard__documents summary{display:flex;justify-content:space-between;gap:10px;cursor:pointer;color:#0c4f6b;font-weight:800}
.candidate-dashboard__documents summary span{font-size:.78rem;color:#63778a;font-weight:500}
.candidate-dashboard__add-child>div>p{color:#52697b;line-height:1.6}
.candidate-dashboard__add-child .candidate-login__form{grid-template-columns:1fr;max-width:520px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.candidate-dashboard__add-child .candidate-login__form>button{justify-self:start}
.candidate-dashboard__documents{padding:13px 15px}
.candidate-dashboard__documents>p:first-of-type{margin-top:16px}
.candidate-dashboard__documents .candidate-login__form{padding:12px 0 0}
.candidate-dashboard__application dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px}
.candidate-dashboard__application dl div{min-width:0}.candidate-dashboard__application dd{text-align:right}
.candidate-dashboard__application>a{font-weight:800;color:#0a6684}
.candidate-dashboard__payment-total{padding-top:9px;border-top:1px solid #dce8ee;font-weight:800;color:#0a5674}

.candidate-price-card{display:grid;gap:12px;padding:21px;border:1px solid #c5dfe8;border-radius:12px;background:#f5fafc}
.candidate-price-card h3{margin:0;color:#143d56}.candidate-price-card>p,.candidate-price-card>small{margin:0;color:#577082;line-height:1.5}
.candidate-price-card__person{display:grid;gap:8px;padding-top:12px;border-top:1px solid #d4e5eb}
.candidate-price-card__person>span{color:#5c7283;font-size:.88rem}.candidate-price-card__person dl{display:grid;gap:7px;margin:0}
.candidate-price-card__person dl>div{display:flex;justify-content:space-between;gap:12px}.candidate-price-card__person dt{color:#52697c}.candidate-price-card__person dd{margin:0;font-weight:700;text-align:right}
.candidate-price-card__total{align-items:center;margin-top:4px;padding:13px 14px;border:1px solid #d69c22;border-radius:9px;background:#fff0c2;color:#683c00;font-weight:800}
.candidate-price-card__total dd{font-size:1.3rem;color:#663000}
.course-detail__name{margin:14px 0 20px;color:#123c56;font-size:clamp(1.45rem,2.8vw,2rem);line-height:1.25}
.course-detail__application-alert{margin:16px 0;padding:15px 18px;border:1px solid #e4ba5f;border-radius:9px;background:#fff8e9;color:#684814;font-weight:700;line-height:1.5}
.course-detail__application-alert p{margin:0}.course-detail__application-alert p+p{margin-top:7px}

.candidate-apply__heading{padding:26px 30px;border-radius:16px;background:linear-gradient(125deg,#eaf6f9,#fff);border:1px solid #d4e8ee}
.candidate-apply__heading h2{margin:6px 0;font-size:clamp(1.5rem,3vw,2.15rem);color:#0a3450}.candidate-apply__heading p{margin:0;color:#52697b}
.candidate-apply__layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;align-items:start;gap:20px}
.candidate-apply__card,.candidate-apply__aside{padding:26px 30px;border:1px solid #dce8ee;border-radius:15px;background:#fff;box-shadow:0 10px 28px rgba(13,38,70,.06)}
.candidate-apply__card form{display:grid;gap:14px}.candidate-apply__label{font-weight:750;color:#263f55}
.candidate-apply__card select{box-sizing:border-box;width:100%;min-height:46px;padding:9px 13px;border:1px solid #bfd0da;border-radius:8px;background:#fff;font:inherit}
.candidate-apply__chosen{display:grid;gap:3px;padding:16px;border:1px solid #bddde6;border-radius:10px;background:#f0f8fa}.candidate-apply__chosen span,.candidate-apply__chosen small{color:#567082}.candidate-apply__chosen strong{font-size:1.15rem}
.candidate-apply__profile{padding:17px;border-radius:10px;background:#f8fbfc;border:1px solid #dbe7ed}.candidate-apply__profile[hidden]{display:none}
.candidate-apply__pricing{display:grid;gap:12px;padding:18px;border:1px solid #c5dfe8;border-radius:10px;background:#f4fafc}.candidate-apply__pricing[hidden]{display:none}
.candidate-apply__pricing h3,.candidate-apply__pricing p{margin:0}.candidate-apply__pricing p{color:#566f80;line-height:1.5}
.candidate-apply__pricing dl{display:grid;gap:8px;margin:0}.candidate-apply__pricing dl>div{display:flex;justify-content:space-between;gap:12px}.candidate-apply__pricing dd{margin:0;font-weight:750;text-align:right}
.candidate-apply__pricing-total{align-items:center;margin-top:5px;padding:14px 16px;border:1px solid #d69c22;border-radius:9px;background:#fff0c2;color:#683c00;font-weight:800}
.candidate-apply__pricing-total dt{color:#683c00;font-weight:800}
.candidate-apply__pricing-total dd{color:#663000;font-size:1.35rem;font-weight:900;line-height:1.2}
.candidate-apply__profile dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:0}.candidate-apply__profile dl div{display:grid;gap:4px}.candidate-apply__profile dt{font-size:.79rem;color:#65798b}.candidate-apply__profile dd{margin:0;font-weight:700;color:#15364d}
.candidate-apply__warning{margin:0 0 14px;padding:12px 14px;border:1px solid #eed69c;border-radius:8px;background:#fff8e8;color:#704f16}
.candidate-apply__divider{height:1px;margin:8px 0;background:#e1eaee}
.candidate-apply__read-button{display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;border:1px solid #8dbccc;border-radius:9px;background:#eff8fb;color:#075777;font:inherit;font-weight:800;cursor:pointer}.candidate-apply__read-button:hover{background:#dff1f6}
.candidate-apply__read-status{margin:0;color:#62798a;font-size:.85rem}
.candidate-apply__agreement{display:flex;align-items:start;gap:11px;padding:15px;border:1px solid #d7e4e9;border-radius:9px;background:#f7fafb;line-height:1.5;cursor:pointer}.candidate-apply__agreement input{flex:0 0 20px;width:20px;height:20px;margin:2px 0 0;accent-color:#0b5d7a}.candidate-apply__agreement:has(input:disabled){opacity:.65;cursor:not-allowed}
.candidate-apply__submit{width:100%;min-height:48px}.candidate-apply__submit:disabled{opacity:.52;cursor:not-allowed}
.candidate-apply__aside h3{margin:0 0 15px;color:#15364d}.candidate-apply__aside ol{display:grid;gap:15px;padding-left:20px;color:#52697b;line-height:1.5}.candidate-apply__aside a{font-weight:800;color:#0b6382}
.candidate-terms-dialog{box-sizing:border-box;width:min(720px,calc(100% - 28px));max-height:min(85vh,760px);padding:0;border:0;border-radius:16px;box-shadow:0 25px 80px rgba(3,24,39,.35);color:#17334b}.candidate-terms-dialog::backdrop{background:rgba(4,20,33,.68)}
.candidate-terms-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.candidate-terms-dialog__header,.candidate-terms-dialog__footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:18px 24px;background:#f4f9fb}.candidate-terms-dialog__header h2{margin:4px 0 0;font-size:1.4rem}.candidate-terms-dialog__header button{border:0;background:none;font-size:1.8rem;color:#52697b;cursor:pointer}.candidate-terms-dialog__scroll{overflow:auto;min-height:170px;max-height:55vh;padding:24px;line-height:1.75}.candidate-terms-dialog__text{white-space:pre-wrap;overflow-wrap:anywhere}.candidate-terms-dialog__footer{font-size:.84rem;color:#52697b}.candidate-terms-dialog__footer button{padding:8px 12px;border:1px solid #8dbccc;border-radius:7px;background:#fff;color:#075777;font:inherit;font-weight:750;cursor:pointer}
.candidate-terms-dialog__footer [data-accept-terms]{background:#0b5d7a;color:#fff;border-color:#0b5d7a}.candidate-terms-dialog__footer [data-accept-terms]:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:850px){.candidate-dashboard__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-dashboard__contact-grid,.candidate-dashboard .course-grid{grid-template-columns:1fr}.candidate-apply__layout{grid-template-columns:1fr}}
@media(max-width:600px){.candidate-dashboard__welcome,.candidate-dashboard__section-head,.candidate-dashboard__form-footer{align-items:start;flex-direction:column}.candidate-dashboard__section-head p{text-align:left}.candidate-dashboard__panel,.candidate-apply__card,.candidate-apply__aside{padding:20px}.candidate-dashboard__fields,.candidate-apply__profile dl,.candidate-dashboard__application dl{grid-template-columns:1fr}.candidate-dashboard__stats>div{padding:14px}.candidate-dashboard__contact-grid>div{flex-wrap:wrap}.candidate-dashboard__add-child .candidate-login__form{grid-template-columns:1fr}.candidate-terms-dialog__footer{align-items:start;flex-direction:column}}
@media(max-width:600px){.candidate-dashboard__participant-head{flex-wrap:wrap}.candidate-dashboard__participant-head>.candidate-dashboard__badge{margin-left:59px}}

.password-rules {
  padding: 14px 16px;
  background: #f5f9fb;
  border: 1px solid #cbdde6;
  border-radius: 8px;
}

.password-rules p { margin:0 0 8px; color:#10243d; font-weight:900; }
.password-rules ul { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 16px; margin:0; padding:0; list-style:none; }
.password-rules li { position:relative; padding-inline-start:24px; color:#526a7d; font-weight:700; }
.password-rules li::before { position:absolute; inset-inline-start:0; content:"○"; font-weight:900; }
.password-rules li.is-valid { color:#17633a; }
.password-rules li.is-valid::before { content:"✓"; }

.candidate-login__declaration {
  display:flex;
  align-items:flex-start;
  gap:11px;
  padding:14px 16px;
  background:#f5f9fb;
  border:1px solid #cbdde6;
  border-radius:8px;
  cursor:pointer;
  line-height:1.45;
  transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.candidate-login__form .candidate-login__declaration input {
  flex:0 0 20px;
  width:20px;
  height:20px;
  min-height:20px;
  margin:1px 0 0;
  padding:0;
  accent-color:#07567b;
  box-sizing:border-box;
}

.candidate-login__declaration:hover { background:#edf6fa; border-color:#8db9cb; }
.candidate-login__declaration:has(input:checked) { background:#eef8f4; border-color:#62a88a; box-shadow:inset 4px 0 0 #17633a; }
html[dir="rtl"] .candidate-login__declaration:has(input:checked) { box-shadow:inset -4px 0 0 #17633a; }
.candidate-login__declaration:has(input:focus-visible) { outline:3px solid rgba(7,86,123,.22); outline-offset:2px; }

@media (max-width:560px) { .password-rules ul { grid-template-columns:1fr; } }

@media (max-width:560px) {
  .candidate-login__name-grid {
    grid-template-columns: 1fr;
  }

  .auth-card__intro,
  .auth-card--reset .candidate-login__form {
    padding-inline: 18px;
  }

  .auth-card__footer {
    padding-inline: 18px;
  }

  .auth-card__footer .candidate-login__forgot {
    width: 100%;
    justify-content: center;
  }
}

.sem-info-page {
  display: grid;
  gap: 22px;
}

.sem-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.sem-info-card,
.certificate-check {
  display: grid;
  gap: 12px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 61, 0.14);
  border-radius: 8px;
  box-shadow: 0 14px 30px rgba(13, 38, 70, 0.08);
}

.sem-info-card h3,
.sem-info-card p,
.certificate-check p {
  margin: 0;
}

.sem-info-card h3,
.certificate-check label {
  color: #10243d;
  font-weight: 600;
}

.sem-info-card p,
.certificate-check p {
  color: #43546a;
  line-height: 1.6;
}

.certificate-check {
  width: min(760px, 100%);
}

.certificate-check__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.certificate-check input {
  min-height: 46px;
  padding: 0 14px;
  color: #10243d;
  border: 1px solid rgba(16, 36, 61, 0.18);
  border-radius: 8px;
}

.captcha-box {
  display: grid;
  gap: 16px;
  margin-block: 8px;
  padding: 20px;
  background: #f8fcfe;
  border: 1px solid rgba(16, 36, 61, 0.12);
  border-radius: 8px;
}

.captcha-box__intro h3,
.captcha-box__intro p,
.captcha-message {
  margin: 0;
}

.captcha-box__intro h3 {
  color: #08343e;
  font-size: 1.1rem;
}

.captcha-box__intro p {
  margin-top: 6px;
  color: #3d4d62;
}

.captcha-box__grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) minmax(220px, 1fr);
  gap: 14px 18px;
  align-items: end;
}

.captcha-visual {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 156px;
  min-height: 62px;
  padding: 8px 16px;
  overflow: hidden;
  color: #092f3b;
  background:
    linear-gradient(135deg, rgba(11, 93, 122, 0.12), rgba(255, 255, 255, 0.95)),
    repeating-linear-gradient(45deg, transparent 0 8px, rgba(11, 93, 122, 0.09) 8px 10px);
  border: 1px solid rgba(16, 36, 61, 0.16);
  border-radius: 8px;
  font-family: "Atkinson Hyperlegible", "Noto Sans", sans-serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  transform: skewX(-4deg);
  user-select: none;
}

.captcha-visual span {
  display: inline-block;
}

.captcha-field {
  display: grid;
  gap: 8px;
}

.captcha-actions {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1 / -1;
  gap: 10px;
}

.captcha-actions button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: #111827;
  background: #eef1f4;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.captcha-actions svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.captcha-actions button:hover,
.captcha-actions button:focus-visible,
.captcha-actions button.is-playing {
  color: #ffffff;
  background: #0b5d7a;
  outline: none;
}

.captcha-message {
  min-height: 1.4em;
  color: #7a1111;
  font-weight: 600;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #526174;
  font-size: 0.92rem;
  font-weight: 700;
}

.breadcrumb a {
  color: #0b5d7a;
}

body.accessibility-contrast-high .course-card,
body.accessibility-contrast-high .course-detail__panel,
body.accessibility-contrast-high .course-detail__summary,
body.accessibility-contrast-high .course-detail__info-box,
body.accessibility-contrast-high .completed-course,
body.accessibility-contrast-high .catalog-contact {
  color: #ffffff;
  background: #11161d;
  border-color: #ffffff;
}

@media (max-width: 1120px) {
  .course-grid,
  .completed-course-list,
  .gallery-category-grid,
  .gallery-grid,
  .sem-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .course-stats,
  .course-detail__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .course-detail__apply {
    align-items: stretch;
    flex-direction: column;
  }

  .course-detail__apply .course-primary-action {
    width: 100%;
  }

  .course-detail-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .course-detail-section-head a {
    width: 100%;
  }

  .course-grid,
  .completed-course-list,
  .course-stats__grid,
  .gallery-category-grid,
  .gallery-grid,
  .sem-info-grid,
  .certificate-check__row {
    grid-template-columns: 1fr;
  }

  .captcha-box__grid {
    grid-template-columns: 1fr;
  }

  .captcha-visual {
    width: 100%;
  }

  .course-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .mobile-course-drawer {
    position: fixed;
    top: var(--unit-header-height);
    right: 0;
    bottom: 0;
    z-index: 90;
    display: block;
    width: min(380px, 88vw);
    overflow-y: auto;
    background: #f5f7fa;
    box-shadow: -24px 0 48px rgba(10, 24, 44, 0.18);
    transform: translateX(100%);
    transition: transform 180ms ease;
  }

  .mobile-course-drawer.is-mobile-open {
    transform: translateX(0);
  }
}

@media (max-width: 767.98px) {
  .mobile-course-drawer {
    inset: 0;
    z-index: 220;
    width: 100vw;
    max-width: none;
    box-shadow: none;
  }

  .mobile-course-drawer.is-showing-quick .mobile-course-nav {
    display: none;
  }

  .mobile-course-drawer.is-showing-quick .mobile-drawer-quick {
    display: block;
  }
}

.candidate-terms-dialog__text{white-space:normal;overflow-wrap:anywhere}.candidate-terms-dialog__text p{margin:0 0 1rem}.candidate-terms-dialog__text ul,.candidate-terms-dialog__text ol{padding-left:1.5rem;margin:0 0 1rem}.candidate-terms-dialog__text li{margin:.35rem 0}
