/* OZ SAFE - Homepage Styles */
:root {
    --oz-red: #E4002B;
    --oz-red-dark: #c50025;
    --oz-blue: #012169;
    --oz-blue-dark: #001240;
    --oz-white: #ffffff;
    --oz-light: #f5f5f5;
    --oz-grey: #e8e8e8;
    --oz-dark: #1a1a1a;
    --oz-text: #333333;
    --oz-text-muted: #666666;
    --oz-border: #ddd;
    --font-primary: 'Montserrat', sans-serif;
    --font-secondary: 'Inter', sans-serif;
    --smooth: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--font-secondary); color: var(--oz-text); background: var(--oz-white); line-height: 1.6; }
.page-wrap { overflow-x: hidden; }
html.lenis { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto; }
a { text-decoration: none; color: inherit; transition: var(--smooth); }
img { max-width: 100%; display: block; }
.container { max-width: 1320px; margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.top-bar { background: var(--oz-blue); color: var(--oz-white); padding: 8px 0; font-size: 0.8rem; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left { display: flex; align-items: center; gap: 20px; }
.top-bar-left span { display: flex; align-items: center; gap: 6px; }
.top-bar-right { display: flex; align-items: center; gap: 15px; }
.top-bar-right a { color: var(--oz-white); font-size: 0.9rem; transition: var(--smooth); }
.top-bar-right a:hover { color: var(--oz-red); }

/* HEADER */
.main-header { background: var(--oz-white); padding: 12px 0; border-bottom: 1px solid var(--oz-border); position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.header-inner { display: flex; align-items: center; justify-content: space-between; position: relative; }
.header-logo img { height: 60px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 0; }
.main-nav a { padding: 10px 18px; font-size: 0.9rem; font-weight: 600; color: var(--oz-dark); text-transform: uppercase; letter-spacing: 0.5px; position: relative; font-family: var(--font-primary); }
.main-nav a::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--oz-red); transition: all 0.3s; transform: translateX(-50%); }
.main-nav a:hover { color: var(--oz-red); }
.main-nav a:hover::after { width: 70%; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-actions .cart-icon { font-size: 1.2rem; color: var(--oz-dark); cursor: pointer; position: relative; }
.header-actions .login-btn { background: var(--oz-red); color: var(--oz-white); padding: 8px 22px; border-radius: 4px; font-weight: 600; font-size: 0.85rem; border: none; cursor: pointer; transition: var(--smooth); font-family: var(--font-primary); }
.header-actions .login-btn:hover { background: var(--oz-red-dark); transform: translateY(-1px); }
.mobile-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--oz-dark); }

/* HERO SLIDER */
.hero-section { position: relative; min-height: 520px; overflow: hidden; }
.hero-slider { width: 100%; height: 100%; }
.hero-slide { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.hero-slide-left { display: flex; flex-direction: column; justify-content: center; padding: 60px 80px 60px 60px; position: relative; z-index: 2; }
.hero-slide-left.bg-blue { background: var(--oz-blue); color: var(--oz-white); }
.hero-slide-left.bg-red { background: var(--oz-red); color: var(--oz-white); }
.hero-tag { display: inline-block; background: rgba(255,255,255,0.15); padding: 6px 16px; border-radius: 3px; font-size: 0.75rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; width: fit-content; }
.hero-title { font-family: var(--font-primary); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.1; margin-bottom: 18px; letter-spacing: -0.02em; }
.hero-title span { color: var(--oz-red); }
.hero-slide-left.bg-red .hero-title span { color: var(--oz-white); }
.hero-desc { font-size: 1rem; line-height: 1.7; margin-bottom: 25px; opacity: 0.9; max-width: 500px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-hero { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; font-weight: 700; font-size: 0.85rem; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--smooth); cursor: pointer; border: 2px solid transparent; font-family: var(--font-primary); }
.btn-hero-primary { background: var(--oz-red); color: var(--oz-white); border-color: var(--oz-red); }
.btn-hero-primary:hover { background: var(--oz-red-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(228,0,43,0.3); }
.btn-hero-outline { background: transparent; color: var(--oz-white); border-color: var(--oz-white); }
.btn-hero-outline:hover { background: var(--oz-white); color: var(--oz-blue); }
.hero-slide-right { display: flex; align-items: center; justify-content: center; padding: 40px; position: relative; overflow: hidden; }
.hero-slide-right.bg-grey { background: #d9d9d9; }
.hero-slide-right.bg-dark { background: #2a2a2a; }
.hero-slide-right img { max-height: 420px; object-fit: contain; z-index: 2; position: relative; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3)); animation: floatSafe 4s ease-in-out infinite; }
@keyframes floatSafe { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-nav { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); z-index: 20; display: flex; gap: 8px; }
.hero-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: var(--smooth); border: none; }
.hero-dot.active { background: var(--oz-red); width: 32px; border-radius: 6px; }
.hero-arrows { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; padding: 0 20px; z-index: 20; pointer-events: none; }
.hero-arrow { width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.15); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.2); color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; pointer-events: all; transition: var(--smooth); font-size: 1.1rem; }
.hero-arrow:hover { background: var(--oz-red); border-color: var(--oz-red); transform: scale(1.1); }

/* WELCOME SECTION */
.welcome-section { padding: 90px 0; background: var(--oz-white); }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.welcome-images { position: relative; height: 450px; }
.welcome-img-main { width: 65%; height: 350px; object-fit: cover; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.12); position: absolute; top: 0; left: 0; z-index: 2; }
.welcome-img-secondary { width: 55%; height: 300px; object-fit: cover; border-radius: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); position: absolute; bottom: 0; right: 0; z-index: 3; border: 4px solid var(--oz-white); }
.welcome-text { padding-left: 20px; }
.section-tag { display: inline-block; color: var(--oz-red); font-weight: 700; font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; font-family: var(--font-primary); }
.section-title { font-family: var(--font-primary); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; color: var(--oz-blue); margin-bottom: 20px; line-height: 1.15; }
.welcome-text p { color: var(--oz-text-muted); margin-bottom: 15px; line-height: 1.8; font-size: 0.95rem; }
.btn-main { display: inline-flex; align-items: center; gap: 8px; padding: 12px 30px; background: var(--oz-red); color: var(--oz-white); font-weight: 700; font-size: 0.85rem; border-radius: 4px; text-transform: uppercase; transition: var(--smooth); font-family: var(--font-primary); }
.btn-main:hover { background: var(--oz-red-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(228,0,43,0.3); }

/* SERVICES SECTION */
.services-section { background: var(--oz-blue); padding: 70px 0; position: relative; overflow: hidden; }
.services-section::after { content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%; background: linear-gradient(135deg, transparent 0%, rgba(228,0,43,0.15) 100%); }
.services-section .section-title { color: var(--oz-white); text-align: center; }
.services-section .section-subtitle { color: rgba(255,255,255,0.8); text-align: center; max-width: 700px; margin: 0 auto 50px; font-size: 0.95rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; z-index: 2; }
.service-card { text-align: center; padding: 35px 20px; border-radius: 10px; background: rgba(255,255,255,0.07); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); transition: var(--smooth); }
.service-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-6px); }
.service-icon { width: 60px; height: 60px; margin: 0 auto 18px; background: var(--oz-red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; color: var(--oz-white); }
.service-card h4 { color: var(--oz-white); font-family: var(--font-primary); font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.service-card p { color: rgba(255,255,255,0.7); font-size: 0.85rem; line-height: 1.6; }

/* SPECIALIZED SAFES */
.specialized-section { padding: 90px 0; background: var(--oz-light); }
.specialized-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; margin-top: 40px; }
.specialized-text h3 { font-family: var(--font-primary); font-size: 1.5rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 15px; }
.specialized-text p { color: var(--oz-text-muted); margin-bottom: 20px; line-height: 1.8; font-size: 0.95rem; }
.specialized-image { border-radius: 12px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.1); }
.specialized-image img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.6s ease; }
.specialized-image:hover img { transform: scale(1.03); }

/* RED BANNER */
.promo-banner { background: var(--oz-red); padding: 50px 0; text-align: center; position: relative; overflow: hidden; }
.promo-banner::before { content: ''; position: absolute; top: -50%; left: -10%; width: 300px; height: 300px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.promo-banner h2 { color: var(--oz-white); font-family: var(--font-primary); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 10px; }
.promo-banner p { color: rgba(255,255,255,0.9); max-width: 700px; margin: 0 auto 25px; font-size: 0.95rem; }
.btn-white { display: inline-flex; align-items: center; gap: 8px; padding: 12px 30px; background: var(--oz-white); color: var(--oz-red); font-weight: 700; font-size: 0.85rem; border-radius: 4px; text-transform: uppercase; transition: var(--smooth); font-family: var(--font-primary); }
.btn-white:hover { background: var(--oz-dark); color: var(--oz-white); transform: translateY(-2px); }

/* PRODUCT SLIDER */
.products-section { padding: 90px 0; background: var(--oz-white); }
.products-section .section-title { text-align: center; }
.products-section .section-subtitle { text-align: center; color: var(--oz-text-muted); max-width: 600px; margin: 0 auto 50px; }
.product-slider-wrap { position: relative; padding: 20px 0 60px; overflow: hidden; }
.product-track { display: flex; gap: 30px; transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); }
.product-card { min-width: 280px; flex: 0 0 280px; background: var(--oz-white); border-radius: 12px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); border: 1px solid var(--oz-grey); transition: var(--smooth); }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); }
.product-card-img { height: 220px; overflow: hidden; background: var(--oz-light); display: flex; align-items: center; justify-content: center; padding: 20px; }
.product-card-img img { max-height: 180px; object-fit: contain; transition: transform 0.5s ease; }
.product-card:hover .product-card-img img { transform: scale(1.08); }
.product-card-body { padding: 20px; text-align: center; }
.product-card-body h4 { font-family: var(--font-primary); font-size: 0.95rem; font-weight: 700; color: var(--oz-dark); margin-bottom: 8px; }
.product-card-body p { font-size: 0.8rem; color: var(--oz-text-muted); margin-bottom: 12px; }
.product-card-body .price { font-size: 1.1rem; font-weight: 800; color: var(--oz-red); font-family: var(--font-primary); }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 30px; }
.slider-btn { width: 44px; height: 44px; border-radius: 50%; border: 2px solid var(--oz-blue); background: transparent; color: var(--oz-blue); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: var(--smooth); font-size: 1rem; }
.slider-btn:hover { background: var(--oz-blue); color: var(--oz-white); }

/* TESTIMONIALS */
.testimonials-section { padding: 70px 0; background: var(--oz-light); }
.testimonials-section .section-title { text-align: center; margin-bottom: 10px; }
.testimonials-section .section-subtitle { text-align: center; color: var(--oz-text-muted); margin-bottom: 40px; }
.testimonial-card { max-width: 700px; margin: 0 auto; text-align: center; padding: 40px; background: var(--oz-white); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.testimonial-stars { color: #FFD700; font-size: 1.2rem; margin-bottom: 15px; }
.testimonial-card blockquote { font-size: 1.1rem; color: var(--oz-text); line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.testimonial-author { font-weight: 700; color: var(--oz-blue); font-family: var(--font-primary); }

/* BRANDS */
.brands-section { padding: 60px 0; background: var(--oz-white); border-top: 1px solid var(--oz-grey); border-bottom: 1px solid var(--oz-grey); }
.brands-section h4 { text-align: center; font-family: var(--font-primary); font-size: 1rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 30px; letter-spacing: 1px; text-transform: uppercase; }
.brands-flex { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; }
.brand-item { font-family: var(--font-primary); font-size: 1.3rem; font-weight: 800; color: var(--oz-text-muted); opacity: 0.5; transition: var(--smooth); letter-spacing: 1px; }
.brand-item:hover { opacity: 1; color: var(--oz-blue); }

/* CTA SECTION */
.cta-section { padding: 80px 0; background: var(--oz-red); position: relative; overflow: hidden; }
.cta-section::after { content: ''; position: absolute; bottom: -30%; right: -5%; width: 400px; height: 400px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
.cta-text h2 { color: var(--oz-white); font-family: var(--font-primary); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; margin-bottom: 15px; }
.cta-text p { color: rgba(255,255,255,0.9); margin-bottom: 20px; line-height: 1.7; }
.cta-text .cta-phone { display: flex; align-items: center; gap: 10px; color: var(--oz-white); font-size: 1.2rem; font-weight: 700; font-family: var(--font-primary); }
.cta-form { background: var(--oz-white); padding: 35px; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.cta-form h3 { font-family: var(--font-primary); color: var(--oz-blue); margin-bottom: 20px; font-size: 1.2rem; }
.cta-form input, .cta-form textarea { width: 100%; padding: 12px 16px; margin-bottom: 12px; border: 1px solid var(--oz-border); border-radius: 6px; font-family: var(--font-secondary); font-size: 0.9rem; transition: var(--smooth); }
.cta-form input:focus, .cta-form textarea:focus { outline: none; border-color: var(--oz-red); box-shadow: 0 0 0 3px rgba(228,0,43,0.1); }
.cta-form textarea { height: 90px; resize: none; }
.cta-form button { width: 100%; padding: 13px; background: var(--oz-red); color: var(--oz-white); font-weight: 700; font-size: 0.9rem; border: none; border-radius: 6px; cursor: pointer; transition: var(--smooth); font-family: var(--font-primary); text-transform: uppercase; }
.cta-form button:hover { background: var(--oz-blue); }

/* FOOTER */
.site-footer { background: var(--oz-dark); color: rgba(255,255,255,0.7); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand img { height: 60px; margin-bottom: 15px; filter: none; background: white; padding: 6px 10px; border-radius: 6px; }
.footer-brand p { font-size: 0.85rem; line-height: 1.7; }
.footer-col h4 { color: var(--oz-white); font-family: var(--font-primary); font-size: 0.95rem; font-weight: 700; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.85rem; transition: var(--smooth); }
.footer-col a:hover { color: var(--oz-red); padding-left: 4px; }
.footer-col .contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 0.85rem; }
.footer-col .contact-item i { color: var(--oz-red); margin-top: 3px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; font-size: 0.8rem; }
.footer-socials { display: flex; gap: 12px; }
.footer-socials a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; color: var(--oz-white); transition: var(--smooth); }
.footer-socials a:hover { background: var(--oz-red); transform: translateY(-3px); }

/* FLOATING WA */
.floating-wa { position: fixed; bottom: 25px; right: 25px; width: 55px; height: 55px; border-radius: 50%; background: #25D366; color: var(--oz-white); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; z-index: 999; box-shadow: 0 4px 15px rgba(37,211,102,0.4); transition: var(--smooth); }
.floating-wa:hover { transform: scale(1.1); }

/* REVEAL ANIMATIONS */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* MEGA NAV DROPDOWN */
.main-nav { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-dropdown-wrap { position: relative; display: flex; align-items: center; }
.nav-dropdown-trigger { padding: 10px 18px; font-size: 0.9rem; font-weight: 600; color: var(--oz-dark); text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; display: flex; align-items: center; font-family: var(--font-primary); }
.nav-dropdown-trigger i { transition: transform 0.3s; }
.nav-dropdown-wrap:hover .nav-dropdown-trigger i { transform: rotate(180deg); }
.nav-dropdown-trigger:hover { color: var(--oz-red); }
.mega-nav { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); width: 680px; background: var(--oz-white); box-shadow: 0 15px 40px rgba(0,0,0,0.12); border-radius: 8px; padding: 30px; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.35s cubic-bezier(0.25,1,0.5,1); border-top: 3px solid var(--oz-red); z-index: 999; }
.nav-dropdown-wrap:hover .mega-nav { opacity: 1; visibility: visible; pointer-events: all; transform: translateX(-50%) translateY(4px); }
.mega-nav-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mega-col h5 { font-family: var(--font-primary); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--oz-blue); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid var(--oz-grey); }
.mega-col a { display: block; color: var(--oz-text-muted) !important; font-size: 0.85rem; padding: 6px 0; transition: var(--smooth); }
.mega-col a::after { display: none !important; }
.mega-col a:hover { color: var(--oz-red) !important; padding-left: 6px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-slide { grid-template-columns: 1fr; }
    .hero-slide-right { min-height: 300px; }
    .hero-slide-left { padding: 50px 40px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .mobile-toggle { display: block; }

    /* Mobile nav: hidden by default using max-height trick (reliable cross-browser) */
    .main-nav {
        display: block !important; /* always in DOM flow */
        max-height: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--oz-white);
        box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        border-top: 3px solid var(--oz-red);
        z-index: 9999;
        transition: max-height 0.35s ease;
        flex-direction: column;
        align-items: stretch;
        padding: 0;
    }
    .main-nav.show { max-height: 700px; }

    /* Stack nav links vertically */
    .main-nav > a {
        display: block;
        padding: 13px 22px;
        border-bottom: 1px solid var(--oz-grey);
        font-size: 0.9rem;
        width: 100%;
        color: var(--oz-dark) !important;
    }
    .main-nav > a::after { display: none !important; }

    /* Our Safes dropdown item */
    .nav-dropdown-wrap {
        display: block;
        width: 100%;
        border-bottom: 1px solid var(--oz-grey);
    }
    .nav-dropdown-trigger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 13px 22px;
        width: 100%;
        font-size: 0.9rem;
        color: var(--oz-dark);
        cursor: pointer;
    }
    .nav-dropdown-trigger::after { display: none !important; }

    /* Mega nav on mobile: hidden, revealed on .open */
    .mega-nav {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: all !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border-top: none !important;
        border-left: 4px solid var(--oz-red);
        padding: 0 !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
        display: block !important;
    }
    .nav-dropdown-wrap.open .mega-nav {
        max-height: 500px;
        padding: 12px 16px 12px 28px !important;
    }
    .mega-nav-inner { grid-template-columns: 1fr !important; gap: 8px !important; }
    .mega-col { margin-bottom: 8px; }
    .mega-col h5 { font-size: 0.7rem; }
    .mega-col a { padding: 5px 0; font-size: 0.82rem; }

    /* Other responsive fixes */
    .welcome-grid, .specialized-grid, .cta-grid { grid-template-columns: 1fr; }
    .welcome-images { height: 300px; }
    .services-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero-slide { grid-template-columns: 1fr; }
    .hero-slide-left { padding: 40px 22px; }
    .hero-slide-right { min-height: 260px; }
    .top-bar-left { display: none; }
    .brands-flex { gap: 20px; }
    .hero-arrows { display: none; }
}
