html {
    overflow-x: clip;
}

body {
    font-family: "DM Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f7fb;
    color: #172033;
}

.font-outfit {
    font-family: "Outfit", "Segoe UI", sans-serif;
}

a {
    text-decoration: none;
}

.topbar {
    background: linear-gradient(135deg, #1f3c88 0%, #7f4dff 55%, #00b8d9 100%);
}

.brand-badge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.18);
}

.site-shell {
    display: flex;
    min-height: calc(100vh - 64px);
}

/* Sidebar: collapsed on mobile until hamburger opens #sidebarNav; always open on lg+ */
@media (min-width: 992px) {
    .sidebar-mobile-drawer.collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .sidebar-mobile-drawer.collapsing {
        height: auto !important;
        transition: none !important;
    }
}

.sidebar-mobile-account {
    padding-bottom: 1rem;
    margin-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.sidebar-panel {
    width: 280px;
    padding: 1.25rem;
}

.sidebar-card {
    position: sticky;
    top: 1rem;
    background: linear-gradient(180deg, #101b35 0%, #1a2a51 100%);
    border-radius: 24px;
    padding: 1.25rem;
    box-shadow: 0 18px 40px rgba(17, 28, 64, 0.16);
}

.sidebar-title {
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
    opacity: 0.8;
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: rgba(255,255,255,0.88);
    padding: 0.9rem 1rem;
    border-radius: 16px;
    margin-bottom: 0.4rem;
    transition: all 0.2s ease;
    overflow-wrap: anywhere;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    transform: translateX(3px);
}

.content-area {
    flex: 1;
    min-width: 0;
}

.hero-section {
    background:
        radial-gradient(circle at top left, rgba(127, 77, 255, 0.28), transparent 36%),
        radial-gradient(circle at bottom right, rgba(0, 184, 217, 0.22), transparent 30%),
        linear-gradient(135deg, #0f172e 0%, #1f3c88 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 3rem;
    box-shadow: 0 24px 54px rgba(18, 33, 73, 0.22);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    padding: 0.55rem 0.95rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.glass-card,
.dashboard-card,
.form-card,
.list-card,
.stat-card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.06);
    border-radius: 24px;
    box-shadow: 0 14px 38px rgba(16, 24, 40, 0.08);
}

.form-card,
.list-card {
    padding: 1.5rem;
}

.dashboard-card {
    padding: 1.4rem;
    height: 100%;
}

a.dashboard-card-link {
    color: inherit;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid rgba(16, 24, 40, 0.06);
}

a.dashboard-card-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(31, 60, 136, 0.14);
    border-color: rgba(52, 70, 195, 0.22);
    color: inherit;
}

a.dashboard-card-link:focus-visible {
    outline: 2px solid #3446c3;
    outline-offset: 2px;
}

.dashboard-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    box-shadow: 0 12px 28px rgba(76, 52, 168, 0.25);
}

.metric {
    font-size: 2rem;
    font-weight: 700;
    color: #172033;
}

.soft-muted {
    color: #667085;
}

.table thead th {
    border: 0;
    background: #f1f5ff;
    color: #1f3c88;
}

.table tbody tr {
    vertical-align: middle;
}

.btn-soft-primary {
    background: #eef2ff;
    color: #3446c3;
    border: 0;
}

.btn-soft-primary:hover {
    background: #dde6ff;
    color: #2233ad;
}

.card-link-tile {
    display: block;
    background: #ffffff;
    border-radius: 22px;
    padding: 1.35rem;
    color: inherit;
    box-shadow: 0 14px 30px rgba(16,24,40,0.08);
    transition: all 0.22s ease;
    height: 100%;
}

.card-link-tile:hover {
    transform: translateY(-4px);
    color: inherit;
}

.filter-bar {
    background: linear-gradient(135deg, #ffffff, #f7f9ff);
    border-radius: 22px;
    padding: 1rem;
    box-shadow: 0 14px 30px rgba(16, 24, 40, 0.06);
}

.product-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.08);
    border: 1px solid rgba(16,24,40,0.05);
}

.product-card-thumb {
    line-height: 0;
    background: #e8ecf4;
}

.product-card-thumb img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    display: block;
}

.product-media-gallery__img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    max-height: 220px;
}

.product-media-gallery__link:hover .product-media-gallery__img {
    opacity: 0.92;
}

.product-video-frame {
    border-radius: 16px;
    overflow: hidden;
    background: #0f172e;
}

.product-hero {
    padding: 1.25rem;
    background: linear-gradient(135deg, #1f3c88 0%, #7f4dff 80%);
    color: #fff;
}

.product-body {
    padding: 1.25rem;
}

.section-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172033;
}

.mini-pill {
    background: #eef2ff;
    color: #3446c3;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    font-size: 0.82rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.login-card {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(16,24,40,0.12);
    padding: 2rem;
}

.auth-split {
    min-height: calc(100vh - 64px);
}

.auth-panel {
    background:
        radial-gradient(circle at top left, rgba(127,77,255,0.28), transparent 32%),
        linear-gradient(145deg, #0f172e 0%, #1f3c88 100%);
    color: #fff;
    border-radius: 30px;
    padding: 2.2rem;
}

.info-list {
    list-style: none;
    padding-left: 0;
}

.info-list li {
    margin-bottom: 0.7rem;
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
}

.footer-note {
    color: #98a2b3;
    font-size: 0.88rem;
}

.footer-note--sub {
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.9;
}

.site-footer {
    position: relative;
    margin-top: 2rem;
    background: linear-gradient(180deg, #f8f9fc 0%, #eef1f8 45%, #e8ecf4 100%);
    border-top: 1px solid rgba(31, 60, 136, 0.1);
    box-shadow: 0 -12px 40px rgba(16, 24, 40, 0.04);
}

.site-footer__accent {
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #1f3c88 0%, #7f4dff 45%, #00b8d9 100%);
    opacity: 0.95;
}

.site-footer__inner {
    max-width: 1140px;
}

.footer-brand,
.footer-col-title {
    font-family: "Outfit", sans-serif;
}

.footer-brand {
    color: #172033;
    letter-spacing: -0.02em;
}

.footer-col-title {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #475467;
    margin-bottom: 0.75rem;
}

.footer-tagline {
    color: #667085;
    font-size: 0.96rem;
    line-height: 1.6;
    max-width: 380px;
}

.footer-muted {
    color: #667085;
    line-height: 1.55;
}

.footer-user-name {
    font-weight: 600;
    color: #172033;
    word-break: break-word;
}

.footer-user-role {
    color: #667085;
}

.footer-hint {
    color: #98a2b3;
    font-size: 0.8rem;
}

.footer-link-list {
    margin: 0;
    padding: 0;
}

.footer-link-list li {
    margin-bottom: 0.45rem;
}

.footer-link-list li:last-child {
    margin-bottom: 0;
}

.footer-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #3446c3;
    font-weight: 500;
    font-size: 0.93rem;
    padding: 0.2rem 0;
    transition: color 0.15s ease, transform 0.15s ease;
}

.footer-link-list a i {
    font-size: 1rem;
    opacity: 0.75;
    color: #1f3c88;
}

.footer-link-list a:hover {
    color: #1f3c88;
    transform: translateX(2px);
}

.footer-links a {
    color: #3446c3;
    font-weight: 500;
    font-size: 0.92rem;
}

.footer-links a:hover {
    color: #1f3c88;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.brand-badge--footer {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 8px 20px rgba(76, 52, 168, 0.22);
}

.page-intro {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    border-radius: 24px;
    padding: 1.35rem 1.6rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(31, 60, 136, 0.09);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.05);
}

.page-intro h1,
.page-intro h2,
.page-intro .page-intro-title {
    font-family: "Outfit", sans-serif;
    letter-spacing: -0.02em;
}

.empty-state {
    text-align: center;
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 100%);
    border: 1px dashed rgba(31, 60, 136, 0.2);
}

.empty-state .empty-state-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #fff;
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    box-shadow: 0 14px 32px rgba(76, 52, 168, 0.25);
}

.empty-state h3 {
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
}

.register-hero {
    background:
        radial-gradient(circle at 20% 20%, rgba(127, 77, 255, 0.15), transparent 40%),
        linear-gradient(135deg, #ffffff 0%, #eef2ff 100%);
    border-radius: 28px;
    padding: 2rem 2rem 1.5rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(31, 60, 136, 0.08);
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.07);
}

.register-hero h1 {
    font-family: "Outfit", sans-serif;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.choice-card {
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.choice-card:hover {
    border-color: rgba(52, 70, 195, 0.35) !important;
    box-shadow: 0 20px 44px rgba(52, 70, 195, 0.12) !important;
}

/* --- Home landing --- */
.home-landing .hero-headline,
.home-landing .home-section-title {
    font-family: "Outfit", "Segoe UI", sans-serif;
    letter-spacing: -0.02em;
}

.hero-section--home {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 3.5rem);
    border-radius: 32px;
    background:
        radial-gradient(circle at 15% 25%, rgba(127, 77, 255, 0.35), transparent 42%),
        radial-gradient(circle at 85% 70%, rgba(0, 184, 217, 0.3), transparent 38%),
        linear-gradient(135deg, #0a1228 0%, #1f3c88 48%, #4a2d8f 100%);
}

.home-page-shell {
    background: #e9edf5;
}

.content-area--home {
    background: #e9edf5;
}

.hero-section--home-full {
    border-radius: 0;
    width: 100%;
    min-height: min(88vh, 900px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: clamp(2.5rem, 6vw, 4.5rem);
    padding-bottom: clamp(2.5rem, 6vw, 4.5rem);
    margin-bottom: 0;
    box-shadow: none;
}

.hero-section--home-full > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.min-vh-75 {
    min-height: 68vh;
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 4.25rem !important;
        padding-bottom: 4.25rem !important;
    }
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
}

.hero-pill-row {
    row-gap: 0.5rem;
}

.lead-sub {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.home-band--services {
    background: linear-gradient(180deg, #e9edf5 0%, #ffffff 42%, #f3f6fd 100%);
}

.home-band--cta {
    background: linear-gradient(180deg, #dce3f5 0%, #e9edf5 100%);
}

.home-service-stack {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(16, 24, 40, 0.07);
    box-shadow: 0 20px 48px rgba(16, 24, 40, 0.09);
    overflow: hidden;
    height: 100%;
}

.home-service-stack__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.35rem 1.4rem;
    color: #fff;
}

.home-service-stack__head i {
    font-size: 1.75rem;
    opacity: 0.95;
}

.home-service-stack__title {
    font-family: "Outfit", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
}

.home-service-stack__sub {
    opacity: 0.92;
    font-size: 0.86rem;
}

.home-service-stack__head--blue {
    background: linear-gradient(135deg, #1f3c88, #4a6cf7);
}

.home-service-stack__head--violet {
    background: linear-gradient(135deg, #5529bd, #9b4dff);
}

.home-service-stack__head--teal {
    background: linear-gradient(135deg, #007a8c, #00b4cc);
}

.home-service-list {
    list-style: none;
    margin: 0;
    padding: 1.3rem 1.4rem 1.5rem;
}

.home-service-list li {
    display: flex;
    gap: 0.7rem;
    align-items: flex-start;
    margin-bottom: 0.9rem;
    font-size: 0.95rem;
    color: #475467;
    line-height: 1.55;
}

.home-service-list li:last-child {
    margin-bottom: 0;
}

.home-service-list i.bi-check-lg {
    color: #1f3c88;
    font-weight: 700;
    font-size: 1.05rem;
    margin-top: 0.12rem;
    flex-shrink: 0;
}

.hero-section__glow {
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.07), transparent 55%);
    pointer-events: none;
}

.hero-section--home > .row {
    position: relative;
    z-index: 1;
}

.hero-lead {
    max-width: 36rem;
    line-height: 1.65;
}

.home-btn-primary {
    border: 0;
    font-weight: 600;
}

.home-btn-outline {
    border-width: 2px;
    font-weight: 600;
}

.hero-mini-stats__num {
    font-family: "Outfit", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-mini-stats__lbl {
    font-size: 0.82rem;
}

@keyframes home-float-soft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes home-float-soft-delayed {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.hero-visual {
    position: relative;
    min-height: 340px;
    max-width: 480px;
    margin: 0 auto;
}

.hero-visual__card {
    position: absolute;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.hero-visual__card img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.hero-visual__card--1 {
    width: 58%;
    left: 0;
    top: 5%;
    z-index: 2;
    animation: home-float-soft 6s ease-in-out infinite;
}

.hero-visual__card--2 {
    width: 52%;
    right: 0;
    bottom: 8%;
    z-index: 3;
    animation: home-float-soft-delayed 5.5s ease-in-out infinite 0.5s;
}

.hero-visual__tag {
    position: absolute;
    left: 12px;
    bottom: 12px;
    right: 12px;
    background: rgba(15, 23, 46, 0.85);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.45rem 0.65rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-visual__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.55;
    z-index: 0;
}

.hero-visual__orb--a {
    width: 120px;
    height: 120px;
    background: #7f4dff;
    top: 0;
    right: 20%;
}

.hero-visual__orb--b {
    width: 100px;
    height: 100px;
    background: #00b8d9;
    bottom: 0;
    left: 10%;
}

.home-trust-strip {
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    border-radius: 26px;
    padding: 1.25rem 1.5rem;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
    border: 1px solid rgba(31, 60, 136, 0.08);
}

.home-trust-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0.5rem;
}

.home-trust-item i {
    font-size: 1.35rem;
    color: #1f3c88;
    background: #e8eeff;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-trust-item strong {
    display: block;
    font-size: 0.95rem;
    color: #172033;
}

.home-trust-item span {
    font-size: 0.84rem;
    color: #667085;
}

.home-section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4b5dc9;
    margin-bottom: 0.35rem;
}

.home-section-title {
    font-size: clamp(1.65rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #172033;
}

.home-showcase-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    margin: 0;
    height: 100%;
    min-height: 220px;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.1);
    border: 1px solid rgba(16, 24, 40, 0.06);
}

.home-showcase-card--tall {
    min-height: 420px;
}

@media (min-width: 768px) {
    .home-showcase-card--tall {
        min-height: 100%;
    }
}

.home-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s ease;
}

.home-showcase-card__img--crop-tr {
    object-position: 65% 30%;
}

.home-showcase-card:hover img {
    transform: scale(1.05);
}

.home-showcase-card figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.25rem 1.35rem;
    background: linear-gradient(transparent, rgba(11, 18, 40, 0.92));
    color: #fff;
}

.home-showcase-card__label {
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
}

.home-showcase-card__hint {
    font-size: 0.85rem;
    opacity: 0.88;
}

.home-feature-tile {
    border: 1px solid rgba(16, 24, 40, 0.06);
    padding-top: 1.6rem;
}

.home-feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, #1f3c88, #4a6cf7);
    box-shadow: 0 12px 28px rgba(31, 60, 136, 0.28);
}

.home-feature-icon--violet {
    background: linear-gradient(135deg, #6b4dff, #b45cff);
    box-shadow: 0 12px 28px rgba(107, 77, 255, 0.3);
}

.home-feature-icon--teal {
    background: linear-gradient(135deg, #008ba3, #00c6d4);
    box-shadow: 0 12px 28px rgba(0, 139, 163, 0.28);
}

.home-support-panel {
    background:
        radial-gradient(circle at 0% 0%, rgba(127, 77, 255, 0.25), transparent 45%),
        radial-gradient(circle at 100% 100%, rgba(0, 184, 217, 0.2), transparent 40%),
        linear-gradient(135deg, #152447 0%, #1f3c88 55%, #3d2a7a 100%);
    border-radius: 28px;
    padding: clamp(1.75rem, 4vw, 2.5rem);
    box-shadow: 0 24px 56px rgba(18, 33, 73, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.info-list--on-dark {
    color: rgba(255, 255, 255, 0.92);
}

.info-list--on-dark i {
    color: #5dffb0;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.home-faq details {
    background: #fff;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    margin-bottom: 0.65rem;
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.04);
}

.home-faq summary {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.home-faq summary::-webkit-details-marker {
    display: none;
}

.dashboard-hero-admin {
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 184, 217, 0.25), transparent 35%),
        linear-gradient(135deg, #0f172e 0%, #1f3c88 100%);
}

/* --- SME workspace: dashboard & product table --- */
.ls-wide {
    letter-spacing: 0.08em;
}

.page-intro--sme {
    border-left: 4px solid #5a6fd8;
    padding-left: 1.25rem;
    margin-left: 0.15rem;
}

.page-intro__icon-badge {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 1.35rem;
    color: #fff;
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    box-shadow: 0 12px 28px rgba(76, 52, 168, 0.25);
    flex-shrink: 0;
}

.hero-section--sme-hero {
    background:
        radial-gradient(circle at 0% 0%, rgba(127, 77, 255, 0.35), transparent 42%),
        radial-gradient(circle at 100% 80%, rgba(0, 184, 217, 0.28), transparent 38%),
        linear-gradient(135deg, #0c1530 0%, #1f3c88 50%, #43208a 100%);
    border-radius: 26px;
    padding: 2rem 2.25rem;
    box-shadow: 0 22px 50px rgba(18, 33, 73, 0.22);
}

.stat-card-v2 {
    border-radius: 20px;
    padding: 1.25rem 1.2rem;
    border: 1px solid rgba(16, 24, 40, 0.07);
    background: linear-gradient(165deg, #ffffff 0%, #f7f9ff 100%);
    box-shadow: 0 14px 32px rgba(16, 24, 40, 0.07);
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(31, 60, 136, 0.12);
}

.stat-card-v2__label {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #667085;
    margin-bottom: 0.35rem;
}

.stat-card-v2__metric {
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.1;
    color: #172033;
    letter-spacing: -0.02em;
}

.stat-card-v2__hint {
    font-size: 0.82rem;
    color: #98a2b3;
    margin-top: 0.35rem;
}

.stat-card-v2__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.stat-card-v2--total .stat-card-v2__icon {
    background: linear-gradient(135deg, #1f3c88, #5a6fd8);
}

.stat-card-v2--open .stat-card-v2__icon {
    background: linear-gradient(135deg, #0d8a5b, #10b981);
}

.stat-card-v2--paused .stat-card-v2__icon {
    background: linear-gradient(135deg, #64748b, #94a3b8);
}

.stat-card-v2--votes .stat-card-v2__icon {
    background: linear-gradient(135deg, #6b21a8, #a855f7);
}

/* SME: cultural service vs product chooser & form hints */
.sme-catalogue-chooser__card {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 22px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

.sme-catalogue-chooser__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 44px rgba(31, 60, 136, 0.12);
    border-color: rgba(52, 70, 195, 0.25);
}

.sme-catalogue-chooser__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, #0e7490, #14b8a6);
    margin-bottom: 1rem;
    box-shadow: 0 10px 24px rgba(14, 116, 144, 0.22);
}

.sme-catalogue-chooser__icon--product {
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    box-shadow: 0 10px 24px rgba(76, 52, 168, 0.22);
}

.sme-type-examples {
    border-radius: 18px;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
}

.sme-type-examples--service {
    border-left: 4px solid #14b8a6;
}

.sme-type-examples--product {
    border-left: 4px solid #6366f1;
}

.sme-type-examples__title {
    color: #64748b;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
}

.sme-type-examples__list {
    padding-left: 1.2rem;
    margin: 0;
    color: #475467;
    font-size: 0.9rem;
    line-height: 1.55;
}

.sme-type-examples__list li {
    margin-bottom: 0.35rem;
}

.sme-type-examples__list li:last-child {
    margin-bottom: 0;
}

.mini-pill--ghost {
    background: rgba(52, 70, 195, 0.1);
    color: #3446c3;
    border: 0;
    font-weight: 600;
}

.dash-tile-link {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1.35rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.08);
    box-shadow: 0 16px 38px rgba(16, 24, 40, 0.08);
    color: inherit;
    height: 100%;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    overflow: hidden;
}

.dash-tile-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #1f3c88, #7f4dff);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.dash-tile-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(31, 60, 136, 0.14);
    border-color: rgba(52, 70, 195, 0.25);
    color: inherit;
}

.dash-tile-link:hover::before {
    opacity: 1;
}

.dash-tile-link__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    flex-shrink: 0;
    background: linear-gradient(135deg, #1f3c88, #7f4dff);
    box-shadow: 0 12px 28px rgba(76, 52, 168, 0.22);
}

.dash-tile-link__icon--alt {
    background: linear-gradient(135deg, #0e7490, #14b8a6);
    box-shadow: 0 12px 28px rgba(14, 116, 144, 0.22);
}

.dash-tile-link__chevron {
    flex-shrink: 0;
    font-size: 1.35rem;
    color: #98a2b3;
    align-self: center;
}

.dash-tile-link--alt::before {
    background: linear-gradient(180deg, #0e7490, #14b8a6);
}

.list-card--table-shell {
    border: 1px solid rgba(16, 24, 40, 0.07);
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
}

.table-dashboard thead th {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: #475467;
    background: linear-gradient(180deg, #f1f5ff 0%, #e8eeff 100%) !important;
    border-bottom: 1px solid rgba(31, 60, 136, 0.12) !important;
    padding: 1rem 1rem;
    white-space: nowrap;
}

.table-dashboard thead th i {
    margin-right: 0.35rem;
    color: #1f3c88;
    opacity: 0.88;
    font-size: 0.95rem;
}

.table-dashboard tbody td {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(16, 24, 40, 0.06);
}

.table-dashboard tbody tr:last-child td {
    border-bottom: 0;
}

.table-product-name {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.table-product-name__icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(145deg, #eef2ff, #e0e7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3446c3;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.table-cell-tag {
    font-size: 0.92rem;
    color: #475467;
}

.type-pill {
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.4rem 0.75rem;
}

.type-pill--product {
    background: #eef2ff !important;
    color: #3446c3 !important;
}

.type-pill--service {
    background: #ecfeff !important;
    color: #0e7490 !important;
}

.btn-action-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.78rem;
    padding: 0.4rem 0.72rem;
    text-decoration: none;
    line-height: 1.2;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn-action i {
    font-size: 0.95rem;
}

.btn-action--primary {
    background: #eef2ff;
    color: #3446c3;
    border-color: rgba(52, 70, 195, 0.28);
}

.btn-action--primary:hover {
    background: #e0e7ff;
    color: #2233ad;
}

.btn-action--neutral {
    background: #f9fafb;
    color: #475467;
    border-color: rgba(16, 24, 40, 0.12);
}

.btn-action--neutral:hover {
    background: #f2f4f7;
    color: #172033;
}

.btn-action--danger {
    background: #fef3f2;
    color: #d92d20;
    border-color: rgba(217, 45, 32, 0.28);
}

.btn-action--danger:hover {
    background: #fee4e2;
    color: #b42318;
}

.footer-panel-signed {
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid rgba(16, 24, 40, 0.07);
    border-radius: 18px;
    padding: 1.15rem 1.25rem;
}

@media (max-width: 991.98px) {
    .hero-visual {
        min-height: 300px;
        margin-top: 1rem;
    }
    .hero-visual__card--1 {
        width: 62%;
    }
    .hero-visual__card--2 {
        width: 56%;
    }
    .home-showcase-card--tall {
        min-height: 280px;
    }
}

@media (max-width: 992px) {
    .site-shell {
        display: block;
    }
    .sidebar-panel {
        width: 100%;
        padding: 0.75rem 0.75rem 0;
    }
    .sidebar-card {
        position: static;
    }
    .sidebar-link:hover,
    .sidebar-link.active {
        transform: none;
    }
    .hero-section {
        padding: 2rem;
    }
}

/* --- Tables: horizontal scroll on small viewports --- */
.table-responsive {
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767.98px) {
    .list-card .table-responsive:not(.table-responsive--natural) > .table,
    .list-card--table-shell .table-responsive > .table {
        min-width: 560px;
    }
}

@media (max-width: 575.98px) {
    .home-landing .hero-headline {
        font-size: clamp(1.65rem, 6.5vw, 2.35rem);
        line-height: 1.15;
    }

    .hero-lead {
        font-size: 1rem;
    }

    .page-intro {
        padding: 1rem 1.15rem;
    }

    .filter-bar {
        padding: 0.85rem;
        border-radius: 18px;
    }

    .auth-panel {
        padding: 1.5rem;
        border-radius: 22px;
    }

    .login-card {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .stat-card-v2 {
        padding: 1rem 0.9rem;
    }

    .stat-card-v2__metric {
        font-size: 1.55rem;
    }

    .stat-card-v2__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .dash-tile-link {
        padding: 1.15rem 1rem;
    }

    .dashboard-hero-admin .btn,
    .hero-section--sme-hero .btn {
        width: 100%;
    }

    .hero-section--sme-hero {
        padding: 1.5rem 1.25rem;
    }

    .home-landing .hero-section--home-full .btn-lg {
        width: 100%;
        justify-content: center;
    }
}

/* --- InApp-inspired dashboard/form theme overrides --- */
:root {
    --inapp-bg: #f4f6f9;
    --inapp-surface: #ffffff;
    --inapp-text: #1b2430;
    --inapp-muted: #7b8494;
    --inapp-border: #e6e9ef;
    --inapp-primary: #5a8dee;
    --inapp-nav-hover: #f7e8e8;
}

body {
    font-family: "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: var(--inapp-text);
    background: var(--inapp-bg);
}

.font-outfit {
    font-family: "Poppins", "Segoe UI", sans-serif;
}

.topbar {
    background: var(--inapp-surface);
    border-bottom: 1px solid var(--inapp-border);
}

.topbar .navbar-brand,
.topbar .nav-link {
    color: #222 !important;
}

.topbar .text-white-50,
.topbar .text-white {
    color: #556070 !important;
}

.topbar .btn-outline-light {
    border-color: #d8deea;
    color: #44516a;
}

.topbar .btn-outline-light:hover {
    background: #eef2f9;
    color: #243048;
}

.brand-badge {
    color: #5a8dee;
    background: #edf3ff;
}

.sidebar-card {
    background: var(--inapp-surface);
    border: 1px solid var(--inapp-border);
    box-shadow: 0 8px 24px rgba(22, 31, 49, 0.06);
}

.sidebar-title {
    color: #7b8494;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.sidebar-link {
    color: #424f63;
    font-weight: 500;
    border-radius: 10px;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: var(--inapp-nav-hover);
    color: #d06767;
    transform: none;
}

.page-intro,
.form-card,
.list-card,
.dashboard-card,
.card-link-tile,
.stat-card-v2,
.dash-tile-link,
.login-card,
.auth-panel,
.sme-catalogue-chooser__card,
.sme-type-examples {
    border-radius: 14px;
    border: 1px solid var(--inapp-border);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    background: var(--inapp-surface);
}

.hero-section,
.hero-section--sme-hero,
.dashboard-hero-admin {
    background: var(--inapp-surface);
    color: var(--inapp-text);
    border: 1px solid var(--inapp-border);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
    border-radius: 14px;
}

.hero-section .text-white-50,
.hero-section--sme-hero .text-white-50,
.dashboard-hero-admin .text-white-50 {
    color: var(--inapp-muted) !important;
}

.hero-badge,
.mini-pill {
    background: #eef4ff;
    color: #4569a8;
    border: 1px solid #dde8fb;
}

.dashboard-card .icon,
.dash-tile-link__icon,
.stat-card-v2__icon,
.page-intro__icon-badge {
    background: #edf3ff;
    color: #4f79c7;
    box-shadow: none;
}

.metric,
.stat-card-v2__metric {
    font-family: "Poppins", "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #1b2430;
}

.soft-muted,
.stat-card-v2__hint,
.footer-muted {
    color: var(--inapp-muted) !important;
}

.stat-card-v2__label {
    color: #7e8797;
    font-size: 0.73rem;
}

.form-label {
    color: #566074;
    font-size: 0.84rem;
    margin-bottom: 0.35rem;
}

.form-control,
.form-select {
    border: 1px solid #dfe4ee;
    border-radius: 10px;
    min-height: 42px;
    font-size: 0.92rem;
    color: #273247;
    background: #fff;
}

textarea.form-control {
    min-height: 120px;
}

.form-control:focus,
.form-select:focus {
    border-color: #9bb7ef;
    box-shadow: 0 0 0 0.2rem rgba(90, 141, 238, 0.18);
}

.btn {
    border-radius: 10px;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 0.52rem 1rem;
}

.btn-primary {
    background: #5a8dee;
    border-color: #5a8dee;
}

.btn-primary:hover {
    background: #4f7ed6;
    border-color: #4f7ed6;
}

.btn-outline-secondary {
    border-color: #d7dde8;
    color: #5c6677;
}

.btn-outline-secondary:hover {
    background: #eff3f8;
    border-color: #d7dde8;
    color: #445065;
}

.dashboard-stat {
    padding: 1.05rem 1.1rem;
    border-radius: 10px;
    border: 1px solid #e6e9ef;
    background: #fff;
}

.dashboard-stat--peach {
    background: #fdf0ec;
}

.dashboard-stat--mint {
    background: #eaf7ef;
}

.dashboard-stat--sky {
    background: #eaf6fb;
}

.dashboard-stat--sand {
    background: #fcf6e8;
}

/* --- InApp parity: sidebar + auth --- */
.sidebar-panel {
    width: 248px;
    padding: 0;
    border-right: 1px solid #e6e9ef;
    background: #fff;
}

.sidebar-card {
    position: sticky;
    top: 0;
    min-height: calc(100vh - 64px);
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0.9rem 0.75rem 1rem;
}

.sidebar-brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.25rem 0.45rem 0.9rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #eceff5;
}

.sidebar-brand__mark {
    width: 32px;
    height: 32px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(135deg, #2a477f, #ed7a4f);
}

.sidebar-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.sidebar-brand__name {
    font-size: 1.12rem;
    font-weight: 700;
    color: #1f2b3f;
}

.sidebar-brand__sub {
    font-size: 0.62rem;
    color: #95a0b0;
}

.sidebar-mobile-account {
    padding: 0.15rem 0.45rem 0.95rem;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #eceff5;
}

.sidebar-mobile-account__label {
    color: #90a0b0;
    letter-spacing: 0.06em;
}

.sidebar-mobile-account__name {
    color: #28354c;
}

.sidebar-title {
    color: #8a95a6;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 0 0.45rem 0.6rem;
}

.sidebar-link {
    color: #243148;
    border-radius: 9px;
    padding: 0.58rem 0.72rem;
    margin-bottom: 0.23rem;
    font-size: 0.98rem;
    font-weight: 500;
}

.sidebar-link i {
    width: 18px;
    text-align: center;
    color: #27344c;
}

.sidebar-link:hover,
.sidebar-link.active {
    background: #f7e9e7;
    color: #da6f4d;
}

.sidebar-link:hover i,
.sidebar-link.active i {
    color: #da6f4d;
}

.content-area {
    background: #f4f6f9;
}

.auth-minimal-wrap {
    min-height: calc(100vh - 64px);
}

.auth-minimal-card {
    max-width: 430px;
    background: #fff;
    border: 1px solid #e2e6ee;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.04);
    padding: 1.5rem 1.4rem;
}

.auth-minimal-card--wide {
    max-width: 760px;
    border-radius: 12px;
}

.auth-minimal-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.56rem;
}

.auth-minimal-logo__mark {
    width: 31px;
    height: 31px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(135deg, #2a477f, #ed7a4f);
}

.auth-minimal-logo__text {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.05;
}

.auth-minimal-logo__name {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1f2b3f;
}

.auth-minimal-logo__sub {
    font-size: 0.62rem;
    color: #9ba4b2;
}

.auth-minimal-title {
    margin: 0;
    font-size: 1.9rem;
    font-weight: 500;
    color: #1f2b3f;
}

.auth-minimal-subtitle {
    margin: 0.15rem 0 0;
    color: #6f7a8e;
    font-size: 0.92rem;
}

.auth-minimal-card .form-control,
.auth-minimal-card .form-select {
    min-height: 38px;
    border-radius: 6px;
}

.auth-minimal-btn {
    background: #eb6a3d;
    border-color: #eb6a3d;
}

.auth-minimal-btn:hover {
    background: #db5c32;
    border-color: #db5c32;
}

.auth-minimal-link-muted {
    font-size: 0.78rem;
    color: #d77858;
    font-weight: 500;
}

.auth-minimal-foot {
    color: #6f7a8e;
    font-size: 0.86rem;
}

.app-logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.app-logo--nav {
    height: 34px;
}

.app-logo--sidebar {
    height: 40px;
}

.app-logo--footer {
    height: 38px;
}

.app-logo--auth {
    height: 42px;
}

.app-logo--hero {
    height: 38px;
}

/* Global single color language */
.hero-section--home,
.home-band--services,
.home-band--cta {
    background: #f4f6f9;
}

.home-support-panel,
.home-trust-strip,
.home-service-stack,
.home-showcase-card,
.home-faq details,
.home-feature-tile {
    background: #ffffff;
    border: 1px solid #e6e9ef;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.home-service-stack__head--blue,
.home-service-stack__head--violet,
.home-service-stack__head--teal,
.home-feature-icon,
.home-feature-icon--violet,
.home-feature-icon--teal {
    background: #edf3ff;
    color: #4f79c7;
    box-shadow: none;
}

.hero-section--home .hero-headline,
.hero-section--home .hero-lead,
.home-section-title,
.home-showcase-card__label {
    color: #1f2b3f !important;
}

.hero-section--home .hero-lead,
.home-showcase-card__hint,
.home-service-stack__sub,
.home-support-panel .text-white-50,
.home-support-panel .info-list--on-dark {
    color: #6f7a8e !important;
}

.home-support-panel h3,
.home-support-panel .text-white {
    color: #1f2b3f !important;
}

.home-landing .btn-light,
.home-landing .btn-outline-light {
    background: #eb6a3d;
    border-color: #eb6a3d;
    color: #fff;
}

.home-landing .btn-light:hover,
.home-landing .btn-outline-light:hover {
    background: #db5c32;
    border-color: #db5c32;
    color: #fff;
}

/* Remove top gaps and force same palette */
.content-main-shell {
    padding-top: 0.55rem !important;
}

.content-main-shell > .page-intro:first-child,
.content-main-shell > .hero-section:first-child,
.content-main-shell > .form-card:first-child,
.content-main-shell > .list-card:first-child {
    margin-top: 0 !important;
}

.site-shell {
    gap: 0 !important;
}

.btn-dark,
.btn-outline-primary:hover,
.btn-primary {
    background: #5a8dee !important;
    border-color: #5a8dee !important;
    color: #fff !important;
}

.btn-dark:hover,
.btn-primary:hover {
    background: #4f7ed6 !important;
    border-color: #4f7ed6 !important;
}

.btn-outline-primary {
    color: #5a8dee !important;
    border-color: #c8d8f5 !important;
    background: #fff !important;
}

.text-primary {
    color: #5a8dee !important;
}

.product-card-thumb--video .ratio {
    border-radius: 0 !important;
}

.product-card-thumb--video iframe,
.product-card-thumb--video video {
    width: 100%;
    min-height: 168px;
    object-fit: cover;
}

.table-media-thumb {
    width: 44px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #dfe4ee;
}

/* Final consistency lock */
@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

.table thead th {
    background: #eef3ff !important;
    color: #445f95 !important;
    border-bottom-color: #e2e8f5 !important;
}

.badge.text-bg-primary {
    background: #eaf1ff !important;
    color: #4f79c7 !important;
}

.site-footer__accent {
    background: #e6ebf4 !important;
}

.page-intro,
.list-card,
.form-card,
.dashboard-card,
.product-card,
.filter-bar,
.empty-state {
    border-color: #e6e9ef !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
}

/* Home page gap fix */
.home-page-shell {
    padding-top: 0 !important;
}

.content-area--home {
    padding-top: 0 !important;
}

.hero-section--home-full {
    min-height: auto !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.hero-section--home-full .min-vh-75 {
    min-height: auto !important;
}

.dashboard-stat {
    padding: 1.05rem 1.1rem;
    border-radius: 10px;
    border: 1px solid #e6e9ef;
    background: #fff;
}

.dashboard-stat--peach {
    background: #fdf0ec;
}

.dashboard-stat--mint {
    background: #eaf7ef;
}

.dashboard-stat--sky {
    background: #eaf6fb;
}

.dashboard-stat--sand {
    background: #fcf6e8;
}
