:root {
    --primary: #0056b3;
    --primary-dark: #003d80;
    --secondary: #6c757d;
    --accent: #00d4ff;
    --dark: #1a1a1a;
    --light: #f8f9fa;
    --white: #ffffff;
    --gray-100: #f1f3f5;
    --gray-200: #e9ecef;
    --gray-800: #343a40;
    --text: #495057;
    --heading: #212529;
    --container-width: 1200px;
    --transition: all 0.3s ease;
    --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.6;
    background-color: var(--white);
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--heading);
    font-weight: 700;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Header & Nav Styles */
.site-header {
    background: var(--white);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--shadow);
    padding: 1rem 0;
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.logo a {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--primary);
    letter-spacing: -1px;
}

.search-bar {
    flex: 1;
    max-width: 500px;
    margin: 0 3rem;
    position: relative;
}

.search-bar form {
    display: flex;
    align-items: center;
}

.search-cat {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid var(--gray-200);
    border-right: none;
    border-radius: 40px 0 0 40px;
    padding: 0 1rem;
    background: var(--light);
    font-size: 0.8rem;
    cursor: pointer;
}

.search-input {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 5.5rem;
    border: 1px solid var(--gray-200);
    border-radius: 40px;
    font-size: 0.9rem;
    outline: none;
    transition: var(--transition);
}

.search-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 86, 179, 0.1);
}

.search-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.header-contact-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.contact-icon {
    font-size: 1.5rem;
    color: var(--primary);
}

.contact-label {
    font-size: 0.7rem;
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
}

.contact-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gray-800);
}

.header-icons {
    display: flex;
    gap: 1.5rem;
    font-size: 1.3rem;
}

.cart-icon {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--primary);
    color: var(--white);
    font-size: 0.7rem;
    padding: 2px 5px;
    border-radius: 50%;
    font-weight: 700;
}

.navbar {
    border-top: 1px solid var(--gray-200);
    padding-top: 1rem;
}

.nav-links {
    display: flex;
    justify-content: flex-start;
    gap: 2.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 700;
}

.nav-links a:hover {
    color: var(--primary);
}

/* Mobile Toggle Styles */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
    width: 25px;
    height: 20px;
    justify-content: space-between;
}

.mobile-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--primary);
    transition: var(--transition);
}

.mobile-toggle.active span:nth-child(1) { transform: translateY(8.5px) rotate(45deg); }
.mobile-toggle.active span:nth-child(2) { opacity: 0; }
.mobile-toggle.active span:nth-child(3) { transform: translateY(-8.5px) rotate(-45deg); }

/* Hero Section */
.hero-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #eef2ff 100%);
}

.hero-content {
    padding: 2rem 0;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: var(--text);
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
    gap: 2rem;
}

/* Product Grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.product-card {
    background: var(--white);
    border-radius: 12px;
    padding: 2rem;
    box-shadow: var(--shadow);
    transition: var(--transition);
    border: 1px solid var(--gray-200);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.product-img {
    height: 200px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
}

/* Trust Section */
.trust-section {
    padding: 5rem 0;
    background: #003366;
    color: white;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    text-align: center;
}

.trust-grid h4 {
    color: white;
}

/* Regional Hubs */
.regional-hubs {
    padding: 5rem 0;
    background: var(--white);
}

.hubs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

/* Footer */
.site-footer {
    background: var(--dark);
    color: var(--gray-200);
    padding: 5rem 0 2rem;
}

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

.footer-bottom {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
}

.footer-seo-links {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
}

/* Button Component */
.btn {
    display: inline-block;
    padding: 0.8rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: var(--transition);
}

.btn-primary {
    background: var(--primary);
    color: var(--white) !important;
}

.btn-primary:hover {
    background: var(--primary-dark);
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .header-main { gap: 1rem; }
    .search-bar { margin: 0 1rem; }
    .header-contact-wrapper { gap: 1rem; }
}

@media (max-width: 768px) {
    .container { padding: 0 1rem !important; }
    
    .header-main {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    
    .logo { order: 1; }
    
    .mobile-toggle { 
        display: flex !important; 
        order: 2;
    }
    
    .header-icons { order: 3; gap: 1rem !important; }
    
    .header-contact-wrapper { order: 4; display: none !important; }
    
    .search-bar {
        order: 5;
        max-width: 100% !important;
        width: 100%;
        margin: 0.5rem 0 !important;
    }
    
    .nav-links {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: var(--white);
        flex-direction: column;
        padding: 6rem 2rem;
        transition: transform 0.4s ease, visibility 0.4s ease;
        z-index: 1000;
        display: flex !important;
        text-align: center;
        transform: translateX(100%);
        visibility: hidden;
    }
    
    .nav-links.active {
        transform: translateX(0);
        visibility: visible;
    }

    .nav-links li { margin-bottom: 1.5rem; }
    .nav-links a { font-size: 1.4rem; }
    
    .hero h1 { font-size: 2rem !important; }
    .hero-container { grid-template-columns: 1fr !important; }
    .hero-image { display: none !important; }
    
    .product-grid, .testimonials-grid, .footer-grid, .hubs-grid, .footer-seo-links, .trust-grid {
        grid-template-columns: 1fr !important;
    }
    
    .product-actions { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .logo a { font-size: 1.4rem !important; white-space: nowrap; }
    .btn { width: 100%; text-align: center; }
}
