/*
 * Dynavolt Partnership Banner Styles
 * Premium battery technology banner for electric scooters
 * Author: Claude Code
 * Description: Modern, minimalist banner design emphasizing exclusive partnership
 */

/* ==========================================================================
   Dynavolt Partnership Banner
   ========================================================================== */

.mkdf-dynavolt-banner {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    overflow: hidden;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.mkdf-dynavolt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* ==========================================================================
   Left Content Section
   ========================================================================== */

.mkdf-dynavolt-content {
    max-width: 100%;
}

.mkdf-partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg, #eeb332, #d4a429);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    animation: pulse 2s infinite;
}

.mkdf-brand-section {
    margin-bottom: 32px;
}

.mkdf-dynavolt-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 12px 0;
    font-family: "Rajdhani", sans-serif;
}

.mkdf-brand-name {
    display: block;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(238, 179, 50, 0.5);
}

.mkdf-brand-slogan {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #eeb332;
    font-style: italic;
    margin-top: 8px;
    animation: glow 3s ease-in-out infinite alternate;
}

.mkdf-partnership-subtitle {
    font-size: 1.125rem;
    color: #cccccc;
    margin: 0;
    font-weight: 500;
}

.mkdf-dynavolt-description {
    margin-bottom: 40px;
}

.mkdf-dynavolt-description p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #e0e0e0;
    margin-bottom: 20px;
}

.mkdf-exclusive-notice {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: rgba(238, 179, 50, 0.1);
    border: 1px solid rgba(238, 179, 50, 0.3);
    border-radius: 8px;
    color: #eeb332;
    font-size: 0.95rem;
}

.mkdf-exclusive-notice i {
    font-size: 1.2rem;
}

/* ==========================================================================
   Credentials Section
   ========================================================================== */

.mkdf-dynavolt-credentials {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.mkdf-credential-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mkdf-credential-item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.mkdf-credential-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #eeb332, #d4a429);
    border-radius: 50%;
    color: white;
    font-size: 1.1rem;
}

.mkdf-credential-info {
    flex: 1;
}

.mkdf-credential-text {
    display: block;
    font-weight: 600;
    color: white;
    font-size: 0.95rem;
}

.mkdf-credential-desc {
    display: block;
    color: #cccccc;
    font-size: 0.825rem;
    margin-top: 2px;
}

/* ==========================================================================
   Action Buttons
   ========================================================================== */

.mkdf-dynavolt-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.mkdf-dynavolt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mkdf-primary-btn {
    background: linear-gradient(45deg, #eeb332, #d4a429);
    color: white;
    box-shadow: 0 4px 15px rgba(238, 179, 50, 0.3);
}

.mkdf-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(238, 179, 50, 0.4);
    color: white;
}

.mkdf-secondary-btn {
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.mkdf-secondary-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
}

/* ==========================================================================
   Right Visual Section
   ========================================================================== */

.mkdf-dynavolt-visual {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mkdf-visual-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.mkdf-bg-shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgba(238, 179, 50, 0.1), rgba(212, 164, 41, 0.1));
}

.mkdf-shape-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -50px;
    animation: float 6s ease-in-out infinite;
}

.mkdf-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
    animation: float 6s ease-in-out infinite reverse;
}

.mkdf-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(238, 179, 50, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    animation: patternMove 20s linear infinite;
}

/* ==========================================================================
   Logo Section
   ========================================================================== */

.mkdf-logo-container {
    position: relative;
    z-index: 3;
}

.mkdf-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 280px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    animation: logoFloat 4s ease-in-out infinite;
}

.mkdf-dynavolt-logo {
    text-align: center;
}

.mkdf-logo-text {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    color: white;
    text-shadow: 0 0 20px rgba(238, 179, 50, 0.5);
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 2px;
}

.mkdf-logo-tagline {
    display: block;
    font-size: 0.875rem;
    color: #eeb332;
    font-weight: 500;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================================================
   Floating Stats
   ========================================================================== */

.mkdf-floating-stats {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.mkdf-stat-card {
    position: absolute;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-align: center;
    backdrop-filter: blur(10px);
    animation: statFloat 3s ease-in-out infinite;
}

.mkdf-stat-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.mkdf-stat-2 {
    top: 60%;
    left: 5%;
    animation-delay: 1s;
}

.mkdf-stat-3 {
    bottom: 20%;
    right: 15%;
    animation-delay: 2s;
}

.mkdf-stat-number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #eeb332;
    font-family: "Rajdhani", sans-serif;
}

.mkdf-stat-label {
    display: block;
    font-size: 0.75rem;
    color: #cccccc;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================================================
   Premium Badge
   ========================================================================== */

.mkdf-premium-badge {
    position: absolute;
    top: 10%;
    left: 10%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #1a1a1a;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    animation: badgePulse 2s ease-in-out infinite;
}

/* ==========================================================================
   Animated Background Elements
   ========================================================================== */

.mkdf-animated-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.mkdf-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #eeb332;
    border-radius: 50%;
    animation: particleFloat 8s linear infinite;
}

.mkdf-particle-1 {
    left: 10%;
    animation-delay: 0s;
}

.mkdf-particle-2 {
    left: 50%;
    animation-delay: 3s;
}

.mkdf-particle-3 {
    right: 20%;
    animation-delay: 6s;
}

.mkdf-electric-bolt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #eeb332, transparent);
    transform: translate(-50%, -50%) rotate(45deg);
    animation: bolt 4s ease-in-out infinite;
}

/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes glow {
    from { text-shadow: 0 0 20px rgba(238, 179, 50, 0.5); }
    to { text-shadow: 0 0 30px rgba(238, 179, 50, 0.8), 0 0 40px rgba(238, 179, 50, 0.3); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-10px) scale(1.02); }
}

@keyframes statFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 10px rgba(255, 215, 0, 0.3); }
    50% { transform: scale(1.1); box-shadow: 0 0 20px rgba(255, 215, 0, 0.6); }
}

@keyframes particleFloat {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}

@keyframes bolt {
    0%, 90%, 100% { opacity: 0; }
    5%, 10% { opacity: 1; }
}

@keyframes patternMove {
    0% { transform: translateX(0) translateY(0); }
    100% { transform: translateX(30px) translateY(30px); }
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1200px) {
    .mkdf-dynavolt-container {
        max-width: 960px;
        gap: 60px;
    }
    
    .mkdf-dynavolt-title {
        font-size: 3rem;
    }
    
    .mkdf-logo-wrapper {
        width: 240px;
        height: 240px;
    }
    
    .mkdf-logo-text {
        font-size: 2rem;
    }
}

/* Desktop/Mobile Content Toggle */
.mkdf-desktop-content {
    display: block;
}

.mkdf-mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mkdf-dynavolt-banner {
        padding: 40px 0;
    }
    
    .mkdf-dynavolt-container {
        display: block;
        padding: 0;
        max-width: 100%;
        overflow: hidden;
    }
    
    /* Hide desktop content on mobile */
    .mkdf-desktop-content {
        display: none !important;
    }
    
    /* Show mobile content */
    .mkdf-mobile-only {
        display: block !important;
    }
    
    /* Mobile Carousel Setup */
    .mkdf-dynavolt-content {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        overflow: hidden;
        position: relative;
    }
    
    .mkdf-dynavolt-mobile-carousel {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        padding: 0 15px;
        gap: 20px;
    }
    
    .mkdf-dynavolt-mobile-carousel::-webkit-scrollbar {
        display: none;
    }
    
    .mkdf-dynavolt-mobile-slide {
        flex: 0 0 calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        scroll-snap-align: start;
        padding: 15px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
    }
    
    .mkdf-dynavolt-title {
        font-size: 2.2rem;
        margin-bottom: 8px;
    }
    
    .mkdf-brand-slogan {
        font-size: 1.1rem;
    }
    
    .mkdf-partnership-subtitle {
        font-size: 1rem;
        margin-bottom: 15px;
    }
    
    .mkdf-dynavolt-description {
        margin-bottom: 20px;
    }
    
    .mkdf-dynavolt-description p {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .mkdf-exclusive-notice {
        padding: 12px 16px;
        margin-bottom: 15px;
    }
    
    .mkdf-dynavolt-credentials {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 20px;
    }
    
    .mkdf-credential-item {
        padding: 12px;
    }
    
    .mkdf-dynavolt-actions {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .mkdf-dynavolt-visual {
        height: 300px;
        order: -1;
        margin-bottom: 30px;
    }
    
    .mkdf-logo-wrapper {
        width: 200px;
        height: 200px;
    }
    
    .mkdf-logo-text {
        font-size: 1.8rem;
    }
    
    .mkdf-stat-card {
        position: relative;
        margin: 10px auto;
        display: block;
        width: fit-content;
    }
    
    /* Mobile Carousel Indicators */
    .mkdf-dynavolt-mobile-indicators {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 20px;
        padding: 0 15px;
    }
    
    .mkdf-dynavolt-mobile-indicator {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(238, 179, 50, 0.3);
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mkdf-dynavolt-mobile-indicator.active {
        background: #eeb332;
        width: 24px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .mkdf-dynavolt-container {
        padding: 0 15px;
    }
    
    .mkdf-dynavolt-title {
        font-size: 2rem;
    }
    
    .mkdf-dynavolt-actions {
        flex-direction: column;
    }
    
    .mkdf-dynavolt-btn {
        width: 100%;
        justify-content: center;
    }
    
    .mkdf-partnership-badge {
        font-size: 0.75rem;
        padding: 6px 16px;
    }
    
    .mkdf-exclusive-notice {
        padding: 12px 16px;
        font-size: 0.875rem;
    }
    
    .mkdf-credential-item {
        padding: 12px;
    }
    
    .mkdf-credential-icon {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}

/* ==========================================================================
   Dark Mode Support (Optional)
   ========================================================================== */

@media (prefers-color-scheme: dark) {
    .mkdf-dynavolt-banner {
        /* Already dark themed, no changes needed */
    }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
    .mkdf-dynavolt-banner {
        background: white;
        color: black;
        padding: 40px 0;
}

    .mkdf-animated-bg,
    .mkdf-visual-bg,
    .mkdf-floating-stats,
    .mkdf-premium-badge {
        display: none;
}

    .mkdf-dynavolt-container {
        grid-template-columns: 1fr;
        gap: 20px;
}

    .mkdf-brand-name,
    .mkdf-brand-slogan {
        color: black !important;
        text-shadow: none !important;
    }
} 