/* =============================================
   3CX-COLOR.CSS — Corrected Dark Theme
   #2f2f2f   Main background
   #383838   Cards / surfaces
   #1e1e1e   Header (solid black)
   #242424   Deep sections
   #0597D4   Cyan-blue accent
   #ffffff   Primary text
   ============================================= */

/* ── ROOT VARS ── */
:root {
    --cx-black:        #1e1e1e;
    --cx-bg:           #2f2f2f;
    --cx-surface:      #383838;
    --cx-surface2:     #404040;
    --cx-deep:         #242424;
    --cx-border:       rgba(255,255,255,0.09);
    --cx-white:        #ffffff;
    --cx-grey:         rgba(255,255,255,0.60);
    --cx-blue:         #0597D4;
    --cx-blue-dark:    #0478aa;
    --cx-blue-light:   #2aace0;
    --cx-blue-bg:      rgba(5,151,212,0.10);
    --cx-blue-bdr:     rgba(5,151,212,0.30);

    /* override original vars */
    
}

/* ====================================================
   GLOBAL
   ==================================================== */
body {
    background: var(--cx-bg) !important;
    color: var(--cx-white) !important;
}

/* ====================================================
   HEADER — Solid dark like 3CX, blue bottom line
   ==================================================== */

/* ====================================================
   BUTTONS — Light, visible, solid #0597D4 style
   ==================================================== */



.btn-micron-primary,
.btn-cta-primary,
.btn-select {
    background: var(--cx-blue) !important;
    color: #ffffff !important;
    border: 2px solid var(--cx-blue) !important;
    box-shadow: 0 4px 16px rgba(5,151,212,0.30) !important;
    transition: all 0.22s ease !important;
}
.btn-theme-yellow {
    background: #000 !important;
    color: #F5D547 !important;
}

.btn-theme-yellow:hover {
    background: black !important;
    color:white !important;
}
.btn-micron-primary:hover,
.btn-cta-primary:hover,
.btn-select:hover {
    background: var(--cx-blue-light) !important;
    border-color: var(--cx-blue-light) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(5,151,212,0.50) !important;
    transform: translateY(-2px) !important;
}

/* Secondary — light outline */
.btn-micron-secondary,
.btn-cta-secondary,
.btn-quote {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,0.32) !important;
    transition: all 0.22s ease !important;
}
.btn-micron-secondary:hover,
.btn-cta-secondary:hover,
.btn-quote:hover {
    background: var(--cx-blue) !important;
    border-color: var(--cx-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(5,151,212,0.35) !important;
    transform: translateY(-1px) !important;
}

/* Global fallback — light gray-dark with blue hover */
button,
.btn,
[class*="btn-"] {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
    border: 1.5px solid rgba(255,255,255,0.22) !important;
    transition: all 0.22s ease !important;
}
button:hover,
.btn:hover,
[class*="btn-"]:hover {
    background: var(--cx-blue) !important;
    border-color: var(--cx-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(5,151,212,0.35) !important;
}
button:focus,
button:active,
.btn:focus,
.btn:active {
    background: var(--cx-blue-dark) !important;
    border-color: var(--cx-blue-dark) !important;
    box-shadow: 0 6px 20px rgba(5,151,212,0.35) !important;
}

/* ====================================================
   HERO — gradient dark + cyan glow
   ==================================================== */
.micron-hero {
    background: linear-gradient(140deg, #0d2a38 0%, #1a2a30 30%, #2f2f2f 70%) !important;
    position: relative;
}
.micron-hero::before {
    content: '';
    position: absolute;
    top: -10%; left: -5%;
    width: 700px; height: 700px;
    background: radial-gradient(ellipse, rgba(5,151,212,0.20) 0%, transparent 65%);
    pointer-events: none; z-index: 1;
}
.micron-hero-bg { position: relative; z-index: 2; }

.hero-wave svg path { fill: var(--cx-bg) !important; }

.micron-title    { color: #ffffff !important; }
.micron-subtitle { color: rgba(255,255,255,0.70) !important; }

.brand-badge-large {
    background: var(--cx-blue-bg) !important;
    color: #ffffff !important;
    border: 1px solid var(--cx-blue-bdr) !important;
    box-shadow: none !important;
}
.brand-badge-large i { color: var(--cx-blue) !important; }

.central-icon {
    background: var(--cx-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 22px rgba(5,151,212,0.12), 0 0 0 44px rgba(5,151,212,0.05) !important;
}
.floating-card {
    background: var(--cx-surface) !important;
    border: 1px solid rgba(255,255,255,0.09) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.30) !important;
}
.floating-card i { color: var(--cx-blue) !important; }

/* ====================================================
   SECTION TAGS / LABELS
   ==================================================== */
.section-tag,
.section-label {
    background: var(--cx-blue-bg) !important;
    color: var(--cx-blue) !important;
    border: 1px solid var(--cx-blue-bdr) !important;
}

/* ====================================================
   ABOUT BRAND — slightly lighter surface
   ==================================================== */
.about-brand {
    background: var(--cx-surface) !important;
}
.about-image {
    background: var(--cx-bg) !important;
    color: var(--cx-blue) !important;
    border: 1px solid rgba(5,151,212,0.20) !important;
}
.about-image::before {
    background: radial-gradient(circle, rgba(5,151,212,0.10) 0%, transparent 70%) !important;
}
.experience-badge {
    background: var(--cx-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 40px rgba(5,151,212,0.30) !important;
}
.experience-badge .years,
.experience-badge .text { color: #ffffff !important; }

.about-content h2 { color: #ffffff !important; }
.about-content p  { color: rgba(255,255,255,0.68) !important; }

.stat-item i {
    background: var(--cx-blue-bg) !important;
    color: var(--cx-blue) !important;
}
.stat-number { color: #ffffff !important; }
.stat-label  { color: rgba(255,255,255,0.55) !important; }

/* ====================================================
   PRODUCTS — main bg
   ==================================================== */
.micron-products { background: var(--cx-bg) !important; }

.products-section-header h2 { color: #ffffff !important; }
.products-section-header p  { color: rgba(255,255,255,0.58) !important; }

.product-category-block            { border-top-color:    var(--cx-border) !important; }
.product-category-block:last-child { border-bottom-color: var(--cx-border) !important; }

/* category icons */
.cat-icon.ssd         { background: var(--cx-blue-bg) !important; color: var(--cx-blue) !important; }
.cat-icon.memory      { background: #0c1030 !important;           color: #818cf8 !important; }
.cat-icon.nvme        { background: #1a1400 !important;           color: #fbbf24 !important; }
.cat-icon.storage-net { background: #071507 !important;           color: #34d399 !important; }

.hpe-left h3 { color: #ffffff !important; }
.hpe-left p  { color: rgba(255,255,255,0.58) !important; }

.view-all-link {
    color: var(--cx-blue) !important;
    font-weight: 600 !important;
}
.view-all-link:hover { color: var(--cx-blue-light) !important; }

/* Product Cards */
.product-card-hpe {
    background: var(--cx-surface) !important;
    border: 1.5px solid var(--cx-border) !important;
    transition: all 0.25s ease !important;
}
.product-card-hpe:hover {
    border-color: var(--cx-blue) !important;
    box-shadow: 0 16px 50px rgba(5,151,212,0.18) !important;
    transform: translateY(-6px) !important;
}

/* product visuals */
.ssd-bg         { background: rgba(5,151,212,0.10) !important; color: var(--cx-blue) !important; }
.ssd-bg-alt     { background: #404040 !important;              color: #ffffff !important; }
.memory-bg      { background: #0c0c28 !important;              color: #818cf8 !important; }
.memory-bg-alt  { background: #080820 !important;              color: #6366f1 !important; }
.nvme-bg        { background: #1c1800 !important;              color: #fbbf24 !important; }
.nvme-bg-alt    { background: #161200 !important;              color: #f59e0b !important; }
.storage-net-bg { background: #071407 !important;              color: #34d399 !important; }

/* tags */
.tag.popular   { background: #4a4a4a !important; color: #ffffff !important; border: 1px solid rgba(255,255,255,0.15) !important; }
.tag.new       { background: #059669 !important; color: #fff !important; }
.tag.ai        { background: var(--cx-blue) !important; color: #fff !important; }
.tag.edge      { background: #ea580c !important; color: #fff !important; }
.tag.high-perf { background: #dc2626 !important; color: #fff !important; }

.card-top h4 { color: #ffffff !important; }
.sku         { color: rgba(255,255,255,0.30) !important; }

.card-bottom {
    background: var(--cx-deep) !important;
    border-top: 1px solid rgba(255,255,255,0.07) !important;
}
.desc { color: rgba(255,255,255,0.55) !important; }

.spec-badges span {
    background: #383838 !important;
    border: 1px solid rgba(255,255,255,0.10) !important;
    color: rgba(255,255,255,0.78) !important;
}

/* ====================================================
   VALUE PROP — surface section
   ==================================================== */
.value-prop { background: var(--cx-surface) !important; }

.value-card {
    background: var(--cx-bg) !important;
    border: 1px solid var(--cx-border) !important;
    box-shadow: none !important;
    transition: all 0.25s ease !important;
}
.value-card:hover {
    border-color: var(--cx-blue) !important;
    box-shadow: 0 8px 28px rgba(5,151,212,0.15) !important;
    transform: translateY(-4px) !important;
}
.value-card .value-icon { color: var(--cx-blue) !important; }
.value-card h4 { color: #ffffff !important; }
.value-card p  { color: rgba(255,255,255,0.62) !important; }
.section-header h2 { color: #ffffff !important; }
.section-header p  { color: rgba(255,255,255,0.60) !important; }

/* ====================================================
   USE CASES — main bg
   ==================================================== */
.use-cases { background: var(--cx-bg) !important; }

.use-cases .section-tag {
    background: var(--cx-blue-bg) !important;
    color: var(--cx-blue) !important;
    border-color: var(--cx-blue-bdr) !important;
}
.use-cases .section-header h2 { color: #ffffff !important; }

.use-case-card {
    background: var(--cx-surface) !important;
    border: 1px solid var(--cx-border) !important;
    transition: all 0.25s ease !important;
}
.use-case-card:hover {
    border-color: var(--cx-blue) !important;
    box-shadow: 0 10px 30px rgba(5,151,212,0.15) !important;
    transform: translateY(-4px) !important;
}
.use-case-icon {
    background: var(--cx-blue) !important;
    color: #ffffff !important;
}
.use-case-card:hover .use-case-icon {
    box-shadow: 0 0 16px rgba(5,151,212,0.42) !important;
}
.use-case-card h4 { color: #ffffff !important; }
.use-case-card p  { color: rgba(255,255,255,0.62) !important; }

/* ====================================================
   WHY US — surface section
   ==================================================== */
.why-us { background: var(--cx-surface) !important; }
.why-us h2 { color: #ffffff !important; }
.why-us .section-tag {
    background: var(--cx-blue-bg) !important;
    color: var(--cx-blue) !important;
    border-color: var(--cx-blue-bdr) !important;
}
.lead-text { color: rgba(255,255,255,0.65) !important; }

.benefit-icon {
    background: var(--cx-blue-bg) !important;
    color: var(--cx-blue) !important;
    border: 1px solid var(--cx-blue-bdr) !important;
}
.benefit-content h4 { color: #ffffff !important; }
.benefit-content p  { color: rgba(255,255,255,0.62) !important; }

.partnership-badge {
    background: var(--cx-bg) !important;
    border: 1px solid var(--cx-border) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25) !important;
}
.partnership-badge i { color: var(--cx-blue) !important; }
.badge-title    { color: rgba(255,255,255,0.52) !important; }
.badge-subtitle { color: #ffffff !important; }

.region {
    background: var(--cx-bg) !important;
    border: 1px solid var(--cx-border) !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
}
.region i    { color: var(--cx-blue) !important; }
.region span { color: rgba(255,255,255,0.70) !important; }

.region.active {
    background: var(--cx-blue) !important;
    border-color: var(--cx-blue) !important;
    box-shadow: 0 8px 20px rgba(5,151,212,0.30) !important;
}
.region.active i,
.region.active span { color: #ffffff !important; }

/* ====================================================
   CTA SECTION — deep bg
   ==================================================== */
.cta-section-micron { background: var(--cx-deep) !important; }

.cta-box-micron {
    background: linear-gradient(135deg, #0d2a38 0%, #1a2a30 40%, #383838 100%) !important;
    border: 1px solid var(--cx-blue-bdr) !important;
    box-shadow: 0 0 80px rgba(5,151,212,0.10) !important;
}
.cta-box-micron::before {
    background: var(--cx-blue) !important;
    opacity: 0.06 !important;
}
.cta-box-micron h2 { color: #ffffff !important; }
.cta-box-micron p  { color: rgba(255,255,255,0.65) !important; }

/* ====================================================
   BACK TO TOP
   ==================================================== */
.back-to-top {
    background: var(--cx-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(5,151,212,0.40) !important;
}
.back-to-top:hover {
    background: var(--cx-blue-light) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 28px rgba(5,151,212,0.55) !important;
    transform: translateY(-2px) !important;
}

/* ====================================================
   ZEN MEGA FOOTER — solid dark
   ==================================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--primary-blue);
    padding: 20px 0;
    transition: all 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    padding: 15px 0;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

/* Override Bootstrap */
.navbar-brand img {
    height: 80px !important;
    width: auto !important;
    max-height: unset !important;
    object-fit: contain;
    transform: translateY(-8px);
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 550;
    font-size: 15.5px;
    padding: 10px 18px !important;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--theme-yellow);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 60%;
}

/* Header Buttons Section */
.header-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Free Call Pill Design */
.free-call-btn {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 8px 20px 8px 8px;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    gap: 10px;
    transition: all 0.3s ease;
}

.free-call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.free-call-btn i {
    width: 36px;
    height: 36px;
    background: #25D366;
    color: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

/* Get In Touch Button */
.btn-theme-yellow {
    background: var(--theme-yellow) !important;
    color: black !important;
    padding: 14px 28px;
   
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.btn-theme-yellow {
    border: none !important;
    outline: none !important;
}
.btn-theme-yellow:hover {
    background: black !important;
    color: white !important;
    transform: translateY(-2px);
	
}

/* Toggler Color Fix */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* =============================================
   FOOTER STYLES (from style.css)
   ============================================= */

/* ZEN MEGA FOOTER STYLES */
:root {
    --zen-primary: #4A90E2;
    --zen-primary-light: #87CEEB;
    --zen-secondary: #00C9FF;
    --zen-accent: #7B68EE;
    --zen-bg: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 50%, #E1F5FE 100%);
    --zen-surface: rgba(255, 255, 255, 0.7);
    --zen-text: #1a365d;
    --zen-text-muted: #4a5568;
    --zen-border: rgba(255, 255, 255, 0.5);
    --zen-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
    --zen-radius: 16px;
}

.zen-mega-footer {
    width: 100%;
    position: relative;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    background: var(--zen-bg);
    overflow: hidden;
}

/* Decorative Wave */
.zen-footer-wave {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
}

.zen-footer-wave svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Container */
.zen-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* Main Footer Area */
.zen-footer-main {
    padding: 80px 0 40px;
    position: relative;
}

/* CTA Section */
.zen-footer-cta {
    background: linear-gradient(135deg, rgba(255,255,255,0.9), rgba(255,255,255,0.6));
    backdrop-filter: blur(10px);
    border: 1px solid var(--zen-border);
    border-radius: var(--zen-radius);
    padding: 40px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    box-shadow: var(--zen-shadow);
    position: relative;
    overflow: hidden;
}

.zen-footer-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(74,144,226,0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.zen-cta-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--zen-text);
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.zen-cta-desc {
    color: var(--zen-text-muted);
    font-size: 1.1rem;
    margin: 0;
    max-width: 500px;
}

.zen-cta-buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.zen-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}


.zen-btn-primary {
    background: linear-gradient(135deg, var(--zen-primary), var(--zen-secondary))!important;
    color: white;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.4);
}

.zen-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74,144,226,0.6);
}

.zen-btn-secondary {
    background: rgba(255, 255, 255, 0.8)!important;
    color: var(--zen-text) !important;
    border-color: rgba(74, 144, 226, 0.3);
}
.zen-btn-secondary {

.zen-btn-secondary:hover {
    background: #b8e0ff; /* sky blue */
    color: #ffffff;      /* white text */
    border-color: #b8e0ff;
    transform: translateY(-2px);
}

/* Main Grid */
.zen-footer-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 60px;
    margin-bottom: 40px;
}

/* Brand Column */
.zen-brand-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.zen-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--zen-text);
}

.zen-logo-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--zen-primary), var(--zen-secondary));
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: white;
    box-shadow: 0 4px 15px rgba(74,144,226,0.3);
}

.zen-logo-icon svg {
    width: 28px;
    height: 28px;
}

.zen-logo-main {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    background: #00c9ff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.zen-logo-sub {
    display: block;
    font-size: 0.75rem;
    color: var(--zen-text-muted);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.zen-brand-desc {
    color: var(--zen-text-muted);
    line-height: 1.7;
    font-size: 0.95rem;
    margin: 0;
}

/* Contact Cards */
.zen-contact-cards {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.zen-contact-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255,255,255,0.6);
    border: 1px solid var(--zen-border);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zen-contact-card:hover {
    background: white;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.zen-contact-card.zen-whatsapp:hover {
    border-color: #25D366;
    background: rgba(37,211,102,0.05);
}

.zen-cc-icon {
    font-size: 1.4rem;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
}

.zen-cc-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.zen-cc-label {
    font-size: 0.75rem;
    color: var(--zen-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.zen-cc-value {
    font-size: 0.95rem;
    color: var(--zen-text);
    font-weight: 700;
}

/* Social Row */
.zen-social-row {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.zen-social-link {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.6);
    border: 1px solid var(--zen-border);
    border-radius: 12px;
    color: var(--zen-text-muted);
    transition: all 0.3s ease;
}

.zen-social-link svg {
    width: 20px;
    height: 20px;
}

.zen-social-link:hover {
    background: var(--zen-primary);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(74,144,226,0.4);
    border-color: transparent;
}

/* Links Columns */
.zen-links-col {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.zen-link-group {
    padding: 20px;
    background: rgba(255,255,255,0.4);
    border-radius: var(--zen-radius);
    border: 1px solid var(--zen-border);
    transition: all 0.3s ease;
}

.zen-link-group:hover {
    background: rgba(255,255,255,0.7);
    transform: translateY(-2px);
    box-shadow: var(--zen-shadow);
}

.zen-group-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--zen-text);
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(74,144,226,0.2);
    position: relative;
}

.zen-group-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--zen-primary), var(--zen-secondary));
    border-radius: 2px;
}

.zen-subgroups {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zen-subgroup h4 {
    font-size: 0.8rem;
    color: var(--zen-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.zen-subgroup ul,
.zen-simple-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.zen-subgroup a,
.zen-simple-list a {
    color: var(--zen-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 2px 0;
}

.zen-subgroup a:hover,
.zen-simple-list a:hover {
    color: var(--zen-primary);
    transform: translateX(4px);
}

/* Address Bar */
.zen-address-bar {
    background: rgba(255,255,255,0.5);
    border: 1px solid var(--zen-border);
    border-radius: 12px;
    padding: 20px 24px;
    margin-top: 20px;
}

.zen-address-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--zen-text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.zen-address-item svg {
    flex-shrink: 0;
    color: var(--zen-primary);
    margin-top: 2px;
}

/* Bottom Bar */
.zen-footer-bottom {
    background: rgba(255,255,255,0.8);
    border-top: 1px solid var(--zen-border);
    padding: 24px 0;
    backdrop-filter: blur(10px);
}

.zen-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.85rem;
    color: var(--zen-text-muted);
}

.zen-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.zen-bottom-links a {
    color: var(--zen-text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.zen-bottom-links a:hover {
    color: var(--zen-primary);
}

.zen-dot {
    opacity: 0.5;
}

.zen-credits a {
    color: var(--zen-primary);
    text-decoration: none;
    font-weight: 600;
}

/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--theme-yellow);
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: #000;
    color: #fff;
    transform: translateY(-5px);
}

/* Responsive Design */
@media (max-width: 1200px) {
    .zen-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .zen-brand-col {
        max-width: 600px;
    }
    
    .zen-links-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .header-contact {
        display: none;
    }
}

@media (max-width: 768px) {
    .zen-footer-cta {
        flex-direction: column;
        text-align: center;
        padding: 30px 24px;
    }
    
    .zen-cta-title {
        font-size: 1.5rem;
    }
    
    .zen-links-col {
        grid-template-columns: 1fr;
    }
    
    .zen-bottom-content {
        flex-direction: column;
        text-align: center;
    }
    
    .zen-address-item {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .zen-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .zen-btn {
        width: 100%;
        justify-content: center;
    }
}