/* Join the Project Page Styles */
.collaborate-hero {
    padding: 6rem 1rem 4rem;
    text-align: center;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #333;
}

.collaborate-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/bannerdark2.png') center/cover no-repeat;
    opacity: 0.03;
    z-index: 0;
}

.collaborate-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.collaborate-title {
    font-size: 2.8rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-transform: none;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.collaborate-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.volunteer-note {
    background: #111111;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1.8rem;
    margin: 2.5rem auto;
    max-width: 800px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.volunteer-note p {
    color: #cccccc;
    line-height: 1.8;
    margin: 0;
    font-size: 1.05rem;
}

.volunteer-note strong {
    color: #ffffff;
    font-weight: 600;
}

.positions-section {
    padding: 4rem 1rem;
    background: #0a0a0a;
    border-top: 1px solid rgba(80, 80, 80, 0.2);
}

.positions-container {
    max-width: 1000px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: none;
    letter-spacing: -0.5px;
}

.position-card {
    background: #111111;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 2.2rem;
    margin-bottom: 2.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.position-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(100, 100, 100, 0.5);
}

.position-title {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-weight: 700;
}

.position-title i {
    color: #888888;
    font-size: 1.4rem;
    width: 1.6rem;
    text-align: center;
}

.position-title i {
    color: #a0a0a0;
}

.position-desc {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 1.8rem;
    font-size: 1.1rem;
    padding-left: 0.5rem;
    border-left: 3px solid #444;
    padding-left: 1rem;
}

.position-card h4 {
    color: #ffffff;
    font-size: 1.2rem;
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(108, 140, 255, 0.2);
    display: inline-block;
}

.requirements-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.requirements-list li {
    color: #a0a0a0;
    margin-bottom: 0.6rem;
    line-height: 1.7;
    position: relative;
    font-size: 0.95rem;
}

.requirements-list li {
    color: #e0e0e0;
    margin-bottom: 0.7rem;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.7;
}

.requirements-list li::before {
    content: '→';
    color: #888888;
    font-weight: bold;
    display: inline-block;
    width: 1.5rem;
    margin-left: -1.5rem;
    position: absolute;
    left: 0;
    transition: transform 0.2s ease;
}

.requirements-list li:hover::before {
    transform: translateX(3px);
}

/* Contact Section */
.contact-section {
    padding: 2rem 1rem 4rem;
    text-align: center;
    position: relative;
    z-index: 1;
    background: transparent;
}

.contact-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contact-title {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.8;
}

.contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 1.8rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: rgba(20, 20, 20, 0.7);
    backdrop-filter: blur(5px);
}

.email-button {
    background: rgba(30, 30, 30, 0.7);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.email-button:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
}

.discord-button {
    background: rgba(30, 30, 30, 0.7);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.discord-button:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.3);
}

.contact-button i {
    font-size: 1.1em;
    opacity: 0.9;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.5rem;
}

.contact-method {
    background: rgba(20, 20, 20, 0.8);
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 10px;
    padding: 2rem;
    width: 100%;
    max-width: 350px;
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(100, 100, 100, 0.5);
}

.contact-icon {
    font-size: 2.5rem;
    color: #a0a0a0;
    margin-bottom: 1.2rem;
}

.contact-title {
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-details {
    color: #a0a0a0;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 180, 216, 0.1);
    color: #00b4d8;
    text-decoration: none;
    padding: 0.7rem 1.5rem;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 180, 216, 0.2);
}

.contact-link:hover {
    background: rgba(0, 180, 216, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 180, 216, 0.1);
}

.contact-link i {
    margin-right: 0.5rem;
}


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

.position-card, .contact-method {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

.position-card:nth-child(1) { animation-delay: 0.1s; }
.position-card:nth-child(2) { animation-delay: 0.2s; }
.position-card:nth-child(3) { animation-delay: 0.3s; }
.contact-method:nth-child(1) { animation-delay: 0.4s; }
.contact-method:nth-child(2) { animation-delay: 0.5s; }
