﻿:root {
    --ek-navy-950: #04111d;
    --ek-navy-900: #071827;
    --ek-navy-800: #0c2638;
    --ek-navy-700: #17384d;
    --ek-teal: #2d7f82;
    --ek-teal-soft: #8fc1bd;
    --ek-ink: #11202b;
    --ek-slate: #5e6a73;
    --ek-line: #dbe1e5;
    --ek-paper: #f6f7f5;
    --ek-white: #ffffff;
    --ek-orange: #f37a20;
    --ek-orange-light: #ff9a52;
    --ek-radius: 18px;
    --ek-shadow: 0 24px 70px rgba(7, 24, 39, .12);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    background: var(--ek-paper);
    color: var(--ek-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2000;
    padding: 10px 14px;
    background: var(--ek-white);
    color: var(--ek-navy-900);
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: none;
}

/* Modern ortak üst menü */
.site-header.modern-header {
    position: sticky;
    top: 0;
    z-index: 1100;
    width: 100%;
    background: rgba(4, 17, 29, .98);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .14);
    transition: background .25s ease, box-shadow .25s ease;
}

.site-header.modern-header-home {
    position: fixed;
    background: linear-gradient(to bottom, rgba(4, 17, 29, .9), rgba(4, 17, 29, 0));
    box-shadow: none;
}

.site-header.modern-header.is-scrolled {
    background: rgba(4, 17, 29, .97);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
    backdrop-filter: blur(14px);
}

.modern-header .navbar {
    min-height: 84px;
    padding: 10px 0;
}

.modern-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex-shrink: 0;
    color: var(--ek-white) !important;
    text-decoration: none;
}

.modern-brand-mark {
    width: 42px;
    height: 42px;
    color: var(--ek-white);
}

.modern-brand-mark svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 4;
    stroke-linejoin: round;
}

.modern-brand-mark .brand-accent {
    stroke: var(--ek-orange);
}

.modern-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.modern-brand-copy strong {
    color: var(--ek-white);
    font-size: 18px;
    letter-spacing: .12em;
}

.modern-brand-copy small {
    margin-top: 6px;
    color: #9fb0bb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.modern-nav {
    align-items: center;
    gap: 8px;
}

.modern-nav .nav-link {
    padding: 10px 11px !important;
    border-radius: 999px;
    color: #d8e0e5 !important;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease;
}

.modern-nav .nav-link:hover,
.modern-nav .nav-link:focus {
    background: rgba(255, 255, 255, .08);
    color: var(--ek-white) !important;
}

.modern-admin-menu {
    min-width: 220px;
    padding: 9px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px;
    background: rgba(7, 24, 39, .98);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}

.modern-admin-menu .dropdown-item {
    padding: 10px 12px;
    border-radius: 9px;
    color: #d8e0e5;
    font-size: 12px;
    font-weight: 700;
}

.modern-admin-menu .dropdown-item:hover,
.modern-admin-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, .08);
    color: var(--ek-white);
}

.modern-admin-menu .dropdown-divider {
    border-color: rgba(255, 255, 255, .1);
}

.modern-login-area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 18px;
}

.modern-login-area form {
    margin: 0;
}

.modern-login-link {
    color: #d8e0e5;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
}

.modern-login-link:hover {
    color: var(--ek-white);
}

.modern-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid var(--ek-orange);
    border-radius: 999px;
    background: var(--ek-orange);
    color: var(--ek-white) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.modern-nav-button:hover {
    transform: translateY(-1px);
    background: #ff8530;
}

.modern-nav-button-outline {
    border-color: rgba(255, 255, 255, .32);
    background: transparent;
}

.modern-user-name {
    max-width: 170px;
    overflow: hidden;
    color: #aebbc4;
    font-size: 11px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modern-toggler {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
}

/* Sayfa iskeleti ve uygulama ekranları */
.site-main.site-main-home {
    min-height: 0;
    padding: 0;
}

.site-main.site-main-app {
    min-height: calc(100vh - 280px);
    padding: 0;
    background: #f2f5f4;
}

.app-page-body .card,
.app-page-body .service-card,
.app-page-body .dashboard-card,
.app-page-body .admin-card {
    border: 1px solid var(--ek-line);
    border-radius: var(--ek-radius);
    box-shadow: 0 12px 36px rgba(7, 24, 39, .07);
}

.app-page-body .btn-primary {
    border-color: var(--ek-orange);
    background: var(--ek-orange);
}

.app-page-body .btn-primary:hover {
    border-color: #df6410;
    background: #df6410;
}

.app-page-body .btn-outline-primary {
    border-color: var(--ek-orange);
    color: #cf5f10;
}

.app-page-body .btn-outline-primary:hover {
    background: var(--ek-orange);
    color: var(--ek-white);
}

.app-page-body .site-main-app > .container {
    max-width: 1240px;
}

.app-page-body h1 {
    margin-bottom: 24px;
    color: var(--ek-navy-900);
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 850;
    letter-spacing: -.035em;
}

.app-page-body h2,
.app-page-body h3,
.app-page-body h4,
.app-page-body h5 {
    color: var(--ek-navy-900);
}

.app-page-body .card {
    overflow: hidden;
    background: var(--ek-white);
}

.app-page-body .card-header {
    padding: 17px 22px;
    border-bottom: 1px solid var(--ek-line);
    background: var(--ek-navy-900);
    color: var(--ek-white);
    font-weight: 800;
}

.app-page-body .card-body {
    padding: 24px;
}

.app-page-body .form-label,
.app-page-body label {
    margin-bottom: 7px;
    color: #31424d;
    font-size: 13px;
    font-weight: 750;
}

.app-page-body .form-control,
.app-page-body .form-select {
    min-height: 46px;
    border: 1px solid #cdd6db;
    border-radius: 11px;
    background-color: var(--ek-white);
    box-shadow: none;
}

.app-page-body textarea.form-control {
    min-height: 110px;
}

.app-page-body .form-control:focus,
.app-page-body .form-select:focus {
    border-color: var(--ek-orange);
    box-shadow: 0 0 0 4px rgba(243, 122, 32, .13);
}

.app-page-body .btn {
    min-height: 42px;
    padding: 9px 17px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 750;
}

.app-page-body .btn-sm {
    min-height: 34px;
    padding: 6px 11px;
    font-size: 11px;
}

.app-page-body .table-responsive {
    border-radius: 14px;
}

.app-page-body .table {
    margin-bottom: 0;
    color: #31424d;
}

.app-page-body .table thead th {
    padding: 14px 15px;
    border-bottom: 1px solid var(--ek-line);
    background: #edf1f2;
    color: var(--ek-navy-900);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.app-page-body .table tbody td {
    padding: 14px 15px;
    border-color: #e7ebed;
    vertical-align: middle;
}

.app-page-body .table tbody tr:hover {
    background: #fafbfa;
}

.app-page-body .alert {
    border-radius: 12px;
    font-size: 14px;
}

.app-page-body .badge {
    border-radius: 999px;
    font-weight: 750;
}

.app-page-body .page-title-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.app-page-body .page-title-bar h1 {
    margin-bottom: 6px;
}

.app-page-body .payment-summary-card,
.app-page-body .legal-card,
.app-page-body .agreement-box {
    padding: 25px;
    border: 1px solid var(--ek-line);
    border-radius: var(--ek-radius);
    background: var(--ek-white);
    box-shadow: 0 12px 36px rgba(7, 24, 39, .06);
}

.app-page-body .summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.app-page-body .summary-item {
    padding: 15px;
    border-radius: 12px;
    background: #f1f4f3;
}

.app-page-body .summary-label,
.app-page-body .summary-value {
    display: block;
}

.app-page-body .summary-label {
    color: #71808a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.app-page-body .summary-value {
    margin-top: 6px;
    color: var(--ek-navy-900);
    font-weight: 800;
}

.app-page-body .legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.app-page-body .legal-links a {
    padding: 9px 12px;
    border: 1px solid #d5dde1;
    border-radius: 9px;
    color: var(--ek-navy-800);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.legal-page {
    max-width: 920px;
    padding: clamp(28px, 5vw, 58px);
    margin: 0 auto;
    border: 1px solid var(--ek-line);
    border-radius: 22px;
    background: var(--ek-white);
    box-shadow: 0 18px 55px rgba(7, 24, 39, .08);
}

.legal-page-heading {
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--ek-line);
}

.legal-page-heading h1,
.legal-page > h1 {
    margin-bottom: 16px;
}

.legal-page h2 {
    padding-top: 24px;
    margin: 30px 0 12px;
    border-top: 1px solid #e8ecee;
    font-size: 22px;
}

.legal-page h3 {
    margin-top: 20px;
    font-size: 17px;
}

.legal-page p,
.legal-page li {
    color: #53626b;
    line-height: 1.8;
}

.legal-version {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: #eef2f3;
    color: #66757f;
    font-size: 11px;
    font-weight: 750;
}

.legal-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px solid var(--ek-line);
}

/* Yönetim paneli ve içerik yönetimi */
.admin-page-heading > div:first-child {
    max-width: 760px;
}

.admin-page-heading h1 {
    margin: 8px 0 8px;
}

.admin-page-heading p {
    max-width: 720px;
    margin: 0;
    color: #6c7a83;
    font-size: 15px;
    line-height: 1.7;
}

.admin-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #cf5f10;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.admin-kicker::before {
    content: "";
    width: 20px;
    height: 2px;
    background: var(--ek-orange);
}

.admin-heading-actions,
.admin-row-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.admin-stat-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-stat-card {
    position: relative;
    min-height: 176px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 18px;
    background: var(--ek-white);
    box-shadow: 0 12px 36px rgba(7, 24, 39, .055);
    color: var(--ek-navy-900);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

a.admin-stat-card:hover {
    color: var(--ek-navy-900);
    box-shadow: 0 20px 48px rgba(7, 24, 39, .1);
    transform: translateY(-4px);
}

.admin-stat-card::after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: -70px;
    width: 140px;
    height: 140px;
    border: 22px solid #eef2f1;
    border-radius: 50%;
}

.admin-stat-card-accent {
    border-color: var(--ek-navy-900);
    background: var(--ek-navy-900);
    color: var(--ek-white);
}

a.admin-stat-card-accent:hover {
    color: var(--ek-white);
}

.admin-stat-card-accent::after {
    border-color: rgba(255, 255, 255, .055);
}

.admin-stat-card > span {
    position: relative;
    z-index: 1;
    color: #78858d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.admin-stat-card-accent > span,
.admin-stat-card-accent > small {
    color: #9fb0bb;
}

.admin-stat-card > strong {
    position: relative;
    z-index: 1;
    margin: 15px 0 2px;
    color: inherit;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.admin-stat-card > small {
    position: relative;
    z-index: 1;
    margin-top: auto;
    color: #829099;
    font-size: 11px;
}

.admin-stat-card > i {
    position: absolute;
    z-index: 2;
    right: 22px;
    top: 22px;
    color: var(--ek-orange);
    font-size: 19px;
    font-style: normal;
}

.admin-attention-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 26px 30px;
    margin-bottom: 38px;
    border: 1px solid #f1c39f;
    border-radius: 18px;
    background: #fff3e9;
}

.admin-attention-card span,
.admin-selection-note span {
    display: block;
    margin-bottom: 4px;
    color: #b6530c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.admin-attention-card strong {
    display: block;
    color: var(--ek-navy-900);
    font-size: 20px;
}

.admin-attention-card p {
    margin: 5px 0 0;
    color: #765a46;
    font-size: 13px;
}

.admin-panel-section {
    margin-top: 34px;
}

.admin-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.admin-section-heading span {
    color: #7a8890;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.admin-section-heading h2 {
    margin: 5px 0 0;
    font-size: 26px;
    font-weight: 850;
}

.admin-section-heading > a {
    color: var(--ek-navy-900);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.admin-section-heading > a b {
    margin-left: 6px;
    color: var(--ek-orange);
}

.admin-table-shell {
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 17px;
    background: var(--ek-white);
    box-shadow: 0 12px 36px rgba(7, 24, 39, .055);
}

.admin-content-table tbody td:first-child,
.admin-content-table thead th:first-child {
    padding-left: 20px;
}

.admin-content-table tbody td:last-child,
.admin-content-table thead th:last-child {
    padding-right: 20px;
}

.admin-course-cell {
    min-width: 300px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: center;
}

.admin-course-cover {
    width: 58px;
    height: 50px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: var(--ek-navy-900);
    color: var(--ek-orange-light);
    font-weight: 900;
}

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

.admin-course-cell strong {
    color: var(--ek-navy-900);
    font-size: 13px;
}

.admin-course-cell p {
    max-width: 420px;
    display: -webkit-box;
    overflow: hidden;
    margin: 4px 0 0;
    color: #829099;
    font-size: 11px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.admin-status,
.admin-video-state {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
}

.admin-status.is-active,
.admin-status.is-preview,
.admin-video-state.is-ready {
    background: #e6f4ed;
    color: #23704d;
}

.admin-status.is-passive,
.admin-status.is-private {
    background: #eef1f2;
    color: #5f6f78;
}

.admin-status.is-pending {
    background: #fff0d9;
    color: #9a5a09;
}

.admin-status.is-rejected,
.admin-video-state.is-missing {
    background: #fae8e8;
    color: #a13d3d;
}

.admin-video-state i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.admin-count-link,
.admin-course-link {
    color: #b6530c;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
}

.admin-course-link {
    display: inline-block;
    max-width: 210px;
}

.admin-count-link:hover,
.admin-course-link:hover {
    color: #d76513;
}

.admin-row-actions form {
    margin: 0;
}

.admin-row-actions-nowrap {
    flex-wrap: nowrap;
}

.admin-order-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #edf1f2;
    color: var(--ek-navy-900);
    font-size: 10px;
    font-weight: 900;
}

.admin-date {
    display: block;
    color: var(--ek-navy-900);
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.admin-date small,
.admin-table-subtitle {
    display: block;
    margin-top: 3px;
    color: #8b979e;
    font-size: 9px;
    font-weight: 600;
}

.admin-filter-bar {
    display: grid;
    grid-template-columns: 1fr minmax(260px, .55fr) auto;
    gap: 14px;
    align-items: end;
    padding: 20px;
    margin: 24px 0 18px;
    border: 1px solid var(--ek-line);
    border-radius: 16px;
    background: var(--ek-white);
}

.admin-filter-field label {
    display: block;
    margin-bottom: 7px;
}

.admin-filter-actions {
    display: flex;
    gap: 8px;
}

.admin-selection-note {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
    margin-bottom: 16px;
    border-left: 3px solid var(--ek-orange);
    border-radius: 0 12px 12px 0;
    background: #fff5ed;
}

.admin-selection-note span {
    margin: 0;
}

.admin-selection-note strong {
    color: var(--ek-navy-900);
    font-size: 13px;
}

.admin-selection-note small {
    margin-left: auto;
    color: #856c5a;
    font-size: 10px;
    font-weight: 800;
}

.admin-empty-state {
    padding: 52px 28px;
    border: 1px dashed #c7d0d5;
    border-radius: 18px;
    background: #f8faf9;
    text-align: center;
}

.admin-empty-state > span {
    color: var(--ek-orange);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.admin-empty-state h2,
.admin-empty-state h3 {
    margin: 10px 0 8px;
    font-size: 24px;
}

.admin-empty-state p {
    max-width: 560px;
    margin: 0 auto 20px;
    color: #6c7a83;
}

.admin-empty-state-compact {
    padding: 36px 24px;
}

.admin-flash-message {
    margin-bottom: 20px;
}

.course-cover-editor {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 22px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--ek-line);
    border-radius: 14px;
    background: #f7f9f8;
}

.course-cover-editor img {
    width: 220px;
    height: 132px;
    object-fit: cover;
    border-radius: 11px;
}

.course-cover-editor small {
    display: block;
    margin-top: 7px;
}

.delete-confirmation-card dt {
    color: #6b7880;
    font-size: 12px;
}

.delete-confirmation-card dd {
    color: var(--ek-navy-900);
    font-weight: 700;
}

.admin-video-preview-card {
    max-width: 1050px;
    padding: 8px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    background: var(--ek-navy-950);
    box-shadow: 0 22px 60px rgba(7, 24, 39, .2);
}

.admin-video-preview-card .ratio {
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.admin-video-preview-card iframe {
    border: 0;
}

.bunny-check-list {
    display: grid;
    gap: 13px;
    padding-left: 21px;
    margin-bottom: 18px;
    color: #53626b;
    font-size: 13px;
    line-height: 1.65;
}

.bunny-check-list strong {
    color: var(--ek-navy-900);
}

.bunny-check-list code {
    color: #b6530c;
}

.invoice-helper-card {
    display: grid;
    gap: 18px;
    padding: 26px;
    border: 1px solid #efc6a7;
    border-radius: 18px;
    background: linear-gradient(135deg, #fff8f2, #ffffff 72%);
    box-shadow: 0 12px 36px rgba(7, 24, 39, .055);
}

.invoice-helper-card > div:first-child > span {
    color: #b6530c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.invoice-helper-card h3 {
    margin: 7px 0 5px;
    color: var(--ek-navy-900);
    font-size: 20px;
    font-weight: 850;
}

.invoice-helper-card p,
.invoice-helper-card small {
    margin: 0;
    color: #687781;
    font-size: 12px;
    line-height: 1.65;
}

.invoice-helper-copy {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.invoice-helper-copy .form-control {
    font-weight: 750;
}

/* Ana sayfa */
.landing-page {
    overflow: hidden;
    background: var(--ek-paper);
}

.landing-page a {
    text-decoration: none;
}

.landing-hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ek-navy-950);
    color: var(--ek-white);
}

.landing-hero-media,
.landing-hero-shade,
.landing-hero-grid {
    position: absolute;
    inset: 0;
}

.landing-hero-media {
    background: url("../images/ekaydan-sezer-uretim-v6.webp") center center / cover no-repeat;
    transform: scale(1.006);
}

.landing-hero-shade {
    background:
        linear-gradient(90deg, rgba(4, 17, 29, .99) 0%, rgba(4, 17, 29, .9) 31%, rgba(4, 17, 29, .2) 58%, rgba(4, 17, 29, .05) 100%),
        linear-gradient(0deg, rgba(4, 17, 29, .78) 0%, transparent 34%);
}

.landing-hero-grid {
    opacity: .08;
    background-image:
        linear-gradient(rgba(255, 255, 255, .32) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .32) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to right, black, transparent 70%);
}

.landing-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 150px;
    padding-bottom: 100px;
}

.landing-hero-copy {
    max-width: 760px;
}

.landing-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    color: #d5dde2;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.landing-eyebrow > span {
    width: 26px;
    height: 2px;
    background: var(--ek-orange);
}

.landing-eyebrow-dark {
    color: var(--ek-slate);
}

.landing-hero h1 {
    margin: 0;
    color: var(--ek-white);
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.052em;
    text-shadow: 0 14px 42px rgba(0, 0, 0, .28);
}

.landing-hero h1 em,
.landing-workflow h2 em,
.landing-why h2 em {
    color: var(--ek-orange-light);
    font-style: normal;
}

.landing-hero h1 em {
    position: relative;
    display: inline-block;
}

.landing-hero h1 em::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: -13px;
    left: 2px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ek-orange), transparent 88%);
}

.landing-hero-text {
    max-width: 650px;
    margin: 30px 0 0;
    color: #c5d0d7;
    font-size: 19px;
    line-height: 1.65;
}

.landing-hero-actions,
.landing-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.landing-button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.landing-button:hover {
    transform: translateY(-2px);
}

.landing-button-primary {
    background: var(--ek-orange);
    color: var(--ek-white) !important;
    box-shadow: 0 12px 34px rgba(243, 122, 32, .24);
}

.landing-button-primary:hover {
    background: #ff8530;
    box-shadow: 0 16px 42px rgba(243, 122, 32, .34);
}

.landing-button-ghost {
    border-color: rgba(255, 255, 255, .34);
    color: var(--ek-white) !important;
}

.landing-button-ghost:hover {
    border-color: var(--ek-white);
    background: rgba(255, 255, 255, .06);
}

.landing-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin: 38px 0 0;
    color: #d8e1e6;
    font-size: 13px;
    font-weight: 650;
    list-style: none;
}

.landing-hero-points li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.landing-hero-points li > span {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    color: var(--ek-orange-light);
    font-size: 11px;
}

.landing-hero-note {
    position: absolute;
    right: 12px;
    bottom: -100px;
    width: 285px;
    padding: 28px 34px 32px;
    border: 1px solid rgba(255, 154, 82, .32);
    border-right: 0;
    background: linear-gradient(145deg, rgba(7, 24, 39, .96), rgba(12, 38, 56, .9));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
}

.landing-manifesto {
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-top: 1px solid rgba(255, 154, 82, .38);
    border-bottom: 1px solid rgba(255, 154, 82, .22);
    background:
        radial-gradient(circle at 12% 0%, rgba(243, 122, 32, .19), transparent 31%),
        linear-gradient(112deg, #071827 0%, #0c2c40 56%, #12384b 100%);
    color: var(--ek-white);
}

.landing-manifesto::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .06;
    background-image:
        linear-gradient(rgba(255, 255, 255, .6) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .6) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.landing-manifesto-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .45fr 1.15fr .8fr;
    gap: 36px;
    align-items: center;
    min-height: 176px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.landing-manifesto-inner > p {
    margin: 0;
    color: #edf4f7;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
    line-height: 1.5;
}

.landing-manifesto-inner > p span {
    display: block;
    margin-bottom: 8px;
    color: var(--ek-orange-light);
    font-size: 20px;
    font-weight: 950;
    letter-spacing: .13em;
}

.landing-manifesto blockquote {
    padding-left: 30px;
    margin: 0;
    border-left: 3px solid var(--ek-orange);
    color: var(--ek-white);
    font-size: clamp(22px, 2.1vw, 31px);
    font-weight: 880;
    line-height: 1.3;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.landing-manifesto-axis {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px 12px;
    align-items: center;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.landing-manifesto-axis span {
    color: #dce7ec;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .35);
}

.landing-manifesto-axis i {
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ek-orange), rgba(255, 154, 82, .15));
}

.landing-hero-note .note-number {
    display: block;
    margin-bottom: 24px;
    color: var(--ek-orange-light);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .12em;
}

.landing-hero-note p {
    margin: 0 0 6px;
    color: #9fb0bb;
    font-size: 11px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.landing-hero-note strong {
    color: var(--ek-white);
    font-size: 17px;
}

.landing-section {
    padding: 112px 0;
}

.landing-section-heading,
.landing-courses-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 48px;
}

.landing-section-heading h2,
.landing-courses h2,
.landing-workflow h2,
.landing-why h2,
.landing-cta h2 {
    margin: 0;
    color: var(--ek-navy-900);
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 850;
    line-height: .98;
    letter-spacing: -.05em;
}

.landing-section-heading > p {
    max-width: 390px;
    margin: 0 0 4px;
    color: var(--ek-slate);
    font-size: 16px;
    line-height: 1.75;
}

.landing-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 1px;
    border-top: 1px solid var(--ek-line);
    border-bottom: 1px solid var(--ek-line);
    background: var(--ek-line);
}

.landing-category-card {
    position: relative;
    min-height: 355px;
    padding: 32px 32px 86px;
    overflow: hidden;
    background: var(--ek-paper);
    color: var(--ek-ink);
    transition: background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.landing-category-card:last-child {
    border-right: 0;
}

.landing-category-card::after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -50px;
    width: 150px;
    height: 150px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    opacity: 0;
    transform: scale(.7);
    transition: .3s ease;
}

.landing-category-card:hover,
.landing-category-card-featured {
    z-index: 2;
    background: var(--ek-navy-900);
    color: var(--ek-white);
    box-shadow: var(--ek-shadow);
    transform: translateY(-6px);
}

.landing-category-card:hover::after,
.landing-category-card-featured::after {
    opacity: 1;
    transform: scale(1);
}

.landing-category-index {
    display: block;
    color: #8b969e;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
}

.landing-category-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    margin-top: 48px;
    color: var(--ek-orange);
}

.landing-category-icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-category-card h3 {
    margin: 25px 0 12px;
    color: inherit;
    font-size: 22px;
}

.landing-category-card p {
    margin: 0;
    color: var(--ek-slate);
    font-size: 14px;
    line-height: 1.7;
}

.landing-category-card:hover p,
.landing-category-card-featured p {
    color: #aebdc6;
}

.landing-card-link {
    position: absolute;
    left: 32px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--ek-navy-900);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.landing-category-card:hover .landing-card-link,
.landing-category-card-featured .landing-card-link {
    color: var(--ek-white);
}

.landing-card-link span {
    color: var(--ek-orange);
    font-size: 18px;
}

.landing-courses {
    background: var(--ek-white);
}

.landing-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    color: var(--ek-navy-900);
    font-size: 13px;
    font-weight: 800;
}

.landing-text-link span {
    color: var(--ek-orange);
    font-size: 18px;
}

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

.landing-course-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: var(--ek-radius);
    background: var(--ek-white);
    transition: transform .25s ease, box-shadow .25s ease;
}

.landing-course-card:hover {
    box-shadow: var(--ek-shadow);
    transform: translateY(-7px);
}

.landing-course-visual {
    position: relative;
    min-height: 214px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #dfe7e9, #f3f4f2);
}

.landing-course-visual-2 {
    background: linear-gradient(145deg, #112a3c, #071827);
}

.landing-course-visual-3 {
    background: linear-gradient(145deg, #f5d4bc, #f4eee8);
}

.landing-course-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(7, 24, 39, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7, 24, 39, .07) 1px, transparent 1px);
    background-size: 24px 24px;
}

.landing-course-visual img {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-course-visual svg {
    position: relative;
    z-index: 1;
    width: 88%;
    max-width: 320px;
    fill: none;
    stroke: var(--ek-navy-700);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-course-visual-2 svg {
    stroke: #b7c5cd;
}

.landing-course-visual .accent-line {
    stroke: var(--ek-orange);
}

.landing-course-badge {
    position: absolute;
    z-index: 3;
    top: 18px;
    left: 18px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--ek-navy-900);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.landing-course-number {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 12px;
    color: rgba(7, 24, 39, .15);
    font-size: 52px;
    font-weight: 900;
    line-height: 1;
}

.landing-course-visual-2 .landing-course-number {
    color: rgba(255, 255, 255, .14);
}

.landing-course-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.landing-course-body h3 {
    min-height: 60px;
    margin: 0;
    color: var(--ek-navy-900);
    font-size: 21px;
    line-height: 1.36;
}

.landing-course-body > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 15px 0 0;
    color: var(--ek-slate);
    font-size: 14px;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.landing-course-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px 0;
    margin-top: auto;
    border-bottom: 1px solid var(--ek-line);
}

.landing-course-meta span {
    display: block;
    color: #87949c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.landing-course-meta strong {
    display: block;
    margin-top: 6px;
    color: var(--ek-navy-900);
    font-size: 15px;
}

.landing-lesson-count {
    margin: 13px 0 0 !important;
    color: #6c7a83 !important;
    font-size: 11px !important;
    font-weight: 750;
}

.landing-course-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 19px;
    color: var(--ek-navy-900);
    font-size: 13px;
    font-weight: 850;
}

.landing-course-action span {
    color: var(--ek-orange);
    font-size: 19px;
    transition: transform .2s ease;
}

.landing-course-action:hover span {
    transform: translateX(5px);
}

.landing-empty-state {
    padding: 52px;
    border: 1px dashed #cbd4d9;
    border-radius: var(--ek-radius);
    background: #f8faf9;
    text-align: center;
}

.landing-empty-state strong {
    color: var(--ek-navy-900);
    font-size: 22px;
}

.landing-empty-state p {
    margin: 8px 0 22px;
}

.landing-workflow,
.landing-why {
    position: relative;
    overflow: hidden;
    background: var(--ek-navy-900);
    color: var(--ek-white);
}

.landing-section-heading-light h2,
.landing-why h2 {
    color: var(--ek-white);
}

.landing-section-heading-light > p {
    color: #9fb0bb;
}

.landing-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.landing-workflow-item {
    min-height: 235px;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.landing-workflow-item:last-child {
    border-right: 0;
}

.landing-workflow-item > span {
    color: var(--ek-orange-light);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
}

.landing-workflow-item h3 {
    margin: 62px 0 10px;
    color: var(--ek-white);
    font-size: 18px;
}

.landing-workflow-item p {
    margin: 0;
    color: #94a7b2;
    font-size: 13px;
    line-height: 1.65;
}

.landing-why {
    background: #0b2131;
}

.landing-why::before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: -320px;
    width: 480px;
    height: 480px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, .025), 0 0 0 160px rgba(255, 255, 255, .018);
}

.landing-why-grid {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 100px;
    align-items: center;
}

.landing-why-copy > p:last-child {
    max-width: 460px;
    margin: 28px 0 0;
    color: #aabac4;
    line-height: 1.8;
}

.landing-why-list {
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.landing-why-item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.landing-why-item > span {
    color: var(--ek-orange-light);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .12em;
}

.landing-why-item h3 {
    margin: 0 0 7px;
    color: var(--ek-white);
    font-size: 18px;
}

.landing-why-item p {
    margin: 0;
    color: #9fb0bb;
    font-size: 13px;
    line-height: 1.65;
}

.landing-cta {
    background: #e9edeb;
}

.landing-cta-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 70px;
    align-items: center;
    padding: 64px;
    overflow: hidden;
    border-radius: 28px;
    background: var(--ek-navy-950);
    color: var(--ek-white);
    box-shadow: var(--ek-shadow);
}

.landing-cta-card::before {
    content: "";
    position: absolute;
    left: -120px;
    top: -160px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(243, 122, 32, .15), transparent 67%);
}

.landing-cta-card > * {
    position: relative;
}

.landing-cta h2 {
    color: var(--ek-white);
}

.landing-cta-card p:not(.landing-eyebrow) {
    max-width: 620px;
    margin: 24px 0 0;
    color: #aebcc5;
    line-height: 1.75;
}

.landing-cta-actions {
    flex-direction: column;
    margin-top: 0;
}

.landing-cta-actions .landing-button {
    width: 100%;
}

/* Footer */
.site-footer.modern-footer {
    padding: 55px 0 24px;
    background: var(--ek-navy-950);
    color: var(--ek-white);
}

.modern-footer-main {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.modern-brand-footer {
    margin: 0;
}

.modern-footer-main > p {
    margin: 0;
    color: #8497a3;
    font-size: 13px;
}

.modern-socials,
.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.modern-socials a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 50%;
    color: #c6d1d7;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    transition: transform .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
}

.modern-socials a:hover {
    border-color: var(--ek-orange);
    background: rgba(243, 122, 32, .12);
    color: var(--ek-white);
    transform: translateY(-2px);
}

.contact-social-links a {
    padding: 8px 12px;
    border: 1px solid var(--ek-line);
    border-radius: 999px;
    color: var(--ek-navy-900);
    font-size: 12px;
    font-weight: 800;
}

.contact-social-links a:hover {
    border-color: var(--ek-orange);
    color: #b6530c;
}

.modern-back-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    color: #bac6cd;
    font-size: 12px;
    font-weight: 750;
}

.modern-back-top:hover {
    color: var(--ek-white);
}

.modern-back-top span {
    color: var(--ek-orange-light);
    font-size: 17px;
}

.modern-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    color: #6f8592;
    font-size: 10px;
}

.modern-footer-bottom p {
    margin: 0;
    color: inherit;
}

.modern-footer-bottom nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}

.modern-footer-bottom a {
    color: #8294a0;
}

.modern-footer-bottom a:hover {
    color: var(--ek-white);
}

.landing-reveal {
    animation: ek-fade-up .65s both;
}

@keyframes ek-fade-up {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1199px) {
    .modern-nav { gap: 2px; }
    .modern-nav .nav-link { padding-inline: 8px !important; font-size: 12px; }
    .modern-login-area { margin-left: 10px; }
}

@media (max-width: 991.98px) {
    .admin-stat-grid,
    .admin-stat-grid-compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-filter-bar {
        grid-template-columns: 1fr 1fr;
    }

    .admin-filter-actions {
        grid-column: 1 / -1;
    }

    .app-page-body .summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-header .navbar {
        min-height: 76px;
    }

    .modern-header .navbar-collapse {
        max-height: calc(100vh - 76px);
        padding: 22px 0 28px;
        overflow-y: auto;
        border-top: 1px solid rgba(255, 255, 255, .12);
        background: rgba(4, 17, 29, .98);
    }

    .modern-nav {
        align-items: stretch;
    }

    .modern-nav .nav-link {
        padding: 12px 4px !important;
        border-radius: 0;
        font-size: 15px;
    }

    .modern-login-area {
        align-items: stretch;
        flex-direction: column;
        margin: 15px 0 0;
    }

    .modern-user-name {
        max-width: 100%;
    }

    .modern-nav-button {
        width: 100%;
    }

    .landing-hero-note {
        display: none;
    }

    .landing-manifesto-inner {
        grid-template-columns: .45fr 1.55fr;
    }

    .landing-manifesto-axis {
        grid-column: 1 / -1;
        grid-template-columns: repeat(7, auto);
    }

    .landing-category-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        border: 0;
    }

    .landing-category-card {
        min-height: 310px;
        border: 1px solid var(--ek-line);
        border-radius: var(--ek-radius);
    }

    .landing-category-card:last-child {
        border-right: 1px solid var(--ek-line);
    }

    .landing-course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-workflow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .landing-workflow-item:nth-child(2) {
        border-right: 0;
    }

    .landing-workflow-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .landing-why-grid,
    .landing-cta-card {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .landing-cta-actions {
        flex-direction: row;
    }

    .landing-cta-actions .landing-button {
        width: auto;
        flex: 1 1 220px;
    }
}

@media (max-width: 767.98px) {
    .admin-heading-actions {
        justify-content: flex-start;
    }

    .admin-stat-grid,
    .admin-stat-grid-compact,
    .admin-filter-bar {
        grid-template-columns: 1fr;
    }

    .admin-filter-actions {
        grid-column: auto;
    }

    .admin-attention-card,
    .admin-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-attention-card .btn {
        width: 100%;
    }

    .admin-selection-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-selection-note small {
        margin-left: 0;
    }

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

    .invoice-helper-copy {
        grid-template-columns: 1fr;
    }

    .course-cover-editor img {
        width: 100%;
        height: 180px;
    }

    .app-page-body .site-main-app > .container {
        padding-top: 28px !important;
        padding-bottom: 36px !important;
    }

    .app-page-body .page-title-bar {
        align-items: stretch;
        flex-direction: column;
    }

    .app-page-body .summary-grid {
        grid-template-columns: 1fr;
    }

    .app-page-body .payment-summary-card,
    .app-page-body .legal-card,
    .app-page-body .agreement-box,
    .legal-page {
        padding: 22px;
        border-radius: 16px;
    }

    .modern-brand-copy strong { font-size: 16px; }
    .modern-brand-mark { width: 38px; height: 38px; }

    .landing-hero {
        min-height: 720px;
        align-items: flex-end;
    }

    .landing-hero-media {
        background-position: 68% center;
    }

    .landing-hero-shade {
        background: linear-gradient(0deg, rgba(4, 17, 29, .99) 0%, rgba(4, 17, 29, .89) 56%, rgba(4, 17, 29, .42) 100%);
    }

    .landing-hero-inner {
        padding-top: 128px;
        padding-bottom: 66px;
    }

    .landing-hero h1 {
        font-size: clamp(44px, 13vw, 62px);
    }

    .landing-hero-text {
        margin-top: 22px;
        font-size: 16px;
    }

    .landing-hero-actions .landing-button {
        flex: 1 1 190px;
    }

    .landing-hero-points {
        gap: 12px 18px;
        margin-top: 28px;
    }

    .landing-manifesto-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .landing-manifesto blockquote {
        padding-left: 18px;
    }

    .landing-manifesto-axis {
        grid-column: auto;
        grid-template-columns: auto 1fr;
    }

    .landing-section {
        padding: 82px 0;
    }

    .landing-section-heading,
    .landing-courses-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 26px;
        margin-bottom: 36px;
    }

    .landing-section-heading h2,
    .landing-courses h2,
    .landing-workflow h2,
    .landing-why h2,
    .landing-cta h2 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .landing-section-heading > p {
        max-width: 100%;
    }

    .landing-course-grid,
    .landing-workflow-grid {
        grid-template-columns: 1fr;
    }

    .landing-course-body h3 {
        min-height: auto;
    }

    .landing-workflow-item,
    .landing-workflow-item:nth-child(2) {
        min-height: 205px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .landing-workflow-item:last-child {
        border-bottom: 0;
    }

    .landing-workflow-item h3 {
        margin-top: 44px;
    }

    .landing-why-grid {
        gap: 44px;
    }

    .landing-cta-card {
        width: calc(100% - 8px);
        margin: auto;
        padding: 38px 24px 24px;
        border-radius: 22px;
    }

    .landing-cta-actions {
        flex-direction: column;
    }

    .landing-cta-actions .landing-button {
        width: 100%;
        flex: none;
    }

    .modern-footer-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .modern-back-top {
        margin-left: 0;
    }

    .modern-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }

    .modern-footer-bottom nav {
        justify-content: flex-start;
        gap: 14px 20px;
    }
}

@media (max-width: 400px) {
    .landing-hero h1 { font-size: 42px; }
    .landing-hero-points { font-size: 12px; }
    .landing-category-card { padding: 26px; }
    .landing-card-link { left: 26px; }
    .landing-course-meta { grid-template-columns: 1fr; }
}

/* Ekaydan v11 kullanıcı yönetimi ve güvenli hesap ekranları */
.users-management-heading {
    align-items: stretch;
}

.users-stat-grid {
    margin-bottom: 26px;
}

.users-stat-card {
    min-height: 154px;
}

.users-stat-card > strong {
    font-size: clamp(28px, 3.2vw, 38px);
}

.temporary-password-panel {
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px);
    gap: 24px;
    align-items: center;
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid #9bd8b8;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0fdf4, #ffffff 72%);
    box-shadow: 0 14px 38px rgba(22, 101, 52, .08);
}

.temporary-password-panel h2 {
    margin: 8px 0 8px;
    font-size: 24px;
    font-weight: 850;
}

.temporary-password-panel p {
    max-width: 720px;
    margin: 0;
    color: #496258;
    line-height: 1.7;
}

.temporary-password-box {
    display: grid;
    gap: 9px;
    padding: 17px;
    border: 1px dashed #16a34a;
    border-radius: 14px;
    background: #ffffff;
}

.temporary-password-box small {
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.temporary-password-box strong {
    color: var(--ek-navy-900);
    font-size: 13px;
}

.temporary-password-box code {
    padding: 12px;
    border-radius: 10px;
    background: #ecfdf5;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: .08em;
    word-break: break-all;
}

.users-filter-bar {
    grid-template-columns: minmax(240px, 1fr) minmax(190px, .42fr) minmax(180px, .34fr) auto;
}

.users-table-shell {
    overflow: auto;
}

.users-content-table tbody tr.user-disabled-row {
    background: #fff8f8;
}

.user-profile-cell {
    min-width: 260px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
}

.user-avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--ek-navy-900);
    color: var(--ek-orange-light);
    font-weight: 900;
    text-transform: uppercase;
}

.user-profile-cell strong {
    display: block;
    color: var(--ek-navy-900);
    font-size: 13px;
    word-break: break-word;
}

.user-profile-cell small {
    display: block;
    margin-top: 3px;
    color: #829099;
    font-size: 10px;
    font-weight: 700;
}

.users-row-actions {
    min-width: 360px;
}

.protected-admin-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 10px;
    border: 1px solid #d5dde1;
    border-radius: 999px;
    background: #f2f5f4;
    color: #6c7a83;
    font-size: 10px;
    font-weight: 850;
    white-space: nowrap;
}

.delete-safety-layout {
    display: grid;
    grid-template-columns: minmax(280px, .85fr) minmax(320px, 1fr);
    gap: 22px;
    align-items: start;
}

.delete-safety-card,
.delete-decision-card {
    padding: 26px;
    border: 1px solid var(--ek-line);
    border-radius: 18px;
    background: var(--ek-white);
    box-shadow: 0 14px 38px rgba(7, 24, 39, .06);
}

.delete-safety-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 18px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
}

.delete-safety-icon.is-blocked {
    background: #b91c1c;
}

.delete-safety-icon.is-warning {
    background: var(--ek-orange);
}

.delete-safety-card h2 {
    margin: 8px 0 4px;
    font-size: 26px;
    font-weight: 850;
    word-break: break-word;
}

.delete-safety-card p {
    margin: 0;
}

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

.delete-record-grid div {
    padding: 14px;
    border-radius: 12px;
    background: #f3f6f5;
}

.delete-record-grid dt {
    color: #6b7880;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.delete-record-grid dd {
    margin: 7px 0 0;
    color: var(--ek-navy-900);
    font-size: 25px;
    font-weight: 900;
}

.delete-decision-card {
    display: grid;
    gap: 18px;
}

.delete-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.delete-actions form {
    margin: 0;
}

.auth-support-page {
    max-width: 920px;
    margin: 34px auto;
}

.auth-support-card {
    display: grid;
    grid-template-columns: minmax(240px, .75fr) 1fr;
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 24px;
    background: var(--ek-white);
    box-shadow: 0 18px 55px rgba(7, 24, 39, .1);
}

.auth-support-card-centered {
    max-width: 640px;
    display: block;
    margin: 0 auto;
}

.auth-support-visual {
    position: relative;
    display: grid;
    min-height: 480px;
    place-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(243, 122, 32, .45), transparent 35%),
        linear-gradient(145deg, var(--ek-navy-950), var(--ek-navy-800));
}

.auth-support-visual::after {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
}

.auth-support-visual span {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 72px;
    font-weight: 900;
    letter-spacing: .12em;
}

.auth-support-content {
    padding: clamp(28px, 5vw, 48px);
}

.auth-support-kicker {
    display: inline-flex;
    margin-bottom: 12px;
    color: #cf5f10;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.auth-support-content h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 44px);
    font-weight: 850;
    letter-spacing: -.04em;
}

.auth-support-content p {
    color: #5f6f78;
    line-height: 1.75;
}

.auth-support-form {
    margin-top: 24px;
}

.auth-support-note {
    margin: 20px 0;
    padding: 15px 17px;
    border-left: 3px solid var(--ek-orange);
    border-radius: 0 12px 12px 0;
    background: #fff5ed;
    color: #6b584c;
    font-size: 13px;
    line-height: 1.65;
}

.auth-support-note strong {
    color: var(--ek-navy-900);
}

.auth-support-link {
    color: var(--ek-navy-900);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.auth-support-success-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e6f4ed;
    color: #23704d;
    font-size: 34px;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .users-filter-bar {
        grid-template-columns: 1fr 1fr;
    }

    .users-filter-bar .admin-filter-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 992px) {
    .temporary-password-panel,
    .delete-safety-layout,
    .auth-support-card {
        grid-template-columns: 1fr;
    }

    .auth-support-visual {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .users-filter-bar {
        grid-template-columns: 1fr;
    }

    .users-row-actions {
        min-width: 0;
        justify-content: flex-start;
    }

    .users-content-table thead {
        display: none;
    }

    .users-content-table,
    .users-content-table tbody,
    .users-content-table tr,
    .users-content-table td {
        display: block;
        width: 100%;
    }

    .users-content-table tbody tr {
        padding: 14px;
        border-bottom: 1px solid var(--ek-line);
    }

    .users-content-table tbody td {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0;
        border: 0;
    }

    .users-content-table tbody td::before {
        content: attr(data-label);
        flex: 0 0 110px;
        color: #71808a;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .user-profile-cell {
        min-width: 0;
        flex: 1;
    }

    .delete-record-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .temporary-password-box .btn,
    .delete-actions .btn,
    .delete-actions form,
    .delete-actions button {
        width: 100%;
    }
}

/* =========================================================
   EKAYDAN V12 - "YOK ARTIK" PROFESYONEL KATMAN
   ========================================================= */
.modern-menu-notification {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.modern-menu-notification strong {
    min-width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: var(--ek-orange);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.command-hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: end;
    overflow: hidden;
    padding: clamp(28px, 5vw, 48px);
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 0%, rgba(243, 122, 32, .28), transparent 34%),
        radial-gradient(circle at 0% 100%, rgba(45, 127, 130, .24), transparent 34%),
        linear-gradient(135deg, #04111d 0%, #071827 48%, #0c2638 100%);
    color: var(--ek-white);
    box-shadow: 0 30px 90px rgba(7, 24, 39, .23);
}

.command-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .09;
    background-image:
        linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
    background-size: 38px 38px;
    pointer-events: none;
}

.command-hero-copy,
.command-hero-actions,
.health-score-orb {
    position: relative;
    z-index: 1;
}

.command-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: #ffbd8f;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.command-eyebrow::before {
    content: "";
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: var(--ek-orange);
}

.command-hero h1 {
    max-width: 820px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 900;
    line-height: .98;
    letter-spacing: -.055em;
}

.command-hero p {
    max-width: 800px;
    margin: 0;
    color: #c7d4db;
    font-size: 16px;
    line-height: 1.75;
}

.command-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.command-hero-meta span,
.store-hero-badges span,
.auth-pro-points span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    color: #dce7ec;
    font-size: 11px;
    font-weight: 800;
}

.command-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    min-width: 230px;
}

.command-hero-actions .btn {
    justify-content: center;
    border-radius: 999px;
}

.executive-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.executive-metric-card {
    position: relative;
    min-height: 172px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .86);
    color: var(--ek-navy-900);
    text-decoration: none;
    box-shadow: 0 18px 48px rgba(7, 24, 39, .075);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.executive-metric-card::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -58px;
    width: 142px;
    height: 142px;
    border: 24px solid #edf2f1;
    border-radius: 50%;
}

.executive-metric-card:hover {
    color: var(--ek-navy-900);
    border-color: rgba(243, 122, 32, .35);
    box-shadow: 0 26px 70px rgba(7, 24, 39, .12);
    transform: translateY(-5px);
}

.executive-metric-card span,
.executive-metric-card strong,
.executive-metric-card small,
.executive-metric-card i {
    position: relative;
    z-index: 1;
}

.executive-metric-card span {
    color: #74828a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.executive-metric-card strong {
    margin: 16px 0 6px;
    color: inherit;
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 950;
    line-height: 1;
}

.executive-metric-card small {
    margin-top: auto;
    color: #7d8a92;
    font-size: 12px;
}

.executive-metric-card i {
    position: absolute;
    right: 22px;
    top: 20px;
    color: var(--ek-orange);
    font-style: normal;
    font-size: 13px;
    font-weight: 900;
}

.executive-metric-card-accent {
    background: linear-gradient(145deg, var(--ek-navy-950), var(--ek-navy-800));
    color: #fff;
}

.executive-metric-card-accent:hover {
    color: #fff;
}

.executive-metric-card-accent span,
.executive-metric-card-accent small {
    color: #aebdc5;
}

.executive-metric-card-accent::after {
    border-color: rgba(255, 255, 255, .055);
}

.executive-metric-card-wide {
    grid-column: span 2;
    min-height: 136px;
}

.ops-alert-board,
.users-risk-radar,
.health-action-panel {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: center;
    padding: 28px;
    margin-bottom: 28px;
    border: 1px solid #eed2bc;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff7f0, #ffffff 65%);
    box-shadow: 0 16px 48px rgba(7, 24, 39, .065);
}

.ops-alert-board h2,
.users-risk-radar h2,
.health-action-panel h2 {
    margin: 8px 0 8px;
    color: var(--ek-navy-900);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.ops-alert-board p,
.users-risk-radar p,
.health-action-panel p {
    margin: 0;
    color: #6d7a82;
    line-height: 1.7;
}

.ops-alert-list,
.users-risk-grid,
.health-action-list {
    display: grid;
    gap: 10px;
}

.ops-alert-list,
.users-risk-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ops-alert-item,
.users-risk-item {
    display: grid;
    gap: 3px;
    padding: 18px;
    border: 1px solid var(--ek-line);
    border-radius: 18px;
    background: #fff;
    color: var(--ek-navy-900);
    text-decoration: none;
}

.ops-alert-item strong,
.users-risk-item strong {
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
}

.ops-alert-item span,
.users-risk-item span {
    color: var(--ek-navy-900);
    font-size: 12px;
    font-weight: 850;
}

.ops-alert-item small {
    color: #83919a;
    font-size: 10px;
}

.ops-alert-item.needs-attention,
.users-risk-item.needs-attention {
    border-color: #f3b278;
    background: #fff3e8;
}

.ops-alert-item.is-clear,
.users-risk-item.is-clear {
    border-color: #cae8dc;
    background: #f2fbf6;
}

.dashboard-split-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, .65fr);
    gap: 22px;
    align-items: start;
}

.premium-panel-card {
    padding: 22px;
    border: 1px solid var(--ek-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 50px rgba(7, 24, 39, .07);
}

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

.learning-feed-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid #e6ecef;
    border-radius: 17px;
    background: #f8faf9;
}

.learning-feed-item strong,
.learning-feed-item small,
.learning-feed-item em,
.learning-feed-item time {
    position: relative;
    z-index: 1;
}

.learning-feed-item strong {
    display: block;
    color: var(--ek-navy-900);
    font-size: 13px;
}

.learning-feed-item small,
.learning-feed-item em {
    display: block;
    margin-top: 4px;
    color: #7b8a93;
    font-size: 11px;
    font-style: normal;
}

.learning-feed-item time {
    color: #b6530c;
    font-size: 11px;
    font-weight: 900;
    white-space: nowrap;
}

.learning-feed-progress {
    position: absolute;
    inset: auto 0 0 0;
    height: 4px;
    background: #e1e8eb;
}

.learning-feed-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--ek-orange), #ffb178);
}

/* Store premium */
.store-premium-hero {
    display: grid;
    grid-template-columns: 1fr minmax(220px, .45fr);
    gap: 28px;
    align-items: end;
    padding: clamp(28px, 5vw, 46px);
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 28px;
    background:
        radial-gradient(circle at 86% 10%, rgba(243, 122, 32, .26), transparent 34%),
        linear-gradient(135deg, #04111d, #0d3147);
    box-shadow: 0 30px 80px rgba(7, 24, 39, .2);
}

.store-premium-hero h1 {
    max-width: 900px;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.055em;
}

.store-premium-hero p {
    max-width: 760px;
    margin: 0;
    color: #cad7dd;
    line-height: 1.75;
}

.store-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.premium-store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}

.premium-store-card {
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(7, 24, 39, .08);
    transition: transform .22s ease, box-shadow .22s ease;
}

.premium-store-card:hover {
    box-shadow: 0 28px 80px rgba(7, 24, 39, .14);
    transform: translateY(-6px);
}

.premium-store-media,
.service-detail-media {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    background: linear-gradient(145deg, var(--ek-navy-900), var(--ek-navy-700));
}

.premium-store-media img,
.service-detail-media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    transition: transform .35s ease;
}

.premium-store-card:hover .premium-store-media img {
    transform: scale(1.045);
}

.premium-store-media::after,
.service-detail-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4,17,29,0), rgba(4,17,29,.74));
}

.premium-store-placeholder {
    min-height: 220px;
    display: grid;
    place-items: center;
}

.premium-store-placeholder span {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 26px;
    color: #ffb178;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: .08em;
}

.premium-store-number,
.premium-store-label {
    position: absolute;
    z-index: 2;
    color: #fff;
}

.premium-store-number {
    right: 22px;
    bottom: 18px;
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.premium-store-label {
    left: 18px;
    top: 18px;
    padding: 8px 11px;
    border-radius: 999px;
    background: rgba(4, 17, 29, .72);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-store-body {
    padding: 24px;
}

.premium-store-body h2 {
    margin: 0 0 10px;
    color: var(--ek-navy-900);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -.03em;
}

.premium-store-body p {
    color: #64727b;
    line-height: 1.65;
}

.premium-store-meta,
.service-detail-metrics,
.health-data-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 20px 0;
}

.premium-store-meta div,
.service-detail-metrics div,
.health-data-card {
    padding: 14px;
    border: 1px solid #e4eaed;
    border-radius: 15px;
    background: #f8faf9;
}

.premium-store-meta span,
.service-detail-metrics span,
.health-data-card span {
    display: block;
    color: #74828a;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.premium-store-meta strong,
.service-detail-metrics strong,
.health-data-card strong {
    display: block;
    margin-top: 6px;
    color: var(--ek-navy-900);
    font-size: 16px;
    font-weight: 900;
}

.premium-store-insight {
    padding: 12px 14px;
    border-left: 3px solid var(--ek-orange);
    border-radius: 0 12px 12px 0;
    background: #fff4ea;
    color: #82542f;
    font-size: 12px;
    font-weight: 800;
}

.premium-store-actions,
.service-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 20px;
}

.premium-state {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
}

.premium-state.is-info { background: #e7f3fb; color: #23698d; }
.premium-state.is-warning { background: #fff1d8; color: #9a5a09; }
.premium-state.is-success { background: #e6f4ed; color: #23704d; }
.premium-state.is-danger { background: #fae8e8; color: #a13d3d; }
.premium-state.is-muted { background: #eef1f2; color: #5f6f78; }

.service-detail-hero {
    display: grid;
    grid-template-columns: minmax(320px, .75fr) 1fr;
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 24, 39, .1);
}

.service-detail-copy {
    padding: clamp(28px, 5vw, 48px);
}

.service-detail-copy h1 {
    margin: 0 0 15px;
    color: var(--ek-navy-900);
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 950;
    letter-spacing: -.052em;
    line-height: 1;
}

.service-detail-copy p {
    color: #60707a;
    font-size: 16px;
    line-height: 1.75;
}

.service-scope-panel {
    padding: 26px;
    margin-top: 24px;
    border: 1px solid var(--ek-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 52px rgba(7, 24, 39, .065);
}

.service-lesson-timeline {
    display: grid;
    gap: 12px;
}

.service-lesson-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    align-items: center;
    padding: 16px;
    border: 1px solid #e5ebee;
    border-radius: 18px;
    background: #f8faf9;
}

.service-lesson-item > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--ek-navy-900);
    color: #ffb178;
    font-size: 12px;
    font-weight: 950;
}

.service-lesson-item strong {
    display: block;
    color: var(--ek-navy-900);
}

.service-lesson-item small {
    color: #7d8a92;
}

.service-lesson-item em {
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf2f1;
    color: #5f6f78;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
}

/* Auth premium */
.auth-pro-page {
    max-width: 1120px;
    margin: 0 auto;
}

.auth-pro-card {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(320px, .8fr);
    overflow: hidden;
    border: 1px solid var(--ek-line);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(7, 24, 39, .12);
}

.auth-pro-card-reverse .auth-pro-side {
    order: 2;
}

.auth-pro-side {
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(30px, 5vw, 50px);
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 12%, rgba(243, 122, 32, .32), transparent 32%),
        linear-gradient(145deg, #04111d, #0c2638);
    color: #fff;
}

.auth-pro-side::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .09;
    background-image:
        linear-gradient(rgba(255,255,255,.75) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.75) 1px, transparent 1px);
    background-size: 42px 42px;
}

.auth-pro-side > * {
    position: relative;
    z-index: 1;
}

.auth-pro-side h1 {
    max-width: 520px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 950;
    line-height: .96;
    letter-spacing: -.06em;
}

.auth-pro-side p {
    color: #cbd8de;
    line-height: 1.75;
}

.auth-pro-points {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.auth-pro-form-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 46px);
}

.auth-pro-form-heading span {
    color: #b6530c;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.auth-pro-form-heading h2 {
    margin: 7px 0 6px;
    color: var(--ek-navy-900);
    font-size: 32px;
    font-weight: 950;
    letter-spacing: -.04em;
}

.auth-pro-form-heading p {
    margin-bottom: 24px;
    color: #6b7a84;
}

.auth-pro-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 14px 0 18px;
}

.auth-pro-options a,
.auth-pro-bottom-link a {
    color: #b6530c;
    font-weight: 850;
    text-decoration: none;
}

.auth-security-note {
    padding: 13px 15px;
    margin-bottom: 18px;
    border: 1px solid #e5ebee;
    border-radius: 15px;
    background: #f7f9f8;
    color: #60707a;
    font-size: 12px;
    line-height: 1.6;
}

.auth-pro-bottom-link {
    padding-top: 20px;
    margin-top: 22px;
    border-top: 1px solid var(--ek-line);
    color: #6b7a84;
}

/* System health */
.system-health-hero {
    grid-template-columns: 1fr auto;
}

.health-score-orb {
    width: 164px;
    height: 164px;
    display: grid;
    place-items: center;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .035);
}

.health-score-orb strong {
    color: #fff;
    font-size: 54px;
    font-weight: 950;
    line-height: .9;
}

.health-score-orb span {
    color: #bdcbd3;
    font-size: 12px;
    font-weight: 900;
}

.health-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.health-check-card {
    padding: 22px;
    border: 1px solid var(--ek-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(7, 24, 39, .07);
}

.health-check-card span {
    color: #74828a;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.health-check-card strong {
    display: block;
    margin: 10px 0;
    color: var(--ek-navy-900);
    font-size: 28px;
    font-weight: 950;
}

.health-check-card p {
    min-height: 68px;
    color: #687781;
    font-size: 13px;
    line-height: 1.6;
}

.health-check-card a,
.health-action-list a,
.health-action-list span {
    display: block;
    color: #b6530c;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.health-check-card.is-ok {
    border-color: #cae8dc;
    background: linear-gradient(180deg, #f3fbf6, #fff);
}

.health-check-card.needs-work {
    border-color: #f3b278;
    background: linear-gradient(180deg, #fff4ea, #fff);
}

.health-data-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.health-data-card strong {
    font-size: 30px;
}

.health-data-card small {
    color: #7d8a92;
    font-size: 11px;
}

.health-action-list {
    padding: 18px;
    border: 1px solid #e5ebee;
    border-radius: 18px;
    background: #fff;
}

.health-action-panel.is-celebration {
    border-color: #c7eadc;
    background: linear-gradient(135deg, #eefbf4, #fff 68%);
}

/* Homepage cinematic board */
.landing-production-board {
    position: relative;
    overflow: hidden;
    padding: 84px 0;
    background:
        radial-gradient(circle at 82% 18%, rgba(243, 122, 32, .18), transparent 32%),
        linear-gradient(135deg, #04111d, #0a2638 58%, #0f3a4e);
    color: #fff;
}

.landing-production-board-inner {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 52px;
    align-items: center;
}

.landing-production-board h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(38px, 4.8vw, 66px);
    font-weight: 950;
    line-height: .98;
    letter-spacing: -.055em;
}

.landing-production-board p {
    color: #c7d4db;
    font-size: 16px;
    line-height: 1.8;
}

.production-board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.production-board-grid article {
    min-height: 184px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
    backdrop-filter: blur(12px);
}

.production-board-grid span {
    color: #ffb178;
    font-size: 12px;
    font-weight: 950;
}

.production-board-grid strong {
    margin-top: auto;
    color: #fff;
    font-size: 22px;
    font-weight: 950;
}

.production-board-grid small {
    margin-top: 8px;
    color: #b8c7cf;
    line-height: 1.5;
}

/* Reveal and responsiveness */
.landing-reveal,
.premium-store-card,
.executive-metric-card,
.health-check-card,
.auth-pro-card {
    will-change: transform, opacity;
}

.reveal-ready {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.reveal-ready.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1199px) {
    .executive-metrics-grid,
    .health-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-split-grid,
    .store-premium-hero,
    .service-detail-hero,
    .landing-production-board-inner,
    .auth-pro-card,
    .ops-alert-board,
    .users-risk-radar,
    .health-action-panel {
        grid-template-columns: 1fr;
    }

    .auth-pro-card-reverse .auth-pro-side {
        order: 0;
    }

    .auth-pro-side {
        min-height: 420px;
    }
}

@media (max-width: 767px) {
    .command-hero,
    .system-health-hero {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .command-hero-actions {
        min-width: 0;
    }

    .executive-metrics-grid,
    .health-check-grid,
    .health-data-grid,
    .premium-store-meta,
    .service-detail-metrics,
    .ops-alert-list,
    .users-risk-grid,
    .production-board-grid {
        grid-template-columns: 1fr;
    }

    .executive-metric-card-wide {
        grid-column: auto;
    }

    .premium-store-grid {
        grid-template-columns: 1fr;
    }

    .auth-pro-side {
        min-height: 360px;
    }

    .service-lesson-item {
        grid-template-columns: auto 1fr;
    }

    .service-lesson-item em {
        grid-column: 2;
        justify-self: start;
    }
}
