/* Enhanced Token Creator Styles */

/* Full-width section layout */
.solana-token-creator.full-width-section {
    width: 100%;
    max-width: none;
    padding: 20px;
    position: relative;
    background: linear-gradient(180deg, rgba(4, 9, 32, 0.95) 0%, rgba(9, 21, 64, 0.95) 100%);
    overflow: hidden;
}

.solana-token-creator .container-fluid {
    width: 100%;
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
}

/* Section header styling */
.solana-token-creator .section-header {
    margin-bottom: 30px;
    text-align: center;
}

.solana-token-creator .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #9945FF, #14F195);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.solana-token-creator .section-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto;
}

/* Token creator wrapper */
.token-creator-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 auto;
    max-width: 1200px;
}

/* Token creator card */
.token-creator-card {
    flex: 1 1 100%;
    max-width: 800px;
    background: rgba(6, 14, 40, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.token-creator-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(153, 69, 255, 0.3), transparent);
    z-index: 1;
}

/* Token creator steps */
.token-creator-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(9, 21, 64, 0.8);
    border: 1px solid rgba(153, 69, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
    position: relative;
    color: #fff;
}

.step-item.active .step-number {
    background: linear-gradient(135deg, #9945FF, #14F195);
    border-color: transparent;
    box-shadow: 0 0 15px rgba(153, 69, 255, 0.5);
}

.step-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.step-item.active .step-label {
    color: #fff;
    font-weight: 500;
}

.step-divider {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(153, 69, 255, 0.3), rgba(20, 241, 149, 0.3));
    margin: 0 15px;
    position: relative;
    top: -10px;
}

/* Form styling */
.token-creator-form {
    margin-top: 20px;
}

.form-group-heading {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.form-section-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(9, 21, 64, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.form-section-icon i {
    color: #14F195;
    font-size: 16px;
}

.form-group-heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 25px;
}

.form-group {
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.form-control {
    width: 100%;
    background: rgba(9, 21, 64, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: rgba(153, 69, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(153, 69, 255, 0.2);
    background: rgba(9, 21, 64, 0.8);
}

.form-hint {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

/* Solana particles */
.solana-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.solana-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(153, 69, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(153, 69, 255, 0.5);
    animation: float-particle 15s infinite linear;
}

.solana-particle:nth-child(1) {
    top: 10%;
    left: 10%;
    width: 8px;
    height: 8px;
    background: rgba(20, 241, 149, 0.3);
    box-shadow: 0 0 10px rgba(20, 241, 149, 0.5);
    animation-duration: 20s;
}

.solana-particle:nth-child(2) {
    top: 30%;
    right: 20%;
    animation-delay: 2s;
    animation-duration: 18s;
}

.solana-particle:nth-child(3) {
    bottom: 15%;
    left: 30%;
    background: rgba(0, 194, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 194, 255, 0.5);
    animation-delay: 4s;
    animation-duration: 25s;
}

.solana-particle:nth-child(4) {
    bottom: 40%;
    right: 15%;
    width: 10px;
    height: 10px;
    animation-delay: 6s;
    animation-duration: 22s;
}

.solana-particle:nth-child(5) {
    top: 60%;
    left: 5%;
    background: rgba(20, 241, 149, 0.3);
    box-shadow: 0 0 10px rgba(20, 241, 149, 0.5);
    animation-delay: 8s;
    animation-duration: 28s;
}

@keyframes float-particle {
    0% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-30px) translateX(30px);
    }
    50% {
        transform: translateY(0) translateX(60px);
    }
    75% {
        transform: translateY(30px) translateX(30px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

/* Responsive styles */
@media screen and (max-width: 991px) {
    .token-creator-card {
        padding: 25px;
    }
    
    .solana-token-creator .section-title {
        font-size: 32px;
    }
    
    .solana-token-creator .section-subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .solana-token-creator.full-width-section {
        padding: 30px 15px;
    }
    
    .solana-token-creator .container-fluid {
        padding: 0 15px;
    }
    
    .token-creator-card {
        padding: 20px 15px;
        border-radius: 12px;
    }
    
    .solana-token-creator .section-title {
        font-size: 28px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .token-creator-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 0;
    }
    
    .step-divider {
        display: none;
    }
    
    .step-item {
        margin: 0 15px;
    }
}

@media screen and (max-width: 480px) {
    .solana-token-creator .section-title {
        font-size: 24px;
    }
    
    .solana-token-creator .section-subtitle {
        font-size: 14px;
    }
    
    .token-creator-card {
        padding: 15px 12px;
    }
    
    .form-group-heading h3 {
        font-size: 18px;
    }
    
    .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
}
