/* *****************************************************

    ** LumisCloud Custom Stylesheet **

    Nexus cart theme for LumisCloud.
    Pink (#E91E63) / Purple (#9C27B0) branding.

    Version: LC-2026-0221-C1D2

***************************************************** */

:root {
    --white: #fff;

    /* Bootstrap variable overrides */
    --blue: #E91E63;
    --indigo: #9C27B0;
    --purple: #9C27B0;
    --pink: #E91E63;
    --primary: #E91E63;
    --secondary: #9C27B0;
    --dark: #1e293b;
    --light: #f8fafc;

    /* Neutral shades */
    --neutral-50:  #f8fafc;
    --neutral-100: #f1f5f9;
    --neutral-200: #e2e8f0;
    --neutral-300: #cbd5e1;
    --neutral-400: #94a3b8;
    --neutral-500: #64748b;
    --neutral-600: #475569;
    --neutral-700: #334155;
    --neutral-800: #1e293b;
    --neutral-900: #1e293b;
    --neutral-950: #0f172a;

    /* Primary shade palette — LumisCloud pink */
    --primary-50:  #fdf2f8;
    --primary-100: #fce7f3;
    --primary-200: #fbcfe8;
    --primary-300: #f9a8d4;
    --primary-400: #f472b6;
    --primary-500: #ec4899;
    --primary-600: #E91E63;
    --primary-700: #C2185B;
    --primary-800: #9D174D;
    --primary-900: #831843;
    --primary-950: #500724;

    /* Primary colors */
    --primary:          #E91E63;
    --primary-lifted:   #C2185B;
    --primary-accented:  #9D174D;

    /* Secondary colors — LumisCloud purple */
    --secondary:          #9C27B0;
    --secondary-lifted:   #7B1FA2;
    --secondary-accented:  #6A1B9A;

    /* Success colors */
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;

    /* Info colors — pink to stay on-brand */
    --info: #E91E63;
    --info-lifted: #C2185B;
    --info-accented: #9D174D;

    /* Notice colors — purple */
    --notice: #9C27B0;
    --notice-lifted: #7B1FA2;
    --notice-accented: #6A1B9A;

    /* Warning colors */
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;

    /* Error colors */
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;

    /* Grayscale colors */
    --grayscale: #E91E63;
    --grayscale-lifted: #C2185B;
    --grayscale-accented: #9D174D;

    /* Neutral colors */
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);

    /* Text neutral colors */
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-800);

    /* Border neutral colors */
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);

    /* Background neutral colors */
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: #1e293b;

    /* Additional colors */
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #F06292;

    /* Font sizes */
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;

    /* Spacing */
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;

    /* Rounding */
    --rounding-sm: 0.375rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;

    /* Other */
    --letter-spacing: -0.01em;
    --disabled-opacity: 25%;
}

/* =============================================
   Font family
   ============================================= */
body, html {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* =============================================
   Buttons — pink gradient matching main site
   ============================================= */
.btn-primary,
body .sidebar .btn-success,
body .primary-content .client-home-cards .card .btn-success,
body .primary-content .client-home-cards .mc-promo-login .btn-success,
body .primary-content .client-home-cards .mc-promo-manage .btn-success,
body #main-body .btn-outline-primary:hover,
body #order-standard_cart .products .product footer .btn-order-now,
body #order-standard_cart .text-right .btn-checkout,
body #frmDomainHomepage #btnTransfer {
    background: linear-gradient(135deg, #E91E63 0%, #9C27B0 100%) !important;
    border-color: #E91E63 !important;
    color: #fff !important;
}

.btn-primary:hover,
body .sidebar .btn-success:hover,
body #order-standard_cart .products .product footer .btn-order-now:hover,
body #order-standard_cart .text-right .btn-checkout:hover {
    background: linear-gradient(135deg, #F06292 0%, #BA68C8 100%) !important;
    border-color: #F06292 !important;
}

.btn-outline-primary {
    color: #E91E63 !important;
    border-color: #E91E63 !important;
}

.btn-outline-primary:hover {
    background-color: #E91E63 !important;
    color: #fff !important;
}

/* =============================================
   Links
   ============================================= */
a {
    color: #E91E63;
}

a:hover {
    color: #C2185B;
}

/* =============================================
   Footer — match lumiscloud.com footer
   ============================================= */
footer.lc-footer {
    background-color: #1e293b !important;
    color: #fff;
    padding: 4rem 0 2rem !important;
}

.lc-footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
}

.lc-footer-logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #E91E63;
    margin-bottom: 1rem;
}

.lc-footer-logo-svg {
    margin-right: 0.5rem;
    height: 1.75rem;
    width: auto;
}

.lc-footer-brand > p {
    color: #9ca3af;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 0.9rem;
}

.lc-social-links {
    display: flex;
    gap: 1rem;
}

.lc-social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lc-social-links a:hover {
    background: #E91E63;
    color: #fff;
    transform: translateY(-2px);
}

.lc-footer-section h4 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #fff;
    font-size: 1rem;
}

.lc-footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lc-footer-section ul li {
    margin-bottom: 0.75rem;
}

.lc-footer-section ul li a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 0.9rem;
}

.lc-footer-section ul li a:hover {
    color: #E91E63;
}

.lc-footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lc-footer-bottom p {
    color: #9ca3af;
    margin: 0;
    font-size: 0.85rem;
}

.lc-lang-btn {
    border-color: #334155 !important;
    color: #9ca3af !important;
    font-size: 0.85rem;
}

.lc-lang-btn:hover {
    border-color: #E91E63 !important;
    color: #E91E63 !important;
}

@media (max-width: 768px) {
    .lc-footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .lc-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

/* =============================================
   Header — match lumiscloud.com header
   ============================================= */

/* Sticky header with frosted glass */
#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

/* Top bar for logged-in users */
#header .topbar {
    background: #1e293b;
    border-bottom: none;
}

#header .topbar .btn {
    color: #9ca3af;
    font-size: 0.85rem;
}

#header .topbar .btn:hover {
    color: #E91E63;
}

#header .topbar .input-group-text {
    color: #9ca3af;
    background: transparent;
    border: none;
    font-size: 0.85rem;
}

#header .topbar .btn-active-client {
    color: #fff;
}

/* Main navbar — white background like marketing site */
#header .navbar.navbar-light {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
}

#header .navbar-brand {
    color: #E91E63;
    font-weight: 700;
    font-size: 1.5rem;
}

#header .navbar-brand .logo-img {
    height: 2rem;
    width: auto;
}

/* Search bar */
#header .input-group.search .form-control {
    border-color: #e2e8f0;
    font-size: 0.9rem;
}

#header .input-group.search .btn-default {
    border-color: #e2e8f0;
    color: #64748b;
}

/* Cart badge */
#header .badge-dark {
    background: linear-gradient(135deg, #E91E63, #9C27B0) !important;
}

/* Navigation bar */
#header .main-navbar-wrapper {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
}

#header .main-navbar-wrapper .nav-link {
    color: #1e293b;
    font-weight: 500;
    transition: color 0.2s ease;
}

#header .main-navbar-wrapper .nav-link:hover,
#header .main-navbar-wrapper .nav-link:focus {
    color: #E91E63;
}

#header .main-navbar-wrapper .nav-item.active .nav-link,
#header .main-navbar-wrapper .nav-link.active {
    color: #E91E63;
}

/* Dropdown menus */
#header .dropdown-menu {
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

#header .dropdown-item:hover {
    background-color: #fdf2f8;
    color: #E91E63;
}

/* Breadcrumb bar */
.master-breadcrumb {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.master-breadcrumb .breadcrumb {
    background: transparent;
}

.master-breadcrumb .breadcrumb-item a {
    color: #E91E63;
}

.master-breadcrumb .breadcrumb-item.active {
    color: #64748b;
}

/* =============================================
   Sidebar active state
   ============================================= */
body .sidebar .list-group-item.active {
    background-color: #E91E63;
    border-color: #E91E63;
}

/* =============================================
   Badge & label accents
   ============================================= */
.badge-primary,
.badge-success {
    background-color: #E91E63 !important;
}

/* =============================================
   Dropdown & panel highlights
   ============================================= */
.dropdown-item.active,
.dropdown-item:active {
    background-color: #E91E63;
}

/* =============================================
   Focus outlines — pink ring
   ============================================= */
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
    border-color: #E91E63;
}

/* =============================================
   Progress bars
   ============================================= */
.progress-bar {
    background-color: #E91E63;
}

/* =============================================
   Pagination
   ============================================= */
.page-item.active .page-link {
    background-color: #E91E63;
    border-color: #E91E63;
}

.page-link {
    color: #E91E63;
}

.page-link:hover {
    color: #C2185B;
}
