.ws-about {
    padding: 1.5rem 0 2rem;
}

.ws-about-header {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.ws-about-brand {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 700;
    color: #24292f;
}

.ws-about-subtitle {
    margin: 0.35rem 0 0;
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    color: #495057;
    font-weight: 600;
}

.ws-about-language {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ws-about-language-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
}

.ws-lang-btn {
    border: 1px solid #ced4da;
    background: #fff;
    color: #212529;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    line-height: 1.2;
}

.ws-lang-btn.is-active {
    background: #212529;
    color: #fff;
    border-color: #212529;
}

.ws-about-card {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.ws-about-section-title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.ws-about-paragraph {
    margin: 0 0 0.75rem;
    line-height: 1.65;
}

.ws-about-paragraph:last-child {
    margin-bottom: 0;
}

.ws-about-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.6rem;
}

.ws-about-list li {
    position: relative;
    padding-inline-start: 1.65rem;
    line-height: 1.55;
}

.ws-about-list li::before {
    content: "\2713";
    color: #198754;
    font-weight: 700;
    position: absolute;
    inset-inline-start: 0;
    top: 0;
}

.ws-about-tagline {
    margin: 0;
    font-weight: 700;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.ws-about.is-urdu .ws-about-header {
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .ws-about {
        padding-top: 1rem;
    }

    .ws-about-card {
        padding: 0.7rem;
    }

    .ws-about.is-urdu .ws-about-header {
        flex-direction: column;
    }
}
