@charset "UTF-8";
:root {
  --font: "Century Gothic", "CenturyGothic", "AppleGothic", "Futura", "Avenir Next", "Segoe UI", Arial, sans-serif;
  --blue: #025b9b;
  --text: #0f1115;
  --bg-gray: #ebeff3;
  --nav-h: 72px;
  --role-banner-h: 59px;
  --line-gap: 35px;
  --btn-gap: 49px;
  --container-pad: 24px;
  --radius: 18px;
  --nav-bg: #000;
  --nav-bg-soft: #111;
  --nav-bg-elevated: #171717;
  --nav-text: #fff;
  --nav-text-soft: rgba(255, 255, 255, 0.78);
  --nav-border: rgba(255, 255, 255, 0.14);
  --nav-hover: rgba(255, 255, 255, 0.12);
}

html {
  overflow-x: hidden;
}

body.layout-shell {
  padding-top: var(--nav-h, 72px) !important;
  overflow-x: hidden;
}

body.layout-shell.role-banner-active {
  padding-top: calc(var(--nav-h, 72px) + var(--role-banner-h, 59px)) !important;
}

.role-switch-banner {
  position: fixed;
  top: var(--nav-h, 72px);
  left: 0;
  right: 0;
  z-index: 1049;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  min-height: var(--role-banner-h, 59px);
  padding: 0.75rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.role-switch-banner .btn {
  border-radius: 9999px;
}

body.layout-shell .navbar.fixed-top {
  background-color: var(--nav-bg) !important;
  border-bottom: 1px solid var(--nav-border);
  min-height: 72px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

body.layout-shell .navbar.fixed-top .container-fluid {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.layout-shell .navbar.fixed-top .navbar-brand {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-right: 0.9rem;
}

body.layout-shell .navbar.fixed-top .nav-link,
body.layout-shell .navbar.fixed-top .navbar-brand,
body.layout-shell .navbar.fixed-top .btn-link {
  color: var(--nav-text) !important;
}

body.layout-shell .navbar.fixed-top .nav-link:hover,
body.layout-shell .navbar.fixed-top .nav-link:focus,
body.layout-shell .navbar.fixed-top .navbar-brand:hover,
body.layout-shell .navbar.fixed-top .navbar-brand:focus {
  color: var(--nav-text) !important;
  background-color: transparent;
}

body.layout-shell .navbar.fixed-top .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

body.layout-shell .navbar.fixed-top .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.layout-shell .navbar.fixed-top .dropdown-toggle::after {
  border-top-color: var(--nav-text-soft);
}

body.layout-shell .navbar.fixed-top .dropdown-menu {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28), 0 6px 18px rgba(0, 0, 0, 0.12);
  padding: 0.45rem;
  z-index: 1055;
}

body.layout-shell .navbar.fixed-top .dropdown-header {
  color: #6b7280;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.6rem;
}

body.layout-shell .navbar.fixed-top .dropdown-divider {
  border-top-color: #e5e7eb;
  opacity: 1;
}

body.layout-shell .navbar.fixed-top .dropdown-item {
  color: #111827;
  border-radius: 0.5rem;
  padding: 0.45rem 0.6rem;
}

body.layout-shell .navbar.fixed-top .dropdown-item:hover,
body.layout-shell .navbar.fixed-top .dropdown-item:focus {
  color: #111827;
  background-color: #e9eef5;
}

body.layout-shell .navbar.fixed-top .dropdown-item.active,
body.layout-shell .navbar.fixed-top .dropdown-item:active {
  color: #111827;
  background-color: #dbe7ff;
  font-weight: 600;
}

body.layout-shell .navbar.fixed-top .dropdown-item.disabled,
body.layout-shell .navbar.fixed-top .dropdown-item:disabled {
  color: #9ca3af;
}

body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(2, 91, 155, 0.2);
  font-weight: 500;
  text-align: center;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline {
  background: #fff;
  color: #0f1115;
  border-color: rgba(15, 17, 21, 0.16);
}

body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline:hover,
body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline:focus {
  background: #f3f6fa;
  color: #0f1115;
  border-color: rgba(2, 91, 155, 0.42);
}

body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary {
  background: var(--blue);
  color: #fff;
  border-color: transparent;
}

body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary:hover,
body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary:focus {
  background: #014b81;
  color: #fff;
}

body.layout-shell .navbar.fixed-top .language-switcher .btn {
  color: var(--nav-text);
  border-color: rgba(255, 255, 255, 0.45);
  background-color: transparent;
  border-radius: 9999px;
}

body.layout-shell .navbar.fixed-top .language-switcher .btn:hover,
body.layout-shell .navbar.fixed-top .language-switcher .btn:focus {
  color: var(--nav-text);
  background-color: var(--nav-hover);
  border-color: rgba(255, 255, 255, 0.72);
}

body.layout-shell .navbar.fixed-top .language-switcher .dropdown-menu {
  --bs-dropdown-min-width: 0;
  min-width: 0;
  width: max-content;
  max-width: 220px;
}

body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
}

body.layout-shell .navbar.fixed-top .language-switcher .language-label {
  min-width: 0;
  flex: 0 0 auto;
}

body.layout-shell .navbar.fixed-top .language-switcher .status-icon {
  margin-left: 0.35rem;
  flex: 0 0 auto;
  line-height: 1;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
}

body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item.disabled {
  opacity: 1;
  color: #9ca3af;
  background-color: #fff;
}

body.layout-shell .navbar.fixed-top .language-switcher .unavailable-culture .status-icon {
  display: inline-block;
  opacity: 1 !important;
  color: #dc2626 !important;
  font-size: 0.8rem;
  font-weight: 700;
}

body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item.active {
  background-color: #eef1f5;
  color: #111827;
  font-weight: 600;
}

body.layout-shell .navbar.fixed-top .language-switcher .flag-icon img {
  border-radius: 2px;
  object-fit: cover;
}

body.layout-shell .navbar.fixed-top .role-switcher-item .role-switcher {
  margin-right: 0 !important;
}

body.layout-shell .navbar.fixed-top .navbar-collapse {
  width: auto;
}

body.layout-shell .navbar.fixed-top .navbar-nav-right .btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  body.layout-shell .navbar-expand-lg .navbar-nav.me-auto {
    gap: 0.35rem;
  }
  body.layout-shell .navbar.fixed-top .navbar-collapse {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start !important;
    width: 100%;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav {
    flex-wrap: nowrap;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right {
    margin-left: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center !important;
    gap: 0.35rem;
    white-space: nowrap;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right > .nav-item {
    flex: 0 0 auto;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .nav-link.dropdown-toggle {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991.98px) {
  html {
    overflow-x: hidden;
  }
  body.layout-shell .navbar.fixed-top .navbar-collapse {
    margin-top: 0.65rem;
    padding: 0.6rem 0.5rem;
    border: 1px solid var(--nav-border);
    border-radius: 0.75rem;
    background-color: var(--nav-bg-soft);
  }
  body.layout-shell .navbar.fixed-top .navbar-collapse {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav {
    gap: 0.15rem;
  }
  body.layout-shell .navbar.fixed-top .nav-menu-trigger {
    width: 100%;
    justify-content: flex-start !important;
    border: none !important;
    border-radius: 9999px !important;
    background: transparent !important;
    color: var(--nav-text) !important;
    padding: 0.6rem 0.75rem !important;
    font-size: 0.925rem;
    font-weight: 400;
    box-shadow: none !important;
    opacity: 1;
  }
  body.layout-shell .navbar.fixed-top .nav-menu-trigger:hover, body.layout-shell .navbar.fixed-top .nav-menu-trigger:focus {
    background: var(--nav-hover) !important;
    color: var(--nav-text) !important;
  }
  body.layout-shell .navbar.fixed-top .nav-menu-trigger.dropdown-toggle::after {
    margin-left: auto;
    flex-shrink: 0;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right {
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .nav-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .nav-item:not(.language-switcher-item):not(.account-menu):not(.role-switcher-item) {
    flex: 1 1 auto;
    min-width: min-content;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .nav-item:not(.language-switcher-item):not(.account-menu):not(.role-switcher-item) .ui-btn {
    width: 100%;
    justify-content: center;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--outline-light {
    background: transparent !important;
    color: var(--nav-text) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--outline-light:hover, body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--outline-light:focus {
    background: var(--nav-hover) !important;
    color: var(--nav-text) !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--primary {
    background: var(--blue) !important;
    color: #fff !important;
    border-color: transparent !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--primary:hover, body.layout-shell .navbar.fixed-top .navbar-nav-right .ui-btn--primary:focus {
    background: #014a7d !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .language-switcher-item {
    flex: 1 1 auto;
    min-width: min-content;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .btn {
    width: 100%;
    justify-content: center;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .account-menu {
    flex: 1 1 auto;
    min-width: min-content;
  }
  body.layout-shell .navbar.fixed-top .account-trigger {
    width: 100%;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    border-radius: 9999px !important;
    background: transparent !important;
    color: var(--nav-text) !important;
    padding: 0.5rem 1rem !important;
    font-size: 0.925rem;
    font-weight: 400;
    box-shadow: none !important;
    opacity: 1;
  }
  body.layout-shell .navbar.fixed-top .account-trigger:hover, body.layout-shell .navbar.fixed-top .account-trigger:focus {
    background: var(--nav-hover) !important;
    color: var(--nav-text) !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
  }
  body.layout-shell .navbar.fixed-top .account-trigger.dropdown-toggle::after {
    margin-left: 0.35rem;
    flex-shrink: 0;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav:not(.navbar-nav-right) .dropdown-menu {
    position: static !important;
    transform: none !important;
    margin: 0.2rem 0 0.2rem 1rem !important;
    width: calc(100% - 1rem) !important;
    background-color: var(--nav-bg-elevated) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
    border-radius: 0.5rem !important;
    padding: 0.3rem !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .dropdown-menu {
    position: absolute !important;
    top: calc(100% + 0.35rem) !important;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    margin: 0 !important;
    width: max-content !important;
    min-width: 180px !important;
    background-color: var(--nav-bg-elevated) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
    border-radius: 0.5rem !important;
    padding: 0.3rem !important;
  }
  body.layout-shell .navbar.fixed-top .navbar-nav-right .account-menu .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 220px !important;
  }
  body.layout-shell .navbar.fixed-top .dropdown-item {
    color: rgba(255, 255, 255, 0.82) !important;
    border-radius: 0.35rem;
    padding: 0.42rem 0.6rem;
    font-size: 0.9rem;
  }
  body.layout-shell .navbar.fixed-top .dropdown-item:hover, body.layout-shell .navbar.fixed-top .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .dropdown-item.active, body.layout-shell .navbar.fixed-top .dropdown-item:active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .dropdown-item.disabled, body.layout-shell .navbar.fixed-top .dropdown-item:disabled {
    color: rgba(255, 255, 255, 0.35) !important;
    background-color: transparent !important;
  }
  body.layout-shell .navbar.fixed-top .dropdown-header {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.7rem;
    padding: 0.5rem 0.6rem 0.25rem;
  }
  body.layout-shell .navbar.fixed-top .dropdown-divider {
    border-top-color: rgba(255, 255, 255, 0.1) !important;
  }
  body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline {
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
  }
  body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline:hover, body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--outline:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.55) !important;
  }
  body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary {
    background: var(--blue) !important;
    color: #fff !important;
    border-color: transparent !important;
  }
  body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary:hover, body.layout-shell .navbar.fixed-top .account-menu .dropdown-item.auth-action--primary:focus {
    background: #014a7d !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item {
    color: rgba(255, 255, 255, 0.82) !important;
    background-color: transparent !important;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item:hover,
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-item.disabled {
    background-color: transparent !important;
    color: rgba(255, 255, 255, 0.35) !important;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .status-icon {
    margin-left: 0;
  }
  body.layout-shell .navbar.fixed-top .language-switcher .dropdown-menu {
    min-width: 0 !important;
    width: max-content !important;
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 991.98px) and (orientation: landscape) {
  body.layout-shell .navbar.fixed-top .navbar-nav:not(.navbar-nav-right) {
    max-height: calc(100dvh - var(--nav-h, 72px) - 5rem);
    overflow-y: auto;
  }
}
body.layout-shell .site-footer {
  position: relative;
  font-size: 14px;
  padding: 15px 0;
  background: #000;
  color: rgba(255, 255, 255, 0.75);
  border-top: 0;
}

body.layout-shell .site-footer h4 {
  margin: 0 0 10px;
  color: #fff;
}

body.layout-shell .site-footer p {
  margin: 0 0 10px;
}

body.layout-shell .site-footer a,
body.layout-shell .site-footer a:hover,
body.layout-shell .site-footer a:focus {
  color: #fff;
  text-decoration: none;
}

body.layout-shell .site-footer .site-footer__brand-link {
  text-decoration: underline;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

body.layout-shell .site-footer .site-footer__brand-link:hover,
body.layout-shell .site-footer .site-footer__brand-link:focus {
  color: #dbeeff;
  text-decoration-color: #5eaee1;
}

.ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font);
  font-weight: 400;
  text-decoration: none;
  border-radius: 9999px;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 18px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(2, 91, 155, 0.35);
}

.ui-btn--sm {
  padding: 8px 12px;
  font-size: 13px;
}

.ui-btn--cta {
  padding: 10px 15px;
  font-size: 14px;
}

.ui-btn--primary {
  background: var(--blue);
  color: #fff;
}
.ui-btn--primary:hover, .ui-btn--primary:focus {
  background: #014a7d;
  color: #fff;
  box-shadow: 0 10px 22px rgba(2, 91, 155, 0.28);
}

.ui-btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.ui-btn--outline-light:hover, .ui-btn--outline-light:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.ui-btn--light {
  background: #fff;
  color: #111;
  border-color: rgba(0, 0, 0, 0.12);
}
.ui-btn--light:hover, .ui-btn--light:focus {
  background: #f5f7fa;
  color: #111;
  border-color: rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.ui-btn--dark {
  background: #000;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ui-btn--dark:hover, .ui-btn--dark:focus {
  background: #111;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mycourses-action-btn--outline-blue {
  background: #fff;
  color: var(--blue);
  border-color: color-mix(in srgb, var(--blue) 62%, white 38%);
}
.mycourses-action-btn--outline-blue:hover, .mycourses-action-btn--outline-blue:focus {
  background: color-mix(in srgb, #fff 90%, var(--blue) 10%);
  color: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 10px 22px rgba(2, 91, 155, 0.2);
}

.ui-btn--success {
  background: #10b981;
  color: #fff;
  border-color: rgba(16, 185, 129, 0.25);
}
.ui-btn--success:hover, .ui-btn--success:focus {
  background: #059669;
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.ui-btn--warning {
  background: #f59e0b;
  color: #fff;
  border-color: rgba(245, 158, 11, 0.25);
}
.ui-btn--warning:hover, .ui-btn--warning:focus {
  background: #d97706;
  color: #fff;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.ui-btn--danger {
  background: #ef4444;
  color: #fff;
  border-color: rgba(239, 68, 68, 0.25);
}
.ui-btn--danger:hover, .ui-btn--danger:focus {
  background: #dc2626;
  color: #fff;
  box-shadow: 0 10px 20px rgba(239, 68, 68, 0.3);
}

.ui-btn--create {
  background: #10b981;
  color: #fff;
  border-color: rgba(16, 185, 129, 0.25);
  font-weight: 400;
  padding: 8px 12px;
  font-size: 13px;
}
.ui-btn--create:hover, .ui-btn--create:focus {
  background: #059669;
  color: #fff;
  box-shadow: 0 10px 20px rgba(16, 185, 129, 0.3);
}

.ui-btn--edit {
  background: #f8a71b;
  color: #fff;
  border-color: rgba(245, 158, 11, 0.25);
  font-weight: 400;
  padding: 8px 12px;
  font-size: 13px;
}
.ui-btn--edit:hover, .ui-btn--edit:focus {
  background: #d97706;
  color: #fff;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.3);
}

.course-nav-wrapper {
  background: #f9fafb;
  padding: 16px 20px 0;
  border-radius: 12px 12px 0 0;
  margin-bottom: 24px;
}

.nav-tabs {
  border-bottom: 2px solid #e5e7eb;
  gap: 4px;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  border-radius: 12px 12px 0 0;
  color: #6b7280;
  font-weight: 400;
  background: transparent;
  transition: all 0.2s ease;
  position: relative;
}
.nav-tabs .nav-link i {
  font-size: 16px;
}
.nav-tabs .nav-link:hover:not(.disabled):not(.active) {
  color: var(--blue);
  background: rgba(2, 91, 155, 0.05);
}
.nav-tabs .nav-link.active {
  color: var(--blue);
  background: #fff;
  font-weight: 500;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05), 0 2px 0 0 var(--blue);
}
.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--blue);
  border-radius: 3px 3px 0 0;
}
.nav-tabs .nav-link.disabled {
  color: #d1d5db;
  pointer-events: none;
  opacity: 0.6;
}

.hover-shadow {
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.hover-shadow:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.card.h-100 {
  display: flex;
  flex-direction: column;
}

.course-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.course-card-body > hr:last-of-type {
  margin-top: auto !important;
  margin-bottom: 0.5rem !important;
}

.badge {
  color: #fff !important;
  font-weight: 500;
}
.badge.bg-light {
  color: #111 !important;
}

body.home-theme .how-lupo-works__btn.ui-btn--cta, body.home-theme .outcomes__btn.ui-btn--cta, body.home-theme .lupo-system__docs-btn.ui-btn--cta, body.home-theme .hero__btn.ui-btn--cta {
  font-size: clamp(14px, 1.6vw, 20px);
  line-height: 1;
  padding: clamp(12px, 1.2vw, 14px) clamp(20px, 2.4vw, 28px);
  min-height: 48px;
}

body.home-theme {
  overflow-x: hidden;
}

body.home-theme {
  color: var(--text);
  background: #fff;
}
body.home-theme main[role=main] {
  margin: 0 !important;
}
body.home-theme .hero {
  --hero-line-gap: clamp(18px, 4vw, var(--line-gap));
  --hero-btn-gap: clamp(14px, 3.6vw, var(--btn-gap));
  --hero-pad-y: clamp(24px, 4vw, 48px);
  background: #fff;
  color: var(--text);
  padding: var(--hero-pad-y) var(--container-pad);
}
body.home-theme .hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--hero-line-gap);
}
body.home-theme .hero__h1, body.home-theme .hero__h2, body.home-theme .hero__h2b, body.home-theme .hero__h3 {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
}
body.home-theme .hero__h1 {
  line-height: 1.06;
  font-size: clamp(44px, 6.2vw, 55px);
  margin-top: clamp(12px, 2vw, 24px);
  text-wrap: balance;
}
body.home-theme .hero__kicker {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home-theme .hero__h2 {
  line-height: 1.12;
  font-size: clamp(24px, 4.2vw, 34px);
  text-wrap: balance;
  max-width: 46ch;
}
body.home-theme .hero__h2b {
  line-height: 1.16;
  font-size: clamp(18px, 3.3vw, 27px);
  max-width: 46ch;
}
body.home-theme .hero__h3 {
  color: var(--blue);
  line-height: 1.25;
  font-size: clamp(16px, 2.6vw, 24px);
  text-wrap: balance;
  max-width: 56ch;
}
body.home-theme .hero__cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--hero-btn-gap);
}
body.home-theme .hero__media {
  margin-top: var(--hero-line-gap);
  display: flex;
  justify-content: center;
  padding: 0 var(--container-pad);
}
body.home-theme .hero__video {
  width: min(520px, 100%);
  height: auto;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
body.home-theme .lupo-system {
  background: var(--bg-gray);
  padding: clamp(48px, 6vw, 88px) var(--container-pad) clamp(48px, 6vw, 88px);
  text-align: center;
  color: var(--text);
}
body.home-theme .lupo-system__inner {
  max-width: 1140px;
  margin: 0 auto;
}
body.home-theme .lupo-system__title {
  font-family: var(--font);
  font-weight: 400;
  margin: 0;
  line-height: 1.08;
  font-size: clamp(34px, 4.8vw, 58px);
}
body.home-theme .lupo-system__subtitle {
  font-family: var(--font);
  font-weight: 400;
  margin: 12px 0 0;
  line-height: 1.3;
  font-size: clamp(18px, 2.2vw, 26px);
  color: color-mix(in srgb, var(--text) 78%, white 22%);
}
body.home-theme .lupo-system__stage {
  margin-top: clamp(24px, 3.6vw, 42px);
  display: flex;
  justify-content: center;
  padding: 0 var(--container-pad);
}
body.home-theme .lupo-system__image {
  width: min(860px, 100%);
  aspect-ratio: 1024/560;
  background: url("/img/home/lupo_system.png") center/contain no-repeat;
}
body.home-theme .lupo-system__docs {
  margin-top: clamp(20px, 3.2vw, 34px);
}
body.home-theme .lupo-system__docs-btn.ui-btn--cta {
  font-weight: 500;
  background: #fff;
  color: var(--text);
  border-color: rgba(15, 17, 21, 0.18);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
body.home-theme .lupo-system__docs-btn.ui-btn--cta:hover, body.home-theme .lupo-system__docs-btn.ui-btn--cta:focus {
  background: color-mix(in srgb, #fff 88%, var(--blue) 12%);
  color: var(--text);
  border-color: color-mix(in srgb, var(--blue) 58%, white 42%);
  box-shadow: 0 10px 22px rgba(2, 91, 155, 0.2);
}
body.home-theme .fragile-execution {
  background: #fff;
  color: var(--text);
  padding: clamp(56px, 7vw, 80px) var(--container-pad);
}
body.home-theme .fragile-execution__inner {
  max-width: 1140px;
  margin: 0 auto;
}
body.home-theme .fragile-execution__header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
body.home-theme .fragile-execution__title {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.06;
  font-size: clamp(44px, 6.2vw, 55px);
  text-wrap: balance;
}
body.home-theme .fragile-execution__subtitle {
  margin-top: clamp(12px, 2vw, 24px);
  font-family: var(--font);
  font-weight: 400;
  font-size: 20px;
  color: #222;
}
body.home-theme .fragile-execution__subtitle strong {
  font-weight: 800;
}
body.home-theme .fragile-execution__divider {
  width: 56px;
  height: 2px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 2px;
  margin: 1.1rem auto;
}
body.home-theme .fragile-execution__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 24px);
  margin-top: clamp(24px, 3.6vw, 42px);
  justify-items: center;
}
body.home-theme .fragile-execution__card {
  background: var(--bg-gray);
  border: 0;
  border-radius: 16px;
  padding: clamp(24px, 2.2vw, 28px) clamp(28px, 2.6vw, 32px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  width: 100%;
  max-width: 340px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.home-theme .fragile-execution__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
body.home-theme .fragile-execution__card-text {
  font-family: var(--font);
  font-weight: 400;
  font-size: 20px;
  color: #111;
  margin: 0;
  line-height: 1.3;
}
body.home-theme .fragile-execution__questions {
  max-width: 860px;
  margin: clamp(32px, 4vw, 48px) auto 0;
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.6vw, 18px);
}
body.home-theme .fragile-execution__question {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(18px, 2.2vw, 24px);
  color: var(--blue);
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 991.98px) {
  body.home-theme .fragile-execution__cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.home-theme .outcomes {
  background: #fff;
  color: var(--text);
  padding: clamp(56px, 7vw, 96px) var(--container-pad);
  font-style: normal;
}
body.home-theme .outcomes__inner {
  max-width: 1240px;
  margin: 0 auto;
}
body.home-theme .outcomes__header {
  text-align: center;
}
body.home-theme .outcomes__title {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.08;
  font-size: clamp(30px, 4.2vw, 52px);
  text-wrap: balance;
}
body.home-theme .outcomes__subtitle {
  margin: clamp(12px, 2vw, 20px) auto 0;
  max-width: 60ch;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.35;
  font-size: clamp(16px, 2vw, 24px);
  color: color-mix(in srgb, var(--text) 72%, white 28%);
}
body.home-theme .outcomes__grid {
  margin-top: clamp(26px, 3.8vw, 42px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}
body.home-theme .outcomes__card {
  min-height: clamp(360px, 32vw, 420px);
  padding: clamp(22px, 2.6vw, 30px);
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid rgba(2, 91, 155, 0.14);
  background: var(--bg-gray);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
body.home-theme .outcomes__card:hover {
  transform: translateY(-4px);
  border-color: rgba(2, 91, 155, 0.34);
  box-shadow: 0 16px 32px rgba(2, 91, 155, 0.16);
}
body.home-theme .outcomes__step-title {
  margin: 0;
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(22px, 2.6vw, 34px);
  color: var(--blue);
}
body.home-theme .outcomes__step-kicker {
  margin: 10px 0 0;
  font-family: var(--font);
  font-weight: 500;
  line-height: 1.35;
  font-size: clamp(15px, 1.3vw, 18px);
  color: color-mix(in srgb, var(--text) 76%, white 24%);
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
body.home-theme .outcomes__list {
  margin: 18px 0 0;
  padding-left: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}
body.home-theme .outcomes__list li {
  position: relative;
  padding-left: 1.25rem;
  font-family: var(--font);
  line-height: 1.5;
  font-size: clamp(16px, 1.45vw, 19px);
  text-align: left;
  color: color-mix(in srgb, var(--text) 84%, white 16%);
}
body.home-theme .outcomes__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: color-mix(in srgb, var(--blue) 75%, white 25%);
}
body.home-theme .outcomes__link {
  display: inline-flex;
  margin-top: auto;
  padding-top: 12px;
  font-family: var(--font);
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}
body.home-theme .outcomes__link:hover {
  text-decoration: underline;
}
body.home-theme .outcomes__cta {
  margin-top: clamp(28px, 4vw, 46px);
  text-align: center;
}
body.home-theme .outcomes__cta-title {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(21px, 2.6vw, 34px);
  text-wrap: balance;
}
body.home-theme .outcomes__cta-row {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 3.6vw, var(--btn-gap));
}
@media (max-width: 991.98px) {
  body.home-theme .outcomes__grid {
    grid-template-columns: 1fr;
  }
  body.home-theme .outcomes__card {
    min-height: auto;
  }
  body.home-theme .outcomes__link {
    padding-top: 8px;
  }
}
@media (min-width: 992px) {
  body.home-theme .outcomes__step-kicker {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
body.home-theme .how-lupo-works {
  background: var(--bg-gray);
  color: var(--text);
  padding: clamp(56px, 7vw, 96px) var(--container-pad);
  font-style: normal;
}
body.home-theme .how-lupo-works__inner {
  max-width: 1240px;
  margin: 0 auto;
}
body.home-theme .how-lupo-works__header {
  text-align: center;
  margin-bottom: clamp(22px, 3vw, 34px);
  display: grid;
  gap: clamp(12px, 1.4vw, 16px);
}
body.home-theme .how-lupo-works__title {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.08;
  font-size: clamp(32px, 4.2vw, 52px);
  text-wrap: balance;
}
body.home-theme .how-lupo-works__subtitle {
  margin: clamp(12px, 2vw, 20px) auto 0;
  max-width: 60ch;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.35;
  font-size: clamp(17px, 1.85vw, 22px);
  color: color-mix(in srgb, var(--text) 70%, white 30%);
}
body.home-theme .how-lupo-works__loop-intro {
  margin: clamp(12px, 1.8vw, 18px) auto 0;
  max-width: min(900px, 100%);
  background: #fff;
  border: 1px solid rgba(2, 91, 155, 0.16);
  border-radius: 16px;
  padding: clamp(18px, 2.1vw, 24px) clamp(16px, 2vw, 26px);
  box-shadow: 0 8px 20px rgba(2, 91, 155, 0.08);
}
body.home-theme .how-lupo-works__loop-title {
  margin: 0;
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(22px, 2.8vw, 36px);
  color: var(--blue);
  text-wrap: balance;
}
body.home-theme .how-lupo-works__loop-text {
  margin: clamp(10px, 1.2vw, 14px) auto 0;
  max-width: 62ch;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(15px, 1.4vw, 18px);
  color: color-mix(in srgb, var(--text) 78%, white 22%);
  text-wrap: pretty;
}
body.home-theme .how-lupo-works__diagram {
  margin-bottom: clamp(28px, 3.2vw, 38px);
  display: flex;
  justify-content: center;
}
body.home-theme .how-lupo-works__diagram-visual {
  width: min(1024px, 100%);
  aspect-ratio: 1024/560;
  background: url("/img/home/how-it-works-diagram.png") center/contain no-repeat;
}
body.home-theme .how-lupo-works__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 24px);
  margin-bottom: clamp(32px, 4vw, 48px);
}
body.home-theme .how-lupo-works__step {
  background: #fff;
  border-radius: 16px;
  padding: clamp(24px, 2.6vw, 32px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 20px);
}
body.home-theme .how-lupo-works__step-header {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.2vw, 12px);
}
body.home-theme .how-lupo-works__step-number {
  font-family: var(--font);
  font-weight: 600;
  font-size: clamp(13px, 1.1vw, 14px);
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
body.home-theme .how-lupo-works__step-title {
  margin: 0;
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.25;
  font-size: clamp(18px, 1.8vw, 22px);
}
body.home-theme .how-lupo-works__step-text {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(15px, 1.35vw, 16px);
  color: color-mix(in srgb, var(--text) 75%, white 25%);
}
body.home-theme .how-lupo-works__step-link {
  font-family: var(--font);
  font-weight: 600;
  font-size: clamp(14px, 1.25vw, 15px);
  color: var(--blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: text-decoration 0.2s ease;
}
body.home-theme .how-lupo-works__step-link:hover {
  text-decoration: underline;
}
body.home-theme .how-lupo-works__step-visual {
  background: var(--bg-gray);
  border-radius: 12px;
  padding: clamp(12px, 1.6vw, 16px);
  overflow: hidden;
}
body.home-theme .how-lupo-works__step-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
body.home-theme .how-lupo-works__feature {
  background: #fff;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 48px) clamp(24px, 3.5vw, 44px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  margin-bottom: clamp(20px, 2.5vw, 28px);
}
body.home-theme .how-lupo-works__feature-title {
  margin: 0 0 clamp(12px, 1.6vw, 16px);
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(22px, 2.4vw, 32px);
}
body.home-theme .how-lupo-works__feature-text {
  margin: 0 auto clamp(16px, 2vw, 20px);
  max-width: 68ch;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-size: clamp(15px, 1.5vw, 18px);
  color: color-mix(in srgb, var(--text) 75%, white 25%);
}
body.home-theme .how-lupo-works__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1vw, 10px);
  max-width: 64ch;
  margin: 0 auto;
}
body.home-theme .how-lupo-works__feature-list li {
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(15px, 1.45vw, 17px);
  color: color-mix(in srgb, var(--text) 80%, white 20%);
  position: relative;
  padding-left: 1.5rem;
  text-align: left;
}
body.home-theme .how-lupo-works__feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}
body.home-theme .how-lupo-works__cta-title {
  margin: 0 0 clamp(12px, 1.6vw, 16px);
  padding-top: 30px;
  font-family: var(--font);
  font-weight: 600;
  line-height: 1.2;
  font-size: clamp(24px, 2.8vw, 36px);
}
body.home-theme .how-lupo-works__cta-text {
  margin: 0 auto clamp(24px, 3vw, 32px);
  max-width: 860px;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.5;
  font-size: clamp(16px, 1.6vw, 19px);
  color: color-mix(in srgb, var(--text) 75%, white 25%);
}
body.home-theme .how-lupo-works__cta-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(14px, 3.6vw, var(--btn-gap));
}
@media (max-width: 991.98px) {
  body.home-theme .how-lupo-works__steps {
    grid-template-columns: 1fr;
  }
}
body.home-theme footer {
  background: #000;
  color: rgba(255, 255, 255, 0.75);
}
body.home-theme footer h4 {
  margin: 0 0 10px;
  color: #fff;
}
body.home-theme footer p {
  margin: 0 0 10px;
}

.trusted {
  --trusted-gap: clamp(24px, 3.5vw, 48px);
  --trusted-logo-width: clamp(190px, 22vw, 260px);
  --trusted-logo-height: clamp(54px, 7vw, 76px);
  background: var(--bg-gray);
  color: var(--text);
  padding: clamp(44px, 6vw, 72px) var(--container-pad);
}
.trusted__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.trusted__title {
  margin: 0 0 clamp(18px, 4vw, var(--line-gap));
  text-align: center;
  font-family: var(--font);
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(20px, 2.6vw, 30px);
}
.trusted__title em {
  font-style: normal;
  color: var(--blue);
}
.trusted__viewport {
  margin-top: 0;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.trusted__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: trusted-marquee 40s linear infinite;
}
.trusted__group {
  display: flex;
  align-items: center;
  gap: var(--trusted-gap);
  padding-right: var(--trusted-gap);
  flex-shrink: 0;
}
.trusted__group > * {
  width: var(--trusted-logo-width);
  height: clamp(90px, 10.5vw, 116px);
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(15, 17, 21, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.trusted__logo {
  width: var(--trusted-logo-width);
  height: clamp(90px, 10.5vw, 116px);
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgba(15, 17, 21, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.trusted__logo--microsoft {
  width: calc(var(--trusted-logo-width) * 1.28);
  padding-left: 8px;
  padding-right: 8px;
}
.trusted__group > * > img, .trusted__group > img, .trusted__logo > img, .trusted__img {
  max-width: 92%;
  max-height: var(--trusted-logo-height);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.trusted__logo--microsoft > img, .trusted__img--microsoft {
  width: 100%;
  max-width: 100%;
  max-height: clamp(80px, 10.5vw, 116px);
}
.trusted__logo--vester > img, .trusted__img--vester {
  transform: scale(1.05);
}

@keyframes trusted-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .trusted__track {
    animation: none;
  }
}
.floating-cta {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  opacity: 0.65;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.floating-cta:hover, .floating-cta:focus-within {
  opacity: 1;
  transform: translateY(-3px);
}
.floating-cta .ui-btn {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}
.floating-cta .ui-btn:hover, .floating-cta .ui-btn:focus {
  box-shadow: 0 10px 28px rgba(2, 91, 155, 0.32);
}
.floating-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

@media (max-width: 575.98px) {
  .floating-cta {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
  }
  .floating-cta .ui-btn {
    width: 100%;
    justify-content: center;
  }
}
.course-status-radio .btn,
.course-visibility-radio .btn {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.course-status-radio .btn small,
.course-visibility-radio .btn small {
  color: inherit !important;
  opacity: 0.9;
}
.course-status-radio .btn-check:checked + .btn-outline-secondary,
.course-visibility-radio .btn-check:checked + .btn-outline-secondary {
  background-color: #6c757d !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-secondary .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-secondary .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-secondary small,
.course-visibility-radio .btn-check:checked + .btn-outline-secondary small {
  opacity: 1;
}
.course-status-radio .btn-check:checked + .btn-outline-success,
.course-visibility-radio .btn-check:checked + .btn-outline-success {
  background-color: #198754 !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-success .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-success .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-success small,
.course-visibility-radio .btn-check:checked + .btn-outline-success small {
  opacity: 1;
}
.course-status-radio .btn-check:checked + .btn-outline-warning,
.course-visibility-radio .btn-check:checked + .btn-outline-warning {
  background-color: #f59e0b !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-warning .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-warning .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-warning small,
.course-visibility-radio .btn-check:checked + .btn-outline-warning small {
  opacity: 1;
}
.course-status-radio .btn-check:checked + .btn-outline-dark,
.course-visibility-radio .btn-check:checked + .btn-outline-dark {
  background-color: #000 !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-dark .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-dark .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-dark small,
.course-visibility-radio .btn-check:checked + .btn-outline-dark small {
  opacity: 1;
}
.course-status-radio .btn-check:checked + .btn-outline-danger,
.course-visibility-radio .btn-check:checked + .btn-outline-danger {
  background-color: #dc3545 !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-danger .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-danger .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-danger small,
.course-visibility-radio .btn-check:checked + .btn-outline-danger small {
  opacity: 1;
}
.course-status-radio .btn-check:checked + .btn-outline-primary,
.course-visibility-radio .btn-check:checked + .btn-outline-primary {
  background-color: #0d6efd !important;
  border-color: white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-primary .badge,
.course-visibility-radio .btn-check:checked + .btn-outline-primary .badge {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.course-status-radio .btn-check:checked + .btn-outline-primary small,
.course-visibility-radio .btn-check:checked + .btn-outline-primary small {
  opacity: 1;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-secondary,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-secondary {
  color: #6c757d !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-success,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-success {
  color: #198754 !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-warning,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-warning {
  color: #f59e0b !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-dark,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-dark {
  color: #000 !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-dark .badge,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-dark .badge {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-danger,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-danger {
  color: #dc3545 !important;
}
.course-status-radio .btn-check:not(:checked) + .btn-outline-primary,
.course-visibility-radio .btn-check:not(:checked) + .btn-outline-primary {
  color: #0d6efd !important;
}

.card-header-dark {
  background-color: #000 !important;
}

.card-header .btn-link {
  font-size: 1.25rem;
  font-weight: 500;
}

.role-selector-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.role-card {
  position: relative;
  cursor: pointer;
  margin: 0;
  display: block;
}
.role-card input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.role-card__content {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 20px 16px;
  transition: all 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.role-card__content:hover {
  border-color: var(--blue);
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(2, 91, 155, 0.15);
  transform: translateY(-2px);
}
.role-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0f4f8 0%, #e1e8ed 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: all 0.25s ease;
}
.role-card__icon i {
  font-size: 24px;
  color: #6c757d;
  transition: color 0.25s ease;
}
.role-card__title {
  font-weight: 600;
  font-size: 15px;
  color: #111;
  margin-bottom: 6px;
}
.role-card__description {
  font-size: 12px;
  color: #6c757d;
  line-height: 1.4;
}
input[type=radio]:checked ~ .role-card__content {
  border-color: var(--blue);
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
  box-shadow: 0 6px 20px rgba(2, 91, 155, 0.2);
}
input[type=radio]:checked ~ .role-card__content .role-card__icon {
  background: linear-gradient(135deg, var(--blue) 0%, #014a7d 100%);
}
input[type=radio]:checked ~ .role-card__content .role-card__icon i {
  color: #fff;
}
input[type=radio]:checked ~ .role-card__content .role-card__title {
  color: var(--blue);
}
input[type=radio]:focus-visible ~ .role-card__content {
  outline: 3px solid rgba(2, 91, 155, 0.35);
  outline-offset: 2px;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(60px, 8vw, 100px) clamp(20px, 3vw, 40px);
  min-height: 60vh;
}
.error-page__container {
  max-width: 700px;
  margin: 0 auto;
}
.error-page__icon {
  font-size: clamp(4rem, 7vw, 6rem);
  margin-bottom: clamp(24px, 3vw, 32px);
  display: block;
}
.error-page__icon--primary {
  color: var(--blue);
}
.error-page__icon--danger {
  color: #dc3545;
}
.error-page__icon--warning {
  color: #ffc107;
}
.error-page__code {
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.error-page__title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 clamp(16px, 2vw, 24px);
}
.error-page__subtitle {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 clamp(12px, 1.5vw, 16px);
  color: var(--text, #333);
}
.error-page__message {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto clamp(24px, 3vw, 32px);
  max-width: 600px;
  color: #6c757d;
}
.error-page__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2vw, 16px);
  flex-wrap: wrap;
  margin: clamp(32px, 4vw, 48px) 0 clamp(24px, 3vw, 32px);
}
.error-page__help {
  font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
  color: #6c757d;
  margin: clamp(24px, 3vw, 32px) 0 0;
}
.error-page__help a {
  color: var(--blue);
  text-decoration: none;
}
.error-page__help a:hover {
  text-decoration: underline;
}
.error-page--lms .error-page__icon--primary {
  color: #ffc107;
}
