@charset "UTF-8";
@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-italic-vietnamese.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-italic-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-italic-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-normal-vietnamese.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-normal-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 200 900;
  font-display: optional;
  src: url(/fonts/catalog/crimson-pro-normal-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(/fonts/catalog/outfit-normal-latin-ext.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: optional;
  src: url(/fonts/catalog/outfit-normal-latin.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Noto Naskh Arabic';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url(/fonts/catalog/noto-naskh-arabic-normal-arabic.woff2) format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }

:root {
  --cat-navy:       #0a1628;
  --cat-navy-mid:   #152240;
  --cat-navy-light: #1e3058;
  --cat-blue:       #3f6aa8;
  --cat-gold:       #b08e3a;
  --cat-gold-light: #d4b06a;
  --cat-gold-dark:  #8a6d27;
  --cat-gold-pale:  #e8d4a4;
  --cat-gold-gradient: linear-gradient(
    165deg,
    var(--cat-gold-light) 0%,
    var(--cat-gold)       55%,
    var(--cat-gold-dark)  100%
  );
  --cat-gold-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 2px 6px rgba(138, 109, 39, 0.35),
    0 1px 2px rgba(0, 0, 0, 0.18);
  --cat-cream:      #dedad3;
  --cat-card:       #f6f3ec;
  --cat-text:       #1e3058;
  --cat-muted:      rgba(10, 22, 40, 0.62);
  --cat-border:     rgba(176, 142, 58, 0.2);
  --cat-ot:   var(--cat-gold);
  --cat-nt:   #355e3b;
  --cat-theo: var(--cat-blue); }

.catalog-page {
  font-family: 'Noto Naskh Arabic', 'Outfit', sans-serif;
  background: var(--cat-cream);
  color: var(--cat-navy);
  min-height: 100vh; }
  .catalog-page *,
  .catalog-page *::before,
  .catalog-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .catalog-page a,
  .catalog-page button,
  .catalog-page [type="submit"],
  .catalog-page label[role="radio"],
  .catalog-page input[type="radio"],
  .catalog-page input[type="checkbox"] {
    touch-action: manipulation; }
  .catalog-page .cat-pagenav,
  .catalog-page .cat-pagenav__link,
  .catalog-page .cat-tabs,
  .catalog-page .cat-tab,
  .catalog-page .cat-bottom-cta__btn,
  .catalog-page .cat-floating-cta,
  .catalog-page .cat-sbc-langs__btn,
  .catalog-page .cat-sbc-landing__cta,
  .catalog-page .cat-form__submit,
  .catalog-page .cat-quiz-submit,
  .catalog-page .cat-results__action,
  .catalog-page .cat-demo-cta,
  .catalog-page .cat-demo-topbar__back,
  .catalog-page .cat-cta__btn,
  .catalog-page .cat-lang-btn {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }

.cat-hero {
  background: var(--cat-navy);
  position: relative;
  overflow: hidden;
  padding: 32px 32px 18px;
  text-align: center; }
  .cat-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 20% 50%, rgba(184, 146, 48, 0.12) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 80% 50%, rgba(184, 146, 48, 0.08) 0%, transparent 60%);
    pointer-events: none; }
  .cat-hero__logo {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    position: relative; }
  .cat-hero__logo-link {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 6px;
    transition: opacity .15s; }
    .cat-hero__logo-link:hover {
      opacity: 0.88; }
    .cat-hero__logo-link:active {
      opacity: 0.78; }
    .cat-hero__logo-link:focus-visible {
      outline: 3px solid var(--cat-gold-light);
      outline-offset: 4px; }
  .cat-hero__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: clamp(36px, 6vw, 60px);
    font-weight: 300;
    color: var(--cat-card);
    line-height: 1.15;
    position: relative;
    margin: 0 auto 16px;
    text-align: center; }
    .cat-hero__heading em {
      font-style: italic;
      color: var(--cat-gold-light); }
    .cat-hero__heading--page-name {
      font-size: clamp(22px, 3vw, 30px);
      font-weight: 400;
      line-height: 1.2;
      margin: 0 auto;
      padding-bottom: 4px;
      text-align: center;
      color: var(--cat-gold-light);
      background-image: var(--cat-gold-gradient);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      filter: drop-shadow(0 1px 1px rgba(138, 109, 39, 0.22)); }
  .cat-hero__brand-tagline {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: rgba(246, 243, 236, 0.92);
    margin: 14px auto 14px; }
  .cat-hero__tagline {
    font-size: 11px;
    font-weight: 600;
    color: var(--cat-gold);
    opacity: 0.85;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin: 6px auto 4px;
    position: relative; }

.cat-stats {
  background: var(--cat-navy-mid);
  border-bottom: 1px solid rgba(176, 142, 58, 0.15);
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .cat-stats--bottom {
    margin-top: 56px;
    border-top: 1px solid rgba(176, 142, 58, 0.15);
    border-bottom: none; }

.cat-stat {
  padding: 16px 32px;
  text-align: center;
  border-inline-end: 1px solid rgba(176, 142, 58, 0.1); }
  .cat-stat--last {
    border-inline-end: none; }
  .cat-stat__number {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 26px;
    font-weight: 600;
    color: var(--cat-gold-light);
    display: block;
    line-height: 1; }
  .cat-stat__note {
    font-size: 9px;
    font-style: italic;
    letter-spacing: 0.3px;
    color: rgba(212, 176, 106, 0.8);
    display: block;
    margin-top: 3px; }
  .cat-stat__label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    display: block;
    margin-top: 4px; }

.cat-announce-list {
  max-width: 880px;
  margin: 0 auto 40px;
  display: flex;
  flex-direction: column;
  gap: 12px; }

.cat-announce {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--cat-card);
  border: 1px solid var(--cat-border);
  border-inline-start: 4px solid var(--cat-gold);
  border-radius: 12px; }
  .cat-announce__icon {
    font-size: 26px;
    line-height: 1; }
  .cat-announce__body {
    flex: 1 1 auto;
    min-width: 0; }
  .cat-announce__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    color: var(--cat-gold-dark);
    margin: 0 0 4px; }
  .cat-announce__text {
    font-size: 14.5px;
    color: var(--cat-navy);
    margin: 0; }
    .cat-announce__text p {
      margin: 0 0 6px; }
      .cat-announce__text p:last-child {
        margin-bottom: 0; }
    .cat-announce__text a:not(.bro-inline-btn) {
      color: var(--cat-gold-dark);
      text-decoration: underline; }
  .cat-announce__badge {
    flex: 0 0 auto;
    align-self: flex-start;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--cat-gold-dark);
    background: rgba(176, 142, 58, 0.12);
    border-radius: 999px; }
    .cat-announce__badge--urgent {
      color: #8a1f1f;
      background: rgba(176, 58, 58, 0.14); }
    .cat-announce__badge--important {
      color: var(--cat-navy);
      background: rgba(10, 22, 40, 0.1); }
  .cat-announce__date {
    flex: 0 0 auto;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--cat-muted); }
  .cat-announce--urgent {
    border-inline-start-color: #b03a3a; }
  .cat-announce--important {
    border-inline-start-color: var(--cat-navy); }
  .cat-announce__cta {
    display: inline-block;
    margin-top: 8px; }

.cat-tabs-wrap {
  background: var(--cat-navy);
  border-bottom: 1px solid rgba(176, 142, 58, 0.15);
  position: sticky;
  top: 0;
  z-index: 100; }

.cat-tabs {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px; }

.cat-tab {
  padding: 12px 28px;
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.2s; }
  .cat-tab:hover {
    color: rgba(255, 255, 255, 0.75); }
  .cat-tab--active {
    color: var(--cat-gold-light);
    border-bottom-color: var(--cat-gold-light); }

.cat-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px 80px; }

.cat-section {
  display: none; }
  .cat-section--active {
    display: block; }

.cat-intro {
  text-align: center;
  margin-bottom: 48px; }
  .cat-intro__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--cat-gold-dark);
    margin-bottom: 12px; }
  .cat-intro__body {
    font-size: 15px;
    color: var(--cat-muted);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7; }

.cat-credentials .cat-intro__body {
  max-width: 760px; }

.cat-container--electives .cat-intro {
  margin-top: 16px;
  margin-bottom: 40px; }
  .cat-container--electives .cat-intro::before {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 0 auto 20px;
    background: var(--cat-gold);
    border-radius: 2px; }
  .cat-container--electives .cat-intro__heading {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.01em; }
  .cat-container--electives .cat-intro__body {
    font-size: 17px;
    max-width: 640px; }

.cat-legend {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding: 16px 20px;
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(10, 22, 40, 0.06); }
  .cat-legend__inner {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    width: auto;
    max-width: 720px; }
    @media (max-width: 1024px) {
      .cat-legend__inner {
        width: 80%;
        gap: 24px; } }
    @media (max-width: 600px) {
      .cat-legend__inner {
        width: 100%;
        gap: 18px; } }
  .cat-legend__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--cat-navy); }
  .cat-legend__dot {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    flex-shrink: 0; }
    .cat-legend__dot--ot {
      background: var(--cat-ot); }
    .cat-legend__dot--nt {
      background: var(--cat-nt); }
    .cat-legend__dot--theo {
      background: var(--cat-theo); }

.cat-semester {
  margin-bottom: 40px; }
  .cat-semester__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px; }
  .cat-semester__num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .cat-semester__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--cat-gold-dark); }

.cat-courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px; }

.cat-course-card {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 10px;
  padding: 18px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(10, 22, 40, 0.07);
  transition: all 0.2s; }
  .cat-course-card::before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--cat-gold);
    opacity: 0;
    transition: opacity 0.2s; }
  .cat-course-card:hover {
    border-color: var(--cat-border);
    box-shadow: 0 4px 16px rgba(10, 22, 40, 0.08);
    transform: translateY(-1px); }
    .cat-course-card:hover::before {
      opacity: 1; }
  .cat-course-card--ot::before {
    background: var(--cat-ot);
    opacity: 1; }
  .cat-course-card--nt::before {
    background: var(--cat-nt);
    opacity: 1; }
  .cat-course-card--theo::before {
    background: var(--cat-theo);
    opacity: 1; }
  .cat-course-card__track {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 4px; }
  .cat-course-card__instructor {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-gold-dark);
    margin-bottom: 6px; }
  .cat-course-card__name {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--cat-navy);
    line-height: 1.35;
    margin-bottom: 6px; }
  .cat-course-card__desc {
    font-size: 14px;
    color: rgba(10, 22, 40, 0.82);
    line-height: 1.6;
    margin-bottom: 8px; }
  .cat-course-card__scope {
    font-size: 13px;
    color: var(--cat-muted);
    line-height: 1.55; }

.cat-languages {
  background: var(--cat-navy);
  border-radius: 12px;
  padding: 24px 28px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap; }
  .cat-languages__label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    flex-shrink: 0; }
  .cat-languages__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .cat-languages__key {
    display: flex;
    gap: 20px;
    margin-top: 14px;
    width: 100%; }

.cat-lang-tag {
  font-size: 17px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  transition: all 0.15s;
  cursor: default;
  display: inline-flex;
  align-items: center; }
  .cat-lang-tag--available {
    background: rgba(176, 142, 58, 0.18);
    border-color: rgba(176, 142, 58, 0.35);
    color: var(--cat-gold-light); }
  .cat-lang-tag--soon {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.35);
    font-style: italic; }
  .cat-lang-tag:hover::after {
    content: attr(title);
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 22, 40, 0.95);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid rgba(176, 142, 58, 0.2);
    pointer-events: none;
    z-index: 10; }

.cat-lang-key-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
  text-transform: uppercase; }

.cat-lang-key-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0; }
  .cat-lang-key-dot--available {
    background: var(--cat-gold); }
  .cat-lang-key-dot--soon {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2); }

.cat-electives-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 20px; }

.cat-electives-group {
  grid-column: 1 / -1;
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--cat-gold-dark);
  margin: 14px 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--cat-border); }

.cat-elective-card {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(10, 22, 40, 0.08);
  transition: all 0.2s; }
  .cat-elective-card:hover {
    border-color: var(--cat-border);
    box-shadow: 0 6px 24px rgba(10, 22, 40, 0.1);
    transform: translateY(-2px); }
  .cat-elective-card--unavailable {
    opacity: 0.78; }
    .cat-elective-card--unavailable:hover {
      transform: none; }
  .cat-elective-card__status {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    border-bottom: 1px solid rgba(10, 22, 40, 0.08); }
    .cat-elective-card__status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      flex-shrink: 0; }
    .cat-elective-card__status-label {
      letter-spacing: 0.02em; }
    .cat-elective-card__status-reason {
      font-weight: 500;
      font-style: italic;
      margin-inline-start: auto;
      text-align: end;
      font-size: 11px;
      opacity: 0.85; }
    .cat-elective-card__status--discontinued {
      background: rgba(189, 39, 30, 0.08);
      color: #8a1c14; }
      .cat-elective-card__status--discontinued .cat-elective-card__status-dot {
        background: #bd271e; }
    .cat-elective-card__status--awaiting_materials {
      background: rgba(196, 135, 0, 0.1);
      color: #7a5300; }
      .cat-elective-card__status--awaiting_materials .cat-elective-card__status-dot {
        background: #c48700; }
  .cat-elective-card__top {
    background: var(--cat-navy-mid);
    padding: 20px 22px 16px; }
  .cat-elective-card__meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px; }
  .cat-elective-card__course-name {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-gold-light); }
  .cat-elective-card__credits {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.06);
    padding: 3px 8px;
    border-radius: 99px; }
  .cat-elective-card__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--cat-gold-light);
    line-height: 1.3;
    flex: 1 1 auto;
    min-width: 0; }
  .cat-elective-card__body {
    padding: 18px 22px 20px; }
  .cat-elective-card__instructor {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-gold);
    margin-bottom: 10px; }
  .cat-elective-card__desc {
    font-size: 13.5px;
    color: rgba(10, 22, 40, 0.88);
    line-height: 1.65; }
  .cat-elective-card__tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-muted);
    background: var(--cat-gold-pale);
    padding: 3px 10px;
    border-radius: 99px; }

.cat-overview-banner {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 1;
  margin: 24px 0 28px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(10, 22, 40, 0.12);
  background: var(--cat-card); }
  .cat-overview-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%; }

@media (max-width: 720px) {
  .cat-overview-banner {
    margin: 18px 0 22px;
    border-radius: 8px; } }

.cat-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px; }

.cat-overview-card {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 12px;
  padding: 28px 24px; }
  .cat-overview-card__icon {
    font-size: 28px;
    margin-bottom: 12px; }
  .cat-overview-card__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--cat-navy);
    margin-bottom: 8px; }
  .cat-overview-card__desc {
    font-size: 13.5px;
    color: var(--cat-muted);
    line-height: 1.65; }
  .cat-overview-card__cta {
    margin-top: 14px; }

.cat-credentials {
  margin: 48px 0 32px; }

.cat-credentials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 16px; }

.cat-cred-card {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 12px;
  overflow: hidden; }
  .cat-cred-card__top {
    background: var(--cat-navy);
    padding: 16px 20px; }
  .cat-cred-card__abbr {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    margin-bottom: 4px; }
  .cat-cred-card__name {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--cat-card); }
  .cat-cred-card__desc {
    padding: 16px 20px;
    font-size: 13.5px;
    color: rgba(10, 22, 40, 0.88);
    line-height: 1.65; }

.cat-faculty {
  margin: 48px 0 32px; }

.cat-faculty-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
  gap: 16px; }

.cat-faculty-card {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 12px;
  padding: 22px 24px; }
  .cat-faculty-card__avatar {
    width: 96px;
    height: 96px;
    border-radius: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    background: var(--cat-navy);
    border: 2px solid var(--cat-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; }
  .cat-faculty-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .cat-faculty-card__initials {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-weight: 600;
    font-size: 32px;
    color: var(--cat-gold-light);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-image: var(--cat-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 1px rgba(138, 109, 39, 0.22)); }
  .cat-faculty-card__name {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--cat-navy);
    margin-bottom: 4px; }
  .cat-faculty-card__role {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-gold);
    margin-bottom: 10px; }
  .cat-faculty-card__bio {
    font-size: 13px;
    color: rgba(10, 22, 40, 0.88);
    line-height: 1.65; }

.cat-cta {
  background: var(--cat-navy);
  border-radius: 12px;
  padding: 32px;
  text-align: center; }
  .cat-cta__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 28px;
    font-weight: 400;
    font-style: italic;
    color: var(--cat-card);
    margin-bottom: 8px; }
  .cat-cta__sub {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px; }
  .cat-cta__btn {
    display: inline-block;
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 99px;
    text-decoration: none;
    transition: filter .15s, transform .05s; }
    .cat-cta__btn:hover {
      filter: brightness(1.08); }
    .cat-cta__btn:active {
      transform: translateY(1px); }

.cat-footer {
  background: var(--cat-navy);
  padding: 32px;
  text-align: center; }
  .cat-footer p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    letter-spacing: 1px; }
  .cat-footer__link {
    color: var(--cat-gold-light);
    text-decoration: none; }
    .cat-footer__link:hover {
      text-decoration: underline; }

.cat-hero--electives .cat-hero__tagline {
  font-size: 16px;
  letter-spacing: 3px;
  margin: 8px auto 8px; }

@media (max-width: 900px) {
  .cat-hero {
    padding: 48px 24px 40px; }
  .cat-hero--electives .cat-hero__brand-tagline {
    font-size: 24px; }
  .cat-hero--electives .cat-hero__tagline {
    font-size: 14px;
    letter-spacing: 2.5px; }
  .cat-stat {
    padding: 12px 18px; }
  .cat-stat__number {
    font-size: 22px; }
  .cat-tab {
    padding: 14px 16px;
    font-size: 11px;
    letter-spacing: 1.5px; }
  .cat-container {
    padding: 32px 16px 60px; }
  .cat-overview-grid {
    grid-template-columns: 1fr 1fr; }
  .cat-electives-grid {
    grid-template-columns: 1fr; }
  .cat-courses-grid {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 600px) {
  .cat-hero {
    padding: 24px 16px 8px; }
  .cat-hero__logo {
    max-width: 230px; }
  .cat-hero__heading {
    font-size: 24px; }
  .cat-hero__tagline {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 6px; }
  .cat-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  .cat-stat {
    border-inline-end: none;
    border-bottom: 1px solid rgba(176, 142, 58, 0.1);
    padding: 10px 8px; }
    .cat-stat__number {
      font-size: 20px; }
    .cat-stat__label {
      font-size: 9px; }
  .cat-tabs {
    overflow-x: auto;
    justify-content: center;
    padding: 0 4px 8px; }
  .cat-tab {
    padding: 12px 14px 6px;
    font-size: 10px;
    letter-spacing: 1px;
    white-space: nowrap;
    flex-shrink: 0; }
  .cat-container {
    padding: 24px 14px 48px; }
  .cat-intro__heading {
    font-size: 26px; }
  .cat-intro__body {
    font-size: 14px; }
  .cat-legend {
    gap: 12px;
    padding: 12px 14px; }
  .cat-semester__num {
    width: 34px;
    height: 34px;
    font-size: 15px; }
  .cat-semester__title {
    font-size: 17px; }
  .cat-courses-grid {
    grid-template-columns: 1fr; }
  .cat-elective-card {
    border-radius: 10px; }
  .cat-elective-card__title {
    font-size: 18px; }
  .cat-elective-card__body {
    padding: 14px 16px 16px; }
  .cat-overview-grid {
    grid-template-columns: 1fr; }
  .cat-credentials-grid {
    grid-template-columns: 1fr; }
  .cat-faculty-grid {
    grid-template-columns: 1fr; }
  .cat-languages {
    padding: 18px 20px;
    flex-direction: column;
    gap: 12px; }
  .cat-cta {
    padding: 24px 20px; }
  .cat-cta__heading {
    font-size: 24px; }
  .bro-section__title {
    font-size: 24px; }
  .bro-section__subtitle {
    font-size: 19px; }
  .bro-section--panel {
    padding: 22px 18px; }
  .bro-section__divide {
    margin-top: 22px;
    padding-top: 20px; }
  .cat-electives-group {
    font-size: 19px; }
  .cat-legend__item {
    font-size: 14px; }
  .cat-legend__dot {
    width: 15px;
    height: 15px; }
  .cat-fab {
    display: none; } }

@media (min-width: 1200px) {
  .cat-container {
    max-width: 1100px; }
  .cat-courses-grid {
    grid-template-columns: repeat(3, 1fr); }
  .cat-electives-grid {
    grid-template-columns: repeat(2, 1fr); }
  .cat-hero__heading {
    font-size: 64px; } }

.cat-demo-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 24px 32px; }
  .cat-demo-shell--wide {
    max-width: 1180px; }

.cat-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 0 auto 24px; }
  @media (min-width: 1024px) {
    .cat-content {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
      gap: 32px; } }
  .cat-content__video {
    display: flex;
    flex-direction: column;
    gap: 14px; }
    @media (min-width: 1024px) {
      .cat-content__video {
        position: sticky;
        top: 16px;
        align-self: start; } }
    .cat-content__video .cat-video-frame {
      margin: 0; }
  @media (max-width: 1023px) {
    .cat-content__video {
      display: contents; }
    .cat-content .cat-video-frame {
      position: sticky;
      top: 0;
      z-index: 5;
      order: 1;
      border-radius: 0;
      box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.45);
      margin-inline-start: -24px;
      margin-inline-end: -24px;
      width: calc(100% + 48px); }
    .cat-content__video-meta {
      order: 2; }
    .cat-content__textbook {
      order: 3; } }
  .cat-content__video-meta {
    padding: 14px 18px;
    background: var(--cat-card);
    border: 1px solid var(--cat-border);
    border-inline-start: 3px solid var(--cat-gold);
    border-radius: 8px; }
  .cat-content__video-eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--cat-muted);
    font-weight: 600; }
  .cat-content__video-title {
    margin: 0 0 4px;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 22px;
    line-height: 1.25;
    color: var(--cat-navy);
    font-weight: 600; }
  .cat-content__video-sub {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: var(--cat-text); }
  .cat-content__textbook {
    display: flex;
    flex-direction: column;
    gap: 14px; }
    @media (min-width: 1024px) {
      .cat-content__textbook {
        position: sticky;
        top: 16px;
        align-self: start;
        height: calc(100vh - 32px); } }
  .cat-content__chapters {
    background: var(--cat-card);
    border: 1px solid var(--cat-border);
    border-inline-start: 3px solid var(--cat-gold);
    border-radius: 8px;
    overflow: hidden; }
  .cat-content__chapters-summary {
    list-style: none;
    cursor: pointer;
    padding: 0; }
    .cat-content__chapters-summary::-webkit-details-marker {
      display: none; }
    .cat-content__chapters-summary::marker {
      content: ""; }
  .cat-content__chapter-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 360px;
    overflow-y: auto;
    border-top: 1px solid var(--cat-border); }
  .cat-content__chapter {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(10, 22, 40, 0.05);
    font-size: 14px;
    color: var(--cat-text);
    cursor: pointer;
    transition: background .12s; }
    .cat-content__chapter:last-child {
      border-bottom: 0; }
    .cat-content__chapter:hover {
      background: rgba(176, 142, 58, 0.06); }
    .cat-content__chapter--active {
      background: rgba(176, 142, 58, 0.1);
      font-weight: 600;
      color: var(--cat-navy); }
    .cat-content__chapter--summary {
      padding: 16px 18px;
      font-size: 15px;
      border-bottom: 0; }
  .cat-content__chapter-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    font-variant-numeric: tabular-nums; }
  .cat-content__chapter--active .cat-content__chapter-num {
    background: var(--cat-gold);
    color: var(--cat-navy); }
  .cat-content__chapter-title {
    flex: 1 1 auto;
    min-width: 0; }
  .cat-content__chapter-seek {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-align: start;
    cursor: pointer; }
    .cat-content__chapter-seek:focus-visible {
      outline: 2px solid var(--cat-gold);
      outline-offset: 2px;
      border-radius: 4px; }
  .cat-content__chapter-toggle {
    flex-shrink: 0;
    color: var(--cat-muted);
    line-height: 0;
    transition: transform .15s; }
  details[open] .cat-content__chapter-toggle {
    transform: rotate(180deg); }
  .cat-content__panel {
    background: var(--cat-card);
    border: 1px solid var(--cat-border);
    border-radius: 8px;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .cat-content__panel {
        flex: 1 1 0;
        min-height: 0;
        display: flex;
        flex-direction: column; } }
  .cat-content__panel-header {
    padding: 18px 22px;
    border-bottom: 1px solid var(--cat-border);
    background: linear-gradient(180deg, rgba(176, 142, 58, 0.08) 0%, rgba(176, 142, 58, 0) 100%); }
  .cat-content__panel-num {
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 10px;
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    border-radius: 12px;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700; }
  .cat-content__panel-title {
    margin: 0;
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 26px;
    line-height: 1.2;
    color: var(--cat-navy);
    font-weight: 600; }
  .cat-content__panel-body {
    padding: 22px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--cat-text); }
    .cat-content__panel-body p {
      margin: 0 0 14px; }
      .cat-content__panel-body p:last-child {
        margin-bottom: 0; }
    @media (min-width: 1024px) {
      .cat-content__panel-body {
        flex: 1 1 0;
        min-height: 0;
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(10, 22, 40, 0.25) transparent; }
        .cat-content__panel-body::-webkit-scrollbar {
          width: 8px; }
        .cat-content__panel-body::-webkit-scrollbar-thumb {
          background: rgba(10, 22, 40, 0.25);
          border-radius: 4px; }
        .cat-content__panel-body::-webkit-scrollbar-track {
          background: transparent; } }
  .cat-content__panel-lede {
    font-family: 'Crimson Pro', Georgia, serif;
    font-style: italic;
    font-size: 18px;
    color: var(--cat-navy);
    border-inline-start: 3px solid var(--cat-gold);
    padding-inline-start: 14px;
    margin-bottom: 18px !important; }
  .cat-content__panel-footer {
    padding: 14px 22px;
    background: rgba(10, 22, 40, 0.03);
    border-top: 1px solid var(--cat-border); }
  .cat-content__panel-note {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: var(--cat-muted); }
    .cat-content__panel-note strong {
      color: var(--cat-navy); }

body.sbc-demo-page .cat-demo-footer-strip {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px; }
  body.sbc-demo-page .cat-demo-footer-strip .cat-sbc-langs {
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(176, 142, 58, 0.18); }
  body.sbc-demo-page .cat-demo-footer-strip .cat-footer {
    padding: 12px 0 16px; }
    body.sbc-demo-page .cat-demo-footer-strip .cat-footer p {
      font-size: 11px; }

body.sbc-demo-page {
  background: var(--cat-navy);
  color: var(--cat-cream); }
  body.sbc-demo-page .cat-footer {
    padding: 12px 24px; }
    body.sbc-demo-page .cat-footer p {
      font-size: 11px; }
  body.sbc-demo-page .cat-demo-topbar__back {
    color: var(--cat-gold-light); }
  body.sbc-demo-page .cat-demo-topbar__back:hover {
    color: var(--cat-gold); }
  body.sbc-demo-page .cat-demo-greeting {
    color: var(--cat-gold-light); }
  body.sbc-demo-page .cat-demo-greeting__sub {
    color: rgba(246, 243, 236, 0.75); }
  body.sbc-demo-page .cat-lang-picker--inline .cat-lang-btn {
    background: var(--cat-navy);
    border-color: rgba(176, 142, 58, 0.4);
    color: var(--cat-gold-light); }
  body.sbc-demo-page .cat-lang-picker--inline .cat-lang-btn.is-active {
    background: var(--cat-gold);
    color: var(--cat-navy);
    border-color: var(--cat-gold); }
  body.sbc-demo-page .cat-languages {
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(176, 142, 58, 0.25);
    border-radius: 0;
    padding: 24px 0 0; }
  body.sbc-demo-page .cat-demo-checkmail__heading {
    color: var(--cat-gold-light); }
  body.sbc-demo-page .cat-demo-checkmail__sub {
    color: var(--cat-cream); }
  body.sbc-demo-page .cat-demo-checkmail__next {
    color: var(--cat-gold-light); }
  body.sbc-demo-page .cat-demo-checkmail__small {
    color: rgba(246, 243, 236, 0.75); }

.cat-pagenav {
  background: var(--cat-navy);
  border-bottom: 1px solid rgba(176, 142, 58, 0.15);
  padding: 10px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap; }
  .cat-pagenav__link {
    color: var(--cat-gold-light);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color .15s; }
    .cat-pagenav__link:hover {
      color: var(--cat-gold); }
    .cat-pagenav__link--cta {
      color: var(--cat-gold); }
      .cat-pagenav__link--cta:hover {
        color: var(--cat-gold-light); }
  .cat-pagenav--brochure {
    justify-content: flex-end; }

.cat-brochure-langs {
  display: flex;
  align-items: center;
  gap: 4px; }
  .cat-brochure-langs__btn {
    background: transparent;
    border: 1px solid rgba(176, 142, 58, 0.35);
    border-radius: 999px;
    color: var(--cat-gold-light);
    font-family: 'Crimson Pro', Georgia, serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 4px 12px;
    cursor: pointer;
    transition: all .15s ease; }
    .cat-brochure-langs__btn:hover {
      border-color: var(--cat-gold);
      color: var(--cat-gold); }
    .cat-brochure-langs__btn.is-active {
      background: var(--cat-gold-gradient, var(--cat-gold));
      border-color: var(--cat-gold);
      color: var(--cat-navy);
      cursor: default; }

.cat-bottom-cta {
  background: var(--cat-navy);
  padding: 56px 24px;
  text-align: center;
  border-top: 1px solid rgba(176, 142, 58, 0.18);
  border-bottom: 1px solid rgba(176, 142, 58, 0.18); }
  .cat-bottom-cta__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin-bottom: 8px;
    line-height: 1.25;
    background-image: var(--cat-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 1px rgba(138, 109, 39, 0.22)); }
  .cat-bottom-cta__sub {
    font-size: 15px;
    color: rgba(246, 243, 236, 0.72);
    margin-bottom: 24px; }
  .cat-bottom-cta__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap; }
  .cat-bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background .15s, color .15s, border-color .15s, transform .05s; }
    .cat-bottom-cta__btn:active {
      transform: translateY(1px); }
  .cat-bottom-cta__btn--primary {
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy); }
    .cat-bottom-cta__btn--primary:hover {
      filter: brightness(1.08); }
  .cat-bottom-cta__btn--ghost {
    background: transparent;
    color: var(--cat-gold-light);
    border: 1.5px solid rgba(176, 142, 58, 0.5); }
    .cat-bottom-cta__btn--ghost:hover {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy);
      border-color: var(--cat-gold); }
  .cat-bottom-cta__langs {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(176, 142, 58, 0.18);
    text-align: center;
    line-height: 1.4; }
  .cat-bottom-cta__langs--electives {
    display: none; }
  .cat-bottom-cta[data-active-tab="electives"] .cat-bottom-cta__langs--default {
    display: none; }
  .cat-bottom-cta[data-active-tab="electives"] .cat-bottom-cta__langs--electives {
    display: block; }
  .cat-bottom-cta__lang-line {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 18px;
    color: var(--cat-gold);
    margin: 0 0 6px;
    line-height: 1.4; }
    .cat-bottom-cta__lang-line--soon {
      font-size: 14px;
      color: rgba(246, 243, 236, 0.55);
      margin-bottom: 0; }
  .cat-bottom-cta__lang-label {
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(246, 243, 236, 0.6);
    margin-inline-end: 8px; }
  .cat-bottom-cta__lang-line--soon .cat-bottom-cta__lang-label {
    color: rgba(246, 243, 236, 0.4); }

@media (max-width: 600px) {
  .cat-bottom-cta {
    padding: 44px 18px; }
  .cat-bottom-cta__heading {
    font-size: 24px; }
  .cat-bottom-cta__actions {
    flex-direction: column; }
  .cat-bottom-cta__btn {
    width: 100%; }
  .cat-bottom-cta__langs {
    margin-top: 28px;
    padding-top: 18px; }
  .cat-bottom-cta__lang-line {
    font-size: 16px; }
  .cat-bottom-cta__lang-line--soon {
    font-size: 13px; } }

.cat-floating-cta {
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  z-index: 200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: var(--cat-gold-gradient);
  color: var(--cat-navy);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 6px 22px rgba(0, 0, 0, 0.32), 0 1px 3px rgba(138, 109, 39, 0.4);
  transition: filter .15s, transform .12s, box-shadow .12s; }
  .cat-floating-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 10px 28px rgba(0, 0, 0, 0.4), 0 1px 3px rgba(138, 109, 39, 0.5); }
  .cat-floating-cta:active {
    transform: translateY(0); }
  .cat-floating-cta__icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: var(--cat-navy);
    color: var(--cat-gold);
    border-radius: 50%;
    font-size: 9px;
    padding-inline-start: 1px; }

@media (max-width: 480px) {
  .cat-floating-cta {
    padding: 0;
    inset-inline-end: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
    justify-content: center; }
    .cat-floating-cta__label {
      display: none; }
    .cat-floating-cta__icon {
      width: 26px;
      height: 26px;
      line-height: 26px;
      font-size: 11px; } }

.cat-demo-logo {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  margin: 0 auto 14px; }

.cat-demo-logo-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border-radius: 6px;
  transition: opacity .15s; }
  .cat-demo-logo-link:hover {
    opacity: 0.88; }
  .cat-demo-logo-link:active {
    opacity: 0.78; }
  .cat-demo-logo-link:focus-visible {
    outline: 3px solid var(--cat-gold-light);
    outline-offset: 4px; }
  .cat-demo-logo-link--mini {
    margin: 0; }

.cat-demo-logo--mini {
  max-width: 200px;
  margin: 0 0 12px; }

@media (min-width: 601px) and (max-width: 1024px) {
  .cat-demo-logo--mini {
    max-width: 180px; } }

@media (max-width: 600px) {
  .cat-demo-logo--mini {
    max-width: 160px;
    margin-bottom: 10px; } }

@media (min-width: 601px) and (max-width: 1024px) {
  .cat-demo-logo {
    max-width: 380px;
    margin-bottom: 12px; } }

@media (max-width: 600px) {
  .cat-demo-logo {
    max-width: 300px;
    margin-bottom: 10px; } }

.cat-languages--demo-bottom {
  margin-top: 24px; }

body.sbc-demo-page:not(.sbc-landing-page) .cat-sbc-langs {
  margin-top: 56px; }

body.sbc-landing-page {
  background: var(--cat-navy); }
  body.sbc-landing-page .cat-languages {
    background: transparent;
    border-top-color: rgba(176, 142, 58, 0.25); }

@keyframes cat-sbc-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  .cat-sbc-landing > * {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important; } }

.cat-sbc-landing {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 28px 32px;
  text-align: center; }
  .cat-sbc-landing__sr-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .cat-sbc-landing > * {
    animation: cat-sbc-fade-up .55s ease-out both; }
  .cat-sbc-landing__rule {
    animation-delay: 0s; }
  .cat-sbc-landing__eyebrow {
    animation-delay: .12s; }
  .cat-sbc-landing__logo {
    animation-delay: .24s; }
  .cat-sbc-landing__tagline {
    animation-delay: .42s; }
  .cat-sbc-landing__actions {
    animation-delay: .60s; }
  .cat-sbc-landing .cat-sbc-langs {
    animation-delay: .80s; }
  .cat-sbc-landing__rule {
    width: 72px;
    height: 3px;
    background: var(--cat-gold);
    opacity: 0.9;
    margin: 0 auto 14px; }
  .cat-sbc-landing__eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--cat-gold);
    opacity: 0.9;
    margin-bottom: 8px; }
  .cat-sbc-landing__logo {
    display: block;
    width: 100%;
    max-width: 620px;
    height: auto;
    margin: 0 auto 8px; }
  .cat-sbc-landing__tagline {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    font-weight: 400;
    color: rgba(246, 243, 236, 0.82);
    margin-bottom: 56px; }
  .cat-sbc-landing__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 680px;
    margin: 0 auto 24px; }
  .cat-sbc-landing__primary-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 680px;
    margin: 0 auto 64px;
    animation: cat-sbc-fade-up .55s ease-out both;
    animation-delay: .72s; }
    .cat-sbc-landing__primary-row .cat-sbc-landing__cta {
      flex: 1 1 280px;
      max-width: 330px; }
  .cat-sbc-landing__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 96px;
    padding: 20px 20px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .15s, color .15s, transform .05s, border-color .15s; }
    .cat-sbc-landing__cta:active {
      transform: translateY(1px); }
  .cat-sbc-landing__cta-eyebrow {
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600; }
  .cat-sbc-landing__cta-label {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px; }
  .cat-sbc-landing__cta--primary {
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy); }
    .cat-sbc-landing__cta--primary .cat-sbc-landing__cta-eyebrow {
      color: rgba(10, 22, 40, 0.65); }
    .cat-sbc-landing__cta--primary:hover {
      filter: brightness(1.08); }
  .cat-sbc-landing__cta--ghost {
    background: transparent;
    color: var(--cat-gold-light);
    border: 2px solid var(--cat-gold); }
    .cat-sbc-landing__cta--ghost .cat-sbc-landing__cta-eyebrow {
      color: rgba(246, 243, 236, 0.6); }
    .cat-sbc-landing__cta--ghost:hover {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
      .cat-sbc-landing__cta--ghost:hover .cat-sbc-landing__cta-eyebrow {
        color: rgba(10, 22, 40, 0.65); }

.cat-electives-note {
  margin: 32px auto 0;
  max-width: 720px;
  padding: 18px 24px;
  background: var(--cat-card);
  border: 1px solid rgba(176, 142, 58, 0.32);
  border-inline-start: 4px solid var(--cat-gold);
  border-radius: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cat-navy); }
  .cat-electives-note strong {
    color: var(--cat-navy);
    font-weight: 700; }
  .cat-electives-note--prominent {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 8px auto 32px;
    padding: 22px 26px;
    background: linear-gradient(180deg, #fdf7e6 0%, #f8eccd 100%);
    border: 1px solid rgba(176, 142, 58, 0.55);
    border-inline-start-width: 6px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(176, 142, 58, 0.18);
    text-align: start;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55; }
    .cat-electives-note--prominent p {
      margin: 0; }
  .cat-electives-note__icon {
    flex-shrink: 0;
    line-height: 0;
    margin-top: 2px;
    color: var(--cat-gold); }

.cat-electives-howto {
  max-width: 900px;
  margin: 32px auto 8px;
  padding: 0 24px; }
  .cat-electives-howto__card {
    background: linear-gradient(180deg, #fffdf6 0%, #fdf7e6 100%);
    border: 1px solid rgba(176, 142, 58, 0.55);
    border-top: 6px solid var(--cat-gold);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(176, 142, 58, 0.15);
    padding: 32px; }
  .cat-electives-howto__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px; }
  .cat-electives-howto__icon {
    flex-shrink: 0;
    font-size: 28px;
    line-height: 1;
    margin-top: 2px; }
  .cat-electives-howto__heading {
    margin: 0 0 4px;
    font-size: 26px;
    font-weight: 700;
    color: var(--cat-navy);
    letter-spacing: -0.01em; }
  .cat-electives-howto__subhead {
    margin: 0;
    font-size: 15px;
    color: rgba(31, 41, 73, 0.72); }
  .cat-electives-howto__ondemand {
    margin: 0 0 22px;
    padding: 14px 18px;
    background: rgba(176, 142, 58, 0.12);
    border-inline-start: 4px solid var(--cat-gold);
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--cat-navy); }
    .cat-electives-howto__ondemand strong {
      color: var(--cat-gold-dark); }
  .cat-electives-howto__steps {
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    list-style: decimal;
    color: var(--cat-navy);
    font-size: 16px;
    line-height: 1.6; }
    .cat-electives-howto__steps li {
      margin-bottom: 10px; }
      .cat-electives-howto__steps li::marker {
        color: var(--cat-gold);
        font-weight: 700; }
  .cat-electives-howto__callouts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px; }
    @media (max-width: 640px) {
      .cat-electives-howto__callouts {
        grid-template-columns: 1fr; } }
  .cat-electives-howto__callout {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(176, 142, 58, 0.4);
    border-radius: 8px;
    padding: 12px 14px; }
  .cat-electives-howto__callout-label {
    margin: 0 0 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-gold); }
  .cat-electives-howto__callout-value {
    margin: 0;
    font-size: 14px;
    color: var(--cat-navy); }
    .cat-electives-howto__callout-value strong {
      font-weight: 700; }
  .cat-electives-howto__callout-link {
    color: var(--cat-navy);
    text-decoration: underline;
    text-decoration-color: rgba(176, 142, 58, 0.6); }
    .cat-electives-howto__callout-link:hover {
      color: var(--cat-gold); }
  .cat-electives-howto__cta-wrap {
    text-align: center;
    margin-top: 8px; }
  .cat-electives-howto__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--cat-gold);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(176, 142, 58, 0.35);
    transition: background-color 0.15s ease, transform 0.15s ease; }
    .cat-electives-howto__cta:hover {
      background: #9a7d33;
      transform: translateY(-1px); }
  .cat-electives-howto__cta-note {
    margin: 10px 0 0;
    font-size: 13px;
    font-style: italic;
    color: rgba(31, 41, 73, 0.7); }
    .cat-electives-howto__cta-note strong {
      font-style: normal;
      font-weight: 600;
      color: var(--cat-navy); }

.cat-sbc-langs {
  max-width: 760px;
  margin: 0 auto;
  text-align: center; }
  .cat-sbc-langs__row {
    margin-bottom: 24px; }
    .cat-sbc-langs__row:last-child {
      margin-bottom: 0; }
  .cat-sbc-langs__heading {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    margin-bottom: 10px; }
    .cat-sbc-langs__heading--soon {
      color: rgba(246, 243, 236, 0.45);
      letter-spacing: 2.5px;
      margin-bottom: 6px; }
  .cat-sbc-langs__items {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--cat-gold);
    line-height: 1.25;
    background-image: var(--cat-gold-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 1px rgba(138, 109, 39, 0.22)); }
    .cat-sbc-langs__items--soon {
      background-image: none;
      -webkit-text-fill-color: currentColor;
      filter: none;
      font-size: 18px;
      font-weight: 400;
      color: rgba(246, 243, 236, 0.55);
      letter-spacing: 0.2px;
      line-height: 1.4; }
    .cat-sbc-langs__items--buttons {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      background-image: none;
      -webkit-text-fill-color: currentColor;
      filter: none; }
  .cat-sbc-langs__btn {
    appearance: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: transparent;
    border: 2px solid var(--cat-gold);
    border-radius: 8px;
    padding: 10px 26px;
    cursor: pointer;
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    color: var(--cat-gold-light);
    letter-spacing: 0.3px;
    line-height: 1.1;
    transition: background .15s, color .15s, box-shadow .15s, transform .05s; }
    .cat-sbc-langs__btn-native {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.1; }
    .cat-sbc-langs__btn-english {
      margin-top: 2px;
      font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
      font-size: 10px;
      font-weight: 400;
      line-height: 1.15;
      letter-spacing: 0.06em;
      color: var(--cat-gold); }
    .cat-sbc-langs__btn:hover {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
      .cat-sbc-langs__btn:hover .cat-sbc-langs__btn-english {
        color: rgba(10, 22, 40, 0.65); }
    .cat-sbc-langs__btn:active {
      transform: translateY(1px); }
    .cat-sbc-langs__btn:focus-visible {
      outline: 2px solid var(--cat-gold-light);
      outline-offset: 3px; }
    .cat-sbc-langs__btn.is-active {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
      .cat-sbc-langs__btn.is-active .cat-sbc-langs__btn-english {
        color: rgba(10, 22, 40, 0.65); }
  .cat-sbc-langs__row--soon {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(176, 142, 58, 0.15); }
  .cat-sbc-langs--compact .cat-sbc-langs__heading {
    font-size: 11px;
    letter-spacing: 2.5px;
    margin-bottom: 8px; }
  .cat-sbc-langs--compact .cat-sbc-langs__items {
    font-size: 22px;
    line-height: 1.3; }
  .cat-sbc-langs--compact .cat-sbc-langs__items--soon {
    font-size: 14px;
    line-height: 1.5; }
  .cat-sbc-langs--compact .cat-sbc-langs__row--soon {
    margin-top: 20px;
    padding-top: 18px; }
  .cat-sbc-langs--panel {
    background: var(--cat-navy);
    border-radius: 12px;
    padding: 28px 32px;
    margin-top: 40px;
    border: 1px solid rgba(176, 142, 58, 0.18); }
  .cat-sbc-langs--soon-only .cat-sbc-langs__row--soon {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }

@media (min-width: 601px) and (max-width: 1024px) {
  .cat-sbc-landing {
    padding: 60px 24px 28px; }
  .cat-sbc-landing__logo {
    max-width: 500px;
    margin-bottom: 6px; }
  .cat-sbc-landing__tagline {
    font-size: 21px;
    margin-bottom: 48px; }
  .cat-sbc-landing__eyebrow {
    font-size: 13px;
    letter-spacing: 4.5px; }
  .cat-sbc-landing__actions {
    gap: 16px;
    max-width: 600px;
    margin-bottom: 18px; }
  .cat-sbc-landing__primary-row {
    max-width: 600px;
    gap: 16px;
    margin-bottom: 56px; }
  .cat-sbc-landing__cta {
    min-height: 84px;
    padding: 16px 18px; }
  .cat-sbc-landing__cta-label {
    font-size: 20px; }
  .cat-sbc-langs__items {
    font-size: 26px; }
  .cat-sbc-langs__items--soon {
    font-size: 16px; }
  .cat-sbc-langs--compact .cat-sbc-langs__items {
    font-size: 19px; }
  .cat-sbc-langs--compact .cat-sbc-langs__items--soon {
    font-size: 13px; }
  .cat-sbc-langs--panel {
    padding: 24px 26px; }
  .cat-sbc-langs__btn {
    font-size: 22px;
    padding: 9px 22px; } }

@media (max-width: 600px) {
  .cat-sbc-landing {
    padding: 48px 18px 24px; }
  .cat-sbc-landing__logo {
    max-width: 340px;
    margin-bottom: 4px; }
  .cat-sbc-landing__tagline {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 1.5; }
  .cat-sbc-landing__eyebrow {
    font-size: 12px;
    letter-spacing: 3.5px; }
  .cat-sbc-landing__rule {
    width: 56px;
    height: 2px;
    margin-bottom: 20px; }
  .cat-sbc-landing__actions {
    grid-template-columns: 1fr;
    max-width: 440px;
    gap: 14px;
    margin-bottom: 14px; }
  .cat-sbc-landing__primary-row {
    max-width: 440px;
    margin-bottom: 44px; }
  .cat-sbc-landing__cta {
    min-height: 76px;
    padding: 14px 18px; }
  .cat-sbc-landing__cta-label {
    font-size: 20px; }
  .cat-sbc-langs__heading {
    letter-spacing: 2.5px; }
  .cat-sbc-langs__items {
    font-size: 23px;
    line-height: 1.35; }
  .cat-sbc-langs__items--soon {
    font-size: 15px;
    line-height: 1.5; }
  .cat-sbc-langs--compact .cat-sbc-langs__items {
    font-size: 17px; }
  .cat-sbc-langs--compact .cat-sbc-langs__items--soon {
    font-size: 12px; }
  .cat-sbc-langs--panel {
    padding: 20px 18px; }
  .cat-sbc-langs__items--buttons {
    gap: 10px; }
  .cat-sbc-langs__btn {
    font-size: 19px;
    padding: 8px 16px;
    border-width: 1.5px; } }

.cat-demo-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px; }
  .cat-demo-topbar__back {
    color: var(--cat-muted);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.5px;
    flex-shrink: 0; }
    .cat-demo-topbar__back:hover {
      color: var(--cat-navy); }
  .cat-demo-topbar--with-langs {
    gap: 16px;
    align-items: center; }
  .cat-demo-topbar__langs {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center; }
  .cat-demo-topbar__reset {
    appearance: none;
    background: transparent;
    border: 1.5px solid var(--cat-gold);
    border-radius: 6px;
    padding: 6px 14px;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    cursor: pointer;
    transition: background .15s, color .15s, transform .05s, box-shadow .15s; }
    .cat-demo-topbar__reset:hover {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
    .cat-demo-topbar__reset:active {
      transform: translateY(1px); }

.cat-lang-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px; }
  .cat-lang-picker--inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0; }

.cat-lang-btn {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 12px;
  border: 2px solid var(--cat-border);
  background: var(--cat-card);
  color: var(--cat-navy);
  border-radius: 8px;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .05s; }
  .cat-lang-btn:hover {
    border-color: var(--cat-gold); }
  .cat-lang-btn:active {
    transform: translateY(1px); }
  .cat-lang-btn.is-active {
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    border-color: var(--cat-navy); }
  .cat-lang-btn__native {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2; }
  .cat-lang-btn__english {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: rgba(10, 22, 40, 0.7); }
  .cat-lang-btn.is-active .cat-lang-btn__english {
    color: rgba(246, 243, 236, 0.85); }
  .cat-lang-picker--inline .cat-lang-btn {
    padding: 6px 10px;
    font-size: 12px;
    border-width: 1px;
    border-radius: 4px; }

.cat-form-homebar {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  left: 0;
  right: 0;
  z-index: 50;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  pointer-events: none; }

.cat-form-home {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--cat-gold-gradient);
  box-shadow: var(--cat-gold-shadow);
  color: var(--cat-navy);
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-decoration: none;
  transition: filter .15s, transform .05s; }
  .cat-form-home__icon {
    font-size: 16px;
    line-height: 1; }
  .cat-form-home:hover {
    filter: brightness(1.08); }
  .cat-form-home:active {
    transform: translateY(1px); }

.cat-form-card {
  background: var(--cat-card);
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  padding: 32px 28px 28px;
  box-shadow: 0 1px 3px rgba(10, 22, 40, 0.04); }

.cat-form-card__rule {
  width: 48px;
  height: 2px;
  background: var(--cat-gold);
  margin: 0 auto 16px; }

.cat-form-card__heading {
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--cat-navy);
  text-align: center;
  margin-bottom: 4px; }

.cat-form-card__sub {
  text-align: center;
  font-size: 14px;
  color: var(--cat-muted);
  margin-bottom: 28px; }

.cat-sbc-landing__about {
  max-width: 620px;
  margin: 0 auto 32px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(191, 157, 78, 0.35);
  border-radius: 8px;
  text-align: left; }
  .cat-sbc-landing__about p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--cat-cream);
    opacity: 0.85; }
    .cat-sbc-landing__about p:last-child {
      margin-bottom: 0; }

.cat-sbc-landing__about-heading {
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--cat-gold);
  margin: 0 0 8px; }

.cat-sbc-landing__about-key {
  opacity: 1 !important;
  font-weight: 600; }

.cat-sbc-landing__about-school {
  padding-top: 8px;
  border-top: 1px dashed rgba(191, 157, 78, 0.35); }
  .cat-sbc-landing__about-school a {
    color: var(--cat-gold);
    font-weight: 600;
    text-decoration: underline; }
    .cat-sbc-landing__about-school a:hover {
      filter: brightness(1.15); }

.cat-demo-checkmail__english-steps {
  max-width: 520px;
  margin: 32px auto 0;
  padding: 28px 24px;
  background: var(--cat-card);
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  text-align: center; }

.cat-english-steps__note {
  margin: 20px auto 10px;
  max-width: 480px; }

.cat-reset-english {
  text-align: center;
  margin: 8px auto 28px; }

.cat-reset-english__form {
  display: inline-block; }

button.cat-reset-english__btn {
  appearance: none;
  background: transparent;
  border: 1.5px solid rgba(191, 157, 78, 0.55);
  border-radius: 6px;
  color: var(--cat-gold-light);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 22px;
  cursor: pointer;
  transition: background .15s, border-color .15s; }
  button.cat-reset-english__btn:hover {
    background: rgba(191, 157, 78, 0.12);
    border-color: var(--cat-gold); }

.cat-form-card__seats {
  text-align: center;
  margin: 0 0 24px;
  padding: 12px 14px;
  background: rgba(191, 157, 78, 0.1);
  border: 1px solid rgba(191, 157, 78, 0.32);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--cat-navy); }
  .cat-form-card__seats strong {
    display: block;
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    color: var(--cat-gold-dark);
    margin-bottom: 2px; }
  .cat-form-card__seats--full {
    background: rgba(176, 142, 58, 0.06);
    color: var(--cat-muted);
    font-style: italic; }

.cat-form-card__seats-sub {
  font-size: 12px;
  color: var(--cat-muted);
  letter-spacing: 0.3px; }

.cat-form__row {
  margin-bottom: 16px; }
  .cat-form__row--split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; }

.cat-form__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--cat-muted);
  margin-bottom: 6px; }

.cat-form__required {
  color: #c00;
  font-weight: 700;
  margin-left: 4px; }

.cat-form__legend {
  margin: 0 0 20px;
  padding: 10px 14px;
  border-left: 3px solid #c00;
  background: rgba(204, 0, 0, 0.05);
  font-size: 13px;
  color: var(--cat-text);
  line-height: 1.5; }

.cat-form__input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--cat-border);
  border-radius: 6px;
  background: #fff;
  color: var(--cat-navy);
  font: inherit;
  font-size: 16px;
  transition: border-color .15s, box-shadow .15s; }
  .cat-form__input:focus {
    outline: none;
    border-color: var(--cat-gold);
    box-shadow: 0 0 0 3px rgba(176, 142, 58, 0.18); }
  .cat-form__input--select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23b08e3a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-inline-end: 38px;
    cursor: pointer; }
  .cat-form__input--textarea {
    resize: vertical;
    min-height: 84px;
    line-height: 1.5; }

.cat-form__help {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--cat-muted); }
  .cat-form__help strong {
    color: var(--cat-navy); }
  .cat-form__help--row {
    margin-top: -8px;
    margin-bottom: 16px; }

.cat-form__section {
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--cat-navy);
  margin: 28px 0 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(10, 22, 40, 0.12); }
  .cat-form__section:first-of-type {
    margin-top: 4px;
    padding-top: 0;
    border-top: 0; }

.cat-form__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px; }
  .cat-form__radios--stack {
    flex-direction: column;
    gap: 8px; }

.cat-form__radio,
.cat-form__check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--cat-navy);
  cursor: pointer; }
  .cat-form__radio input,
  .cat-form__check input {
    margin-top: 3px;
    flex-shrink: 0; }

.cat-form__check {
  margin-top: 8px; }

.cat-form__check--agree {
  font-size: 14px;
  color: var(--cat-muted); }

.cat-form__schoolblock {
  border: 1px solid rgba(10, 22, 40, 0.16);
  border-radius: 10px;
  padding: 14px 18px 2px;
  margin: 0 0 16px;
  background: rgba(255, 255, 255, 0.55); }
  .cat-form__schoolblock[hidden] {
    display: none; }

.cat-form__schoolblock-legend {
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--cat-gold-dark);
  padding: 0 8px; }

.cat-form-card--centered {
  text-align: center; }

.cat-form__error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px; }
  .cat-form__error ul {
    margin: 4px 0 0 18px;
    padding: 0; }
  .cat-form__error li {
    list-style: disc; }

.cat-form__field-error {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #b91c1c; }

.cat-form__submit {
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  background: var(--cat-gold-gradient);
  box-shadow: var(--cat-gold-shadow);
  color: var(--cat-navy);
  border: none;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter .15s, transform .05s; }
  .cat-form__submit:hover {
    filter: brightness(1.08); }
  .cat-form__submit:active {
    transform: translateY(1px); }

.cat-form__footnote {
  margin-top: 14px;
  font-size: 12px;
  color: var(--cat-muted);
  text-align: center;
  line-height: 1.5; }

.cat-form__alt-path {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--cat-border);
  text-align: center; }
  .cat-form__alt-path-or {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-muted); }
  .cat-form__alt-path-link {
    display: block;
    width: 100%;
    padding: 14px;
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy);
    border: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: filter .15s, transform .05s; }
    .cat-form__alt-path-link:hover {
      filter: brightness(1.08); }
    .cat-form__alt-path-link:active {
      transform: translateY(1px); }
  .cat-form__alt-path-sub {
    margin: 12px auto 0;
    max-width: 360px;
    font-size: 13px;
    color: var(--cat-muted);
    line-height: 1.5; }

.cat-demo-greeting {
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--cat-navy);
  text-align: center;
  margin-bottom: 8px; }
  .cat-demo-greeting__sub {
    display: block;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--cat-muted);
    margin-top: 4px;
    text-transform: none;
    letter-spacing: 0; }

.cat-video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: var(--cat-navy);
  border-radius: 8px;
  overflow: hidden;
  margin: 24px 0 28px; }
  .cat-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.cat-demo-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 16px;
  background: var(--cat-navy);
  color: var(--cat-gold-light);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: background .15s; }
  .cat-demo-cta:hover {
    background: var(--cat-navy-mid); }
  .cat-demo-cta--ghost {
    background: transparent;
    color: var(--cat-navy);
    border: 1px solid var(--cat-navy); }
    .cat-demo-cta--ghost:hover {
      background: rgba(10, 22, 40, 0.06); }

.cat-demo-checkmail {
  text-align: center;
  padding: 48px 8px 16px; }
  .cat-demo-checkmail__icon {
    color: var(--cat-gold);
    margin: 0 auto 18px;
    line-height: 0; }
  .cat-demo-checkmail__heading {
    font-family: var(--cat-serif, "Crimson Pro", Georgia, serif);
    font-size: 32px;
    color: var(--cat-navy);
    margin: 0 0 28px; }
  .cat-demo-checkmail__sub {
    font-size: 17px;
    color: var(--cat-text);
    margin: 0 auto 14px;
    max-width: 460px;
    line-height: 1.5; }
  .cat-demo-checkmail__next {
    font-weight: 600;
    color: var(--cat-navy);
    margin: 28px auto 0;
    max-width: 460px; }
  .cat-demo-checkmail__small {
    color: var(--cat-muted);
    font-size: 13px;
    margin: 28px auto 0;
    max-width: 420px; }

.cat-quiz-card {
  background: var(--cat-card);
  border: 1px solid var(--cat-border);
  border-inline-start: 4px solid var(--cat-gold);
  border-radius: 8px;
  padding: 24px 24px 20px;
  margin-bottom: 18px; }
  .cat-quiz-card__num {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-muted);
    margin-bottom: 10px;
    font-weight: 600; }
  .cat-quiz-card__text {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    line-height: 1.4;
    color: var(--cat-navy);
    margin-bottom: 16px; }

.cat-quiz-answers {
  display: flex;
  flex-direction: column;
  gap: 10px; }

.cat-quiz-answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1.5px solid var(--cat-border);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color .15s, background .15s; }
  .cat-quiz-answer:hover {
    border-color: var(--cat-gold); }
  .cat-quiz-answer input[type="radio"] {
    margin-top: 4px;
    accent-color: var(--cat-gold);
    flex-shrink: 0; }
  .cat-quiz-answer:has(input[type="radio"]:checked) {
    border-color: var(--cat-gold);
    background: var(--cat-gold-pale); }
  .cat-quiz-answer__text {
    font-size: 15px;
    color: var(--cat-navy);
    line-height: 1.4; }

.cat-quiz-submit {
  margin-top: 24px;
  width: 100%;
  padding: 14px;
  background: var(--cat-navy);
  color: var(--cat-gold-light);
  border: none;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .15s; }
  .cat-quiz-submit:hover {
    background: var(--cat-navy-mid); }

.cat-results {
  background: var(--cat-card);
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  padding: 48px 32px;
  text-align: center; }
  .cat-results__rule {
    width: 48px;
    height: 2px;
    background: var(--cat-gold);
    margin: 0 auto 18px; }
  .cat-results__score {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 64px;
    font-weight: 600;
    color: var(--cat-navy);
    line-height: 1;
    margin-bottom: 8px; }
  .cat-results__detail {
    font-size: 14px;
    color: var(--cat-muted);
    margin-bottom: 28px; }
  .cat-results__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 28px;
    font-weight: 600;
    color: var(--cat-navy);
    margin-bottom: 12px; }
  .cat-results__body {
    font-size: 15px;
    line-height: 1.6;
    color: var(--cat-navy);
    max-width: 480px;
    margin: 0 auto 24px; }
  .cat-results__primary {
    margin: 0 auto 28px;
    max-width: 480px; }
  .cat-results__primary-sub {
    font-size: 12.5px;
    color: var(--cat-muted);
    letter-spacing: 0.2px;
    margin-top: 10px;
    line-height: 1.5; }
  .cat-results__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap; }
  .cat-results__action {
    appearance: none;
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font: inherit;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s, filter .15s, transform .05s; }
    .cat-results__action:hover {
      background: var(--cat-navy-mid); }
    .cat-results__action--ghost {
      background: transparent;
      color: var(--cat-navy);
      border: 1.5px solid var(--cat-border); }
      .cat-results__action--ghost:hover {
        background: var(--cat-card);
        border-color: var(--cat-gold);
        color: var(--cat-navy); }
    .cat-results__action--register {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 56px;
      padding: 14px 32px;
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy);
      font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
      font-size: 20px;
      letter-spacing: 0.3px;
      text-transform: none;
      font-weight: 600; }
      .cat-results__action--register:hover {
        filter: brightness(1.08);
        background: var(--cat-gold-gradient); }
      .cat-results__action--register:active {
        transform: translateY(1px); }

@media (min-width: 601px) and (max-width: 1024px) {
  .cat-demo-shell {
    max-width: 640px;
    padding: 40px 28px 64px; }
  .cat-form-card {
    padding: 36px 32px 28px; }
  .cat-form-card__heading {
    font-size: 30px; }
  .cat-quiz-card {
    padding: 22px 22px 18px; }
  .cat-quiz-card__text {
    font-size: 21px; }
  .cat-demo-greeting {
    font-size: 26px; }
  .cat-lang-btn {
    padding: 16px 12px; }
  .cat-lang-picker--inline .cat-lang-btn {
    padding: 10px 14px;
    font-size: 13px; }
  .cat-quiz-answer {
    padding: 16px 18px;
    min-height: 56px; }
  .cat-quiz-answer__text {
    font-size: 16px; }
  .cat-form__submit,
  .cat-quiz-submit {
    padding: 16px;
    min-height: 52px;
    font-size: 16px; }
  .cat-demo-cta {
    padding: 18px;
    min-height: 56px; } }

@media (max-width: 600px) {
  .cat-demo-shell {
    padding: 20px 14px 48px; }
  .cat-form-card {
    padding: 24px 18px 22px; }
  .cat-form-card__heading {
    font-size: 26px; }
  .cat-form__row--split {
    grid-template-columns: 1fr;
    gap: 0; }
  .cat-form__row--split > div {
    margin-bottom: 16px; }
  .cat-demo-topbar {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px; }
  .cat-demo-topbar > * {
    width: 100%; }
  .cat-lang-picker--inline {
    display: flex;
    width: 100%;
    justify-content: stretch; }
  .cat-lang-picker--inline form {
    flex: 1;
    display: flex; }
  .cat-lang-picker--inline .cat-lang-btn {
    flex: 1;
    width: 100%;
    padding: 10px 8px; }
  .cat-quiz-card {
    padding: 20px 18px 16px; }
  .cat-quiz-card__text {
    font-size: 19px; }
  .cat-quiz-answer {
    padding: 14px 14px;
    min-height: 52px; }
  .cat-quiz-answer__text {
    font-size: 15px; }
  .cat-results {
    padding: 36px 22px; }
  .cat-results__score {
    font-size: 48px; }
  .cat-results__heading {
    font-size: 24px; }
  .cat-results__actions {
    flex-direction: column; }
  .cat-results__action {
    width: 100%; }
  .cat-demo-cta {
    padding: 18px;
    font-size: 15px; } }

body.edeck-page {
  background: var(--cat-navy); }

.edeck {
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse at top, var(--cat-navy-light) 0%, var(--cat-navy) 60%), var(--cat-navy);
  color: var(--cat-cream);
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  overflow: hidden;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
  overscroll-behavior: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none; }
  .edeck__stage {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .edeck__logo {
    height: 160px;
    margin-bottom: 36px; }
  .edeck__brand-tagline {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 22px;
    color: rgba(246, 243, 236, 0.78);
    margin: 0 0 36px; }
  .edeck__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.12;
    color: var(--cat-gold-light);
    margin: 0; }
  .edeck__nowrap {
    white-space: nowrap; }
  .edeck__title-accent {
    color: var(--cat-cream); }
  .edeck__title-line {
    display: block; }

.edeck-slide__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 28px;
  position: relative; }

.edeck-slide__head .edeck-slide__heading {
  margin-bottom: 0; }

.edeck-slide__home {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--cat-border);
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease; }
  .edeck-slide__home:hover, .edeck-slide__home:focus-visible {
    background: var(--cat-gold);
    border-color: var(--cat-gold);
    transform: scale(1.05); }
  .edeck-slide__home:focus-visible {
    outline: 2px solid var(--cat-gold-light);
    outline-offset: 2px; }

.edeck-slide__home-img {
  width: 32px;
  height: 32px;
  display: block; }

.edeck-animated .edeck-slide--title.is-active .edeck__title-line--1 {
  animation: edeck-slide-in-left 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both; }

.edeck-animated .edeck-slide--title.is-active .edeck__title-line--2 {
  animation: edeck-slide-in-right 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.85s both; }

@keyframes edeck-slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-60px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

@keyframes edeck-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(60px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.edeck-slide {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  padding: 64px 80px 96px;
  text-align: start; }
  .edeck-slide.is-active {
    display: flex; }
  .edeck-animated .edeck-slide.is-active {
    animation: edeck-fade 0.45s ease; }
  .edeck-slide--title, .edeck-slide--cta {
    text-align: center;
    align-items: center; }
  .edeck-slide__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--cat-gold);
    margin: 0 0 14px; }
  .edeck-slide__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 600;
    font-size: 46px;
    line-height: 1.12;
    color: #fff;
    margin: 0 0 32px; }
  .edeck-slide--cta .edeck-slide__heading {
    margin-bottom: 24px; }
  .edeck-slide--cta .edeck-list {
    text-align: start; }

@keyframes edeck-fade {
  from {
    opacity: 0;
    transform: translateY(12px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.edeck-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.5; }
  .edeck-list li {
    position: relative;
    padding-inline-start: 34px;
    margin-bottom: 20px; }
    .edeck-list li::before {
      content: "";
      position: absolute;
      inset-inline-start: 0;
      top: 11px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: var(--cat-gold); }
  .edeck-list strong {
    color: #fff;
    font-weight: 600; }
  .edeck-list--tight {
    font-size: 19px; }
    .edeck-list--tight li {
      margin-bottom: 14px; }

.edeck-steps {
  list-style: none;
  counter-reset: edeck-step;
  margin: 0;
  padding: 0;
  font-size: 21px;
  line-height: 1.45; }
  .edeck-steps li {
    counter-increment: edeck-step;
    position: relative;
    padding-inline-start: 56px;
    margin-bottom: 20px;
    min-height: 38px; }
    .edeck-steps li::before {
      content: counter(edeck-step);
      position: absolute;
      inset-inline-start: 0;
      top: -2px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: var(--cat-gold);
      color: var(--cat-navy);
      font-weight: 700;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .edeck-steps strong {
    color: #fff;
    font-weight: 600; }

.edeck-tiles {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px; }

.edeck-tile {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--cat-border);
  border-top: 4px solid var(--cat-gold);
  border-radius: 14px;
  padding: 26px 20px;
  text-align: center; }
  .edeck-tile__icon {
    display: block;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 16px; }
  .edeck-tile__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 21px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin: 0 0 10px; }
  .edeck-tile__desc {
    font-size: 15px;
    line-height: 1.5;
    color: var(--cat-cream);
    margin: 0; }

.edeck-equation {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px; }

.edeck-eq-card {
  flex: 1 1 0;
  max-width: 260px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--cat-border);
  border-radius: 16px;
  padding: 30px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .edeck-eq-card__big {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    margin-bottom: 12px; }
  .edeck-eq-card__label {
    font-size: 16px;
    line-height: 1.4;
    color: var(--cat-cream); }
  .edeck-eq-card--result {
    background: var(--cat-gold-gradient, linear-gradient(160deg, var(--cat-gold-light), var(--cat-gold-dark)));
    border-color: var(--cat-gold); }
    .edeck-eq-card--result .edeck-eq-card__big {
      color: var(--cat-navy); }
    .edeck-eq-card--result .edeck-eq-card__label {
      color: var(--cat-navy);
      font-weight: 600; }

.edeck-eq-op {
  display: flex;
  align-items: center;
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 44px;
  font-weight: 700;
  color: var(--cat-gold); }

.edeck-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px; }

.edeck-panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--cat-border);
  border-radius: 14px;
  padding: 28px 30px; }
  .edeck-panel__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 25px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin: 0 0 18px; }
  .edeck-panel .edeck-list {
    font-size: 18px; }
    .edeck-panel .edeck-list li {
      margin-bottom: 14px; }

.edeck-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 28px; }

.edeck-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--cat-border);
  border-top: 4px solid var(--cat-gold);
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center; }
  .edeck-stat__num {
    display: block;
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
    color: #fff; }
  .edeck-stat__unit {
    font-size: 24px;
    color: var(--cat-gold-light);
    margin-inline-start: 2px; }
  .edeck-stat__label {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.4;
    color: var(--cat-cream); }

.edeck-note {
  font-size: 17px;
  font-style: italic;
  color: rgba(246, 243, 236, 0.7);
  margin: 4px 0 0; }

.edeck-catalog {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 40px; }
  .edeck-catalog__item {
    break-inside: avoid;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(176, 142, 58, 0.18);
    font-size: 18px; }
  .edeck-catalog__name {
    color: var(--cat-cream); }
  .edeck-catalog__credits {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--cat-gold-light);
    letter-spacing: 0.3px; }

.edeck-ecards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px;
  max-height: 60vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 6px;
  text-align: start; }

.edeck-ecard {
  background: var(--cat-cream);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .edeck-ecard--unavailable {
    opacity: 0.72; }
  .edeck-ecard__status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: -4px -4px 4px;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3; }
    .edeck-ecard__status-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      flex-shrink: 0; }
    .edeck-ecard__status-label {
      letter-spacing: 0.02em; }
    .edeck-ecard__status-reason {
      font-weight: 500;
      font-style: italic;
      margin-inline-start: auto;
      text-align: end;
      font-size: 11px;
      opacity: 0.85; }
    .edeck-ecard__status--discontinued {
      background: rgba(189, 39, 30, 0.18);
      color: #6e150f; }
      .edeck-ecard__status--discontinued .edeck-ecard__status-dot {
        background: #bd271e; }
    .edeck-ecard__status--awaiting_materials {
      background: rgba(196, 135, 0, 0.22);
      color: #553a00; }
      .edeck-ecard__status--awaiting_materials .edeck-ecard__status-dot {
        background: #c48700; }
  .edeck-ecard__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px; }
  .edeck-ecard__name {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--cat-navy);
    margin: 0; }
  .edeck-ecard__credits {
    flex: none;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: var(--cat-gold-dark);
    white-space: nowrap; }
  .edeck-ecard__instructor {
    font-size: 13px;
    font-weight: 600;
    color: var(--cat-gold-dark);
    margin: 0; }
  .edeck-ecard__desc {
    font-size: 13.5px;
    line-height: 1.5;
    color: #3a3a3a;
    margin: 0; }
  .edeck-ecard__tag {
    align-self: flex-start;
    font-size: 11px;
    color: var(--cat-navy);
    background: var(--cat-gold-pale);
    border-radius: 999px;
    padding: 3px 11px; }

.edeck-faculty {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch; }
  .edeck-faculty__card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--cat-border);
    border-radius: 12px; }
  .edeck-faculty__avatar {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--cat-gold-gradient, linear-gradient(160deg, var(--cat-gold-light), var(--cat-gold-dark)));
    border: 2px solid var(--cat-gold); }
    .edeck-faculty__avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .edeck-faculty__initials {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--cat-navy);
    letter-spacing: 0.5px; }
  .edeck-faculty__body {
    min-width: 0; }
  .edeck-faculty__name {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin: 0 0 2px; }
  .edeck-faculty__role {
    font-size: 13px;
    letter-spacing: 0.4px;
    color: rgba(212, 176, 106, 0.85);
    margin: 0 0 8px; }
  .edeck-faculty__courses {
    font-size: 15px;
    line-height: 1.5;
    color: var(--cat-cream);
    margin: 0; }
  .edeck-faculty__course {
    white-space: nowrap; }

.edeck-price {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px; }
  .edeck-price th, .edeck-price td {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(176, 142, 58, 0.18);
    text-align: start; }
  .edeck-price th {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-gold); }
  .edeck-price td {
    color: var(--cat-cream); }
  .edeck-price__num {
    text-align: end;
    font-variant-numeric: tabular-nums; }
  .edeck-price__num--soon {
    color: var(--cat-gold-light);
    opacity: 0.6;
    font-style: italic;
    font-variant-numeric: normal;
    font-size: 0.82em;
    white-space: nowrap; }

.edeck-cta {
  margin-top: 32px; }
  .edeck-cta__lead {
    font-size: 22px;
    font-weight: 600;
    color: var(--cat-cream);
    margin: 0 0 18px;
    max-width: 40ch; }
  .edeck-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 20px; }
  .edeck-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease; }
    .edeck-cta__btn:hover {
      transform: translateY(-1px); }
    .edeck-cta__btn--primary {
      background-image: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
      .edeck-cta__btn--primary:hover {
        color: var(--cat-navy); }
    .edeck-cta__btn--ghost {
      background: transparent;
      border-color: var(--cat-gold);
      color: var(--cat-gold-light); }
      .edeck-cta__btn--ghost:hover {
        background: var(--cat-gold);
        color: var(--cat-navy); }
  .edeck-cta__contact {
    font-size: 16px;
    color: rgba(246, 243, 236, 0.75);
    margin: 0; }
  .edeck-cta__email {
    color: var(--cat-gold-light);
    text-decoration: none;
    border-bottom: 1px solid var(--cat-gold); }
    .edeck-cta__email:hover {
      color: #fff; }

.edeck-restart {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1px solid var(--cat-border);
  border-radius: 999px;
  color: var(--cat-gold-light);
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
  .edeck-restart span {
    font-size: 18px;
    line-height: 1; }
  .edeck-restart:hover {
    background: var(--cat-gold);
    border-color: var(--cat-gold);
    color: var(--cat-navy); }

.edeck-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--cat-border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--cat-gold-light);
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
  z-index: 3; }
  .edeck-arrow:hover {
    background: var(--cat-gold);
    color: var(--cat-navy); }
  .edeck-arrow--prev {
    left: calc(28px + env(safe-area-inset-left)); }
  .edeck-arrow--next {
    right: calc(28px + env(safe-area-inset-right)); }

.edeck-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(26px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
  z-index: 3; }

.edeck-dots {
  display: flex;
  gap: 6px; }

.edeck-dot {
  width: 32px;
  height: 32px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .edeck-dot::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(246, 243, 236, 0.28);
    transition: background-color 0.15s ease, transform 0.15s ease; }
  .edeck-dot:hover::before {
    background: rgba(246, 243, 236, 0.55); }
  .edeck-dot.is-active::before {
    background: var(--cat-gold);
    transform: scale(1.4); }

.edeck-counter {
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(246, 243, 236, 0.55); }

.edeck-menu {
  position: relative; }
  .edeck-menu__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--cat-border);
    border-radius: 999px;
    color: var(--cat-gold-light);
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease; }
  .edeck-menu__toggle-icon {
    font-size: 15px;
    line-height: 1; }
  .edeck-menu.is-open .edeck-menu__toggle, .edeck-menu__toggle:hover {
    background: var(--cat-gold);
    border-color: var(--cat-gold);
    color: var(--cat-navy); }
  .edeck-menu__panel {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    transform: translateX(-50%);
    width: 320px;
    max-width: 88vw;
    max-height: 56vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--cat-navy-mid);
    border: 1px solid var(--cat-border);
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
    padding: 8px;
    z-index: 5; }
  .edeck-menu__item {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    text-align: start;
    background: transparent;
    border: none;
    border-radius: 10px;
    color: var(--cat-cream);
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 16px;
    padding: 12px 14px;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease; }
    .edeck-menu__item:hover {
      background: rgba(176, 142, 58, 0.16); }
    .edeck-menu__item.is-active {
      background: rgba(176, 142, 58, 0.22);
      color: var(--cat-gold-light); }
  .edeck-menu__item-num {
    flex: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(246, 243, 236, 0.12);
    color: var(--cat-gold-light);
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
  .edeck-menu__item.is-active .edeck-menu__item-num {
    background: var(--cat-gold);
    color: var(--cat-navy); }
  .edeck-menu__item-title {
    flex: 1; }
  .edeck-menu__item--form {
    margin-top: 6px;
    border-top: 1px solid var(--cat-border);
    color: var(--cat-gold-light);
    font-weight: 600;
    text-decoration: none; }
    .edeck-menu__item--form .edeck-menu__item-num {
      background: var(--cat-gold);
      color: var(--cat-navy); }
    .edeck-menu__item--form:hover {
      background: rgba(176, 142, 58, 0.22); }

@media (max-width: 900px) {
  .edeck-slide {
    padding: 48px 36px 132px; }
  .edeck-slide__heading {
    font-size: 34px; }
  .edeck__title {
    font-size: 48px; }
  .edeck__logo {
    height: 132px; }
  .edeck-list {
    font-size: 18px; }
  .edeck-steps {
    font-size: 17px; }
  .edeck-cols,
  .edeck-stat-row,
  .edeck-tiles {
    grid-template-columns: 1fr 1fr; }
  .edeck-faculty {
    grid-template-columns: 1fr;
    gap: 12px; }
  .edeck-catalog {
    columns: 1; }
  .edeck-arrow {
    display: none; }
  .edeck-equation {
    flex-direction: column;
    align-items: center; }
  .edeck-eq-card {
    max-width: 420px;
    width: 100%;
    padding: 20px; }
  .edeck-eq-card__big {
    font-size: 36px;
    margin-bottom: 8px; }
  .edeck-eq-op {
    font-size: 32px; } }

@media (max-height: 840px) {
  .edeck-slide {
    padding: 36px 64px calc(60px + env(safe-area-inset-bottom)); }
  .edeck-slide__heading {
    font-size: 36px;
    margin-bottom: 22px; }
  .edeck__logo {
    height: 124px;
    margin-bottom: 24px; }
  .edeck__brand-tagline {
    font-size: 19px;
    margin-bottom: 24px; }
  .edeck__title {
    font-size: 50px; }
  .edeck-list {
    font-size: 19px; }
    .edeck-list li {
      margin-bottom: 14px; }
  .edeck-steps {
    font-size: 18px; }
    .edeck-steps li {
      margin-bottom: 14px; }
  .edeck-catalog__item {
    padding: 7px 0;
    font-size: 17px; }
  .edeck-price {
    font-size: 16px; }
    .edeck-price th, .edeck-price td {
      padding: 7px 14px; }
  .edeck-tile {
    padding: 20px 18px; }
  .edeck-tile__icon {
    font-size: 34px;
    margin-bottom: 12px; }
  .edeck-stat__num {
    font-size: 44px; }
  .edeck-eq-card__big {
    font-size: 40px; }
  .edeck-restart {
    margin-top: 24px; }
  .edeck-faculty {
    gap: 12px 24px; }
  .edeck-faculty__avatar {
    width: 66px;
    height: 66px;
    border-radius: 10px; }
  .edeck-faculty__initials {
    font-size: 24px; }
  .edeck-faculty__name {
    font-size: 20px; }
  .edeck-faculty__courses {
    font-size: 14px; }
  .edeck-footer {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    bottom: calc(14px + env(safe-area-inset-bottom)); } }

@media (max-width: 600px) {
  .edeck-slide {
    bottom: calc(56px + env(safe-area-inset-bottom));
    padding: 40px 18px 20px;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .edeck-slide--title {
    justify-content: center; }
  .edeck-slide__eyebrow {
    font-size: 12px;
    margin-bottom: 8px; }
  .edeck-slide__heading {
    font-size: 26px;
    margin-bottom: 18px; }
  .edeck__logo {
    height: 72px;
    margin-bottom: 16px; }
  .edeck__brand-tagline {
    font-size: 15px;
    margin-bottom: 16px; }
  .edeck__title {
    font-size: 31px;
    line-height: 1.15; }
  .edeck__nowrap {
    white-space: normal; }
  .edeck-tiles,
  .edeck-cols,
  .edeck-stat-row {
    grid-template-columns: 1fr;
    gap: 12px; }
  .edeck-tile {
    padding: 18px 16px; }
  .edeck-tile__icon {
    font-size: 32px;
    margin-bottom: 10px; }
  .edeck-tile__title {
    font-size: 18px; }
  .edeck-panel {
    padding: 18px; }
  .edeck-panel__title {
    font-size: 20px;
    margin-bottom: 12px; }
  .edeck-stat {
    padding: 16px 14px; }
  .edeck-stat__num {
    font-size: 38px; }
  .edeck-stat__unit {
    font-size: 18px; }
  .edeck-list {
    font-size: 16px; }
    .edeck-list li {
      padding-inline-start: 28px;
      margin-bottom: 13px; }
  .edeck-list--tight {
    font-size: 15px; }
  .edeck-steps {
    font-size: 15px; }
  .edeck-steps li {
    padding-inline-start: 46px;
    margin-bottom: 15px; }
  .edeck-steps li::before {
    width: 32px;
    height: 32px;
    font-size: 15px; }
  .edeck-steps--flow::before {
    left: 15px; }
  .edeck-ecards {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible; }
  .edeck-faculty__avatar {
    width: 60px;
    height: 60px; }
  .edeck-faculty__name {
    font-size: 19px; }
  .edeck-faculty__initials {
    font-size: 22px; }
  .edeck-eq-card {
    padding: 16px; }
  .edeck-eq-card__big {
    font-size: 32px; }
  .edeck-price {
    font-size: 13px; }
  .edeck-price th,
  .edeck-price td {
    padding: 8px; }
  .edeck-price th {
    font-size: 11px;
    letter-spacing: 0.5px; }
  .edeck-note {
    font-size: 14px; }
  .edeck-cta {
    margin-top: 20px; }
  .edeck-cta__lead {
    font-size: 18px;
    margin-bottom: 14px; }
  .edeck-cta__btn {
    font-size: 16px;
    padding: 13px 24px; }
  .edeck-cta__contact {
    font-size: 14px; }
  .edeck-restart {
    margin-top: 20px;
    font-size: 14px; }
  .edeck-dots {
    display: none; }
  .edeck-footer {
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    bottom: calc(8px + env(safe-area-inset-bottom)); }
  .edeck-counter {
    font-size: 12px; }
  .edeck-menu__toggle {
    font-size: 12px;
    padding: 7px 14px; }
  .edeck-menu__panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 72vh;
    border-radius: 18px 18px 0 0;
    padding: 10px 10px calc(14px + env(safe-area-inset-bottom));
    box-shadow: 0 -16px 40px rgba(0, 0, 0, 0.5);
    animation: edeck-sheet-up 0.28s cubic-bezier(0.22, 1, 0.36, 1); }
  .edeck-menu__item {
    font-size: 17px;
    padding: 14px; } }

@media (max-width: 380px) {
  .edeck__title {
    font-size: 27px; }
  .edeck-slide__heading {
    font-size: 23px; } }

@keyframes edeck-sheet-up {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0); } }

@media (max-height: 500px) {
  .edeck-slide {
    bottom: calc(52px + env(safe-area-inset-bottom));
    padding: 22px 56px 16px;
    justify-content: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .edeck-slide--title {
    justify-content: center; }
  .edeck-slide__eyebrow {
    margin-bottom: 6px; }
  .edeck-slide__heading {
    font-size: 25px;
    margin-bottom: 14px; }
  .edeck__logo {
    height: 52px;
    margin-bottom: 12px; }
  .edeck__brand-tagline {
    font-size: 15px;
    margin-bottom: 12px; }
  .edeck__title {
    font-size: 30px;
    line-height: 1.12; }
  .edeck-slide__head {
    gap: 10px;
    margin-bottom: 18px; }
  .edeck-slide__home {
    width: 38px;
    height: 38px; }
  .edeck-slide__home-img {
    width: 24px;
    height: 24px; }
  .edeck-list {
    font-size: 16px; }
    .edeck-list li {
      margin-bottom: 10px; }
  .edeck-steps {
    font-size: 15px; }
    .edeck-steps li {
      margin-bottom: 12px; }
  .edeck-arrow {
    display: none; }
  .edeck-footer {
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    bottom: calc(8px + env(safe-area-inset-bottom)); }
  .edeck-dot {
    width: 26px;
    height: 26px; }
  .edeck-counter {
    font-size: 12px; }
  .edeck-menu__toggle {
    font-size: 12px;
    padding: 6px 14px; } }

.tdemo {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: #000;
  color: #fff;
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  -webkit-user-select: none;
  overflow: hidden; }
  .tdemo__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: #000; }
  .tdemo__top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 46px 20px calc(54px + env(safe-area-inset-bottom));
    text-align: center;
    pointer-events: none;
    background: linear-gradient(to top, rgba(10, 22, 40, 0.82) 0%, rgba(10, 22, 40, 0.45) 55%, rgba(10, 22, 40, 0) 100%);
    transition: opacity 0.45s ease; }
    .tdemo__top.is-dim {
      opacity: 0; }
  .tdemo__logo {
    height: 42px;
    width: auto;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5)); }
  .tdemo__eyebrow {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    font-weight: 600; }
  .tdemo__title {
    margin: 2px 0 0;
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 600;
    font-size: clamp(20px, 5vw, 30px);
    line-height: 1.15;
    color: #fff; }
  .tdemo__now {
    margin: 8px 0 0;
    font-size: 14px;
    color: var(--cat-cream); }
    .tdemo__now b {
      color: var(--cat-gold-light);
      font-weight: 700; }
  @media (max-width: 640px) {
    .tdemo__top {
      padding: 28px 16px calc(48px + env(safe-area-inset-bottom)); }
    .tdemo__logo {
      height: 28px;
      margin-bottom: 4px; }
    .tdemo__eyebrow {
      font-size: 10px;
      letter-spacing: 0.18em; }
    .tdemo__title {
      font-size: 17px;
      line-height: 1.12; }
    .tdemo__now {
      font-size: 12px;
      margin-top: 3px; } }
  .tdemo__flash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    z-index: 6;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(10, 22, 40, 0.55);
    display: grid;
    place-items: center;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none; }
    .tdemo__flash.is-show {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1); }
    .tdemo__flash svg {
      width: 44px;
      height: 44px;
      fill: #fff; }
  .tdemo__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.25);
    border-top-color: var(--cat-gold);
    animation: tdemo-spin 1s linear infinite;
    pointer-events: none; }
    .tdemo__spinner[hidden] {
      display: none; }
  .tdemo__toast {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
    background: rgba(10, 22, 40, 0.82);
    border: 1px solid rgba(200, 165, 90, 0.5);
    color: var(--cat-cream);
    padding: 12px 22px;
    border-radius: 999px;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    white-space: nowrap; }
    .tdemo__toast b {
      color: var(--cat-gold-light); }
    .tdemo__toast.is-show {
      opacity: 1; }
  .tdemo__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 4px;
    background: rgba(255, 255, 255, 0.18); }
    .tdemo__progress i {
      display: block;
      height: 100%;
      width: 0;
      background: var(--cat-gold);
      transition: width 0.2s linear; }
  .tdemo__grab {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 10px 16px calc(14px + env(safe-area-inset-bottom));
    background: linear-gradient(to top, rgba(10, 22, 40, 0.92), rgba(10, 22, 40, 0));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: grab;
    touch-action: none; }
  .tdemo__grab-bar {
    width: 46px;
    height: 5px;
    border-radius: 3px;
    background: rgba(245, 239, 224, 0.5); }
  .tdemo__grab-label {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cat-gold-light);
    font-weight: 600; }
    .tdemo__grab-label::after {
      content: " ▲";
      font-size: 10px; }
  .tdemo__scrim {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: rgba(5, 11, 20, 0.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; }
    .tdemo__scrim.is-show {
      opacity: 1;
      pointer-events: auto; }
  .tdemo__sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    height: 82vh;
    background: var(--cat-navy);
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
    touch-action: none; }
    .tdemo__sheet.is-open {
      transform: translateY(0); }
    .tdemo__sheet.is-dragging {
      transition: none; }
  .tdemo__sheet-head {
    position: relative;
    padding: 12px 16px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(245, 239, 224, 0.1);
    cursor: grab;
    touch-action: none; }
    .tdemo__sheet-head h2 {
      margin: 2px 0 0;
      font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
      font-size: 19px;
      color: var(--cat-cream);
      font-weight: 600; }
  .tdemo__sheet-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 16px 28px; }
  .tdemo__sheet-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 11px;
    color: var(--cat-cream);
    opacity: 0.4;
    text-decoration: none;
    touch-action: auto;
    transition: opacity 0.15s ease; }
    .tdemo__sheet-close:hover {
      opacity: 0.8; }
  .tdemo__region {
    margin-top: 18px; }
    .tdemo__region:first-child {
      margin-top: 6px; }
  .tdemo__region-title {
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--cat-gold);
    font-weight: 700; }
  .tdemo__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .tdemo__lang {
    appearance: none;
    border: 1px solid rgba(245, 239, 224, 0.16);
    background: var(--cat-navy-light);
    color: #fff;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.08s ease; }
    .tdemo__lang:active {
      transform: scale(0.97); }
    .tdemo__lang.is-active {
      border-color: var(--cat-gold);
      background: linear-gradient(135deg, rgba(200, 165, 90, 0.22), rgba(27, 47, 79, 0.9)); }
  .tdemo__lang-native {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2; }
  .tdemo__lang-en {
    font-size: 12px;
    color: rgba(245, 239, 224, 0.62); }
  .tdemo__lang.is-active .tdemo__lang-en {
    color: var(--cat-gold-light); }
  .tdemo__welcome {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: radial-gradient(120% 120% at 50% 30%, rgba(17, 32, 59, 0.85), rgba(10, 22, 40, 0.96));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    cursor: pointer;
    transition: opacity 0.5s ease; }
    .tdemo__welcome.is-hidden {
      opacity: 0;
      pointer-events: none; }
  .tdemo__welcome-logo {
    height: 56px;
    width: auto;
    margin-bottom: 26px; }
  .tdemo__welcome-word {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: clamp(40px, 12vw, 88px);
    line-height: 1.05;
    color: var(--cat-gold-light);
    min-height: 1.1em;
    transition: opacity 0.35s ease; }
  .tdemo__welcome-brand {
    margin-top: 10px;
    font-size: clamp(16px, 4.5vw, 24px);
    color: var(--cat-cream); }
  .tdemo__welcome-hint {
    margin-top: 40px;
    font-size: 15px;
    color: rgba(245, 239, 224, 0.62);
    letter-spacing: 0.04em;
    animation: tdemo-pulse 2.4s ease-in-out infinite; }
    .tdemo__welcome-hint::before {
      content: "👆 "; }

@keyframes tdemo-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes tdemo-pulse {
  0%, 100% {
    opacity: 0.55; }
  50% {
    opacity: 1; } }

@media (min-width: 768px) {
  .tdemo__sheet {
    left: 0;
    right: 0;
    width: 720px;
    max-width: 96vw;
    margin-inline: auto; }
  .tdemo__grid {
    grid-template-columns: repeat(3, 1fr); }
  .tdemo__logo {
    height: 52px; } }

.bro {
  background-color: var(--cat-navy);
  background-image: radial-gradient(rgba(246, 243, 236, 0.028) 1px, transparent 1.5px), radial-gradient(ellipse 90% 55% at 50% 0%, rgba(184, 146, 48, 0.1) 0%, transparent 55%), linear-gradient(180deg, var(--cat-navy) 0%, var(--cat-navy-light) 60%, var(--cat-navy-mid) 100%);
  background-size: 24px 24px, 100% 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, scroll;
  color: var(--cat-cream);
  font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
  min-height: 100vh; }
  .bro .bro-section__lead {
    color: rgba(246, 243, 236, 0.92); }
  .bro .bro-section__body {
    color: rgba(246, 243, 236, 0.86); }
  .bro .bro-section__note {
    color: rgba(246, 243, 236, 0.6); }
  .bro .bro-section__title,
  .bro .bro-section__subtitle {
    color: var(--cat-gold-light); }
  .bro .bro-section strong {
    color: var(--cat-gold-light); }
  .bro .bro-bullets {
    color: rgba(246, 243, 236, 0.9); }
    .bro .bro-bullets li::marker {
      color: var(--cat-gold-light); }
  .bro .bro-section--panel {
    color: var(--cat-navy); }
    .bro .bro-section--panel .bro-section__lead,
    .bro .bro-section--panel .bro-section__body {
      color: var(--cat-navy); }
    .bro .bro-section--panel .bro-section__note {
      color: var(--cat-muted); }
    .bro .bro-section--panel .bro-section__title,
    .bro .bro-section--panel .bro-section__subtitle {
      color: var(--cat-gold-dark); }
    .bro .bro-section--panel strong {
      color: var(--cat-navy); }
    .bro .bro-section--panel .bro-bullets {
      color: var(--cat-navy); }
      .bro .bro-section--panel .bro-bullets li::marker {
        color: var(--cat-gold-dark); }

.bro-nav {
  background: var(--cat-card);
  border-bottom: 1px solid rgba(10, 22, 40, 0.12);
  box-shadow: 0 1px 8px rgba(10, 22, 40, 0.06);
  position: sticky;
  top: 0;
  z-index: 120; }
  .bro-nav__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 24px; }
  .bro-nav__brand {
    flex-shrink: 0;
    line-height: 0;
    margin-inline-end: 8px; }
  .bro-nav__logo {
    height: 64px; }
  .bro-nav__menu {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px; }
  .bro-nav__link {
    color: var(--cat-navy);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color .15s, color .15s; }
    .bro-nav__link:hover {
      background: rgba(10, 22, 40, 0.07);
      color: var(--cat-navy); }
    .bro-nav__link.is-active {
      color: var(--cat-gold-dark); }
  .bro-nav__auth {
    margin-inline-start: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px; }
  .bro-nav__login {
    flex-shrink: 0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-decoration: none;
    padding: 9px 18px;
    border-radius: 6px;
    transition: background-color .15s, color .15s, border-color .15s; }
    .bro-nav__login--ghost {
      color: var(--cat-navy);
      border: 1px solid rgba(10, 22, 40, 0.35); }
      .bro-nav__login--ghost:hover {
        background: rgba(10, 22, 40, 0.07);
        border-color: var(--cat-navy); }
    .bro-nav__login--primary {
      background: var(--cat-gold);
      color: var(--cat-navy);
      border: 1px solid var(--cat-gold); }
      .bro-nav__login--primary:hover {
        background: var(--cat-gold-light);
        border-color: var(--cat-gold-light); }
  .bro-nav__lang {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center; }
  .bro-nav__lang-form {
    margin: 0; }
  .bro-nav__lang-toggle {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(10, 22, 40, 0.35);
    border-radius: 6px;
    color: var(--cat-navy);
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    transition: background-color .15s, border-color .15s; }
    .bro-nav__lang-toggle:hover {
      background-color: rgba(10, 22, 40, 0.07);
      border-color: var(--cat-navy); }
    .bro-nav__lang-toggle:focus-visible {
      outline: 2px solid var(--cat-gold-dark);
      outline-offset: 1px; }
  .bro-nav__lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 130;
    min-width: 200px;
    max-height: 70vh;
    overflow-y: auto;
    flex-direction: column;
    background: var(--cat-card);
    border: 1px solid rgba(10, 22, 40, 0.18);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(10, 22, 40, 0.18);
    padding: 4px; }
    .bro-nav__lang-menu.is-open {
      display: flex; }
  .bro-nav__lang-option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    background: transparent;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: var(--cat-navy);
    cursor: pointer; }
    .bro-nav__lang-option:hover {
      background: rgba(10, 22, 40, 0.07); }
    .bro-nav__lang-option.is-current {
      background: rgba(212, 167, 64, 0.22);
      font-weight: 700; }
  .bro-nav__toggle {
    display: none;
    flex-shrink: 0;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px; }
    .bro-nav__toggle span {
      width: 26px;
      height: 2px;
      background: var(--cat-navy);
      border-radius: 2px; }

.bro-backnav {
  margin: 16px 0 0; }
  .bro-backnav__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: var(--cat-gold-light);
    background: rgba(184, 146, 48, 0.12);
    border: 1px solid rgba(184, 146, 48, 0.5);
    border-radius: 999px;
    text-decoration: none;
    transition: background-color .15s, color .15s; }
    .bro-backnav__link:hover {
      background: rgba(184, 146, 48, 0.22);
      color: #fff; }
  .bro-backnav--light .bro-backnav__link {
    color: var(--cat-gold-dark);
    background: rgba(138, 109, 39, 0.1);
    border-color: rgba(138, 109, 39, 0.45); }
    .bro-backnav--light .bro-backnav__link:hover {
      background: rgba(138, 109, 39, 0.18);
      color: var(--cat-navy); }

.bro-hero {
  text-align: center;
  padding: 56px 24px 40px;
  background: radial-gradient(ellipse at top, var(--cat-navy-light) 0%, var(--cat-navy) 65%); }
  .bro-hero__logo {
    height: 96px;
    margin-bottom: 22px; }
  .bro-hero__tagline {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-style: italic;
    font-size: 20px;
    color: rgba(246, 243, 236, 0.8);
    margin: 0 0 14px; }
  .bro-hero__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
    margin: 0 auto;
    max-width: 18ch; }

.bro-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 16px 24px 8px; }

.bro-section {
  margin-bottom: 44px; }
  .bro-section--tight {
    margin-bottom: 20px; }
  .bro-section__divide {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--cat-border); }
  .bro-section--panel {
    background: var(--cat-card);
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: 14px;
    padding: 28px 30px; }
  .bro-section__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-weight: 600;
    font-size: 30px;
    color: var(--cat-gold-dark);
    margin: 0 0 16px; }
  .bro-section__subtitle {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 21px;
    color: var(--cat-gold-dark);
    margin: 20px 0 10px; }
  .bro-section__eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cat-gold);
    margin: 0 0 14px; }
  .bro-section__lead {
    font-size: 19px;
    line-height: 1.6;
    color: var(--cat-navy);
    margin: 0; }
  .bro-section__body {
    font-size: 17px;
    line-height: 1.65;
    color: var(--cat-navy);
    margin: 0 0 14px; }
  .bro-section__note {
    font-size: 14px;
    line-height: 1.6;
    color: var(--cat-muted);
    margin: 8px 0 0; }
  .bro-section strong {
    color: var(--cat-navy);
    font-weight: 700; }

.bro-link {
  color: var(--cat-gold-dark);
  text-decoration: underline;
  text-decoration-color: rgba(138, 109, 39, 0.5);
  text-underline-offset: 2px; }
  .bro-link:hover {
    color: var(--cat-navy);
    text-decoration-color: var(--cat-navy); }
  .bro-link--strong {
    font-size: 17px;
    font-weight: 700; }

.bro .bro-link {
  color: var(--cat-gold-light);
  text-decoration-color: rgba(212, 176, 106, 0.5); }
  .bro .bro-link:hover {
    color: #fff;
    text-decoration-color: #fff; }

.bro .bro-section--panel .bro-link {
  color: var(--cat-gold-dark);
  text-decoration-color: rgba(138, 109, 39, 0.5); }
  .bro .bro-section--panel .bro-link:hover {
    color: var(--cat-navy);
    text-decoration-color: var(--cat-navy); }

.bro-cta-line {
  margin: 16px 0 0; }

.bro-inline-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  background: var(--cat-gold);
  color: var(--cat-navy);
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color .15s, transform .05s; }
  .bro-inline-btn:hover {
    background: var(--cat-gold-light); }
  .bro-inline-btn:active {
    transform: translateY(1px); }

.cat-fab {
  position: fixed;
  right: calc(16px + env(safe-area-inset-right, 0px));
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 95;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  transition: transform .25s ease, opacity .25s ease; }
  .cat-fab--hidden {
    transform: translateY(160%);
    opacity: 0;
    pointer-events: none; }
  .cat-fab__toggle {
    padding: 13px 26px;
    background: var(--cat-gold);
    color: var(--cat-navy);
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(10, 22, 40, 0.32);
    transition: background-color .15s, transform .05s; }
    .cat-fab__toggle:hover {
      background: var(--cat-gold-light); }
    .cat-fab__toggle:active {
      transform: translateY(1px); }
  .cat-fab__menu {
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .cat-fab__menu[hidden] {
      display: none; }
  .cat-fab__option {
    padding: 11px 22px;
    background: var(--cat-navy);
    color: var(--cat-gold-light);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid rgba(176, 142, 58, 0.4);
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(10, 22, 40, 0.28);
    transition: background-color .15s; }
    .cat-fab__option:hover {
      background: var(--cat-navy-light);
      color: #fff; }

.bro-resgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px; }

.bro-rescard {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px 22px;
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.1);
  border-inline-start: 4px solid var(--res-accent, var(--cat-gold));
  border-radius: 12px;
  text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease; }
  .bro-rescard:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 26px rgba(10, 22, 40, 0.14); }
  .bro-rescard__icon {
    font-size: 26px;
    line-height: 1; }
  .bro-rescard__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--cat-navy);
    margin: 0; }
  .bro-rescard__blurb {
    font-size: 14px;
    line-height: 1.5;
    color: var(--cat-muted);
    margin: 0;
    flex: 1 1 auto; }
  .bro-rescard__cta {
    align-self: flex-start;
    margin-top: 12px;
    padding: 9px 18px;
    background: var(--cat-gold);
    color: var(--cat-navy);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 8px;
    transition: background-color .12s ease; }
  .bro-rescard:hover .bro-rescard__cta {
    background: var(--cat-gold-light); }
  .bro-rescard__badge {
    position: absolute;
    top: 16px;
    inset-inline-end: 18px;
    padding: 5px 13px;
    background: rgba(184, 146, 48, 0.18);
    border: 1px solid var(--cat-gold);
    border-radius: 999px;
    color: var(--cat-gold-light);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    white-space: nowrap; }
  .bro-rescard--feature {
    position: relative;
    overflow: hidden;
    padding: 28px 30px;
    background: radial-gradient(ellipse 70% 130% at 88% 50%, rgba(184, 146, 48, 0.2) 0%, transparent 62%), linear-gradient(135deg, var(--cat-navy-mid) 0%, var(--cat-navy-light) 100%);
    border-color: var(--cat-navy-light);
    border-inline-start-color: var(--cat-gold);
    box-shadow: 0 10px 30px rgba(10, 22, 40, 0.3); }
    .bro-rescard--feature .bro-rescard__icon {
      font-size: 34px; }
    .bro-rescard--feature .bro-rescard__title {
      color: var(--cat-gold-light);
      font-size: 26px; }
    .bro-rescard--feature .bro-rescard__blurb {
      color: rgba(246, 243, 236, 0.9);
      font-size: 16px; }
    .bro-rescard--feature .bro-rescard__footnote {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      font-style: italic;
      color: rgba(246, 243, 236, 0.65); }
    .bro-rescard--feature:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 38px rgba(10, 22, 40, 0.4); }
  .bro-rescard--primary {
    background: var(--cat-gold);
    border-color: var(--cat-gold);
    border-inline-start-color: var(--cat-gold-dark); }
    .bro-rescard--primary .bro-rescard__title {
      color: var(--cat-navy); }
    .bro-rescard--primary .bro-rescard__blurb {
      color: rgba(10, 22, 40, 0.8); }
    .bro-rescard--primary .bro-rescard__cta {
      background: var(--cat-navy);
      color: var(--cat-gold-light); }
    .bro-rescard--primary:hover {
      background: var(--cat-gold-light); }
    .bro-rescard--primary:hover .bro-rescard__cta {
      background: var(--cat-navy-light); }

.bro--info .bro-hero {
  padding-top: 28px;
  padding-bottom: 18px; }

.bro--info .bro-hero__logo {
  margin-bottom: 8px; }

.bro--info .bro-hero__tagline {
  margin-bottom: 4px; }

.bro--info .bro-container {
  padding-top: 28px; }

.bro--info .bro-section {
  margin-bottom: 22px; }

.bro--info .bro-section:first-of-type {
  margin-bottom: 24px; }

@media (max-width: 600px) {
  .bro--info .bro-hero {
    padding: 20px 18px 12px; }
  .bro--info .bro-hero__logo {
    height: 58px; }
  .bro--info .bro-hero__title {
    font-size: 26px; }
  .bro-resgrid {
    grid-template-columns: 1fr;
    gap: 12px; }
  .bro-rescard {
    padding: 16px 18px; }
  .bro-rescard__title {
    font-size: 19px; } }

.bro-video {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 22, 40, 0.32);
  background: #000; }
  .bro-video iframe,
  .bro-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.bro-dlgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 12px; }

.bro-dlitem .bro-video {
  max-width: none; }

.bro-dlitem__title {
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 21px;
  color: var(--cat-gold-light);
  margin: 14px 0 10px; }

.bro-dlitem__badge {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cat-cream);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--cat-border);
  border-radius: 6px;
  padding: 3px 9px;
  margin-right: 8px;
  vertical-align: middle; }

.bro-dlitem__meta {
  font-size: 13px;
  color: rgba(246, 243, 236, 0.6);
  margin: 0; }

.bro-dlitem__dls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }

.bro-dl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cat-cream);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--cat-border);
  border-radius: 6px;
  padding: 7px 13px;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s; }
  .bro-dl:hover {
    border-color: var(--cat-gold);
    background: rgba(255, 255, 255, 0.1); }

@media (max-width: 700px) {
  .bro-dlgrid {
    grid-template-columns: 1fr; } }

.bro-doclist {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  max-width: 660px; }

.bro-doc {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--cat-border);
  border-radius: 10px;
  padding: 14px 16px;
  text-decoration: none;
  color: var(--cat-cream);
  transition: border-color 0.15s, background 0.15s; }
  .bro-doc:hover {
    border-color: var(--cat-gold);
    background: rgba(255, 255, 255, 0.09); }
  .bro-doc__icon {
    font-size: 26px;
    line-height: 1; }
  .bro-doc__text {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .bro-doc__name {
    font-weight: 600;
    font-size: 16px; }
  .bro-doc__meta {
    font-size: 13px;
    color: rgba(246, 243, 236, 0.6); }
  .bro-doc__dl {
    margin-inline-start: auto;
    color: var(--cat-gold-light);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap; }

@media (max-width: 700px) {
  .bro-doc__dl {
    display: none; } }

.bro-acc {
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 16px; }
  .bro-acc__head {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 18px 22px;
    list-style: none;
    user-select: none; }
    .bro-acc__head::-webkit-details-marker {
      display: none; }
    .bro-acc__head::after {
      content: "\25BE";
      margin-inline-start: auto;
      color: var(--cat-gold);
      font-size: 15px;
      transition: transform 0.2s ease; }
  .bro-acc[open] .bro-acc__head::after {
    transform: rotate(180deg); }
  .bro-acc__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--cat-gold-light); }
  .bro-acc__count {
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 13px;
    color: rgba(246, 243, 236, 0.55); }
  .bro-acc__body {
    padding: 0 22px 22px; }

.elec-block {
  max-width: 1080px;
  margin: 0 auto 28px;
  padding: 26px 32px;
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.1);
  border-radius: 14px; }
  .elec-block__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 28px;
    color: var(--cat-navy);
    margin: 0 0 6px; }
  .elec-block__sub {
    color: var(--cat-muted);
    margin: 0 0 18px;
    font-size: 15px; }

.elec-cal-disclaimer {
  color: var(--cat-muted);
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.5;
  max-width: 72ch; }

.cat-cal-frame {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  min-height: 520px;
  max-height: 800px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(10, 22, 40, 0.1); }
  .cat-cal-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.elec-faq-item {
  border-bottom: 1px solid rgba(10, 22, 40, 0.12); }
  .elec-faq-item:last-child {
    border-bottom: 0; }
  .elec-faq-item summary {
    cursor: pointer;
    padding: 14px 0;
    list-style: none;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--cat-navy);
    display: flex;
    align-items: center;
    gap: 10px; }
    .elec-faq-item summary::-webkit-details-marker {
      display: none; }
    .elec-faq-item summary::after {
      content: "\25BE";
      margin-inline-start: auto;
      color: var(--cat-gold-dark);
      transition: transform 0.2s ease; }
  .elec-faq-item[open] summary::after {
    transform: rotate(180deg); }
  .elec-faq-item__a {
    padding: 0 0 16px;
    color: var(--cat-muted);
    line-height: 1.6;
    margin: 0;
    max-width: 72ch; }

@media (max-width: 700px) {
  .elec-block {
    padding: 22px 20px; } }

.cat-elec-fulllink,
.cat-cta-pill {
  text-align: center;
  margin: 4px 0 30px; }
  .cat-elec-fulllink a,
  .cat-cta-pill a {
    display: inline-block;
    padding: 14px 30px;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--cat-navy);
    background: var(--cat-gold);
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(176, 142, 58, 0.32);
    transition: background-color 0.15s ease, transform 0.15s ease; }
    .cat-elec-fulllink a:hover,
    .cat-cta-pill a:hover {
      background: var(--cat-gold-light);
      transform: translateY(-1px);
      color: var(--cat-navy); }

.bro-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px; }
  .bro-features li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cat-navy);
    background: #fff;
    border: 1px solid rgba(10, 22, 40, 0.1);
    border-radius: 10px;
    padding: 16px 12px;
    box-shadow: 0 1px 3px rgba(10, 22, 40, 0.06); }
  .bro-features__icon {
    font-size: 26px;
    line-height: 1; }

.bro-bullets {
  margin: 0;
  padding-inline-start: 22px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--cat-navy); }
  .bro-bullets li {
    margin-bottom: 10px; }
    .bro-bullets li::marker {
      color: var(--cat-gold-dark); }

.bro-cta-block {
  text-align: center; }

.bro-cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin: 34px 0 4px; }

.bro-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 260px;
  padding: 16px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color .15s, transform .05s, border-color .15s; }
  .bro-btn:active {
    transform: translateY(1px); }
  .bro-btn__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.85; }
  .bro-btn__label {
    font-size: 18px;
    font-weight: 600; }
  .bro-btn--primary {
    background: var(--cat-gold);
    color: var(--cat-navy); }
    .bro-btn--primary:hover {
      background: var(--cat-gold-light); }
  .bro-btn--ghost {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--cat-gold);
    color: var(--cat-gold-light); }
    .bro-btn--ghost:hover {
      background: rgba(176, 142, 58, 0.18);
      color: #fff; }

.bro-support-redirect {
  background: var(--cat-card);
  border: 1px solid rgba(10, 22, 40, 0.1);
  border-inline-start: 6px solid var(--cat-gold);
  border-radius: 14px;
  padding: 32px 36px;
  margin-bottom: 44px;
  text-align: center; }
  .bro-support-redirect__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--cat-navy);
    margin: 0 0 12px;
    line-height: 1.25; }
  .bro-support-redirect__body {
    font-size: 17px;
    color: var(--cat-navy);
    margin: 0 0 22px;
    line-height: 1.5;
    max-width: 580px;
    margin-inline: auto; }
  .bro-support-redirect__btn {
    min-width: 320px;
    padding: 20px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(176, 142, 58, 0.28); }
    .bro-support-redirect__btn .bro-btn__label {
      font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
      font-size: 22px;
      letter-spacing: 0.3px; }
    .bro-support-redirect__btn:focus-visible {
      outline: 3px solid var(--cat-gold-light);
      outline-offset: 3px; }

@media (max-width: 600px) {
  .bro-support-redirect {
    padding: 24px 20px; }
    .bro-support-redirect__heading {
      font-size: 22px; }
    .bro-support-redirect__body {
      font-size: 15px; }
    .bro-support-redirect__btn {
      width: 100%;
      min-width: 0;
      padding: 18px 24px; }
      .bro-support-redirect__btn .bro-btn__label {
        font-size: 19px; } }

.bro-semesters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 18px; }

.bro-semester {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  padding: 20px 22px; }
  .bro-semester__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 14px; }
  .bro-semester__num {
    display: block;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--cat-gold); }
  .bro-semester__courses {
    list-style: none;
    margin: 0;
    padding: 0; }

.bro-course {
  padding: 8px 0 8px 12px;
  border-inline-start: 3px solid var(--cat-gold);
  margin-bottom: 10px; }
  .bro-course--ot {
    border-inline-start-color: var(--cat-ot); }
  .bro-course--nt {
    border-inline-start-color: var(--cat-nt); }
  .bro-course--theo {
    border-inline-start-color: var(--cat-theo); }
  .bro-course__code {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: var(--cat-gold-light);
    letter-spacing: 0.5px; }
  .bro-course__name {
    display: block;
    font-size: 16px;
    color: #fff; }
  .bro-course__scope {
    display: block;
    font-size: 13px;
    color: rgba(246, 243, 236, 0.6); }

.bro-legend {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-inline-end: 16px;
  font-size: 13px;
  color: rgba(246, 243, 236, 0.7); }
  .bro-legend::before {
    content: "";
    width: 12px;
    height: 3px;
    border-radius: 2px;
    background: var(--cat-gold); }
  .bro-legend--ot::before {
    background: var(--cat-ot); }
  .bro-legend--nt::before {
    background: var(--cat-nt); }
  .bro-legend--theo::before {
    background: var(--cat-theo); }

.bro-beliefs {
  list-style: none;
  counter-reset: belief;
  margin: 0;
  padding: 0; }

.bro-belief {
  counter-increment: belief;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--cat-border);
  border-inline-start: 4px solid var(--cat-gold);
  border-radius: 10px;
  padding: 22px 26px 22px 64px;
  margin-bottom: 14px; }
  .bro-belief::before {
    content: counter(belief);
    position: absolute;
    inset-inline-start: 18px;
    top: 22px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--cat-gold);
    color: var(--cat-navy);
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .bro-belief__title {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px; }
  .bro-belief__body {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(246, 243, 236, 0.86);
    margin: 0 0 8px; }
  .bro-belief__refs {
    font-size: 13px;
    font-style: italic;
    color: var(--cat-gold-light);
    margin: 0; }

.bro-table-wrap {
  overflow-x: auto;
  margin: 4px 0 18px;
  border: 1px solid var(--cat-border);
  border-radius: 10px; }

.bro-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  min-width: 460px; }
  .bro-table th, .bro-table td {
    padding: 12px 16px;
    text-align: start;
    border-bottom: 1px solid rgba(176, 142, 58, 0.16); }
  .bro-table th {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--cat-gold);
    background: rgba(255, 255, 255, 0.03); }
  .bro-table td {
    color: rgba(246, 243, 236, 0.88); }
  .bro-table__num {
    text-align: end;
    font-variant-numeric: tabular-nums;
    white-space: nowrap; }
  .bro-table__hint {
    display: block;
    font-size: 12px;
    color: rgba(246, 243, 236, 0.5); }
  .bro-table__total td {
    font-weight: 700;
    color: #fff;
    background: rgba(176, 142, 58, 0.12);
    border-top: 1px solid var(--cat-gold); }
  .bro-table tr:last-child td {
    border-bottom: none; }

.bro-section--panel .bro-table-wrap {
  border-color: rgba(176, 142, 58, 0.3);
  background: rgba(255, 255, 255, 0.35); }

.bro-section--panel .bro-table {
  font-size: 15px;
  min-width: 0; }
  .bro-section--panel .bro-table th, .bro-section--panel .bro-table td {
    padding: 8px 14px;
    border-bottom: 1px solid rgba(176, 142, 58, 0.22);
    vertical-align: top; }
  .bro-section--panel .bro-table th {
    color: var(--cat-gold-dark);
    background: transparent;
    white-space: nowrap;
    width: 1%; }
  .bro-section--panel .bro-table td {
    color: var(--cat-navy);
    word-break: break-word; }
  .bro-section--panel .bro-table a {
    color: var(--cat-navy);
    text-decoration: underline; }

.bro-form {
  max-width: 720px; }
  .bro-form__errors {
    background: rgba(220, 60, 60, 0.12);
    border: 1px solid rgba(220, 60, 60, 0.5);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 20px;
    color: #ffd9d9; }
    .bro-form__errors strong {
      color: #fff; }
    .bro-form__errors ul {
      margin: 8px 0 0;
      padding-inline-start: 20px; }
  .bro-form__row {
    display: grid;
    gap: 16px;
    margin-bottom: 16px; }
    .bro-form__row--split {
      grid-template-columns: 1fr 1fr; }
    .bro-form__row--triple {
      grid-template-columns: 1fr 1fr 1fr; }

.bro-field {
  margin-bottom: 16px; }
  .bro-field__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin-bottom: 6px; }
  .bro-field__input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--cat-border);
    border-radius: 8px;
    padding: 11px 14px;
    font-size: 16px;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    color: var(--cat-cream); }
    .bro-field__input::placeholder {
      color: rgba(246, 243, 236, 0.4); }
    .bro-field__input:focus {
      outline: none;
      border-color: var(--cat-gold);
      background: rgba(255, 255, 255, 0.09); }
    .bro-field__input option {
      color: #1f2937;
      background-color: #fff; }
  .bro-field__help {
    margin: 6px 0 0;
    font-size: 13px;
    color: rgba(246, 243, 236, 0.6); }

@media (max-width: 600px) {
  .bro-form__row--split,
  .bro-form__row--triple {
    grid-template-columns: 1fr; } }

.bro-dates {
  display: grid;
  gap: 10px;
  margin: 6px 0 4px; }

.bro-date {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 16px;
  align-items: baseline;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--cat-border);
  border-inline-start: 4px solid var(--cat-gold);
  border-radius: 8px;
  padding: 14px 18px; }
  .bro-date--close {
    border-inline-start-color: var(--cat-nt); }
  .bro-date__when {
    font-weight: 700;
    color: var(--cat-gold-light);
    font-variant-numeric: tabular-nums; }
  .bro-date__what {
    color: rgba(246, 243, 236, 0.86);
    font-size: 16px; }

.bro-faq {
  display: grid;
  gap: 10px; }

.bro-faq__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--cat-border);
  border-radius: 10px;
  overflow: hidden; }
  .bro-faq__item[open] {
    border-color: rgba(176, 142, 58, 0.5); }

.bro-faq__q {
  cursor: pointer;
  list-style: none;
  padding: 16px 48px 16px 20px;
  position: relative;
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff; }
  .bro-faq__q::-webkit-details-marker {
    display: none; }
  .bro-faq__q::after {
    content: "+";
    position: absolute;
    inset-inline-end: 20px;
    top: 14px;
    font-size: 22px;
    color: var(--cat-gold);
    transition: transform .15s; }
  details[open] .bro-faq__q::after {
    content: "\2212"; }

.bro-faq__a {
  padding: 0 20px 18px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(246, 243, 236, 0.86); }
  .bro-faq__a p {
    margin: 0 0 10px; }
    .bro-faq__a p:last-child {
      margin-bottom: 0; }
  .bro-faq__a .bro-bullets {
    margin-top: 8px; }

@media (max-width: 600px) {
  .bro-date {
    grid-template-columns: 1fr;
    gap: 4px; } }

.bro-map {
  margin: 8px 0 12px;
  border: 1px solid var(--cat-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--cat-navy-mid); }
  .bro-map__frame {
    display: block;
    width: 100%;
    height: 560px;
    border: 0; }

@media (max-width: 600px) {
  .bro-belief {
    padding: 18px 18px 18px 56px; }
  .bro-map__frame {
    height: 420px; } }

@media (max-width: 760px) {
  .bro-nav__toggle {
    display: flex; }
  .bro-nav__menu {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin: 8px 0 4px; }
    .bro-nav__menu.is-open {
      display: flex; }
  .bro-nav__link {
    padding: 12px;
    text-align: right; }
  .bro-hero__title {
    font-size: 32px; }
  .bro-semesters {
    grid-template-columns: 1fr; }
  .bro-btn {
    min-width: 0;
    width: 100%; } }

@media (max-width: 600px) {
  .bro-nav__inner {
    padding: 7px 10px;
    gap: 6px; }
  .bro-nav__logo {
    height: 38px; }
  .bro-nav__brand {
    margin-inline-end: 0; }
  .bro-nav__auth {
    gap: 4px; }
  .bro-nav__login {
    padding: 4px 8px;
    font-size: 11px;
    letter-spacing: 0; }
  .bro-nav__lang-toggle {
    width: 38px;
    height: 38px;
    font-size: 11px; }
  .bro-nav__toggle {
    padding: 6px; } }

@media (orientation: landscape) and (max-height: 500px) {
  .bro-nav__toggle {
    display: flex; }
  .bro-nav__menu {
    display: none;
    flex-basis: 100%;
    flex-direction: column;
    align-items: flex-end;
    margin: 8px 0 4px; }
    .bro-nav__menu.is-open {
      display: flex; }
  .bro-nav__link {
    text-align: right; }
  .bro-nav__inner {
    padding: 6px 10px;
    gap: 6px; }
  .bro-nav__logo {
    height: 36px; }
  .bro-nav__brand {
    margin-inline-end: 0; }
  .bro-nav__auth {
    gap: 4px; }
  .bro-nav__login {
    padding: 4px 8px;
    font-size: 11px;
    letter-spacing: 0; }
  .bro-nav__lang-toggle {
    width: 36px;
    height: 36px;
    font-size: 11px; }
  .cat-hero {
    padding: 6px 16px 8px; }
  .cat-hero__logo {
    max-width: 180px; }
  .cat-hero__tagline {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 4px; }
  .cat-hero__heading {
    font-size: 22px; }
  .cat-fab {
    display: none; } }

[dir="rtl"] .cat-fab {
  inset-inline-end: auto;
  inset-inline-start: calc(16px + env(safe-area-inset-left, 0px)); }

[dir="rtl"] .cat-form__input--select {
  background-position: left 14px center;
  padding-inline-end: 14px;
  padding-inline-start: 38px; }

[dir="rtl"] .bro-nav__lang-select {
  background-position: left 10px center;
  padding-inline-end: 10px;
  padding-inline-start: 30px; }

[dir="rtl"] .dir-flip-glyph {
  display: inline-block;
  transform: scaleX(-1); }

.bro-hero--glp {
  background: radial-gradient(ellipse at top, rgba(53, 94, 59, 0.55) 0%, var(--cat-navy) 70%);
  border-bottom: 3px solid var(--cat-nt); }
  .bro-hero--glp .bro-hero__sub {
    font-size: 17px;
    color: rgba(246, 243, 236, 0.85);
    margin: 14px auto 0;
    max-width: 52ch; }

.bro-glp-panel {
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(191, 157, 78, 0.35);
  border-radius: 8px; }
  .bro-glp-panel .bro-section__heading {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--cat-gold-light);
    margin: 0 0 10px; }
  .bro-glp-panel p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--cat-cream);
    opacity: 0.85; }
    .bro-glp-panel p:last-child {
      margin-bottom: 0; }
  .bro-glp-panel strong {
    color: var(--cat-gold-light);
    opacity: 1; }

.bro-lang-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 20px; }

.bro-lang-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  min-width: 150px;
  padding: 12px 22px;
  background: transparent;
  border: 2px solid var(--cat-gold);
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
  color: var(--cat-gold-light);
  letter-spacing: 0.3px;
  line-height: 1.1;
  transition: background .15s, color .15s, box-shadow .15s, transform .05s; }
  .bro-lang-btn__native {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1; }
  .bro-lang-btn__english {
    margin-top: 2px;
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.06em;
    color: var(--cat-gold); }
  .bro-lang-btn:hover {
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy); }
    .bro-lang-btn:hover .bro-lang-btn__english {
      color: rgba(10, 22, 40, 0.65); }
  .bro-lang-btn:active {
    transform: translateY(1px); }
  .bro-lang-btn:focus-visible {
    outline: 2px solid var(--cat-gold-light);
    outline-offset: 3px; }
  .bro-lang-btn.is-active {
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy); }
    .bro-lang-btn.is-active .bro-lang-btn__english {
      color: rgba(10, 22, 40, 0.65); }

.bro-glp-note {
  margin-top: 14px !important;
  padding: 10px 14px;
  background: rgba(191, 157, 78, 0.12);
  border-left: 3px solid var(--cat-gold-light);
  border-radius: 0 6px 6px 0;
  color: var(--cat-gold-light) !important;
  opacity: 1 !important;
  font-size: 14px; }

.bro-glp-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 96px;
  min-width: 280px;
  max-width: 330px;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background .15s, color .15s, transform .05s, border-color .15s; }
  .bro-glp-cta:active {
    transform: translateY(1px); }
  .bro-glp-cta .bro-btn__eyebrow {
    font-family: 'Outfit', 'Noto Naskh Arabic', sans-serif;
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600; }
  .bro-glp-cta .bro-btn__label {
    font-family: 'Crimson Pro', 'Noto Naskh Arabic', serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2px; }
  .bro-glp-cta--primary {
    background: var(--cat-gold-gradient);
    box-shadow: var(--cat-gold-shadow);
    color: var(--cat-navy); }
    .bro-glp-cta--primary .bro-btn__eyebrow {
      color: rgba(10, 22, 40, 0.65); }
    .bro-glp-cta--primary:hover {
      filter: brightness(1.08); }
  .bro-glp-cta--ghost {
    background: transparent;
    color: var(--cat-gold-light);
    border: 2px solid var(--cat-gold); }
    .bro-glp-cta--ghost .bro-btn__eyebrow {
      color: rgba(246, 243, 236, 0.6); }
    .bro-glp-cta--ghost:hover {
      background: var(--cat-gold-gradient);
      box-shadow: var(--cat-gold-shadow);
      color: var(--cat-navy); }
      .bro-glp-cta--ghost:hover .bro-btn__eyebrow {
        color: rgba(10, 22, 40, 0.65); }

.bro-glp-choose {
  text-align: center; }

.bro-glp-english {
  border-top: 1px solid rgba(246, 243, 236, 0.2);
  padding-top: 32px;
  text-align: center; }
