/* Fichier CSS spécifique pour la page Allocation de Développeur - TEKO SARL */

.page-hero {
    background: linear-gradient(120deg, #f0f4ff 0%, #f8fafc 100%);
    padding: 80px 0 40px 0;
    text-align: center;
}
.page-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2563eb;
}
.page-hero p {
    color: #4b5563;
}

.dev-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}
.dev-list li {
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
    display: flex;
    align-items: center;
}

.contract-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 2rem 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}
.contract-card .contract-type {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 0.5rem;
}
.contract-card .contract-desc {
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.cta-section {
    background: linear-gradient(120deg, #2563eb 0%, #1e293b 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
    border-radius: 1rem;
    margin: 40px 0;
}
.cta-section .btn {
    font-size: 1.2rem;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
}
