:root {
        --acg-navy: #0d1b2a;
        --acg-steel: #1b263b;
        --acg-blue: #0a4df5;
        --acg-sky: #2e6bff;
        --acg-ice: #f3f7ff;
        --acg-text: #1f2937;
        --acg-muted: #2a323f;
        --acg-line: #dbe3f3;
    }

    .hero-carousel .carousel-item {
        min-height: clamp(480px, 74vh, 760px);
    }

    .hero-carousel .carousel-item img {
        min-height: clamp(480px, 74vh, 760px);
        object-fit: cover;
        filter: saturate(1.05);
    }

    .hero-carousel .carousel-indicators {
        margin-bottom: 1.25rem;
        gap: .45rem;
    }

    .hero-carousel .carousel-indicators [data-bs-target] {
        width: 82px;
        height: 52px;
        border: 2px solid rgba(255, 255, 255, .38);
        border-radius: .55rem;
        overflow: hidden;
        text-indent: 0;
        opacity: .78;
        margin: 0;
        background: transparent;
        transition: transform .2s ease, opacity .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .hero-carousel .carousel-indicators [data-bs-target] img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .hero-carousel .carousel-indicators .active {
        opacity: 1;
        border-color: #fff;
        box-shadow: 0 0 0 2px rgba(46, 107, 255, .35);
        transform: translateY(-1px);
    }

   
    .hero-caption {
        position: relative;
        z-index: 2;
        max-width: 840px;
        animation: riseIn .8s ease;
    }

    .hero-kicker {
        letter-spacing: .14em;
        font-size: .82rem;
        font-weight: 600;
        color: rgba(255, 255, 255, .9);
        text-transform: uppercase;
        margin-bottom: 1rem;
        font-family: "Nunito", sans-serif;
    }

    .hero-title {
        font-family: "Rubik", sans-serif;
        font-weight: 800;
        line-height: 1.08;
        letter-spacing: -.02em;
        font-size: clamp(2.05rem, 3.9vw, 4.1rem);
        margin-bottom: 1rem;
        color: #fff;
        text-wrap: balance;
    }

    .hero-subtitle {
        color: rgba(255, 255, 255, .92);
        font-family: "Nunito", sans-serif;
        font-weight: 500;
        font-size: clamp(1rem, 1.25vw, 1.18rem);
        line-height: 1.5;
        max-width: 720px;
        margin: 0 auto 1.6rem;
    }

    .hero-actions .btn {
        border-radius: 999px;
        padding: .75rem 1.7rem;
        font-weight: 700;
    }

    .btn-premium {
        background: linear-gradient(135deg, var(--acg-blue), var(--acg-sky));
        color: #fff;
        border: 0;
        box-shadow: 0 12px 24px rgba(10, 77, 245, .3);
    }

    .btn-premium:hover {
        color: #fff;
        transform: translateY(-2px);
    }

    .btn-ghost {
        border: 1px solid rgba(255, 255, 255, .55);
        color: #fff;
        background: rgba(255, 255, 255, 0.08);
    }

    .btn-ghost:hover {
        color: #fff;
        background: rgba(255, 255, 255, .16);
    }

    .recruitment-banner {
        background: linear-gradient(135deg, #f8faff 0%, #eef3ff 100%);
        border: 1px solid var(--acg-line);
        border-radius: 1rem;
        box-shadow: 0 14px 35px rgba(13, 27, 42, .07);
    }

    .section-label {
        display: inline-block;
        letter-spacing: .14em;
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--acg-blue);
        margin-bottom: .5rem;
    }

    .section-title {
        font-family: "Rubik", sans-serif;
        color: var(--acg-navy);
        font-weight: 700;
        margin-bottom: .6rem;
    }

    .home-no-lines .section-title::before,
    .home-no-lines .section-title::after {
        display: none !important;
        content: none !important;
    }

    .section-description {
        color: var(--acg-muted);
        max-width: 680px;
        margin: 0 auto;
    }

    .news-card {
        flex: 0 0 clamp(250px, 27vw, 330px);
        border: 0;
        border-radius: 1.1rem;
        overflow: hidden;
        height: 390px;
        min-height: 390px;
        position: relative;
        background: #0d1b2a;
        box-shadow: 0 14px 30px rgba(13, 27, 42, .14);
        transition: transform .25s ease, box-shadow .25s ease;
        animation: riseIn .6s ease;
    }

    .news-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 38px rgba(13, 27, 42, .2);
    }

    .news-thumb {
        position: absolute;
        inset: 0;
        height: 100%;
        width: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transform: scale(1.01);
    }

    .news-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(13, 27, 42, .05) 18%, rgba(13, 27, 42, .78) 70%, rgba(13, 27, 42, .95) 100%);
    }

    .news-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 1rem 1rem 1.1rem;
    }

    .news-title {
        color: #fff;
        font-size: 1.45rem;
        line-height: 1.22;
        font-family: "Rubik", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: .8rem;
    }

    .news-meta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: rgba(255, 255, 255, .9);
        font-size: .82rem;
        gap: .5rem;
    }

    .news-badge {
        background: rgba(255, 255, 255, .14);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, .3);
        padding: .2rem .5rem;
        border-radius: 999px;
        font-size: .72rem;
        text-transform: uppercase;
        letter-spacing: .04em;
    }

    .news-scroll {
        display: flex;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding: .35rem .1rem .7rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        overscroll-behavior-x: contain;
        -webkit-user-select: none;
        user-select: none;
    }

    .news-scroll::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent;
    }

    .news-scroll::-webkit-scrollbar-track {
        display: none;
        background: transparent;
    }

    .news-scroll::-webkit-scrollbar-thumb {
        display: none;
        background: transparent;
    }

    .news-scroll>* {
        scroll-snap-align: start;
    }

    .news-card a {
        -webkit-tap-highlight-color: transparent;
        text-decoration: none !important;
        -webkit-user-select: none;
        user-select: none;
    }

    .news-card a:focus,
    .news-card a:focus-visible,
    .news-card a:active {
        outline: none;
        box-shadow: none;
    }

    .news-thumb {
        -webkit-user-drag: none;
        user-select: none;
        pointer-events: none;
    }


    .service-card {
        height: 100%;
        border-radius: 1rem;
        border: 0;
        overflow: hidden;
        position: relative;
        color: #fff;
        min-height: 280px;
        box-shadow: 0 16px 28px rgba(13, 27, 42, .14);
        background-size: cover;
        background-position: center;
    }

    .service-card::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(13, 27, 42, .15), rgba(13, 27, 42, .86));
    }

    .service-content {
        position: relative;
        z-index: 1;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 1.4rem;
    }

    .service-title {
        font-size: 1.08rem;
        font-family: "Rubik", sans-serif;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: .5rem;
        word-break: break-word;
    }

    .service-text {
        color: rgba(255, 255, 255, .88);
        margin-bottom: .7rem;
        font-size: .78rem;
        line-height: 1.35;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .service-actions {
        display: flex;
        flex-wrap: nowrap;
        gap: .45rem;
        width: 100%;
    }

    .service-actions .btn {
        flex: 1 1 0;
        font-size: .78rem;
        padding: .42rem .55rem;
        border-radius: .6rem;
        font-weight: 600;
        white-space: nowrap;
        text-align: center;
    }

    @media (min-width: 992px) {
        .service-card {
            min-height: 300px;
            aspect-ratio: auto;
        }

        .service-title {
            font-size: 1.42rem;
            margin-bottom: .7rem;
        }

        .service-text {
            font-size: 1rem;
            line-height: 1.45;
            margin-bottom: 1rem;
            -webkit-line-clamp: 3;
        }

        .service-actions {
            flex-wrap: wrap;
            gap: .55rem;
        }

        .service-actions .btn {
            flex: 0 0 auto;
            font-size: .88rem;
            padding: .55rem 1rem;
            border-radius: 999px;
        }
    }

    .contact-shell {
        border-radius: 1rem;
        overflow: hidden;
        border: 1px solid var(--acg-line);
        box-shadow: 0 14px 32px rgba(13, 27, 42, .08);
        background: linear-gradient(135deg, #fbfdff 0%, #f2f6ff 100%);
    }

    .contact-form-wrap {
        background: linear-gradient(160deg, var(--acg-navy), var(--acg-blue));
        border-radius: .9rem;
    }

    .quick-contact-wrap {
        position: fixed;
        right: 1rem;
        bottom: 1.2rem;
        z-index: 1050;
    }

    .quick-contact-toggle {
        width: 58px;
        height: 58px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, .28);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: linear-gradient(145deg, #f50a49, #b5133e);
        box-shadow: 0 14px 32px rgba(10, 77, 245, .36);
        font-size: 1.18rem;
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .quick-contact-toggle:hover {
        color: #fff;
        transform: translateY(-2px) scale(1.02);
        box-shadow: 0 18px 34px rgba(10, 77, 245, .42);
    }

    .quick-contact-menu {
        position: absolute;
        right: 0;
        bottom: 68px;
        width: 210px;
        background: rgba(255, 255, 255, .94);
        border: 1px solid rgba(175, 192, 228, .55);
        backdrop-filter: blur(12px);
        border-radius: 1rem;
        box-shadow: 0 20px 45px rgba(13, 27, 42, .18);
        padding: .5rem;
        display: none;
    }

    .quick-contact-wrap.open .quick-contact-menu {
        display: block;
        animation: riseIn .18s ease;
    }

    .quick-contact-item {
        display: flex;
        align-items: center;
        gap: .58rem;
        text-decoration: none;
        color: var(--acg-navy);
        padding: .54rem .58rem;
        border-radius: .65rem;
        font-size: .84rem;
        font-weight: 600;
        transition: background .18s ease, transform .18s ease;
    }

    .quick-contact-item:hover {
        background: linear-gradient(135deg, #eef4ff, #f7faff);
        color: var(--acg-blue);
        transform: translateX(2px);
    }

    .quick-contact-item i {
        color: #fff;
        background: linear-gradient(145deg, var(--acg-blue), var(--acg-sky));
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: .78rem;
    }

    .top-divider {
        height: 1px;
        width: 100%;
        background: linear-gradient(90deg, transparent, var(--acg-line), transparent);
        margin: 3rem 0;
    }

    .about-summary {
        margin: 0;
        padding: 1.2rem 1.2rem;
        border-radius: 0;
        border: 1px solid var(--acg-line);
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 24px rgba(13, 27, 42, .06);
    }

    .about-summary::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(6, 12, 26, .92) 0%, rgba(9, 20, 44, .78) 100%);
    }

    .about-summary>div {
        position: relative;
        z-index: 1;
    }

    .about-summary p {
        color: rgba(255, 255, 255, .9);
        margin-bottom: .8rem;
    }

    .about-summary-note {
        color: rgba(255, 255, 255, .94);
        font-weight: 700;
        font-size: .9rem;
    }

    .about-summary-content {
        width: 100%;
    }

    .about-summary .contact-form-wrap {
        background: transparent !important;
        border: 1px solid rgba(255, 255, 255, .25);
        box-shadow: none;
    }

    .about-summary .btn-about-premium {
        background: linear-gradient(135deg, #2e6bff, #0a4df5);
        border: 1px solid rgba(255, 255, 255, .28);
        color: #fff;
        border-radius: 999px;
        padding: .62rem 1.25rem;
        font-weight: 700;
        letter-spacing: .01em;
        box-shadow: 0 10px 24px rgba(10, 77, 245, .34);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .about-summary .btn-about-premium:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(10, 77, 245, .42);
        filter: brightness(1.04);
    }

    .about-home {
        margin: 2.4rem auto;
    }

    .about-home-card {
        background: #fff;
        border: 1px solid var(--acg-line);
        border-radius: .9rem;
        padding: 1.15rem;
        box-shadow: 0 12px 26px rgba(13, 27, 42, .07);
        height: 100%;
    }

    .about-home-card p {
        color: var(--acg-muted);
        margin-bottom: .9rem;
    }

    .about-home-text {
        color: var(--acg-muted);
        line-height: 1.75;
        font-size: 1rem;
        margin-bottom: 1rem;
        text-align: justify;
        text-justify: inter-word;
    }

    .about-home-contacts {
        display: grid;
        gap: .7rem;
        margin: 1rem 0 1.2rem;
    }

    .about-home-contact-item {
        display: flex;
        align-items: center;
        gap: .65rem;
        margin: 0;
        padding: .62rem .78rem;
        border: 1px solid var(--acg-line);
        border-radius: .75rem;
        background: linear-gradient(135deg, #f9fbff 0%, #f2f6ff 100%);
        color: #1b2a41;
        font-family: "Nunito", sans-serif;
        font-size: .98rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

    .about-home-contact-item i {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #0a4df5, #2e6bff);
        color: #fff !important;
        flex-shrink: 0;
    }

    .about-home-contact-item:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 18px rgba(13, 27, 42, .1);
        border-color: #bfd0f8;
        color: #10233f;
    }

    .about-home-cta {
        background: linear-gradient(135deg, #0d1b2a 0%, #0a4df5 100%);
        color: #fff;
        border: 0;
        border-radius: 999px;
        padding: .68rem 1.25rem;
        font-weight: 700;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        box-shadow: 0 12px 26px rgba(10, 77, 245, .28);
        transition: transform .2s ease, box-shadow .2s ease;
    }

    .about-home-cta:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(10, 77, 245, .34);
    }

    .about-home-media {
        position: relative;
        border-radius: .9rem;
        overflow: hidden;
        height: 100%;
        min-height: 320px;
        box-shadow: 0 14px 28px rgba(13, 27, 42, .13);
    }

    .about-home-media img {
        width: 100%;
        height: 100%;
        min-height: 320px;
        object-fit: cover;
    }

    .about-home-media::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(13, 27, 42, .28) 0%, rgba(13, 27, 42, .72) 100%);
        transition: opacity .22s ease;
    }

    .about-home-media:hover::before {
        opacity: .12;
    }

    .about-home-caption {
        position: absolute;
        left: 1rem;
        right: 1rem;
        bottom: .85rem;
        z-index: 2;
        color: #fff;
        font-weight: 700;
        font-size: .95rem;
        line-height: 1.35;
        text-shadow: 0 3px 10px rgba(0, 0, 0, .34);
    }

    @keyframes riseIn {
        from {
            opacity: 0;
            transform: translateY(16px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .reveal-on-scroll {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .55s ease, transform .55s ease;
        will-change: opacity, transform;
    }

    .reveal-on-scroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

    .reveal-delay-1 {
        transition-delay: .08s;
    }

    .reveal-delay-2 {
        transition-delay: .14s;
    }

    @media (prefers-reduced-motion: reduce) {
        .reveal-on-scroll {
            opacity: 1;
            transform: none;
            transition: none;
        }
    }

    @media (min-width: 992px) {
        .about-home-text {
            font-size: 1.2rem;
        }

        .about-home-contact-item {
            font-size: 1.02rem;
        }
    }

    @media (max-width: 991px) {
        .hero-carousel .carousel-item,
        .hero-carousel .carousel-item img {
            min-height: clamp(560px, 88vh, 820px);
        }

        .hero-title {
            font-size: clamp(1.8rem, 7vw, 3rem);
        }

        .hero-carousel .carousel-caption {
            padding-top: 5.4rem;
            padding-bottom: 4rem;
        }

        .hero-caption {
            margin-top: 1.5rem;
        }

        .hero-actions .btn {
            padding: .55rem 1rem;
            font-size: .82rem;
        }

        .hero-carousel .carousel-indicators [data-bs-target] {
            width: 54px;
            height: 30px;
            border-radius: .45rem;
        }

        .hero-carousel .carousel-indicators {
            margin-bottom: .9rem;
        }

        .news-thumb {
            min-height: 400px;
        }

        .news-card {
            min-height: 400px;
            height: 400px;
            flex-basis: min(66vw, 300px);
        }

        .news-title {
            font-size: 1.25rem;
        }

        .service-card {
            min-height: 0;
            aspect-ratio: 1 / 1;
        }

        .service-title {
            font-size: .98rem;
        }

        .service-actions .btn {
            font-size: .72rem;
            padding: .36rem .45rem;
        }

        .service-text {
            display: -webkit-box;
            font-size: .7rem;
            -webkit-line-clamp: 2;
        }

        .quick-contact-wrap {
            right: .8rem;
            bottom: 1rem;
        }

        .about-summary {
            padding: 1rem;
        }

        .about-summary-content {
            width: 100%;
            text-align: center;
        }

        .about-summary-note {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .35rem;
        }

        .about-summary .btn-about-premium {
            margin-left: auto;
            margin-right: auto;
        }

        .about-summary .contact-form-wrap {
            text-align: center;
        }

        .quick-contact-toggle {
            width: 50px;
            height: 50px;
            font-size: 1.02rem;
        }

        .quick-contact-menu {
            width: 176px;
            bottom: 58px;
        }

    }

