/* Bereinigte Version von custom.css
   Entfernt: identische doppelte Regelblöcke; Format normalisiert.
   Hinweis: Cascade-relevante spätere Überschreibungen wurden bewusst beibehalten. */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --dashboard-bg: #f4f7fb;
    --dashboard-bg-soft: #f8fbff;
    --dashboard-surface: #ffffff;
    --dashboard-border: rgba(9, 31, 55, 0.10);
    --dashboard-border-strong: rgba(9, 31, 55, 0.18);
    --dashboard-text: #091F37;
    --dashboard-text-soft: rgba(9, 31, 55, 0.66);
    --dashboard-heading: #091F37;
    --dashboard-primary: #0065F5;
    --dashboard-primary-hover: #0057d2;
    --dashboard-primary-soft: rgba(0, 101, 245, 0.10);
    --dashboard-accent: #0EF179;
    --dashboard-accent-soft: rgba(14, 241, 121, 0.12);
    --dashboard-sidebar-bg: #091F37;
    --dashboard-sidebar-bg-2: #0d2745;
    --dashboard-sidebar-border: rgba(255, 255, 255, 0.08);
    --dashboard-sidebar-text: rgba(255, 255, 255, 0.78);
    --dashboard-sidebar-text-strong: #ffffff;
    --dashboard-sidebar-muted: rgba(255, 255, 255, 0.42);
    --dashboard-sidebar-hover: rgba(255, 255, 255, 0.06);
    --dashboard-sidebar-active: rgba(0, 101, 245, 0.22);
    --dashboard-sidebar-active-border: rgba(14, 241, 121, 0.45);
    --dashboard-success-soft: rgba(14, 241, 121, 0.14);
    --dashboard-warning-soft: rgba(245, 158, 11, 0.14);
    --dashboard-danger-soft: rgba(239, 68, 68, 0.10);
    --dashboard-shadow-sm: 0 6px 16px rgba(9, 31, 55, 0.05);
    --dashboard-shadow-md: 0 14px 28px rgba(9, 31, 55, 0.06);
    --dashboard-shadow-lg: 0 24px 44px rgba(9, 31, 55, 0.10);
    --dashboard-radius: 8px;
    --dashboard-radius-lg: 10px;
    --dashboard-font: 'Atyp', 'Inter', 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    --mc-brand-dark: #091f37;
    --mc-brand-blue: #1564ea;
    --mc-brand-blue-dark: #1058d2;
    --mc-brand-green: #0ef179;
    --mc-brand-white: #ffffff;
    --mc-brand-text: #091f37;
    --mc-brand-text-soft: rgba(9, 31, 55, 0.68);
    --mc-brand-border: rgba(9, 31, 55, 0.10);
    --mc-brand-border-strong: rgba(9, 31, 55, 0.16);
    --mc-brand-bg: #f4f7fb;
    --mc-brand-bg-soft: #f8fbff;
    --mc-brand-shadow-sm: 0 8px 20px rgba(9, 31, 55, 0.06);
    --mc-brand-shadow-md: 0 14px 32px rgba(9, 31, 55, 0.08);
    --mc-brand-shadow-lg: 0 22px 44px rgba(9, 31, 55, 0.12);
    --mc-brand-radius: 22px;
    --mc-brand-radius-lg: 30px;
    --mc-brand-radius-pill: 999px;
    --mc-primary-50: #eef6ff;
    --mc-primary-100: #d9ebff;
    --mc-primary-200: #b9d9ff;
    --mc-primary-300: #8fc1ff;
    --mc-primary-400: #5ea1f4;
    --mc-primary-500: #2f7de1;
    --mc-primary-600: #1f67c7;
    --mc-primary-700: #174f9b;
    --mc-primary-800: #153f78;
    --mc-primary-900: #16324f;
    --mc-success-50: #edf9f3;
    --mc-success-100: #d7f2e4;
    --mc-success-200: #b5e7ce;
    --mc-success-300: #87d4ad;
    --mc-success-400: #56bc87;
    --mc-success-500: #2f9c67;
    --mc-success-600: #1f7e52;
    --mc-success-700: #176645;
    --mc-success-800: #145239;
    --mc-success-900: #133f2e;
    --mc-warning-50: #fff7eb;
    --mc-warning-100: #feedd3;
    --mc-warning-200: #fdd8a5;
    --mc-warning-300: #f7bc6d;
    --mc-warning-400: #ee9a34;
    --mc-warning-500: #d97706;
    --mc-warning-600: #b85f04;
    --mc-warning-700: #944805;
    --mc-warning-800: #783c0b;
    --mc-warning-900: #63330f;
    --mc-neutral-0: #ffffff;
    --mc-neutral-25: #fcfdfe;
    --mc-neutral-50: #f8fafc;
    --mc-neutral-100: #f1f5f9;
    --mc-neutral-200: #e2e8f0;
    --mc-neutral-300: #cbd5e1;
    --mc-neutral-400: #94a3b8;
    --mc-neutral-500: #64748b;
    --mc-neutral-600: #475569;
    --mc-neutral-700: #334155;
    --mc-neutral-800: #1e293b;
    --mc-neutral-900: #0f172a;
    --mc-shadow-sm: 0 4px 14px rgba(15, 23, 42, 0.04);
    --mc-shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);
    --mc-border-soft: 1px solid var(--mc-neutral-200);
    --mc-radius-sm: 10px;
    --mc-radius-md: 14px;
    --mc-radius-lg: 18px;
    --mc-radius-xl: 22px;
    --mc-radius-pill: 999px;

        /* Unified platform aliases */
    --mc-primary: var(--dashboard-primary);
    --mc-primary-hover: var(--dashboard-primary-hover);

    --mc-dark: var(--dashboard-sidebar-bg);
    --mc-accent: var(--dashboard-accent);
    --mc-accent-2: #1fdaa3;

    --mc-surface: var(--dashboard-surface);
    --mc-border: var(--dashboard-border);
    --mc-border-strong: var(--dashboard-border-strong);
    --mc-muted: var(--dashboard-text-soft);
    --mc-bg: var(--dashboard-bg);
    --mc-bg-soft: var(--dashboard-bg-soft);

    --mc-radius: var(--dashboard-radius-lg);
    --mc-shadow: var(--dashboard-shadow-sm);
}

html,
body {
    min-height: 100%;
    background: var(--dashboard-bg);
    color: var(--dashboard-text);
    font-family: var(--dashboard-font);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.btn,
.form-control,
.form-select,
textarea,
table,
small,
span,
div,
a,
p,
li {
    font-family: var(--dashboard-font);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--dashboard-heading);
    font-weight: 600;
    letter-spacing: -0.01em;
}

.text-muted {
    color: var(--dashboard-text-soft) !important;
}

.dashboard-shell {
    background: radial-gradient(circle at top left, rgba(0, 101, 245, 0.05) 0%, rgba(0, 101, 245, 0) 26%), linear-gradient(180deg, var(--dashboard-bg-soft) 0%, var(--dashboard-bg) 100%);
}

.dashboard-sidebar {
    background: linear-gradient(180deg, var(--dashboard-sidebar-bg) 0%, var(--dashboard-sidebar-bg-2) 100%);
    border-right: 1px solid var(--dashboard-sidebar-border);
    box-shadow: 8px 0 24px rgba(0, 0, 0, 0.10);
}

.dashboard-main {
    background: transparent;
}

.dashboard-topbar-wrap {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(9, 31, 55, 0.08);
    box-shadow: 0 4px 14px rgba(9, 31, 55, 0.04);
}

.dashboard-sidebar-inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px 14px 14px;
    box-sizing: border-box;
}

.dashboard-brand {
    display: flex;
    align-items: center;
    padding: 6px 8px 18px;
    margin-bottom: 10px;
}

.dashboard-brand--full-logo {
    display: block;
}

.dashboard-brand-logo {
    display: block;
    height: auto;
    max-width: 100%;
}

.dashboard-brand-logo--full {
    width: 190px;
    max-width: 100%;
    object-fit: contain;
    filter: none;
}

.dashboard-brand-meta,
.dashboard-brand-overline,
.dashboard-brand-title,
.dashboard-brand-logo-wrap {
    display: none;
}

.dashboard-nav-group {
    margin-bottom: 1rem;
}

.dashboard-nav-section-title {
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dashboard-sidebar-muted);
    padding: 0 8px;
    margin: 0 0 8px;
}

.dashboard-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 4px;
}

.dashboard-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--dashboard-sidebar-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    border: 1px solid transparent;
    background: transparent;
}

.dashboard-nav-link:hover {
    color: var(--dashboard-sidebar-text-strong);
    background: var(--dashboard-sidebar-hover);
    border-color: rgba(255, 255, 255, 0.06);
    transform: translateX(2px);
}

.dashboard-nav-link.active {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(0, 101, 245, 0.26) 0%, rgba(0, 101, 245, 0.12) 100%);
    border-color: var(--dashboard-sidebar-active-border);
    box-shadow: inset 0 0 0 1px rgba(14, 241, 121, 0.06), 0 8px 18px rgba(0, 101, 245, 0.12);
}

.dashboard-nav-link.active::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 7px;
    bottom: 7px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, #0EF179 0%, #0065F5 100%);
}

.dashboard-nav-icon {
    width: 16px;
    text-align: center;
    font-size: 0.92rem;
    flex: 0 0 16px;
}

.dashboard-nav-label {
    min-width: 0;
    line-height: 1.2;
}

.dashboard-nav-footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dashboard-nav-footer .dashboard-nav-link {
    color: rgba(255, 255, 255, 0.75);
}

.dashboard-nav-footer .dashboard-nav-link:hover {
    color: #ffffff;
    background: rgba(239, 68, 68, 0.12);
    border-color: rgba(239, 68, 68, 0.16);
}

.dashboard-nav-dropdown {
    display: grid;
    gap: 6px;
    margin-bottom: 6px;
}

.dashboard-nav-dropdown-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.84);
    background: transparent;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.92rem;
    transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    text-align: left;
}

.dashboard-nav-dropdown-toggle:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.06);
    transform: translateX(2px);
}

.dashboard-nav-dropdown.is-open .dashboard-nav-dropdown-toggle {
    background: rgba(0, 101, 245, 0.12);
    border-color: rgba(14, 241, 121, 0.20);
    box-shadow: 0 8px 18px rgba(0, 101, 245, 0.08);
}

.dashboard-nav-dropdown-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.dashboard-nav-group-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0EF179;
    font-size: 0.95rem;
    flex: 0 0 18px;
}

.dashboard-nav-caret {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.85rem;
    transition: transform 0.18s ease;
    flex: 0 0 auto;
}

.dashboard-nav-dropdown.is-open .dashboard-nav-caret {
    transform: rotate(180deg);
    color: #ffffff;
}

.dashboard-nav-submenu {
    display: none;
    padding-left: 8px;
}

.dashboard-nav-dropdown.is-open .dashboard-nav-submenu {
    display: block;
}

.dashboard-nav-sublist {
    list-style: none;
    margin: 0;
    padding: 4px 0 0;
    display: grid;
    gap: 4px;
}

.dashboard-nav-sublist .dashboard-nav-link {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 0.89rem;
    color: rgba(255, 255, 255, 0.76);
}

.dashboard-topbar {
    min-height: 72px;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    background: transparent;
}

.dashboard-topbar-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dashboard-topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.dashboard-mobile-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid var(--dashboard-border);
    background: #fff;
    color: var(--dashboard-heading);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--dashboard-shadow-sm);
    transition: all 0.18s ease;
}

.dashboard-mobile-toggle:hover {
    background: #f8fafc;
    border-color: var(--dashboard-border-strong);
}

.dashboard-mobile-toggle i {
    font-size: 1.2rem;
}

.dashboard-topbar-title-wrap {
    min-width: 0;
}

.dashboard-topbar-overline {
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(9, 31, 55, 0.44);
    margin-bottom: 2px;
}

.dashboard-topbar-title {
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--dashboard-heading);
    line-height: 1.1;
}

.dashboard-topbar-subtitle {
    color: var(--dashboard-text-soft);
    font-size: 0.84rem;
    line-height: 1.15;
}

.dashboard-topbar-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.dashboard-topbar-userbox {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
    border: 1px solid var(--dashboard-border);
    border-radius: 10px;
    padding: 7px 10px;
    box-shadow: var(--dashboard-shadow-sm);
}

.dashboard-topbar-avatar {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #0065F5 0%, #0EF179 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex: 0 0 34px;
}

.dashboard-topbar-usertext {
    min-width: 0;
}

.dashboard-topbar-username {
    font-weight: 600;
    color: var(--dashboard-heading);
    font-size: 0.84rem;
    line-height: 1.05;
}

.dashboard-topbar-role {
    color: var(--dashboard-text-soft);
    font-size: 0.74rem;
    line-height: 1.05;
}

.dashboard-user-dropdown-toggle {
    cursor: pointer;
}

.dashboard-user-dropdown-toggle::after {
    display: none;
}

.dashboard-user-dropdown-caret {
    color: rgba(9, 31, 55, 0.42);
    font-size: 0.78rem;
    margin-left: 4px;
    flex: 0 0 auto;
    transition: transform 0.18s ease;
}

.dashboard-user-dropdown-toggle[aria-expanded="true"] .dashboard-user-dropdown-caret {
    transform: rotate(180deg);
}

.dashboard-user-dropdown-menu {
    border-radius: 10px;
    border: 1px solid var(--dashboard-border);
    box-shadow: 0 14px 32px rgba(9, 31, 55, 0.10);
    padding: 0.4rem;
    min-width: 210px;
}

.dashboard-user-dropdown-menu .dropdown-item {
    border-radius: 8px;
    padding: 0.62rem 0.78rem;
    font-weight: 600;
    color: #334155;
}

.dashboard-user-dropdown-menu .dropdown-item:hover,
.dashboard-user-dropdown-menu .dropdown-item:focus {
    background: #f8fafc;
    color: var(--dashboard-heading);
}

.dashboard-content-inner {
    padding: 24px 24px 28px 28px;
}

.dashboard-flash-wrap {
    margin-bottom: 1rem;
}

.card {
    border: 1px solid var(--dashboard-border) !important;
    border-radius: var(--dashboard-radius) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: var(--dashboard-shadow-md) !important;
}

.card.border-0 {
    border: 1px solid var(--dashboard-border) !important;
}

.card .card-body {
    padding: 1rem;
}

.dashboard-stat-card {
    position: relative;
    overflow: hidden;
}

.dashboard-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #0065F5 0%, #0EF179 100%);
}

.dashboard-stat-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.dashboard-stat-trend.up {
    color: #069b53;
}

.dashboard-stat-trend.down {
    color: #c0392b;
}

.dashboard-stat-trend.neutral {
    color: #64748b;
}

.dashboard-stat-trend small {
    font-weight: 600;
    color: #94a3b8;
}

.table {
    color: var(--dashboard-text);
    margin-bottom: 0;
}

.table > :not(caption) > * > * {
    border-bottom-color: rgba(9, 31, 55, 0.08) !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    vertical-align: middle;
}

.table thead th {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(9, 31, 55, 0.42);
    font-weight: 600;
}

.btn {
    border-radius: var(--dashboard-radius) !important;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(135deg, #0065F5 0%, #0057d2 100%);
    border-color: #0065F5;
    box-shadow: 0 8px 16px rgba(0, 101, 245, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #0057d2 0%, #004ac0 100%);
    border-color: #0057d2;
}

.btn-outline-primary {
    border-color: rgba(0, 101, 245, 0.28);
    color: #0065F5;
    background: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background: rgba(0, 101, 245, 0.08);
    color: #0057d2;
}

.btn-outline-secondary {
    border-color: rgba(9, 31, 55, 0.14);
    color: #334155;
    background: #fff;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: #f8fafc;
    color: #091F37;
}

.btn-outline-success {
    border-color: rgba(14, 241, 121, 0.36);
    color: #04984f;
    background: #fff;
}

.btn-outline-success:hover,
.btn-outline-success:focus {
    background: rgba(14, 241, 121, 0.10);
    color: #047d42;
}

.btn-outline-warning {
    border-color: rgba(245, 158, 11, 0.26);
    color: #b45309;
    background: #fff;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus {
    background: rgba(245, 158, 11, 0.10);
    color: #92400e;
}

.badge {
    border-radius: 999px !important;
    padding: 0.45em 0.7em;
    font-weight: 600;
}

.text-bg-success {
    background: rgba(14, 241, 121, 0.14) !important;
    color: #047d42 !important;
}

.text-bg-warning {
    background: rgba(245, 158, 11, 0.15) !important;
    color: #92400e !important;
}

.text-bg-danger {
    background: rgba(239, 68, 68, 0.12) !important;
    color: #991b1b !important;
}

.text-bg-secondary {
    background: rgba(148, 163, 184, 0.14) !important;
    color: #475569 !important;
}

.form-control,
.form-select,
textarea.form-control {
    border-radius: var(--dashboard-radius) !important;
    border-color: rgba(9, 31, 55, 0.18);
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
    border-color: rgba(0, 101, 245, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(0, 101, 245, 0.10);
}

.dashboard-quick-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 14px;
    border-radius: var(--dashboard-radius);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--dashboard-border);
    text-decoration: none;
    color: var(--dashboard-text);
    font-weight: 600;
    box-shadow: var(--dashboard-shadow-sm);
    transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.dashboard-quick-card i {
    font-size: 1rem;
    color: #0065F5;
    width: 18px;
    text-align: center;
    flex: 0 0 18px;
}

.dashboard-quick-card:hover {
    color: var(--dashboard-heading);
    background: #f8fbff;
    border-color: rgba(0, 101, 245, 0.18);
    transform: translateY(-1px);
    box-shadow: var(--dashboard-shadow-md);
}

.dashboard-stat-box {
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
    border: 1px solid var(--dashboard-border);
    border-radius: var(--dashboard-radius);
    padding: 14px;
    box-shadow: var(--dashboard-shadow-sm);
    height: 100%;
}

.dashboard-stat-box .label,
.dashboard-stat-box .small-label {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(9, 31, 55, 0.42);
    margin-bottom: 6px;
}

.dashboard-stat-box .value {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--dashboard-heading);
}

.dashboard-stat-box .subvalue {
    margin-top: 4px;
    color: var(--dashboard-text-soft);
    font-size: 0.84rem;
}

.qr-warning-card {
    background: linear-gradient(180deg, #fffaf0 0%, #fff 100%) !important;
    border-color: #fde68a !important;
}

.qr-success-card {
    background: linear-gradient(180deg, #f0fff7 0%, #fff 100%) !important;
    border-color: rgba(14, 241, 121, 0.26) !important;
}

.alert {
    border-radius: var(--dashboard-radius);
}

footer.bg-white {
    background: rgba(255, 255, 255, 0.88) !important;
    border-top-color: rgba(9, 31, 55, 0.08) !important;
}

body.mc-public,
body.mc-customer {
    background: radial-gradient(circle at top left, rgba(0, 101, 245, 0.05) 0%, rgba(0, 101, 245, 0) 28%), linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    color: var(--mc-brand-text);
}

body.mc-public {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.mc-customer {
    min-height: 100vh;
}

.mc-public-main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.mc-customer-main {
    min-height: calc(100vh - 120px);
}

.mc-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 16px 0 0;
    background: transparent;
}

.mc-navbar {
    background: rgba(9, 31, 55, 0.94);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(9, 31, 55, 0.04);
    box-shadow: 0 8px 22px rgba(9, 31, 55, 0.05);
    border-radius: 26px;
    min-height: 80px;
    padding: 0 22px;
}

.mc-navbar-shell {
    display: flex;
    align-items: center;
    width: 100%;
}

.mc-navbar-brand {
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-right: 1.6rem;
}

.mc-navbar-logo {
    display: block;
    height: 46px;
    width: auto;
    object-fit: contain;
}

.mc-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 0.42rem 0.68rem;
    box-shadow: var(--mc-brand-shadow-sm);
}

.mc-navbar-nav {
    gap: 0.45rem;
}

.mc-nav-link {
    color: rgba(255, 255, 255, 0.76) !important;
    font-weight: 600;
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.62rem 0.78rem !important;
    border-radius: 999px;
    transition: all 0.18s ease;
}

.mc-nav-link:hover {
    color: var(--mc-brand-text) !important;
    background: rgba(106, 193, 198, 1);
}

.mc-nav-link.is-active {
    color: var(--mc-brand-text) !important;
    background: rgba(106, 193, 198, 1);
}

.mc-navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.mc-navbar-user {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 0.25rem;
    color: rgba(10, 204, 154, 0.52);
    font-weight: 500;
    font-size: 0.82rem;
}

.mc-navbar-utility-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.48rem 0.74rem;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(251, 251, 251, 0.72);
    font-size: 0.76rem;
    font-weight: 600;
    background: rgba(9, 31, 55, 0.035);
}

.mc-navbar-utility-link:hover {
    color: var(--mc-brand-text);
    background: rgba(10, 204, 154, 0.52);
    text-decoration: none;
}

.mc-btn {
    border-radius: 999px !important;
    padding: 0.78rem 1.18rem;
    font-weight: 600;
    font-size: 0.84rem;
    line-height: 1;
    transition: all 0.18s ease;
}

.mc-btn-primary {
    color: #ffffff !important;
    border: 1px solid #1564ea !important;
    background: #1564ea !important;
    box-shadow: 0 8px 18px rgba(21, 100, 234, 0.16);
}

.mc-btn-primary:hover,
.mc-btn-primary:focus {
    color: #ffffff !important;
    background: #1058d2 !important;
    border-color: #1058d2 !important;
    box-shadow: 0 10px 22px rgba(21, 100, 234, 0.18);
    transform: translateY(-1px);
}

.mc-btn-primary--small {
    padding: 0.68rem 1rem;
    font-size: 0.8rem;
}

.mc-btn-light {
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--mc-brand-text) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    box-shadow: 0 5px 12px rgba(9, 31, 55, 0.05);
}

.mc-btn-light:hover,
.mc-btn-light:focus {
    background: #ffffff !important;
    color: var(--mc-brand-text) !important;
    border-color: rgba(9, 31, 55, 0.12) !important;
}

.mc-btn-ghost {
    background: transparent !important;
    color: var(--mc-brand-text) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
}

.mc-btn-ghost:hover,
.mc-btn-ghost:focus {
    background: rgba(9, 31, 55, 0.03) !important;
    color: var(--mc-brand-text) !important;
    border-color: rgba(9, 31, 55, 0.12) !important;
}

.mc-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 14px 0 0;
    padding: 108px 0 98px;
    background: radial-gradient(circle at 12% 18%, rgba(14, 241, 121, 0.06) 0%, rgba(14, 241, 121, 0) 24%), radial-gradient(circle at 82% 10%, rgba(0, 101, 245, 0.10) 0%, rgba(0, 101, 245, 0) 28%), linear-gradient(90deg, #123f51 0%, #0b2b55 44%, #17458a 100%);
    color: #fff;
}

.mc-hero__inner {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.mc-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.72rem;
    margin-bottom: 1.3rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.07);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mc-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(1.2rem, 4vw, 3.35rem);
    line-height: 1.18;
    letter-spacing: 0.04em;
    font-weight: 300;
}

.mc-hero__title-accent {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.mc-hero__title-accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.mc-hero__text {
    max-width: 560px;
    margin: 1.1rem auto 0;
    color: rgba(255,255,255,0.7);
    font-size: 0.88rem;
    line-height: 1.85;
    font-weight: 400;
}

.mc-hero__actions {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.7rem;
}

.mc-hero__search {
    margin-top: 1.7rem;
    background: none;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    padding: 0.34rem;
    display: flex;
    color: white;
    gap: 0.45rem;
    align-items: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
}

.mc-hero__search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: white !important;
    font-size: 0.88rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.mc-hero__search-input::placeholder {
    color: rgba(231, 230, 230, 0.34);
}

.mc-section {
    padding: 84px 0;
}

.mc-section--tight {
    padding: 64px 0;
}

.mc-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.8rem;
}

.mc-section__eyebrow {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #0065f5;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mc-section__title {
    margin: 0;
    font-size: clamp(1.9rem, 2vw, 2.6rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--mc-brand-text);
}

.mc-section__text {
    margin: 0.7rem 0 0;
    max-width: 680px;
    color: var(--mc-brand-text-soft);
    font-size: 0.96rem;
    line-height: 1.75;
}

.mc-link-more {
    color: var(--mc-brand-text);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.92rem;
}

.mc-link-more:hover {
    color: #0065f5;
}

.mc-course-card {
    height: 100%;
    border: 1px solid var(--mc-brand-border);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.98);
    box-shadow: var(--mc-brand-shadow-md);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.mc-course-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--mc-brand-shadow-lg);
    border-color: rgba(0, 101, 245, 0.16);
}

.mc-course-card__badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    color: var(--mc-brand-text);
    font-size: 0.72rem;
    font-weight: 700;
    box-shadow: var(--mc-brand-shadow-sm);
}

.mc-course-card__title {
    margin: 0;
    font-size: 1.08rem;
    color: var(--mc-brand-text);
    line-height: 1.25;
}

.mc-course-card__desc {
    margin-top: 0.7rem;
    color: var(--mc-brand-text-soft);
    font-size: 0.92rem;
    line-height: 1.7;
    min-height: 3.1rem;
}

.mc-course-card__meta {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.mc-course-card__meta-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--mc-brand-text);
    font-size: 0.86rem;
    font-weight: 500;
}

.mc-course-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: 1.15rem;
}

.mc-course-card__price {
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--mc-brand-text);
}

.mc-why {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: 2.3rem;
    background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid var(--mc-brand-border);
    box-shadow: var(--mc-brand-shadow-md);
}

.mc-why__title {
    margin: 0;
    font-size: clamp(1.9rem, 2.3vw, 3rem);
    line-height: 1.08;
}

.mc-highlight {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.mc-highlight::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.08em;
    height: 0.18em;
    background: linear-gradient(90deg, rgba(240, 181, 54, 0.95) 0%, rgba(240, 181, 54, 0.72) 100%);
    border-radius: 999px;
    z-index: -1;
}

.mc-why__text {
    margin-top: 1rem;
    max-width: 680px;
    color: var(--mc-brand-text-soft);
    line-height: 1.75;
    font-size: 0.96rem;
}

.mc-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.mc-stat {
    padding: 1.25rem;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(9, 31, 55, 0.08);
    border-radius: 22px;
}

.mc-stat__value {
    font-size: clamp(1.8rem, 2vw, 2.6rem);
    font-weight: 700;
    line-height: 1;
    color: var(--mc-brand-text);
}

.mc-stat__label {
    margin-top: 0.55rem;
    color: var(--mc-brand-text-soft);
    font-weight: 600;
    font-size: 0.9rem;
}


.mc-site-footer {
    margin-top: auto;
    border-top: 1px solid rgba(9, 31, 55, 0.08);
    background: rgba(255,255,255,0.82);
    backdrop-filter: blur(10px);
}

.mc-site-footer__inner {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
}

.mc-site-footer__links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mc-site-footer__links a {
    color: var(--mc-brand-text-soft);
    text-decoration: none;
    font-weight: 600;
}

.mc-site-footer__links a:hover {
    color: var(--mc-brand-text);
}

.mc-auth-page {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 48px 0 72px;
}

.mc-auth-wrap {
    width: 100%;
}

.mc-auth-card .card-body {
    padding: 2rem !important;
}

.mc-auth-title {
    margin-top: 1rem;
    margin-bottom: 0.55rem;
    font-size: clamp(1.9rem, 2.2vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--mc-brand-text);
    font-weight: 400;
}

.mc-auth-text {
    margin-bottom: 1.5rem;
    color: var(--mc-brand-text-soft);
    line-height: 1.7;
}

.mc-auth-form .form-label {
    font-weight: 600;
    color: var(--mc-brand-text);
    margin-bottom: 0.45rem;
}

.mc-auth-side {
    height: 100%;
    min-height: 100%;
    padding: 2rem;
    color: #fff;
    background: radial-gradient(circle at 20% 20%, rgba(14,241,121,0.12) 0%, rgba(14,241,121,0) 28%), radial-gradient(circle at 80% 10%, rgba(0,101,245,0.20) 0%, rgba(0,101,245,0) 32%), linear-gradient(135deg, #091f37 0%, #0d2745 100%);
}

.mc-auth-side__title {
    color: #fff;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 0.9rem;
}

.mc-auth-side__text {
    color: rgba(255,255,255,0.76);
    line-height: 1.75;
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    .dashboard-sidebar {
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
    }

    .dashboard-topbar {
        padding: 12px 16px;
    }

    .dashboard-topbar-inner {
        align-items: center;
    }

    .dashboard-topbar-subtitle {
        display: none;
    }

    .dashboard-content-inner {
        padding: 18px 16px 22px;
    }

    .mc-site-header {
        padding-top: 14px;
    }

    .mc-navbar {
        border-radius: 20px;
        min-height: auto;
        padding: 14px 16px;
    }

    .mc-navbar-shell {
        align-items: stretch;
    }

    .mc-navbar-logo {
        height: 38px;
    }

    .mc-navbar-brand {
        margin-right: 0;
    }

    .mc-navbar-actions {
        margin-top: 1rem;
        width: 100%;
    }

    .mc-hero {
        padding: 88px 0 78px;
    }

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

    .mc-site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-auth-page {
        padding: 28px 0 60px;
    }

    .mc-auth-side {
        border-radius: 12px 24px 0 0;
    }
}

@media (max-width: 767.98px) {
    .mc-hero__search {
        flex-direction: column;
        border-radius: 12px;
    }

    .mc-hero__search .mc-btn {
        width: 100%;
    }

    .mc-section__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .mc-course-card__image {
        height: 210px;
    }

   

    .mc-auth-card .card-body,
    .mc-auth-side {
        padding: 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .dashboard-content-inner {
        padding: 16px 12px 20px;
    }

    .dashboard-topbar-actions .dropdown,
    .dashboard-topbar-actions .dashboard-topbar-userbox {
        max-width: 100%;
    }

    .dashboard-topbar-username,
    .dashboard-topbar-role {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mc-navbar {
        padding: 12px 14px;
    }

    .mc-hero {
        padding: 76px 0 70px;
    }

    .mc-hero__title {
        font-size: clamp(1rem, 9vw, 2.7rem);
    }

    .mc-navbar-logo {
        height: 34px;
    }
}

.mc-auth-page {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    padding: 56px 0 80px;
}

.mc-auth-wrap {
    width: 100%;
    max-width: 1160px;
}

.mc-auth-card {
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%) !important;
    box-shadow: 0 24px 50px rgba(9, 31, 55, 0.10) !important;
    overflow: hidden;
}

.mc-auth-card .card-body {
    padding: 2.2rem !important;
}

.mc-auth-header {
    margin-bottom: 1.25rem;
}

.mc-auth-flash {
    margin-bottom: 1rem;
}

.mc-auth-flash .alert {
    margin-bottom: 0;
    border-radius: 16px;
}

.mc-auth-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(9, 31, 55, 0.05);
    border: 1px solid rgba(9, 31, 55, 0.08);
    color: var(--mc-brand-text);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mc-auth-title {
    margin-top: 1rem;
    margin-bottom: 0.55rem;
    font-size: clamp(1.9rem, 2.2vw, 2.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--mc-brand-text);
}

.mc-auth-text {
    margin-bottom: 0;
    color: var(--mc-brand-text-soft);
    line-height: 1.7;
    font-size: 0.96rem;
}

.mc-auth-form .form-control {
    min-height: 54px;
    border-radius: 16px !important;
    border-color: rgba(9, 31, 55, 0.12);
    padding-left: 1rem;
    padding-right: 1rem;
    background: rgba(255,255,255,0.96);
}

.mc-auth-form .form-control:focus {
    border-color: rgba(15, 95, 230, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(15, 95, 230, 0.10);
}

.mc-auth-submit {
    width: 100%;
    min-height: 52px;
}

.mc-auth-meta {
    margin-top: 1rem;
    text-align: center;
    color: var(--mc-brand-text-soft);
    font-size: 0.92rem;
}

.mc-auth-side {
    height: 100%;
    min-height: 100%;
    padding: 2.2rem;
    color: #fff;
    background: radial-gradient(circle at 20% 20%, rgba(14,241,121,0.12) 0%, rgba(14,241,121,0) 28%), radial-gradient(circle at 80% 10%, rgba(0,101,245,0.20) 0%, rgba(0,101,245,0) 32%), linear-gradient(135deg, #091f37 0%, #0d2745 100%);
}

.mc-auth-side__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    color: rgba(255,255,255,0.70);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mc-auth-side__text {
    color: rgba(255,255,255,0.76);
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.mc-auth-points {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mc-auth-points li {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: rgba(255,255,255,0.82);
}

.mc-auth-points li::before {
    content: "•";
    color: #0ef179;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.05rem;
}

@media (max-width: 991.98px) {
    .mc-auth-page {
        padding: 28px 0 60px;
    }

    .mc-auth-side {
        border-radius: 12px 24px 0 0;
    }
}

@media (max-width: 767.98px) {
    .mc-auth-card .card-body,
    .mc-auth-side {
        padding: 1.5rem !important;
    }
}

.mc-customer-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 14px 0 0;
    padding: 78px 0 64px;
    background: radial-gradient(circle at 14% 18%, rgba(14, 241, 121, 0.05) 0%, rgba(14, 241, 121, 0) 24%), radial-gradient(circle at 82% 10%, rgba(0, 101, 245, 0.08) 0%, rgba(0, 101, 245, 0) 26%), linear-gradient(90deg, #123f51 0%, #0b2b55 44%, #17458a 100%);
    color: #fff;
}

.mc-customer-hero__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.mc-customer-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.36rem 0.72rem;
    margin-bottom: 1.2rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.07);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mc-customer-hero__title {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 3.6vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 600;
}

.mc-customer-hero__text {
    max-width: 600px;
    margin: 1rem auto 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
    line-height: 1.85;
    font-weight: 400;
}

.mc-customer-hero__search {
    margin-top: 1.5rem;
    background: rgba(255,255,255,0.93);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    padding: 0.34rem;
    display: flex;
    gap: 0.45rem;
    align-items: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.07);
}

.mc-customer-hero__search-input {
    flex: 1 1 auto;
    min-width: 0;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--mc-brand-text) !important;
    font-size: 0.88rem;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
}

.mc-customer-hero__search-input::placeholder {
    color: rgba(9, 31, 55, 0.34);
}

.mc-customer-hero__actions {
    display: flex;
    gap: 0.65rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

@media (max-width: 767.98px) {
    .mc-customer-hero {
        padding: 68px 0 56px;
    }

    .mc-customer-hero__search {
        flex-direction: column;
        border-radius: 12px;
    }

    .mc-customer-hero__search .mc-btn {
        width: 100%;
    }
}

.mc-customer-hero .mc-btn-ghost,
.mc-hero .mc-btn-ghost {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
    background: rgba(255,255,255,0.06) !important;
}

.mc-customer-hero .mc-btn-ghost:hover,
.mc-hero .mc-btn-ghost:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(255,255,255,0.5) !important;
    color: #ffffff !important;
}

.mc-hero__actions,
.mc-customer-hero__actions {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.6rem;
}

.mc-hero .mc-btn-light,
.mc-customer-hero .mc-btn-light {
    background: rgba(255,255,255,0.96) !important;
    color: #091f37 !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
}

.mc-hero .mc-btn-light:hover,
.mc-customer-hero .mc-btn-light:hover,
.mc-hero .mc-btn-light:focus,
.mc-customer-hero .mc-btn-light:focus {
    background: #ffffff !important;
    color: #091f37 !important;
    border-color: rgba(255,255,255,0.22) !important;
}

.mc-hero .mc-btn-ghost,
.mc-customer-hero .mc-btn-ghost {
    color: #ffffff !important;
    border: 1px solid rgba(255,255,255,0.30) !important;
    background: rgba(255,255,255,0.05) !important;
    box-shadow: none !important;
}

.mc-hero .mc-btn-ghost:hover,
.mc-customer-hero .mc-btn-ghost:hover,
.mc-hero .mc-btn-ghost:focus,
.mc-customer-hero .mc-btn-ghost:focus {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.42) !important;
    color: #ffffff !important;
}

.mc-hero__search .mc-btn,
.mc-customer-hero__search .mc-btn {
    min-width: 120px;
}

.mc-btn {
    font-weight: 500;
}

.mc-auth-side {
    padding-top: 3rem;
}

.mc-provider-auth-side {
    justify-content: flex-start !important;
    padding-top: 3rem;
}

.mc-provider-auth-side .mc-auth-side__title {
    max-width: 340px;
}

.mc-provider-auth-side .mc-auth-points {
    gap: 1rem;
}

.mc-provider-auth-side .mc-auth-points li {
    gap: 0.8rem;
    align-items: flex-start;
}

.mc-provider-auth-side .mc-auth-points li::before {
    display: none;
}

.mc-provider-auth-side__icon {
    color: #0ef179;
    font-size: 1rem;
    line-height: 1.2;
    margin-top: 0.08rem;
    flex: 0 0 auto;
}

.mc-provider-auth-side__note {
    margin-top: auto;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.82);
    font-size: 0.92rem;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .mc-provider-auth-side {
        padding-top: 2rem;
    }

    .mc-provider-auth-side__note {
        margin-top: 1rem;
    }
}

.mc-course-card__header-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.mc-course-card__header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-course-card {
    border-radius: 12px;
    overflow: hidden;
}

.ui-note {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 0.9rem;
    line-height: 1.4;
    border: 1px solid transparent;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.ui-note-success {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #065f46;
}

.ui-note-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.ui-note-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.ui-note-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e3a8a;
}

.ui-note-icon {
    font-size: 1rem;
    margin-top: 2px;
    opacity: 0.9;
}

.ui-flash {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    padding: 13px 15px;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.ui-flash-icon {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
    margin-top: 2px;
}

.ui-flash-body {
    flex: 1 1 auto;
    min-width: 0;
}

.ui-flash-title {
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.ui-flash-message {
    font-size: 0.92rem;
    line-height: 1.45;
}

.ui-flash-close {
    flex: 0 0 auto;
    margin-top: 1px;
    opacity: 0.42;
}

.ui-flash-close:hover {
    opacity: 0.75;
}

.ui-flash-success {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #166534;
}

.ui-flash-success .ui-flash-title,
.ui-flash-success .ui-flash-icon {
    color: #166534;
}

.ui-flash-danger {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

.ui-flash-danger .ui-flash-title,
.ui-flash-danger .ui-flash-icon {
    color: #991b1b;
}

.ui-flash-warning {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.ui-flash-warning .ui-flash-title,
.ui-flash-warning .ui-flash-icon {
    color: #92400e;
}

.ui-flash-info {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.ui-flash-info .ui-flash-title,
.ui-flash-info .ui-flash-icon {
    color: #1d4ed8;
}

.mc-auth-resend-note {
    margin-top: .75rem;
    padding: .85rem 1rem;
    border: 1px solid #dbeafe;
    background: #f8fbff;
    border-radius: 12px;
}

.mc-auth-resend-note__text {
    font-size: .92rem;
    color: #315c9a;
    margin-bottom: .65rem;
}

.mc-auth-inline-form {
    margin: 0;
}

.mc-auth-inline-btn {
    width: 100%;
}

.mc-btn-outline {
    background: #fff;
    color: #1d4f91;
    border: 1px solid #bfdbfe;
}

.mc-btn-outline:hover {
    background: #eff6ff;
    color: #1d4f91;
}

.mc-course-card__header-image {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #e9eef5;
}

.mc-course-card__header-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.mc-course-card:hover .mc-course-card__header-image img {
    transform: scale(1.04);
}

.mc-course-card__header-image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(9, 31, 55, 0.42);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .mc-course-card__header-image {
        height: 210px;
    }
}

.mc-course-card .table-responsive {
    border-radius: 18px;
}

.mc-course-card .table td,
.mc-course-card .table th {
    background: transparent !important;
}

@media (max-width: 767.98px) {
    .mc-hero__actions .mc-btn {
        width: 100%;
    }

    .mc-section--tight {
        padding: 48px 0;
    }
}

:root {
    --pmc-bg: #f4f8fc;
    --pmc-surface: #ffffff;
    --pmc-surface-2: #f8fbff;
    --pmc-text: #16304c;
    --pmc-text-soft: #5f748c;
    --pmc-border: rgba(20, 48, 76, 0.08);
    --pmc-navy: #132b45;
    --pmc-navy-2: #19365a;
    --pmc-blue: #1f6fff;
    --pmc-cyan: #49c7d9;
    --pmc-green: #17d7a0;
    --pmc-gradient: linear-gradient(135deg, #49c7d9 0%, #1f6fff 55%, #16304c 100%);
    --pmc-gradient-soft: linear-gradient(135deg, rgba(73,199,217,0.16), rgba(31,111,255,0.08));
    --pmc-shadow-sm: 0 8px 24px rgba(17, 39, 63, 0.06);
    --pmc-shadow-md: 0 18px 50px rgba(17, 39, 63, 0.10);
    --pmc-shadow-lg: 0 26px 70px rgba(10, 32, 56, 0.18);
    --pmc-radius-sm: 12px;
    --pmc-radius-md: 18px;
    --pmc-radius-lg: 24px;
    --pmc-radius-xl: 32px;
    --pmc-container: 1280px;
    --pmc-header-h: 92px;
    --pmc-font-ui: "Inter", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    --pmc-font-display: "Manrope", "Inter", "Segoe UI", sans-serif;
    --pmc-trans: 220ms cubic-bezier(.2,.8,.2,1);
}

body.pmc-body,
.pmc-public,
.pmc-dashboard {
    background: radial-gradient(circle at top left, rgba(73,199,217,0.09), transparent 28%), radial-gradient(circle at top right, rgba(31,111,255,0.08), transparent 24%), var(--pmc-bg);
    color: var(--pmc-text);
    font-family: var(--pmc-font-ui);
}

.pmc-public *,
.pmc-dashboard * {
    box-sizing: border-box;
}

.pmc-public a,
.pmc-dashboard a {
    transition: color var(--pmc-trans), background-color var(--pmc-trans), border-color var(--pmc-trans), transform var(--pmc-trans), box-shadow var(--pmc-trans);
}

.pmc-container {
    width: min(100% - 32px, var(--pmc-container));
    margin-inline: auto;
}

.pmc-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 10px 0;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    background: rgba(244, 248, 252, 0.72);
    border-bottom: 1px solid rgba(20, 48, 76, 0.04);
}

.pmc-site-header.is-scrolled {
    background: rgba(244, 248, 252, 0.88);
}

.pmc-nav-shell {
    min-height: var(--pmc-header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(19,43,69,0.98), rgba(23,49,80,0.96));
    box-shadow: var(--pmc-shadow-lg);
    position: relative;
    overflow: hidden;
}

.pmc-nav-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 15% 20%, rgba(73,199,217,0.14), transparent 22%), radial-gradient(circle at 85% 50%, rgba(31,111,255,0.14), transparent 22%);
    pointer-events: none;
}

.pmc-brand {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.pmc-brand img {
    max-height: 44px;
    width: auto;
    display: block;
}

.pmc-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.pmc-brand-title {
    color: #fff;
    font-family: var(--pmc-font-display);
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: 1.5rem;
}

.pmc-brand-subtitle {
    color: rgba(255,255,255,0.58);
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pmc-nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    justify-content: center;
}

.pmc-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 20px;
    border-radius: 999px;
    color: rgba(255,255,255,0.76);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.98rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pmc-nav-link:hover,
.pmc-nav-link:focus {
    color: #fff;
    background: rgba(255,255,255,0.06);
}

.pmc-nav-link.is-active {
    color: #12304b;
    background: linear-gradient(135deg, #7ddae4, #68c9df);
    box-shadow: 0 10px 24px rgba(73,199,217,0.25);
}

.pmc-nav-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pmc-btn,
.pmc-btn:link,
.pmc-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
}

.pmc-btn-ghost {
    color: rgba(255,255,255,0.82);
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.06);
}

.pmc-btn-ghost:hover {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.pmc-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #1f6fff, #2b7dff);
    box-shadow: 0 14px 28px rgba(31,111,255,0.24);
}

.pmc-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(31,111,255,0.30);
}

.pmc-nav-toggle {
    display: none;
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.pmc-nav-toggle span,
.pmc-nav-toggle::before,
.pmc-nav-toggle::after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform var(--pmc-trans), opacity var(--pmc-trans);
}

.pmc-nav-toggle span + span {
    margin-top: 5px;
}

.pmc-mobile-panel {
    display: none;
}

@media (max-width: 991.98px) {
    .pmc-nav {
        display: none;
    }

    .pmc-nav-actions .pmc-btn-ghost {
        display: none;
    }

    .pmc-nav-toggle {
        display: inline-flex;
    }

    .pmc-mobile-panel {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 300ms ease;
    }

    .pmc-mobile-panel.is-open {
        max-height: 80vh;
    }

    .pmc-mobile-inner {
        margin-top: 12px;
        padding: 14px;
        border-radius: 24px;
        background: rgba(19,43,69,0.98);
        box-shadow: var(--pmc-shadow-lg);
    }

    .pmc-mobile-link {
        display: block;
        padding: 15px 14px;
        border-radius: 16px;
        color: rgba(255,255,255,0.82);
        text-decoration: none;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .pmc-mobile-link:hover,
  .pmc-mobile-link.is-active {
        background: rgba(255,255,255,0.06);
        color: #fff;
    }

    .pmc-mobile-actions {
        display: grid;
        gap: 10px;
        margin-top: 14px;
    }

    .pmc-site-header {
        padding: 10px 0 0;
    }

    .pmc-nav-shell {
        min-height: 80px;
        border-radius: 28px;
    }
}

.pmc-hero {
    position: relative;
    padding: 84px 0 56px;
}

.pmc-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 34px;
    align-items: center;
}

.pmc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(73,199,217,0.10);
    color: var(--pmc-navy);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.pmc-title {
    margin: 18px 0 16px;
    font-family: var(--pmc-font-display);
    font-size: clamp(2.4rem, 4.8vw, 4.8rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    color: var(--pmc-navy);
}

.pmc-title .pmc-accent {
    background: linear-gradient(135deg, var(--pmc-cyan), var(--pmc-blue));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.pmc-lead {
    max-width: 640px;
    font-size: 1.08rem;
    line-height: 1.8;
    color: var(--pmc-text-soft);
}

.pmc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.pmc-btn-light {
    color: var(--pmc-navy);
    background: #fff;
    border: 1px solid rgba(20, 48, 76, 0.08);
    box-shadow: var(--pmc-shadow-sm);
}

.pmc-btn-light:hover {
    transform: translateY(-1px);
    box-shadow: var(--pmc-shadow-md);
}

.pmc-hero-card {
    position: relative;
    border-radius: var(--pmc-radius-xl);
    background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.94));
    border: 1px solid rgba(255,255,255,0.7);
    box-shadow: var(--pmc-shadow-lg);
    padding: 22px;
    overflow: hidden;
}

.pmc-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--pmc-gradient-soft);
    pointer-events: none;
}

.pmc-search-card,
.pmc-stat-card,
.pmc-feature-card,
.pmc-course-card,
.pmc-dashboard-card {
    position: relative;
    border-radius: var(--pmc-radius-lg);
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--pmc-border);
    box-shadow: var(--pmc-shadow-sm);
}

.pmc-search-card {
    padding: 18px;
}

.pmc-section {
    padding: 74px 0;
}

.pmc-section-head {
    margin-bottom: 28px;
}

.pmc-section-kicker {
    color: var(--pmc-blue);
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.pmc-section-title {
    margin: 10px 0 0;
    font-family: var(--pmc-font-display);
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: var(--pmc-navy);
}

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

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

.pmc-feature-card,
.pmc-course-card,
.pmc-stat-card {
    padding: 24px;
}

.pmc-feature-card:hover,
.pmc-course-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--pmc-shadow-md);
}

.pmc-card-title {
    margin: 0 0 10px;
    font-size: 1.16rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pmc-navy);
}

.pmc-card-text {
    margin: 0;
    color: var(--pmc-text-soft);
    line-height: 1.75;
}

.pmc-icon-badge {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: var(--pmc-gradient-soft);
    color: var(--pmc-blue);
    box-shadow: inset 0 0 0 1px rgba(31,111,255,0.08);
}

.pmc-filterbar {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255,255,255,0.78);
    border: 1px solid var(--pmc-border);
    box-shadow: var(--pmc-shadow-sm);
}

.pmc-pill {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(20, 48, 76, 0.08);
    color: var(--pmc-text);
    font-weight: 700;
}

.pmc-pill.is-active {
    background: var(--pmc-navy);
    color: #fff;
    border-color: transparent;
}

.pmc-course-card {
    overflow: hidden;
}

.pmc-course-media {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(73,199,217,0.18), rgba(31,111,255,0.12));
    margin-bottom: 18px;
}

.pmc-course-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pmc-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0;
}

.pmc-meta-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(73,199,217,0.10);
    color: var(--pmc-navy);
    font-size: 0.84rem;
    font-weight: 700;
}

.pmc-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.pmc-price {
    font-weight: 900;
    font-size: 1.16rem;
    color: var(--pmc-navy);
    letter-spacing: -0.03em;
}

.pmc-dashboard-shell {
    padding: 32px 0 70px;
}

.pmc-dashboard-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.pmc-dashboard-title {
    margin: 0;
    font-family: var(--pmc-font-display);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
    color: var(--pmc-navy);
}

.pmc-dashboard-subtitle {
    margin: 8px 0 0;
    color: var(--pmc-text-soft);
    line-height: 1.7;
}

.pmc-dashboard-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 24px;
}

.pmc-dashboard-sidebar {
    position: sticky;
    top: calc(var(--pmc-header-h) + 26px);
    align-self: start;
    padding: 18px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(19,43,69,0.98), rgba(25,54,90,0.96));
    box-shadow: var(--pmc-shadow-lg);
}

.pmc-side-user {
    padding: 14px;
    border-radius: 22px;
    background: rgba(255,255,255,0.05);
    margin-bottom: 16px;
}

.pmc-side-name {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.pmc-side-mail {
    color: rgba(255,255,255,0.62);
    font-size: 0.9rem;
}

.pmc-side-nav {
    display: grid;
    gap: 8px;
}

.pmc-side-link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 14px;
    border-radius: 16px;
    color: rgba(255,255,255,0.76);
    text-decoration: none;
    font-weight: 700;
}

.pmc-side-link:hover,
.pmc-side-link.is-active {
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.pmc-dashboard-main {
    min-width: 0;
}

.pmc-dashboard-card {
    padding: 24px;
}

.pmc-stats-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.pmc-stat-value {
    margin: 0;
    font-family: var(--pmc-font-display);
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--pmc-navy);
}

.pmc-stat-label {
    margin-top: 8px;
    color: var(--pmc-text-soft);
    font-weight: 600;
}

.pmc-panel-title {
    margin: 0 0 16px;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--pmc-navy);
}

.pmc-table-wrap {
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--pmc-border);
    background: #fff;
}

.pmc-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.pmc-table-wrap th,
.pmc-table-wrap td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(20,48,76,0.06);
}

.pmc-table-wrap th {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pmc-text-soft);
    background: var(--pmc-surface-2);
}

.pmc-table-wrap tr:hover td {
    background: rgba(73,199,217,0.04);
}

.pmc-field,
.pmc-select,
.pmc-textarea {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(20,48,76,0.10);
    background: rgba(255,255,255,0.95);
    color: var(--pmc-text);
    box-shadow: none;
}

.pmc-textarea {
    min-height: 140px;
    padding-top: 14px;
    resize: vertical;
}

.pmc-field:focus,
.pmc-select:focus,
.pmc-textarea:focus {
    outline: none;
    border-color: rgba(31,111,255,0.35);
    box-shadow: 0 0 0 4px rgba(31,111,255,0.10);
}

.pmc-footer {
    padding: 34px 0 46px;
    color: var(--pmc-text-soft);
}

.pmc-footer-inner {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(19,43,69,0.98), rgba(25,54,90,0.96));
    box-shadow: var(--pmc-shadow-lg);
}

.pmc-footer,
.pmc-footer a {
    color: rgba(255,255,255,0.72);
}

.pmc-footer a:hover {
    color: #fff;
}

.pmc-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 500ms ease, transform 500ms ease;
}

.pmc-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.pmc-hover-lift {
    transition: transform var(--pmc-trans), box-shadow var(--pmc-trans);
}

.pmc-hover-lift:hover {
    transform: translateY(-4px);
    box-shadow: var(--pmc-shadow-md);
}

@media (max-width: 1199.98px) {
    .pmc-grid-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pmc-stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .pmc-hero-grid,
  .pmc-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .pmc-dashboard-sidebar {
        position: static;
    }

    .pmc-grid-3,
  .pmc-grid-4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .pmc-container {
        width: min(100% - 20px, var(--pmc-container));
    }

    .pmc-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .pmc-section {
        padding: 56px 0;
    }

    .pmc-stats-row {
        grid-template-columns: 1fr;
    }

    .pmc-dashboard-card,
  .pmc-feature-card,
  .pmc-course-card,
  .pmc-stat-card {
        padding: 18px;
    }
}

.pmc-hidden-mobile {
    display: none !important;
}

@media (min-width: 992px) {
    .pmc-hidden-mobile {
        display: inherit !important;
    }
}

.pmc-only-mobile {
    display: inherit !important;
}

@media (min-width: 992px) {
    .pmc-only-mobile {
        display: none !important;
    }
}

.pmc-home-hero {
    position: relative;
    padding: 110px 0 92px;
    background: radial-gradient(circle at 14% 20%, rgba(14, 241, 121, 0.06) 0%, rgba(14, 241, 121, 0) 26%), radial-gradient(circle at 82% 12%, rgba(0, 101, 245, 0.12) 0%, rgba(0, 101, 245, 0) 28%), linear-gradient(90deg, #10394c 0%, #0b2a52 42%, #18488f 100%);
}

.pmc-home-hero__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pmc-home-hero__eyebrow {
    margin-bottom: 1.5rem;
    padding: 0.45rem 0.9rem;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.88);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.pmc-home-hero__title {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    line-height: 1.06;
    letter-spacing: -0.045em;
    font-weight: 300;
    color: #ffffff;
}

.pmc-home-hero__title-accent {
    color: #ffffff;
}

.pmc-home-hero__text {
    max-width: 610px;
    margin: 1.25rem auto 0;
    color: rgba(255,255,255,0.74);
    font-size: 1rem;
    line-height: 1.9;
}

.pmc-home-hero__actions {
    margin-top: 2rem;
    gap: 0.85rem;
}

.pmc-home-btn-primary,
.pmc-home-btn-light {
    min-width: 180px;
    min-height: 54px;
}

.pmc-home-hero__search {
    max-width: 680px;
    margin-top: 2rem;
    padding: 0.42rem;
    gap: 0.5rem;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.10);
}

.pmc-home-hero__search-input {
    min-height: 56px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-size: 0.95rem;
    color: #ffffff !important;
}

.pmc-home-hero__search-input::placeholder {
    color: rgba(255,255,255,0.42);
}

.pmc-home-hero__search-btn {
    min-width: 136px;
    min-height: 56px;
}

.pmc-home-section {
    position: relative;
}

.pmc-home-section__head {
    margin-bottom: 2.1rem;
}

.pmc-home-section__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
}

.pmc-home-section__title {
    font-size: clamp(2.1rem, 3vw, 3.15rem);
    letter-spacing: -0.045em;
}

.pmc-home-section__text {
    max-width: 640px;
}

.pmc-home-link-more {
    font-weight: 700;
}

.pmc-home-course-card {
    border-radius: 26px;
    border: 1px solid rgba(9, 31, 55, 0.08);
    box-shadow: 0 16px 36px rgba(9, 31, 55, 0.08);
}

.pmc-home-course-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 46px rgba(9, 31, 55, 0.12);
}

.pmc-home-course-card .mc-course-card__image-wrap {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    background: linear-gradient(135deg, rgba(21,100,234,0.10), rgba(14,241,121,0.06));
}

.pmc-home-course-card .mc-course-card__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.pmc-home-course-card:hover .mc-course-card__image {
    transform: scale(1.04);
}

.pmc-home-course-card__badge {
    background: rgba(255,255,255,0.94);
    color: #0b2540;
    box-shadow: 0 10px 24px rgba(9, 31, 55, 0.10);
}

.pmc-home-card-btn {
    border-color: rgba(9, 31, 55, 0.10) !important;
    background: #f8fbff !important;
    color: #0b2540 !important;
}

.pmc-home-card-btn:hover,
.pmc-home-card-btn:focus {
    background: #eef5ff !important;
    border-color: rgba(21, 100, 234, 0.18) !important;
    color: #0b2540 !important;
}

.pmc-home-section--soft {
    padding-top: 24px;
}

.pmc-home-why {
    border-radius: 34px;
    padding: 2.8rem;
    background: radial-gradient(circle at top right, rgba(14, 241, 121, 0.05), transparent 24%), linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%);
    box-shadow: 0 18px 44px rgba(9, 31, 55, 0.08);
}

.pmc-home-why__title {
    max-width: 860px;
    letter-spacing: -0.045em;
}

.pmc-home-why__text {
    max-width: 720px;
}

.pmc-home-stats {
    gap: 1.2rem;
}

.pmc-home-stat {
    border-radius: 24px;
    background: rgba(255,255,255,0.88);
    box-shadow: inset 0 0 0 1px rgba(9, 31, 55, 0.05);
}

@media (max-width: 991.98px) {
    .pmc-home-hero {
        padding: 92px 0 78px;
    }

    .pmc-home-hero__title {
        font-size: clamp(2.15rem, 8vw, 3.4rem);
    }
}

@media (max-width: 767.98px) {
    .pmc-home-hero {
        padding: 76px 0 64px;
    }

    .pmc-home-hero__search {
        flex-direction: column;
        border-radius: 18px;
    }

    .pmc-home-hero__search-btn,
    .pmc-home-btn-primary,
    .pmc-home-btn-light {
        width: 100%;
    }

    .pmc-home-course-card .mc-course-card__image-wrap,
    .pmc-home-course-card .mc-course-card__image {
        height: 220px;
        min-height: 220px;
    }

    .pmc-home-why {
        padding: 1.6rem;
        border-radius: 24px;
    }
}

.pmc-home-hero__actions {
    gap: 1rem;
    margin-top: 2.1rem;
}

.pmc-home-hero__actions .mc-btn,
.pmc-home-btn-primary,
.pmc-home-btn-light {
    min-width: 208px;
    min-height: 58px;
    padding: 0 1.9rem;
    border-radius: 999px !important;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.pmc-home-btn-primary {
    background: linear-gradient(135deg, #1d6cf0 0%, #1661e8 100%) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(21, 100, 234, 0.20) !important;
}

.pmc-home-btn-primary:hover,
.pmc-home-btn-primary:focus {
    background: linear-gradient(135deg, #185fda 0%, #1457cd 100%) !important;
    border-color: rgba(255,255,255,0.16) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(21, 100, 234, 0.24) !important;
    transform: translateY(-2px);
}

.pmc-home-btn-light {
    background: rgba(255,255,255,0.96) !important;
    color: #10253d !important;
    border: 1px solid rgba(255,255,255,0.20) !important;
    box-shadow: 0 10px 24px rgba(7, 26, 49, 0.10) !important;
}

.pmc-home-btn-light:hover,
.pmc-home-btn-light:focus {
    background: #ffffff !important;
    color: #091f37 !important;
    border-color: rgba(255,255,255,0.34) !important;
    box-shadow: 0 14px 30px rgba(7, 26, 49, 0.14) !important;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .pmc-home-hero__actions .mc-btn,
    .pmc-home-btn-primary,
    .pmc-home-btn-light {
        min-width: 100%;
        min-height: 54px;
        font-size: 0.96rem;
    }
}

.mc-hero .pmc-home-hero__actions {
    gap: 1rem;
    margin-top: 2.1rem;
    justify-content: center;
}

.mc-hero .pmc-home-hero__actions .mc-btn {
    min-width: 210px;
    min-height: 58px;
    padding: 0 1.9rem !important;
    border-radius: 999px !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em;
    line-height: 1;
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.mc-hero .pmc-home-btn-primary,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-primary {
    background: linear-gradient(135deg, #1d6cf0 0%, #1661e8 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(21, 100, 234, 0.24) !important;
}

.mc-hero .pmc-home-btn-primary:hover,
.mc-hero .pmc-home-btn-primary:focus,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-primary:hover,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-primary:focus {
    background: linear-gradient(135deg, #195fda 0%, #1457cc 100%) !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 34px rgba(21, 100, 234, 0.28) !important;
    transform: translateY(-2px);
}

.mc-hero .pmc-home-btn-ghost,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-ghost {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mc-hero .pmc-home-btn-ghost:hover,
.mc-hero .pmc-home-btn-ghost:focus,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-ghost:hover,
.mc-hero .pmc-home-hero__actions .pmc-home-btn-ghost:focus {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(255, 255, 255, 0.42) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10) !important;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    .mc-hero .pmc-home-hero__actions .mc-btn {
        width: 100%;
        min-width: 100%;
        min-height: 54px;
        font-size: 0.95rem !important;
    }
}

.mc-hero .mc-hero__actions {
    gap: 0.9rem;
    margin-top: 2rem;
    justify-content: center;
}

.mc-hero .mc-hero__actions .mc-btn {
    min-width: 190px;
    height: 52px;
    padding: 0 1.6rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1;
    letter-spacing: -0.01em;
    transition: all 0.2s ease;
}

.mc-hero .mc-hero__actions .mc-btn-primary {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 26px rgba(31, 111, 255, 0.22) !important;
}

.mc-hero .mc-hero__actions .mc-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(31, 111, 255, 0.26) !important;
}

.mc-hero .mc-hero__actions .mc-btn-light,
.mc-hero .mc-hero__actions .mc-btn-ghost {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.28) !important;
    color: #ffffff !important;
    backdrop-filter: blur(6px);
}

.mc-hero .mc-hero__actions .mc-btn-light:hover,
.mc-hero .mc-hero__actions .mc-btn-ghost:hover {
    background: rgba(255,255,255,0.10) !important;
    border-color: rgba(255,255,255,0.45) !important;
}

@media (max-width: 767.98px) {
    .mc-hero .mc-hero__actions .mc-btn {
        width: 100%;
        height: 50px;
    }
}

.mc-hero .mc-hero__search {
    max-width: 760px;
    margin-top: 1.9rem;
    padding: 0.3rem;
    gap: 0.35rem;
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.mc-hero .mc-hero__search-input {
    min-height: 50px;
    padding: 0 1.25rem !important;
    font-size: 0.95rem !important;
    line-height: 1;
    color: rgba(255,255,255,0.92) !important;
}

.mc-hero .mc-hero__search-input::placeholder {
    color: rgba(255,255,255,0.42) !important;
}

.mc-hero .mc-hero__search .mc-btn {
    width: auto;
    min-width: 140px;
    height: 50px;
    padding: 0 1.5rem !important;
    border-radius: 999px !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mc-hero .mc-hero__search .mc-btn-primary {
    box-shadow: none !important;
}

.mc-hero .mc-hero__search .mc-btn-primary:hover {
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.18) !important;
}

@media (max-width: 767.98px) {
    .mc-hero .mc-hero__search {
        flex-direction: column;
        border-radius: 20px;
        padding: 0.6rem;
    }

    .mc-hero .mc-hero__search-input {
        min-height: 48px;
        width: 100%;
    }

    .mc-hero .mc-hero__search .mc-btn {
        width: 100%;
        min-width: 100%;
        height: 48px;
    }
}

.mc-site-header {
    padding: 10px 0 0;
    background: transparent;
}

.mc-navbar {
    min-height: 72px;
    padding: 0 18px;
    border-radius: 24px;
    background: rgba(9, 31, 55, 0.88);
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 10px 24px rgba(9, 31, 55, 0.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mc-navbar-brand {
    margin-right: 1.25rem;
}

.mc-navbar-logo {
    height: 40px;
}

.mc-navbar-nav {
    gap: 0.3rem;
}

.mc-nav-link {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.95rem !important;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255,255,255,0.72) !important;
}

.mc-nav-link:hover {
    background: rgba(255,255,255,0.08);
    color: #ffffff !important;
}

.mc-nav-link.is-active {
    background: rgba(106, 193, 198, 0.95);
    color: #0c223a !important;
    box-shadow: 0 8px 18px rgba(106, 193, 198, 0.20);
}

.mc-navbar-actions {
    gap: 0.55rem;
}

.mc-navbar-actions .mc-btn {
    min-height: 42px;
    padding: 0 1.15rem !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
}

.mc-navbar-actions .mc-btn-primary {
    box-shadow: 0 8px 18px rgba(21, 100, 234, 0.18) !important;
}

.mc-navbar-actions .mc-btn-ghost {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.82) !important;
}

.mc-navbar-actions .mc-btn-ghost:hover {
    background: rgba(255,255,255,0.08) !important;
    color: #ffffff !important;
}

.mc-navbar-user {
    color: rgba(255,255,255,0.64);
    font-size: 0.78rem;
}

.mc-navbar-utility-link {
    min-height: 40px;
    padding: 0 0.9rem;
    font-size: 0.76rem;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.mc-navbar-utility-link:hover {
    background: rgba(255,255,255,0.10);
    color: #ffffff;
}

.mc-navbar-toggler {
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(255,255,255,0.04);
    border-radius: 14px;
    padding: 0.45rem 0.65rem;
    box-shadow: none;
}

.mc-navbar-toggler .navbar-toggler-icon {
    filter: invert(1) brightness(1.8);
}

.mc-navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.mc-navbar-actions .mc-btn-ghost {
    height: 42px;
    padding: 0 1.4rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em;
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
    color: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: all 0.2s ease;
}

.mc-navbar-actions .mc-btn-ghost:hover {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(31, 111, 255, 0.25) !important;
    transform: translateY(-1px);
}

.pmc-logout-btn {
    height: 42px;
    padding: 0 1.3rem !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.65) !important;
    transition: all 0.2s ease;
}

.pmc-logout-btn:hover {
    background: rgba(255, 80, 80, 0.12) !important;
    border-color: rgba(255, 80, 80, 0.35) !important;
    color: #ffb3b3 !important;
    box-shadow: 0 8px 18px rgba(255, 80, 80, 0.12);
}

.pmc-navbar-user-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 0.4rem;
}

.mc-navbar-user {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.65);
    padding: 0 0.4rem;
}

.mc-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 12px 0 0;
    background: transparent;
}

.mc-site-header .container {
    max-width: 1320px;
}

.mc-navbar {
    min-height: 76px;
    padding: 0 18px;
    border-radius: 28px;
    background: rgba(16, 43, 72, 0.90);
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 10px 28px rgba(9, 31, 55, 0.10);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.mc-navbar-shell {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    column-gap: 1.25rem;
}

.mc-navbar-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
    padding: 0;
}

.mc-navbar-logo {
    display: block;
    height: 42px;
    width: auto;
    object-fit: contain;
}

.pmc-header-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    flex: 1 1 auto;
}

.mc-navbar-nav {
    flex: 1 1 auto;
    justify-content: center;
    gap: 0.35rem;
    min-width: 0;
}

.mc-nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1rem !important;
    border-radius: 999px;
    color: rgba(255,255,255,0.78) !important;
    font-size: 0.80rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.mc-nav-link:hover,
.mc-nav-link:focus {
    color: #ffffff !important;
    background: rgba(255,255,255,0.06);
}

.mc-nav-link.is-active {
    color: #10304c !important;
    background: linear-gradient(135deg, #74d2dc 0%, #69c8d9 100%);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 10px 24px rgba(105, 200, 217, 0.20), inset 0 1px 0 rgba(255,255,255,0.20);
}

.mc-navbar-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-left: auto;
    flex: 0 0 auto;
}

.pmc-navbar-user-zone {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-left: auto;
}

.pmc-navbar-user-group {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 4px 6px 4px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.mc-navbar-user {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0.35rem;
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.84rem;
    font-weight: 500;
    white-space: nowrap;
}

.mc-navbar-utility-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1rem;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(255,255,255,0.82);
    font-size: 0.82rem;
    font-weight: 600;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    white-space: nowrap;
    transition: all 0.2s ease;
}

.mc-navbar-utility-link:hover {
    background: rgba(255,255,255,0.10);
    color: #ffffff;
    text-decoration: none;
}

.mc-navbar-actions > .mc-btn-ghost {
    min-width: 112px;
    height: 42px;
    padding: 0 1.25rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.03em;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;
    color: rgba(255,255,255,0.86) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    white-space: nowrap;
}

.mc-navbar-actions > .mc-btn-ghost:hover,
.mc-navbar-actions > .mc-btn-ghost:focus {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border-color: transparent !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(31, 111, 255, 0.24) !important;
    transform: translateY(-1px);
}

.pmc-logout-btn {
    min-width: 112px;
    height: 42px;
    padding: 0 1.2rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    white-space: nowrap;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.84) !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

.pmc-logout-btn:hover,
.pmc-logout-btn:focus {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.18) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.mc-navbar-toggler {
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    box-shadow: none;
    display: none;
    align-items: center;
    justify-content: center;
}

.mc-navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(106, 193, 198, 0.14);
}

.mc-navbar-toggler .navbar-toggler-icon {
    background-image: none;
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
    position: relative;
    display: block;
}

.mc-navbar-toggler .navbar-toggler-icon::before,
.mc-navbar-toggler .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 2px;
    background: #ffffff;
    border-radius: 999px;
}

.mc-navbar-toggler .navbar-toggler-icon::before {
    top: -6px;
}

.mc-navbar-toggler .navbar-toggler-icon::after {
    top: 6px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse.pmc-header-collapse {
        display: flex !important;
    }

    .navbar-expand-lg .navbar-nav.mc-navbar-nav {
        flex-direction: row;
    }
}

@media (max-width: 991.98px) {
    .mc-site-header {
        padding-top: 10px;
    }

    .mc-navbar {
        min-height: auto;
        padding: 14px 14px;
        border-radius: 22px;
    }

    .mc-navbar-shell {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .mc-navbar-brand {
        flex: 0 0 auto;
    }

    .mc-navbar-logo {
        height: 38px;
    }

    .mc-navbar-toggler {
        display: inline-flex;
        margin-left: auto;
    }

    .pmc-header-collapse {
        width: 100%;
        display: none !important;
        margin-top: 0.95rem;
        padding: 0.8rem;
        border-radius: 22px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.06);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .pmc-header-collapse.show {
        display: block !important;
    }

    .mc-navbar-nav {
        display: grid;
        gap: 0.35rem;
        margin: 0 0 0.85rem 0 !important;
    }

    .mc-nav-link {
        justify-content: flex-start;
        min-height: 46px;
        padding: 0 1rem !important;
        border-radius: 16px;
        font-size: 0.82rem;
    }

    .mc-nav-link.is-active {
        box-shadow: 0 8px 20px rgba(105, 200, 217, 0.16);
    }

    .mc-navbar-actions {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .pmc-navbar-user-zone {
        display: grid;
        gap: 0.75rem;
        margin-left: 0;
    }

    .pmc-navbar-user-group {
        width: 100%;
        justify-content: space-between;
        padding: 6px;
        border-radius: 18px;
    }

    .mc-navbar-user {
        min-height: 38px;
        padding-left: 0.55rem;
    }

    .mc-navbar-utility-link,
    .pmc-logout-btn,
    .mc-navbar-actions > .mc-btn-ghost {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .mc-navbar-user {
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mc-nav-link {
        padding: 0 0.85rem !important;
        font-size: 0.76rem;
    }
}

@media (max-width: 991.98px) {
    .mc-navbar {
        padding: 14px 14px 12px;
        border-radius: 22px;
    }

    .mc-navbar-shell {
        align-items: center;
    }

    .mc-navbar-logo {
        height: 36px;
    }

    .mc-navbar-toggler {
        width: 52px;
        height: 52px;
        border-radius: 18px;
        border: 1px solid rgba(255,255,255,0.10);
        background: rgba(255,255,255,0.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
        transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    }

    .mc-navbar-toggler:hover,
    .mc-navbar-toggler:focus {
        background: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.16);
        transform: translateY(-1px);
    }

    .pmc-header-collapse {
        display: block !important;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px);
        margin-top: 0;
        padding: 0 0.85rem;
        border-radius: 20px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.05);
        transition: max-height 0.36s ease, opacity 0.24s ease, transform 0.24s ease, margin-top 0.24s ease, padding-top 0.24s ease, padding-bottom 0.24s ease;
    }

    .pmc-header-collapse.show {
        max-height: 540px;
        opacity: 1;
        transform: translateY(0);
        margin-top: 0.9rem;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .mc-navbar-nav {
        display: grid;
        gap: 0.35rem;
        margin: 0 !important;
    }

    .mc-nav-link {
        min-height: 50px;
        padding: 0 1rem !important;
        border-radius: 16px;
        justify-content: center;
        text-align: center;
        font-size: 0.84rem;
        letter-spacing: 0.08em;
    }

    .mc-nav-link.is-active {
        box-shadow: 0 8px 18px rgba(105, 200, 217, 0.14);
    }

    .mc-navbar-actions {
        width: 100%;
        margin-left: 0;
        display: block;
        margin-top: 0.8rem;
        padding-top: 0.8rem;
        border-top: 1px solid rgba(255,255,255,0.07);
    }

    .pmc-navbar-user-zone {
        display: grid;
        gap: 0.65rem;
    }

    .pmc-navbar-user-group {
        width: 100%;
        justify-content: space-between;
        padding: 6px;
        border-radius: 18px;
    }

    .mc-navbar-user {
        min-height: 38px;
        padding-left: 0.6rem;
        font-size: 0.82rem;
    }

    .mc-navbar-utility-link,
    .pmc-logout-btn,
    .mc-navbar-actions > .mc-btn-ghost {
        width: 100%;
        min-height: 48px;
        justify-content: center;
        border-radius: 16px !important;
    }
}

@media (max-width: 991.98px) {
    .mc-navbar-toggler[aria-expanded="true"] {
        background: rgba(255,255,255,0.09);
        border-color: rgba(255,255,255,0.18);
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .mc-navbar-toggler .navbar-toggler-icon,
.mc-navbar-toggler .navbar-toggler-icon::before,
.mc-navbar-toggler .navbar-toggler-icon::after {
        background: rgba(255,255,255,0.92);
        transition: all 0.22s ease;
    }
}

@media (max-width: 991.98px) {
    .pmc-header-collapse {
        display: block !important;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-10px) scale(0.985);
        margin-top: 0;
        padding: 0 0.85rem;
        border-radius: 20px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.05);
        pointer-events: none;
        visibility: hidden;
        transition: max-height 0.42s cubic-bezier(.22,.61,.36,1), opacity 0.28s ease, transform 0.32s ease, margin-top 0.28s ease, padding-top 0.28s ease, padding-bottom 0.28s ease, visibility 0s linear 0.32s;
    }

    .pmc-header-collapse.show,
    .pmc-header-collapse.pmc-collapse-entering,
    .pmc-header-collapse.pmc-collapse-open {
        max-height: 540px;
        opacity: 1;
        transform: translateY(0) scale(1);
        margin-top: 0.9rem;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
        pointer-events: auto;
        visibility: visible;
        transition: max-height 0.42s cubic-bezier(.22,.61,.36,1), opacity 0.28s ease, transform 0.32s ease, margin-top 0.28s ease, padding-top 0.28s ease, padding-bottom 0.28s ease, visibility 0s linear 0s;
    }

    .pmc-header-collapse.pmc-collapse-leaving {
        max-height: 0;
        opacity: 0;
        transform: translateY(-8px) scale(0.985);
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        pointer-events: none;
        visibility: visible;
    }
}

@media (max-width: 991.98px) {
    .mc-navbar-nav {
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        margin: 0 !important;
    }

    .mc-nav-link {
        justify-content: flex-start;
        text-align: left;
        padding: 0 1.1rem !important;
        min-height: 48px;
        font-size: 0.85rem;
        letter-spacing: 0.06em;
    }

    .mc-nav-link.is-active {
        background: linear-gradient(135deg, #74d2dc 0%, #69c8d9 100%);
        color: #10304c !important;
        box-shadow: 0 6px 14px rgba(105, 200, 217, 0.14);
    }

    .pmc-header-collapse {
        padding: 0.7rem 0.6rem !important;
        border-radius: 18px;
    }

    .pmc-header-collapse.show {
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }

    .mc-navbar-actions {
        margin-top: 0.6rem;
        padding-top: 0.6rem;
    }

    .mc-navbar-actions > .mc-btn-ghost {
        min-height: 46px;
        border-radius: 14px !important;
        font-size: 0.85rem !important;
    }

    .pmc-navbar-user-group {
        border-radius: 14px;
    }
}

.mc-navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
}

@media (max-width: 991.98px) {
    .mc-site-header {
        padding-top: 8px !important;
    }

    .mc-navbar {
        min-height: 0 !important;
        padding: 12px 12px 0 12px !important;
        border-radius: 20px !important;
    }

    .mc-navbar-shell {
        align-items: center !important;
    }

    .mc-navbar-brand {
        margin-right: 0 !important;
    }

    .mc-navbar-logo {
        height: 32px !important;
    }

    .mc-navbar-toggler {
        width: 46px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 991.98px) {
    .mc-site-header {
        padding-top: 8px !important;
    }

    .mc-navbar {
        min-height: 0 !important;
        padding: 10px 12px !important;
        border-radius: 20px !important;
    }

    .mc-navbar-shell {
        display: flex !important;
        flex-wrap: wrap;
        align-items: center !important;
        width: 100%;
    }

    .mc-navbar-brand {
        flex: 0 0 auto;
        margin-right: 0 !important;
    }

    .mc-navbar-logo {
        height: 32px !important;
    }

    .mc-navbar-toggler {
        width: 46px !important;
        height: 46px !important;
        margin-left: auto;
        padding: 0 !important;
        border-radius: 16px !important;
        border: 1px solid rgba(255,255,255,0.12) !important;
        background: rgba(255,255,255,0.05) !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: none !important;
        transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
    }

    .mc-navbar-toggler:hover,
    .mc-navbar-toggler:focus {
        background: rgba(255,255,255,0.08) !important;
        border-color: rgba(255,255,255,0.18) !important;
        transform: translateY(-1px);
    }

    .mc-navbar-toggler .navbar-toggler-icon {
        background-image: none !important;
        width: 18px;
        height: 2px;
        background: rgba(255,255,255,0.88);
        border-radius: 999px;
        position: relative;
        display: block;
        transition: all 0.22s ease;
    }

    .mc-navbar-toggler .navbar-toggler-icon::before,
    .mc-navbar-toggler .navbar-toggler-icon::after {
        content: "";
        position: absolute;
        left: 0;
        width: 18px;
        height: 2px;
        background: rgba(255,255,255,0.88);
        border-radius: 999px;
        transition: all 0.22s ease;
    }

    .mc-navbar-toggler .navbar-toggler-icon::before {
        top: -6px;
    }

    .mc-navbar-toggler .navbar-toggler-icon::after {
        top: 6px;
    }

    .mc-navbar-toggler[aria-expanded="true"] {
        background: rgba(255,255,255,0.09) !important;
        border-color: rgba(255,255,255,0.18) !important;
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        top: 0;
        transform: rotate(45deg);
    }

    .mc-navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .pmc-header-collapse.collapsing {
        height: auto !important;
        transition: none !important;
        overflow: hidden !important;
        display: block !important;
    }

    .pmc-header-collapse {
        display: block !important;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transform: translateY(-6px);
        margin-top: 0;
        padding: 0 0.6rem;
        border-radius: 18px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.05);
        pointer-events: none;
        visibility: hidden;
        transition: max-height 0.28s ease, opacity 0.18s ease, transform 0.18s ease, margin-top 0.18s ease, padding-top 0.18s ease, padding-bottom 0.18s ease, visibility 0s linear 0.18s;
    }

    .pmc-header-collapse.show,
    .pmc-header-collapse.pmc-collapse-open {
        max-height: 520px;
        opacity: 1;
        transform: translateY(0);
        margin-top: 0.7rem;
        padding-top: 0.65rem;
        padding-bottom: 0.65rem;
        pointer-events: auto;
        visibility: visible;
        transition: max-height 0.28s ease, opacity 0.18s ease, transform 0.18s ease, margin-top 0.18s ease, padding-top 0.18s ease, padding-bottom 0.18s ease, visibility 0s linear 0s;
    }

    .mc-navbar-nav {
        display: flex !important;
        flex-direction: column;
        gap: 0.35rem;
        margin: 0 !important;
    }

    .mc-nav-link {
        min-height: 46px;
        justify-content: flex-start !important;
        text-align: left;
        padding: 0 1rem !important;
        border-radius: 14px !important;
        font-size: 0.82rem !important;
        letter-spacing: 0.06em;
    }

    .mc-nav-link.is-active {
        box-shadow: 0 6px 14px rgba(105, 200, 217, 0.14);
    }

    .mc-navbar-actions {
        width: 100%;
        margin-left: 0 !important;
        display: block !important;
        margin-top: 0.6rem;
        padding-top: 0.6rem;
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    .pmc-navbar-user-zone {
        display: grid !important;
        gap: 0.6rem;
        margin-left: 0 !important;
    }

    .pmc-navbar-user-group {
        width: 100%;
        justify-content: space-between;
        padding: 6px;
        border-radius: 14px;
    }

    .mc-navbar-user {
        min-height: 36px;
        padding-left: 0.55rem;
        font-size: 0.8rem;
    }

    .mc-navbar-utility-link,
    .pmc-logout-btn,
    .mc-navbar-actions > .mc-btn-ghost {
        width: 100%;
        min-height: 46px;
        justify-content: center;
        border-radius: 14px !important;
    }
}

@media (max-width: 991.98px) {
    

    .mc-nav-link:not(.is-active) {
        color: rgba(255,255,255,0.84) !important;
    }

    .mc-nav-link:not(.is-active):hover,
    .mc-nav-link:not(.is-active):focus {
        background: rgba(255,255,255,0.05) !important;
        color: #ffffff !important;
    }

    .mc-navbar-actions {
        margin-top: 0.55rem !important;
        padding-top: 0.55rem !important;
        border-top: 1px solid rgba(255,255,255,0.05) !important;
    }

    .mc-navbar-utility-link,
    .pmc-logout-btn,
    .mc-navbar-actions > .mc-btn-ghost {
        min-height: 44px !important;
        font-size: 0.83rem !important;
        font-weight: 600 !important;
        letter-spacing: 0.01em;
    }

    .mc-navbar-actions > .mc-btn-ghost {
        background: rgba(255,255,255,0.04) !important;
        border: 1px solid rgba(255,255,255,0.10) !important;
        color: rgba(255,255,255,0.88) !important;
        box-shadow: none !important;
    }

    .mc-navbar-actions > .mc-btn-ghost:hover,
    .mc-navbar-actions > .mc-btn-ghost:focus {
        background: rgba(255,255,255,0.08) !important;
        border-color: rgba(255,255,255,0.16) !important;
        color: #ffffff !important;
        transform: none !important;
    }

    .mc-navbar-utility-link {
        background: rgba(255,255,255,0.035) !important;
        border: 1px solid rgba(255,255,255,0.08) !important;
        color: rgba(255,255,255,0.84) !important;
    }

    .mc-navbar-utility-link:hover,
    .mc-navbar-utility-link:focus {
        background: rgba(255,255,255,0.08) !important;
        color: #ffffff !important;
    }

    .pmc-navbar-user-group {
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(255,255,255,0.05) !important;
        gap: 0.35rem !important;
    }

    .mc-navbar-user {
        color: rgba(255,255,255,0.68) !important;
        font-size: 0.79rem !important;
    }

    .pmc-logout-btn {
        background: rgba(255,255,255,0.03) !important;
        border: 1px solid rgba(255,255,255,0.08) !important;
        color: rgba(255,255,255,0.82) !important;
    }

    .pmc-logout-btn:hover,
    .pmc-logout-btn:focus {
        background: rgba(255,255,255,0.07) !important;
        border-color: rgba(255,255,255,0.14) !important;
        color: #ffffff !important;
        box-shadow: none !important;
        transform: none !important;
    }
}

@media (max-width: 991.98px) {
    .pmc-header-collapse {
        background: rgba(255,255,255,0.025) !important;
        border: 1px solid rgba(255,255,255,0.045) !important;
    }

    .mc-nav-link {
        min-height: 44px !important;
    }
}

.mc-hero h1,
.mc-hero .mc-hero__title {
    font-size: clamp(2.6rem, 5.5vw, 3.8rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0.015em;
    font-weight: 300;
}

.mc-hero h1 span,
.mc-hero .mc-hero__title span {
    letter-spacing: 0.01em;
}

.mc-hero p,
.mc-hero .mc-hero__subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    letter-spacing: 0.01em;
}

.mc-hero {
    padding-top: 120px;
    padding-bottom: 100px;
}

@media (max-width: 991.98px) {
    .mc-hero {
        padding-top: 90px;
        padding-bottom: 70px;
    }
}

.mc-hero .mc-hero__badge {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.85);
    backdrop-filter: blur(6px);
}

.mc-hero .mc-btn {
    height: 50px;
    font-size: 0.95rem;
    font-weight: 500;
}

.mc-course-card {
    border-radius: 24px !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(249,252,255,0.98) 100%) !important;
    box-shadow: 0 16px 36px rgba(9, 31, 55, 0.08) !important;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.mc-course-card:hover {
    transform: translateY(-6px);
    border-color: rgba(21, 100, 234, 0.14) !important;
    box-shadow: 0 24px 46px rgba(9, 31, 55, 0.12) !important;
}

.mc-course-card__image-wrap,
.mc-course-card__header-image {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(21,100,234,0.10), rgba(14,241,121,0.06));
}

.mc-course-card__image,
.mc-course-card__header-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.mc-course-card:hover .mc-course-card__image,
.mc-course-card:hover .mc-course-card__header-image img {
    transform: scale(1.035);
}

.mc-course-card__badge {
    top: 16px;
    left: 16px;
    padding: 0.45rem 0.78rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(9, 31, 55, 0.06);
    color: #0b2540;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 10px 24px rgba(9, 31, 55, 0.10);
}

.mc-course-card__body {
    padding: 1.35rem 1.35rem 1.4rem;
}

.mc-course-card__title {
    margin: 0;
    font-size: 1.14rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0b2540;
    font-weight: 600;
}

.mc-course-card__desc {
    margin-top: 0.72rem;
    color: rgba(9, 31, 55, 0.66);
    font-size: 0.93rem;
    line-height: 1.72;
    min-height: 3.2rem;
}

.mc-course-card__meta {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.mc-course-card__meta-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(9, 31, 55, 0.84);
    font-size: 0.86rem;
    font-weight: 500;
}

.mc-course-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
}

.mc-course-card__price {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0b2540;
}

.mc-course-card .mc-btn,
.mc-course-card__footer .mc-btn {
    min-height: 42px;
    padding: 0 1rem !important;
    border-radius: 999px !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
}

.mc-course-card .mc-btn-ghost,
.mc-course-card__footer .mc-btn-ghost {
    background: #f8fbff !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #0b2540 !important;
    box-shadow: none !important;
}

.mc-course-card .mc-btn-ghost:hover,
.mc-course-card__footer .mc-btn-ghost:hover,
.mc-course-card .mc-btn-ghost:focus,
.mc-course-card__footer .mc-btn-ghost:focus {
    background: #eef5ff !important;
    border-color: rgba(21, 100, 234, 0.18) !important;
    color: #0b2540 !important;
    transform: translateY(-1px);
}

.mc-course-card__header-image--placeholder {
    background: linear-gradient(135deg, rgba(21,100,234,0.08), rgba(14,241,121,0.05)) !important;
    color: rgba(9, 31, 55, 0.40);
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .mc-course-card__image,
    .mc-course-card__header-image img,
    .mc-course-card__header-image {
        height: 220px;
    }

    .mc-course-card__body {
        padding: 1.15rem 1.1rem 1.2rem;
    }

    .mc-course-card__title {
        font-size: 1.04rem;
    }

    .mc-course-card__desc {
        min-height: auto;
    }

    .mc-course-card__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .mc-course-card__footer .mc-btn {
        width: 100%;
        justify-content: center;
    }
}

.mc-course-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.2rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
}

.mc-course-card__price {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0b2540;
}

.mc-course-card__footer .mc-btn {
    height: 40px;
    padding: 0 1.1rem !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border: none !important;
    background: #eef5ff !important;
    color: #1f6fff !important;
    box-shadow: 0 6px 16px rgba(31, 111, 255, 0.18);
    transition: all 0.2s ease;
}

.mc-course-card__footer .mc-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(31, 111, 255, 0.22);
}

.mc-course-card {
    position: relative;
    isolation: isolate;
}

.mc-course-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 18px 44px rgba(31, 111, 255, 0.10);
    transition: opacity 0.28s ease;
}

.mc-course-card:hover::after {
    opacity: 1;
}

.mc-course-card__image,
.mc-course-card__header-image img {
    transition: transform 0.45s ease, filter 0.35s ease;
}

.mc-course-card:hover .mc-course-card__image,
.mc-course-card:hover .mc-course-card__header-image img {
    transform: scale(1.04);
    filter: saturate(1.04);
}

.mc-course-card__badge {
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.mc-course-card:hover .mc-course-card__badge {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(9, 31, 55, 0.12);
}

.mc-course-card__title {
    transition: color 0.22s ease;
}

.mc-course-card:hover .mc-course-card__title {
    color: #11406a;
}

.mc-course-card__meta-item {
    transition: transform 0.2s ease, color 0.2s ease;
}

.mc-course-card:hover .mc-course-card__meta-item {
    color: #0b2540;
}

.mc-course-card__footer {
    transition: border-color 0.24s ease;
}

.mc-course-card:hover .mc-course-card__footer {
    border-top-color: rgba(21, 100, 234, 0.10);
}

.mc-course-card__price {
    transition: transform 0.22s ease, color 0.22s ease;
}

.mc-course-card:hover .mc-course-card__price {
    transform: translateY(-1px);
    color: #11406a;
}

.mc-course-card__footer .mc-btn {
    min-width: 108px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.mc-course-card__footer .mc-btn:hover,
.mc-course-card__footer .mc-btn:focus {
    transform: translateY(-1px);
}

@media (max-width: 767.98px) {
    .mc-course-card:hover {
        transform: translateY(-3px);
    }

    .mc-course-card:hover .mc-course-card__image,
    .mc-course-card:hover .mc-course-card__header-image img {
        transform: scale(1.025);
    }
}

.pmc-listing-hero .mc-hero__inner {
    max-width: 760px;
}

.pmc-listing-section {
    padding-top: 56px;
}

.pmc-filter-card {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-filter-card__body {
    padding: 1.6rem !important;
}

.pmc-result-count {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 0.9rem;
    border-radius: 999px;
    background: rgba(9, 31, 55, 0.04);
    border: 1px solid rgba(9, 31, 55, 0.06);
    font-weight: 600;
    color: rgba(9, 31, 55, 0.64) !important;
}

.pmc-filter-form .form-label {
    font-weight: 600;
    color: #0b2540;
    margin-bottom: 0.45rem;
}

.pmc-filter-field {
    min-height: 52px;
    border-radius: 16px !important;
    border-color: rgba(9, 31, 55, 0.12) !important;
    background: rgba(255,255,255,0.96) !important;
    box-shadow: none !important;
}

.pmc-filter-field:focus {
    border-color: rgba(21, 100, 234, 0.24) !important;
    box-shadow: 0 0 0 0.2rem rgba(21, 100, 234, 0.08) !important;
}

.pmc-course-list-card .mc-course-card__desc {
    min-height: 4.2rem;
}

.pmc-course-facts {
    line-height: 1.7;
    color: rgba(9, 31, 55, 0.66) !important;
}

.pmc-course-list-footer {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
}

.pmc-course-list-footer a.text-decoration-none {
    color: #155ee9;
    font-weight: 600;
}

.pmc-course-list-footer a.text-decoration-none:hover {
    color: #104fca;
}

.pmc-course-list-price {
    font-size: 1.08rem !important;
    letter-spacing: -0.02em;
    color: #0b2540;
}

.pmc-pagination-wrap nav,
.pmc-pagination-wrap .pagination {
    justify-content: center;
}

.pmc-pagination-wrap .pagination {
    gap: 0.4rem;
}

.pmc-pagination-wrap .page-link {
    min-width: 42px;
    height: 42px;
    border-radius: 999px !important;
    border: 1px solid rgba(9, 31, 55, 0.08);
    color: #0b2540;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.pmc-pagination-wrap .page-link:hover {
    background: #eef5ff;
    border-color: rgba(21, 100, 234, 0.18);
    color: #155ee9;
}

.pmc-pagination-wrap .page-item.active .page-link {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 10px 20px rgba(31, 111, 255, 0.18);
}

.pmc-empty-state {
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%) !important;
    box-shadow: 0 18px 38px rgba(9, 31, 55, 0.08) !important;
}

@media (max-width: 991.98px) {
    .pmc-filter-card__body {
        padding: 1.2rem !important;
    }

    .pmc-result-count {
        margin-top: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .pmc-listing-section {
        padding-top: 42px;
    }

    .pmc-filter-card {
        border-radius: 22px !important;
    }

    .pmc-filter-card__body {
        padding: 1rem !important;
    }

    .pmc-course-list-card .mc-course-card__desc {
        min-height: auto;
    }
}

.pmc-filter-card {
    border-radius: 26px !important;
}

.pmc-filter-card__body {
    padding: 1.35rem !important;
}

.pmc-filter-form .form-label {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.pmc-filter-field {
    min-height: 48px;
    border-radius: 14px !important;
}

.pmc-result-count {
    min-height: 38px;
    padding: 0 0.85rem;
    font-size: 0.85rem;
}

.pmc-course-list-card {
    border-radius: 24px !important;
}

.pmc-course-list-body {
    display: block !important;
    padding: 1.15rem 1.15rem 1.1rem !important;
}

.pmc-course-list-card .mc-course-card__desc {
    min-height: 0 !important;
    margin-bottom: 0.9rem;
    font-size: 0.9rem;
    line-height: 1.65;
}

.pmc-course-facts {
    margin-bottom: 0.9rem !important;
    font-size: 0.84rem;
    line-height: 1.55;
}

.pmc-course-facts .mb-1:last-child {
    margin-bottom: 0 !important;
}

.pmc-course-list-footer {
    margin-top: 0;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
}

.pmc-course-list-price {
    margin-bottom: 0.9rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.pmc-course-list-footer .mc-btn {
    min-height: 42px !important;
    height: 42px;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.pmc-course-list-card:hover {
    transform: translateY(-4px) !important;
}

@media (min-width: 1200px) {
    .pmc-course-list-card {
        height: 100%;
    }
}

@media (max-width: 767.98px) {
    .pmc-filter-card__body {
        padding: 1rem !important;
    }

    .pmc-course-list-card .mc-course-card__header-image,
    .pmc-course-list-card .mc-course-card__header-image img {
        height: 190px !important;
    }

    .pmc-course-list-body {
        padding: 1rem !important;
    }
}

.pmc-course-list-card {
    position: relative;
    border-radius: 24px !important;
}

.pmc-course-list-card .mc-course-card__header-image img,
.pmc-course-list-card .mc-course-card__image {
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.pmc-course-list-card:hover .mc-course-card__header-image img,
.pmc-course-list-card:hover .mc-course-card__image {
    transform: none !important;
    filter: none !important;
}

.pmc-course-list-body {
    padding: 1.1rem 1.1rem 1.05rem !important;
}

.pmc-course-list-card .mc-course-card__title {
    font-size: 1.02rem;
    line-height: 1.3;
    margin-bottom: 0.65rem;
}

.pmc-course-list-card .mc-course-card__desc {
    min-height: 4.4rem;
    margin-bottom: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.65;
}

.pmc-course-facts {
    margin-bottom: 0.95rem !important;
    font-size: 0.84rem;
    line-height: 1.55;
    color: rgba(9, 31, 55, 0.68) !important;
}

.pmc-course-list-footer {
    position: relative;
    margin-top: auto;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
}

.pmc-course-list-price {
    margin-bottom: 0.85rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0b2540;
}

.pmc-provider-link {
    position: relative;
    z-index: 2;
    color: #155ee9;
    font-weight: 600;
}

.pmc-course-list-footer .mc-btn {
    position: relative;
    z-index: 2;
    min-height: 42px !important;
    height: 42px;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.pmc-course-list-card .mc-course-card__badge {
    padding: 0.4rem 0.68rem;
    font-size: 0.68rem;
}

.pmc-course-list-card .badge {
    font-size: 0.68rem;
    padding: 0.42em 0.62em;
}

@media (max-width: 767.98px) {
    .pmc-course-list-card .mc-course-card__header-image,
    .pmc-course-list-card .mc-course-card__header-image img {
        height: 190px !important;
    }

    .pmc-course-list-body {
        padding: 1rem !important;
    }

    .pmc-course-list-card .mc-course-card__desc {
        min-height: 0;
    }
}

.pmc-course-content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.pmc-course-list-card .mc-course-card__desc {
    min-height: 3.8rem;
}

.pmc-course-facts {
    min-height: 95px;
}

.pmc-course-list-footer {
    margin-top: auto;
}

.pmc-course-list-price {
    margin-bottom: 0.6rem !important;
}

.pmc-course-list-footer .mc-btn {
    height: 40px !important;
}

@media (max-width: 767.98px) {
    .pmc-course-facts {
        min-height: auto;
    }

    .pmc-course-list-card .mc-course-card__desc {
        min-height: auto;
    }
}

.pmc-course-list-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    height: 100%;
}

.pmc-course-list-card::after {
    display: none !important;
}

.pmc-course-list-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 18px 34px rgba(9, 31, 55, 0.10) !important;
}

.pmc-course-list-card .mc-course-card__header-image,
.pmc-course-list-card .mc-course-card__header-image img {
    height: 170px !important;
}

.pmc-course-list-card .mc-course-card__header-image img,
.pmc-course-list-card .mc-course-card__image,
.pmc-course-list-card:hover .mc-course-card__header-image img,
.pmc-course-list-card:hover .mc-course-card__image {
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.pmc-course-list-body {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding: 1.1rem 1.1rem 1.05rem !important;
}

.pmc-course-top {
    min-height: 210px;
}

.pmc-course-list-card .mc-course-card__desc {
    min-height: 72px;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.65;
}

.pmc-course-facts {
    min-height: 110px;
    margin-top: 0.85rem;
    margin-bottom: 0.9rem !important;
    font-size: 0.84rem;
    line-height: 1.55;
    color: rgba(9, 31, 55, 0.68) !important;
}

.pmc-course-facts strong {
    color: #0b2540;
    font-weight: 600;
}

.pmc-course-list-footer {
    position: relative;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(9, 31, 55, 0.06);
    z-index: 2;
}

.pmc-course-list-footer .small {
    font-size: 0.82rem;
}

.pmc-course-list-price {
    margin-bottom: 0.7rem !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #0b2540;
}

.pmc-provider-link {
    position: relative;
    z-index: 3;
    color: #155ee9;
    font-weight: 600;
}

.pmc-provider-link:hover {
    color: #104fca;
}

.pmc-card-stretched-link {
    z-index: 1;
    border-radius: 24px;
}

.pmc-course-cta {
    position: relative;
    z-index: 3;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
}

@media (max-width: 767.98px) {
    .pmc-course-top,
    .pmc-course-facts,
    .pmc-course-list-card .mc-course-card__desc {
        min-height: 0 !important;
    }

    .pmc-course-list-card .mc-course-card__header-image,
    .pmc-course-list-card .mc-course-card__header-image img {
        height: 190px !important;
    }

    .pmc-course-list-body {
        padding: 1rem !important;
    }

    .pmc-course-cta {
        height: 40px !important;
        min-height: 40px !important;
    }
}

.pmc-listing-section .mc-section__title,
.pmc-filter-card .mc-section__title {
    font-size: clamp(2.2rem, 3vw, 3.2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    font-weight: 600 !important;
    color: #102b47 !important;
}

.pmc-listing-section .mc-section__text,
.pmc-filter-card .mc-section__text {
    color: rgba(16, 43, 71, 0.62) !important;
    font-size: 0.98rem !important;
    line-height: 1.7 !important;
}

.pmc-filter-card,
.pmc-filter-card:hover,
.pmc-filter-card:focus-within {
    transform: none !important;
    box-shadow: 0 14px 30px rgba(9, 31, 55, 0.06) !important;
    border-color: rgba(9, 31, 55, 0.08) !important;
}

.pmc-filter-card::after,
.pmc-filter-card:hover::after {
    display: none !important;
    opacity: 0 !important;
}

.pmc-filter-card .mc-btn,
.pmc-filter-form .mc-btn {
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.pmc-filter-card .mc-btn-primary,
.pmc-filter-form .mc-btn-primary,
.pmc-filter-card .mc-btn-ghost,
.pmc-filter-form .mc-btn-ghost {
    background: #ffffff !important;
    color: #16304c !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

.pmc-filter-card .mc-btn-primary:hover,
.pmc-filter-form .mc-btn-primary:hover,
.pmc-filter-card .mc-btn-primary:focus,
.pmc-filter-form .mc-btn-primary:focus,
.pmc-filter-card .mc-btn-ghost:hover,
.pmc-filter-form .mc-btn-ghost:hover,
.pmc-filter-card .mc-btn-ghost:focus,
.pmc-filter-form .mc-btn-ghost:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    box-shadow: none !important;
    transform: none !important;
}

.pmc-result-count {
    background: rgba(255,255,255,0.72) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    color: rgba(16, 43, 71, 0.66) !important;
}

@media (max-width: 767.98px) {
    .pmc-listing-section .mc-section__title,
    .pmc-filter-card .mc-section__title {
        font-size: clamp(1.9rem, 8vw, 2.6rem) !important;
    }

    .pmc-filter-card .mc-btn,
    .pmc-filter-form .mc-btn {
        height: 44px !important;
        min-height: 44px !important;
    }
}

.pmc-filter-card .mc-section__label,
.pmc-listing-section .mc-section__label {
    font-size: 0.72rem !important;
    letter-spacing: 0.14em !important;
    font-weight: 600 !important;
    color: #2f6df6 !important;
    margin-bottom: 0.55rem !important;
}

.pmc-filter-card .mc-section__title,
.pmc-listing-section .mc-section__title {
    font-size: clamp(1.9rem, 2.4vw, 2.5rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
    font-weight: 500 !important;
    color: #0f2742 !important;
    margin-bottom: 0.55rem !important;
}

.pmc-filter-card .mc-section__text,
.pmc-listing-section .mc-section__text {
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    color: rgba(15, 39, 66, 0.58) !important;
    margin-bottom: 1.25rem !important;
}

.pmc-filter-card__body {
    padding: 1.4rem 1.6rem 1.3rem !important;
}

.pmc-listing-section {
    margin-top: 2.2rem !important;
}

.pmc-listing-section .mc-section__header {
    margin-bottom: 1.6rem !important;
}

.pmc-listing-section .mc-section__link {
    font-size: 0.9rem;
    font-weight: 500;
    color: #0f2742;
    opacity: 0.7;
}

.pmc-listing-section .mc-section__link:hover {
    opacity: 1;
}

.pmc-auth-wrap {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    margin-inline: auto;
}

.pmc-auth-page {
    padding: 34px 0 72px !important;
}

.pmc-auth-card {
    border-radius: 30px !important;
    overflow: hidden;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 22px 48px rgba(9, 31, 55, 0.10) !important;
}

.pmc-auth-card__body {
    padding: 2.35rem 2.3rem !important;
}

.pmc-auth-header {
    margin-bottom: 1.35rem;
}

.pmc-auth-header .mc-auth-title {
    font-size: clamp(2rem, 2.4vw, 2.8rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
    color: #102b47 !important;
}

.pmc-auth-header .mc-auth-text {
    font-size: 0.98rem !important;
    line-height: 1.72 !important;
    color: rgba(16, 43, 71, 0.62) !important;
    max-width: 580px;
}

.pmc-auth-form .form-label {
    font-weight: 600;
    color: #102b47;
    margin-bottom: 0.45rem;
}

.pmc-auth-field {
    min-height: 54px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(9, 31, 55, 0.12) !important;
    background: rgba(255,255,255,0.96) !important;
    box-shadow: none !important;
    padding-inline: 1rem !important;
    font-size: 0.96rem !important;
}

.pmc-auth-field:focus {
    border-color: rgba(21, 100, 234, 0.22) !important;
    box-shadow: 0 0 0 0.2rem rgba(21, 100, 234, 0.08) !important;
}

.pmc-auth-submit {
    min-height: 52px !important;
    height: 52px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
}

.pmc-auth-meta {
    margin-top: 1.15rem;
    font-size: 0.92rem;
}

.pmc-auth-side {
    padding: 2.4rem !important;
    background: radial-gradient(circle at 20% 18%, rgba(14,241,121,0.10) 0%, rgba(14,241,121,0) 28%), radial-gradient(circle at 82% 10%, rgba(21,100,234,0.18) 0%, rgba(21,100,234,0) 32%), linear-gradient(135deg, #091f37 0%, #10304c 100%) !important;
}

.pmc-auth-side .mc-auth-side__title {
    font-size: clamp(2rem, 2.3vw, 2.8rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
}

.pmc-auth-side .mc-auth-side__text {
    max-width: 440px;
    color: rgba(255,255,255,0.76) !important;
}

@media (max-width: 991.98px) {
    .pmc-auth-page {
        padding: 22px 0 56px !important;
    }

    .pmc-auth-wrap {
        width: min(100%, 1320px) !important;
    }

    .pmc-auth-card__body,
    .pmc-auth-side {
        padding: 1.6rem !important;
    }

    .pmc-auth-card {
        border-radius: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-auth-header .mc-auth-title,
    .pmc-auth-side .mc-auth-side__title {
        font-size: clamp(1.8rem, 8vw, 2.35rem) !important;
    }

    .pmc-auth-card__body,
    .pmc-auth-side {
        padding: 1.25rem !important;
    }
}

.pmc-auth-subcard {
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    box-shadow: none !important;
}

.pmc-auth-subcard .card-body {
    padding: 1rem !important;
}

.pmc-auth-form .form-check-input {
    border-color: rgba(9, 31, 55, 0.18);
}

.pmc-auth-form .form-check-input:checked {
    background-color: #1564ea;
    border-color: #1564ea;
}

.pmc-auth-form .form-check-label {
    color: rgba(16, 43, 71, 0.76);
    line-height: 1.55;
}

.pmc-auth-form .form-check-label a {
    color: #155ee9;
    font-weight: 600;
    text-decoration: none;
}

.pmc-auth-form .form-check-label a:hover {
    color: #104fca;
}

.pmc-auth-form .form-text {
    color: rgba(16, 43, 71, 0.56) !important;
    font-size: 0.84rem;
}

.pmc-auth-side .mc-provider-auth-side__note {
    margin-top: auto;
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.82);
}

@media (max-width: 991.98px) {
    .pmc-auth-subcard {
        border-radius: 16px !important;
    }
}

.pmc-auth-card .mc-auth-badge {
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    font-weight: 600;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(21, 100, 234, 0.08);
    color: #1564ea;
    display: inline-block;
    margin-bottom: 0.6rem;
}

.pmc-auth-card .mc-auth-badge:contains("Fehler") {
    background: rgba(255, 90, 90, 0.08);
    color: #d64545;
}

.pmc-auth-card .mc-auth-title {
    font-size: clamp(1.9rem, 2.3vw, 2.6rem) !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em !important;
    margin-bottom: 0.55rem !important;
}

.pmc-auth-card .mc-auth-text {
    font-size: 0.96rem;
    line-height: 1.7;
    color: rgba(16, 43, 71, 0.62);
}

.pmc-auth-card .ui-flash {
    border-radius: 16px;
    padding: 0.85rem 1rem;
}

.pmc-auth-card .text-muted.small {
    font-size: 0.82rem;
    opacity: 0.7;
}

.pmc-auth-side {
    padding: 2.4rem !important;
}

.pmc-auth-card .ui-flash-success {
    box-shadow: 0 10px 24px rgba(40, 190, 120, 0.12);
}

.pmc-auth-card .ui-flash-warning {
    box-shadow: 0 10px 24px rgba(255, 170, 60, 0.12);
}

@media (max-width: 767.98px) {
    .pmc-auth-card .mc-auth-title {
        font-size: clamp(1.7rem, 8vw, 2.2rem) !important;
    }

    .pmc-auth-side {
        padding: 1.4rem !important;
    }
}

.pmc-course-detail-card,
.pmc-course-side-card {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-course-side-btn-ghost {
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

@media (max-width: 991.98px) {
    .pmc-course-detail-image,
    .pmc-course-detail-image img {
        height: 260px !important;
    }

    .pmc-course-detail-body,
    .pmc-course-side-card__body {
        padding: 1.2rem !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-course-detail-section {
        padding-top: 40px;
    }

    .pmc-course-detail-image,
    .pmc-course-detail-image img {
        height: 220px !important;
    }

    .pmc-course-detail-card,
    .pmc-course-side-card {
        border-radius: 22px !important;
    }

    .pmc-course-detail-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
    }

    .pmc-course-detail-subtitle {
        font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    }
}

.pmc-provider-detail-section {
    padding-top: 54px;
}

.pmc-provider-main-card,
.pmc-provider-side-card,
.pmc-provider-address-card,
.pmc-provider-empty-state {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-provider-main-card:hover,
.pmc-provider-side-card:hover,
.pmc-provider-address-card:hover,
.pmc-provider-empty-state:hover {
    transform: none !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-provider-main-card::after,
.pmc-provider-side-card::after,
.pmc-provider-address-card::after,
.pmc-provider-empty-state::after {
    display: none !important;
}

.pmc-provider-main-card__body,
.pmc-provider-side-card__body {
    padding: 1.5rem !important;
}

.pmc-provider-avatar {
    background: linear-gradient(135deg, rgba(21,100,234,0.08), rgba(14,241,121,0.08)) !important;
    border-color: rgba(9, 31, 55, 0.08) !important;
}

.pmc-provider-main-title,
.pmc-provider-address-title,
.pmc-provider-courses-title {
    font-size: clamp(1.9rem, 2.6vw, 2.8rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
    color: #102b47 !important;
}

.pmc-provider-lead {
    color: rgba(16, 43, 71, 0.62) !important;
}

.pmc-provider-description {
    line-height: 1.85;
    color: rgba(16, 43, 71, 0.66) !important;
}

.pmc-provider-side-title {
    color: #102b47 !important;
    font-weight: 600 !important;
}

.pmc-provider-contact-row .small.text-muted {
    color: rgba(16, 43, 71, 0.56) !important;
}

.pmc-provider-contact-icon {
    background: linear-gradient(135deg, rgba(21,100,234,0.08), rgba(14,241,121,0.08)) !important;
    border-color: rgba(9, 31, 55, 0.08) !important;
}

.pmc-provider-social-btn {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

.pmc-provider-social-btn:hover,
.pmc-provider-social-btn:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    transform: none !important;
}

.pmc-provider-address-box {
    background: rgba(255,255,255,0.78) !important;
    border-color: rgba(9, 31, 55, 0.08) !important;
}

.pmc-provider-address-text {
    line-height: 1.8;
    color: rgba(16, 43, 71, 0.66) !important;
}

.pmc-provider-course-card {
    border-radius: 24px !important;
}

.pmc-provider-course-card .mc-course-card__desc {
    min-height: 4.2rem;
}

.pmc-provider-course-price {
    color: #102b47 !important;
    letter-spacing: -0.03em;
}

.pmc-provider-course-btn {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

.pmc-provider-course-btn:hover,
.pmc-provider-course-btn:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    transform: none !important;
}

@media (max-width: 991.98px) {
    .pmc-provider-main-card__body,
    .pmc-provider-side-card__body {
        padding: 1.2rem !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-provider-detail-section {
        padding-top: 40px;
    }

    .pmc-provider-main-card,
    .pmc-provider-side-card,
    .pmc-provider-address-card,
    .pmc-provider-empty-state {
        border-radius: 22px !important;
    }

    .pmc-provider-main-title,
    .pmc-provider-address-title,
    .pmc-provider-courses-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
    }

    .pmc-provider-course-card .mc-course-card__desc {
        min-height: 0;
    }
}

html {
    overflow-y: scroll;
    scrollbar-gutter: stable;
}

.pmc-providers-section {
    padding-top: 54px;
}

.pmc-provider-list-card {
    border-radius: 24px !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 16px 34px rgba(9, 31, 55, 0.07) !important;
}

.pmc-provider-list-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 20px 40px rgba(9, 31, 55, 0.10) !important;
}

.pmc-provider-list-card::after {
    display: none !important;
}

.pmc-provider-list-body {
    padding: 1.25rem !important;
}

.pmc-provider-list-card .mc-course-card__title {
    font-size: 1.05rem;
    line-height: 1.35;
    margin-bottom: 0.6rem;
    color: #102b47;
}

.pmc-provider-list-card .mc-course-card__desc {
    font-size: 0.9rem;
    line-height: 1.65;
    color: rgba(16, 43, 71, 0.64);
    min-height: 70px;
}

.pmc-provider-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(21,100,234,0.08), rgba(14,241,121,0.08));
    border: 1px solid rgba(9, 31, 55, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmc-provider-list-meta {
    font-size: 0.82rem;
    color: rgba(16, 43, 71, 0.56);
}

.pmc-provider-list-btn {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

.pmc-provider-list-btn:hover,
.pmc-provider-list-btn:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    transform: none !important;
}

.pmc-providers-section .mc-section__title {
    font-size: clamp(2rem, 2.6vw, 2.8rem) !important;
    font-weight: 500 !important;
    letter-spacing: -0.035em !important;
}

.pmc-providers-section .mc-section__text {
    color: rgba(16, 43, 71, 0.6);
}

@media (max-width: 767.98px) {
    .pmc-provider-list-card {
        border-radius: 20px !important;
    }

    .pmc-provider-list-body {
        padding: 1rem !important;
    }

    .pmc-provider-list-card .mc-course-card__desc {
        min-height: 0;
    }
}

:root {
    --pmc-border-soft: rgba(9, 31, 55, 0.10);
    --pmc-border-medium: rgba(9, 31, 55, 0.14);
    --pmc-border-strong: rgba(9, 31, 55, 0.18);
    --pmc-surface-soft: rgba(255,255,255,0.98);
}

.mc-course-card,
.pmc-auth-card,
.pmc-provider-main-card,
.pmc-provider-side-card,
.pmc-provider-address-card,
.pmc-empty-state,
.pmc-filter-card,
.pmc-auth-subcard {
    border-color: var(--pmc-border-soft) !important;
}

.form-control:hover,
.form-select:hover,
.pmc-auth-field:hover,
.pmc-filter-field:hover {
    border-color: var(--pmc-border-strong) !important;
}

.form-control:focus,
.form-select:focus,
.pmc-auth-field:focus,
.pmc-filter-field:focus {
    border-color: rgba(21, 100, 234, 0.28) !important;
    box-shadow: 0 0 0 0.2rem rgba(21, 100, 234, 0.10) !important;
}

.mc-btn-ghost,
.pmc-provider-list-btn,
.pmc-provider-course-btn,
.pmc-course-side-btn-ghost {
    border-color: var(--pmc-border-medium) !important;
}

.pmc-course-list-footer,
.pmc-provider-list-footer,
.mc-course-card__footer {
    border-top-color: rgba(9, 31, 55, 0.08) !important;
}

.pmc-booking-page {
    padding-bottom: 76px !important;
}

.pmc-booking-card {
    border-radius: 30px !important;
}

.pmc-booking-card__body {
    padding: 2.2rem 2.25rem !important;
}

.pmc-booking-subcard {
    border-radius: 18px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,251,255,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.09) !important;
    box-shadow: none !important;
}

.pmc-booking-subcard .card-body {
    padding: 1rem !important;
}

.pmc-booking-summary-grid .text-muted,
.pmc-booking-form .text-muted {
    color: rgba(16, 43, 71, 0.56) !important;
}

.pmc-booking-textarea {
    min-height: 120px !important;
    resize: vertical;
    border-radius: 16px !important;
    padding-top: 0.9rem !important;
}

.pmc-booking-total-row {
    font-size: 1rem;
    color: #102b47;
}

.pmc-booking-total-row strong {
    letter-spacing: -0.02em;
}

.pmc-booking-back-btn {
    min-height: 52px !important;
    height: 52px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: none !important;
}

.pmc-booking-back-btn:hover,
.pmc-booking-back-btn:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    transform: none !important;
}

.pmc-booking-side .mc-auth-side__title {
    font-size: clamp(2rem, 2.3vw, 2.7rem) !important;
}

.pmc-booking-side .mc-provider-auth-side__note {
    margin-top: auto;
    border-radius: 18px;
    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.82);
}

#discount_hint.text-success {
    color: #198754 !important;
}

#discount_hint.text-danger {
    color: #d64545 !important;
}

@media (max-width: 991.98px) {
    .pmc-booking-card__body,
    .pmc-booking-side {
        padding: 1.6rem !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-booking-page {
        padding-bottom: 56px !important;
    }

    .pmc-booking-card__body,
    .pmc-booking-side {
        padding: 1.25rem !important;
    }

    .pmc-booking-back-btn,
    .pmc-auth-submit {
        width: 100%;
    }
}

.pmc-course-detail-section {
    padding-top: 54px;
}

.pmc-course-detail-card,
.pmc-course-side-card {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-course-detail-card:hover,
.pmc-course-side-card:hover {
    transform: none !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-course-detail-card::after,
.pmc-course-side-card::after {
    display: none !important;
}

.pmc-course-detail-image,
.pmc-course-detail-image img {
    height: 320px !important;
}

.pmc-course-detail-image img {
    object-fit: cover;
    transform: none !important;
    filter: none !important;
    transition: none !important;
}

.pmc-course-detail-body {
    padding: 1.5rem 1.5rem 1.6rem !important;
}

.pmc-course-detail-title {
    font-size: clamp(2rem, 2.8vw, 3rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
    color: #102b47 !important;
}

.pmc-course-detail-subtitle {
    font-size: clamp(1.6rem, 2vw, 2.15rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    font-weight: 500 !important;
    color: #102b47 !important;
}

.pmc-course-detail-facts .small.text-muted {
    color: rgba(16, 43, 71, 0.56) !important;
}

.pmc-course-detail-price,
.pmc-course-side-price {
    letter-spacing: -0.03em;
    color: #102b47 !important;
}

.pmc-course-description {
    line-height: 1.8;
    color: rgba(16, 43, 71, 0.66) !important;
}

.pmc-inline-link {
    color: #155ee9;
    font-weight: 600;
}

.pmc-inline-link:hover {
    color: #104fca;
}

.pmc-course-side-card__body {
    padding: 1.35rem !important;
}

.pmc-course-side-title {
    color: #102b47 !important;
    font-weight: 600 !important;
}

.pmc-course-side-btn,
.pmc-course-side-btn-ghost {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
}

.pmc-course-side-btn-ghost {
    background: #fff !important;
    color: #102b47 !important;
    border: 1px solid rgba(9, 31, 55, 0.12) !important;
    box-shadow: none !important;
}

.pmc-course-side-btn-ghost:hover,
.pmc-course-side-btn-ghost:focus {
    background: #f7fbff !important;
    color: #102b47 !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    transform: none !important;
}

@media (max-width: 991.98px) {
    .pmc-course-detail-image,
    .pmc-course-detail-image img {
        height: 260px !important;
    }

    .pmc-course-detail-body,
    .pmc-course-side-card__body {
        padding: 1.2rem !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-course-detail-section {
        padding-top: 40px;
    }

    .pmc-course-detail-image,
    .pmc-course-detail-image img {
        height: 220px !important;
    }

    .pmc-course-detail-card,
    .pmc-course-side-card {
        border-radius: 22px !important;
    }

    .pmc-course-detail-title {
        font-size: clamp(1.7rem, 7vw, 2.2rem) !important;
    }

    .pmc-course-detail-subtitle {
        font-size: clamp(1.35rem, 6vw, 1.8rem) !important;
    }
}

/* .pmc-customer-hero {
    padding: 36px 0 28px !important;
} */








.pmc-customer-subnav,
.mc-customer-subnav {
    margin-bottom: 1.35rem;
}

.mc-customer-subnav__inner {
    border-radius: 22px;
    border: 1px solid rgba(9, 31, 55, 0.10);
    background: rgba(255,255,255,0.9);
    box-shadow: 0 12px 28px rgba(9, 31, 55, 0.06);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.mc-customer-subnav__links {
    gap: 0.45rem;
    flex-wrap: wrap;
}

.mc-customer-subnav__link {
    min-height: 40px;
    padding: 0 0.95rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 43, 71, 0.72);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mc-customer-subnav__link:hover {
    background: rgba(9, 31, 55, 0.05);
    color: #102b47;
}

.mc-customer-subnav__link.is-active {
    background: linear-gradient(135deg, #74d2dc 0%, #69c8d9 100%);
    color: #10304c;
    box-shadow: 0 10px 20px rgba(105, 200, 217, 0.14);
}

.pmc-customer-dashboard-main {
    padding-top: 0 !important;
}

.pmc-customer-stat {
    min-height: 170px;
    border-radius: 24px !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 16px 34px rgba(9, 31, 55, 0.07) !important;
    padding: 1.35rem 1.35rem 1.2rem !important;
}

.pmc-customer-stat .mc-stat__value {
    font-size: clamp(2rem, 2.4vw, 3rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 600;
    color: #102b47;
}

.pmc-customer-stat .mc-stat__label {
    margin-top: 0.5rem;
    color: rgba(16, 43, 71, 0.58);
    font-size: 0.92rem;
}

.pmc-customer-panel {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-customer-panel:hover {
    transform: none !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-customer-panel__body {
    padding: 1.35rem !important;
}

.pmc-customer-panel__title {
    color: #102b47 !important;
    font-weight: 600 !important;
}

.pmc-dashboard-quick-card {
    min-height: 72px;
    border-radius: 18px;
    border: 1px solid rgba(9, 31, 55, 0.09);
    background: rgba(255,255,255,0.84);
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    transition: all 0.2s ease;
    box-shadow: none;
}

.pmc-dashboard-quick-card:hover {
    background: #f7fbff;
    border-color: rgba(21, 100, 234, 0.16);
    transform: translateY(-1px);
    text-decoration: none;
}

.pmc-dashboard-quick-card .text-muted {
    color: rgba(16, 43, 71, 0.56) !important;
}

.pmc-customer-dashboard-main .ui-flash {
    border-radius: 18px;
}

@media (max-width: 991.98px) {
    .mc-customer-subnav__inner {
        border-radius: 18px;
    }

    .pmc-customer-stat {
        min-height: 150px;
    }
}

@media (max-width: 767.98px) {
   

   
    .mc-customer-subnav__links {
        display: grid;
        gap: 0.45rem;
    }

    .mc-customer-subnav__spacer {
        display: none;
    }

    .mc-customer-subnav__link {
        width: 100%;
        justify-content: flex-start;
        border-radius: 14px;
        padding: 0.8rem 1rem;
    }

    .pmc-customer-panel,
    .pmc-customer-stat {
        border-radius: 22px !important;
    }

    .pmc-dashboard-quick-card {
        min-height: 64px;
        border-radius: 16px;
    }
}

.mc-course-card__badge,
.pmc-course-detail-card .mc-course-card__badge,
.pmc-course-list-card .mc-course-card__badge {
    background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(246,249,253,0.96) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.9) inset, 0 6px 14px rgba(9, 31, 55, 0.05);
}

.pmc-course-list-card .badge,
.pmc-course-detail-card .badge {
    border-radius: 999px !important;
    border: 1px solid transparent;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 12px rgba(9, 31, 55, 0.05);
}

.pmc-course-list-card .badge.text-bg-warning,
.pmc-course-detail-card .badge.text-bg-warning {
    background: linear-gradient(180deg, #fff4de 0%, #f7ead1 100%) !important;
    color: #9b5718 !important;
    border-color: rgba(155, 87, 24, 0.10) !important;
}

.pmc-course-list-card .badge.text-bg-success,
.pmc-course-detail-card .badge.text-bg-success {
    background: linear-gradient(180deg, #e7f7ec 0%, #ddf1e4 100%) !important;
    color: #1d7a46 !important;
    border-color: rgba(29, 122, 70, 0.10) !important;
}

.pmc-course-list-card .badge.text-bg-danger,
.pmc-course-detail-card .badge.text-bg-danger {
    background: linear-gradient(180deg, #fde9eb 0%, #f8dde1 100%) !important;
    color: #b42334 !important;
    border-color: rgba(180, 35, 52, 0.10) !important;
}

.pmc-course-list-card .badge.text-bg-secondary,
.pmc-course-detail-card .badge.text-bg-secondary {
    background: linear-gradient(180deg, #eef2f7 0%, #e7edf5 100%) !important;
    color: #4b6178 !important;
    border-color: rgba(75, 97, 120, 0.10) !important;
}

.pmc-course-list-card .mc-btn-ghost,
.pmc-course-list-card .pmc-provider-list-btn,
.pmc-course-list-card .pmc-provider-course-btn {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    color: #16304c !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 6px 14px rgba(9, 31, 55, 0.05) !important;
}

.pmc-course-list-card .mc-btn-ghost:hover,
.pmc-course-list-card .mc-btn-ghost:focus,
.pmc-course-list-card .pmc-provider-list-btn:hover,
.pmc-course-list-card .pmc-provider-list-btn:focus,
.pmc-course-list-card .pmc-provider-course-btn:hover,
.pmc-course-list-card .pmc-provider-course-btn:focus {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fc 100%) !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    color: #102b47 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 8px 16px rgba(9, 31, 55, 0.06) !important;
    transform: none !important;
}

.pmc-course-list-card .mc-btn[disabled],
.pmc-course-list-card .mc-btn.disabled,
.pmc-course-list-card .pmc-course-cta[aria-disabled="true"],
.pmc-course-list-card .pmc-course-cta.is-disabled,
.pmc-course-list-card .pmc-course-unavailable-btn,
.pmc-course-list-card .pmc-course-list-footer .btn.btn-outline-secondary,
.pmc-course-list-card .pmc-course-list-footer .btn.btn-secondary {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f4f8 100%) !important;
    color: #4e647a !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
    opacity: 1 !important;
}

.pmc-course-side-btn-ghost {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    color: #16304c !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 6px 14px rgba(9, 31, 55, 0.05) !important;
}

.pmc-course-side-btn-ghost:hover,
.pmc-course-side-btn-ghost:focus {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fc 100%) !important;
    border-color: rgba(21, 100, 234, 0.16) !important;
    color: #102b47 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 8px 16px rgba(9, 31, 55, 0.06) !important;
    transform: none !important;
}

.pmc-course-side-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(249,252,255,0.99) 100%) !important;
}

.pmc-course-side-card__body .small.text-muted {
    color: rgba(16, 43, 71, 0.58) !important;
}

.mc-course-card__header-image--placeholder {
    background: linear-gradient(135deg, rgba(238,243,248,0.95) 0%, rgba(243,248,250,0.95) 100%) !important;
    color: rgba(16, 43, 71, 0.40) !important;
    border-bottom: 1px solid rgba(9, 31, 55, 0.06);
}

@media (max-width: 767.98px) {
    .mc-course-card__badge,
    .pmc-course-list-card .badge,
    .pmc-course-detail-card .badge {
        box-shadow: 0 3px 8px rgba(9, 31, 55, 0.04);
    }
}






.mc-course-card__badge,
.badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px;
    padding: 0 12px !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
    border-radius: 999px !important;
}

.badge-sm {
    height: 26px;
    font-size: 0.72rem;
}

.pmc-page-title,
.course-title,
h1.pmc-course-title {
    font-size: clamp(2.2rem, 3vw, 3.2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
    font-weight: 500 !important;
    color: #102b47 !important;
}

.mc-course-card__badges {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}



.badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 30px;
    padding: 0 12px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    border-radius: 999px !important;
}

.badge.text-bg-light {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%) !important;
    border: 1px solid rgba(9,31,55,0.10) !important;
    color: #16304c !important;
}

.mc-course-card__body {
    display: flex;
    flex-direction: column;
}

.mc-course-card__body > .d-grid {
    margin-top: auto;
}

.mc-course-card .mc-btn-ghost {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9,31,55,0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 6px 14px rgba(9,31,55,0.05) !important;
}

.mc-course-card .mc-btn-ghost:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f2f7fc 100%) !important;
    border-color: rgba(21,100,234,0.16) !important;
    color: #102b47 !important;
}

.mc-course-card__body .small.text-muted {
    color: rgba(16,43,71,0.55) !important;
}

.mc-course-card__title {
    font-weight: 500 !important;
    letter-spacing: -0.02em;
}

.pmc-booking-actions,
.mc-course-card__body .d-grid.gap-2.position-relative {
    gap: 0.55rem !important;
}

.mc-course-card__body .d-grid .mc-btn,
.mc-course-card__body .d-grid .btn {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

.mc-course-card__body .d-grid .mc-btn-primary {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.mc-course-card__body .d-grid .mc-btn-primary:hover,
.mc-course-card__body .d-grid .mc-btn-primary:focus {
    transform: none !important;
    box-shadow: 0 10px 18px rgba(31, 111, 255, 0.18) !important;
}

.mc-course-card__body .d-grid .mc-btn-ghost {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.mc-course-card__body .d-grid .mc-btn-ghost:hover,
.mc-course-card__body .d-grid .mc-btn-ghost:focus {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
    border-color: rgba(21, 100, 234, 0.14) !important;
    color: #102b47 !important;
    transform: none !important;
}

.mc-course-card__body .d-grid .mc-btn.disabled,
.mc-course-card__body .d-grid .mc-btn[disabled],
.mc-course-card__body .d-grid .btn.disabled,
.mc-course-card__body .d-grid .btn[disabled],
.mc-course-card__body .d-grid span.mc-btn,
.mc-course-card__body .d-grid span.btn {
    background: linear-gradient(180deg, #f8fafc 0%, #f2f5f8 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    color: rgba(16, 43, 71, 0.56) !important;
    opacity: 1 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 3px 8px rgba(9, 31, 55, 0.03) !important;
}

.mc-course-card__body .text-end.mt-2 {
    margin-top: 0.45rem !important;
}

.mc-course-card__body .text-end.mt-2 a {
    font-size: 0.83rem;
    font-weight: 500;
    color: #1564ea;
    opacity: 0.9;
}

.mc-course-card__body .text-end.mt-2 a:hover {
    opacity: 1;
    color: #104fca;
}

.mc-course-card__body .text-warning.small,
.mc-course-card__body .small.text-warning {
    color: #c98a12 !important;
    font-weight: 500;
}

.mc-course-card__body .fw-bold.fs-4 {
    letter-spacing: -0.03em;
}

.mc-course-card__body .badge + .badge {
    margin-left: 0.15rem;
}

@media (max-width: 767.98px) {
    .mc-course-card__body .d-grid .mc-btn,
    .mc-course-card__body .d-grid .btn {
        min-height: 42px !important;
        height: 42px !important;
        font-size: 0.84rem !important;
    }
}

.pmc-customer-bookings-main {
    padding-top: 0 !important;
}

.pmc-customer-bookings-head {
    margin-bottom: 0.2rem;
}

.pmc-customer-bookings-filters .mc-btn {
    min-height: 42px !important;
    padding: 0 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.pmc-customer-booking-card {
    border-radius: 26px !important;
    border-width: 1px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 16px 36px rgba(9, 31, 55, 0.07) !important;
}

.pmc-customer-booking-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 20px 40px rgba(9, 31, 55, 0.10) !important;
}

.pmc-customer-booking-card::after {
    display: none !important;
}

.pmc-customer-booking-card__body {
    min-height: 100%;
    padding: 1.35rem !important;
}

.pmc-customer-booking-top .mc-course-card__title {
    font-size: 1.04rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 500 !important;
    color: #102b47;
}

.pmc-customer-booking-top .small.text-muted,
.pmc-customer-booking-card__body .small.text-muted {
    color: rgba(16, 43, 71, 0.58) !important;
    line-height: 1.5;
}

.pmc-booking-price {
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #102b47;
    margin-bottom: 0;
}

.pmc-booking-status {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.pmc-booking-actions {
    margin-top: auto !important;
    gap: 0.55rem !important;
}

.pmc-booking-actions .mc-btn,
.pmc-booking-actions .btn {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

.pmc-booking-actions .mc-btn-primary {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.pmc-booking-actions .mc-btn-primary:hover,
.pmc-booking-actions .mc-btn-primary:focus {
    transform: none !important;
    box-shadow: 0 10px 18px rgba(31, 111, 255, 0.18) !important;
}

.pmc-booking-actions .mc-btn-ghost {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.pmc-booking-actions .mc-btn-ghost:hover,
.pmc-booking-actions .mc-btn-ghost:focus {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%) !important;
    border-color: rgba(21, 100, 234, 0.14) !important;
    color: #102b47 !important;
    transform: none !important;
}

.pmc-booking-actions .mc-btn.disabled,
.pmc-booking-actions .mc-btn[disabled],
.pmc-booking-actions .btn.disabled,
.pmc-booking-actions .btn[disabled],
.pmc-booking-actions span.mc-btn,
.pmc-booking-actions span.btn {
    background: linear-gradient(180deg, #f8fafc 0%, #f2f5f8 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    color: rgba(16, 43, 71, 0.56) !important;
    opacity: 1 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 3px 8px rgba(9, 31, 55, 0.03) !important;
}

.pmc-customer-booking-card__body .text-warning.small,
.pmc-customer-booking-card__body .small.text-warning {
    color: #c98a12 !important;
    font-weight: 500;
}

.pmc-customer-booking-card .text-end a {
    font-size: 0.83rem;
    font-weight: 500;
    color: #1564ea;
    opacity: 0.92;
}

.pmc-customer-booking-card .text-end a:hover {
    opacity: 1;
    color: #104fca;
}

.pmc-customer-booking-empty {
    border-radius: 26px !important;
}

.border-success {
    border-color: rgba(29, 122, 70, 0.24) !important;
}

.border-warning {
    border-color: rgba(180, 120, 20, 0.24) !important;
}

.border-light {
    border-color: rgba(9, 31, 55, 0.08) !important;
}

@media (max-width: 767.98px) {
    .pmc-customer-booking-card,
    .pmc-customer-booking-empty {
        border-radius: 22px !important;
    }

    .pmc-customer-booking-card__body {
        padding: 1.1rem !important;
    }

    .pmc-booking-actions .mc-btn,
    .pmc-booking-actions .btn {
        min-height: 42px !important;
        height: 42px !important;
        font-size: 0.84rem !important;
    }
}

@media (max-width: 767.98px) {
    .pmc-customer-booking-card__body .small.text-warning {
        margin-top: 0.75rem !important;
        margin-bottom: 0.75rem !important;
    }

    .pmc-booking-actions {
        margin-top: 0.75rem !important;
    }

    .pmc-booking-actions .mc-btn-primary {
        margin-top: 0.25rem;
    }
}

.pmc-course-list-footer .pmc-course-unavailable-btn,
.pmc-course-list-footer .mc-btn[disabled],
.pmc-course-list-footer .mc-btn.disabled,
.pmc-course-list-footer .btn[disabled],
.pmc-course-list-footer .btn.disabled,
.pmc-course-list-footer span.mc-btn,
.pmc-course-list-footer span.btn {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    background: linear-gradient(180deg, #f8fafc 0%, #f2f5f8 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.09) !important;
    color: rgba(16, 43, 71, 0.58) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 3px 8px rgba(9, 31, 55, 0.03) !important;
    opacity: 1 !important;
    cursor: default !important;
    pointer-events: none;
}

.pmc-course-list-footer .pmc-course-unavailable-btn,
.pmc-course-list-footer .mc-btn,
.pmc-course-list-footer .btn {
    width: 100%;
}

@media (max-width: 767.98px) {
    .pmc-course-list-footer .pmc-course-unavailable-btn,
    .pmc-course-list-footer .mc-btn[disabled],
    .pmc-course-list-footer .mc-btn.disabled,
    .pmc-course-list-footer .btn[disabled],
    .pmc-course-list-footer .btn.disabled,
    .pmc-course-list-footer span.mc-btn,
    .pmc-course-list-footer span.btn {
        min-height: 42px !important;
        height: 42px !important;
        font-size: 0.84rem !important;
    }
}

.pmc-booking-detail-actions {
    gap: 0.7rem !important;
    align-items: stretch;
}

.pmc-booking-detail-actions .mc-btn,
.pmc-booking-detail-actions .btn {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 1.05rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    border-radius: 999px !important;
    white-space: nowrap;
}

.pmc-booking-detail-actions .mc-btn-primary:first-child {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: none !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.pmc-booking-detail-actions .mc-btn-primary:not(:first-child) {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.pmc-booking-detail-actions .mc-btn-ghost {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.pmc-booking-detail-actions .mc-btn-primary:hover,
.pmc-booking-detail-actions .mc-btn-primary:focus,
.pmc-booking-detail-actions .mc-btn-ghost:hover,
.pmc-booking-detail-actions .mc-btn-ghost:focus {
    transform: none !important;
}

@media (max-width: 991.98px) {
    .pmc-booking-detail-actions .mc-btn,
    .pmc-booking-detail-actions .btn {
        flex: 1 1 100%;
        width: 100%;
    }
}

.mc-section__title,
.pmc-course-detail-title,
.pmc-course-detail-subtitle,
.pmc-provider-main-title,
.pmc-provider-address-title,
.pmc-provider-courses-title,
.mc-auth-title {
    letter-spacing: -0.032em !important;
}

.mc-section__title,
.pmc-provider-main-title,
.pmc-provider-address-title,
.pmc-provider-courses-title {
    font-size: clamp(1.75rem, 2.2vw, 2.45rem) !important;
    font-weight: 500 !important;
}

.pmc-course-detail-title {
    font-size: clamp(1.85rem, 2.5vw, 2.65rem) !important;
    font-weight: 500 !important;
}

.pmc-course-detail-subtitle {
    font-size: clamp(1.45rem, 1.8vw, 1.95rem) !important;
    font-weight: 500 !important;
}



h5,
.h5,
h4,
.h4 {
    letter-spacing: -0.02em;
}

.pmc-payment-card,
.pmc-payment-side-card {
    border-radius: 28px !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.985) 0%, rgba(248,251,255,0.985) 100%) !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-payment-card:hover,
.pmc-payment-side-card:hover {
    transform: none !important;
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08) !important;
}

.pmc-payment-card::after,
.pmc-payment-side-card::after {
    display: none !important;
}

.pmc-payment-card .mc-course-card__body,
.pmc-payment-side-card .mc-course-card__body {
    padding: 1.5rem !important;
}

.pmc-payment-box {
    border-radius: 24px !important;
    background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.08) !important;
    box-shadow: none !important;
}

.pmc-payment-box:hover {
    transform: none !important;
    box-shadow: none !important;
}

.pmc-payment-box::after {
    display: none !important;
}

.pmc-payment-box .mc-course-card__body {
    padding: 1.35rem !important;
}

.pmc-payment-card h2,
.pmc-payment-card h5,
.pmc-payment-box h5,
.pmc-payment-side-card h5 {
    color: #102b47 !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
}

.pmc-payment-card .text-muted,
.pmc-payment-box .text-muted,
.pmc-payment-side-card .text-muted {
    color: rgba(16, 43, 71, 0.60) !important;
}

.pmc-payment-actions {
    gap: 0.7rem !important;
}

.pmc-payment-actions .mc-btn,
.pmc-payment-actions .btn {
    min-height: 42px !important;
    height: 42px !important;
    padding: 0 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
}

.pmc-payment-actions .mc-btn-primary {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: none !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.pmc-payment-actions .mc-btn-primary:hover,
.pmc-payment-actions .mc-btn-primary:focus {
    transform: none !important;
}

.pmc-payment-actions .mc-btn-ghost,
.pmc-payment-actions span.mc-btn {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.pmc-payment-actions .mc-btn-ghost:hover,
.pmc-payment-actions .mc-btn-ghost:focus {
    transform: none !important;
}

@media (max-width: 767.98px) {
    .pmc-payment-card,
    .pmc-payment-side-card,
    .pmc-payment-box {
        border-radius: 22px !important;
    }

    .pmc-payment-actions .mc-btn,
    .pmc-payment-actions .btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .mc-form-actions .mc-btn,
    .mc-form-actions .btn {
        width: 100%;
    }
}

.pmc-panel-cta {
    min-height: 46px !important;
    padding: 0 1.6rem !important;
    border-radius: 999px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 320px;
}

.pmc-customer-panel .mt-auto {
    display: flex;
    justify-content: flex-start;
}

.pmc-panel-cta:hover {
    transform: none !important;
}

.pmc-panel-cta {
    width: 100%;
    max-width: 100%;
    min-height: 44px;
    font-size: 0.88rem;
}

.mc-form-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.mc-form-actions .mc-btn,
.mc-form-actions .btn {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 1.15rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

.mc-form-actions .mc-btn-primary {
    background: linear-gradient(135deg, #1f6fff 0%, #1b66ee 100%) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(31, 111, 255, 0.16) !important;
}

.mc-form-actions .mc-btn-secondary,
.mc-form-actions .mc-btn-ghost,
.mc-form-actions .btn:not(.mc-btn-primary) {
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%) !important;
    border: 1px solid rgba(9, 31, 55, 0.10) !important;
    color: #16304c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04) !important;
}

.mc-form-actions .mc-btn-primary:hover,
.mc-form-actions .mc-btn-secondary:hover,
.mc-form-actions .mc-btn-ghost:hover {
    transform: none !important;
}

.pmc-panel-cta {
    min-height: 46px !important;
    padding: 0 1.35rem !important;
    border-radius: 999px !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 320px;
}

@media (max-width: 575.98px) {
    .mc-form-actions .mc-btn,
    .mc-form-actions .btn,
    .pmc-panel-cta {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.pmc-legal-hero--compact {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
}

.pmc-legal-main {
    margin-top: -30px;
    padding-bottom: 76px !important;
    position: relative;
    z-index: 2;
}

.pmc-legal-wrap {
    width: min(100%, 1080px);
    margin-inline: auto;
}

.pmc-legal-card__body {
    padding: 1.55rem 1.75rem 1.8rem;
}

.pmc-legal-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 38px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%);
    border: 1px solid rgba(9, 31, 55, 0.10);
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04);
    margin-bottom: 1rem;
}

.pmc-legal-divider {
    margin: 0 0 1.35rem;
    border: 0;
    border-top: 1px solid rgba(9, 31, 55, 0.08);
    opacity: 1;
}

.pmc-legal-content {
    color: rgba(16, 43, 71, 0.72);
    line-height: 1.76;
    font-size: 0.98rem;
}

.pmc-legal-content h1,
.pmc-legal-content h2,
.pmc-legal-content h3 {
    color: #102b47;
    font-size: clamp(1.15rem, 1.5vw, 1.4rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 1.55rem 0 0.65rem;
}

.pmc-legal-content h1:first-child,
.pmc-legal-content h2:first-child,
.pmc-legal-content h3:first-child {
    margin-top: 0;
}

.pmc-legal-content p {
    margin-bottom: 0.9rem;
    color: rgba(16, 43, 71, 0.70);
}

.pmc-legal-content ul,
.pmc-legal-content ol {
    margin: 0 0 0.9rem 0;
    padding-left: 1.25rem;
    color: rgba(16, 43, 71, 0.70);
}

.pmc-legal-content li {
    margin-bottom: 0.4rem;
}

.pmc-legal-content strong {
    color: #102b47;
    font-weight: 600;
}

.pmc-legal-content a {
    color: #155ee9;
    font-weight: 600;
    text-decoration: none;
}

.pmc-legal-content a:hover {
    color: #104fca;
}

.pmc-auth-page .alert {
    border-radius: 16px !important;
    border: 1px solid rgba(9, 31, 55, 0.08);
}

@media (max-width: 991.98px) {
    .pmc-legal-main {
        margin-top: -18px;
    }

    .pmc-legal-card__body {
        padding: 1.3rem 1.25rem 1.45rem;
    }
}

@media (max-width: 767.98px) {
    .pmc-legal-hero--compact {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .pmc-legal-main {
        margin-top: -12px;
        padding-bottom: 56px !important;
    }

    .pmc-legal-card {
        border-radius: 22px;
    }

    .pmc-legal-card__body {
        padding: 1.1rem 0.95rem 1.2rem;
    }

    .pmc-legal-content {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    .pmc-legal-content h1,
    .pmc-legal-content h2,
    .pmc-legal-content h3 {
        font-size: clamp(1.04rem, 5vw, 1.22rem);
    }
}

.pmc-legal-hero--compact {
    padding-top: 64px !important;
    padding-bottom: 52px !important;
}

.pmc-legal-hero__inner {
    max-width: 860px;
}

.pmc-legal-main {
    margin-top: 22px !important;
    padding-bottom: 76px !important;
    position: relative;
    z-index: 2;
}

.pmc-legal-wrap {
    width: min(100%, 1120px);
    margin-inline: auto;
}

.pmc-legal-card {
    border-radius: 28px;
    border: 1px solid rgba(9, 31, 55, 0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.988) 0%, rgba(248,251,255,0.988) 100%);
    box-shadow: 0 18px 40px rgba(9, 31, 55, 0.08);
    overflow: hidden;
}

.pmc-legal-card__body {
    padding: 1.35rem 1.55rem 1.65rem;
}

.pmc-legal-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 38px;
    padding: 0 0.95rem;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,253,0.98) 100%);
    border: 1px solid rgba(9, 31, 55, 0.10);
    box-shadow: 0 1px 0 rgba(255,255,255,0.95) inset, 0 4px 10px rgba(9, 31, 55, 0.04);
    margin-bottom: 0.9rem;
}

.pmc-legal-meta__label {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(16, 43, 71, 0.52);
}

.pmc-legal-meta__value {
    font-size: 0.88rem;
    font-weight: 600;
    color: #102b47;
}

.pmc-legal-divider {
    margin: 0 0 1.1rem;
    border: 0;
    border-top: 1px solid rgba(9, 31, 55, 0.08);
    opacity: 1;
}

.pmc-legal-content {
    color: rgba(16, 43, 71, 0.72);
    line-height: 1.72;
    font-size: 0.97rem;
}

.pmc-legal-content h1,
.pmc-legal-content h2,
.pmc-legal-content h3 {
    color: #102b47;
    font-size: clamp(1.12rem, 1.45vw, 1.34rem);
    line-height: 1.18;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 1.4rem 0 0.55rem;
}

.pmc-legal-content p {
    margin-bottom: 0.8rem;
    color: rgba(16, 43, 71, 0.70);
}

.pmc-legal-content ul,
.pmc-legal-content ol {
    margin: 0 0 0.8rem 0;
    padding-left: 1.2rem;
}

.pmc-legal-content li {
    margin-bottom: 0.35rem;
}

.pmc-legal-content .card,
.pmc-legal-content .shadow,
.pmc-legal-content .shadow-sm,
.pmc-legal-content .shadow-lg,
.pmc-legal-content [class*="card-body"],
.pmc-legal-content .rounded,
.pmc-legal-content .rounded-3,
.pmc-legal-content .rounded-4,
.pmc-legal-content .border,
.pmc-legal-content .container,
.pmc-legal-content .row {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
}

.pmc-legal-content > *:first-child {
    margin-top: 0 !important;
}

@media (max-width: 991.98px) {
    .pmc-legal-hero--compact {
        padding-top: 58px !important;
        padding-bottom: 48px !important;
    }

    .pmc-legal-main {
        margin-top: 18px !important;
    }

    .pmc-legal-card__body {
        padding: 1.15rem 1.1rem 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .pmc-legal-hero--compact {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }

    .pmc-legal-main {
        margin-top: 14px !important;
        padding-bottom: 56px !important;
    }

    .pmc-legal-card {
        border-radius: 22px;
    }

    .pmc-legal-card__body {
        padding: 1rem 0.95rem 1.1rem;
    }

    .pmc-legal-content {
        font-size: 0.95rem;
        line-height: 1.68;
    }
}

<style>
    .owner-doc-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    justify-content: flex-end;
}

.owner-doc-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.18s ease;
}

.owner-doc-btn i {
    font-size: 1rem;
}

.owner-doc-btn:hover {
    transform: translateY(-1px);
}

.owner-doc-btn.disabled,
    .owner-doc-btn:disabled {
    pointer-events: none;
    opacity: 0.55;
}

.owner-doc-btn--pdf {
    border-color: #b9d2ff;
    color: #2563eb;
    background: #f8fbff;
}

.owner-doc-btn--pdf:hover {
    background: #eef5ff;
    color: #1d4ed8;
    border-color: #93c5fd;
}

.owner-doc-btn--qr {
    border-color: #22c55e;
    color: #16a34a;
    background: #f0fdf4;
}

.owner-doc-btn--disabled {
    border-color: #d1d5db;
    color: #9ca3af;
    background: #f8fafc;
    cursor: not-allowed;
}



.owner-doc-btn--qr:hover {
    background: #f4f7fb;
    color: #334155;
    border-color: #b8c2cf;
}

.owner-doc-btn--disabled {
    border-color: #d7dde5;
    color: #9aa4b2;
    background: #f8fafc;
}

.owner-doc-modal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.22);
}

.owner-doc-modal .modal-header {
    background: linear-gradient(135deg, #08203a 0%, #0b2f57 100%);
    color: #fff;
    border-bottom: 0;
    padding: 1rem 1.25rem;
}

.owner-doc-modal .modal-header .btn-close {
    filter: invert(1) grayscale(100%);
    opacity: 0.9;
}

.owner-doc-modal .modal-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.owner-doc-modal .modal-title-sub {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.78);
}

.owner-doc-modal .modal-body {
    padding: 0;
    background: #eef3f8;
}

.owner-doc-frame-wrap {
    height: 78vh;
    min-height: 560px;
    background: #dfe7f1;
}

.owner-doc-frame {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.owner-doc-modal .modal-footer {
    border-top: 1px solid #e6edf5;
    background: #fff;
}

.mc-btn-primary {
    background: #e0edff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.mc-btn-primary:hover {
    background: #dbeafe;
}

.pmc-customer-booking-card {
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pmc-customer-booking-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.10);
}

.pmc-customer-booking-card__body {
    padding: 1.5rem;
}

.pmc-booking-top {
    padding-right: .25rem;
}

.pmc-booking-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem .85rem;
    margin-top: .95rem;
    font-size: .95rem;
    color: #64748b;
}

.pmc-booking-meta span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.pmc-booking-price {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 800;
    color: #0f2747;
    margin-top: 1.35rem;
}

.pmc-booking-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: 1rem;
}

.pmc-booking-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .45rem .85rem;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1;
}

.pmc-booking-badge--neutral {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.pmc-booking-badge--warning {
    background: #fff7ed;
    color: #b45309;
    border: 1px solid #fed7aa;
}

.pmc-booking-badge--success {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.pmc-booking-badge--info {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.pmc-booking-doc-badge {
    margin-top: .9rem;
}

.pmc-booking-payment-note {
    margin-top: .9rem;
    font-size: .98rem;
    font-weight: 700;
}

.pmc-booking-payment-note--open {
    color: #c2410c;
}

.pmc-booking-payment-note--paid {
    color: #15803d;
}

.pmc-booking-divider {
    border: 0;
    border-top: 1px solid #edf2f7;
    margin: 1.2rem 0 1rem;
}

.pmc-booking-action-group {
    display: grid;
    gap: .75rem;
}

.pmc-booking-action-group .btn {
    min-height: 30px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1rem;
}

.pmc-booking-primary-btn {
    background: linear-gradient(180deg, #2563eb 0%, #1e40af 100%);
    border: none;
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.pmc-booking-primary-btn:hover,
.pmc-booking-primary-btn:focus {
    background: linear-gradient(180deg, #1e40af 0%, #1e3a8a 100%);
    color: #fff;
    box-shadow: 0 10px 22px rgba(30, 64, 175, 0.22);
}

.pmc-booking-secondary-btn {
    background: #ffffff;
    border: 1px solid #dbe3ef;
    color: #19304f;
    box-shadow: none;
}

.pmc-booking-secondary-btn:hover,
.pmc-booking-secondary-btn:focus {
    background: #f8fbff;
    border-color: #c9d8ef;
    color: #10243f;
}

.pmc-booking-secondary-btn.disabled,
.pmc-booking-secondary-btn:disabled {
    background: #f8fafc;
    color: #94a3b8;
    border-color: #e2e8f0;
    opacity: 1;
}

.pmc-booking-footer-link {
    margin-top: 1rem;
    text-align: right;
}

.pmc-booking-footer-link a {
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

.pmc-booking-footer-link a:hover {
    color: #1e40af;
}

@media (max-width: 767.98px) {
    .pmc-booking-price {
        font-size: 1.9rem;
    }

    .pmc-customer-booking-card__body {
        padding: 1.2rem;
    }
}

.pmc-booking-actions .mc-btn {
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmc-booking-actions .mc-btn-primary {
    background: #2f5fd0;
    border: none;
}

.pmc-booking-actions .mc-btn-primary:hover {
    background: #274fb0;
}

.pmc-booking-actions .mc-btn-primary {
    background: #eef3ff !important;
    color: #2f5fd0;
    border: 1px solid #dbe6ff;
}

.pmc-booking-actions .mc-btn-ghost {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
}

.pmc-booking-actions .mc-btn-ghost:hover {
    background: #f1f5f9;
}

.pmc-booking-actions .mc-btn {
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.mmc-customer-subnav,
.mc-customer-subnav {
    margin-top: 1.25rem;
    margin-bottom: 1.5rem;
}

.mc-customer-subnav__inner {
    background: #ffffff;
    border: 1px solid #dbe5ef;
    border-radius: 20px;
    padding: 0.75rem 1rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.mc-customer-subnav__links {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.mc-customer-subnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1;
    color: #64748b;
    border: 1px solid transparent;
    background: transparent;
    transition: all 0.18s ease;
}

.mc-customer-subnav__link:hover {
    color: #16324f;
    background: #f8fbfd;
    border-color: #d9e6ee;
}

.mc-customer-subnav__link.is-active {
    color: #0f766e;
    background: linear-gradient(180deg, #e8f8f4 0%, #dff5ef 100%);
    border-color: #bfe7db;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}

@media (max-width: 768px) {
    .mc-customer-subnav__inner {
        padding: 0.75rem;
        border-radius: 18px;
    }

    .mc-customer-subnav__links {
        gap: 0.45rem;
    }

    .mc-customer-subnav__link {
        min-height: 38px;
        padding: 0.5rem 0.8rem;
        font-size: 0.92rem;
    }

    .mc-customer-subnav__spacer {
        display: none;
    }
}

.pmc-customer-subnav {
    margin-top: 10px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 20;
}

.pmc-customer-subnav .mc-customer-subnav__inner {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08), 0 4px 12px rgba(15, 23, 42, 0.04);
    padding: 0.5rem;
}

.pmc-customer-subnav .mc-customer-subnav__links {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: wrap;
}

.pmc-customer-subnav .mc-customer-subnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.72rem 1.05rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: var(--mc-neutral-700, #334155);
    background: transparent;
    border: 1px solid transparent;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.pmc-customer-subnav .mc-customer-subnav__link:hover {
    color: var(--mc-primary-700, #174f9b);
    background: var(--mc-primary-50, #eef6ff);
    border-color: var(--mc-primary-100, #d9ebff);
    transform: translateY(-1px);
}

.pmc-customer-subnav .mc-customer-subnav__link.is-active {
    color: #ffffff;
    background: linear-gradient( 135deg, var(--mc-primary-500, #2f7de1) 0%, var(--mc-primary-600, #1f67c7) 100% );
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(31, 103, 199, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.pmc-customer-subnav .mc-customer-subnav__link.is-active:hover {
    color: #ffffff;
    background: linear-gradient( 135deg, var(--mc-primary-600, #1f67c7) 0%, var(--mc-primary-700, #174f9b) 100% );
}

.pmc-customer-subnav .mc-customer-subnav__spacer {
    flex: 1 1 auto;
}

.pmc-customer-subnav .mc-customer-subnav__link:last-child {
    color: var(--mc-neutral-600, #475569);
}

.pmc-customer-subnav .mc-customer-subnav__link:last-child:hover {
    color: var(--mc-neutral-900, #0f172a);
    background: var(--mc-neutral-50, #f8fafc);
    border-color: var(--mc-neutral-200, #e2e8f0);
}

@media (max-width: 991.98px) {
    .pmc-customer-subnav {
        margin-top: -28px;
        margin-bottom: 1.5rem;
    }

    .pmc-customer-subnav .mc-customer-subnav__inner {
        border-radius: 18px;
        padding: 0.45rem;
    }

    .pmc-customer-subnav .mc-customer-subnav__links {
        gap: 0.45rem;
    }

    .pmc-customer-subnav .mc-customer-subnav__link {
        min-height: 40px;
        padding: 0.68rem 0.95rem;
        font-size: 0.92rem;
    }
}

@media (max-width: 767.98px) {
    .pmc-customer-subnav {
        margin-top: -18px;
    }

    .pmc-customer-subnav .mc-customer-subnav__links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .pmc-customer-subnav .mc-customer-subnav__spacer {
        display: none;
    }

    .pmc-customer-subnav .mc-customer-subnav__link {
        width: 100%;
        min-height: 42px;
        padding: 0.8rem 0.9rem;
        text-align: center;
    }

    .pmc-customer-subnav .mc-customer-subnav__link:last-child {
        grid-column: 1 / -1;
    }
}

.mc-customer-subnav__inner {
    background: rgba(255,255,255,0.88);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15,23,42,0.06);
}

.mc-customer-subnav__link.is-active {
    background: #e6f3f5 !important;
    color: #0f766e !important;
    border-color: #cfecec !important;
    box-shadow: none !important;
}

.pmc-customer-subnav {
    position: sticky;
    top: 88px;
    z-index: 1020;
    padding-top: 0.75rem;
}

.pmc-customer-subnav {
    position: sticky;
    top: 88px;
    z-index: 1020;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-top: 0.75rem;
}

.mc-customer-subnav__inner {
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #dbe4ee;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10);
    padding: 0.8rem;
}

.mc-customer-subnav__links {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.mc-customer-subnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #334155;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.18s ease;
}

.mc-customer-subnav__link:hover {
    background: #f8fafc;
    border-color: #dbe4ee;
    color: #0f172a;
}

.mc-customer-subnav__link.is-active {
    background: #dff4f2;
    color: #0f766e;
    border-color: #bfe7e3;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.04);
}

.mc-customer-subnav__spacer {
    flex: 1 1 auto;
}

@media (max-width: 767.98px) {
    .pmc-customer-subnav {
        top: 76px;
        padding-top: 0.6rem;
    }

    .mc-customer-subnav__inner {
        border-radius: 20px;
        padding: 0.85rem;
    }

    .mc-customer-subnav__links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        align-items: stretch;
    }

    .mc-customer-subnav__link {
        min-height: 52px;
        width: 100%;
        padding: 0.8rem 0.9rem;
        border-radius: 18px;
        text-align: center;
        white-space: normal;
    }

    .mc-customer-subnav__spacer {
        display: none;
    }

    .mc-customer-subnav__link:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .mc-customer-subnav__link:last-child {
        background: #f8fafc;
        border: 1px solid #dbe4ee;
        color: #475569;
    }

    .mc-customer-subnav__link:last-child:hover {
        background: #f1f5f9;
        color: #0f172a;
    }
}

.pmc-customer-subnav {
    position: sticky;
    top: 88px;
    z-index: 1020;
    margin-bottom: 1.5rem;
}

.mc-customer-subnav__inner {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(10px);
    border: 1px solid #dbe4ee;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(15,23,42,.10);
    padding: .75rem;
}

.mc-customer-subnav__links {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.mc-customer-subnav__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .65rem 1rem;
    border-radius: 999px;
    color: #334155;
    font-weight: 700;
    text-decoration: none;
}

.mc-customer-subnav__link.is-active {
    background: #dff4f2;
    color: #0f766e;
}

.mc-customer-subnav__spacer {
    flex: 1;
}

@media (max-width: 767.98px) {
    .pmc-customer-subnav {
        top: 76px;
    }

    .mc-customer-subnav__toggle {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 18px;
        background: #dff4f2;
        color: #0f766e;
        font-weight: 800;
        padding: 0 1rem;
    }

    .mc-customer-subnav__links {
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px);
        transition: grid-template-rows .24s ease, opacity .18s ease, transform .24s ease, visibility .24s ease;
        padding-top: 0;
        overflow: hidden;
    }

    .mc-customer-subnav__links.is-open {
        grid-template-rows: 1fr;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        padding-top: .75rem;
    }

    .mc-customer-subnav__links > * {
        min-height: 0;
    }

    .mc-customer-subnav__link {
        width: 100%;
        min-height: 46px;
        border-radius: 14px;
        background: #f8fafc;
        border: 1px solid #e2e8f0;
        margin-bottom: .55rem;
    }

    .mc-customer-subnav__link.is-active {
        background: #dff4f2;
        border-color: #bfe7e3;
        color: #0f766e;
    }

    .mc-customer-subnav__spacer {
        display: none;
    }
}

.mc-chip-group {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex-wrap: wrap;
}

.mc-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: .55rem 1rem;
    border-radius: 999px;
    border: 1px solid #dbe4ee;
    background: #fff;
    color: #334155;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
}

.mc-chip:hover {
    background: #f8fafc;
    color: #0f172a;
}

.mc-chip.is-active {
    background: #dff4f2;
    border-color: #bfe7e3;
    color: #0f766e;
}

@media (max-width: 767.98px) {
    .mc-chip-group {
        width: 100%;
    }

    .mc-chip {
        flex: 1 1 0;
        min-width: 0;
    }
}

.mc-customer-subnav__toggle {
    display: none;
}

@media (max-width: 767.98px) {
    .pmc-customer-subnav {
        position: sticky;
        top: 74px;
        z-index: 50;
    }

    .mc-customer-subnav__inner {
        padding: .75rem;
        border-radius: 24px;
    }

    .mc-customer-subnav__toggle {
        display: flex;
        width: 100%;
        height: 54px;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 18px;
        padding: 0 1.25rem;
        background: #dff4f2;
        color: #0f766e;
        font-weight: 800;
        font-size: 1rem;
    }

    .mc-customer-subnav__links {
        display: flex;
        flex-direction: column;
        gap: .55rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        padding-top: 0;
        visibility: hidden;
        transition: max-height .28s ease, opacity .2s ease, padding-top .2s ease;
    }

    .mc-customer-subnav__links.is-open {
        max-height: 340px;
        opacity: 1;
        padding-top: .75rem;
        visibility: visible;
    }

    .mc-customer-subnav__link {
        width: 100%;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-size: .95rem;
        font-weight: 700;
    }

    .mc-customer-subnav__spacer {
        display: none;
    }
}

.mc-customer-subnav__links.is-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: .65rem;
    max-height: 420px;
    opacity: 1;
    padding-top: .75rem;
    visibility: visible;
}

.mc-customer-subnav__links.is-open .mc-customer-subnav__link {
    width: 100% !important;
    justify-content: center !important;
}

.mc-customer-subnav__toggle[aria-expanded="true"] {
    background: #c7ebe7;
}

.mc-customer-subnav__toggle i {
    transition: transform .2s ease;
}

.mc-customer-subnav__toggle[aria-expanded="true"] i {
    transform: rotate(90deg);
}

.pmc-booking-grid {
    display: flex;
    flex-wrap: wrap;
}

.pmc-booking-grid > div {
    display: flex;
}

.pmc-booking-detail-link-wrap {
    margin-top: .85rem;
    text-align: right;
}

.pmc-booking-detail-link {
    color: #0f766e;
    font-weight: 700;
    font-size: .94rem;
    text-decoration: none;
}

.pmc-booking-detail-link:hover {
    color: #115e59;
    text-decoration: underline;
}

.pmc-booking-primary-btn {
    min-height: 42px;
    padding: .65rem 1rem;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#0f766e,#2563eb);
    border: 0;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15,118,110,.18);
}

.pmc-booking-primary-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15,118,110,.22);
}

.btn-primary {
  background: linear-gradient(135deg, #0065F5 0%, #0057d2 100%);
  border-color: #0065F5;
  box-shadow: none !important;
}

/* =========================================================
   Shared local icon + navigation spacing patch
   Scope: Dashboard sidebar/topbar, public navbar, customer subnav.
   Safe: visual only. No PHP, DB, booking, invoice or payment logic.
   ========================================================= */

.dashboard-icon,
.public-icon,
.owner-icon,
.provider-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    height: 1.15em;
    line-height: 1;
    font-size: 1rem;
    flex: 0 0 auto;
}

.dashboard-nav-link {
    display: flex;
    align-items: center;
    gap: .65rem;
    min-height: 40px;
}

.dashboard-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.dashboard-nav-icon .dashboard-icon {
    font-size: 1.08rem;
}

.dashboard-nav-label {
    min-width: 0;
}

.dashboard-topbar .dashboard-mobile-toggle,
.dashboard-topbar-userbox,
.dashboard-user-dropdown-caret,
.dashboard-user-dropdown-menu .dropdown-item {
    display: inline-flex;
    align-items: center;
}

.dashboard-topbar .dashboard-mobile-toggle {
    justify-content: center;
}

.dashboard-topbar .dashboard-mobile-toggle .dashboard-icon,
.dashboard-user-dropdown-caret .dashboard-icon {
    font-size: 1.2rem;
}

.dashboard-user-dropdown-menu .dropdown-item {
    gap: .55rem;
}

.dashboard-user-dropdown-menu .dropdown-item .dashboard-icon {
    width: 18px;
    height: 18px;
    font-size: 1rem;
}

.navbar .nav-link,
.mc-nav-link,
.mc-navbar-utility-link,
.mc-btn,
.pmc-logout-btn,
.mc-customer-subnav__link,
.mc-customer-subnav__toggle {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
}

.mc-navbar-actions .mc-btn,
.pmc-logout-btn {
    justify-content: center;
}

.mc-nav-link .public-icon,
.mc-navbar-utility-link .public-icon,
.mc-customer-subnav__link .public-icon {
    font-size: 1rem;
}

.mc-customer-subnav__toggle .public-icon {
    font-size: 1.15rem;
}

@media (max-width: 991.98px) {
    .mc-nav-link,
    .mc-navbar-utility-link,
    .mc-btn,
    .pmc-logout-btn,
    .mc-customer-subnav__link {
        width: 100%;
        justify-content: flex-start;
    }
}
