/* --- 1. GLOBAL BRANDING --- */
:root {
    --funktion-blue: #3B7BFF;
    --funktion-dark: #0B0D10;
    --funktion-surface: #151A21;
    --funktion-border: #273140;
}

body {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) fixed !important;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

/* --- 2. THE HEADER --- */
#header, .navbar-main {
    background: rgba(11, 13, 16, 0.85) !important;
    backdrop-filter: blur(12px) saturate(180%) !important;
    border-bottom: 1px solid var(--funktion-border) !important;
    position: sticky !important;
    top: 0;
    z-index: 1050;
}

html body #header .nav-link, 
html body #header .navbar-nav > li > a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

/* --- 3. PRODUCT BOXES (NO OVERLAP FIX) --- */

/* Style the checkmarks */
.products .product-desc ul { list-style: none; padding: 0; }
.product-desc li {
    padding-left: 30px; 
    position: relative; 
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: 600;
}
.product-desc li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--funktion-blue);
    font-weight: bold;
}
.product-pricing { text-align: right; margin-right: 20px;}
.product-pricing .price {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--funktion-blue);
    display: block;
    margin-top: 20px;
    text-align: right;
    margin-bottom: -20px;
}
.product-pricing small {
    font-size: 1.2em;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 20px;
    text-align: right;
}
/* Button Styling */
.btn-order-now {
    background: #FF6B00 !important;
    color: #FFFFFF !important;
    padding: 15px;
    border-radius: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    display: inline-block !important; /* Center correctly */
    width: auto !important;
    min-width: 100px;
    border: none !important;
}




/* --- 5. SOP & SIDEBAR --- */
[data-name="mainwp-link"] {
    background: linear-gradient(90deg, #3B7BFF 0%, #2A2135 100%) !important;
    color: #ffffff !important;
    border-radius: 15px !important;
}