/* ===== "Izchil" Dizayn Tizimi — Token'lar ===== */
:root {
    --iz-primary: #0E7C66;
    --iz-primary-dark: #0A5F4F;
    --iz-primary-tint: #E6F4F1;
    --iz-ink: #1C2321;
    --iz-ink-muted: #5A6663;
    --iz-bg: #F7F9F8;
    --iz-surface: #FFFFFF;
    --iz-border: #DDE5E2;
    --iz-success-bg: #E6F4F1;
    --iz-success-text: #0E7C66;
    --iz-warning-bg: #FDF3E0;
    --iz-warning-text: #B5790E;
    --iz-danger-bg: #FBEAE8;
    --iz-danger-text: #C0392B;
    --iz-info-bg: #EAF1F6;
    --iz-info-text: #3E6A85;
    --iz-radius-sm: 6px;
    --iz-radius-md: 12px;
    --iz-radius-full: 9999px;
    --iz-shadow-sm: 0 1px 2px rgba(28, 35, 33, 0.06);
    --iz-shadow-md: 0 4px 12px rgba(28, 35, 33, 0.10);
    --iz-font-heading: 'Manrope', sans-serif;
    --iz-font-body: 'Inter', sans-serif;
}

body {
    font-family: var(--iz-font-body);
    color: var(--iz-ink);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--iz-font-heading);
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/* ===== EduTrack Zamonaviy Dizayn ===== */

/* ===== EduTrack — "Izchil" Dizayn Tizimi ===== */

body {
    background-color: var(--iz-bg);
}

.navbar {
    background: var(--iz-surface) !important;
    border-bottom: 1px solid var(--iz-border);
    box-shadow: none;
}

.navbar-brand, .nav-link {
    color: var(--iz-ink) !important;
    font-family: var(--iz-font-heading);
    font-weight: 700;
}

.nav-link {
    font-family: var(--iz-font-body);
    font-weight: 500;
    color: var(--iz-ink-muted) !important;
}

    .nav-link:hover {
        color: var(--iz-primary) !important;
    }

.card {
    border: 1px solid var(--iz-border);
    border-radius: var(--iz-radius-md);
    box-shadow: var(--iz-shadow-sm);
    transition: box-shadow 0.15s ease;
}

    .card:hover {
        box-shadow: var(--iz-shadow-md);
    }

.btn {
    border-radius: var(--iz-radius-sm);
    font-weight: 500;
    transition: transform 0.1s ease;
}

    .btn:active {
        transform: scale(0.98);
    }

.btn-primary {
    background-color: var(--iz-primary);
    border-color: var(--iz-primary);
}

    .btn-primary:hover {
        background-color: var(--iz-primary-dark);
        border-color: var(--iz-primary-dark);
    }

.table {
    background-color: var(--iz-surface);
    border-radius: var(--iz-radius-md);
    overflow: hidden;
    box-shadow: var(--iz-shadow-sm);
}

    .table thead {
        background-color: var(--iz-bg);
        color: var(--iz-ink-muted);
    }

.badge {
    padding: 4px 12px;
    border-radius: var(--iz-radius-full);
    font-weight: 500;
}

h1 {
    font-weight: 800;
    color: var(--iz-ink);
    margin-bottom: 1.2rem;
}

.alert {
    border-radius: var(--iz-radius-md);
    border: none;
}

.alert-success {
    background-color: var(--iz-success-bg);
    color: var(--iz-success-text);
}

.alert-danger {
    background-color: var(--iz-danger-bg);
    color: var(--iz-danger-text);
}
/* ===== Responsive tuzatishlar ===== */

/* Jadval ichidagi qo'shni tugmalar orasida bo'shliq */
.table td .btn + .btn,
.table td form + .btn,
.table td .btn + form {
    margin-left: 4px;
}

/* Jadval matni kichik ekranda ham o'qilishi uchun */
.table-responsive {
    -webkit-overflow-scrolling: touch;
}

.table th, .table td {
    white-space: nowrap;
    vertical-align: middle;
}

    /* Tavsif, izoh kabi uzun matnli ustunlarda qatorlarni ko'p qatorli qilib o'qish osonroq bo'lsin */
    .table td small {
        white-space: normal;
        display: inline-block;
        max-width: 220px;
    }

/* Kichik ekranlarda sarlavha va tugmalar ustma-ust chiqmasligi uchun */
@media (max-width: 576px) {
    h1 {
        font-size: 1.5rem;
    }

    .btn {
        font-size: 0.9rem;
    }

    .card .display-6 {
        font-size: 1.6rem;
    }

    .navbar-brand {
        font-size: 1.1rem;
    }
}

/* Formalar mobil ekranda to'liq kenglikda va o'qilishi qulay bo'lsin */
form .form-group {
    max-width: 500px;
}

@media (max-width: 576px) {
    form .form-group {
        max-width: 100%;
    }
}

/* Imtihon sahifasida taymer doim ko'rinib tursin */
.exam-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #f4f6f9;
    padding: 10px 0;
}

@media (max-width: 576px) {
    .exam-header {
        flex-direction: row;
        justify-content: space-between !important;
    }

        .exam-header h1 {
            font-size: 1.2rem;
            margin-bottom: 0.2rem;
        }

        .exam-header .fs-3 {
            font-size: 1.4rem !important;
        }
}

/* ===== Xavfsizlik/UX yangilanishlari uchun qo'shimcha uslublar ===== */

/* "Hozircha ma'lumot yo'q" kabi bo'sh holatlarni yanada tushunarli va chiroyli ko'rsatish */
p.text-muted:only-child {
    padding: 24px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
}

/* Yuklanish holatidagi tugma matni bilan spinner orasida bo'shliq */
.spinner-border-sm {
    margin-right: 6px;
}

/* Alert xabarlar o'chishdan oldin silliq yo'qolishi uchun */
.alert-success, .alert-danger {
    transition: opacity 0.5s ease;
}
/* ===== "Izchil" — Sidebar Layout ===== */

.iz-shell {
    display: flex;
    min-height: 100vh;
}

.iz-sidebar {
    width: 260px;
    flex-shrink: 0;
    background: var(--iz-surface);
    border-right: 1px solid var(--iz-border);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

.iz-sidebar-brand {
    font-family: var(--iz-font-heading);
    font-weight: 800;
    font-size: 1.25rem;
    color: var(--iz-primary);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.iz-sidebar-nav {
    flex: 1;
    padding: 8px 12px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.iz-nav-group-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--iz-ink-muted);
    padding: 16px 12px 6px;
}

.iz-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: var(--iz-radius-sm);
    color: var(--iz-ink-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .iz-nav-item:hover {
        background: var(--iz-bg);
        color: var(--iz-ink);
    }

    .iz-nav-item.iz-active {
        background: var(--iz-primary-tint);
        color: var(--iz-primary);
        border-left: 3px solid var(--iz-primary);
        padding-left: 9px;
        font-weight: 600;
    }

.iz-nav-logout {
    color: var(--iz-danger-text);
}

.iz-sidebar-footer {
    padding: 12px;
    border-top: 1px solid var(--iz-border);
}

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

.iz-topbar {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    background: var(--iz-surface);
    border-bottom: 1px solid var(--iz-border);
    position: sticky;
    top: 0;
    z-index: 50;
}

.iz-hamburger {
    display: none;
    background: none;
    border: none;
    font-size: 1.4rem;
    color: var(--iz-ink);
}

.iz-topbar-spacer {
    flex: 1;
}

.iz-user {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--iz-ink);
}

.iz-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-family: var(--iz-font-heading);
    flex-shrink: 0;
}

.iz-avatar-admin {
    background: var(--iz-warning-text);
}

.iz-avatar-teacher {
    background: var(--iz-info-text);
}

.iz-avatar-student {
    background: var(--iz-primary);
}

.iz-user-name {
    font-weight: 500;
    font-size: 0.9rem;
}

.iz-content {
    padding: 24px;
    flex: 1;
}

.iz-footer {
    padding: 16px 24px;
    color: var(--iz-ink-muted);
    font-size: 0.85rem;
    border-top: 1px solid var(--iz-border);
}

body.iz-sidebar-open {
    overflow: hidden;
}

.iz-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(28, 35, 33, 0.35);
    z-index: 999;
}

    .iz-backdrop.iz-show {
        display: block;
    }

/* Mobil ekranlarda sidebar yashirin, tugma orqali chiqadi */
@media (max-width: 991px) {
    .iz-sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.2s ease;
        box-shadow: var(--iz-shadow-md);
    }

        .iz-sidebar.iz-open {
            transform: translateX(0);
        }

    .iz-hamburger {
        display: block;
    }
}
/* ===== "Izchil" — D3/D4: Bootstrap semantik ranglarini token'larga moslashtirish ===== */

:root, [data-bs-theme=light] {
    --bs-primary: var(--iz-primary);
    --bs-primary-rgb: 14, 124, 102;
    --bs-success: var(--iz-primary);
    --bs-success-rgb: 14, 124, 102;
    --bs-warning: #B5790E;
    --bs-warning-rgb: 181, 121, 14;
    --bs-danger: var(--iz-danger-text);
    --bs-danger-rgb: 192, 57, 43;
    --bs-info: var(--iz-info-text);
    --bs-info-rgb: 62, 106, 133;
    --bs-link-color: var(--iz-primary);
    --bs-link-hover-color: var(--iz-primary-dark);
}

/* Badge'larda matn har doim oq bo'lsin — barcha semantik fonlar yetarlicha to'q */
.badge {
    color: #fff;
}

/* Input maydonlar fokusi — ko'k o'rniga "Izchil" asosiy rangi */
.form-control:focus,
.form-select:focus {
    border-color: var(--iz-primary);
    box-shadow: 0 0 0 3px rgba(14, 124, 102, 0.15);
}

/* Klaviatura orqali navigatsiya qilinganda fokus har doim ko'rinsin (qulaylik) */
a:focus-visible,
button:focus-visible,
.iz-nav-item:focus-visible,
input:focus-visible {
    outline: 2px solid var(--iz-primary);
    outline-offset: 2px;
}

/* Progress bar — trek fon emerald tint, yumaloq burchak */
.progress {
    background-color: var(--iz-primary-tint);
    border-radius: var(--iz-radius-full);
    overflow: hidden;
}

.progress-bar {
    transition: width 0.4s ease;
}

/* Jadvallar — faqat gorizontal chiziqlar (2026 trendi: tozaroq ko'rinish) */
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0;
    }

/* Qator hover holati */
.table tbody tr:hover {
    background-color: rgba(14, 124, 102, 0.06);
}

/* Animatsiyani kamaytirishni tanlagan foydalanuvchilar uchun (qulaylik) */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
    }
}
/* ===== "Izchil" — D5: Bo'sh holatlar (Empty states) ===== */

.iz-empty {
    text-align: center;
    padding: 48px 24px;
    border: 1px dashed var(--iz-border);
    border-radius: var(--iz-radius-md);
    background-color: var(--iz-surface);
}

    .iz-empty i {
        display: block;
        font-size: 40px;
        color: var(--iz-ink-muted);
        margin-bottom: 12px;
    }

    .iz-empty p {
        color: var(--iz-ink-muted);
        margin-bottom: 0;
    }
/* ===== "Izchil" — D6: Signature element ("Izchil chizig'i") ===== */
/* Faqat Dashboard sarlavhasi ostida ishlatiladi — ramziy, dekorativ, aniq son ko'rsatmaydi */

.iz-signature-line {
    height: 2px;
    width: 100%;
    max-width: 240px;
    margin: -4px 0 20px 0;
    background-image: repeating-linear-gradient( to right, rgba(14, 124, 102, 0.4) 0, rgba(14, 124, 102, 0.4) 8px, transparent 8px, transparent 14px );
}
/* ===== "Izchil" — Autentifikatsiya sahifalari (Login/Register) ===== */

.iz-auth-body {
    background-color: var(--iz-bg);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.iz-auth-wrap {
    width: 100%;
    max-width: 400px;
}

.iz-auth-card {
    background: var(--iz-surface);
    border: 1px solid var(--iz-border);
    border-radius: var(--iz-radius-md);
    box-shadow: var(--iz-shadow-md);
    padding: 32px;
}

.iz-auth-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: var(--iz-font-heading);
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--iz-primary);
    margin-bottom: 24px;
}

.iz-auth-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--iz-primary-tint);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.iz-auth-title {
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 4px;
}

.iz-auth-subtitle {
    text-align: center;
    color: var(--iz-ink-muted);
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.iz-password-wrap {
    position: relative;
}

.iz-password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--iz-ink-muted);
    cursor: pointer;
    padding: 4px;
}


/* ===== EduTrack Professional Landing Page ===== */
.edutrack-landing {
    --landing-ink: #14201d;
    --landing-muted: #60706b;
    --landing-primary: #0e7c66;
    --landing-primary-dark: #075746;
    --landing-tint: #e8f5f1;
    --landing-blue: #3e6a85;
    overflow: hidden;
    background: #fbfcfc;
    color: var(--landing-ink);
}

.landing-container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.landing-hero {
    position: relative;
    isolation: isolate;
    min-height: 640px;
    padding: 78px 0 82px;
    overflow: hidden;
    background: linear-gradient(135deg, #f3faf8 0%, #fbfcfc 52%, #edf5f8 100%);
}

    .landing-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        z-index: -2;
        opacity: .42;
        background-image: linear-gradient(rgba(14, 124, 102, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 124, 102, .06) 1px, transparent 1px);
        background-size: 44px 44px;
        mask-image: linear-gradient(to bottom, black, transparent 78%);
    }

.landing-hero__glow {
    position: absolute;
    z-index: -1;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(8px);
    opacity: .6;
    pointer-events: none;
}

.landing-hero__glow--one {
    top: -180px;
    left: -150px;
    background: rgba(94, 193, 168, .22);
}

.landing-hero__glow--two {
    right: -180px;
    bottom: -220px;
    background: rgba(116, 178, 215, .2);
}

.landing-hero__content {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
    align-items: center;
    gap: 62px;
}

.landing-hero__copy {
    position: relative;
    z-index: 2;
}

.landing-kicker,
.landing-section-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--landing-primary);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.4;
    text-transform: uppercase;
}

.landing-kicker__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--landing-primary);
    box-shadow: 0 0 0 5px rgba(14, 124, 102, .13);
}

.landing-hero__title {
    max-width: 630px;
    margin: 22px 0 21px;
    color: var(--landing-ink);
    font-size: clamp(2.7rem, 5vw, 4.6rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: 1.03;
}

    .landing-hero__title span {
        color: var(--landing-primary);
    }

.landing-hero__description {
    max-width: 540px;
    margin: 0;
    color: var(--landing-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 50px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: var(--iz-font-heading);
    font-size: .92rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

    .landing-btn:hover {
        transform: translateY(-2px);
        text-decoration: none;
    }

.landing-btn--primary {
    color: #fff;
    background: var(--landing-primary);
    box-shadow: 0 12px 24px rgba(14, 124, 102, .21);
}

    .landing-btn--primary:hover {
        color: #fff;
        background: var(--landing-primary-dark);
        box-shadow: 0 15px 29px rgba(14, 124, 102, .27);
    }

.landing-btn--secondary {
    color: var(--landing-ink);
    border-color: #cbdad6;
    background: rgba(255, 255, 255, .7);
}

    .landing-btn--secondary:hover {
        color: var(--landing-primary);
        border-color: var(--landing-primary);
        background: #fff;
    }

.landing-btn--light {
    color: var(--landing-primary-dark);
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

    .landing-btn--light:hover {
        color: var(--landing-primary-dark);
        background: #f1faf7;
    }

.landing-trust-row {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 42px;
}

.landing-trust-item {
    display: grid;
    gap: 2px;
}

    .landing-trust-item strong {
        color: var(--landing-ink);
        font-family: var(--iz-font-heading);
        font-size: 1.13rem;
        font-weight: 850;
    }

    .landing-trust-item span {
        color: var(--landing-muted);
        font-size: .72rem;
    }

.landing-trust-divider {
    width: 1px;
    height: 30px;
    background: #cbdad6;
}

.landing-hero__visual {
    position: relative;
    min-height: 445px;
    padding: 25px 8px 26px 22px;
}

    .landing-hero__visual::before {
        content: '';
        position: absolute;
        top: 8%;
        right: 0;
        bottom: 6%;
        left: 4%;
        z-index: -1;
        border: 1px solid rgba(14, 124, 102, .13);
        border-radius: 28px;
        transform: rotate(3deg);
        background: rgba(255, 255, 255, .28);
    }

.landing-dashboard-card {
    position: relative;
    z-index: 1;
    padding: 25px;
    border: 1px solid rgba(220, 232, 228, .95);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 28px 70px rgba(31, 76, 67, .14), 0 3px 10px rgba(31, 76, 67, .05);
    backdrop-filter: blur(12px);
}

.landing-dashboard-card__topbar,
.landing-dashboard-chart__heading,
.landing-dashboard-footer,
.landing-mini-report__header,
.landing-mini-report__legend {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-dashboard-card__eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #879691;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.landing-dashboard-card h2 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 850;
    letter-spacing: -.03em;
}

.landing-dashboard-avatar {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    font-weight: 800;
    background: var(--landing-primary);
}

.landing-dashboard-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 23px;
}

.landing-summary-card {
    min-height: 108px;
    padding: 15px;
    border-radius: 13px;
}

    .landing-summary-card span,
    .landing-summary-card small {
        display: block;
        font-size: .69rem;
    }

    .landing-summary-card span {
        color: #52615d;
        font-weight: 700;
    }

    .landing-summary-card strong {
        display: block;
        margin: 8px 0 3px;
        font-family: var(--iz-font-heading);
        font-size: 1.6rem;
        letter-spacing: -.05em;
    }

    .landing-summary-card small {
        color: #71817c;
    }

        .landing-summary-card small b {
            color: var(--landing-primary);
        }

.landing-summary-card--green {
    background: #e7f5f0;
}

.landing-summary-card--blue {
    background: #edf3f7;
}

.landing-dashboard-chart {
    margin-top: 20px;
    padding: 17px 17px 13px;
    border: 1px solid #e9efed;
    border-radius: 14px;
}

.landing-dashboard-chart__heading strong {
    display: block;
    font-size: .9rem;
}

.landing-chart-period {
    padding: 7px 10px;
    border: 1px solid #e3eae7;
    border-radius: 7px;
    color: #687873;
    font-size: .65rem;
    font-weight: 700;
}

    .landing-chart-period span {
        margin-left: 5px;
        color: var(--landing-primary);
    }

.landing-chart {
    position: relative;
    height: 142px;
    margin-top: 9px;
}

.landing-chart__grid {
    position: absolute;
    inset: 10px 0 22px;
    opacity: .8;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 29px, #e9efed 30px);
}

.landing-chart__line {
    position: absolute;
    inset: 4px 0 20px;
    width: 100%;
    height: calc(100% - 20px);
    overflow: visible;
}

.landing-chart__area {
    fill: url(#landingChartFill);
}

.landing-chart__stroke {
    fill: none;
    stroke: var(--landing-primary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.landing-chart__point {
    fill: #fff;
    stroke: var(--landing-primary);
    stroke-width: 3;
}

.landing-chart__labels {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    color: #9aa8a3;
    font-size: .6rem;
}

.landing-dashboard-footer {
    justify-content: flex-start;
    gap: 7px;
    margin-top: 18px;
    color: #7b8985;
    font-size: .67rem;
}

.landing-dashboard-footer__date {
    margin-left: auto;
    color: #a2aeaa;
}

.landing-status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2ca279;
    box-shadow: 0 0 0 4px rgba(44, 162, 121, .12);
}

.landing-visual-badge {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 165px;
    padding: 11px 13px;
    border: 1px solid rgba(226, 235, 231, .95);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 28px rgba(31, 76, 67, .13);
}

.landing-visual-badge--top {
    top: 0;
    right: -2px;
}

.landing-visual-badge--bottom {
    bottom: 0;
    left: -4px;
}

.landing-visual-badge__icon {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    font-size: .86rem;
    font-weight: 850;
    background: var(--landing-primary);
}

.landing-visual-badge__icon--gold {
    color: #9b6906;
    background: #fdf0cb;
}

.landing-visual-badge strong,
.landing-visual-badge small {
    display: block;
}

.landing-visual-badge strong {
    color: var(--landing-ink);
    font-size: .7rem;
}

.landing-visual-badge small {
    margin-top: 2px;
    color: #8a9893;
    font-size: .6rem;
}

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

.landing-section--intro {
    background: #fff;
}

.landing-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr);
    align-items: end;
    gap: 60px;
    margin-bottom: 38px;
}

    .landing-section-heading h2,
    .landing-workflow__copy h2,
    .landing-cta h2 {
        max-width: 650px;
        margin: 13px 0 0;
        font-size: clamp(1.9rem, 3.1vw, 2.8rem);
        font-weight: 850;
        letter-spacing: -.055em;
        line-height: 1.08;
    }

    .landing-section-heading p,
    .landing-workflow__copy > p {
        max-width: 430px;
        margin: 0;
        color: var(--landing-muted);
        font-size: .95rem;
        line-height: 1.75;
    }

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

.landing-feature-card {
    position: relative;
    min-height: 270px;
    padding: 25px;
    border: 1px solid #e1eae7;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(24, 66, 57, .04);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .landing-feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 17px 35px rgba(24, 66, 57, .1);
    }

.landing-feature-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 12px;
    font-size: 1.35rem;
    font-weight: 800;
}

.landing-feature-icon--green {
    color: var(--landing-primary);
    background: #e5f4ef;
}

.landing-feature-icon--blue {
    color: var(--landing-blue);
    background: #eaf1f6;
}

.landing-feature-icon--gold {
    color: #a67108;
    background: #fff4d8;
}

.landing-feature-card h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 850;
    letter-spacing: -.025em;
}

.landing-feature-card p {
    min-height: 62px;
    margin: 0;
    color: var(--landing-muted);
    font-size: .84rem;
    line-height: 1.65;
}

.landing-feature-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: var(--landing-primary);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

    .landing-feature-link:hover {
        color: var(--landing-primary-dark);
    }

.landing-section--workflow {
    background: #f4f8f7;
}

.landing-workflow {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr);
    align-items: center;
    gap: 90px;
}

.landing-workflow__copy > p {
    margin-top: 19px;
}

.landing-steps {
    display: grid;
    gap: 20px;
    margin-top: 33px;
}

.landing-step {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 12px;
    align-items: start;
}

    .landing-step > span {
        color: var(--landing-primary);
        font-family: var(--iz-font-heading);
        font-size: .72rem;
        font-weight: 850;
    }

    .landing-step strong,
    .landing-step small {
        display: block;
    }

    .landing-step strong {
        font-size: .87rem;
        font-weight: 850;
    }

    .landing-step small {
        margin-top: 4px;
        color: var(--landing-muted);
        font-size: .75rem;
        line-height: 1.55;
    }

.landing-workflow__panel {
    position: relative;
    min-height: 370px;
}

.landing-mini-report {
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 25px;
    border: 1px solid #e2ebe8;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(31, 76, 67, .1);
}

.landing-mini-report__header {
    color: var(--landing-ink);
    font-size: .8rem;
    font-weight: 850;
}

.landing-mini-report__more {
    color: #99a7a2;
    letter-spacing: .15em;
}

.landing-mini-report__metric {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-top: 27px;
}

    .landing-mini-report__metric strong {
        font-family: var(--iz-font-heading);
        font-size: 2.7rem;
        font-weight: 850;
        letter-spacing: -.07em;
    }

    .landing-mini-report__metric span {
        color: #80908a;
        font-size: .7rem;
    }

    .landing-mini-report__metric b {
        color: var(--landing-primary);
    }

.landing-mini-bars {
    display: flex;
    align-items: end;
    gap: 13px;
    height: 170px;
    margin-top: 15px;
    padding: 0 13px;
    border-bottom: 1px solid #dfe8e4;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent 41px, #eef2f1 42px);
}

    .landing-mini-bars span {
        flex: 1;
        min-height: 12px;
        border-radius: 7px 7px 0 0;
        background: linear-gradient(to top, var(--landing-primary), #6bbba6);
    }

.landing-mini-report__legend {
    margin-top: 15px;
    color: var(--landing-muted);
    font-size: .68rem;
}

    .landing-mini-report__legend i {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 4px;
        border-radius: 50%;
        background: var(--landing-primary);
    }

    .landing-mini-report__legend small {
        color: #98a5a1;
    }

.landing-mini-stat {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #e2ebe8;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 13px 27px rgba(31, 76, 67, .1);
}

.landing-mini-stat--one {
    top: 40px;
    right: -11px;
}

.landing-mini-stat--two {
    bottom: 31px;
    left: -15px;
}

.landing-mini-stat__icon {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 8px;
    color: var(--landing-primary);
    font-weight: 850;
    background: #e5f4ef;
}

.landing-mini-stat__icon--gold {
    color: #a67108;
    background: #fff4d8;
}

.landing-mini-stat small,
.landing-mini-stat strong {
    display: block;
}

.landing-mini-stat small {
    color: #85938f;
    font-size: .62rem;
}

.landing-mini-stat strong {
    margin-top: 2px;
    font-size: .83rem;
}

.landing-cta {
    padding: 62px 0;
    color: #fff;
    background: linear-gradient(110deg, #0b6c59, #0e7c66 58%, #145f75);
}

.landing-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.landing-cta h2 {
    max-width: 680px;
    margin-top: 10px;
    color: #fff;
}

.landing-section-label--light {
    color: #bde9dd;
}

@media (max-width: 1050px) {
    .landing-hero__content {
        grid-template-columns: minmax(0, .85fr) minmax(410px, 1.15fr);
        gap: 30px;
    }

    .landing-hero__visual {
        transform: scale(.94);
        transform-origin: center right;
    }

    .landing-workflow {
        gap: 45px;
    }
}

@media (max-width: 840px) {
    .landing-hero {
        padding: 57px 0 64px;
    }

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

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

    .landing-kicker,
    .landing-hero__actions,
    .landing-trust-row {
        justify-content: center;
    }

    .landing-hero__description {
        margin-right: auto;
        margin-left: auto;
    }

    .landing-hero__visual {
        width: min(100%, 610px);
        min-height: 410px;
        margin: 0 auto;
        transform: none;
    }

    .landing-section-heading {
        grid-template-columns: 1fr;
        gap: 14px;
    }

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

@media (max-width: 640px) {
    .landing-container {
        width: min(100% - 30px, 560px);
    }

    .landing-hero {
        padding-top: 42px;
    }

    .landing-hero__title {
        font-size: clamp(2.25rem, 12vw, 3.5rem);
    }

    .landing-hero__description {
        font-size: .94rem;
    }

    .landing-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .landing-btn {
        width: 100%;
    }

    .landing-trust-row {
        gap: 11px;
        margin-top: 30px;
    }

    .landing-trust-item span {
        font-size: .62rem;
    }

    .landing-trust-divider {
        height: 25px;
    }

    .landing-hero__visual {
        min-height: 330px;
        padding: 15px 0 17px;
    }

    .landing-dashboard-card {
        padding: 15px;
        border-radius: 15px;
    }

        .landing-dashboard-card h2 {
            font-size: 1rem;
        }

    .landing-dashboard-avatar {
        width: 33px;
        height: 33px;
        border-radius: 9px;
    }

    .landing-dashboard-summary {
        gap: 7px;
        margin-top: 15px;
    }

    .landing-summary-card {
        min-height: 82px;
        padding: 10px;
    }

        .landing-summary-card strong {
            margin: 5px 0 2px;
            font-size: 1.15rem;
        }

        .landing-summary-card span,
        .landing-summary-card small {
            font-size: .57rem;
        }

    .landing-dashboard-chart {
        margin-top: 11px;
        padding: 10px;
    }

    .landing-dashboard-chart__heading strong {
        font-size: .7rem;
    }

    .landing-chart-period {
        padding: 5px 7px;
        font-size: .52rem;
    }

    .landing-chart {
        height: 105px;
    }

    .landing-dashboard-footer {
        margin-top: 11px;
        font-size: .55rem;
    }

    .landing-visual-badge {
        min-width: 132px;
        padding: 8px;
    }

    .landing-visual-badge--top {
        right: -7px;
    }

    .landing-visual-badge--bottom {
        bottom: -2px;
        left: -6px;
    }

    .landing-visual-badge__icon {
        width: 23px;
        height: 23px;
        font-size: .7rem;
    }

    .landing-visual-badge strong {
        font-size: .58rem;
    }

    .landing-visual-badge small {
        font-size: .5rem;
    }

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

    .landing-section-heading h2,
    .landing-workflow__copy h2,
    .landing-cta h2 {
        font-size: 2rem;
    }

    .landing-feature-grid {
        grid-template-columns: 1fr;
    }

    .landing-feature-card {
        min-height: 0;
    }

    .landing-workflow__panel {
        min-height: 315px;
    }

    .landing-mini-report {
        padding: 18px;
    }

    .landing-mini-report__metric strong {
        font-size: 2.15rem;
    }

    .landing-mini-bars {
        height: 125px;
        gap: 8px;
    }

    .landing-mini-stat--one {
        top: 23px;
        right: -4px;
    }

    .landing-mini-stat--two {
        bottom: 12px;
        left: -4px;
    }

    .landing-mini-stat {
        padding: 9px 10px;
    }

    .landing-mini-stat__icon {
        width: 24px;
        height: 24px;
        font-size: .72rem;
    }

    .landing-mini-stat small {
        font-size: .54rem;
    }

    .landing-mini-stat strong {
        font-size: .7rem;
    }

    .landing-cta__inner {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-btn,
    .landing-feature-card {
        transition: none;
    }
}
