.technology-banner-content{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
    align-items: center;
    gap: 56px;
}

.technology-banner-copy{
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.contact-banner-content h1{
    font-size: 60px;
}

.contact-banner-content h1 span{
    color: #8BC22C;
}

.contact-banner-content p{
    max-width: 760px;
    font-size: 20px;
}

.technology-banner-btn{
    min-height: 56px;
    margin-top: 30px;
    padding: 0 28px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #8BC22C;
    color: #002135;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    transition: transform .3s ease, background-color .3s ease;
}

.technology-banner-cards{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.technology-banner-card{
    min-height: 170px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform .3s ease, background-color .3s ease, border-color .3s ease;
}

.technology-banner-card strong{
    display: block;
    color: #8BC22C;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
}

.technology-banner-card h3{
    margin-top: 18px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
}

.technology-banner-content .technology-banner-card p{
    margin-top: 8px;
    max-width: none;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.7;
}

.technology-platform-section{
    padding: 96px 0;
    background-color: #FFFFFF;
}

.technology-platform-wrap{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.technology-platform-head{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.technology-section-tag{
    min-height: 34px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8BC22C;
    border-radius: 999px;
    background-color: rgba(139, 194, 44, 0.16);
    color: #8BC22C;
    font-weight: normal;
    font-size: 14px;
}

.technology-platform-head h2{
    margin-top: 20px;
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
}

.technology-platform-head p{
    margin-top: 18px;
    color: #666666;
    font-size: 18px;
    line-height: 1.7;
}

.technology-pillar-tabs{
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.technology-pillar-tab{
    height: 58px;
    padding: 0 22px 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #E5E5E5;
    border-radius: 999px;
    background-color: #FFFFFF;
    color: #555555;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, transform .3s ease;
}

.technology-pillar-tab span{
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F3F4F3;
    color: #999999;
    font-size: 12px;
    transition: background-color .3s ease, color .3s ease;
}

.technology-pillar-tab.active{
    border-color: #002135;
    background-color: #002135;
    color: #FFFFFF;
}

.technology-pillar-tab.active span{
    background-color: #8BC22C;
    color: #002135;
}

.technology-pillar-swiper{
    overflow: hidden;
    margin-top: 40px;
    padding: 30px;
}

.technology-pillar-slide{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 52px;
    align-items: center;
    padding: 34px;
    border-radius: 24px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 34px rgba(0, 33, 53, 0.1);
}

.technology-pillar-media{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    aspect-ratio: 670 / 506;
    background-color: #F3F4F3;
}

.technology-pillar-media > img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.technology-pillar-media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 16, 32, 0) 30%, rgba(0, 16, 32, 0.76) 100%);
}

.technology-pillar-media-copy{
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 1;
}

.technology-pillar-media-copy div{
    display: flex;
    align-items: center;
    gap: 12px;
}

.technology-pillar-media-copy img{
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.technology-pillar-media-copy span{
    color: var(--theme-color);
    font-size: 12px;
    font-weight: bold;
}

.technology-pillar-media-copy strong{
    display: block;
    margin-top: 10px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
}

.technology-pillar-kicker{
    color: var(--theme-color);
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
}

.technology-pillar-copy h3{
    margin-top: 12px;
    color: #111111;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}

.technology-pillar-copy p{
    margin-top: 18px;
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
}

.technology-feature-list{
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.technology-feature-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444444;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
    transform: translateX(-18px);
}

.technology-feature-list li i{
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color) !important;
    font-size: 15px;
    line-height: 1;
}

.swiper-slide-active .technology-feature-list li{
    animation: technologyFeatureIn .48s ease forwards;
}

.swiper-slide-active .technology-feature-list li:nth-child(2){
    animation-delay: .08s;
}

.swiper-slide-active .technology-feature-list li:nth-child(3){
    animation-delay: .16s;
}

@keyframes technologyFeatureIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.technology-pillar-actions{
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.technology-pillar-btn{
    min-height: 46px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: normal;
    font-size: 14px;
    transition: transform .3s ease, background-color .3s ease, color .3s ease;
}
.technology-pillar-btn .fa{
    margin-left: 8px;
}

.technology-pillar-btn-dark{
    background-color: #002135;
    color: #FFFFFF;
}

.technology-pillar-btn-light{
    border: 1px solid #E5E5E5;
    background-color: #FFFFFF;
    color: #555555;
}

.technology-pillar-pagination{
    position: static;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.technology-pillar-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 !important;
    border-radius: 999px;
    background-color: #E5E5E5;
    opacity: 1;
    transition: width .3s ease, background-color .3s ease;
}

.technology-pillar-pagination .swiper-pagination-bullet-active{
    width: 32px;
    background-color: #8BC22C;
}

.technology-pillar-card-grid{
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.technology-pillar-card{
    position: relative;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    background-color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease;
}

.technology-pillar-card::after{
    content: "";
    position: absolute;
    top: -68px;
    right: -68px;
    width: 136px;
    height: 136px;
    border-radius: 0 0 0 136px;
    background-color: color-mix(in oklab, var(--theme-color) 24%, transparent);
    opacity: 0;
    transition: opacity .18s ease;
}

.technology-pillar-card img{
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.technology-pillar-card span{
    display: block;
    margin-top: 22px;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 12px;
}

.technology-pillar-card h3{
    margin-top: 10px;
    color: #111111;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.35;
}

.technology-pillar-card p{
    margin-top: 10px;
    color: #666666;
    font-size: 12px;
    line-height: 1.7;
}

.technology-pillar-card strong{
    display: block;
    margin-top: 18px;
    color: var(--theme-color);
    font-weight: normal;
    font-size: 12px;
}

.technology-insight-section{
    padding: 96px 0;
    padding-top: 0;
    background-color: #FFFFFF;
}

.technology-insight-wrap{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.technology-insight-wrap h2{
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
}

.technology-insight-grid{
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
}

.technology-insight-card{
    overflow: hidden;
    border-radius: 16px;
    background-color: #F3F4F3;
    transition: transform .24s ease, box-shadow .24s ease;
}

.technology-insight-featured{
    grid-column: span 3;
}

.technology-insight-side{
    grid-column: span 3;
}

.technology-insight-card:not(.technology-insight-featured):not(.technology-insight-side){
    grid-column: span 2;
}

.technology-insight-media{
    overflow: hidden;
    aspect-ratio: 4 / 2;
    background-color: #E8EBE7;
}

.technology-insight-media img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .42s ease;
}

.technology-insight-copy{
    padding: 24px;
}

.technology-insight-copy h3{
    color: #111111;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35;
}

.technology-insight-copy p{
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.technology-insight-tags{
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.technology-insight-tag{
    min-height: 24px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.2;
}

.technology-insight-tag-green{
    background-color: #8bc22c1a;
    color: #6A9D12;
}

.technology-insight-tag-dark{
    background-color: #00213514;
    color: #002135;
}

.technology-metric-section{
    padding: 96px 0;
    background-color: #F3F4F3;
}

.technology-metric-wrap{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}

.technology-metric-head{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    align-items: end;
    gap: 48px;
}

.technology-metric-head h2{
    max-width: 760px;
    margin-top: 20px;
    color: #111111;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
}

.technology-metric-head > p{
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    text-align: right;
}

.technology-metric-grid{
    margin-top: 42px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.technology-metric-card{
    padding: 28px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0 18px 42px rgba(0, 33, 53, 0.08);
    transition: transform .24s ease, box-shadow .24s ease;
}

.technology-metric-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.technology-metric-top img{
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    object-fit: contain;
}

.technology-metric-top div{
    text-align: right;
}

.technology-metric-top strong{
    display: block;
    color: #8BC22C;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
}

.technology-metric-top span{
    display: block;
    margin-top: 6px;
    color: #999999;
    font-size: 12px;
    line-height: 1.4;
}

.technology-metric-kicker{
    margin-top: 30px;
    color: #8BC22C;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
}

.technology-metric-card h3{
    margin-top: 12px;
    color: #111111;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.35;
}

.technology-metric-card p{
    margin-top: 14px;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.technology-cta-section{
    padding: 96px 0;
    background-color: #002135;
}

.technology-cta-wrap{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.technology-cta-wrap h2{
    max-width: 880px;
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 48px;
    line-height: 1.15;
}

.technology-cta-wrap p{
    max-width: 760px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 20px;
    line-height: 1.8;
}

.technology-cta-actions{
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.technology-cta-btn{
    min-height: 58px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: normal;
    font-size: 16px;
    transition: transform .24s ease, background-color .24s ease, border-color .24s ease, color .24s ease;
}

.technology-cta-btn-primary{
    background-color: #8BC22C;
    color: #002135;
}

.technology-cta-btn-secondary{
    border: 1px solid rgba(255, 255, 255, 0.28);
    background-color: rgba(255, 255, 255, 0.08);
    color: #FFFFFF;
}

@media (hover: hover) and (pointer: fine) {
    .technology-banner-btn:hover{
        transform: scale(1.04);
        background-color: #97D333;
    }

    .technology-banner-card:hover{
        transform: translateY(-6px);
        border-color: rgba(139, 194, 44, 0.5);
        background-color: rgba(255, 255, 255, 0.1);
    }

    .technology-pillar-tab:not(.active):hover{
        transform: translateY(-2px);
        border-color: #8BC22C;
        color: #111111;
    }

    .technology-pillar-btn:hover{
        transform: translateY(-2px);
    }

    .technology-pillar-btn-light:hover{
        border-color: #8BC22C;
    }

    .technology-pillar-card:hover{
        transform: translateY(-8px);
        box-shadow: 0 22px 56px rgba(0, 33, 53, 0.12);
    }

    .technology-pillar-card:hover::after{
        opacity: 1;
    }

    .technology-insight-card:hover .technology-insight-media img{
        transform: scale(1.08);
    }

    .technology-insight-card:not(.technology-insight-featured):not(.technology-insight-side):hover{
        transform: translateY(-8px);
        box-shadow: 0 22px 54px rgba(0, 33, 53, 0.12);
    }

    .technology-metric-card:hover{
        transform: translateY(-6px);
        box-shadow: 0 24px 58px rgba(0, 33, 53, 0.12);
    }

    .technology-cta-btn:hover{
        transform: translateY(-2px);
    }

    .technology-cta-btn-secondary:hover{
        border-color: rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.14);
    }
}

@media screen and (max-width: 768px) {
    .technology-banner-content{
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-banner-content h1{
        font-size: 42px;
    }

    .contact-banner-content p{
        font-size: 18px;
    }

    .technology-platform-section{
        padding: 72px 0;
    }

    .technology-platform-head h2{
        font-size: 38px;
    }

    .technology-platform-head p{
        font-size: 16px;
    }

    .technology-pillar-slide{
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 24px;
    }

    .technology-pillar-copy h3{
        font-size: 26px;
    }

    .technology-pillar-card-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technology-insight-section{
        padding: 72px 0;
        padding-top: 0;
    }

    .technology-insight-wrap h2{
        font-size: 38px;
    }

    .technology-insight-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technology-insight-featured,
    .technology-insight-side,
    .technology-insight-card:not(.technology-insight-featured):not(.technology-insight-side){
        grid-column: auto;
    }

    .technology-metric-section{
        padding: 72px 0;
    }

    .technology-metric-head{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .technology-metric-head h2{
        font-size: 38px;
    }

    .technology-metric-head > p{
        text-align: left;
    }

    .technology-metric-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .technology-cta-section{
        padding: 72px 0;
    }

    .technology-cta-wrap h2{
        font-size: 38px;
    }

    .technology-cta-wrap p{
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .technology-banner-cards{
        grid-template-columns: 1fr;
    }

    .technology-banner-card{
        min-height: auto;
        padding: 20px;
    }

    .contact-banner-content h1{
        font-size: 34px;
    }

    .contact-banner-content p{
        font-size: 16px;
    }

    .technology-banner-btn{
        width: 100%;
        min-height: 52px;
    }

    .technology-platform-section{
        padding: 56px 0;
    }

    .technology-platform-head h2{
        font-size: 30px;
    }

    .technology-pillar-tabs{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .technology-pillar-tab{
        flex: 0 0 auto;
    }

    .technology-pillar-slide{
        padding: 18px;
        border-radius: 20px;
    }

    .technology-pillar-media-copy{
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .technology-pillar-media-copy strong{
        font-size: 20px;
    }

    .technology-pillar-copy h3{
        font-size: 24px;
    }

    .technology-pillar-copy p{
        font-size: 15px;
    }

    .technology-pillar-btn{
        width: 100%;
    }

    .technology-pillar-card-grid{
        grid-template-columns: 1fr;
    }

    .technology-insight-section{
        padding: 56px 0;
        padding-top: 0;
    }
    .technology-platform-wrap{
        padding: 0;
    }
    .technology-pillar-swiper{
        padding: 20px;
    }

    .technology-insight-wrap h2{
        font-size: 30px;
    }

    .technology-insight-grid{
        grid-template-columns: 1fr;
    }

    .technology-insight-featured,
    .technology-insight-side,
    .technology-insight-card:not(.technology-insight-featured):not(.technology-insight-side){
        grid-column: auto;
    }

    .technology-insight-copy{
        padding: 20px;
    }

    .technology-metric-section{
        padding: 56px 0;
    }

    .technology-metric-head h2{
        font-size: 30px;
    }

    .technology-metric-grid{
        grid-template-columns: 1fr;
    }

    .technology-metric-card{
        padding: 24px;
    }

    .technology-cta-section{
        padding: 56px 0;
    }

    .technology-cta-wrap h2{
        font-size: 30px;
    }

    .technology-cta-wrap p{
        font-size: 16px;
    }

    .technology-cta-actions{
        width: 100%;
        flex-direction: column;
    }

    .technology-cta-btn{
        width: 100%;
    }
}
