.elementor-1947 .elementor-element.elementor-element-9f1bbbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1947 .elementor-element.elementor-element-9f1bbbe.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ecf9b91 *//* Stylesheet for ADS LOGIC - Light Theme High-Converting Landing Page */

:root {
    /* Color Palette - AdsLogic Official Corporate Brand (Lime Green & Navy Teal) */
    --color-bg: #ffffff;
    --color-bg-alt: #e7f0f7;         /* Soft Blue-Grey */
    --color-surface: #ffffff;
    --color-nav: rgba(255, 255, 255, 0.96);
    --color-card: #ffffff;
    --color-card-hover: #ffffff;
    
    --color-primary: #8cae35;       /* AdsLogic Lime Green */
    --color-primary-rgb: 140, 174, 53;
    --color-secondary: #052730;     /* Deep Navy Teal (Security, Trust) */
    --color-accent: #8cae35;        /* Active Accent (Green) */
    --color-success: #10b981;       /* Emerald Green (Locked/Safe) */
    --color-warning: #f59e0b;       /* Golden Amber */
    --color-danger: #ef4444;        /* Crimson Red (Threat Alarm) */
    
    --color-text: #1e293b;          /* Dark Charcoal Body Copy */
    --color-text-muted: #5e7278;    /* Muted Slate Grey */
    --color-text-dark: #8b9ea3;     /* Cool Grey */
    
    --border-color: #cbd5e1;        /* Slate-200 Light Borders */
    --border-color-glow: rgba(140, 174, 53, 0.35); /* Lime Green Glow */
    
    --font-heading: 'Poppins', sans-serif;
    --font-body: 'Poppins', sans-serif;
    
    --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Elementor Base Styles (Scoped) */
#adslogic-landing-page {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Background Ambient Soft Glows (Pastel highlights) */
.ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(160px);
    z-index: 0;
    pointer-events: none;
    opacity: 0.55;
}

.glow-1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(231, 240, 247, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
    top: -5%;
    left: -10%;
}

.glow-2 {
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(140, 174, 53, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    top: 30%;
    right: -10%;
}

.glow-3 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    bottom: 5%;
    left: 5%;
}

/* Global Typography & Utilities (Scoped for Elementor) */
#adslogic-landing-page h1, 
#adslogic-landing-page h2, 
#adslogic-landing-page h3, 
#adslogic-landing-page h4 {
    font-family: var(--font-heading);
    color: var(--color-secondary);
    font-weight: 700;
}

#adslogic-landing-page strong {
    color: var(--color-secondary);
    font-weight: 600;
}

.text-center {
    text-align: center;
}

.highlight {
    color: var(--color-primary);
}

.text-success { color: var(--color-success) !important; }
.text-accent { color: var(--color-primary) !important; }
.text-danger { color: var(--color-danger) !important; }

/* Sticky Top Navigation Bar */
.top-nav-bar {
    position: sticky;
    top: 0;
    background-color: var(--color-nav);
    border-bottom: 1px solid var(--color-bg-alt);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    padding: 0.9rem 0;
    box-shadow: 0 4px 20px rgba(5, 39, 48, 0.03);
    transition: var(--transition-normal);
}

.nav-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.brand-icon {
    background: var(--color-secondary);
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(5, 39, 48, 0.15);
}

.brand-icon i {
    font-size: 1.15rem;
    color: var(--color-primary);
}

.brand h2 {
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--color-secondary);
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.2rem;
}

.brand h2 span {
    color: var(--color-primary);
}

.brand h2 small {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-text-muted);
    letter-spacing: 0.5px;
    margin-left: 0.15rem;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.phone-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--color-text);
}

.phone-badge i {
    font-size: 1.25rem;
    color: var(--color-primary);
}

.phone-badge .phones {
    display: flex;
    flex-direction: column;
    font-size: 0.78rem;
}

.phone-badge .phones span {
    line-height: 1.35;
}

.nav-cta-btn {
    background: #25d366; /* WhatsApp Green */
    border: none;
    color: #000;
    padding: 0.65rem 1.25rem;
    border-radius: 7px;
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
    transition: all var(--transition-fast);
}

.nav-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    filter: brightness(1.05);
}

/* Landing Body Container */
.landing-body {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    padding: 3rem 0 5rem 0;
}

/* Hero Section */
.hero-section {
    margin-bottom: 5.5rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.alert-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(140, 174, 53, 0.08);
    border: 1px solid rgba(140, 174, 53, 0.18);
    color: var(--color-secondary);
    padding: 0.35rem 0.9rem;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.active-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

.hero-content h1 {
    font-size: 3.3rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1.2px;
    margin-bottom: 1.5rem;
    color: var(--color-secondary);
}

.hero-lead {
    color: var(--color-text-muted);
    font-size: 1.05rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-benefits {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    margin-bottom: 2.2rem;
}

.hero-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.95rem;
    color: var(--color-text);
}

.benefit-icon {
    background: rgba(140, 174, 53, 0.08);
    border: 1px solid rgba(140, 174, 53, 0.15);
    color: var(--color-primary);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.benefit-icon i {
    width: 16px;
    text-align: center;
}

/* Reusable Hover WhatsApp Dropdown Trigger (Task 1 & 4) */
.whatsapp-trigger-container {
    position: relative;
    display: inline-block;
}

.submit-btn, .cta-primary-btn {
    background: var(--color-primary);
    border: none;
    color: #000 !important;
    padding: 0.95rem 1.8rem;
    border-radius: 7px;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    box-shadow: 0 4px 15px rgba(140, 174, 53, 0.25);
    transition: all var(--transition-normal);
}

.submit-btn:hover, .cta-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(140, 174, 53, 0.35);
    filter: brightness(1.03);
}

/* Floating Dropdown Card exact match of screenshot */
.wa-dropdown-popup {
    position: absolute;
    bottom: 100%;
    left: 0;
    transform: translateY(12px) scale(0.95);
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 7px;
    width: 100%;
    min-width: 280px;
    box-shadow: 0 15px 40px rgba(5, 39, 48, 0.15);
    padding: 1rem 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

.whatsapp-trigger-container:hover .wa-dropdown-popup,
.whatsapp-trigger-container.active .wa-dropdown-popup {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

/* Nav dropdown adjustments (floats below) */
.nav-actions .wa-dropdown-popup {
    bottom: auto;
    top: 100%;
    left: auto;
    right: 0;
    transform: translateY(-12px) scale(0.95);
}

.nav-actions .whatsapp-trigger-container:hover .wa-dropdown-popup,
.nav-actions .whatsapp-trigger-container.active .wa-dropdown-popup {
    transform: translateY(0) scale(1);
}

.wa-popup-header {
    font-size: 0.7rem;
    font-weight: 800;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 1.25rem 0.5rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 0.3rem;
}

.wa-popup-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    transition: var(--transition-fast);
}

.wa-popup-item:hover {
    background-color: #f1f5f9;
}

.wa-popup-item:not(:last-child) {
    border-bottom: 1px solid #f8fafc;
}

.wa-popup-label {
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--color-primary); /* Green label */
    letter-spacing: 0.3px;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
}

.wa-popup-number {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-secondary); /* Bold Navy Teal number */
    line-height: 1;
}

/* Right Column: Visual Dashboard Mockups */
.hero-dashboards-visual {
    position: relative;
    width: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible !important; /* Forces Elementor not to crop overlapping absolute cards */
}

/* Dashboard overlapping cards layout */
.dash-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.3rem;
    box-shadow: 0 12px 35px rgba(5, 39, 48, 0.08);
    position: absolute;
    width: 320px;
    z-index: 10;
    
    /* Elegant Delayed Entrance Animation (runs once) */
    opacity: 0;
    animation: fadeInUpCard 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    
    /* Smooth CSS Transition (prevents jumping) */
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s ease, 
                z-index 0.1s ease;
}

.dash-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 45px rgba(5, 39, 48, 0.14);
    border-color: rgba(140, 174, 53, 0.3);
    z-index: 50;
}

.dash-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 0.6rem;
    margin-bottom: 0.75rem;
}

.dash-dots {
    font-size: 0.95rem;
    color: #cbd5e1;
    letter-spacing: 1.5px;
    line-height: 1;
}

.dash-title {
    font-family: var(--font-heading);
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: var(--color-secondary);
}

.dash-live-badge {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.15);
    color: var(--color-success);
    font-size: 0.58rem;
    font-weight: 800;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    position: relative;
}

.dash-live-badge .live-dot {
    width: 6px;
    height: 6px;
    background-color: var(--color-success);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}

/* Subtle Pulsing Sonar Ring for Real-time Verification (Task 2) */
.dash-live-badge .live-dot::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1.5px solid var(--color-success);
    border-radius: 50%;
    opacity: 0;
    animation: liveDotPulse 1.8s infinite ease-out;
}

@keyframes liveDotPulse {
    0% { transform: scale(0.6); opacity: 0.85; }
    100% { transform: scale(2.4); opacity: 0; }
}

.dash-card-body {
    display: flex;
    flex-direction: column;
}

.dash-subtitle {
    font-size: 0.62rem;
    font-weight: 500;
    color: var(--color-text-muted);
    margin-bottom: 0.35rem;
}

/* 1. Fuel Card Specifics */
.fuel-card {
    top: -190px; /* Raised vertically by 195px to completely clear the Telemetría card */
    left: 130px; /* Shifted left by 100px to avoid Elementor clipping */
    width: 330px;
    z-index: 15; /* Placed behind Telemetría card */
}

.fuel-metric-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.8rem;
}

.fuel-number {
    font-family: var(--font-heading);
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1;
    animation: trabadoGlow 2.5s infinite ease-in-out;
}

@keyframes trabadoGlow {
    0%, 100% { filter: drop-shadow(0 0 0px rgba(140, 174, 53, 0)); }
    50% { filter: drop-shadow(0 0 4px rgba(140, 174, 53, 0.45)); }
}

.fuel-number small {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--color-text-muted);
}

.fuel-bar-indicator {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.bar-segment {
    width: 7px;
    height: 16px;
    background: #f1f5f9;
    border-radius: 2px;
}

.bar-segment.fill {
    background: var(--color-primary); /* Lime Green segments */
}

.fuel-status-box {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0.65rem;
}

.fuel-status-box i {
    color: var(--color-success);
    font-size: 0.95rem;
    margin-top: 0.15rem;
}

.fuel-status-box div {
    display: flex;
    flex-direction: column;
}

.fuel-status-box strong {
    font-size: 0.72rem;
    color: var(--color-secondary);
    line-height: 1.3;
}

.fuel-status-box span {
    font-size: 0.62rem;
    color: var(--color-text-muted);
    line-height: 1.35;
    margin-top: 0.05rem;
}

/* 2. Route Card Specifics */
.route-card {
    top: 125px;
    left: 10px;
    width: 320px;
    z-index: 25; /* Brought to the front as requested */
}

.mock-map-canvas {
    background: #0f172a;
    border-radius: 8px;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.map-grid-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 15px 15px;
}

.road-path {
    position: absolute;
    width: 100%;
    height: 18px;
    background: #1e293b;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.road-stripe {
    width: 16px;
    height: 2px;
    background: rgba(255, 255, 255, 0.15);
}

.truck-marker {
    position: absolute;
    color: var(--color-primary);
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%) translateX(-15px);
    z-index: 5;
}

.radar-ping {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid var(--color-primary);
    animation: ping 1.5s infinite;
    top: 0;
    left: 0;
    opacity: 0.5;
}

@keyframes ping {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}

.route-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.65rem;
    border: none !important;
}

.route-table th {
    text-align: left;
    color: var(--color-text-muted);
    font-weight: 700;
    padding-bottom: 0.3rem;
    border: none !important;
}

.route-table td {
    color: var(--color-secondary);
    font-weight: 700;
    padding-top: 0.2rem;
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,0.03) !important; /* Subtle inner line only */
}

.pill-badge-active {
    background: rgba(140, 174, 53, 0.08);
    border: 1px solid rgba(140, 174, 53, 0.2);
    color: var(--color-primary);
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.58rem;
    text-transform: uppercase;
}

/* 3. Security Engine Cut Card Specifics */
.security-card {
    top: 390px; /* Lowered by 80px */
    left: 160px; /* Shifted left by 100px to avoid Elementor clipping */
    width: 300px;
    background: var(--color-secondary); /* Dark Navy base */
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(5, 39, 48, 0.2);
    z-index: 30; /* Stays at the very front foreground */
}

.security-card .dash-title {
    color: var(--color-primary);
}

.engine-status-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.72rem;
}

.engine-status-row span {
    color: var(--color-text-dark);
    font-weight: 500;
}

.engine-active-text {
    color: var(--color-success);
    font-weight: 800;
    letter-spacing: 0.3px;
}

.security-subtext {
    color: #94a3b8;
    font-size: 0.62rem;
    line-height: 1.45;
    margin-bottom: 0.8rem;
}

.action-btn-cut {
    width: 100%;
    background: var(--color-primary);
    border: none;
    color: white;
    padding: 0.65rem;
    border-radius: 8px;
    font-family: var(--font-heading);
    font-size: 0.68rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: var(--transition-fast);
}

.action-btn-cut:hover {
    background: var(--color-danger);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
}

/* Elegant Slide-in fadeInUp Entrance for Overlapping Cards (Runs Once) */
@keyframes fadeInUpCard {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Scroll Animation Classes (Triggered via IntersectionObserver in app.js) */
.scroll-animate-prepare {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.scroll-animated {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Specific Delay Assignments for Natural Staggered Entry */
.fuel-card {
    animation-delay: 0.1s !important;
}
.route-card {
    animation-delay: 0.35s !important;
}
.security-card {
    animation-delay: 0.6s !important;
}

/* Tarea 2: Dynamic Mecatronic Laser Scanner Sweep on Quinta Rueda Card */
.fuel-card {
    position: relative;
    overflow: hidden;
}

.fuel-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent 15%, var(--color-primary) 50%, transparent 85%);
    opacity: 0;
    pointer-events: none;
    animation: laserScanSweep 3.2s infinite linear;
}

@keyframes laserScanSweep {
    0% { top: 0%; opacity: 0; }
    8% { opacity: 0.85; }
    92% { opacity: 0.85; }
    100% { top: 100%; opacity: 0; }
}

/* Pulsing Lock Icon to Reinforce Security Decisions (Task 2) */
.fuel-status-box i {
    animation: mecatronicLockPulse 2s infinite ease-in-out;
    display: inline-block;
}

@keyframes mecatronicLockPulse {
    0% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(16, 185, 129, 0)); }
    50% { transform: scale(1.28); filter: drop-shadow(0 0 6px var(--color-success)); }
    100% { transform: scale(1); filter: drop-shadow(0 0 0px rgba(16, 185, 129, 0)); }
}

.animate-truck-drive {
    animation: drive 8s linear infinite;
}

@keyframes drive {
    0% { left: -10%; }
    100% { left: 110%; }
}

/* Card Visual System (Clean Corporate shadows) */
.card-glow {
    background: var(--color-surface);
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    padding: 2.2rem;
    box-shadow: 0 10px 30px rgba(5, 39, 48, 0.02);
    transition: var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.card-glow:hover {
    border-color: var(--color-primary);
    box-shadow: 0 15px 35px rgba(140, 174, 53, 0.08);
}

/* Authority Partners Banner Block */
.partners-banner {
    margin-bottom: 5.5rem;
    background-color: var(--color-bg-alt);
    border-radius: 20px;
    padding: 2.2rem;
    text-align: center;
}

.partners-title {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-secondary);
    letter-spacing: 0.8px;
    margin-bottom: 1.5rem;
}

.partners-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
}

.partner-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-align: left;
    max-width: 320px;
}

.partner-badge-icon {
    background: #ffffff;
    border-radius: 12px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--color-primary);
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(5, 39, 48, 0.03);
}

.partner-desc {
    display: flex;
    flex-direction: column;
}

.partner-desc strong {
    font-size: 0.95rem;
    color: var(--color-secondary);
}

.partner-desc span {
    font-size: 0.72rem;
    color: var(--color-text-muted);
    line-height: 1.3;
}

.partner-divider {
    width: 1px;
    height: 50px;
    background-color: #cbd5e1;
}

/* Stats Banner Section */
.stats-banner {
    margin-bottom: 5.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 20px;
    padding: 2rem;
    background: #ffffff;
}

.stats-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-num {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--color-secondary);
    line-height: 1.1;
    background: linear-gradient(135deg, var(--color-secondary) 50%, var(--color-primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-weight: 700;
    margin-top: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background-color: #cbd5e1;
}

/* Story Cards Section */
.narrative-section {
    margin-bottom: 5.5rem;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
}

.section-header .subtitle {
    color: var(--color-text-muted);
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto;
}

.story-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem;
}

.story-card {
    display: flex;
    flex-direction: column;
    padding: 2.2rem;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(5, 39, 48, 0.02);
}

.story-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.icon-danger {
    background: rgba(239, 68, 68, 0.08);
    border: 1px solid rgba(239, 68, 68, 0.18);
    color: var(--color-danger);
}

.icon-primary {
    background: rgba(140, 174, 53, 0.08);
    border: 1px solid rgba(140, 174, 53, 0.18);
    color: var(--color-primary);
}

.icon-accent {
    background: rgba(140, 174, 53, 0.08);
    border: 1px solid rgba(140, 174, 53, 0.18);
    color: var(--color-primary);
}

.icon-success {
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.18);
    color: var(--color-success);
}

.story-card h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    color: var(--color-secondary);
}

.story-card p {
    color: var(--color-text-muted);
    font-size: 0.92rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.card-highlight {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-secondary);
    border-top: 1px solid #cbd5e1;
    padding-top: 0.9rem;
    display: block;
}

/* Technical Specs Accordion */
.tech-specs-section {
    margin-bottom: 5.5rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.accordion-item {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-normal);
}

.accordion-item.active {
    border-color: var(--color-primary);
    box-shadow: 0 4px 15px rgba(140, 174, 53, 0.05);
}

.accordion-header {
    background: transparent !important;
    border: none !important;
    color: var(--color-secondary) !important;
    white-space: normal !important; /* Force Elementor to let button text wrap */
    width: 100%;
    text-align: left;
    padding: 1.2rem 1.5rem;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-fast);
}

.accordion-header i {
    font-size: 0.8rem;
    color: var(--color-text-muted);
    transition: transform var(--transition-normal);
}

.accordion-item.active .accordion-header {
    color: var(--color-primary);
}

.accordion-item.active .accordion-header i {
    transform: rotate(180deg);
    color: var(--color-primary);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.5rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-content {
    max-height: 180px; /* Safe heights */
    padding-bottom: 1.5rem;
}

.accordion-content p {
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.6;
}

/* Interactive Visual Graphic */
.tech-graphic-container {
    padding: 2rem;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #cbd5e1;
}

.graphic-status {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 auto;
}

.graphic-status .pulse {
    width: 7px;
    height: 7px;
    background-color: var(--color-primary);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(140, 174, 53, 0.7);
    animation: success-pulse 1.8s infinite;
}

@keyframes success-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(140, 174, 53, 0.5); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(140, 174, 53, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(140, 174, 53, 0); }
}

.truck-silhouette {
    margin: 2.2rem 0;
    width: 100%;
}

.truck-svg {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin: 0 auto;
}

.truck-part {
    fill: #f1f5f9;
    stroke: #cbd5e1;
    stroke-width: 1.2;
}

.box-trailer {
    fill: rgba(140, 174, 53, 0.05);
    stroke: var(--color-primary);
    stroke-width: 1.8;
}

.cabin {
    fill: #052730;
    stroke: #052730;
}

.wheel {
    fill: #1e293b;
    stroke: #cbd5e1;
    stroke-width: 2.5;
}

.lock-pin {
    fill: var(--color-primary);
    transition: fill var(--transition-fast);
}

.lock-pin.active {
    fill: var(--color-primary);
}

.lock-glow {
    fill: var(--color-primary);
    opacity: 0.2;
    animation: lock-blink 1.5s infinite alternate;
}

@keyframes lock-blink {
    0% { opacity: 0.15; r: 7; }
    100% { opacity: 0.45; r: 12; }
}

.graphic-details {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    border-top: 1px solid #cbd5e1;
    padding-top: 1.1rem;
}

.detail-kpi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    font-weight: 600;
}

.detail-kpi .label {
    color: var(--color-text-muted);
}

.detail-kpi .status {
    font-family: var(--font-heading);
    font-weight: 700;
}

/* Task 5: FAQs Section Styling */
.faqs-section {
    margin-bottom: 5.5rem;
    padding: 3rem 0;
    background: var(--color-bg);
}

.faqs-container {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition-normal);
}

.faq-item.active {
    border-color: var(--color-primary);
    box-shadow: 0 8px 25px rgba(140, 174, 53, 0.05);
}

.faq-header {
    background: transparent !important;
    border: none !important;
    width: 100%;
    text-align: left;
    padding: 1.3rem 1.6rem;
    font-family: var(--font-heading);
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--color-secondary) !important;
    white-space: normal !important; /* Force text wrap */
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-fast);
}

.faq-header i {
    font-size: 0.9rem;
    color: var(--color-text-muted);
    transition: transform var(--transition-normal);
}

.faq-item.active .faq-header {
    color: var(--color-primary);
}

.faq-item.active .faq-header i {
    transform: rotate(45deg); /* Rotates plus to an X/cross */
    color: var(--color-primary);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.6rem;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-content {
    max-height: 180px; /* Safe bounds */
    padding-bottom: 1.5rem;
}

.faq-content p {
    color: var(--color-text-muted);
    font-size: 0.88rem;
    line-height: 1.65;
}

/* CTA Final Section (Solid Navy Block for high impact) */
.cta-final-section {
    position: relative;
    margin: 3rem 0 6rem 0;
    padding: 4.5rem 2rem;
    background: var(--color-secondary);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(5, 39, 48, 0.12);
}

.cta-final-glow {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(140, 174, 53, 0.1) 0%, rgba(0, 0, 0, 0) 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.cta-final-section h2 {
    font-size: 2.3rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
    color: white !important;
    position: relative;
    z-index: 1;
}

.cta-final-section .subtitle {
    margin-bottom: 2.5rem;
    color: var(--color-text-dark);
    position: relative;
    z-index: 1;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}

.cta-secondary-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: white;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.95rem 1.8rem;
    border-radius: 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    transition: all var(--transition-fast);
}

.cta-secondary-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--color-primary);
}

/* Footer Styling */
.main-footer {
    border-top: 1px solid #cbd5e1;
    background-color: var(--color-bg-alt);
    padding: 4.5rem 0 2rem 0;
}

.footer-container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 5rem;
    margin-bottom: 4rem;
}

.footer-brand p {
    color: var(--color-text-muted);
    font-size: 0.85rem;
    margin-top: 1rem;
    line-height: 1.6;
}

.footer-links h4 {
    font-size: 0.95rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--color-secondary);
    margin-bottom: 1.2rem;
}

.footer-links ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links li {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 0.85rem;
    color: var(--color-text-muted);
}

.footer-links li i {
    color: var(--color-primary);
    width: 16px;
    text-align: center;
}

.footer-bottom {
    border-top: 1px solid #cbd5e1;
    padding-top: 2rem;
    font-size: 0.78rem;
    color: var(--color-text-muted);
}

.footer-bottom a {
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition-fast);
}

.footer-bottom a:hover {
    color: var(--color-primary);
}

/* Toast Notifications */
.toast-notification {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #ffffff;
    border: 1px solid var(--color-primary);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: 0 15px 40px rgba(5, 39, 48, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 9999;
    transform: translateY(150%) scale(0.9);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toast-notification.show {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.toast-icon {
    font-size: 1.5rem;
    color: var(--color-primary);
}

.toast-content h4 {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    color: var(--color-secondary);
    font-weight: 700;
}

.toast-content p {
    font-size: 0.78rem;
    color: var(--color-text-muted);
}

/* Responsive Breakpoints */
@media (max-width: 1200px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 5rem;
    }
    
    .hero-content h1 {
        font-size: 2.7rem;
        text-align: center;
    }
    
    .hero-lead {
        text-align: center;
    }
    
    .alert-pill {
        margin: 0 auto 1.5rem auto;
        display: flex;
        width: fit-content;
    }
    
    .hero-benefits {
        align-items: center;
    }
    
    .hero-cta-area {
        display: flex;
        justify-content: center;
    }
    
    .hero-dashboards-visual {
        min-height: 440px;
        align-items: center;
    }
    
    .dash-card {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 1px; /* 1 pixel of separation in responsive mode */
        width: 90% !important;
        max-width: 350px;
    }
    
    .dash-card:last-child {
        margin-bottom: 0;
    }
    
    .specs-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 900px) {
    .nav-actions .phone-badge {
        display: none;
    }
    
    .partners-grid {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .partner-divider {
        display: none;
    }
    
    .story-cards-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 600px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    /* Fix for accordions and graphic overflow on mobile */
    .accordion-header, .faq-header {
        padding: 1rem !important;
        font-size: 0.85rem !important;
        gap: 0.5rem;
    }
    
    .tech-graphic-container {
        padding: 1rem;
        min-height: auto;
    }
    
    .hero-content h1 {
        font-size: 2.1rem;
    }
    
    .stats-grid {
        flex-direction: column;
        gap: 2rem;
    }
    
    .stat-divider {
        display: none;
    }
    
    .cta-buttons {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    
    .cta-buttons .whatsapp-trigger-container,
    .cta-buttons a {
        width: 100%;
    }
    
    .cta-primary-btn,
    .cta-secondary-btn {
        width: 100%;
        justify-content: center;
    }
}/* End custom CSS */