/* Become an Artist Modal Styles */

#becomeArtistModal .modal-content {
    background: #000000;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#becomeArtistModal .modal-header {
    border: 0;
    padding-bottom: 0;
}

#becomeArtistModal .modal-body {
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
}

#becomeArtistModal .modal-icon {
    font-size: 80px;
    color: #fff;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

#becomeArtistModal .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

#becomeArtistModal .modal-description {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 1.5rem;
}

#becomeArtistModal .video-guide-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

#becomeArtistModal .video-icon-wrapper {
    background: #fff;
    border-radius: 50%;
    padding: 0.75rem;
    margin-right: 1rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#becomeArtistModal .video-icon {
    font-size: 24px;
    color: #667eea;
}

#becomeArtistModal .video-text {
    color: #fff;
    font-size: 1.1rem;
    text-align: left;
    max-width: 400px;
    margin-bottom: 0;
}

#becomeArtistModal .video-text strong {
    display: block;
}

#becomeArtistModal .video-text span {
    opacity: 0.9;
}

#becomeArtistModal .modal-buttons {
    display: grid;
    gap: 1rem;
    margin-top: 3rem;
}

#becomeArtistModal .btn-watch-guide {
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

#becomeArtistModal .btn-watch-guide:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

#becomeArtistModal .youtube-icon {
    color: #FF0000;
    margin-right: 0.5rem;
}

#becomeArtistModal .btn-understood {
    border-radius: 50px;
    padding: 15px 40px;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid white;
    transition: all 0.3s ease;
}

#becomeArtistModal .btn-understood:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.1);
}

#becomeArtistModal .modal-footer-text {
    color: #fff;
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

#becomeArtistModal .modal-footer-text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}

#becomeArtistModal .modal-footer-text a:hover {
    opacity: 0.8;
}
