/* =====================================================
   LONDON LOGISTIC SOLUTIONS LIMITED — Premium B2B Design
   ===================================================== */

:root {
    --lls-navy: #0D2355;
    --lls-navy-dark: #091a40;
    --lls-blue: #1A56DB;
    --lls-blue-light: #2563EB;
    --lls-accent: #F59E0B;
    --lls-accent-hover: #D97706;
    --lls-green: #10B981;
    --lls-dark: #111111;
    --lls-gray: #6B7280;
    --lls-gray-light: #F4F6FA;
    --lls-border: #E5E7EB;
    --lls-silver: #C0C8D8;
    --lls-white: #FFFFFF;
    --lls-off-white: #F9FAFB;
}

html {
    font-size: 15px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--lls-dark);
    background: var(--lls-white);
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Barlow Condensed', 'Inter', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

a { color: var(--lls-blue); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--lls-navy); }

.container { max-width: 1200px; }

/* ============ Top Bar ============ */
.lls-topbar {
    background: var(--lls-navy-dark);
    color: #C0C8D8;
    font-size: 0.8rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.topbar-left { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar-left i { color: var(--lls-accent); margin-right: 0.3rem; }
.topbar-left a { color: #C0C8D8; }
.topbar-left a:hover { color: #fff; }
.topbar-right { display: flex; gap: 1rem; align-items: center; }
.topbar-right a { color: #C0C8D8; }
.topbar-right a:hover { color: #fff; }
.topbar-whatsapp { color: var(--lls-green) !important; font-weight: 600; }

/* ============ Navbar ============ */
.lls-nav {
    background: var(--lls-white);
    padding: 0.6rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: box-shadow 0.3s ease;
}
.lls-nav.scrolled {
    box-shadow: 0 4px 24px rgba(13, 35, 85, 0.1);
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--lls-navy) !important;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.brand-icon {
    background: var(--lls-navy);
    color: #fff;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1rem;
}
.brand-accent { color: var(--lls-accent); }
.nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: var(--lls-navy) !important;
    padding: 0.5rem 0.85rem !important;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}
.nav-link:hover, .nav-link.active { color: var(--lls-blue) !important; }
.btn-nav-cta {
    background: var(--lls-accent);
    border: none;
    color: #fff !important;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    padding: 0.55rem 1.3rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
    transition: all 0.2s;
}
.btn-nav-cta:hover { background: var(--lls-accent-hover); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4); }

/* ============ Buttons ============ */
.btn-lls-accent {
    background: var(--lls-accent);
    border: none;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    padding: 0.75rem 1.6rem;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
    transition: all 0.25s;
}
.btn-lls-accent:hover { background: var(--lls-accent-hover); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4); }
.btn-outline-light { border-color: rgba(255,255,255,0.4); color: #fff; font-weight: 600; }
.btn-outline-light:hover { background: rgba(255,255,255,0.15); border-color: #fff; color: #fff; }
.btn-white { background: #fff; color: var(--lls-navy); font-weight: 700; border: none; }
.btn-white:hover { background: var(--lls-gray-light); color: var(--lls-navy); transform: translateY(-2px); }

/* ============ Hero ============ */
.lls-hero {
    background: var(--lls-navy);
    color: #fff;
    padding: 5rem 0 6rem;
    position: relative;
    overflow: hidden;
}
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--lls-navy-dark) 0%, var(--lls-navy) 40%, #1A3A7A 100%);
    opacity: 1;
}
.lls-hero::after {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.15);
}
.lls-hero::before {
    content: '';
    position: absolute;
    left: -60px;
    bottom: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.08);
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: var(--lls-accent);
    padding: 0.45rem 1rem;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.lls-hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
}
.text-accent { color: var(--lls-accent); }
.hero-sub {
    font-size: 1.1rem;
    color: #C0C8D8;
    max-width: 540px;
    line-height: 1.6;
}
.hero-actions {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.hero-trust {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    color: #C0C8D8;
}
.trust-item i { color: var(--lls-accent); }
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-truck-wrap {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-truck-icon {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.25);
    animation: truckFloat 4s ease-in-out infinite;
}
@keyframes truckFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}
.scroll-indicator {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.5);
    font-size: 1.2rem;
    animation: bounceDown 2s infinite;
    z-index: 2;
}

/* ============ Stats Section ============ */
.lls-stats {
    background: var(--lls-navy);
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.stat-box {
    text-align: center;
    padding: 1rem;
}
.stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.3rem;
}
.stat-num.stat-text { font-size: 2rem; }
.stat-label {
    font-size: 0.88rem;
    color: var(--lls-silver);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
}

/* ============ Section Helpers ============ */
.lls-section { padding: 5rem 0; }
.lls-section-alt { background: var(--lls-gray-light); }
.section-header { text-align: center; max-width: 680px; margin: 0 auto 3.5rem; }
.section-kicker {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.82rem;
    color: var(--lls-accent);
    display: block;
    margin-bottom: 0.5rem;
}
.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 2.2rem;
    color: var(--lls-navy);
    letter-spacing: -0.01em;
    margin-bottom: 0.8rem;
}
.section-sub { color: var(--lls-gray); font-size: 1rem; line-height: 1.6; }

/* ============ Service Cards ============ */
.lls-service-card {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lls-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(13, 35, 85, 0.12);
}
.svc-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 1.2rem;
}
.svc-icon-blue { background: var(--lls-blue); }
.svc-icon-navy { background: var(--lls-navy); }
.svc-icon-accent { background: var(--lls-accent); }
.svc-icon-green { background: var(--lls-green); }
.lls-service-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--lls-navy);
    margin-bottom: 0.7rem;
}
.lls-service-card p { color: var(--lls-gray); font-size: 0.92rem; line-height: 1.6; margin-bottom: 1rem; }
.card-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: var(--lls-blue);
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.card-link i { font-size: 0.7rem; transition: transform 0.2s; }
.card-link:hover i { transform: translateX(4px); }

/* ============ Why Choose Cards ============ */
.lls-why-card {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lls-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 35, 85, 0.1);
}
.why-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.08);
    color: var(--lls-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.lls-why-card h5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--lls-navy);
    margin-bottom: 0.6rem;
}
.lls-why-card p { color: var(--lls-gray); font-size: 0.9rem; line-height: 1.6; }

/* ============ Process / How It Works ============ */
.lls-process-card {
    text-align: center;
    padding: 2rem 1.5rem;
    position: relative;
}
.process-step {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: rgba(26, 86, 219, 0.08);
    line-height: 1;
    margin-bottom: 0.5rem;
}
.process-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--lls-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}
.lls-process-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lls-navy);
    margin-bottom: 0.6rem;
}
.lls-process-card p { color: var(--lls-gray); font-size: 0.92rem; line-height: 1.6; }

/* ============ Testimonials ============ */
.lls-testimonial-card {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    padding: 2rem;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lls-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(13, 35, 85, 0.1);
}
.test-stars { color: var(--lls-accent); margin-bottom: 0.8rem; font-size: 0.9rem; }
.lls-testimonial-card p { color: var(--lls-gray); font-style: italic; line-height: 1.7; font-size: 0.95rem; }
.test-author { display: flex; align-items: center; gap: 0.8rem; margin-top: 1.2rem; }
.test-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lls-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
}
.test-author strong { display: block; font-size: 0.9rem; color: var(--lls-navy); }
.test-author span { font-size: 0.8rem; color: var(--lls-gray); }

/* ============ CTA Band ============ */
.lls-cta {
    background: linear-gradient(135deg, var(--lls-navy) 0%, var(--lls-navy-dark) 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}
.lls-cta::before {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(245, 158, 11, 0.08);
}
.cta-content { text-align: center; position: relative; z-index: 1; }
.cta-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 0.8rem;
}
.cta-content p { color: #C0C8D8; font-size: 1.05rem; margin-bottom: 1.8rem; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ============ Page Hero (Inner Pages) ============ */
.lls-page-hero {
    background: linear-gradient(135deg, var(--lls-navy-dark) 0%, var(--lls-navy) 50%, #1A3A7A 100%);
    color: #fff;
    padding: 3.5rem 0;
    position: relative;
    overflow: hidden;
}
.lls-page-hero::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -80px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.12);
}
.lls-page-hero h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.lls-page-hero .breadcrumb-text { color: var(--lls-silver); font-size: 0.88rem; }
.lls-page-hero .breadcrumb-text a { color: rgba(255,255,255,0.8); }
.lls-page-hero .breadcrumb-text a:hover { color: #fff; }

/* ============ Feature List ============ */
.lls-feature-list { list-style: none; padding: 0; margin: 0; }
.lls-feature-list li { padding: 0.5rem 0; color: var(--lls-dark); font-size: 0.95rem; }
.lls-feature-list i { color: var(--lls-green); margin-right: 0.6rem; }

/* ============ Forms ============ */
.lls-panel {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(13, 35, 85, 0.08);
    padding: 2.5rem;
}
.lls-panel .panel-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    color: var(--lls-navy);
}
.form-label {
    font-weight: 600;
    color: var(--lls-dark);
    font-size: 0.88rem;
}
.form-control, .form-select {
    border-radius: 8px;
    border-color: var(--lls-border);
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-control:focus, .form-select:focus {
    border-color: var(--lls-blue);
    box-shadow: 0 0 0 0.2rem rgba(26, 86, 219, 0.12);
}
.text-danger { font-size: 0.82rem; }

/* ============ Contact Cards ============ */
.lls-contact-card {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    padding: 1.8rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lls-contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(13, 35, 85, 0.1);
}
.lls-contact-card i {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(26, 86, 219, 0.08);
    color: var(--lls-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.lls-contact-card h6 { font-weight: 700; color: var(--lls-navy); }
.lls-contact-card p { color: var(--lls-gray); font-size: 0.9rem; margin-bottom: 0; }

/* ============ Join Network Section ============ */
.lls-join-card {
    background: #fff;
    border: 1px solid var(--lls-border);
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}
.lls-join-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(13, 35, 85, 0.12);
}
.lls-join-card.featured {
    border-color: var(--lls-accent);
    box-shadow: 0 12px 40px rgba(245, 158, 11, 0.15);
    position: relative;
}
.lls-join-card.featured::before {
    content: 'Most Popular';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lls-accent);
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.join-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(26, 86, 219, 0.08);
    color: var(--lls-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 1.2rem;
}
.lls-join-card h3 {
    font-size: 1.4rem;
    color: var(--lls-navy);
    margin-bottom: 0.8rem;
}
.lls-join-card p { color: var(--lls-gray); font-size: 0.92rem; line-height: 1.6; }
.join-features { list-style: none; padding: 1.5rem 0 0; margin: 0; text-align: left; }
.join-features li { padding: 0.5rem 0; font-size: 0.92rem; color: var(--lls-dark); border-bottom: 1px solid var(--lls-border); }
.join-features li:last-child { border-bottom: none; }
.join-features i { color: var(--lls-green); margin-right: 0.6rem; width: 16px; }

/* ============ Services Page ============ */
.lls-svc-section { padding: 5rem 0; }
.lls-svc-row { display: flex; align-items: center; gap: 4rem; }
.lls-svc-row.reverse { flex-direction: row-reverse; }

/* ============ Footer ============ */
.lls-footer {
    background: var(--lls-navy-dark);
    color: #A0AEC0;
    font-size: 0.88rem;
}
.footer-top { padding: 3.5rem 0 2rem; }
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 0;
}
.footer-desc { margin-top: 1rem; line-height: 1.7; font-size: 0.86rem; }
.footer-social { display: flex; gap: 0.5rem; margin-top: 1rem; }
.footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.footer-social a:hover { background: var(--lls-blue); }
.lls-footer h5 {
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.lls-footer ul { list-style: none; padding: 0; margin: 0; }
.lls-footer ul li { margin-bottom: 0.5rem; }
.lls-footer ul a { color: #A0AEC0; font-size: 0.86rem; }
.lls-footer ul a:hover { color: #fff; }
.footer-contact i { color: var(--lls-accent); margin-right: 0.5rem; width: 16px; }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 1.2rem 0;
    font-size: 0.82rem;
}
.footer-bottom a { color: #A0AEC0; margin-left: 1.2rem; }
.footer-bottom a:hover { color: #fff; }
.cx-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(245, 158, 11, 0.12);
    color: var(--lls-accent);
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* ============ WhatsApp Float ============ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    z-index: 999;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: whatsappPulse 2s infinite;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff;
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5);
}
@keyframes whatsappPulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4); }
    70% { box-shadow: 0 0 0 14px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* ============ Scroll Reveal ============ */
.reveal, .reveal-zoom {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-zoom { transform: scale(0.92); }
.reveal.in-view, .reveal-zoom.in-view { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* Hero animations */
.anim-hero { opacity: 0; transform: translateY(30px); animation: animFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.anim-hero-right { opacity: 0; transform: translateX(40px); animation: animFadeRight 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.anim-d1 { animation-delay: 0.1s; }
.anim-d2 { animation-delay: 0.25s; }
.anim-d3 { animation-delay: 0.4s; }
.anim-d4 { animation-delay: 0.55s; }
.anim-d5 { animation-delay: 0.7s; }

@keyframes animFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes animFadeRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes bounceDown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ============ Responsive ============ */
@media (max-width: 991.98px) {
    .lls-hero h1 { font-size: 2.4rem; }
    .navbar-brand { font-size: 1rem; }
    .brand-icon { width: 32px; height: 32px; font-size: 0.9rem; }
}
@media (max-width: 767.98px) {
    .lls-hero { padding: 3rem 0 4rem; }
    .lls-hero h1 { font-size: 2rem; }
    .lls-section { padding: 3.5rem 0; }
    .section-title { font-size: 1.8rem; }
    .stat-num { font-size: 2.2rem; }
    .topbar-left span:last-child { display: none; }
    .cta-content h2 { font-size: 1.8rem; }
}
@media (max-width: 575.98px) {
    .lls-hero h1 { font-size: 1.7rem; }
    .lls-panel { padding: 1.5rem; }
    .whatsapp-float { width: 52px; height: 52px; font-size: 1.5rem; bottom: 16px; right: 16px; }
}

/* ============ Reduced Motion ============ */
@media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-zoom, .anim-hero, .anim-hero-right {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
    }
    .hero-truck-icon, .whatsapp-float, .scroll-indicator { animation: none !important; }
}
