/* Coinzo Roadmap Styles */
.roadmap-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.roadmap-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.roadmap-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.roadmap-header {
    text-align: center;
    margin-bottom: 60px;
}

.roadmap-title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.roadmap-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.roadmap-phases {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.phase-card {
    background: rgba(255,255,255,0.95);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.2);
}

.phase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
}

.phase-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.4);
}

.phase-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(102,126,234,0.3);
}

.phase-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.phase-items {
    list-style: none;
    padding: 0;
    margin: 0;
}

.phase-item {
    padding: 8px 0;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.phase-item::before {
    content: '▸';
    position: absolute;
    left: 0;
    top: 8px;
    color: #667eea;
    font-weight: bold;
    font-size: 16px;
}

.phase-category {
    text-align: center;
    margin: 60px 0 40px;
    padding: 30px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.category-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.category-subtitle {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

/* Phase specific colors */
.phase-1::before { background: linear-gradient(90deg, #667eea, #764ba2); }
.phase-2::before { background: linear-gradient(90deg, #f093fb, #f5576c); }
.phase-3::before { background: linear-gradient(90deg, #4facfe, #00f2fe); }
.phase-4::before { background: linear-gradient(90deg, #43e97b, #38f9d7); }
.phase-5::before { background: linear-gradient(90deg, #fa709a, #fee140); }
.phase-6::before { background: linear-gradient(90deg, #30cfd0, #330867); }
.phase-7::before { background: linear-gradient(90deg, #a8edea, #fed6e3); }
.phase-8::before { background: linear-gradient(90deg, #ff9a9e, #fecfef); }

/* Responsive Design */
@media (max-width: 1200px) {
    .roadmap-phases {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .roadmap-section {
        padding: 60px 0;
    }
    
    .roadmap-title {
        font-size: 32px;
    }
    
    .roadmap-subtitle {
        font-size: 16px;
    }
    
    .roadmap-phases {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .phase-card {
        padding: 20px;
    }
    
    .phase-title {
        font-size: 18px;
    }
    
    .category-title {
        font-size: 24px;
    }
    
    /* Mobile logo size reduction */
    .mobile {
        width: 100px !important;
        height: auto !important;
        top: -30px !important;
    }
    
    .elementskit-nav-logo img {
        max-width: 120px !important;
        height: auto !important;
    }
    
    .attachment-full.size-full.wp-image-20 {
        max-width: 120px !important;
        height: auto !important;
    }
    
    /* Crypto trading content mobile styling */
    .elementor-widget-text-editor {
        padding: 15px !important;
        margin-bottom: 20px !important;
    }
    
    .elementor-widget-text-editor h4 {
        margin-bottom: 15px !important;
        line-height: 1.3 !important;
    }
    
    .elementor-widget-text-editor p {
        line-height: 1.6 !important;
        word-spacing: 1px !important;
        text-align: justify !important;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.phase-card {
    animation: fadeInUp 0.6s ease-out;
}

.phase-card:nth-child(1) { animation-delay: 0.1s; }
.phase-card:nth-child(2) { animation-delay: 0.2s; }
.phase-card:nth-child(3) { animation-delay: 0.3s; }
.phase-card:nth-child(4) { animation-delay: 0.4s; }
