#main.about-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#main.about-main.scrolled-offset {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media screen and (max-width: 1024px) {
#main.about-main {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.about-main {
        margin-top: 0;
        padding-top: 0;
    }

    .about-main.scrolled-offset {
        margin-top: 0 !important;
    padding-top: 0 !important;
}

    @media screen and (max-width: 1024px) {
        .about-main {
            padding-top: 0;
        }
    }

    .about-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f8fbff 0%, #eef5fd 100%);
        padding: 82px 0 78px;
    }

    .about-hero::before {
        content: "";
        position: absolute;
        top: -260px;
        right: -250px;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(rgba(66, 139, 202, .13), transparent 70%);
        z-index: 1;
    }

    .about-hero::after {
        content: "";
        position: absolute;
        left: -300px;
        bottom: -340px;
        width: 740px;
        height: 740px;
        border-radius: 50%;
        background: radial-gradient(rgba(247, 170, 71, .14), transparent 70%);
        z-index: 1;
    }

    .about-hero .container {
        position: relative;
        z-index: 2;
    }

    .about-visual-card {
        position: relative;
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 28px;
        padding: 34px;
        min-height: 420px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 22px 60px rgba(27, 40, 71, .08);
        overflow: hidden;
    }

    .about-visual-card::before {
        content: "";
        position: absolute;
        top: -150px;
        right: -130px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(rgba(13, 110, 253, .12), transparent 70%);
    }

    .about-visual-card img {
        position: relative;
        z-index: 2;
        width: 100%;
        max-height: 360px;
        object-fit: contain;
        display: block;
    }

    .about-badge,
    .about-section-badge {
        display: inline-block;
        padding: 8px 16px;
        border-radius: 50px;
        background: rgba(66, 139, 202, .1);
        color: #0d6efd;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .about-title {
        color: #1f2937;
        font-size: 48px;
        font-weight: 800;
        line-height: 1.18;
        margin-bottom: 20px;
    }

    .about-title span {
        color: #f7aa47;
    }

    .about-description {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .about-description a {
        color: #0d6efd;
        font-weight: 800;
    }

    .about-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-bottom: 32px;
    }

    .about-btn-primary,
    .about-btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 14px 26px;
        border-radius: 12px;
        font-weight: 700;
        text-decoration: none;
        transition: all .3s ease;
    }

    .about-btn-primary {
        background: #f7aa47;
        color: #fff;
        box-shadow: 0 10px 25px rgba(247, 170, 71, .22);
    }

    .about-btn-primary:hover {
        background: #e09433;
        color: #fff;
        transform: translateY(-2px);
    }

    .about-btn-secondary {
        background: #fff;
        border: 2px solid #0d6efd;
        color: #0d6efd;
    }

    .about-btn-secondary:hover {
        background: #0d6efd;
        color: #fff;
        transform: translateY(-2px);
    }

    .about-trust-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .about-trust-card {
        background: #fff;
        border: 1px solid #f3f4f6;
        border-radius: 16px;
        padding: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
        height: 100%;
    }

    .about-trust-card h3 {
        color: #0d6efd;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 7px;
    }

    .about-trust-card p {
        color: #6b7280;
        font-size: 13px;
        line-height: 1.65;
        margin: 0;
    }

    .about-section {
        background: #fff;
        padding: 78px 0;
    }

    .about-section-soft {
        background: #fcfdfe;
        padding: 78px 0;
    }

    .about-section-heading {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 44px;
    }

    .about-section-heading h2 {
        color: #1f2937;
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 14px;
    }

    .about-section-heading p {
        color: #6b7280;
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .about-benefit-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 22px;
        padding: 28px;
        height: 100%;
        text-align: center;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .03);
        transition: all .3s ease;
    }

    .about-benefit-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, .07);
    }

    .about-benefit-icon {
        width: 76px;
        height: 76px;
        border-radius: 20px;
        background: #f8fbff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 18px;
    }

    .about-benefit-icon img {
        max-width: 46px;
        max-height: 46px;
        object-fit: contain;
    }

    .about-benefit-card h3 {
        color: #1f2937;
        font-size: 18px;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .about-benefit-card p {
        color: #6b7280;
        font-size: 14px;
        line-height: 1.8;
        margin: 0;
    }

    .about-video-card {
        max-width: 900px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 28px;
        padding: 18px;
        box-shadow: 0 22px 60px rgba(27, 40, 71, .08);
    }

    .about-video-frame {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        border-radius: 22px;
        overflow: hidden;
        background: #111827;
    }

    .about-video-frame iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .about-vision-section {
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #0d6efd 0%, #1b61d5 100%);
        padding: 80px 0;
    }

    .about-vision-section::before {
        content: "";
        position: absolute;
        top: -220px;
        right: -160px;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: radial-gradient(rgba(255, 255, 255, .18), transparent 70%);
    }

    .about-vision-card {
        position: relative;
        z-index: 2;
        background: #fff;
        border-radius: 22px;
        padding: 34px;
        height: 100%;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    }

    .about-vision-card h2 {
        color: #1f2937;
        font-size: 34px;
        font-weight: 800;
        text-align: center;
        margin-bottom: 18px;
    }

    .about-vision-card p,
    .about-vision-card li {
        color: #4b5563;
        font-size: 15px;
        line-height: 1.8;
    }

    .about-vision-card p {
        text-align: center;
        margin-bottom: 0;
    }

    .about-vision-card ul {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .about-support-swiper {
        position: relative;
        overflow: hidden;
        padding: 0 64px 46px;
    }

    .about-support-card {
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 22px;
        padding: 16px;
        box-shadow: 0 14px 40px rgba(27, 40, 71, .06);
    }

    .about-support-video {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        border-radius: 18px;
        overflow: hidden;
        background: #111827;
    }

    .about-support-video iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .about-support-swiper .swiper-button-next,
    .about-support-swiper .swiper-button-prev {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #fff;
        border: 1px solid #eef2f7;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    }

    .about-support-swiper .swiper-button-next::after,
    .about-support-swiper .swiper-button-prev::after {
        font-size: 18px;
        font-weight: 900;
        color: #0d6efd;
    }

    .about-support-swiper .swiper-pagination-bullet-active {
        background: #0d6efd;
    }

    .about-career-card {
        max-width: 760px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 24px;
        padding: 34px;
        text-align: center;
        box-shadow: 0 14px 40px rgba(27, 40, 71, .06);
    }

    .about-career-icon {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        background: rgba(247, 170, 71, .14);
        color: #f7aa47;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        margin: 0 auto 18px;
    }

    .about-career-card h3 {
        color: #1f2937;
        font-size: 26px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .about-career-card p {
        color: #6b7280;
        font-size: 15px;
        line-height: 1.8;
        margin: 0;
    }

    .about-form-card {
        max-width: 720px;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #eef2f7;
        border-radius: 28px;
        padding: 34px;
        box-shadow: 0 22px 60px rgba(27, 40, 71, .08);
    }

    .about-form-card .form-control {
        min-height: 50px;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        padding: 12px 16px;
        font-size: 14px;
        color: #1f2937;
        box-shadow: none;
    }

    .about-form-card textarea.form-control {
        min-height: 160px;
        resize: vertical;
    }

    .about-form-card .form-control:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, .08);
    }

    .about-submit-btn {
        width: 100%;
        min-height: 52px;
        border: 0;
        border-radius: 50px;
        background: #f7aa47;
        color: #fff;
        font-weight: 800;
        transition: all .3s ease;
    }

    .about-submit-btn:hover {
        background: #e09433;
        color: #fff;
        transform: translateY(-2px);
    }

    @media (max-width: 1199.98px) {
        .about-title {
            font-size: 42px;
        }
    }

    @media (max-width: 991.98px) {
        .about-hero {
            padding: 40px 0 30px;
        }

        .about-title {
            font-size: 36px;
        }

        .about-visual-card {
            margin-bottom: 34px;
            min-height: 330px;
        }

        .about-visual-card img {
            max-height: 280px;
        }

        .about-trust-grid {
            grid-template-columns: 1fr;
        }

        .about-section-heading h2 {
            font-size: 34px;
        }
    }

    @media (max-width: 767.98px) {
        .about-hero {
            padding: 40px 0 30px;
        }

        .about-title {
            font-size: 30px;
        }

        .about-description,
        .about-section-heading p {
            font-size: 14px;
        }

        .about-actions {
            gap: 12px;
        }

        .about-btn-primary,
        .about-btn-secondary {
            width: 100%;
            min-height: 50px;
            padding: 12px 20px;
        }

        .about-visual-card {
            border-radius: 22px;
            padding: 22px;
            min-height: 250px;
        }

        .about-visual-card img {
            max-height: 220px;
        }

        .about-section,
        .about-section-soft,
        .about-vision-section {
            padding: 54px 0;
        }

        .about-section-heading {
            margin-bottom: 30px;
        }

        .about-section-heading h2 {
            font-size: 28px;
        }

        .about-video-card {
            border-radius: 22px;
            padding: 12px;
        }

        .about-video-frame,
        .about-support-video {
            border-radius: 16px;
        }

        .about-vision-card {
            padding: 26px;
            border-radius: 18px;
        }

        .about-vision-card h2 {
            font-size: 26px;
        }

        .about-support-swiper {
            padding: 0 0 42px;
        }

        .about-support-swiper .swiper-button-next,
        .about-support-swiper .swiper-button-prev {
            display: none;
        }

        .about-form-card,
        .about-career-card {
            border-radius: 22px;
            padding: 24px;
        }
    }

    @media (max-width: 480px) {
        .about-hero {
            padding: 38px 0 28px;
        }

        .about-title {
            font-size: 27px;
        }

        .about-badge,
        .about-section-badge {
            font-size: 12px;
            padding: 7px 14px;
        }

        .about-benefit-card {
            padding: 24px;
        }
    }

.about-hero {
    margin-top: 0 !important;
    padding-top: 40px !important;
}

@media (max-width: 991.98px) {
    .about-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 767.98px) {
    .about-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

@media (max-width: 480px) {
    .about-hero {
        margin-top: 0 !important;
        padding-top: 40px !important;
    }
}

.about-main input:focus-visible,
.about-main select:focus-visible,
.about-main textarea:focus-visible,
.about-main button:focus-visible,
.about-main a:focus-visible {
    outline: 3px solid rgba(13, 110, 253, .18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .about-main *,
    .about-main *::before,
    .about-main *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media screen and (max-width: 1024px) {
    #main {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    #main.scrolled-offset {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
