.tp-banner-area.pt-30.pb-30 .row > div:first-child .tp-banner-content span,
.tp-banner-area.pt-30.pb-30 .row > div:first-child .tp-banner-title,
.tp-banner-area.pt-30.pb-30 .row > div:first-child .tp-banner-title a,
.tp-banner-area.pt-30.pb-30 .row > div:first-child .tp-banner-btn .tp-link-btn {
    color: #fff !important;
}

.rs-about-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 72px;
    background:
        radial-gradient(circle at top left, rgba(13, 110, 253, 0.18), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef4ff 48%, #ffffff 100%);
}

.rs-about-hero__content,
.rs-about-card,
.rs-about-panel,
.rs-about-category,
.rs-about-cta__inner,
.rs-about-mosaic__card,
.rs-about-mosaic__note {
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.rs-about-eyebrow,
.rs-about-section__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #0d6efd;
}

.rs-about-section__eyebrow--light {
    color: rgba(255, 255, 255, 0.72);
}

.rs-about-hero__content {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(12px);
}

.rs-about-title,
.rs-about-section__title,
.rs-about-panel__title,
.rs-about-cta__title {
    color: #111827;
    letter-spacing: -0.03em;
}

.rs-about-title {
    margin: 0 0 22px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.02;
}

.rs-about-lead {
    margin-bottom: 18px;
    font-size: 19px;
    line-height: 1.9;
    color: #1f2937;
}

.rs-about-copy,
.rs-about-card p,
.rs-about-category p,
.rs-about-panel p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #4b5563;
}

.rs-about-copy--strong {
    color: #111827;
    font-weight: 600;
}

.rs-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 26px;
}

.rs-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.rs-about-btn:hover {
    transform: translateY(-2px);
}

.rs-about-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #111827 0%, #0d6efd 100%);
}

.rs-about-btn--secondary,
.rs-about-btn--ghost {
    color: #111827;
    background: #fff;
}

.rs-about-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.rs-about-tags li {
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #1f2937;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(17, 24, 39, 0.08);
}

.rs-about-mosaic {
    position: relative;
    min-height: 640px;
}

.rs-about-mosaic__main {
    position: absolute;
    inset: 0 90px 120px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    background: linear-gradient(160deg, #0f172a 0%, #1e3a8a 100%);
    overflow: hidden;
}

.rs-about-mosaic__img {
    max-width: min(88%, 470px);
    max-height: 88%;
    object-fit: contain;
}

.rs-about-mosaic__card,
.rs-about-mosaic__note {
    position: absolute;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
}

.rs-about-mosaic__card {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
}

.rs-about-mosaic__card strong,
.rs-about-category h3,
.rs-about-card h3 {
    display: block;
    margin-bottom: 6px;
    color: #111827;
}

.rs-about-mosaic__card span {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.rs-about-mosaic__thumb {
    width: 92px;
    height: 92px;
    border-radius: 20px;
    object-fit: cover;
    flex: 0 0 auto;
}

.rs-about-mosaic__card--dog {
    top: 42px;
    right: 0;
    width: 280px;
}

.rs-about-mosaic__card--pet {
    right: 28px;
    bottom: 32px;
    width: 300px;
}

.rs-about-mosaic__note {
    left: 0;
    bottom: 72px;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 700;
    color: #1f2937;
}

.rs-about-section,
.rs-about-manifesto,
.rs-about-band,
.rs-about-cta {
    padding: 110px 0;
}

.rs-about-section__intro {
    max-width: 820px;
    margin-bottom: 44px;
}

.rs-about-section__title,
.rs-about-panel__title,
.rs-about-cta__title {
    margin: 0;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.1;
}

.rs-about-card,
.rs-about-category,
.rs-about-panel {
    height: 100%;
    border-radius: 28px;
    background: #fff;
}

.rs-about-card {
    padding: 30px;
}

.rs-about-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 700;
    color: #0d6efd;
    background: rgba(13, 110, 253, 0.1);
}

.rs-about-band {
    background: #0f172a;
}

.rs-about-manifesto {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.rs-about-manifesto__inner {
    width: 100%;
    max-width: none;
    padding: 42px 46px;
    margin: 0;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.rs-about-manifesto__quote {
    margin: 0 0 18px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.22;
    letter-spacing: -0.03em;
    color: #111827;
    font-weight: 600;
    max-width: 980px;
}

.rs-about-manifesto__copy {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: #4b5563;
    max-width: 980px;
}

.rs-about-panel {
    padding: 36px;
}

.rs-about-panel--dark {
    background: linear-gradient(155deg, #111827 0%, #0d1b3b 100%);
}

.rs-about-panel--dark,
.rs-about-panel--dark .rs-about-panel__title,
.rs-about-list,
.rs-about-panel--dark p {
    color: #fff;
}

.rs-about-panel__title--dark {
    color: #111827;
}

.rs-about-list {
    margin: 0;
    padding-left: 18px;
    line-height: 2;
}

.rs-about-list--dark {
    color: #374151;
}

.rs-about-category {
    display: block;
    overflow: hidden;
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rs-about-category:hover {
    transform: translateY(-4px);
}

.rs-about-category__media {
    aspect-ratio: 4 / 3;
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
}

.rs-about-category__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 22px;
}

.rs-about-category__content {
    padding: 24px 24px 28px;
}

.rs-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    border-radius: 32px;
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%);
}

.rs-about-cta__title {
    color: #fff;
    max-width: 720px;
}

.rs-about-actions--cta {
    margin: 0;
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .rs-about-mosaic {
        min-height: 560px;
    }

    .rs-about-mosaic__main {
        inset: 0 60px 110px 0;
    }
}

@media (max-width: 991px) {
    .rs-about-hero,
    .rs-about-section,
    .rs-about-manifesto,
    .rs-about-band,
    .rs-about-cta {
        padding: 80px 0;
    }

    .rs-about-mosaic {
        min-height: auto;
        padding-bottom: 34px;
    }

    .rs-about-mosaic__main,
    .rs-about-mosaic__card,
    .rs-about-mosaic__note {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .rs-about-mosaic__main {
        min-height: 420px;
        margin-bottom: 18px;
    }

    .rs-about-mosaic__card + .rs-about-mosaic__card,
    .rs-about-mosaic__note {
        margin-top: 16px;
    }

    .rs-about-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .rs-about-hero__content,
    .rs-about-card,
    .rs-about-panel,
    .rs-about-manifesto__inner,
    .rs-about-category__content,
    .rs-about-cta__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rs-about-title {
        font-size: 38px;
    }

    .rs-about-mosaic__thumb {
        width: 76px;
        height: 76px;
    }
}
