:root {
    --c-primary: #005f9e;
    --c-primary-dark: #003f73;
    --c-primary-mid: #3a8dc4;
    --c-primary-light: #e8f4fc;
    --c-teal: #009ba4;
    --c-gold: #d4a017;
    --c-border: #e2e8f0;
    --c-bg-alt: #f6f8fb;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    color: #1f2937;
    background: #ffffff;
    font-size: 15px;
}

body.app-body {
    background: #f6f8fb;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway", "Open Sans", sans-serif;
    color: #005f9e;
    font-weight: 700;
    line-height: 1.25;
}

a {
    color: #005f9e;
    text-decoration: none;
}

a:hover {
    color: #003f73;
}

.text-teal {
    color: #009ba4 !important;
}

.bg-teal {
    background-color: #009ba4 !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.85) !important;
}

.btn-primary {
    background-color: #005f9e;
    border-color: #005f9e;
    font-weight: 600;
    letter-spacing: 1px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #003f73;
    border-color: #003f73;
}

.btn-outline-primary {
    color: #005f9e;
    border-color: #005f9e;
    font-weight: 600;
}

.btn-outline-primary:hover {
    background: #e8f4fc;
    color: #003f73;
    border-color: #005f9e;
}

.progress-bar {
    background-color: #005f9e;
}

.lp-btn-upper {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 3px;
}

.lp-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3a8dc4;
}

.lp-label--light {
    color: rgba(255, 255, 255, 0.65);
}

.lp-h2 {
    font-size: 40px;
    line-height: 1.15;
    max-width: 720px;
}

.lp-lead {
    color: #6b7280;
    font-size: 16px;
    max-width: 640px;
}

.lp-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 3px;
    background: #e8f4fc;
    color: #005f9e;
}

.lp-chip--glass {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
}

.lp-chip--ghost {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #6b7280;
}

.lp-chip--solid {
    background: #005f9e;
    color: #fff;
}

.lp-placeholder {
    background: repeating-linear-gradient(
        135deg,
        #eef3f8 0 10px,
        #f6f8fb 10px 20px
    );
    border: 1px dashed #cbd5e1;
    color: #6b7280;
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 4px;
    width: 100%;
}

.lp-lang {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
}

.lp-lang button {
    border: none;
    background: none;
    padding: 2px 4px;
    color: #6b7280;
}

.lp-lang button.is-on {
    color: #005f9e;
}

.lp-lang__sep {
    color: #cbd5e1;
}

.lp-nav {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(1.2) blur(10px);
    border-bottom: 1px solid #e2e8f0;
    z-index: 50;
}

.lp-nav__link {
    color: #1f2937;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
}

.lp-nav__link:hover,
.lp-nav__link.is-active {
    color: #005f9e;
    border-color: #005f9e;
}

.lp-hero {
    position: relative;
    min-height: 640px;
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
}

.lp-hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.lp-hero__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(0, 63, 115, 0.92) 0%,
        rgba(0, 95, 158, 0.8) 45%,
        rgba(0, 95, 158, 0.35) 75%,
        rgba(0, 95, 158, 0.15) 100%
    );
}

.lp-hero__inner {
    position: relative;
    padding: 120px 0 96px;
}

.lp-hero__title {
    color: #fff;
    font-size: 60px;
    line-height: 1.08;
    max-width: 780px;
    letter-spacing: -0.5px;
}

.lp-hero__sub {
    max-width: 560px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 22px;
}

.lp-hero__secondary {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
}

.lp-hero__secondary:hover {
    opacity: 1;
    color: #fff;
}

.lp-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 56px;
    margin-top: 72px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    max-width: 820px;
}

.lp-hero__stats > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.lp-hero__stats strong {
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.lp-hero__stats span {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.lp-section {
    padding: 120px 0;
}

.lp-values {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

.lp-values__grid {
    background: #e2e8f0;
    border: 1px solid #e2e8f0;
}

.lp-value {
    background: #fff;
    padding: 40px 36px;
}

.lp-value__num {
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #3a8dc4;
    margin-bottom: 20px;
}

.lp-value h3 {
    font-size: 20px;
    color: #003f73;
    margin-bottom: 10px;
}

.lp-value p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.lp-programme {
    background: #f6f8fb;
}

.lp-course {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition:
        transform 0.15s ease,
        box-shadow 0.15s ease;
}

.lp-course:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(15, 42, 77, 0.08);
}

.lp-course__media {
    position: relative;
    height: 180px;
    background: #eef3f8;
}

.lp-course__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-course__cat {
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #005f9e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
}

.lp-course__badge {
    position: absolute;
    right: 12px;
    top: 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 3px;
}

.lp-course__badge--teal {
    background: #009ba4;
}

.lp-course__badge--primary {
    background: #005f9e;
}

.lp-course__badge--gold {
    background: #d4a017;
}

.lp-course__body {
    padding: 24px;
}

.lp-course__body h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.lp-course__body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
    min-height: 42px;
}

.lp-course__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
    font-size: 12px;
    color: #6b7280;
}

.lp-course__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lp-course__meta i {
    color: #3a8dc4;
}

.lp-method {
    background: #fff;
}

.lp-step {
    padding: 36px 32px;
    background: #f6f8fb;
    border-left: 3px solid #005f9e;
}

.lp-step__idx {
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #3a8dc4;
    opacity: 0.35;
    line-height: 1;
}

.lp-step__icon {
    color: #005f9e;
    font-size: 22px;
}

.lp-step h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.lp-step p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
}

.lp-formats {
    background: linear-gradient(180deg, #e8f4fc 0%, #fff 100%);
}

.lp-formats__visual {
    position: relative;
    min-height: 480px;
}

.lp-formats__card {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(15, 42, 77, 0.12);
    padding: 20px;
    border: 1px solid #e2e8f0;
}

.lp-formats__card--1 {
    left: 0;
    top: 0;
    width: 62%;
}

.lp-formats__card--2 {
    right: 0;
    top: 60px;
    width: 52%;
}

.lp-formats__card--3 {
    left: 10%;
    bottom: 0;
    width: 72%;
}

.lp-formats__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lp-formats__q {
    font-weight: 600;
    color: #003f73;
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 14px;
}

.lp-formats__opts {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lp-formats__opts span {
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 13px;
    color: #1f2937;
}

.lp-formats__opts span.is-on {
    background: #e7f6ec;
    border-color: #16a34a;
    color: #16a34a;
    font-weight: 600;
}

.lp-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
}

.lp-bullets li i {
    color: #009ba4;
    margin-top: 3px;
    flex-shrink: 0;
}

.lp-proof {
    background: #003f73;
    color: #fff;
}

.lp-proof__quote {
    position: relative;
}

.lp-proof__mark {
    position: absolute;
    top: -30px;
    left: -10px;
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 120px;
    line-height: 1;
    color: #d4a017;
    font-weight: 800;
    opacity: 0.9;
}

.lp-proof p {
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 26px;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.lp-proof footer span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.lp-proof__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #009ba4;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-family: "Raleway", "Open Sans", sans-serif;
}

.lp-proof__row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.lp-proof__row span {
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    font-family: "Raleway", "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.85);
}

.lp-faq {
    background: #fff;
}

.lp-accordion .accordion-item {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e2e8f0;
}

.lp-accordion .accordion-button {
    background: transparent;
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #003f73;
    padding: 24px 0;
    box-shadow: none;
}

.lp-accordion .accordion-button:not(.collapsed) {
    color: #005f9e;
    background: transparent;
}

.lp-accordion .accordion-body {
    padding: 0 0 24px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.65;
    max-width: 820px;
}

.lp-cta {
    padding: 100px 0;
    background: #005f9e;
    color: #fff;
    text-align: center;
}

.lp-cta h2 {
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
}

.lp-cta p {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 16px;
    font-size: 17px;
}

.lp-cta__link {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
}

.lp-cta__link:hover {
    color: #fff;
    opacity: 1;
}

.lp-foot {
    background: #0b2240;
    color: rgba(255, 255, 255, 0.75);
    padding: 72px 0 0;
}

.lp-foot h4 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.lp-foot a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding: 5px 0;
}

.lp-foot a:hover {
    color: #fff;
}

.lp-foot__logo {
    filter: brightness(0) invert(1);
}

.lp-foot__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 32px;
}

.ml-login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
}

.ml-login__left {
    padding: 40px 56px;
    display: flex;
    flex-direction: column;
}

.ml-login__back {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.ml-login__back:hover {
    color: #005f9e;
}

.ml-login__form-wrap {
    max-width: 420px;
    width: 100%;
    margin: auto 0;
}

.ml-login__title {
    font-size: 32px;
    margin-bottom: 10px;
}

.ml-login__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    font-size: 12px;
    color: #6b7280;
}

.ml-login__divider {
    position: relative;
    text-align: center;
    color: #6b7280;
    font-size: 12px;
}

.ml-login__divider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #e2e8f0;
}

.ml-login__divider span {
    position: relative;
    padding: 0 12px;
    background: #fff;
}

.ml-login__right {
    position: relative;
    background: #005f9e;
    overflow: hidden;
}

.ml-login__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-login__overlay {
    position: absolute;
    inset: 0;
    padding: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
        135deg,
        rgba(0, 95, 158, 0.78) 0%,
        rgba(0, 63, 115, 0.65) 55%,
        rgba(0, 155, 164, 0.55) 100%
    );
}

.ml-login__stats {
    display: flex;
    gap: 48px;
}

.ml-login__stats strong {
    display: block;
    color: #fff;
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
}

.ml-login__stats span {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
}

.ml-form .form-control {
    border-radius: 3px;
    padding: 12px;
    border-color: #e2e8f0;
}

.ml-form .input-group-text {
    border-color: #e2e8f0;
    border-right: 0;
}

.ml-app {
    display: grid;
    grid-template-columns: 260px 1fr;
    min-height: 100vh;
}

.ml-sidebar {
    background: #fff;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
}

.ml-sidebar__logo {
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.ml-sidebar__logo img {
    height: 52px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.ml-sidebar__nav {
    padding: 16px 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ml-sidebar__foot {
    padding: 16px 12px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ml-side-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 4px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.ml-side-item i {
    font-size: 18px;
}

.ml-side-item:hover {
    background: #f6f8fb;
    color: #005f9e;
}

.ml-side-item.is-active {
    background: #e8f4fc;
    color: #005f9e;
}

.ml-main {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ml-topbar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0 32px;
    height: 72px;
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 10;
}

.ml-topbar__search {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f8fb;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 8px 14px;
    width: 320px;
}

.ml-topbar__search input {
    border: 0;
    background: transparent;
    outline: none;
    font-size: 14px;
    flex: 1;
}

.ml-icon-btn {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #6b7280;
    display: grid;
    place-items: center;
}

.ml-icon-btn:hover {
    color: #005f9e;
    border-color: #005f9e;
}

.ml-icon-btn__dot {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d4a017;
}

.ml-user__avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #005f9e;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 13px;
    font-family: "Raleway", "Open Sans", sans-serif;
}

.ml-content {
    padding: 40px;
    max-width: 1280px;
    width: 100%;
}

.ml-hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.ml-hero__title {
    font-size: 32px;
}

.ml-kpi {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    height: 100%;
}

.ml-kpi__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #6b7280;
}

.ml-kpi__value {
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #003f73;
    line-height: 1;
}

.ml-kpi__sub {
    font-size: 16px;
    color: #6b7280;
    font-weight: 400;
}

.ml-ring {
    --v: 50;
    --size: 56px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: conic-gradient(#005f9e calc(var(--v) * 1%), #e2e8f0 0);
    display: grid;
    place-items: center;
}

.ml-ring::before {
    content: "";
    width: calc(var(--size) - 10px);
    height: calc(var(--size) - 10px);
    background: #fff;
    border-radius: 50%;
    grid-area: 1/1;
}

.ml-ring span {
    grid-area: 1/1;
    font-size: 12px;
    font-weight: 700;
    color: #005f9e;
    font-family: "Raleway", "Open Sans", sans-serif;
    z-index: 1;
}

.ml-ring--sm {
    --size: 48px;
}

.ml-resume {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.ml-resume__media {
    position: relative;
    height: 100%;
    min-height: 260px;
}

.ml-resume__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-resume__media .lp-chip {
    position: absolute;
    left: 16px;
    top: 16px;
}

.ml-resume__body {
    padding: 32px;
}

.ml-resume__title {
    font-size: 24px;
}

.ml-course-head__title {
    font-size: 36px;
    line-height: 1.15;
}

.ml-course-side {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    position: sticky;
    top: 96px;
}

.ml-course-side__media {
    height: 220px;
    background: #eef3f8;
}

.ml-course-side__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-course-side__body {
    padding: 24px;
}

.ml-course-side__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ml-course-side__meta div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ml-course-side__meta i {
    color: #3a8dc4;
}

.ml-objectives li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
}

.ml-objectives li i {
    margin-top: 3px;
    font-size: 16px;
}

.ml-lessons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ml-lesson {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 20px;
    align-items: center;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
}

.ml-lesson__idx {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f6f8fb;
    color: #6b7280;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-family: "Raleway", "Open Sans", sans-serif;
    font-size: 13px;
}

.ml-lesson__title {
    font-size: 16px;
    color: #1f2937;
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
}

.ml-lesson__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #005f9e;
    box-shadow: 0 0 0 4px rgba(0, 95, 158, 0.2);
}

.ml-lesson.is-current {
    border-color: #005f9e;
    background: #e8f4fc;
}

.ml-lesson.is-current .ml-lesson__idx {
    background: #fff;
}

.ml-lesson.is-locked {
    opacity: 0.55;
}

.ml-lesson.is-locked .ml-lesson__title {
    color: #6b7280;
}

[data-status="done"] .ml-lesson__idx,
.ml-lesson .bi-check-lg {
    background: #16a34a;
    color: #fff;
}

.ml-player__stage {
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.ml-player__stage .lp-placeholder {
    background: #111;
    border-color: #333;
    color: #666;
}

.ml-player__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.ml-player__btn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 20px;
}

.ml-player__side {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
}

.ml-resource {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    color: #1f2937;
    margin-bottom: 10px;
}

.ml-resource i {
    font-size: 22px;
    color: #005f9e;
}

.ml-resource:hover {
    background: #f6f8fb;
    color: #005f9e;
}

@media (max-width: 991px) {
    .lp-h2 {
        font-size: 32px;
    }
    .lp-hero__title {
        font-size: 42px;
    }
    .lp-hero__inner {
        padding: 88px 0 64px;
    }
    .lp-hero__stats {
        grid-template-columns: repeat(2, auto);
        gap: 28px 48px;
        margin-top: 48px;
    }
    .lp-section {
        padding: 72px 0;
    }
    .ml-login {
        grid-template-columns: 1fr;
    }
    .ml-login__right {
        display: none;
    }
    .ml-login__left {
        padding: 32px 24px;
    }
    .ml-app {
        grid-template-columns: 1fr;
    }
    .ml-sidebar {
        position: static;
        height: auto;
        flex-direction: row;
        overflow-x: auto;
    }
    .ml-sidebar__logo {
        border-right: 1px solid #e2e8f0;
        border-bottom: 0;
    }
    .ml-sidebar__nav,
    .ml-sidebar__foot {
        flex-direction: row;
        border: 0;
        padding: 12px;
    }
    .ml-side-item span {
        display: none;
    }
    .ml-content {
        padding: 24px;
    }
    .lp-formats__visual {
        position: static;
        min-height: 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .lp-formats__card {
        position: static;
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .lp-hero__title {
        font-size: 32px;
    }
    .lp-hero__stats {
        grid-template-columns: 1fr 1fr;
    }
    .ml-hero {
        flex-direction: column;
        align-items: flex-start;
    }
    .ml-lesson {
        grid-template-columns: 40px 1fr;
    }
    .ml-lesson__action {
        grid-column: 1 / -1;
        justify-self: start;
    }
}
