:root {
    /* Orange Theme Design Tokens */
    --brand-orange: #F05A28;
    --brand-orange-hover: #D9481B;
    --brand-red: #F05A28; /* Backwards compatibility */
    --brand-red-hover: #D9481B; /* Backwards compatibility */
    --brand-navy: #0F172A;
    --brand-dark: #020617;
    --brand-glass: rgba(255, 255, 255, 0.03);
    --brand-border: rgba(255, 255, 255, 0.08);
    
    --text-primary: #F8FAFC;
    --text-secondary: #94A3B8;
    
    --font-main: 'General Sans', sans-serif;
    --font-heading: 'Satoshi', sans-serif;
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    --radius-lg: 24px;
    --radius-full: 100px;

    /* Light Theme Additions */
    --bg-light: #FFFFFF;
    --bg-accent-light: #F8F9FA;
    --bg-dark-section: #090D1A;
    --bg-dark-accent: #0F172A;
    
    --text-dark-primary: #1F2937;
    --text-dark-secondary: #4B5563;
    --text-light-primary: #F9FAFB;
    --text-light-secondary: #9CA3AF;
    
    --border-light: #E5E7EB;
    --shadow-light: 0 10px 30px rgba(15, 23, 42, 0.02);
}

/* Base Styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background-color: var(--bg-light);
    color: var(--text-dark-primary);
    font-family: var(--font-main);
    line-height: 1.6;
    overflow-x: hidden;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.accent { color: var(--brand-orange); }
a { text-decoration: none; }

/* Alternating Section Styling */
.section-light {
    background-color: var(--bg-light);
    color: var(--text-dark-primary);
}
.section-light-accent {
    background-color: var(--bg-accent-light);
    color: var(--text-dark-primary);
}
.section-dark {
    background-color: var(--bg-dark-section);
    color: var(--text-primary);
}
.section-dark .section-head h2 {
    color: white;
}
.section-dark .section-head p {
    color: var(--text-secondary);
}

/* Navigation */
.nav-modern {
    position: fixed; top: 0; left: 0; width: 100%; z-index: 9999;
    padding: 24px 0; transition: var(--transition);
}
.nav-modern.scrolled,
.nav-modern.nav-solid {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    padding: 16px 0;
    border-bottom: 1px solid var(--border-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
.nav-modern.scrolled .logo-modern,
.nav-modern.nav-solid .logo-modern {
    color: var(--text-dark-primary) !important;
}
.nav-modern.scrolled .nav-links-desktop a {
    color: var(--text-dark-secondary);
}
.nav-modern.scrolled .nav-links-desktop a:hover {
    color: var(--brand-orange);
}
.nav-content { display: flex; justify-content: space-between; align-items: center; }
.logo-modern { display: flex; align-items: center; gap: 8px; font-weight: 800; font-size: 1.4rem; font-family: var(--font-heading); color: white !important; text-decoration: none; }
.logo-icon {
    width: 36px;
    height: 36px;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='primaryOrange' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23FF8A5C' /%3E%3Cstop offset='40%25' stop-color='%23F05A28' /%3E%3Cstop offset='85%25' stop-color='%23C63A0F' /%3E%3Cstop offset='100%25' stop-color='%23801A00' /%3E%3C/linearGradient%3E%3ClinearGradient id='glossHighlight' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23FFFFFF' stop-opacity='0.6' /%3E%3Cstop offset='30%25' stop-color='%23FFFFFF' stop-opacity='0.2' /%3E%3Cstop offset='100%25' stop-color='%23FFFFFF' stop-opacity='0' /%3E%3C/linearGradient%3E%3ClinearGradient id='bevelLight' x1='100%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23FFB090' stop-opacity='0.4' /%3E%3Cstop offset='50%25' stop-color='%23F05A28' stop-opacity='0' /%3E%3Cstop offset='100%25' stop-color='%23000000' stop-opacity='0.5' /%3E%3C/linearGradient%3E%3Cfilter id='premiumShadow' x='-20%25' y='-20%25' width='140%25' height='140%25'%3E%3CfeDropShadow dx='0' dy='8' stdDeviation='6' flood-color='%23F05A28' flood-opacity='0.2' /%3E%3CfeDropShadow dx='0' dy='2' stdDeviation='2' flood-color='%23000000' flood-opacity='0.3' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23premiumShadow)'%3E%3Cpath d='M 12 23 C 25 24, 40 33, 51 34 C 62 33, 75 24, 88 23 L 88 80 L 74 61 L 74 37 C 62 47, 40 52, 12 80 Z M 25 36 L 25 48 L 37 42 Z' fill='url(%23primaryOrange)' fill-rule='evenodd' /%3E%3Cpath d='M 12 23 C 25 24, 40 33, 51 34 C 62 33, 75 24, 88 23 L 88 32 C 75 33, 62 40, 51 41 C 40 40, 25 33, 12 32 Z' fill='url(%23glossHighlight)' opacity='0.65' style='mix-blend-mode: overlay;' /%3E%3Cpath d='M 12 23 C 25 24, 40 33, 51 34 C 62 33, 75 24, 88 23 L 88 80 L 74 61 L 74 37 C 62 47, 40 52, 12 80 Z' fill='url(%23bevelLight)' fill-rule='evenodd' style='mix-blend-mode: multiply;' /%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
.nav-modern.scrolled .logo-icon,
.nav-modern.nav-solid .logo-icon {
    filter: drop-shadow(0px 2px 5px rgba(240, 90, 40, 0.15));
}
.nav-desktop-container {
    display: flex;
    align-items: center;
    gap: 24px;
}
.nav-links-desktop {
    display: flex;
    gap: 8px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 6px 12px;
    border-radius: 100px;
    transition: var(--transition);
}
.nav-modern.scrolled .nav-links-desktop,
.nav-modern.nav-solid .nav-links-desktop {
    background: rgba(15, 23, 42, 0.03);
    border-color: rgba(15, 23, 42, 0.06);
}
.nav-links-desktop a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition);
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 0.95rem;
}
.nav-links-desktop a:hover {
    color: var(--brand-orange) !important;
    background: rgba(255, 255, 255, 0.1);
}
.nav-links-desktop a.active {
    color: white !important;
    background: var(--brand-orange) !important;
}
.nav-modern.scrolled .nav-links-desktop a,
.nav-modern.nav-solid .nav-links-desktop a {
    color: var(--text-dark-secondary);
}
.nav-modern.scrolled .nav-links-desktop a:hover,
.nav-modern.nav-solid .nav-links-desktop a:hover {
    color: var(--brand-orange) !important;
    background: rgba(240, 90, 40, 0.08);
}
.nav-modern.scrolled .nav-links-desktop a.active,
.nav-modern.nav-solid .nav-links-desktop a.active {
    color: white !important;
    background: var(--brand-orange) !important;
}
.btn-cta-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-cta-nav i {
    transition: transform 0.3s ease;
}
.btn-cta-nav:hover i {
    transform: translateX(4px);
}
@media (max-width: 991px) {
    .nav-desktop-container {
        display: none !important;
    }
}
.btn-cta-nav { 
    background: var(--brand-orange); 
    color: white !important; 
    padding: 12px 28px; 
    border-radius: var(--radius-full); 
    font-weight: 700; 
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(240, 90, 40, 0.2);
    box-shadow: 0 4px 15px rgba(240, 90, 40, 0.15);
}
.btn-cta-nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
}
.btn-cta-nav:hover {
    background: var(--brand-orange-hover);
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 25px rgba(240, 90, 40, 0.45);
    border-color: rgba(255, 255, 255, 0.3);
}
.btn-cta-nav:hover::after {
    left: 100%;
}

/* Hero Section */
.hero-v2 {
    position: relative; min-height: 85vh; display: flex; align-items: center;
    padding: 140px 0 80px; overflow: hidden;
    background-color: var(--bg-dark-section);
    color: white;
}
.hero-v2 h1 {
    color: white !important;
}
.hero-visual-bg {
    position: absolute; inset: 0; z-index: -1;
    background: radial-gradient(circle at 80% 20%, rgba(240, 90, 40, 0.15), transparent 40%),
                radial-gradient(circle at 20% 80%, rgba(9, 13, 26, 0.8), transparent 45%);
}
.badge {
    background: rgba(15, 23, 42, 0.8); color: var(--brand-orange);
    border: 1px solid rgba(240, 90, 40, 0.3); backdrop-filter: blur(4px);
    padding: 8px 18px; border-radius: 100px; font-size: 0.85rem; font-weight: 700;
    margin-bottom: 20px; display: inline-flex; align-items: center; gap: 8px;
}
.section-light .badge, .section-light-accent .badge {
    background: rgba(240, 90, 40, 0.06);
    border-color: rgba(240, 90, 40, 0.2);
    color: var(--brand-orange);
}
.hero-v2 h1 {
    font-family: var(--font-heading); font-size: clamp(2.4rem, 7vw, 4.5rem);
    font-weight: 900; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: 20px;
}
.hero-v2 p { font-size: clamp(1rem, 1.5vw, 1.15rem); color: var(--text-secondary); max-width: 650px; margin-bottom: 32px; }

/* Internal Pages Hero */
.internal-hero {
    position: relative;
    padding: 120px 0 60px;
    background-color: var(--bg-dark-section);
    text-align: center;
    border-bottom: 1px solid var(--border-dark);
    overflow: hidden;
}
.internal-hero h1 {
    color: white !important;
}
.internal-hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.internal-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(11, 17, 33, 0.6) 0%, rgba(11, 17, 33, 0.2) 30%, rgba(11, 17, 33, 0.55) 100%);
    z-index: 2;
}
.internal-hero-pattern {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 3;
}
.internal-hero .container {
    position: relative;
    z-index: 4;
}

/* Tracking Widget */
.hero-actions-v2 { display: flex; flex-direction: column; gap: 24px; }
.tracking-widget-modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(30px);
    border: 1px solid var(--brand-border);
    border-radius: 24px; padding: 10px;
    display: flex; gap: 10px; max-width: 550px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
}
.tracking-widget-modern input {
    flex: 1; background: transparent; border: none; padding: 18px 28px;
    color: white; outline: none; font-size: 1.1rem;
}
.btn-track-modern {
    background: var(--brand-orange); border: none; 
    padding: 0 28px; height: 64px;
    border-radius: 18px; color: white; cursor: pointer; transition: var(--transition);
    font-size: 1rem; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    white-space: nowrap;
}
.btn-track-modern:hover { background: var(--brand-orange-hover); transform: translateY(-2px) scale(1.03); box-shadow: 0 6px 18px rgba(240, 90, 40, 0.3); }

.hero-secondary-ctas { display: flex; gap: 28px; align-items: center; }
.text-cta { color: var(--brand-orange); font-weight: 700; text-decoration: underline; text-underline-offset: 8px; }
.meta-tag { color: var(--text-secondary); font-size: 0.95rem; }

/* Bento Services in Light Theme */
.services-v2 { padding: 80px 0; }
.section-head { margin-bottom: 48px; }
.section-head h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 900; margin-bottom: 16px; letter-spacing: -0.02em; }
.section-head p { max-width: 600px; font-size: 1.05rem; }
.section-light .section-head h2 { color: var(--text-dark-primary); }
.section-light .section-head p { color: var(--text-dark-secondary); }

.bento-grid-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.bento-item {
    background: var(--brand-glass); border: 1px solid var(--brand-border);
    border-radius: var(--radius-lg); padding: 32px;
    transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative; overflow: hidden;
}
.bento-item h3 { font-family: var(--font-heading); font-size: 1.55rem; margin-bottom: 12px; color: white; }
.bento-item p { color: var(--text-secondary); font-size: 0.98rem; }

/* Light Theme Bento Card Styles */
.section-light .bento-item, .section-light-accent .bento-item {
    background: white;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-light);
}
.section-light .bento-item h3, .section-light-accent .bento-item h3 {
    color: var(--text-dark-primary);
}
.section-light .bento-item p, .section-light-accent .bento-item p {
    color: var(--text-dark-secondary);
}
.section-light .bento-item:hover, .section-light-accent .bento-item:hover {
    background: white;
    border-color: rgba(240, 90, 40, 0.4);
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(240, 90, 40, 0.05);
}

.service-num { position: absolute; top: 40px; right: 40px; font-weight: 900; font-size: 0.9rem; color: var(--brand-orange); opacity: 0.4; }
.bento-item i { font-size: 2.5rem; color: var(--brand-orange); margin-bottom: 32px; display: block; }

/* Stats Tree Visual */
.stats-tree-container {
    position: relative;
    padding-top: 60px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.stats-tree-trunk {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 60px;
    background: var(--brand-orange);
    opacity: 0.3;
}
.stats-tree-branches-wrapper {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.stats-tree-branches-line {
    position: absolute;
    top: 0;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    background: var(--brand-orange);
    opacity: 0.3;
}
.stats-tree-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 40px;
}
.stats-tree-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 40px;
    background: var(--brand-orange);
    opacity: 0.3;
}
.stats-tree-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(240, 90, 40, 0.08);
    border: 2px solid var(--brand-orange);
    color: var(--brand-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
    transition: var(--transition);
}
.stats-tree-icon:hover {
    transform: scale(1.1);
    background: var(--brand-orange);
    color: white;
    box-shadow: 0 0 15px rgba(240, 90, 40, 0.4);
}
.stats-tree-number {
    font-family: var(--font-heading);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 900;
    color: var(--text-dark-primary);
    margin-bottom: 6px;
}
.stats-tree-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--text-dark-secondary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .stats-tree-trunk, .stats-tree-branches-line, .stats-tree-item::before {
        display: none;
    }
    .stats-tree-branches-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .stats-tree-container {
        padding-top: 0;
    }
    .stats-tree-item {
        padding-top: 0;
    }
}

/* Why Choose Us Section */
.why-choose-v2 { padding: 80px 0; }
.why-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 60px; align-items: start; }
.features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
.feature-item { display: flex; gap: 20px; }
.feature-icon { 
    width: 48px; height: 48px; background: rgba(240, 90, 40, 0.1); 
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    color: var(--brand-orange); font-size: 1.2rem; flex-shrink: 0;
}
.feature-text h4 { font-family: var(--font-heading); font-size: 1.05rem; margin-bottom: 6px; }
.feature-text p { font-size: 0.9rem; line-height: 1.5; }

.section-light .feature-text h4, .section-light-accent .feature-text h4 { color: var(--text-dark-primary); }
.section-light .feature-text p, .section-light-accent .feature-text p { color: var(--text-dark-secondary); }

.stats-bento { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 60px; }
.stat-mini-card { 
    background: var(--brand-glass); border: 1px solid var(--brand-border);
    border-radius: 20px; padding: 32px 24px; text-align: center;
    transition: var(--transition);
}
.stat-mini-card h3 { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 900; color: var(--brand-orange); margin-bottom: 4px; }
.stat-mini-card p { font-size: 0.75rem; font-weight: 800; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.05em; }

.section-light .stat-mini-card, .section-light-accent .stat-mini-card {
    background: white;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-light);
}
.section-light .stat-mini-card p, .section-light-accent .stat-mini-card p {
    color: var(--text-dark-secondary);
}
.section-light .stat-mini-card:hover, .section-light-accent .stat-mini-card:hover {
    transform: translateY(-8px);
    border-color: rgba(240, 90, 40, 0.4);
    background: white;
    box-shadow: 0 15px 30px rgba(240, 90, 40, 0.05);
}

/* Our Mission Section */
.mission-section { padding: 80px 0; }
.mission-content { max-width: 1000px; margin-bottom: 80px; }
.mission-content h2 { 
    font-family: var(--font-heading); font-size: clamp(2rem, 4.5vw, 2.85rem); 
    font-weight: 900; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.02em;
}
.mission-content h2 span { display: block; }
.mission-content p { font-size: 1.05rem; line-height: 1.7; max-width: 800px; }

.section-light .mission-content h2 { color: var(--text-dark-primary); }
.section-light .mission-content p { color: var(--text-dark-secondary); }

.value-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card { 
    background: #0F172A; border: 1px solid var(--brand-border);
    border-radius: 24px; padding: 32px;
    transition: background 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: visible;
}
.value-card h4 { font-family: var(--font-heading); font-size: 1.25rem; margin-bottom: 12px; color: white; }
.value-card p { font-size: 0.98rem; color: var(--text-secondary); line-height: 1.6; }

.section-light .value-card, .section-light-accent .value-card {
    background: white;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-light);
}
.section-light .value-card h4, .section-light-accent .value-card h4 { color: var(--text-dark-primary); }
.section-light .value-card p, .section-light-accent .value-card p { color: var(--text-dark-secondary); }
.section-light .value-card:hover, .section-light-accent .value-card:hover { 
    border-color: var(--brand-orange); 
    transform: translateY(-10px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.04);
}
.value-card i { 
    font-size: 2rem; 
    color: var(--brand-orange); 
    margin-bottom: 28px; 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    overflow: visible; 
}

/* Custom Route Widget matching ythao style */
.route-section {
    padding: 80px 0;
}
.route-card {
    background: white;
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 40px;
    margin-top: 40px;
    box-shadow: var(--shadow-light);
}
.route-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 30px;
}
.route-flow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--brand-orange) 0px, var(--brand-orange) 10px, transparent 10px, transparent 20px);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.5;
}
.route-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 10px;
}
.route-dot {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--brand-orange);
    border: 4px solid white;
    box-shadow: 0 0 0 6px rgba(240, 90, 40, 0.15);
    margin-bottom: 12px;
}
.route-node h4 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--text-dark-primary);
}
.route-vehicle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: var(--brand-orange);
    color: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 10px rgba(240, 90, 40, 0.3);
    animation: moveVehicle 6s ease-in-out infinite;
}
@keyframes moveVehicle {
    0%, 100% { left: 20%; transform: translate(-50%, -50%) rotate(0deg); }
    50% { left: 80%; transform: translate(-50%, -50%) rotate(0deg); }
}

.shipment-status-box {
    background: #FFF9F6;
    border: 1px solid rgba(240, 90, 40, 0.2);
    border-radius: 16px;
    padding: 24px;
    max-width: 600px;
    margin: 30px auto 0;
}
.shipment-status-title {
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--brand-orange);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}
.status-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.status-item {
    font-size: 0.9rem;
}
.status-item span {
    font-weight: 700;
    color: var(--text-dark-primary);
    display: block;
    margin-top: 4px;
}
.status-item label {
    font-size: 0.75rem;
    color: var(--text-dark-secondary);
}

@media (max-width: 768px) {
    .route-flow::before {
        display: none;
    }
    .route-flow {
        flex-direction: column;
        align-items: center;
    }
    .route-vehicle {
        position: static;
        transform: none !important;
        animation: none;
        margin: 10px 0;
    }
    .status-grid {
        grid-template-columns: 1fr;
    }
}

/* CTA Banner */
.cta-banner { padding: 40px 0; }
.cta-content { 
    background: var(--brand-navy); border-radius: 32px; padding: 48px;
    text-align: center; border: 1px solid var(--brand-border);
    background: linear-gradient(135deg, #0F172A 0%, #020617 100%);
    box-shadow: 0 20px 45px rgba(0,0,0,0.3);
}
.cta-content h2 { font-family: var(--font-heading); font-size: clamp(1.8rem, 4vw, 2.4rem); margin-bottom: 24px; font-weight: 900; color: white; }
.cta-content p { color: var(--text-secondary); margin-bottom: 40px; font-size: 1.1rem; }
.cta-btns { display: flex; gap: 20px; justify-content: center; }
.btn-primary { background: var(--brand-orange); color: white; padding: 16px 40px; border-radius: 100px; font-weight: 700; text-decoration: none; transition: var(--transition); }
.btn-secondary { background: #25D366; color: white; padding: 16px 40px; border-radius: 100px; font-weight: 700; text-decoration: none; transition: var(--transition); }
.btn-primary:hover, .btn-secondary:hover { transform: scale(1.05); }

/* Premium Dark Glassmorphic Footer */
.footer-v2 { 
    background: rgba(9, 13, 26, 0.94) !important; 
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important; 
    padding: 80px 0 40px; 
    color: rgba(255, 255, 255, 0.7) !important;
}
.footer-logo-area { margin-bottom: 48px; }
.footer-grid-4 { display: grid; grid-template-columns: 1.2fr 1.6fr 1.2fr; gap: 40px; }
.footer-col h4 { font-size: 0.95rem; letter-spacing: 0.05em; color: white !important; margin-bottom: 32px; font-weight: 800; text-transform: uppercase; }
.footer-col p { color: rgba(255, 255, 255, 0.6) !important; font-size: 0.9rem; line-height: 1.8; }
.footer-links li { list-style: none; margin-bottom: 16px; }
.footer-links a { color: rgba(255, 255, 255, 0.6) !important; text-decoration: none; transition: var(--transition); font-size: 0.95rem; }
.footer-links a:hover { color: var(--brand-orange) !important; transform: translateX(5px); display: inline-block; }

.contact-info-list { display: flex; flex-direction: column; gap: 16px; }
.contact-item { display: flex; gap: 12px; color: rgba(255, 255, 255, 0.6) !important; font-size: 0.95rem; }
.contact-item i { color: var(--brand-orange) !important; margin-top: 4px; }

.social-strip { display: flex; gap: 12px; margin-top: 16px; }
.social-strip a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgba(255, 255, 255, 0.03);
}
.social-strip a:hover {
    background: var(--brand-orange) !important;
    border-color: var(--brand-orange) !important;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(240, 90, 40, 0.35);
}

.footer-bottom {
    margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex; justify-content: space-between; align-items: center;
    font-size: 0.85rem; color: rgba(255, 255, 255, 0.5);
}
.footer-legal { display: flex; gap: 24px; }
.footer-legal a { color: rgba(255, 255, 255, 0.5) !important; text-decoration: none; transition: var(--transition); }
.footer-legal a:hover { color: var(--brand-orange) !important; }

/* Partners Section styling */
.partners-section {
    padding: 36px 0;
    background: #F8FAFC;
    border-bottom: 1px solid var(--border-light, #E2E8F0);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.partners-title {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748B;
    margin-bottom: 24px;
}
.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}
.partner-logo {
    color: #94A3B8;
    transition: var(--transition);
    display: flex;
    align-items: center;
}
.partner-logo svg {
    display: block;
    height: auto;
}
.partner-logo:hover {
    color: var(--text-dark-primary);
}
@media (max-width: 991px) {
    .partners-grid {
        gap: 36px;
    }
}
@media (max-width: 768px) {
    .partners-section {
        padding: 28px 0;
    }
    .partners-grid {
        gap: 24px;
        justify-content: center;
    }
}

/* Horizontal Swiper System (Process & Testimonials) */
.horizontal-journey {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px 24px 40px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
.horizontal-journey::-webkit-scrollbar {
    display: none;
}

.journey-card {
    min-width: 380px;
    flex: 0 0 380px;
    scroll-snap-align: center;
    background: var(--brand-glass);
    border: 1px solid var(--brand-border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: var(--transition);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.process-timeline .journey-card {
    justify-content: flex-start !important;
}

.journey-card:hover { 
    background: rgba(255,255,255,0.06); 
    border-color: rgba(240, 90, 40, 0.4);
    transform: translateY(-8px);
}
.journey-num {
    display: inline-flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; border-radius: 50%;
    background: rgba(240, 90, 40, 0.1); color: var(--brand-orange);
    font-size: 1.4rem; font-weight: 800; border: 2px solid var(--brand-orange);
    margin-bottom: 24px;
}
.journey-card h4 { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: 12px; color: white; }
.journey-card p { color: var(--text-secondary); font-size: 0.98rem; line-height: 1.6; margin: 0; }

.section-light .journey-card h4, .section-light-accent .journey-card h4 { color: var(--text-dark-primary); }
.section-light .journey-card p, .section-light-accent .journey-card p { color: var(--text-dark-secondary); }

.journey-card .rating { font-size: 0.9rem; color: #FFD700; margin-bottom: 24px; }
.journey-card .client-info { margin-top: 32px; }
.journey-card h5 { font-family: var(--font-heading); font-size: 1.15rem; color: white; }
.journey-card .client-tag { font-size: 0.75rem; font-weight: 800; color: var(--brand-orange); text-transform: uppercase; letter-spacing: 0.1em; }

.section-light .journey-card h5, .section-light-accent .journey-card h5 { color: var(--text-dark-primary); }

/* Desktop Vertical Timeline Override */
@media (min-width: 992px) {
    .process-split {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 60px;
        align-items: start;
    }
    .process-left {
        position: sticky;
        top: 120px;
        padding-top: 20px;
    }
    .process-left .section-head {
        text-align: left;
        margin: 0;
    }
    .process-timeline.horizontal-journey {
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: 80vh;
        gap: 40px;
        padding: 40px 20px 40px 0;
        margin: 0;
        scroll-snap-type: none;
        position: relative;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .process-timeline.horizontal-journey::-webkit-scrollbar { display: none; }
    .process-timeline.horizontal-journey::before {
        content: '';
        position: absolute;
        top: 40px; bottom: 40px; left: 10px;
        width: 2px;
        background: var(--border-light);
        z-index: 1;
    }
    .section-dark .process-timeline.horizontal-journey::before {
        background: var(--brand-border);
    }
    .process-timeline .journey-card {
        min-width: 100%;
        width: calc(100% - 40px);
        margin-left: 40px;
        flex: none; 
    }
    .process-timeline .journey-card::before {
        content: '';
        position: absolute;
        left: -37px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        background: var(--brand-orange);
        border-radius: 50%;
        box-shadow: 0 0 0 6px rgba(240, 90, 40, 0.2);
        z-index: 2;
        animation: pulse 2s infinite;
    }
    #process-dots {
        display: none !important;
    }
}

@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(240, 90, 40, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(240, 90, 40, 0); }
    100% { box-shadow: 0 0 0 0 rgba(240, 90, 40, 0); }
}

/* Pagination Dots */
.swiper-dots {
    display: flex; justify-content: center; gap: 8px; margin-top: -10px; margin-bottom: 40px;
}
@media (min-width: 992px) {
    #bento-dots {
        display: none !important;
    }
}
.dot {
    width: 8px; height: 8px; background: var(--border-light);
    border-radius: 50%; transition: var(--transition);
}
.section-dark .dot {
    background: var(--brand-border);
}
.dot.active {
    background: var(--brand-orange); width: 24px; border-radius: 4px;
}

/* Mobile Drawer (Slide-out) */
.mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100dvh;
    background: rgba(9, 13, 26, 0.88);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 3000;
    padding: 120px 40px 40px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-drawer.active { right: 0; }
.mobile-drawer-overlay {
    position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(2, 6, 23, 0.5); backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px); z-index: 2999; opacity: 0;
    pointer-events: none; transition: opacity 0.5s ease;
}
.mobile-drawer-overlay.active { opacity: 1; pointer-events: all; }
.drawer-close-btn {
    display: none;
}
.drawer-links { display: flex; flex-direction: column; gap: 28px; margin-bottom: 40px; }
.drawer-links a {
    color: rgba(255, 255, 255, 0.7); font-size: 1.6rem; font-weight: 700; font-family: var(--font-heading);
    text-decoration: none; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateX(30px); opacity: 0;
}
.mobile-drawer.active .drawer-links a {
    transform: translateX(0);
    opacity: 1;
}
.mobile-drawer.active .drawer-links a:nth-child(1) { transition-delay: 0.1s; }
.mobile-drawer.active .drawer-links a:nth-child(2) { transition-delay: 0.15s; }
.mobile-drawer.active .drawer-links a:nth-child(3) { transition-delay: 0.2s; }
.mobile-drawer.active .drawer-links a:nth-child(4) { transition-delay: 0.25s; }
.mobile-drawer.active .drawer-links a:nth-child(5) { transition-delay: 0.3s; }
.mobile-drawer.active .drawer-links a:nth-child(6) { transition-delay: 0.35s; }
.drawer-links a:hover, .drawer-links a.active { color: var(--brand-orange); transform: translateX(10px); }
.drawer-btn {
    background: var(--brand-orange); color: white !important; text-align: center;
    padding: 16px 28px !important; border-radius: 100px; border: none !important; margin-top: 20px;
    font-weight: 700; font-size: 1.1rem; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 10px;
    transform: translateY(20px); opacity: 0;
    transition: all 0.3s ease;
}
.drawer-btn:hover { background: var(--brand-orange-hover); }
.drawer-btn i {
    transition: transform 0.3s ease;
}
.drawer-btn:hover i {
    transform: translateX(4px);
}
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2000;
}
.mobile-menu-btn span {
    width: 100%;
    height: 2px;
    background-color: var(--text-dark-primary);
    transition: all 0.3s ease;
    transform-origin: left center;
}
.hero-v2 .mobile-menu-btn span, .internal-hero .mobile-menu-btn span {
    background-color: white;
}
.mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(2px, -2px);
    background-color: white;
}
.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(2px, 2px);
    background-color: white;
}

/* Contact Panel Drawer */
#contact-drawer {
    background: #F3F4F6 !important;
}
#close-drawer {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 1.1rem;
    cursor: pointer;
    color: #64748b;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
#close-drawer:hover {
    background: var(--brand-orange);
    color: white;
    border-color: var(--brand-orange);
    transform: scale(1.08) rotate(90deg);
}
#contact-drawer-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
}
#contact-drawer-trigger {
    background: var(--brand-orange) !important;
    box-shadow: 5px 5px 20px rgba(240, 90, 40, 0.3) !important;
}
#contact-drawer-trigger:hover {
    background: var(--brand-orange-hover) !important;
}

/* Floating WhatsApp Widget */
.fab-contact-modern {
    position: fixed; bottom: 30px; right: 30px;
    width: 64px; height: 64px; background: #25D366;
    border: none; border-radius: 50%; color: white;
    font-size: 1.8rem; cursor: pointer; z-index: 1001;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.3);
    transition: var(--transition); display: flex; align-items: center; justify-content: center;
    animation: wa-float 3s ease-in-out infinite;
}
.fab-contact-modern::before {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    background: rgba(37, 211, 102, 0.35); z-index: -1;
    animation: wa-pulse 2s infinite ease-out;
}
.fab-contact-modern:hover { background: #20ba5a; box-shadow: 0 15px 35px rgba(37, 211, 102, 0.45); }

.whatsapp-widget-container {
    position: fixed; bottom: calc(110px + env(safe-area-inset-bottom)); right: 30px;
    width: 340px; background: #111827; border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); z-index: 1000;
    overflow: hidden; opacity: 0; pointer-events: none;
    transform: translateY(20px) scale(0.95); transform-origin: bottom right;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.whatsapp-widget-container.active { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.whatsapp-header { background: #0B1121; padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 16px; }
.wa-agent-avatar {
    width: 48px; height: 48px; background: #25D366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: white; position: relative;
}
.wa-online-dot { position: absolute; bottom: 0; right: 0; width: 12px; height: 12px; background: #4CAF50; border: 2px solid #0B1121; border-radius: 50%; }
.wa-header-text h4 { color: white; font-size: 1.1rem; margin-bottom: 4px; }
.wa-header-text p { font-size: 0.8rem; color: #4CAF50; font-weight: 600; }
.whatsapp-body { padding: 24px 20px; background: #0F172A; }
.wa-message {
    background: rgba(255,255,255,0.05); padding: 16px; border-radius: 0 16px 16px 16px;
    color: #e2e8f0; font-size: 0.95rem; line-height: 1.5; margin-bottom: 20px; border: 1px solid rgba(255,255,255,0.02);
}
.wa-input-group { position: relative; }
.wa-textarea {
    width: 100%; background: #1E293B; border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px; padding: 16px; padding-right: 50px; color: white;
    font-size: 1rem; resize: none; height: 60px; font-family: inherit; transition: all 0.3s;
}
.wa-textarea:focus { border-color: #25D366; outline: none; }
.wa-send-btn {
    position: absolute; right: 8px; bottom: 12px; width: 36px; height: 36px;
    background: #25D366; border: none; border-radius: 50%; color: white;
    display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.2s;
}
.wa-send-btn:hover { transform: scale(1.1); }

@media (max-width: 1280px) {
    #contact-drawer-trigger, .desktop-contact-trigger { display: none !important; }
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .hero-v2 { padding: 90px 0 30px; min-height: auto; }
    .internal-hero { padding: 80px 0 40px !important; }
    .services-v2, .why-choose-v2, .mission-section { padding: 48px 0 !important; }
    .section-head { margin-bottom: 24px !important; }
    .section-head h2 { font-size: 1.85rem !important; margin-bottom: 10px !important; }
    .cta-banner { padding: 16px 0 !important; }
    .cta-content { padding: 24px 20px !important; }
    .why-grid { grid-template-columns: 1fr; gap: 40px; }
    .stats-bento { margin-top: 0; }
    .value-cards { grid-template-columns: 1fr; }
    .cta-btns { flex-direction: column; width: 100%; max-width: 400px; margin: 0 auto; }
    .btn-primary, .btn-secondary { width: 100%; text-align: center; padding: 18px 24px; font-size: 1.05rem; display: flex; align-items: center; justify-content: center; gap: 10px; }
    
    .bento-grid-modern {
        display: flex;
        overflow-x: auto;
        gap: 16px;
        padding: 20px 20px 30px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-left: -24px;
        margin-right: -24px;
    }
    .bento-grid-modern::-webkit-scrollbar { display: none; }
    .bento-item {
        min-width: 76vw;
        flex: 0 0 76vw;
        scroll-snap-align: center;
        padding: 32px 24px;
    }
    .bento-item::after, .journey-card::after {
        content: '← Swipe left for more';
        position: absolute;
        bottom: 16px;
        right: 24px;
        font-size: 0.75rem;
        font-weight: 800;
        color: var(--brand-orange);
        background: rgba(240, 90, 40, 0.1);
        padding: 4px 12px;
        border-radius: 100px;
        border: 1px solid rgba(240, 90, 40, 0.3);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        transform: translateX(10px);
        pointer-events: none;
    }
    .bento-item:hover::after, .journey-card:hover::after { opacity: 1; transform: translateX(0); }

    .horizontal-journey {
        padding: 20px 20px 30px;
        gap: 16px;
        margin-left: -24px;
        margin-right: -24px;
    }
    .journey-card {
        min-width: 76vw;
        flex: 0 0 76vw;
        padding: 32px 24px;
    }

    .footer-grid-4 { grid-template-columns: 1fr 1fr; gap: 40px; }
    .nav-links-desktop { display: none !important; }
    .mobile-menu-btn {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: transparent !important;
        border: none !important;
        cursor: pointer;
        padding: 0 !important;
        z-index: 2000;
    }
    .mobile-menu-btn span {
        background-color: var(--text-dark-primary);
    }
    .hero-v2 .mobile-menu-btn span, .internal-hero .mobile-menu-btn span {
        background-color: white;
    }
    .mobile-menu-btn.active span {
        background-color: white !important;
    }
    .fab-contact-modern { bottom: 30px; width: 56px; height: 56px; font-size: 1.5rem; right: 20px !important; left: auto !important; }
    .whatsapp-widget-container { bottom: calc(96px + env(safe-area-inset-bottom)); right: 20px !important; left: auto !important; transform-origin: bottom right !important; }
}

@media (max-width: 640px) {
    .features-list { grid-template-columns: 1fr; gap: 24px; }
    .stats-bento { grid-template-columns: 1fr; }
    .stat-mini-card[style*="grid-column: span 2"] { grid-column: span 1 !important; }
    .footer-grid-4 { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 480px) {
    .fab-contact-modern {
        right: 20px !important; left: auto !important; transform: none !important;
        bottom: calc(20px + env(safe-area-inset-bottom)) !important;
        animation: wa-float 3s ease-in-out infinite !important;
    }
    .whatsapp-widget-container {
        right: 20px !important; left: auto !important;
        transform: translateY(20px) scale(0.95) !important;
        transform-origin: bottom right !important;
        bottom: calc(84px + env(safe-area-inset-bottom)) !important;
        width: calc(100vw - 40px) !important; max-width: 360px !important;
    }
    .whatsapp-widget-container.active { transform: translateY(0) scale(1) !important; }
}

@media (max-width: 580px) {
    .tracking-widget-modern { flex-direction: column; border-radius: 20px; padding: 12px; width: 100%; max-width: 100%; }
    .tracking-widget-modern input { padding: 12px 16px; font-size: 1rem; text-align: center; width: 100%; }
    .btn-track-modern { width: 100%; height: 52px; border-radius: 12px; font-size: 0.95rem; padding: 0; }
}

button:active, .btn-primary:active, .btn-secondary:active, .btn-cta-nav:active, .btn-track-modern:active, .drawer-btn:active {
    transform: scale(0.98) !important;
    opacity: 0.9;
}

/* Footer Badge and Divider Classes */
.footer-badge {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.85) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03) !important;
    width: fit-content;
    white-space: nowrap;
}
.footer-badge i {
    color: var(--brand-orange) !important;
}
.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08) !important;
    margin: 30px 0 20px;
}

/* Journey Banner Highlight Box */
.journey-banner {
    margin-top: 50px;
    background: linear-gradient(135deg, rgba(240, 90, 40, 0.04) 0%, rgba(240, 90, 40, 0.01) 100%);
    border: 1px solid rgba(240, 90, 40, 0.15);
    border-left: 5px solid var(--brand-orange);
    padding: 36px 40px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(240, 90, 40, 0.02);
    display: flex;
    align-items: center;
    gap: 24px;
    text-align: left;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.journey-banner-icon {
    width: 56px;
    height: 56px;
    background: rgba(240, 90, 40, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--brand-orange);
    font-size: 1.4rem;
}
.journey-banner p {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-dark-primary) !important;
    line-height: 1.6;
    margin: 0;
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}
@media (max-width: 768px) {
    .journey-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 28px 24px;
    }
    .journey-banner p {
        font-size: 1.1rem;
    }
}

/* About Page Story Section Grid */
.story-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}
.story-text {
    text-align: left;
}
.story-badge {
    background: rgba(240, 90, 40, 0.1);
    color: var(--brand-orange);
    border: 1px solid rgba(240, 90, 40, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 800;
    margin-bottom: 24px;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.story-text h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 2.6rem);
    font-weight: 900;
    margin-bottom: 32px;
    line-height: 1.15;
    color: var(--text-dark-primary);
    letter-spacing: -0.02em;
}
.story-paragraphs {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--text-dark-secondary);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.story-paragraphs p:first-child {
    font-size: 1.18rem;
    font-weight: 600;
    color: var(--text-dark-primary);
    line-height: 1.7;
}
.story-highlights {
    display: flex;
    gap: 32px;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--border-light);
}
.story-highlight-item {
    display: flex;
    flex-direction: column;
}
.story-highlight-number {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--brand-orange);
    line-height: 1.2;
}
.story-highlight-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark-secondary);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.story-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid var(--border-light);
    aspect-ratio: 4 / 3;
}
.story-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.story-image-wrapper:hover img {
    transform: scale(1.05);
}
.story-floating-badge {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.story-floating-badge i {
    color: var(--brand-orange);
    font-size: 1.1rem;
}
.story-floating-badge span {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text-dark-primary);
}

@media (max-width: 991px) {
    .story-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .story-highlights {
        gap: 24px;
    }
    .story-highlight-number {
        font-size: 1.6rem;
    }
}
