header {
    position: relative;
}

.solklean-about-page {
    position: relative;
    overflow: hidden;
    color: #0f273f;
    background: #ffffff;
}

    .solklean-about-page img {
        max-width: 100%;
    }

.about-hero,
.about-values,
.about-gallery {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 8% 92%, rgba(0, 167, 216, 0.10) 0 150px, transparent 151px), linear-gradient(180deg, #ffffff 0%, #f8fafc 54%, #eef5fb 100%);
}

.about-hero {
    padding: 82px 0 58px;
}

    .about-hero:before,
    .about-values:before,
    .about-gallery:before {
        content: "";
        position: absolute;
        right: 0;
        top: 38px;
        width: 184px;
        height: 89px;
        opacity: 0.32;
        pointer-events: none;
        background-image: radial-gradient(circle, #00a7d8 2px, transparent 2.5px);
        background-size: 18px 18px;
    }

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

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

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

.about-section-head.center .about-eyebrow {
    justify-content: center;
}

.about-hero-content h1,
.about-section-head h2 {
    margin: 0;
    color: #0f273f;
    font-family: "InterB";
    font-weight: 700;
    letter-spacing: 0;
}

.about-hero-content h1 {
    font-size: 35px;
    line-height: 1.14;
}

.about-hero-content p {
    margin: 22px 0 0;
    color: #64748b;
    font-family: "InterR";
    font-size: 17px;
    line-height: 1.75;
}

.about-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.about-primary,
.about-hotline {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-family: "InterB", Arial, sans-serif;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

.about-primary {
    gap: 14px;
    padding: 0 8px 0 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #005ca8, #003b82);
    box-shadow: 0 14px 30px rgba(0, 59, 130, 0.24);
}

    .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;
    }

    .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);
    }

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

.about-hotline {
    gap: 12px;
    padding: 0 20px;
    color: #0f273f;
    background: #ffffff;
    border: 1px solid rgba(0, 92, 168, 0.14);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

    .about-hotline i {
        color: #00a7d8;
    }

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

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

.about-media-main,
.about-media-card {
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
}

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

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

    .about-media-main a,
    .about-media-card a,
    .about-media-main img,
    .about-media-card img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .about-media-main img,
    .about-media-card img {
        object-fit: cover;
        transform: scale(1.01);
        transition: transform 0.32s ease;
    }

    .about-media-main:hover img,
    .about-media-card:hover img {
        transform: scale(1.06);
    }

.about-media-badge {
    position: absolute;
    left: 48%;
    top: 53%;
    z-index: 3;
    width: 126px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 36px;
    background: linear-gradient(135deg, #005ca8, #00a7d8);
    box-shadow: 0 18px 38px rgba(0, 92, 168, 0.28);
    transform: translate(-50%, -50%);
}

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

.about-stat-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.about-stat,
.about-value-card,
.about-rich-card,
.about-detail-copy {
    border: 1px solid rgba(0, 92, 168, 0.1);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.about-stat {
    padding: 22px;
    border-radius: 18px;
}

    .about-stat strong {
        display: block;
        color: #005ca8;
        font-family: "InterB", Arial, sans-serif;
        font-size: 23px;
        line-height: 1;
    }

    .about-stat span {
        display: block;
        margin-top: 10px;
        color: #64748b;
        font-family: "InterSB", Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
    }

.about-story {
    padding: 50px 0;
    padding-bottom: 15px;
    background: #ffffff;
}

.about-section-head {
    max-width: 820px;
    margin-bottom: 30px;
}

    .about-section-head.center {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .about-section-head h2 {
        font-size: 26px;
        line-height: 1.22;
    }

.about-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-rich-card,
.about-detail-copy {
    overflow: hidden;
    border-radius: 22px;
}

.about-rich-content {
    color: #334155;
    font-family: "InterR", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.78;
}

.about-rich-card .about-rich-content,
.about-detail-copy .about-rich-content {
    padding: 28px;
}

.about-detail-copy .about-rich-content {
    padding-top: 0;
}

.about-rich-content p {
    margin: 0 0 16px;
    text-align: justify;
}

.about-rich-content h2,
.about-rich-content h3,
.about-rich-content h4 {
    margin: 0 0 14px;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    line-height: 1.35;
}

.about-rich-content ul,
.about-rich-content ol {
    padding-left: 22px;
    margin: 14px 0 0;
}

.about-rich-content li {
    margin-bottom: 8px;
}

.about-values {
    padding: 45px 0;
}

.about-value-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.about-value-card {
    min-height: 245px;
    padding: 26px 22px;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .about-value-card:hover {
        transform: translateY(-6px);
        border-color: rgba(0, 167, 216, 0.32);
        box-shadow: 0 26px 60px rgba(0, 59, 130, 0.14);
    }

    .about-value-card i {
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #ffffff;
        font-size: 22px;
        background: linear-gradient(135deg, #005ca8, #00a7d8);
        box-shadow: 0 12px 24px rgba(0, 92, 168, 0.22);
    }

    .about-value-card h3 {
        margin: 20px 0 0;
        color: #0f273f;
        font-family: "InterB", Arial, sans-serif;
        font-size: 20px;
        line-height: 1.35;
    }

    .about-value-card p {
        margin: 10px 0 0;
        color: #64748b;
        font-family: "InterR", Arial, sans-serif;
        font-size: 15px;
        line-height: 1.65;
    }

.about-detail {
    padding: 78px 0;
    background: #ffffff;
    padding-bottom: 27px;
}

.about-detail-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 34px;
}

.about-detail-copy {
    padding-top: 28px;
}

    .about-detail-copy .about-eyebrow {
        margin-left: 28px;
    }

.about-detail-image {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 18px;
    align-items: end;
}

    .about-detail-image img {
        width: 100%;
        height: 430px;
        display: block;
        object-fit: cover;
        border-radius: 22px;
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
    }

        .about-detail-image img:nth-child(2) {
            height: 320px;
            border: 8px solid #ffffff;
            box-shadow: 0 18px 42px rgba(0, 92, 168, 0.16);
        }

.list-img-about-bottom {
    overflow: hidden;
    margin-top: 42px;
}

.item-col-img-about-b a {
    display: block;
    overflow: hidden;
    border-radius: 18px;
}

    .item-col-img-about-b a img {
        display: block;
        width: 100%;
        height: 260px;
        object-fit: cover;
        transition: transform 0.32s ease;
    }

    .item-col-img-about-b a:hover img {
        transform: scale(1.06);
    }

.about-gallery {
    padding: 32px 0 61px;
}

.home-picture-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.home-picture-item {
    display: grid;
    gap: 16px;
}

    .home-picture-item .img {
        position: relative;
        overflow: hidden;
        min-height: 190px;
        border-radius: 18px;
        background: #eef5fb;
        box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    }

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

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

        .home-picture-item .img:hover img {
            transform: scale(1.07);
        }

    .home-picture-item:nth-child(1) .img:nth-child(1),
    .home-picture-item:nth-child(4) .img:nth-child(1) {
        min-height: 230px;
    }

    .home-picture-item:nth-child(2) .img:nth-child(1),
    .home-picture-item:nth-child(3) .img:nth-child(1),
    .home-picture-item:nth-child(5) .img:nth-child(1) {
        min-height: 330px;
    }

    .home-picture-item:nth-child(3) .img:nth-child(1) {
        min-height: 470px;
    }
