.oev-section-7fb6f899 {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0a0a0a;
    width: 100%;
}

.oev-overlay-7fb6f899 {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.7) 70%, rgba(0,0,0,0.95) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Map */
.oev-map-7fb6f899 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    max-width: 550px;
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
}

.oev-map-7fb6f899 svg {
    width: 100%;
    height: auto;
}

.oev-map-7fb6f899 path {
    stroke: #00f0c0;
}

.oev-route-7fb6f899 {
    stroke: #00f0c0;
    stroke-dasharray: 8 12;
    animation: oev-route-dash-7fb6f899 3s linear infinite;
    filter: drop-shadow(0 0 6px rgba(0, 240, 192, 0.6));
}

.oev-city-dot-7fb6f899 {
    fill: #00f0c0;
    filter: drop-shadow(0 0 8px rgba(0, 240, 192, 0.8));
    animation: oev-dot-pulse-7fb6f899 2s ease-in-out infinite;
}

.oev-city-dot-7fb6f899:nth-child(odd) {
    animation-delay: 0.5s;
}

@keyframes oev-route-dash-7fb6f899 {
    to { stroke-dashoffset: -40; }
}

@keyframes oev-dot-pulse-7fb6f899 {
    0%, 100% { opacity: 0.6; r: 3; }
    50% { opacity: 1; r: 5; }
}

/* Particles Canvas */
.oev-particles-7fb6f899 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

/* Content */
.oev-content-7fb6f899 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.oev-heading-7fb6f899 {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 24px 0;
    background: linear-gradient(135deg, #00f0c0, #00b4d8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    animation: oev-fade-up-7fb6f899 0.8s ease-out both;
}

.oev-subheading-7fb6f899 {
    font-size: 18px;
    line-height: 1.7;
    color: #b0b0b0;
    margin: 0 0 40px 0;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    animation: oev-fade-up-7fb6f899 0.8s ease-out 0.15s both;
}

/* Pills */
.oev-pills-wrap-7fb6f899 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
    animation: oev-fade-up-7fb6f899 0.8s ease-out 0.3s both;
}

.oev-pill-7fb6f899 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 240, 192, 0.2);
    border-radius: 50px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: default;
}

.oev-pill-7fb6f899:hover {
    background: rgba(0, 240, 192, 0.1);
    border-color: rgba(0, 240, 192, 0.5);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 240, 192, 0.15);
}

.oev-pill-icon-7fb6f899 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00f0c0;
    font-size: 16px;
}

.oev-pill-icon-7fb6f899 svg {
    width: 16px;
    height: 16px;
    fill: #00f0c0;
}

.oev-pill-text-7fb6f899 {
    font-size: 14px;
    font-weight: 500;
    color: #e0e0e0;
    white-space: nowrap;
}

/* Buttons */
.oev-buttons-7fb6f899 {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    animation: oev-fade-up-7fb6f899 0.8s ease-out 0.45s both;
}

.oev-btn-7fb6f899 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.oev-btn-primary-7fb6f899 {
    background: linear-gradient(135deg, #00f0c0, #00b4d8);
    color: #0a0a0a;
    border: none;
    box-shadow: 0 4px 20px rgba(0, 240, 192, 0.3);
}

.oev-btn-primary-7fb6f899:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 40px rgba(0, 240, 192, 0.45);
    color: #0a0a0a;
}

.oev-btn-secondary-7fb6f899 {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.oev-btn-secondary-7fb6f899:hover {
    border-color: #00f0c0;
    color: #00f0c0;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 240, 192, 0.15);
}

/* Animations */
@keyframes oev-fade-up-7fb6f899 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .oev-heading-7fb6f899 {
        font-size: 38px;
    }
    .oev-subheading-7fb6f899 {
        font-size: 16px;
    }
    .oev-map-7fb6f899 {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .oev-section-7fb6f899 {
        min-height: 500px;
    }
    .oev-heading-7fb6f899 {
        font-size: 28px;
    }
    .oev-subheading-7fb6f899 {
        font-size: 15px;
        margin-bottom: 30px;
    }
    .oev-pills-wrap-7fb6f899 {
        gap: 8px;
        margin-bottom: 36px;
    }
    .oev-pill-7fb6f899 {
        padding: 8px 16px;
    }
    .oev-pill-text-7fb6f899 {
        font-size: 13px;
    }
    .oev-btn-7fb6f899 {
        padding: 14px 30px;
        font-size: 14px;
    }
    .oev-buttons-7fb6f899 {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    .oev-map-7fb6f899 {
        width: 90%;
    }
}
