{"id":3138,"date":"2026-06-07T13:12:51","date_gmt":"2026-06-07T13:12:51","guid":{"rendered":"https:\/\/vitacore-llc.com\/?page_id=3138"},"modified":"2026-06-08T12:04:54","modified_gmt":"2026-06-08T12:04:54","slug":"new-home","status":"publish","type":"page","link":"https:\/\/vitacore-llc.com\/","title":{"rendered":"New Home"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue&#038;family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        \/* ============ RESET & BASE ============ *\/\n        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }\n        html { scroll-behavior: smooth; }\n        body, body.flavor-flavor, body.flavor-flavor .site-content, html {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif !important;\n            background: #0a0c10 !important;\n            background-color: #0a0c10 !important;\n            color: #e0e0e0 !important;\n            line-height: 1.6 !important;\n            overflow-x: hidden;\n        }\n        .site-content, .ast-container, .entry-content, #primary, .ast-separate-container {\n            background: transparent !important;\n            background-color: transparent !important;\n        }\n        a { color: inherit; text-decoration: none; }\n        img { max-width: 100%; display: block; }\n        ul { list-style: none; }\n\n        \/* ============ VARIABLES ============ *\/\n        :root {\n            --amber: #e8922f;\n            --amber-light: #f5a623;\n            --amber-dark: #c97a1e;\n            --dark-bg: #0a0c10;\n            --card-bg: #12151c;\n            --card-border: #1e2230;\n            --text-primary: #f0f0f0;\n            --text-secondary: #9ca3af;\n            --text-muted: #6b7280;\n            --max-width: 1200px;\n            --nav-height: 72px;\n        }\n\n        \/* ============ UTILITY ============ *\/\n        .container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }\n        .section-label {\n            font-size: 0.75rem;\n            font-weight: 700;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: var(--amber);\n            margin-bottom: 12px;\n        }\n        .section-title {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(2rem, 5vw, 3.2rem);\n            letter-spacing: 1px;\n            color: var(--text-primary);\n            line-height: 1.1;\n            margin-bottom: 16px;\n        }\n        .section-desc {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 600px;\n            line-height: 1.7;\n        }\n\n        \/* ============ NAVIGATION ============ *\/\n        .nav {\n            position: fixed;\n            top: 0; left: 0; right: 0;\n            height: var(--nav-height);\n            background: rgba(10, 12, 16, 0.85);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border-bottom: 1px solid rgba(255,255,255,0.06);\n            z-index: 1000;\n            transition: background 0.3s;\n        }\n        .nav-inner {\n            max-width: var(--max-width);\n            margin: 0 auto;\n            padding: 0 24px;\n            height: 100%;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n        .nav-logo {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            gap: 0;\n            text-decoration: none;\n            line-height: 1;\n        }\n        .nav-logo .logo-main {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.6rem;\n            font-weight: 400;\n            color: #ffffff;\n            letter-spacing: 4px;\n        }\n        .nav-logo .logo-sub {\n            font-family: 'Inter', sans-serif;\n            font-size: 0.55rem;\n            font-weight: 500;\n            color: rgba(255,255,255,0.7);\n            letter-spacing: 5px;\n            text-transform: uppercase;\n            margin-top: 1px;\n        }\n        .nav-links {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n        }\n        .nav-links a {\n            font-size: 0.8rem;\n            white-space: nowrap;\n            font-weight: 500;\n            color: var(--text-secondary);\n            transition: color 0.2s;\n            position: relative;\n        }\n        .nav-links a:hover { color: var(--text-primary); }\n        .nav-links a.active { color: var(--amber); }\n        .nav-cta {\n            background: var(--amber);\n            color: #0a0c10 !important;\n            padding: 10px 22px;\n            border-radius: 8px;\n            font-weight: 700 !important;\n            font-size: 0.85rem !important;\n            transition: background 0.2s, transform 0.2s;\n        }\n        .nav-cta:hover { background: var(--amber-light); transform: translateY(-1px); }\n        .nav-hamburger {\n            display: none;\n            flex-direction: column;\n            gap: 5px;\n            cursor: pointer;\n            padding: 5px;\n        }\n        .nav-hamburger span {\n            width: 24px;\n            height: 2px;\n            background: var(--text-primary);\n            border-radius: 2px;\n            transition: 0.3s;\n        }\n\n        \/* ============ HERO ============ *\/\n        .hero {\n            position: relative;\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            padding-top: var(--nav-height);\n            overflow: hidden;\n        }\n        .hero-bg {\n            position: absolute;\n            inset: 0;\n            background: url('https:\/\/vitacore-llc.com\/wp-content\/uploads\/2026\/06\/homepage-hero-cargo-base.webp') center\/cover no-repeat;\n            filter: brightness(0.65);\n        }\n        .hero::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background:\n                linear-gradient(90deg, rgba(10,12,16,0.85) 0%, rgba(10,12,16,0.45) 50%, rgba(10,12,16,0.1) 100%),\n                linear-gradient(180deg, rgba(10,12,16,0.05) 0%, rgba(10,12,16,0.35) 60%, rgba(10,12,16,0.7) 100%);\n            z-index: 1;\n        }\n        .hero-routes-svg {\n            position: absolute;\n            inset: 0;\n            width: 100%;\n            height: 100%;\n            z-index: 1;\n            pointer-events: none;\n        }\n        .hero-grid-pattern {\n            position: absolute;\n            inset: 0;\n            background-image:\n                linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);\n            background-size: 60px 60px;\n            mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black, transparent);\n        }\n        .hero .container {\n            position: relative;\n            z-index: 2;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n        .hero-content { max-width: 600px; }\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: rgba(232,146,47,0.1);\n            border: 1px solid rgba(232,146,47,0.25);\n            padding: 6px 16px;\n            border-radius: 100px;\n            font-size: 0.78rem;\n            font-weight: 600;\n            color: var(--amber);\n            margin-bottom: 28px;\n            letter-spacing: 0.5px;\n        }\n        .hero-badge .dot {\n            width: 6px; height: 6px;\n            background: var(--amber);\n            border-radius: 50%;\n            animation: pulse-dot 2s infinite;\n        }\n        @keyframes pulse-dot {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.3; }\n        }\n        .hero h1 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(3rem, 7vw, 5.5rem);\n            line-height: 0.95;\n            color: var(--text-primary);\n            letter-spacing: 2px;\n            margin-bottom: 24px;\n        }\n        .hero h1 span { color: var(--amber); }\n        .hero-desc {\n            font-size: 1.1rem;\n            color: var(--text-secondary);\n            line-height: 1.75;\n            margin-bottom: 36px;\n            max-width: 480px;\n        }\n        .hero-actions {\n            display: flex;\n            gap: 16px;\n            margin-bottom: 48px;\n        }\n        .btn-primary {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: var(--amber);\n            color: #0a0c10;\n            padding: 14px 32px;\n            border-radius: 10px;\n            font-weight: 700;\n            font-size: 0.95rem;\n            border: none;\n            cursor: pointer;\n            transition: all 0.25s;\n        }\n        .btn-primary:hover { background: var(--amber-light); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,146,47,0.25); }\n        .btn-secondary {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            background: transparent;\n            color: var(--text-primary);\n            padding: 14px 32px;\n            border-radius: 10px;\n            font-weight: 600;\n            font-size: 0.95rem;\n            border: 1px solid var(--card-border);\n            cursor: pointer;\n            transition: all 0.25s;\n        }\n        .btn-secondary:hover { border-color: var(--text-muted); background: rgba(255,255,255,0.03); }\n        .hero-stats {\n            display: flex;\n            gap: 40px;\n        }\n        .hero-stat .stat-value {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 2rem;\n            color: var(--amber);\n            line-height: 1;\n        }\n        .hero-stat .stat-label {\n            font-size: 0.78rem;\n            color: var(--text-muted);\n            margin-top: 4px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Hero Visual *\/\n        .hero-visual {\n            position: relative;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        .hero-visual-card {\n            position: relative;\n            width: 100%;\n            max-width: 680px;\n            border-radius: 20px;\n            border: 1px solid var(--card-border);\n            overflow: hidden;\n        }\n        .hero-visual-card::before {\n            content: '';\n            position: absolute;\n            top: -1px; left: -1px; right: -1px; bottom: -1px;\n            border-radius: 20px;\n            background: linear-gradient(135deg, rgba(232,146,47,0.2), transparent 50%);\n            z-index: 1;\n            pointer-events: none;\n        }\n        .hero-visual-card img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 20px;\n        }\n\n        \/* Floating badges around card *\/\n        .floating-badge {\n            position: absolute;\n            background: rgba(18,21,28,0.95);\n            border: 1px solid var(--card-border);\n            border-radius: 12px;\n            padding: 12px 18px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            z-index: 3;\n            backdrop-filter: blur(10px);\n            animation: float 6s ease-in-out infinite;\n        }\n        .floating-badge:nth-child(2) { animation-delay: -2s; }\n        .floating-badge:nth-child(3) { animation-delay: -4s; }\n        @keyframes float {\n            0%, 100% { transform: translateY(0); }\n            50% { transform: translateY(-8px); }\n        }\n        .floating-badge .fb-icon {\n            width: 32px; height: 32px;\n            background: rgba(232,146,47,0.15);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--amber);\n            font-size: 0.9rem;\n        }\n        .floating-badge .fb-text {\n            font-size: 0.75rem;\n            font-weight: 600;\n            color: var(--text-primary);\n        }\n        .floating-badge .fb-sub {\n            font-size: 0.65rem;\n            color: var(--text-muted);\n        }\n        .fb-sam { top: 10%; right: -30px; }\n        .fb-federal { bottom: 15%; right: -20px; }\n        .fb-cage { top: 30%; left: -30px; }\n\n        \/* ============ TRUST BAR ============ *\/\n        .trust-bar {\n            padding: 40px 0;\n            border-top: 1px solid var(--card-border);\n            border-bottom: 1px solid var(--card-border);\n            background: rgba(18,21,28,0.5);\n        }\n        .trust-bar .container {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 48px;\n            flex-wrap: wrap;\n        }\n        .trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n        .trust-item .trust-icon {\n            width: 72px;\n            height: 72px;\n            border-radius: 16px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 2.2rem;\n        }\n        .trust-item .trust-icon svg {\n            width: 48px;\n            height: 48px;\n        }\n        .trust-item:hover { color: var(--text-secondary); }\n\n        \/* ============ CATEGORIES ============ *\/\n        .categories {\n            padding: 100px 0;\n        }\n        .categories-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .categories-header .section-desc { margin: 0 auto; }\n        .categories-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 20px;\n        }\n        .cat-card {\n            position: relative;\n            background: var(--card-bg);\n            border: 1px solid var(--card-border);\n            border-radius: 16px;\n            padding: 36px 28px;\n            transition: all 0.3s;\n            overflow: hidden;\n            cursor: pointer;\n        }\n        .cat-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: 0; right: 0;\n            height: 3px;\n            background: var(--amber);\n            transform: scaleX(0);\n            transition: transform 0.3s;\n            transform-origin: left;\n        }\n        .cat-card:hover::before { transform: scaleX(1); }\n        .cat-card:hover {\n            border-color: rgba(232,146,47,0.3);\n            transform: translateY(-4px);\n            box-shadow: 0 12px 40px rgba(0,0,0,0.3);\n        }\n        .cat-icon {\n            width: 100px;\n            height: 100px;\n            border-radius: 20px;\n            background: rgba(232,146,47,0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 3rem;\n            margin-bottom: 20px;\n        }\n        .cat-card h3 {\n            font-size: 1.15rem;\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 10px;\n        }\n        .cat-card p {\n            font-size: 0.88rem;\n            color: var(--text-secondary);\n            line-height: 1.65;\n        }\n        .cat-card .cat-arrow {\n            margin-top: 20px;\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            font-size: 0.82rem;\n            font-weight: 600;\n            color: var(--amber);\n            opacity: 0;\n            transform: translateX(-8px);\n            transition: all 0.3s;\n        }\n        .cat-card:hover .cat-arrow { opacity: 1; transform: translateX(0); }\n\n        \/* ============ ABOUT \/ MISSION ============ *\/\n        .about {\n            padding: 100px 0;\n            background: linear-gradient(180deg, rgba(18,21,28,0.4) 0%, var(--dark-bg) 100%);\n        }\n        .about .container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n        .about-visual {\n            position: relative;\n        }\n        .about-card-main {\n            background: linear-gradient(145deg, #1a1e2a, #12151c);\n            border: 1px solid var(--card-border);\n            border-radius: 20px;\n            padding: 48px;\n            position: relative;\n            overflow: hidden;\n        }\n        .about-card-main::after {\n            content: '';\n            position: absolute;\n            bottom: 0; left: 0; right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--amber), var(--amber-dark));\n        }\n        .about-number {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 6rem;\n            color: rgba(232,146,47,0.08);\n            line-height: 1;\n            position: absolute;\n            top: 20px;\n            right: 30px;\n        }\n        .about-card-main h3 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.8rem;\n            color: var(--text-primary);\n            margin-bottom: 16px;\n            letter-spacing: 1px;\n        }\n        .about-card-main p {\n            font-size: 0.95rem;\n            color: var(--text-secondary);\n            line-height: 1.75;\n        }\n        .about-mini-cards {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n            margin-top: 16px;\n        }\n        .about-mini {\n            background: var(--card-bg);\n            border: 1px solid var(--card-border);\n            border-radius: 12px;\n            padding: 20px;\n            text-align: center;\n        }\n        .about-mini .mini-val {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: 1.6rem;\n            color: var(--amber);\n        }\n        .about-mini .mini-label {\n            font-size: 0.72rem;\n            color: var(--text-muted);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            margin-top: 4px;\n        }\n        .about-content .section-desc { margin-bottom: 32px; }\n        .about-pillars { display: flex; flex-direction: column; gap: 20px; }\n        .pillar {\n            display: flex;\n            gap: 16px;\n            align-items: flex-start;\n        }\n        .pillar-icon {\n            width: 80px;\n            height: 80px;\n            min-width: 80px;\n            border-radius: 18px;\n            background: rgba(232,146,47,0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--amber);\n            font-size: 2rem;\n            margin-top: 2px;\n        }\n        .pillar-icon svg {\n            width: 40px;\n            height: 40px;\n        }\n        .pillar h4 {\n            font-size: 0.95rem;\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 4px;\n        }\n        .pillar p {\n            font-size: 0.85rem;\n            color: var(--text-secondary);\n            line-height: 1.6;\n        }\n\n        \/* ============ WHY CHOOSE US ============ *\/\n        .why {\n            padding: 100px 0;\n        }\n        .why-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n        .why-header .section-desc { margin: 0 auto; }\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n        }\n        .why-card {\n            background: var(--card-bg);\n            border: 1px solid var(--card-border);\n            border-radius: 16px;\n            padding: 36px 28px;\n            text-align: center;\n            transition: all 0.3s;\n        }\n        .why-card:hover {\n            border-color: rgba(232,146,47,0.2);\n            transform: translateY(-4px);\n        }\n        .why-icon {\n            width: 120px;\n            height: 120px;\n            border-radius: 24px;\n            background: rgba(232,146,47,0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 3rem;\n            margin: 0 auto 20px;\n        }\n        .why-icon svg {\n            width: 64px;\n            height: 64px;\n        }\n        .why-card h3 {\n            font-size: 1.1rem;\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 10px;\n        }\n        .why-card p {\n            font-size: 0.88rem;\n            color: var(--text-secondary);\n            line-height: 1.65;\n        }\n\n        \/* ============ CTA BANNER ============ *\/\n        .cta-banner {\n            padding: 80px 0;\n        }\n        .cta-inner {\n            background: linear-gradient(135deg, #1a1510, #1a1e2a);\n            border: 1px solid rgba(232,146,47,0.2);\n            border-radius: 24px;\n            padding: 72px 60px;\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n        .cta-inner::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background:\n                radial-gradient(ellipse 50% 80% at 50% 0%, rgba(232,146,47,0.1), transparent 60%);\n        }\n        .cta-inner > * { position: relative; z-index: 1; }\n        .cta-inner h2 {\n            font-family: 'Bebas Neue', sans-serif;\n            font-size: clamp(2rem, 5vw, 3.5rem);\n            color: var(--text-primary);\n            letter-spacing: 2px;\n            margin-bottom: 16px;\n        }\n        .cta-inner p {\n            font-size: 1.05rem;\n            color: var(--text-secondary);\n            max-width: 550px;\n            margin: 0 auto 36px;\n            line-height: 1.7;\n        }\n        .cta-inner .btn-primary { font-size: 1rem; padding: 16px 40px; }\n\n        \/* ============ CONTACT ============ *\/\n        .contact {\n            padding: 80px 0;\n            border-top: 1px solid var(--card-border);\n        }\n        .contact .container {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 40px;\n        }\n        .contact-block h3 {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-primary);\n            margin-bottom: 16px;\n        }\n        .contact-block p,\n        .contact-block a {\n            font-size: 0.9rem;\n            color: var(--text-secondary);\n            line-height: 1.8;\n        }\n        .contact-block a:hover { color: var(--amber); }\n\n        \/* ============ FOOTER ============ *\/\n        .footer {\n            padding: 40px 0;\n            border-top: 1px solid var(--card-border);\n        }\n        .footer .container {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n        }\n        .footer-copy {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n        }\n        .footer-links {\n            display: flex;\n            gap: 24px;\n        }\n        .footer-links a {\n            font-size: 0.8rem;\n            color: var(--text-muted);\n            transition: color 0.2s;\n        }\n        .footer-links a:hover { color: var(--amber); }\n        .social-icons {\n            display: flex;\n            gap: 12px;\n        }\n        .social-icons a {\n            width: 36px;\n            height: 36px;\n            border-radius: 8px;\n            border: 1px solid var(--card-border);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-muted);\n            transition: all 0.2s;\n            font-size: 0.9rem;\n        }\n        .social-icons a:hover {\n            color: var(--amber);\n            border-color: rgba(232,146,47,0.3);\n            background: rgba(232,146,47,0.05);\n        }\n\n        \/* ============ MOBILE MENU ============ *\/\n        .mobile-menu {\n            display: none;\n            position: fixed;\n            top: var(--nav-height);\n            left: 0; right: 0; bottom: 0;\n            background: rgba(10,12,16,0.98);\n            backdrop-filter: blur(20px);\n            z-index: 999;\n            padding: 40px 24px;\n            flex-direction: column;\n            gap: 8px;\n        }\n        .mobile-menu.active { display: flex; }\n        .mobile-menu a {\n            font-size: 1.2rem;\n            font-weight: 600;\n            color: var(--text-secondary);\n            padding: 16px 0;\n            border-bottom: 1px solid var(--card-border);\n            transition: color 0.2s;\n        }\n        .mobile-menu a:hover { color: var(--amber); }\n        .mobile-menu .nav-cta {\n            margin-top: 16px;\n            text-align: center;\n            border-bottom: none;\n        }\n\n        \/* ============ RESPONSIVE ============ *\/\n        @media (max-width: 900px) {\n            .hero .container { grid-template-columns: 1fr; gap: 40px; }\n            .hero-visual { display: none; }\n            .about .container { grid-template-columns: 1fr; gap: 48px; }\n            .categories-grid { grid-template-columns: repeat(2, 1fr); }\n            .why-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            .nav-links { display: none; }\n            .nav-hamburger { display: flex; }\n            .categories-grid { grid-template-columns: 1fr; }\n            .why-grid { grid-template-columns: 1fr; }\n            .contact .container { grid-template-columns: 1fr; }\n            .hero-actions { flex-direction: column; }\n            .hero-stats { gap: 24px; }\n            .cta-inner { padding: 48px 28px; }\n            .footer .container { flex-direction: column; gap: 16px; text-align: center; }\n            .about-mini-cards { grid-template-columns: 1fr 1fr; }\n        }\n    <\/style>\n\n\n<!-- ========== NAVIGATION ========== -->\n<nav class=\"nav\" id=\"navbar\">\n    <div class=\"nav-inner\">\n        <a href=\"https:\/\/vitacore-llc.com\/\" class=\"nav-logo\">\n            <span class=\"logo-main\">VITACORE<\/span>\n            <span class=\"logo-sub\">VITACORE LLC<\/span>\n        <\/a>\n        <div class=\"nav-links\">\n            <a href=\"https:\/\/vitacore-llc.com\/\" class=\"active\">Home<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/military-gear\/\">Military Gear<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/night-vision\/\">Night Vision<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/rescue-gears\/\">Rescue Gears<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/dorm-furniture\/\">Dorm Furniture<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/military-appliances\/\">Appliances<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/about\/\">About<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\" class=\"nav-cta\">Request a Quote<\/a>\n        <\/div>\n        <div class=\"nav-hamburger\" onclick=\"toggleMenu()\">\n            <span><\/span><span><\/span><span><\/span>\n        <\/div>\n    <\/div>\n<\/nav>\n\n<!-- Mobile Menu -->\n<div class=\"mobile-menu\" id=\"mobileMenu\">\n    <a href=\"https:\/\/vitacore-llc.com\/\" onclick=\"toggleMenu()\">Home<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/military-gear\/\" onclick=\"toggleMenu()\">Military Gear<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/night-vision\/\" onclick=\"toggleMenu()\">Night Vision<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/rescue-gears\/\" onclick=\"toggleMenu()\">Rescue Gears<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/dorm-furniture\/\" onclick=\"toggleMenu()\">Dorm Furniture<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/military-appliances\/\" onclick=\"toggleMenu()\">Appliances<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/about\/\" onclick=\"toggleMenu()\">About<\/a>\n    <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\" class=\"nav-cta\" onclick=\"toggleMenu()\">Request a Quote<\/a>\n<\/div>\n\n<!-- ========== HERO ========== -->\n<section class=\"hero\">\n    <div class=\"hero-bg\"><\/div>\n    <div class=\"hero-grid-pattern\"><\/div>\n    <!-- Yellow route arcs overlay -->\n    <svg class=\"hero-routes-svg\" viewBox=\"0 0 1440 900\" preserveAspectRatio=\"xMidYMid slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n        <!-- Route arc 1: CONUS to Europe -->\n        <path d=\"M580,320 Q780,120 1050,200\" stroke=\"#FFD700\" stroke-width=\"2.5\" fill=\"none\" opacity=\"0.9\" stroke-dasharray=\"8,4\"\/>\n        <!-- Route arc 2: CONUS to Middle East -->\n        <path d=\"M600,340 Q850,80 1150,250\" stroke=\"#FFD700\" stroke-width=\"2.5\" fill=\"none\" opacity=\"0.85\" stroke-dasharray=\"8,4\"\/>\n        <!-- Route arc 3: CONUS to Asia -->\n        <path d=\"M580,300 Q900,30 1280,180\" stroke=\"#FFD700\" stroke-width=\"2.5\" fill=\"none\" opacity=\"0.8\" stroke-dasharray=\"8,4\"\/>\n        <!-- Route arc 4: CONUS to Pacific -->\n        <path d=\"M560,350 Q700,180 980,280\" stroke=\"#FFD700\" stroke-width=\"2\" fill=\"none\" opacity=\"0.75\" stroke-dasharray=\"8,4\"\/>\n        <!-- Glow dots at endpoints -->\n        <circle cx=\"575\" cy=\"320\" r=\"5\" fill=\"#FFD700\" opacity=\"0.9\"\/>\n        <circle cx=\"575\" cy=\"320\" r=\"10\" fill=\"#FFD700\" opacity=\"0.3\"\/>\n        <circle cx=\"1050\" cy=\"200\" r=\"4\" fill=\"#FFD700\" opacity=\"0.85\"\/>\n        <circle cx=\"1050\" cy=\"200\" r=\"8\" fill=\"#FFD700\" opacity=\"0.25\"\/>\n        <circle cx=\"1150\" cy=\"250\" r=\"4\" fill=\"#FFD700\" opacity=\"0.85\"\/>\n        <circle cx=\"1150\" cy=\"250\" r=\"8\" fill=\"#FFD700\" opacity=\"0.25\"\/>\n        <circle cx=\"1280\" cy=\"180\" r=\"4\" fill=\"#FFD700\" opacity=\"0.8\"\/>\n        <circle cx=\"1280\" cy=\"180\" r=\"8\" fill=\"#FFD700\" opacity=\"0.25\"\/>\n        <circle cx=\"980\" cy=\"280\" r=\"4\" fill=\"#FFD700\" opacity=\"0.75\"\/>\n        <circle cx=\"980\" cy=\"280\" r=\"8\" fill=\"#FFD700\" opacity=\"0.25\"\/>\n        <!-- CONUS label -->\n        <text x=\"520\" y=\"165\" fill=\"#FFD700\" font-family=\"Inter, sans-serif\" font-size=\"18\" font-weight=\"700\" letter-spacing=\"3\" opacity=\"0.95\">CONUS<\/text>\n        <!-- OCONUS label -->\n        <text x=\"1180\" y=\"120\" fill=\"#FFD700\" font-family=\"Inter, sans-serif\" font-size=\"18\" font-weight=\"700\" letter-spacing=\"3\" opacity=\"0.95\">OCONUS<\/text>\n    <\/svg>\n    <div class=\"container\">\n        <div class=\"hero-content\">\n            <div class=\"hero-badge\">\n                <span class=\"dot\"><\/span>\n                SAM Registered &bull; Federal Contractor &bull; Small Business\n            <\/div>\n            <h1>MISSION READY.<br><span>ALWAYS.<\/span><\/h1>\n            <p class=\"hero-desc\">Trusted strategic supplier to the U.S. Army and Federal agencies. Certified gear, 220V appliances, and durable furnishings \u2014 delivered CONUS &#038; OCONUS, on time, every time.<\/p>\n            <div class=\"hero-actions\">\n                <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\" class=\"btn-primary\">\n                    Request a Quote\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <\/a>\n                <a href=\"#categories\" class=\"btn-secondary\">Explore Supply<\/a>\n            <\/div>\n            <div class=\"hero-stats\">\n                <div class=\"hero-stat\">\n                    <div class=\"stat-value\">OCONUS<\/div>\n                    <div class=\"stat-label\">Global Delivery<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"stat-value\">100%<\/div>\n                    <div class=\"stat-label\">Compliance<\/div>\n                <\/div>\n                <div class=\"hero-stat\">\n                    <div class=\"stat-value\">24\/7<\/div>\n                    <div class=\"stat-label\">Support<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"hero-visual\">\n            <div class=\"hero-visual-card\">\n                <img decoding=\"async\" src=\"https:\/\/vitacore-llc.com\/wp-content\/uploads\/2026\/06\/homepage-hero-cargo-base.webp\" alt=\"Military supply warehouse - Vitacore LLC\" loading=\"eager\">\n            <\/div>\n            <!-- Floating badges removed per request -->\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== TRUST BAR ========== -->\n<section class=\"trust-bar\">\n    <div class=\"container\">\n        <div class=\"trust-item\">\n            <div class=\"trust-icon\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2l3 5h5l-4 4 1.5 5.5L12 13l-5.5 3.5L8 11 4 7h5l3-5z\" fill=\"#e8922f\"\/><\/svg>\n            <\/div>\n            SAM Registered\n        <\/div>\n        <div class=\"trust-item\">\n            <div class=\"trust-icon\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            UEI Verified\n        <\/div>\n        <div class=\"trust-item\">\n            <div class=\"trust-icon\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M3 21h18M3 7v1a4 4 0 004 4h0a4 4 0 004-4V7m-8 0h8M7 21v-8m4 8v-8M17 7v1a4 4 0 01-4 4m4-5h4v1a4 4 0 01-4 4m0 0v8\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            Federal Contractor\n        <\/div>\n        <div class=\"trust-item\">\n            <div class=\"trust-icon\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            FAR \/ DFARS Compliant\n        <\/div>\n        <div class=\"trust-item\">\n            <div class=\"trust-icon\">\n                <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\" stroke=\"#e8922f\" stroke-width=\"2\"\/><circle cx=\"12\" cy=\"10\" r=\"3\" stroke=\"#e8922f\" stroke-width=\"2\"\/><\/svg>\n            <\/div>\n            CONUS &#038; OCONUS\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== CATEGORIES ========== -->\n<section class=\"categories\" id=\"categories\">\n    <div class=\"container\">\n        <div class=\"categories-header\">\n            <div class=\"section-label\">Our Supply Lines<\/div>\n            <h2 class=\"section-title\">Specialized Equipment &amp; Material Solutions<\/h2>\n            <p class=\"section-desc\">From certified ballistics to barracks furnishings \u2014 we provide end-to-end supply solutions for every operational theater.<\/p>\n        <\/div>\n        <div class=\"categories-grid\">\n            <a href=\"https:\/\/vitacore-llc.com\/military-gear\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\ud83c\udfaf<\/div>\n                <h3>Military Gear<\/h3>\n                <p>Certified tactical equipment and mission-critical gear for defense operations. All items meet required Mil-Spec standards.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/night-vision\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\ud83c\udf19<\/div>\n                <h3>Night Vision<\/h3>\n                <p>Advanced night vision and optical systems for superior situational awareness in low-light environments.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/rescue-gears\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\ud83d\udd25<\/div>\n                <h3>Rescue Gear<\/h3>\n                <p>Professional fire rescue and law enforcement equipment built for first responders in demanding conditions.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/dorm-furniture\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\ud83d\udecf\ufe0f<\/div>\n                <h3>Military Dorm Furniture<\/h3>\n                <p>Durable barracks and dormitory furnishings including premium teak wood solutions built to withstand operational environments.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/military-appliances\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\u26a1<\/div>\n                <h3>220V Military Appliances<\/h3>\n                <p>Dedicated supply line for 220-Volt residential appliances \u2014 solving the critical procurement challenge for overseas installations.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\" class=\"cat-card\" style=\"text-decoration:none;color:inherit;\">\n                <div class=\"cat-icon\">\ud83d\udc55<\/div>\n                <h3>Tactical Apparel<\/h3>\n                <p>High-performance tactical clothing and apparel designed for comfort, durability, and operational readiness.<\/p>\n                <div class=\"cat-arrow\">Explore \u2192<\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== ABOUT \/ MISSION ========== -->\n<section class=\"about\" id=\"about\">\n    <div class=\"container\">\n        <div class=\"about-visual\">\n            <div class=\"about-card-main\">\n                <div class=\"about-number\">01<\/div>\n                <h3>The Foundation of Mission Continuity<\/h3>\n                <p>Vitacore LLC is a premier, logistics-driven supplier dedicated to securing the operational readiness of the U.S. Army and federal government agencies worldwide. Our name, VITACORE, embodies our mission: to provide the vital materials necessary to sustain critical operations, managed with the core principles of unwavering integrity and operational excellence.<\/p>\n            <\/div>\n            <div class=\"about-mini-cards\">\n                <div class=\"about-mini\">\n                    <div class=\"mini-val\">9ZJ51<\/div>\n                    <div class=\"mini-label\">CAGE Code<\/div>\n                <\/div>\n                <div class=\"about-mini\">\n                    <div class=\"mini-val\">GY1WZZ&#8230;<\/div>\n                    <div class=\"mini-label\">UEI Number<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"about-content\">\n            <div class=\"section-label\">About Vitacore<\/div>\n            <h2 class=\"section-title\">Your Strategic Partner<br>for Defense Supply<\/h2>\n            <p class=\"section-desc\">We are not just a vendor \u2014 we are an essential, compliant strategic partner whose strong management structure is engineered to meet and exceed the demands of defense and federal procurement.<\/p>\n            <div class=\"about-pillars\">\n                <div class=\"pillar\">\n                    <div class=\"pillar-icon\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M9 1.5l2.25 3.75h3.75l-3 3 .75 4.5L9 10.5l-3.75 2.25.75-4.5-3-3h3.75L9 1.5z\" fill=\"currentColor\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h4>Global OCONUS Logistics<\/h4>\n                        <p>Guaranteed, secure, and compliant supply services to any forward operating base or facility across the globe.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"pillar\">\n                    <div class=\"pillar-icon\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M9 16.5s6-3 6-7.5V3.75L9 1.5 3 3.75V9c0 4.5 6 7.5 6 7.5z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h4>Uncompromising Compliance<\/h4>\n                        <p>Strict adherence to FAR, DFARS, and all Mil-Specs with zero-tolerance audit processes and full accountability.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"pillar\">\n                    <div class=\"pillar-icon\">\n                        <svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path d=\"M6.75 13.5l-3-3M11.25 13.5l3-3M9 4.5v9M6 4.5h6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                    <\/div>\n                    <div>\n                        <h4>Specialized Solutions<\/h4>\n                        <p>Dedicated supply lines for 220V appliances, premium teak wood furnishings, and certified ballistic equipment.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== WHY CHOOSE US ========== -->\n<section class=\"why\" id=\"why\">\n    <div class=\"container\">\n        <div class=\"why-header\">\n            <div class=\"section-label\">Why Vitacore<\/div>\n            <h2 class=\"section-title\">Built for Mission-Critical Reliability<\/h2>\n            <p class=\"section-desc\">Every aspect of our operation is designed to provide total assurance against compliance risk and logistical failure.<\/p>\n        <\/div>\n        <div class=\"why-grid\">\n            <div class=\"why-card\">\n                <div class=\"why-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M14 2.333l3.5 5.834h5.833l-4.666 4.666L19.833 19.5 14 16.333 8.167 19.5l1.166-6.667L4.667 8.167H10.5L14 2.333z\" fill=\"#e8922f\"\/><\/svg>\n                <\/div>\n                <h3>100% Satisfaction Guarantee<\/h3>\n                <p>We stand behind every product and service. If you&#8217;re not completely satisfied, contact us within a week for an exchange.<\/p>\n            <\/div>\n            <div class=\"why-card\">\n                <div class=\"why-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><path d=\"M14 25.667s9.333-4.667 9.333-11.667V5.833L14 2.333 4.667 5.833V14c0 7 9.333 11.667 9.333 11.667z\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M10 14l2.667 2.667L17.333 11\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <\/div>\n                <h3>Quality Materials<\/h3>\n                <p>Meticulously sourced and pre-vetted materials that are compliant with rigorous Mil-Spec standards and built to last.<\/p>\n            <\/div>\n            <div class=\"why-card\">\n                <div class=\"why-icon\">\n                    <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\"><circle cx=\"14\" cy=\"14\" r=\"10.5\" stroke=\"#e8922f\" stroke-width=\"2\"\/><path d=\"M14 8.167v5.833l4.083 2.333\" stroke=\"#e8922f\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\n                <\/div>\n                <h3>On-Time Delivery<\/h3>\n                <p>Our commitment is guaranteed delivery \u2014 OCONUS or CONUS. Navigating international logistics with precision every time.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== CTA BANNER ========== -->\n<section class=\"cta-banner\">\n    <div class=\"container\">\n        <div class=\"cta-inner\">\n            <div class=\"section-label\">Ready to Partner?<\/div>\n            <h2>TOGETHER, WE SUPPLY YOUR NEEDS<\/h2>\n            <p>Let&#8217;s combine your requirements with our expertise. Whether you need tactical gear, 220V appliances, or dorm furnishings \u2014 we deliver to any operational theater worldwide.<\/p>\n            <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\" class=\"btn-primary\">\n                Contact Us Today\n                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M3 8h10M9 4l4 4-4 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== CONTACT ========== -->\n<section class=\"contact\" id=\"contact\">\n    <div class=\"container\">\n        <div class=\"contact-block\">\n            <h3>Headquarters<\/h3>\n            <p>\n                24001 Calle De La Magdalena<br>\n                Unit 3896<br>\n                Laguna Hills, CA 92653<br>\n                United States\n            <\/p>\n        <\/div>\n        <div class=\"contact-block\">\n            <h3>Get in Touch<\/h3>\n            <p>\n                <a href=\"tel:+15094264931\">+1 (509) 426-4931<\/a><br>\n                <a href=\"mailto:info@vitacore-llc.com\">info@vitacore-llc.com<\/a>\n            <\/p>\n            <br>\n            <h3>Government Data<\/h3>\n            <p>\n                CAGE: 9ZJ51<br>\n                UEI: GY1WZZJAJHR4\n            <\/p>\n        <\/div>\n        <div class=\"contact-block\">\n            <h3>Follow Us<\/h3>\n            <div class=\"social-icons\">\n                <a href=\"#\" aria-label=\"Facebook\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M9.5 3H11V0.5C10.7 0.5 9.9 0.4 9 0.4c-2 0-3.4 1.3-3.4 3.6V6H3.5v2.8h2.1V16h2.9V8.8h2.1L11 6H8.6V4.3c0-.8.2-1.3 1-1.3z\"\/><\/svg>\n                <\/a>\n                <a href=\"#\" aria-label=\"Twitter\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M14.4 4.7c0 .1 0 .3 0 .4 0 4.5-3.4 9.7-9.7 9.7-1.9 0-3.7-.6-5.2-1.5.3 0 .5 0 .8 0 1.6 0 3-.5 4.2-1.4-1.5 0-2.7-1-3.1-2.3.2 0 .4.1.6.1.3 0 .6 0 .9-.1C1.3 9.3.2 8 .2 6.4v0c.5.3 1 .4 1.5.5C.9 6.3.4 5.3.4 4.2c0-.6.2-1.2.5-1.7C2.6 4.6 5 5.9 7.7 6c0-.3-.1-.5-.1-.8 0-1.8 1.5-3.3 3.3-3.3.9 0 1.8.4 2.4 1 .7-.1 1.4-.4 2.1-.8-.2.8-.8 1.4-1.5 1.8.7-.1 1.3-.2 1.9-.5-.4.7-1 1.3-1.7 1.7z\"\/><\/svg>\n                <\/a>\n                <a href=\"#\" aria-label=\"Instagram\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M8 1.4c2.1 0 2.4 0 3.2 0 .8 0 1.2.2 1.5.3.4.2.6.3.9.6.3.3.5.5.6.9.1.3.2.7.3 1.5 0 .8 0 1.1 0 3.2s0 2.4 0 3.2c0 .8-.2 1.2-.3 1.5-.2.4-.3.6-.6.9-.3.3-.5.5-.9.6-.3.1-.7.2-1.5.3-.8 0-1.1 0-3.2 0s-2.4 0-3.2 0c-.8 0-1.2-.2-1.5-.3-.4-.2-.6-.3-.9-.6-.3-.3-.5-.5-.6-.9-.1-.3-.2-.7-.3-1.5 0-.8 0-1.1 0-3.2s0-2.4 0-3.2c0-.8.2-1.2.3-1.5.2-.4.3-.6.6-.9.3-.3.5-.5.9-.6.3-.1.7-.2 1.5-.3.8 0 1.1 0 3.2 0zM8 0C5.8 0 5.5 0 4.7 0 3.9 0 3.3.2 2.8.4c-.5.2-1 .5-1.4.9-.4.4-.7.9-.9 1.4C.2 3.3 0 3.9 0 4.7 0 5.5 0 5.8 0 8s0 2.5 0 3.3c0 .8.2 1.4.4 1.9.2.5.5 1 .9 1.4.4.4.9.7 1.4.9.5.2 1.1.4 1.9.4.8 0 1.1 0 3.3 0s2.5 0 3.3 0c.8 0 1.4-.2 1.9-.4.5-.2 1-.5 1.4-.9.4-.4.7-.9.9-1.4.2-.5.4-1.1.4-1.9 0-.8 0-1.1 0-3.3s0-2.5 0-3.3c0-.8-.2-1.4-.4-1.9-.2-.5-.5-1-.9-1.4-.4-.4-.9-.7-1.4-.9C12.7.2 12.1 0 11.3 0 10.5 0 10.2 0 8 0zm0 3.9A4.1 4.1 0 008 12.1 4.1 4.1 0 008 3.9zm0 6.8A2.7 2.7 0 118 5.3a2.7 2.7 0 010 5.4zm5.2-7a1 1 0 11-2 0 1 1 0 012 0z\"\/><\/svg>\n                <\/a>\n                <a href=\"#\" aria-label=\"LinkedIn\">\n                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"currentColor\"><path d=\"M3.6 15H.3V5h3.3v10zM1.9 3.6C.9 3.6 0 2.7 0 1.7 0 .8.9 0 1.9 0s1.9.8 1.9 1.7c0 1-.8 1.9-1.9 1.9zM15 15h-3.2v-4.9c0-1.2 0-2.7-1.6-2.7-1.6 0-1.9 1.3-1.9 2.6V15H5V5h3.2v1.4h0c.4-.8 1.5-1.6 3.1-1.6C14.6 4.8 15 7 15 9.7V15z\"\/><\/svg>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- ========== FOOTER ========== -->\n<footer class=\"footer\">\n    <div class=\"container\">\n        <div class=\"footer-copy\">&copy; 2026 Vitacore LLC. All rights reserved.<\/div>\n        <div class=\"footer-links\">\n            <a href=\"https:\/\/vitacore-llc.com\/\">Home<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/military-gear\/\">Military Gear<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/night-vision\/\">Night Vision<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/rescue-gears\/\">Rescue Gears<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/dorm-furniture\/\">Dorm Furniture<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/military-appliances\/\">Appliances<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/about\/\">About<\/a>\n            <a href=\"https:\/\/vitacore-llc.com\/contact-us\/\">Contact<\/a>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ Mobile menu toggle\n    function toggleMenu() {\n        document.getElementById('mobileMenu').classList.toggle('active');\n    }\n\n    \/\/ Navbar background on scroll\n    window.addEventListener('scroll', () => {\n        const nav = document.getElementById('navbar');\n        if (window.scrollY > 50) {\n            nav.style.background = 'rgba(10, 12, 16, 0.95)';\n        } else {\n            nav.style.background = 'rgba(10, 12, 16, 0.85)';\n        }\n    });\n\n    \/\/ Smooth reveal on scroll\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.style.opacity = '1';\n                entry.target.style.transform = 'translateY(0)';\n            }\n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.cat-card, .why-card, .pillar, .about-card-main, .about-mini').forEach(el => {\n        el.style.opacity = '0';\n        el.style.transform = 'translateY(20px)';\n        el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n        observer.observe(el);\n    });\n<\/script>\n\n\n<script>\n    \/\/ Mobile menu toggle\n    function toggleMenu() {\n        document.getElementById('mobileMenu').classList.toggle('active');\n    }\n\n    \/\/ Navbar background on scroll\n    window.addEventListener('scroll', () => {\n        const nav = document.getElementById('navbar');\n        if (window.scrollY > 50) {\n            nav.style.background = 'rgba(10, 12, 16, 0.95)';\n        } else {\n            nav.style.background = 'rgba(10, 12, 16, 0.85)';\n        }\n    });\n\n    \/\/ Smooth reveal on scroll\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                entry.target.style.opacity = '1';\n                entry.target.style.transform = 'translateY(0)';\n            }\n        });\n    }, { threshold: 0.1 });\n\n    document.querySelectorAll('.cat-card, .why-card, .pillar, .about-card-main, .about-mini').forEach(el => {\n        el.style.opacity = '0';\n        el.style.transform = 'translateY(20px)';\n        el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n        observer.observe(el);\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>VITACORE VITACORE LLC Home Military Gear Night Vision Rescue Gears Dorm Furniture Appliances About Request a Quote Home Military Gear Night Vision Rescue Gears Dorm Furniture Appliances About Request a Quote CONUS OCONUS SAM Registered &bull; Federal Contractor &bull; Small Business MISSION READY.ALWAYS. Trusted strategic supplier to the U.S. Army and Federal agencies. Certified gear, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-3138","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/pages\/3138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3138"}],"version-history":[{"count":17,"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/pages\/3138\/revisions"}],"predecessor-version":[{"id":3237,"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=\/wp\/v2\/pages\/3138\/revisions\/3237"}],"wp:attachment":[{"href":"https:\/\/vitacore-llc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}