/* Fichier CSS spécifique pour la page Application Web - 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;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
}
.process-step {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    padding: 1.5rem 1.2rem;
    text-align: center;
    width: 220px;
}
.process-step .step-icon {
    font-size: 2.2rem;
    color: #2563eb;
    margin-bottom: 0.7rem;
}
.process-step h5 {
    font-weight: 600;
    color: #2a3a5e;
}

.web-offers-table {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    overflow: hidden;
}
.web-offers-table th, .web-offers-table td {
    vertical-align: middle;
}

.options-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.options-list li {
    margin-bottom: 0.5rem;
    color: #4b5563;
}

.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;
}
