:root {
    --volgh-primary-rgb: 94, 45, 216;
    --volgh-primary-hover: #561fdf;
    --volgh-primary-border: #5e2dd8;
    --primary-rgb: 94, 45, 216;
    --volgh-primary: #5e2dd8;
    --sigeme-gradient-start: #5e2dd8;
    --sigeme-gradient-end: #d43f8d;
    --sigeme-gradient-angle: 135deg;
    --sigeme-gradient: linear-gradient(135deg, #5e2dd8 0%, #d43f8d 100%);
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: rgb(var(--volgh-primary-rgb)) !important;
    border-color: var(--volgh-primary-border) !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: var(--volgh-primary-hover) !important;
}

.btn-outline-primary {
    border-color: var(--volgh-primary-border) !important;
    color: rgb(var(--volgh-primary-rgb)) !important;
}

.btn-outline-primary:hover {
    background-color: rgb(var(--volgh-primary-rgb)) !important;
    border-color: var(--volgh-primary-border) !important;
    color: #fff !important;
}

.text-primary { color: rgb(var(--volgh-primary-rgb)) !important; }
.bg-primary { background-color: rgb(var(--volgh-primary-rgb)) !important; }
.bg-primary-transparent { background-color: rgba(var(--volgh-primary-rgb), 0.1) !important; }
.bg-success-transparent { background-color: rgba(25, 135, 84, 0.12) !important; }
.bg-info-transparent { background-color: rgba(13, 202, 240, 0.14) !important; }
.bg-warning-transparent { background-color: rgba(255, 193, 7, 0.18) !important; }
.bg-secondary-transparent { background-color: rgba(108, 117, 125, 0.14) !important; }
.bg-danger-transparent { background-color: rgba(220, 53, 69, 0.12) !important; }

html {
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

html:has(body.landing-volgh-page.login-img),
html:has(body.coming-soon-mobile) {
    margin: 0;
    padding: 0;
    height: auto !important;
    min-height: 100%;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    background-color: var(--sigeme-gradient-start, #5e2dd8);
    background-image: var(--sigeme-gradient);
}

body.login-img,
body.landing-volgh-page.login-img,
body.coming-soon-mobile {
    margin: 0;
    padding: 0;
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
    background: transparent !important;
}

body.landing-volgh-page.login-img::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        radial-gradient(ellipse 800px 600px at 10% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 50%),
        radial-gradient(ellipse 600px 800px at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse 500px 500px at 50% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        var(--sigeme-gradient);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

body.landing-volgh-page .landing-volgh-page__shell.bg-img {
    position: relative;
    z-index: 1;
    display: block !important;
    width: 100%;
    min-height: 100vh;
    height: auto !important;
    margin: 0;
    padding: 0 0 2rem;
    background: transparent !important;
    background-image: none !important;
    overflow: visible;
}

body.landing-volgh-page .landing-volgh-content {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    max-width: 72rem;
    margin: 0 auto;
    padding: 1rem;
}

@media (min-width: 768px) {
    body.landing-volgh-page .landing-volgh-content {
        padding: 1.5rem 2rem;
    }
}

.landing-header-card,
.landing-footer-card,
.dashboard-welcome-card,
.dashboard-panel-card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.06);
}

body.landing-volgh-page.login-img .landing-header-card,
body.landing-volgh-page.login-img .landing-footer-card,
body.landing-volgh-page.login-img .dashboard-welcome-card,
body.landing-volgh-page.login-img .dashboard-panel-card {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(6px);
}

.dashboard-welcome-card {
    background: linear-gradient(135deg, rgba(var(--primary-rgb, 94, 45, 216), 0.08) 0%, rgba(255, 255, 255, 1) 45%, rgba(253, 246, 236, 0.6) 100%);
}

.panel-heading-label {
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #868e96;
    font-weight: 600;
}

.dashboard-stat-tile {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.125rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    height: 100%;
}

.dashboard-stat-tile__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
}

.lv-logo-icon {
    width: 2.5rem;
    height: 2.5rem;
}

.lv-logo-icon--sm {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
}

.coming-soon-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(var(--volgh-primary-rgb));
    background: rgba(var(--volgh-primary-rgb), 0.1);
    border: 1px solid rgba(var(--volgh-primary-rgb), 0.18);
}

.layout-switch {
    font-size: 0.75rem;
    color: #6c757d;
    text-decoration: none;
}

.layout-switch:hover {
    color: rgb(var(--volgh-primary-rgb));
}

@media (max-width: 767.98px) {
    body.landing-volgh-page .landing-volgh-content {
        padding: 0.75rem;
    }

    .landing-variant--10 .lv-stats-bar {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-bottom: 1rem;
    }

    .landing-variant--10 .lv-hero-dashboard {
        display: flex;
        flex-direction: column;
    }

    .dashboard-welcome-card h1 {
        font-size: 1.5rem;
    }

    .btn-conocer {
        width: 100%;
    }
}

body.coming-soon-mobile .landing-volgh-content {
    max-width: 28rem;
    padding: 0.75rem 0.75rem 2rem;
}

body.coming-soon-mobile .landing-variant--10 .lv-hero-dashboard {
    display: flex;
    flex-direction: column;
}

body.coming-soon-mobile .landing-variant--10 .lv-stats-bar {
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

body.coming-soon-mobile .dashboard-welcome-card h1 {
    font-size: 1.6rem;
    line-height: 1.25;
}

body.coming-soon-mobile .btn-conocer {
    width: 100%;
    padding: 0.85rem 1rem;
    font-size: 1.05rem;
}

body.coming-soon-mobile .col-md-6,
body.coming-soon-mobile .col-lg-4 {
    width: 100%;
    max-width: 100%;
}

body.coming-soon-mobile .lv-mock-dashboard {
    border-radius: 1.25rem;
}

body.coming-soon-mobile .text-muted {
    font-size: 0.95rem;
}
