/*
Theme Name: OZ Safe
Theme URI: https://ozsafe.com.au/
Author: OZ Safe
Author URI: https://ozsafe.com.au/
Description: Custom WordPress theme for OZ Safe — Australia's trusted safe & vault experts. Modern, fast, SEO-optimised theme with home, about, services, safes, special deals, used safes, contact and FAQ templates. Red/blue Australian brand design.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ozsafe
Tags: business, custom-colors, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments
*/

/* 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: clip; } /* clip (not hidden) so position:sticky header keeps working on all devices */
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%; }
.mobile-nav-phone { display: none; }
.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 — slow blur + slide, applied to every section (except heroes).
   Scoped to .has-js so content is always visible if JavaScript is disabled. */
.reveal { transition: opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1), transform 0.95s cubic-bezier(0.16, 1, 0.3, 1), filter 0.95s cubic-bezier(0.16, 1, 0.3, 1); }
.has-js .reveal { opacity: 0; transform: translateY(40px); filter: blur(7px); will-change: opacity, transform, filter; }
.has-js .reveal.active { opacity: 1; transform: translateY(0); filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
  .has-js .reveal { opacity: 1 !important; transform: none !important; filter: none !important; }
}

/* 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; }

    /* Tap-to-call banner, shown only inside the mobile menu */
    .mobile-nav-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 14px 22px;
        background: var(--oz-red);
        color: var(--oz-white) !important;
        font-weight: 700;
        font-size: 0.95rem;
        font-family: var(--font-primary);
        letter-spacing: 0.5px;
    }
    .mobile-nav-phone::after { display: none !important; }

    /* 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; }
}

/* ============================================================
   INNER PAGES  (About, Services, Safes, Deals, Contact, FAQ)
   Added for the WordPress multi-page theme. Uses the same
   design tokens as the homepage so the look stays consistent.
   ============================================================ */

/* --- Page Hero / Inner Banner --- */
.page-hero { background: var(--oz-blue); color: var(--oz-white); padding: 64px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; top: -60%; right: -5%; width: 360px; height: 360px; background: radial-gradient(circle, rgba(228,0,43,0.25) 0%, transparent 70%); }
.page-hero::after { content: ''; position: absolute; bottom: -50%; left: -8%; width: 300px; height: 300px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--font-primary); font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 16px; }
.page-hero h1 span { color: var(--oz-red); }
.page-hero .page-lead { font-size: 1.05rem; line-height: 1.7; max-width: 680px; opacity: 0.92; margin-bottom: 26px; }
.page-hero .btn-hero { background: var(--oz-red); border-color: var(--oz-red); color: var(--oz-white); }
.page-hero .btn-hero:hover { background: var(--oz-red-dark); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(228,0,43,0.35); }

/* --- Breadcrumb --- */
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 18px; font-family: var(--font-primary); }
.breadcrumb a { color: rgba(255,255,255,0.75); }
.breadcrumb a:hover { color: var(--oz-red); }
.breadcrumb span { color: var(--oz-white); opacity: 0.55; }
.breadcrumb .sep { opacity: 0.4; }

/* --- Generic inner sections --- */
:target { scroll-margin-top: 110px; }
.inner-section { padding: 80px 0; }
.inner-section.alt { background: var(--oz-light); }
.inner-section.tight { padding: 56px 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 50px; }
.section-head .section-tag { display: block; }
.section-head p { color: var(--oz-text-muted); font-size: 0.98rem; line-height: 1.8; margin-top: 6px; }
.text-center { text-align: center; }

/* --- Two-column content rows (image + text) --- */
.split-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split-row.reverse .split-media { order: 2; }
.split-media { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 22px 50px rgba(0,0,0,0.14); }
.split-media img { width: 100%; height: 440px; object-fit: cover; transition: transform 0.6s ease; }
.split-media:hover img { transform: scale(1.04); }
.split-text h2 { font-family: var(--font-primary); font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 800; color: var(--oz-blue); line-height: 1.18; margin-bottom: 18px; }
.split-text h3 { font-family: var(--font-primary); font-size: 1.3rem; font-weight: 700; color: var(--oz-blue); margin: 22px 0 12px; }
.split-text p { color: var(--oz-text-muted); margin-bottom: 15px; line-height: 1.85; font-size: 0.96rem; }

/* --- Check list --- */
.check-list { list-style: none; margin: 18px 0 26px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 13px; color: var(--oz-text); font-size: 0.95rem; line-height: 1.6; }
.check-list li i { color: var(--oz-white); background: var(--oz-red); width: 22px; height: 22px; min-width: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; margin-top: 2px; }
.check-list li strong { color: var(--oz-blue); }

/* --- Feature / Why-choose cards --- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-card { background: var(--oz-white); border: 1px solid var(--oz-grey); border-radius: 12px; padding: 34px 28px; transition: var(--smooth); position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--oz-red); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.feature-card:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(1,33,105,0.12); border-color: transparent; }
.feature-card:hover::before { transform: scaleX(1); }
.feature-card .fc-icon { width: 56px; height: 56px; border-radius: 12px; background: rgba(1,33,105,0.07); color: var(--oz-blue); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 18px; transition: var(--smooth); }
.feature-card:hover .fc-icon { background: var(--oz-red); color: var(--oz-white); }
.feature-card h4 { font-family: var(--font-primary); font-size: 1.08rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 10px; }
.feature-card p { color: var(--oz-text-muted); font-size: 0.9rem; line-height: 1.7; }
.feature-card .fc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--oz-red); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.5px; font-family: var(--font-primary); }
.feature-card .fc-link:hover { gap: 10px; }

/* --- Stats band --- */
.stats-band { background: var(--oz-blue); padding: 56px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; text-align: center; }
.stat-item .stat-num { font-family: var(--font-primary); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; color: var(--oz-white); line-height: 1; }
.stat-item .stat-num span { color: var(--oz-red); }
.stat-item .stat-label { color: rgba(255,255,255,0.75); font-size: 0.85rem; margin-top: 8px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* --- Category / Safe-type cards --- */
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.category-card { background: var(--oz-white); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.07); border: 1px solid var(--oz-grey); transition: var(--smooth); display: flex; flex-direction: column; }
.category-card:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(0,0,0,0.13); }
.category-card .cat-img { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--oz-light); }
.category-card .cat-body h3 a:hover { color: var(--oz-red); }
.category-card .cat-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s ease; }
.category-card:hover .cat-img img { transform: scale(1.07); }
.category-card .cat-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.category-card .cat-body h3 { font-family: var(--font-primary); font-size: 1.12rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 10px; }
.category-card .cat-body p { color: var(--oz-text-muted); font-size: 0.88rem; line-height: 1.7; margin-bottom: 16px; flex: 1; }
.category-card .cat-body .btn-text { color: var(--oz-red); font-weight: 700; font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.5px; font-family: var(--font-primary); display: inline-flex; align-items: center; gap: 7px; }
.category-card .cat-body .btn-text:hover { gap: 11px; }

/* --- Deal cards --- */
.deals-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.deal-card { background: var(--oz-white); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 30px rgba(0,0,0,0.08); border: 1px solid var(--oz-grey); transition: var(--smooth); position: relative; }
.deal-card:hover { transform: translateY(-8px); box-shadow: 0 18px 44px rgba(0,0,0,0.14); }
.deal-badge { position: absolute; top: 16px; left: 16px; z-index: 3; background: var(--oz-red); color: var(--oz-white); font-family: var(--font-primary); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.5px; text-transform: uppercase; padding: 6px 12px; border-radius: 4px; box-shadow: 0 4px 12px rgba(228,0,43,0.3); }
.deal-card .deal-img { aspect-ratio: 4 / 5; background: var(--oz-light); overflow: hidden; }
.deal-card .deal-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s ease; }
.deal-card:hover .deal-img img { transform: scale(1.07); }
.deal-card .deal-body { padding: 22px 24px 26px; text-align: center; }
.deal-card .deal-body h3 { font-family: var(--font-primary); font-size: 1.05rem; font-weight: 700; color: var(--oz-dark); margin-bottom: 8px; }
.deal-card .deal-body p { color: var(--oz-text-muted); font-size: 0.84rem; line-height: 1.6; margin-bottom: 14px; }
.deal-price { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin-bottom: 18px; }
.deal-price .old { color: var(--oz-text-muted); text-decoration: line-through; font-size: 0.95rem; }
.deal-price .now { color: var(--oz-red); font-family: var(--font-primary); font-weight: 800; font-size: 1.5rem; }
.deal-card .btn-main { width: 100%; justify-content: center; }

/* --- Process steps --- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.step-item { text-align: center; padding: 10px; position: relative; }
.step-item .step-num { width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%; background: var(--oz-white); border: 2px solid var(--oz-red); color: var(--oz-red); font-family: var(--font-primary); font-weight: 900; font-size: 1.4rem; display: flex; align-items: center; justify-content: center; }
.step-item h4 { font-family: var(--font-primary); font-size: 1rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 8px; }
.step-item p { color: var(--oz-text-muted); font-size: 0.85rem; line-height: 1.65; }

/* --- Contact layout --- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 50px; align-items: start; }
.contact-info h2, .contact-form-wrap h2 { font-family: var(--font-primary); font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 800; color: var(--oz-red); line-height: 1.2; margin-bottom: 16px; }
.contact-info > p { color: var(--oz-text-muted); line-height: 1.8; margin-bottom: 28px; font-size: 0.96rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 22px; }
.contact-detail .cd-icon { width: 46px; height: 46px; min-width: 46px; border-radius: 50%; background: rgba(228,0,43,0.1); color: var(--oz-red); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; }
.contact-detail h4 { font-family: var(--font-primary); font-size: 0.95rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 3px; }
.contact-detail p, .contact-detail a { color: var(--oz-text-muted); font-size: 0.92rem; line-height: 1.55; }
.contact-detail a:hover { color: var(--oz-red); }

/* --- Contact form --- */
.contact-form-wrap { background: var(--oz-white); padding: 38px; border-radius: 14px; box-shadow: 0 18px 50px rgba(1,33,105,0.1); border: 1px solid var(--oz-grey); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--oz-blue); margin-bottom: 7px; font-family: var(--font-primary); text-transform: uppercase; letter-spacing: 0.5px; }
.form-field input, .form-field textarea, .form-field select { width: 100%; padding: 12px 15px; border: 1px solid var(--oz-border); border-radius: 7px; font-family: var(--font-secondary); font-size: 0.92rem; color: var(--oz-text); transition: var(--smooth); background: var(--oz-white); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: none; border-color: var(--oz-red); box-shadow: 0 0 0 3px rgba(228,0,43,0.1); }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field.hp { position: absolute; left: -9999px; top: -9999px; }
.recaptcha-field { display: flex; justify-content: center; }
.contact-form-wrap .btn-submit { width: 100%; padding: 14px; background: var(--oz-red); color: var(--oz-white); font-weight: 700; font-size: 0.9rem; border: none; border-radius: 7px; cursor: pointer; transition: var(--smooth); font-family: var(--font-primary); text-transform: uppercase; letter-spacing: 0.5px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.contact-form-wrap .btn-submit:hover { background: var(--oz-blue); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(1,33,105,0.2); }
.form-alert { padding: 14px 18px; border-radius: 8px; margin-bottom: 22px; font-size: 0.9rem; display: flex; align-items: center; gap: 10px; }
.form-alert.success { background: #e7f6ec; color: #1b6e3c; border: 1px solid #b6e2c4; }
.form-alert.error { background: #fdecec; color: #b3261e; border: 1px solid #f3c2c0; }
.form-consent { font-size: 0.78rem; color: var(--oz-text-muted); margin-top: 12px; line-height: 1.5; text-align: center; }

/* --- Map --- */
.contact-map { border-radius: 14px; overflow: hidden; box-shadow: 0 12px 36px rgba(0,0,0,0.1); line-height: 0; }
.contact-map iframe { width: 100%; height: 380px; border: 0; display: block; }

/* --- FAQ accordion --- */
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-item { background: var(--oz-white); border: 1px solid var(--oz-grey); border-radius: 10px; margin-bottom: 14px; overflow: hidden; transition: var(--smooth); }
.faq-item.open { border-color: var(--oz-red); box-shadow: 0 10px 30px rgba(228,0,43,0.08); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--font-primary); font-size: 1rem; font-weight: 700; color: var(--oz-blue); transition: var(--smooth); }
.faq-q:hover { color: var(--oz-red); }
.faq-q .faq-icon { width: 28px; height: 28px; min-width: 28px; border-radius: 50%; background: rgba(1,33,105,0.07); color: var(--oz-blue); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; transition: var(--smooth); }
.faq-item.open .faq-q { color: var(--oz-red); }
.faq-item.open .faq-icon { background: var(--oz-red); color: var(--oz-white); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-a-inner { padding: 0 24px 22px; color: var(--oz-text-muted); font-size: 0.93rem; line-height: 1.8; }
.faq-item.open .faq-a { max-height: 600px; }

/* --- Mini CTA band (reusable) --- */
.cta-band { background: linear-gradient(135deg, var(--oz-blue) 0%, var(--oz-blue-dark) 100%); padding: 60px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::after { content: ''; position: absolute; top: -40%; right: -5%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(228,0,43,0.2) 0%, transparent 70%); }
.cta-band .container { position: relative; z-index: 2; }
.cta-band h2 { color: var(--oz-white); font-family: var(--font-primary); font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.85); max-width: 620px; margin: 0 auto 26px; font-size: 0.98rem; line-height: 1.7; }
.cta-band .btn-cta-group { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* --- Safe category landing page --- */
.split-media.is-portrait { aspect-ratio: 4 / 5; max-width: 440px; width: 100%; margin-inline: auto; box-shadow: 0 22px 50px rgba(0,0,0,0.14); }
.split-media.is-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.check-list.cols-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 28px; }
.check-list.cols-2 li { margin-bottom: 4px; }
.type-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.type-links a { display: inline-flex; align-items: center; gap: 8px; padding: 11px 20px; background: var(--oz-white); border: 1px solid var(--oz-grey); border-radius: 50px; font-family: var(--font-primary); font-weight: 700; font-size: 0.82rem; color: var(--oz-blue); transition: var(--smooth); }
.type-links a i { font-size: 0.7rem; color: var(--oz-red); transition: var(--smooth); }
.type-links a:hover { background: var(--oz-blue); color: var(--oz-white); border-color: var(--oz-blue); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(1,33,105,0.18); }
.type-links a:hover i { color: var(--oz-white); transform: translateX(3px); }
@media (max-width: 600px) { .check-list.cols-2 { grid-template-columns: 1fr; } }

/* ===== GALLERY — scroll-driven "open & scale" showcase + masonry grid ===== */
.gallery-scroll { position: relative; height: 240vh; }
.gallery-sticky { position: sticky; top: 0; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; padding: 100px 20px 48px; overflow: hidden; background: radial-gradient(48% 46% at 50% 14%, #0a2f9e 0%, var(--oz-blue) 34%, var(--oz-blue-dark) 84%); }
.gallery-head { text-align: center; max-width: 720px; }
.gallery-head .section-tag { color: rgba(255,255,255,0.7); }
.gallery-head h2 { font-family: var(--font-primary); font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; color: var(--oz-white); line-height: 1.14; margin-bottom: 10px; }
.gallery-head h2 span { color: var(--oz-red); }
.gallery-head p { color: rgba(255,255,255,0.82); font-size: 0.98rem; line-height: 1.7; }
.gallery-inset { width: min(880px, 100%); }
.gallery-inset-clip { clip-path: inset(var(--inset-y, 8%) var(--inset-x, 24%) round var(--radius, 220px)); transform: scale(var(--scale, 0.9)); transform-origin: center; will-change: clip-path, transform; }
.gallery-collage { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.gallery-collage figure { margin: 0; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,0.06); }
.gallery-collage img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.6s ease; }
.gallery-collage figure:hover img { transform: scale(1.06); }

.gallery-grid-section { padding: 80px 0; background: var(--oz-light); }
.gallery-grid-section .section-head { margin-bottom: 36px; }
.masonry { columns: 4 220px; column-gap: 14px; }
.masonry figure { margin: 0 0 14px; break-inside: avoid; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 26px rgba(0,0,0,0.08); background: var(--oz-white); }
.masonry img { width: 100%; display: block; transition: transform 0.6s ease; }
.masonry figure:hover img { transform: scale(1.05); }

@media (max-width: 1024px) { .masonry { columns: 3 200px; } }
@media (max-width: 768px) {
  /* On mobile the pinned scroll effect is dropped for a robust static section. */
  .gallery-scroll { height: auto; }
  .gallery-sticky { position: static; min-height: 0; padding: 60px 16px; gap: 22px; }
  .gallery-inset-clip { clip-path: none !important; transform: none !important; }
  .gallery-collage { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .masonry { columns: 2 150px; column-gap: 10px; }
  .masonry figure { margin-bottom: 10px; border-radius: 10px; }
}

/* --- Brand logo strip (real images) --- */
.brand-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px 56px; }
.brand-logos img { height: 46px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.6; transition: var(--smooth); }
.brand-logos img:hover { filter: grayscale(0); opacity: 1; transform: scale(1.05); }

/* --- Brand logo marquee (slow, infinite scroll) --- */
.logo-marquee { position: relative; overflow: hidden; width: 100%; padding: 8px 0; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%); }
.logo-marquee-track { display: flex; align-items: center; width: max-content; animation: ozLogoScroll 45s linear infinite; will-change: transform; }
.logo-marquee:hover .logo-marquee-track { animation-play-state: paused; }
.logo-marquee img { height: 50px; width: auto; margin: 0 36px; object-fit: contain; filter: grayscale(100%); opacity: 0.6; transition: var(--smooth); flex: 0 0 auto; }
.logo-marquee img:hover { filter: grayscale(0); opacity: 1; }
@keyframes ozLogoScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 768px) { .logo-marquee img { height: 38px; margin: 0 26px; } .logo-marquee-track { animation-duration: 30s; } }
@media (prefers-reduced-motion: reduce) { .logo-marquee-track { animation: none; flex-wrap: wrap; justify-content: center; gap: 30px; } }

/* --- Prose / rich text --- */
.prose p { color: var(--oz-text-muted); line-height: 1.85; margin-bottom: 16px; font-size: 0.97rem; }
.prose h2 { font-family: var(--font-primary); color: var(--oz-blue); font-size: 1.6rem; font-weight: 800; margin: 32px 0 14px; }
.prose h3 { font-family: var(--font-primary); color: var(--oz-blue); font-size: 1.2rem; font-weight: 700; margin: 24px 0 10px; }
.prose ul { margin: 0 0 18px 20px; }
.prose ul li { color: var(--oz-text-muted); line-height: 1.8; margin-bottom: 8px; }

/* --- 404 --- */
.error404-wrap { text-align: center; padding: 100px 0; }
.error404-wrap h1 { font-family: var(--font-primary); font-size: clamp(4rem, 12vw, 8rem); font-weight: 900; color: var(--oz-blue); line-height: 1; }
.error404-wrap h1 span { color: var(--oz-red); }
.error404-wrap p { color: var(--oz-text-muted); font-size: 1.05rem; margin: 16px 0 28px; }

/* --- Responsive for inner pages --- */
@media (max-width: 1024px) {
  .feature-grid, .category-grid, .deals-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .split-row { gap: 40px; }
  .split-media img { height: 360px; }
}
@media (max-width: 768px) {
  .inner-section { padding: 56px 0; }
  .split-row { grid-template-columns: 1fr; gap: 30px; }
  .split-row.reverse .split-media { order: 0; }
  .split-media img { height: 300px; }
  .feature-grid, .category-grid, .deals-grid, .steps-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 48px 0 44px; }
  .brand-logos { gap: 28px 36px; }
  .brand-logos img { height: 38px; }
}
