@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.who-we-help-c1fd8617 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f8f9fa;
    padding: 80px 24px;
    color: #1a1a1a;
    box-sizing: border-box;
}

.who-we-help-c1fd8617 * {
    box-sizing: border-box;
}

.wwh-container-c1fd8617 {
    max-width: 1200px;
    margin: 0 auto;
}

.wwh-header-c1fd8617 {
    text-align: center;
    margin-bottom: 56px;
}

.wwh-headline-c1fd8617 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #111111;
    margin: 0 0 16px 0;
    letter-spacing: -0.02em;
}

.wwh-subheadline-c1fd8617 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    margin: 0;
}

.wwh-grid-c1fd8617 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.wwh-card-c1fd8617 {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
}

.wwh-card-c1fd8617:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    border-color: #d1d1d1;
}

.wwh-card-content-c1fd8617 {
    margin-bottom: 24px;
}

.wwh-card-title-c1fd8617 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    color: #111111;
}

.wwh-card-text-c1fd8617 {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}

.wwh-card-link-c1fd8617 {
    font-size: 15px;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    transition: color 0.2s ease;
}

.wwh-card-link-c1fd8617:hover {
    color: #1d4ed8;
}

.wwh-card-link-c1fd8617 .arrow-c1fd8617 {
    transition: transform 0.2s ease;
}

.wwh-card-link-c1fd8617:hover .arrow-c1fd8617 {
    transform: translateX(4px);
}

/* Tablet and Desktop media queries */
@media (min-width: 768px) {
    .wwh-grid-c1fd8617 {
        grid-template-columns: repeat(2, 1fr);
    }
    .wwh-headline-c1fd8617 {
        font-size: 42px;
    }
}

@media (min-width: 1024px) {
    .wwh-grid-c1fd8617 {
        grid-template-columns: repeat(3, 1fr);
    }
}
