.bsky-about-page {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.bsky-about-hero {
    padding: 185px 0 110px;
    background:
        radial-gradient(circle at top left, rgba(11, 52, 143, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
    overflow: hidden;
}

.bsky-about-hero-content h1 {
    margin: 0 0 24px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--it-common-black);
}

.bsky-about-hero-content p,
.bsky-about-copy p,
.bsky-about-cta-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.85;
    color: #5f6880;
}

.bsky-about-chip-wrap,
.bsky-about-cta-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bsky-about-chip-wrap {
    margin: 32px 0 34px;
}

.bsky-about-chip-wrap span,
.bsky-about-cta-points span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.bsky-about-chip-wrap span {
    color: var(--it-theme-1);
    background: rgba(2, 42, 133, 0.08);
    border: 1px solid rgba(2, 42, 133, 0.1);
}

.bsky-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.bsky-about-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 18px 32px;
    border: 1px solid rgba(2, 42, 133, 0.18);
    color: var(--it-theme-1);
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bsky-about-hero-visual {
    position: relative;
    padding-left: 48px;
    padding-bottom: 42px;
}

.bsky-about-hero-visual::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 48px);
    height: calc(100% - 44px);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(5, 9, 21, 0.98) 0%, rgba(7, 29, 74, 0.96) 55%, rgba(11, 52, 143, 0.92) 100%);
}

.bsky-about-hero-image,
.bsky-about-gallery-main,
.bsky-about-gallery-side,
.bsky-about-cta-image {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
}

.bsky-about-hero-image img,
.bsky-about-gallery-main img,
.bsky-about-gallery-side img,
.bsky-about-cta-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.bsky-about-hero-image img {
    min-height: 560px;
}

.bsky-about-floating-card {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    max-width: 290px;
    padding: 26px 26px 24px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 28px 60px rgba(9, 18, 22, 0.12);
}

.bsky-about-floating-card span {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--it-theme-1);
}

.bsky-about-floating-card h4 {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: var(--it-common-black);
}

.bsky-about-story {
    background: #ffffff;
}

.bsky-about-copy {
    max-width: 520px;
}

.bsky-about-list {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.bsky-about-list li {
    position: relative;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.8;
    color: #283147;
}

.bsky-about-list li:not(:last-child) {
    margin-bottom: 14px;
}

.bsky-about-list li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--it-theme-1) 0%, var(--it-theme-2) 100%);
}

.bsky-about-gallery {
    display: grid;
    grid-template-columns: 1.28fr 0.82fr;
    gap: 22px;
    align-items: end;
}

.bsky-about-gallery-main img {
    min-height: 520px;
}

.bsky-about-gallery-side {
    transform: translateY(54px);
}

.bsky-about-gallery-side img {
    min-height: 360px;
}

.bsky-about-values {
        padding-top: 51px;
    padding-bottom: 50px;
    background:
        linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%),
        radial-gradient(circle at center, rgba(2, 42, 133, 0.05), transparent 35%);
}

.bsky-section-head {
    max-width: 860px;
    margin: 0 auto 48px;
}

.bsky-about-card {
    height: 100%;
    padding: 34px 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(10, 48, 126, 0.08);
    box-shadow: 0 18px 40px rgba(9, 18, 22, 0.05);
}

.bsky-about-card span {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: rgba(11, 52, 143, 0.2);
}

.bsky-about-card h4 {
    margin: 0 0 14px;
    font-size: 22px;
    line-height: 1.35;
    color: var(--it-common-black);
}

.bsky-about-card p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #5f6880;
}

.bsky-about-cta-wrap {
    padding: 52px;
    border-radius: 34px;
    background: linear-gradient(120deg, rgba(5, 9, 21, 0.98) 0%, rgba(7, 29, 74, 0.98) 50%, rgba(11, 52, 143, 0.95) 100%);
    overflow: hidden;
}

.bsky-about-cta-content {
    max-width: 640px;
}

.bsky-about-cta-content p {
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.78);
}

.bsky-about-cta-points {
    margin-top: 28px;
}

.bsky-about-cta-points span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.bsky-about-cta-image img {
    min-height: 360px;
}

@media (max-width: 1199px) {
    .bsky-about-hero {
        padding-top: 160px;
    }

    .bsky-about-hero-image img {
        min-height: 500px;
    }

    .bsky-about-gallery {
        grid-template-columns: 1fr;
    }

    .bsky-about-gallery-side {
        transform: none;
    }
}

@media (max-width: 991px) {
    .bsky-about-hero {
        padding: 145px 0 90px;
    }

    .bsky-about-hero-visual {
        padding-left: 0;
        padding-bottom: 0;
    }

    .bsky-about-hero-visual::before {
        display: none;
    }

    .bsky-about-floating-card {
        position: static;
        max-width: none;
        margin-top: 20px;
    }

    .bsky-about-gallery-main img,
    .bsky-about-gallery-side img,
    .bsky-about-cta-image img {
        min-height: auto;
    }

    .bsky-about-cta-wrap {
        padding: 38px 28px;
    }
}

@media (max-width: 767px) {
    .bsky-about-hero-content h1 {
        font-size: 38px;
    }

    .bsky-about-hero-content p,
    .bsky-about-copy p,
    .bsky-about-card p,
    .bsky-about-cta-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .bsky-about-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bsky-about-outline-btn,
    .bsky-about-hero-actions .it-btn-orange {
        width: 100%;
        justify-content: center;
    }

    .bsky-about-card {
        padding: 28px 24px;
    }
}
