.home-about.solklean-about-section {
    position: relative;
    overflow: hidden;
    padding: 82px 0 72px;
    background: radial-gradient(circle at 10% 22%, rgba(0, 167, 216, 0.10) 0 120px, transparent 121px), linear-gradient(135deg, #ffffff 0%, #f8fafc 54%, #eef5fb 100%);
}

    .home-about.solklean-about-section:before,
    .home-about.solklean-about-section:after {
        content: "";
        position: absolute;
        pointer-events: none;
        opacity: 0.55;
    }

    .home-about.solklean-about-section:before {
        left: -70px;
        top: 72px;
        width: 360px;
        height: 230px;
        background: linear-gradient(90deg, rgba(0, 92, 168, 0.07) 1px, transparent 1px), linear-gradient(0deg, rgba(0, 92, 168, 0.07) 1px, transparent 1px);
        background-size: 28px 28px;
        border-radius: 38px;
        transform: rotate(-8deg);
    }

    .home-about.solklean-about-section:after {
        right: -130px;
        bottom: -120px;
        width: 330px;
        height: 330px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(0, 167, 216, 0.16), rgba(0, 59, 130, 0.05) 58%, transparent 62%);
    }

.home-about-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 72px;
}

.home-about-media {
    position: relative;
    min-height: 560px;
}

.home-about-frame {
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border: 10px solid #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

    .home-about-frame a,
    .home-about-frame img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-about-frame img {
        object-fit: cover;
        transform: scale(1.01);
        transition: transform 0.32s ease;
    }

    .home-about-frame:hover img {
        transform: scale(1.06);
    }

.home-about-frame-main {
    left: 0;
    top: 18px;
    width: 78%;
    height: 430px;
    border-left: 10px solid #005ca8;
    border-bottom: 10px solid #005ca8;
    border-radius: 8px 8px 28px 8px;
}

.home-about-frame-float {
    right: 0;
    bottom: 10px;
    width: 52%;
    height: 360px;
    border: 10px solid #005ca8;
    border-radius: 8px;
}

.home-about-badge {
    position: absolute;
    left: 48%;
    top: 53%;
    z-index: 3;
    width: 132px;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #005ca8;
    box-shadow: 0 18px 38px rgba(0, 92, 168, 0.28);
    transform: translate(-50%, -50%);
}

    .home-about-badge:before {
        content: "";
        position: absolute;
        inset: 13px;
        border-radius: 50%;
        border: 4px dashed rgba(255, 255, 255, 0.48);
    }

    .home-about-badge span {
        position: relative;
        z-index: 1;
        width: 66px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        font-size: 34px;
        background: linear-gradient(135deg, #00a7d8, #003b82);
    }

.home-about-note {
    position: absolute;
    left: 28px;
    bottom: 22px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 330px;
    padding: 14px 18px;
    border-radius: 999px;
    color: #003b82;
    font-family: "InterSB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.45;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

    .home-about-note i {
        color: #00a7d8;
        font-size: 19px;
    }

.home-about-content {
    position: relative;
}

.home-about-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #005ca8;
    font-family: "InterB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
}

    .home-about-eyebrow span {
        width: 48px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

.home-about-content h2 {
    margin: 0;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
}

    .home-about-content h2:after {
        content: "";
        display: block;
        width: 92px;
        height: 4px;
        margin-top: 22px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

.home-about-desc {
    margin: 22px 0 0;
    color: #536173;
    font-family: "InterR", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.home-about-features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 22px;
    margin-top: 32px;
}

.home-about-feature {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 126px;
    padding: 22px 20px;
    border: 1px solid rgba(0, 92, 168, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

    .home-about-feature:hover {
        transform: translateY(-5px);
        border-color: rgba(0, 167, 216, 0.34);
        box-shadow: 0 20px 46px rgba(0, 59, 130, 0.13);
    }

.home-about-feature-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #ffffff;
    font-size: 20px;
    background: linear-gradient(135deg, #005ca8, #00a7d8);
    box-shadow: 0 12px 24px rgba(0, 92, 168, 0.22);
}

.home-about-feature h3 {
    margin: 0;
    color: #102a43;
    font-family: "InterB", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
}

.home-about-feature p {
    margin: 8px 0 0;
    color: #64748b;
    font-family: "InterR", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.home-about-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 34px;
}

.home-about-primary {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 8px 0 26px;
    border-radius: 999px;
    color: #ffffff;
    font-family: "InterB", Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    background: linear-gradient(135deg, #005ca8, #003b82);
    box-shadow: 0 14px 30px rgba(0, 59, 130, 0.25);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

    .home-about-primary i {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #003b82;
        background: #ffffff;
        transition: transform 0.28s ease;
    }

    .home-about-primary:hover {
        color: #ffffff;
        transform: translateY(-3px);
        background: linear-gradient(135deg, #00a7d8, #005ca8);
        box-shadow: 0 18px 38px rgba(0, 92, 168, 0.3);
    }

        .home-about-primary:hover i {
            transform: translateX(3px);
        }

.home-about-hotline {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 8px 18px 8px 10px;
    border-radius: 999px;
    color: #0f273f;
    background: #ffffff;
    border: 1px solid rgba(0, 92, 168, 0.12);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

    .home-about-hotline > span {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #ffffff;
        background: #00a7d8;
    }

    .home-about-hotline strong {
        display: flex;
        flex-direction: column;
        gap: 4px;
        font-family: "InterSB", Arial, sans-serif;
        font-size: 13px;
        line-height: 1.2;
    }

    .home-about-hotline em {
        color: #005ca8;
        font-family: "InterB", Arial, sans-serif;
        font-style: normal;
        font-size: 17px;
    }

    .home-about-hotline:hover {
        color: #005ca8;
        border-color: rgba(0, 167, 216, 0.34);
        transform: translateY(-3px);
    }

.home-about-bottom {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    color: #005ca8;
    font-family: "InterSB", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

    .home-about-bottom i {
        color: #00a7d8;
        font-size: 20px;
    }

@media (max-width: 1199px) {
    .home-about-shell {
        gap: 46px;
    }

    .home-about-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 1023px) {
    .home-about.solklean-about-section {
        padding: 64px 0 58px;
    }

    .home-about-shell {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .home-about-media {
        max-width: 680px;
        min-height: 500px;
        margin: 0 auto;
        width: 100%;
    }

    .home-about-content h2 {
        font-size: 36px;
    }
}

@media (max-width: 739px) {
    .home-about.solklean-about-section {
        padding: 46px 0 44px;
    }

    .home-about-media {
        min-height: auto;
        display: grid;
        gap: 16px;
    }

    .home-about-frame {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        border: 6px solid #ffffff;
        border-radius: 12px;
    }

        .home-about-frame a {
            aspect-ratio: 4 / 3;
        }

    .home-about-frame-main {
        border-left: 6px solid #005ca8;
        border-bottom: 6px solid #005ca8;
    }

    .home-about-frame-float {
        width: 82%;
        margin-left: auto;
        border: 6px solid #005ca8;
    }

    .home-about-badge {
        left: 18px;
        top: 48%;
        width: 86px;
        height: 86px;
        transform: translateY(-50%);
    }

        .home-about-badge:before {
            inset: 9px;
            border-width: 3px;
        }

        .home-about-badge span {
            width: 46px;
            height: 46px;
            font-size: 24px;
        }

    .home-about-note {
        position: relative;
        left: auto;
        bottom: auto;
        max-width: none;
        width: 100%;
        border-radius: 14px;
        font-size: 14px;
    }

    .home-about-eyebrow {
        font-size: 13px;
        margin-bottom: 14px;
    }

        .home-about-eyebrow span {
            width: 36px;
        }

    .home-about-content h2 {
        font-size: 25px;
        line-height: 1.22;
    }

    .home-about-desc {
        font-size: 15px;
        line-height: 1.7;
    }

    .home-about-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 24px;
    }

    .home-about-feature {
        min-height: auto;
        padding: 12px;
        flex-direction: column;
    }

        .home-about-feature h3 {
            font-size: 15px;
        }

    .home-about-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
        margin-top: 26px;
    }

    .home-about-primary,
    .home-about-hotline {
        width: max-content;
    }

    .home-about-primary {
        justify-content: space-between;
    }

    .home-about-hotline {
        border-radius: 18px;
    }

    .home-about-bottom {
        align-items: flex-start;
        font-size: 15px;
    }
}