/* Why Etellect — pedigree and consultancy streams */

.why-page .hero-subtitle {
    max-width: 42rem;
}

.why-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 0;
}

.why-fact {
    background: #fff;
    border: 1px solid rgba(26, 29, 46, 0.08);
    border-radius: 14px;
    padding: 1.15rem 1rem;
    text-align: center;
}

.why-fact strong {
    display: block;
    font-size: 1.55rem;
    color: #E91E63;
    margin-bottom: 0.25rem;
}

.why-fact span {
    color: #555;
    font-size: 0.92rem;
    line-height: 1.4;
}

.why-products {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1.4rem;
    align-items: center;
    margin: 1.5rem 0 0;
}

.why-products a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
}

.why-products img {
    height: 28px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.why-streams {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.35rem;
    margin-top: 2rem;
}

.why-stream {
    background: #fff;
    border: 1px solid rgba(26, 29, 46, 0.08);
    border-radius: 16px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 10px 28px rgba(26, 29, 46, 0.05);
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.why-stream i {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E91E63 0%, #880E4F 100%);
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.15rem;
}

.why-stream h3 {
    margin: 0 0 0.4rem;
    font-size: 1.35rem;
}

.why-stream .why-stream-tag {
    color: #E91E63;
    font-weight: 600;
    font-size: 0.92rem;
    margin: 0 0 0.85rem;
}

.why-stream p,
.why-stream ul {
    color: #4a4d5a;
    line-height: 1.7;
    margin: 0 0 0.85rem;
}

.why-stream ul {
    padding-left: 1.15rem;
}

.why-stream .btn {
    margin-top: auto;
    align-self: flex-start;
    min-height: 48px;
}

.why-fit {
    max-width: 46rem;
    margin: 2rem auto 0;
    text-align: center;
}

.why-fit p {
    color: #4a4d5a;
    line-height: 1.7;
}

.why-fit a {
    color: #E91E63;
    font-weight: 600;
}

@media (max-width: 900px) {
    .why-facts,
    .why-streams {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .why-facts,
    .why-streams {
        grid-template-columns: 1fr;
    }

    .why-stream .btn {
        width: 100%;
        justify-content: center;
    }
}
