.home-page.home-new {
    padding-top: 60px;
    color: #333;
    font-family: 'Lato', Arial, sans-serif;
    background: #14171D;
}


/* 确保所有标题使用Roboto字体 */

.home-new h1,
.home-new h2,
.home-new h3,
.home-new h4,
.home-new h5,
.home-new h6 {
    font-family: Roboto, Arial, sans-serif;
}

.home-new .container-box {
    width: 100%;
    margin: 0 auto;
}

.home-new .container-padding {
    padding: 0 150px;
}

.home-new h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    color: #2b2b2b;
    margin-bottom: 40px;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
    /* text-transform: uppercase; */
}

.home-new section {
    width: 100%;
}

.company-profile-box {
    display: flex;
}


/* Hero */

.hero-banner {
    position: relative;
    height: 41.7vw;
    overflow: hidden;
}

.hero-banner-swiper {
    width: 100%;
    height: 100%;
}

.hero-banner-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-banner-swiper .slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner-swiper .swiper-pagination {
    bottom: 20px;
}

.hero-banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.hero-banner-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.hero-banner-swiper .swiper-button-prev,
.hero-banner-swiper .swiper-button-next {
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transition: background 0.3s ease;
}

.hero-banner-swiper .swiper-button-prev:hover,
.hero-banner-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner-swiper .swiper-button-prev::after,
.hero-banner-swiper .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
}

.hero-banner .hero-overlay {
    position: absolute;
}

.hero-banner .hero-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-banner .hero-inner {
    max-width: 520px;
    color: #fff;
    margin-left: 5%;
}

.hero-banner .eyebrow {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.hero-banner h2 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 18px 0;
    font-family: Roboto, Arial, sans-serif;
}

.hero-banner .subhead {
    font-size: 16px;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 26px;
}

.hero-banner .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    background: #f5a800;
    color: #fff;
    border-radius: 32px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-banner .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.hero-banner-swiper .hero-invisible-link {
    position: absolute;
    bottom: 9vw;
    left: 7vw;
    width: 15vw;
    height: 4vw;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    text-decoration: none;
}

.hero-banner-swiper .hero-invisible-link-center {
    bottom: auto;
    left: 12%;
    bottom: 20%;
    transform: translate(-50%, -50%);
    width: 17vw;
    height: 5vw;
}

.hero-banner-swiper .hero-invisible-link-center-bottom {
    bottom: auto;
    left: 50%;
    top: 14vw;
    transform: translate(-50%, -50%);
    width: 25vw;
    height: 5vw;
    cursor: pointer;
}

.hero-banner-swiper .hero-hidden-button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 60px;
    background: transparent;
    border: none;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}


/* Hero Growth Section */

.hero-growth-section {
    padding: 30px 0;
    background-color: #14171D;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    min-height: 80vh;
}

.hero-growth-section .hero-content {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-growth-section .hero-bg-graphic {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    /* animation: bgPulse 8s ease-in-out infinite; */
    /* filter: drop-shadow(0 0 15px rgba(64, 161, 252, 0.2)); */
    transform: scale(1.1);
}

.hero-growth-section .hero-text-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2;
    /* animation: overlayFloat 6s ease-in-out infinite; */
}

@keyframes overlayFloat {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -52%);
    }
}

.hero-growth-section .hero-title {
    font-size: 4.3vw;
    font-weight: 700;
    /* color: #fff; */
    margin-bottom: 20px;
    line-height: 1.1;
    margin-top: 60px;
    /* background: linear-gradient(0deg, #CBCBCB 0%, #FFFFFF 50%, #E0E1E2 100%);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 15px rgba(0,0,0,0.3), 
                 0 10px 30px rgba(77, 180, 231, 0.2); */
    /* animation: textFloat 5s ease-in-out infinite, titleGradient 8s ease infinite; */
    position: relative;
    transform-style: preserve-3d;
    font-family: Roboto, Arial, sans-serif;
    background: linear-gradient(0deg, #CBCBCB 3.4423828125%, #FFFFFF 51.2451171875%, #E0E1E2 100%);
    text-shadow: 0rem 0rem 2rem rgba(46, 46, 46, 0.33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 8.78rem;
}

@keyframes titleGradient {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 0%;
    }
}

.hero-growth-section .gradient-text {
    display: inline-block;
}


/* 文字逐字出现动画 */

.reveal-typewriter .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(8px);
    animation: charAppear 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    /* 将渐变和裁剪应用到每个字符 */
    background: linear-gradient(92deg, #6C41EF 15.45%, #20B0E2 76.56%, #40A1FC 100%);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    will-change: transform, opacity;
}

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

.hero-growth-section .hero-desc {
    /* font-size: 20px; */
    font-size: 1.71rem;
    color: #F0F0F0;
    line-height: 1.6;
    margin-bottom: 50px;
    /* opacity: 0.9; */
    font-weight: 400;
}

.hero-growth-section .demo-btn {
    width: auto;
    min-width: 260px;
    height: 46px;
    padding: 0 40px;
    padding-left: 50px;
    background: none;
    box-shadow: 0px 5px 40px 0px rgba(15, 15, 15, 0.66);
    border-radius: 40px;
    border: 1px solid transparent;
    color: white;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-growth-section .demo-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    /* background: linear-gradient(39deg, #EBEBEC, #ADC0E8, #ADC0E8); */
    background: linear-gradient(39deg, #3A3B6D, #66748D, #3C425A);
    border-radius: 40px;
}

.hero-growth-section .demo-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    /* background: linear-gradient(95deg, #0A0B5F 0%, rgba(37,44,143,0.65) 57.99999999999999%, rgba(68,62,154,0.39) 100%); */
    background: linear-gradient(95deg, #0A0B5F 0%, #252C8F 70%, #443E9A 100%);
    background-size: 200% auto;
    border-radius: 40px;
    animation: gradientFlow 4s linear infinite;
}


/* .demo-style-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(39deg, #EBEBEC, #ADC0E8, #ADC0E8);
    border-radius: 40px;
}

.demo-style-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: linear-gradient(95deg, #0A0B5F 0%, rgba(37, 44, 143, 0.65) 57.99999999999999%, rgba(68, 62, 154, 0.39) 100%);
    border-radius: 40px;
} */

.demo-style-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
    color: #fff;
}

.hero-growth-section .demo-btn:hover {
    /* background: rgba(26, 62, 136, 0.8); */
    /* border-color: #3B82F6; */
    transform: translateY(-3px);
    /* box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3); */
}

.hero-growth-section .btn-arrow {
    transition: transform 0.3s ease;
    position: relative;
    top: 1px;
    left: 20px;
}

.hero-growth-section .demo-btn:hover .btn-arrow {
    transform: translateX(5px);
}

.hero-bg-small {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    z-index: 1;
    pointer-events: none;
    opacity: 0.8;
    /* animation: bgDrift 20s ease-in-out infinite, bgGlow 10s ease-in-out infinite alternate; */
}

@keyframes bgGlow {
    0% {
        filter: brightness(0.9) drop-shadow(0 0 15px rgba(77, 180, 231, 0.2));
    }
    50% {
        filter: brightness(1.2) drop-shadow(0 0 40px rgba(77, 180, 231, 0.4));
    }
    100% {
        filter: brightness(1) drop-shadow(0 0 25px rgba(77, 180, 231, 0.3));
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes textFloat {
    0%,
    100% {
        transform: translateY(0) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: translateY(-15px) rotateX(5deg) rotateY(-2deg);
    }
}

@keyframes bgPulse {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
        filter: brightness(1) drop-shadow(0 0 15px rgba(64, 161, 252, 0.2));
        opacity: 0.6;
    }
    50% {
        transform: translate(-1%, -1.5%) scale(1.03);
        filter: brightness(1.3) drop-shadow(0 0 35px rgba(64, 161, 252, 0.5));
        opacity: 1;
    }
}

@keyframes bgDrift {
    0% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    25% {
        transform: translate(-43%, -57%) rotate(5deg) scale(1.1);
    }
    50% {
        transform: translate(-57%, -50%) rotate(-5deg) scale(1.22);
    }
    75% {
        transform: translate(-50%, -43%) rotate(2.5deg) scale(1.15);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
}

@media (max-width: 991px) {
    .hero-growth-section {
        padding: 80px 0;
    }
    .hero-growth-section .hero-title {
        font-size: 56px;
        margin-top: 40px;
    }
    .hero-growth-section .hero-desc {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-growth-section {
        padding: 60px 0;
    }
    .hero-growth-section .hero-title {
        font-size: 36px;
        margin-bottom: 16px;
        margin-top: 30px;
    }
    .hero-growth-section .hero-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .hero-growth-section .hero-bg-graphic {
        max-width: 100%;
    }
}


/* Company profile */

.why-runnax {
    padding: 0px 0 80px;
}

.why-runnax .section-title {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    font-family: Roboto, Arial, sans-serif;
}

.why-runnax .two-column-layout {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.why-runnax .column-divider {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 20px;
    width: 1px;
    background: #7F838B;
    transform: translateX(-50%);
}

.why-runnax .challenge-column,
.why-runnax .advantage-column {
    flex: 1;
    padding: 0 20px;
}

.why-runnax .column-label {
    display: inline-block;
    padding: 8px 6.5rem;
    border-radius: 30px;
    font-size: 1.29rem;
    font-weight: 400;
    margin-bottom: 35px;
    text-align: center;
}

.why-runnax .column-label-wrapper {
    text-align: center;
    width: 100%;
}

.why-runnax .challenge-column .column-label {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.why-runnax .advantage-column .column-label {
    border: 1px solid #2CAFEF;
    color: #2CAFEF;
}

.why-runnax .item-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.why-runnax .item-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.why-runnax .item-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-runnax .item-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.why-runnax .item-content {
    color: #fff;
}

.why-runnax .item-title {
    font-size: 1.29rem;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 1.4;
}

.why-runnax .item-desc {
    font-size: 1.29rem;
    line-height: 1.6;
    color: #fff;
}

@media (max-width: 768px) {
    .why-runnax .two-column-layout {
        flex-direction: column;
        gap: 50px;
    }
    .why-runnax .column-divider {
        display: none;
    }
    .why-runnax .section-title {
        font-size: 32px;
    }
}


/* Designed for Businesses */

.designed-for-businesses {
    padding: 0px 0 80px;
}

.dbc-header {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.designed-for-businesses .dbc-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.dbc-subtitle {
    font-size: 1.29rem;
    color: #999999;
    line-height: 1.6;
}

.dbc-three-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 16px;
    position: relative;
}

.dbc-three-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 16px;
    padding: 1px;
    /* background: linear-gradient(to top, #303F51 0, #C1C5FF 50%, #484D73 100%); */
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.dbc-col {
    padding: 0 15px;
}

.dbc-col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.dbc-col-header {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.dbc-col-header img {
    width: 36px;
    height: 36px;
}

.dbc-col-tag {
    font-size: 2.14rem;
    font-weight: bold;
    font-family: Roboto;
    background: linear-gradient(92deg, #7248EF 0%, #5077E9 25.439453125%, #33B6E4 63.2568359375%, #44A7F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #33B6E6;
}

.dbc-col-title {
    font-size: 1.71rem;
    font-weight: bold;
    font-family: Lato !important;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.dbc-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dbc-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.dbc-item img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 3px;
}

.dbc-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.29rem;
    margin: 0;
}

.dbc-two-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.dbc-panel {
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 16px;
    position: relative;
}

.dbc-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 16px;
    padding: 1px;
    /* background: linear-gradient(to top, #303F51 0, #C1C5FF 50%, #484D73 100%); */
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.dbc-panel-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    justify-content: center;
}

.dbc-panel-header img {
    width: 36px;
    height: 36px;
}

.dbc-panel-header h4 {
    font-size: 2.14rem;
    font-weight: bold;
    margin: 0;
    color: #33B6E6;
    background: linear-gradient(92deg, #7248EF 0%, #5077E9 25.439453125%, #33B6E4 63.2568359375%, #44A7F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dbc-panel-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dbc-panel-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.dbc-panel-item img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 3px;
}

.dbc-panel-item p {
    color: #FFFFFF;
    font-size: 1.29rem;
    margin: 0;
}

.dbc-cta {
    text-align: center;
    margin-top: 50px;
}

.dbc-cta-btn {
    width: auto;
    min-width: 280px;
    height: 46px;
    padding: 0 40px;
    padding-left: 50px;
    background: none;
    box-shadow: 0px 5px 40px 0px rgba(15, 15, 15, 0.66);
    border-radius: 40px;
    border: 1px solid transparent;
    color: white;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dbc-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(39deg, #3A3B6D, #66748D, #3C425A);
    border-radius: 40px;
}

.dbc-cta-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: linear-gradient(95deg, #0A0B5F 0%, #252C8F 70%, #443E9A 100%);
    border-radius: 40px;
}

.dbc-cta-btn:hover {
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .dbc-three-col {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .dbc-col:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding-bottom: 30px;
    }
    .dbc-two-col {
        grid-template-columns: 1fr;
    }
}

.company-profile {
    padding: 60px 0 100px;
    background-color: #14171D;
    padding-top: 0 !important;
}

.profile-card {
    border-radius: 20px;
    padding: 40px 60px 60px;
    position: relative;
    /* background: #ffffff1a; */
    background: rgba(255, 255, 255, 0.05);
    border: none;
    overflow: hidden;
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 20px;
    padding: 1px;
    /* background: linear-gradient(to top, #303F51 0, #C1C5FF 50%, #484D73 100%); */
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.profile-bg-decoration {
    position: absolute;
    top: -10%;
    right: -7%;
    width: 70%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.profile-card h3 {
    position: relative;
    z-index: 1;
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.hero-growth-section-desc {
    font-size: 1.29rem;
    color: #BBBBBB;
    text-align: center;
    margin: 0 auto 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.profile-card .two-col {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.profile-card .text-block {
    flex: 1;
}

.profile-card .intro-text {
    font-size: 14px;
    color: #F0F0F0;
    margin-bottom: 18px;
}

.profile-card .lead-items {
    margin-bottom: 30px;
}

.profile-card .lead-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 8px;
}

.profile-card .icon-box {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-card .icon-box .icon-img {
    width: 24px;
    height: 24px;
}

.profile-card .item-content {
    /* font-size: 14px; */
    font-size: 1.29rem;
    line-height: 1.8;
    color: #F0F0F0;
    display: flex;
    font-weight: 500;
}

.profile-card .lead-label {
    color: #fff;
    font-weight: 700;
    margin-right: 5px;
}

.profile-card .summary-text {
    font-size: 14px;
    line-height: 1.8;
    color: #F0F0F0;
}

.profile-card .video-block {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.profile-card .video-player {
    width: 100%;
    /* max-width: 600px; */
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    background: #333945;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.profile-card .video-container {
    position: relative;
    width: 100%;
}

.profile-card .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.profile-card .play-icon.hide {
    opacity: 0;
    pointer-events: none;
}

.card-footer {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.profile-card .demo-btn {
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border: none;
    cursor: pointer;
}

.profile-card .demo-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .profile-card {
        padding: 60px 40px 40px;
    }
}

@media (max-width: 991px) {
    .profile-card .two-col {
        flex-direction: column;
    }
    .profile-card .video-block {
        justify-content: center;
        width: 100%;
    }
    .profile-card h3 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .profile-card {
        padding: 40px 20px 30px;
    }
    .profile-card h3 {
        font-size: 24px;
    }
    .profile-card .demo-btn {
        width: 100%;
        max-width: 300px;
    }
}


/* Product showcase */

.product-showcase {
    /* padding: 80px 0; */
    /* padding-top: 20px; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-showcase .product-filters {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    margin-bottom: 43px;
    justify-content: space-between;
    font-family: Source Han Sans SC;
    padding: 0 150px;
}

.product-showcase .filter-btn-wrapper {
    display: flex;
    justify-content: center;
}

.product-showcase .filter-btn {
    width: 279px;
    height: 43px;
    padding: 12px 0;
    border-radius: 28px;
    border: 1px solid #666666;
    background: #fff;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-showcase .filter-btn:hover {
    border-color: #ffbb11;
    color: #111;
}

.product-showcase .filter-btn.active {
    background: #ffbb11;
    border-color: #ffbb11;
    color: #fff;
}

.product-stage {
    position: relative;
    width: 100%;
}

.product-stage .product-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 10;
}

.product-stage .product-nav.prev {
    left: 150px;
}

.product-stage .product-nav.next {
    right: 150px;
}

.product-stage .product-nav:hover {
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.product-stage .product-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-stage .product-frame {
    width: 100%;
    height: 26vw;
    background: #fff url("../images/home/product_bg.png") no-repeat center;
    background-size: cover;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-stage .product-frame img {
    height: 20vw;
    width: auto;
    display: block;
    border-radius: 12px;
    margin-top: 3vw;
}


/* Core strengths */

.core-strengths {
    padding: 75px 0 70px;
    padding-bottom: 85px;
    /* background: #f8f8f8; */
}

.core-strengths .strength-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.core-strengths .card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0px 4px 26px 0px rgba(137, 133, 122, 0.2);
    background: #fff;
    display: flex;
    flex-direction: column;
}

.core-strengths .card-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.core-strengths .card-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.core-strengths .card-title-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: rgba(129, 95, 6, 0.7);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 26px;
}

.core-strengths .card-title-overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
}

.core-strengths .card-content {
    padding: 25px 26px;
    display: flex;
    flex-direction: column;
    color: #333;
    flex: 1;
}

.core-strengths .card-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}


/* Stats */


/* Stats */

.stats-band {
    height: 22.7vw;
    padding: 70px 0;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}

.stats-container {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 250px;
    margin-bottom: 50px;
}

.stats-container .stat {
    padding: 18px 10px;
}

.stats-container .value {
    font-size: 31px;
    font-weight: bold;
    color: #be8800;
    margin-bottom: 6px;
}

.stats-container .label {
    font-size: 15px;
    color: #4e4c45;
    font-family: Source Han Sans SC;
}


/* AI Engines */

.ai-engines {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 80px;
}

.engine-bg-left {
    position: absolute;
    top: 36%;
    left: -2%;
    transform: translateY(-50%);
    width: 60%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    /* opacity: 0.5; */
}

.engine-bg-right {
    position: absolute;
    top: 55%;
    right: -0%;
    transform: translateY(-50%);
    width: 50%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    opacity: 0.3;
}

.ai-engines .container-box {
    position: relative;
    z-index: 2;
}

.ai-engines h3 {
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.ai-engines .gradient-text-alt {
    background: linear-gradient(92deg, #6C41EF 15.45%, #20B0E2 76.56%, #40A1FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.ai-engines-subtitle {
    font-size: 1.29rem;
    color: #BBBBBB;
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1.6;
    /* max-width: 900px; */
    /* opacity: 0.8; */
}

.engine-display-box {
    border-radius: 30px;
    padding: 2.14rem 7.8rem;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
    position: relative;
    box-shadow: 0rem 1rem 2rem 0rem rgba(58, 43, 99, 0.14);
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-radius: 0.71rem;
}

.engine-display-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    border-radius: 0.71rem;
    padding: 1px;
    /* background: linear-gradient(to top, #303F51 0, #C1C5FF 50%, #484D73 100%); */
    background: linear-gradient(to top, #303F51bb 0,#C1C5FFbb 50%, #484D73 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.engine-carousel-wrapper {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 50px;
}

.engine-carousel-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    background-color: transparent;
}

.engine-carousel-prev {
    left: 15px;
}

.engine-carousel-next {
    right: 15px;
}

.engine-carousel-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.engine-carousel-wrapper .engine-display-box {
    flex: 1;
    margin-bottom: 0;
}

.engine-main-area {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 20px;
}

.display-image-container {
    flex: 1;
    /* aspect-ratio: 1875 / 869; */
    /* background: rgba(20, 23, 29, 0.6); */
    margin-bottom: 0;
    overflow: hidden;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
}

.display-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.display-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
}

.display-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #AAAAAA;
    margin: 0;
}

.engine-display-title {
    font-size: 1.71rem;
    font-weight: bold;
    font-family: Roboto;
    background: linear-gradient(92deg, #7248EF 0%, #5077E9 25.439453125%, #33B6E4 63.2568359375%, #44A7F9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 8px !important;
}

.engine-display-title2 {
    font-size: 1.29rem;
    font-weight: bold;
    font-family: Roboto;
    margin-bottom: 8px !important;
    margin-top: 0;
    color: #FFFFFF !important;
}

.engine-display-desc {
    font-weight: 400;
    font-family: Lato;
    font-size: 1.14rem !important;
    color: #BBBBBB;
}

.engine-tabs-wrapper {
    width: 280px;
    flex-shrink: 0;
}

.engine-tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: none;
    margin: 0;
    background: transparent;
}

.engine-tab {
    padding: 14px 24px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #AAAAAA;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
}

.engine-tab:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6);
}

.engine-tab.active {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
    color: #fff;
}

.consultation-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: auto;
    min-width: 260px;
    height: 46px;
    padding: 0 40px;
    padding-left: 50px;
    background: none;
    box-shadow: 0px 5px 40px 0px rgba(15, 15, 15, 0.66);
    border-radius: 40px;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 30px auto 0;
    display: flex;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 12;
    overflow: hidden;
}

.consultation-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(39deg, #3A3B6D, #66748D, #3C425A);
    border-radius: 40px;
}

.consultation-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: linear-gradient(95deg, #0A0B5F 0%, #252C8F 70%, #443E9A 100%);
    border-radius: 40px;
}

.consultation-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.consultation-btn:hover .btn-arrow {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .engine-main-area {
        flex-direction: column;
        gap: 30px;
    }
    .engine-tabs-wrapper {
        width: 100%;
    }
    .engine-display-box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .ai-engines h3 {
        font-size: 24px;
    }
    .engine-display-box {
        padding: 20px;
    }
    .display-content h4 {
        font-size: 20px;
    }
    .engine-main-area {
        flex-direction: column;
        gap: 20px;
    }
    .engine-tabs-wrapper {
        width: 100%;
    }
    .engine-tabs {
        flex-direction: column;
        width: 100%;
    }
    .engine-tab {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
    }
    .engine-carousel-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .engine-carousel-btn {
        width: 40px;
        height: 40px;
    }
    .engine-carousel-btn img {
        width: 20px;
        height: 20px;
    }
}


/* B2B Business */

.b2b-business {
    padding: 90px 0;
    padding-top: 20px;
    /* background: #fff; */
}

.b2b-business h3 {
    font-size: 2.3vw;
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
    text-align: center;
}

.b2b-subtitle {
    font-size: 16px;
    color: #BBBBBB;
    text-align: center;
    /* max-width: 900px; */
    margin: 0 auto 60px;
    line-height: 1.6;
    /* font-family: Arial; */
}

.b2b-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.b2b-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 30px 0px rgba(17, 38, 81, 0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.b2b-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.b2b-card-image {
    width: 100%;
    aspect-ratio: 362 / 400;
    overflow: hidden;
    position: relative;
}

.b2b-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.b2b-card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
}

.b2b-card-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}


/* Partners */

.partners {
    padding: 80px 0 100px;
    background: #14171D;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.partners h3 {
    color: white;
    border-bottom: 1px solid #333333;
    padding-bottom: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.3vw;
}

.partner-marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.partner-track {
    width: 100%;
    overflow: hidden;
}

.partner-list {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scrollLeft 40s linear infinite;
}

.track-left .partner-list {
    animation: scrollLeft 40s linear infinite;
}

.track-right .partner-list {
    animation: scrollRight 40s linear infinite;
}


/* .partner-marquee-wrapper:hover .partner-list {
    animation-play-state: paused;
} */

.partner-item {
    /* flex: 0 0 0px; */
    height: 100px;
    /* background: white; */
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 20px; */
}

.partner-item img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}


/* Responsive */

@media (max-width: 991px) {
    .home-new .container-padding {
        padding: 0 40px;
    }
    .hero-banner h2 {
        font-size: 42px;
    }
    .hero-banner-swiper .swiper-button-prev,
    .hero-banner-swiper .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .hero-banner-swiper .swiper-button-prev::after,
    .hero-banner-swiper .swiper-button-next::after {
        font-size: 16px;
    }
    .company-profile {
        padding: 60px 0 40px;
        padding-top: 30px !important;
    }
    .company-profile .two-col {
        flex-direction: column;
        gap: 30px;
    }
    .company-profile .text-block {
        width: 100%;
    }
    .company-profile .text-block p {
        width: 100%;
    }
    .company-profile .text-block h3 {
        text-align: center;
    }
    .company-profile .video-player {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .product-showcase .product-filters {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 40px;
    }
    .product-showcase .filter-btn {
        width: 100%;
        font-size: 12px;
    }
    .product-stage .product-nav {
        width: 48px;
        height: 48px;
    }
    .product-stage .product-nav.prev {
        left: 20px;
    }
    .product-stage .product-nav.next {
        right: 20px;
    }
    .product-stage .product-frame {
        height: 35vw;
    }
    .product-stage .product-frame img {
        height: 28vw;
        overflow: hidden;
    }
    .stats-container {
        padding: 0 40px;
        flex-wrap: wrap;
        gap: 20px;
    }
    .stats-container .stat {
        flex: 1 1 calc(50% - 10px);
        min-width: 120px;
    }
    .partner-item {
        flex: 0 0 180px;
        height: 90px;
        padding: 15px;
    }
    /* B2B Business */
    .b2b-business {
        padding: 30px 0;
    }
    .b2b-business h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .b2b-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .b2b-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .b2b-card-text p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .home-page.home-new {
        padding-top: 50px;
    }
    .home-new .container-padding {
        padding: 0 15px;
    }
    .home-new h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    /* Hero Banner */
    .hero-banner-swiper .swiper-pagination {
        bottom: 10px;
    }
    .hero-banner-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .hero-banner-swiper .swiper-button-prev,
    .hero-banner-swiper .swiper-button-next {
        display: none;
    }
    .hero-banner .hero-inner {
        margin: 0 20px;
    }
    .hero-banner h2 {
        font-size: 28px;
    }
    .hero-banner .subhead {
        font-size: 14px;
    }
    /* Company Profile */
    .company-profile {
        padding: 30px 0 30px;
    }
    .company-profile .text-block h3 {
        margin-bottom: 20px;
    }
    .company-profile .two-col {
        gap: 25px;
    }
    .company-profile .text-block p {
        font-size: 13px;
        line-height: 24px;
    }
    .company-profile .video-player {
        height: auto;
        min-height: 200px;
    }
    /* Product Showcase */
    .product-showcase {
        padding: 40px 0;
    }
    .product-showcase .product-filters {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .product-showcase .filter-btn {
        width: 100%;
        height: 40px;
        padding: 10px 0;
        font-size: 13px;
    }
    .product-stage .product-nav {
        width: 36px;
        height: 36px;
    }
    .product-stage .product-nav.prev {
        left: 8px;
    }
    .product-stage .product-nav.next {
        right: 8px;
    }
    .product-stage .product-frame {
        height: 50vw;
        padding: 12px;
    }
    .product-stage .product-frame img {
        height: 42.3vw;
        margin-top: 2.3vw;
        overflow: hidden;
    }
    /* Core Strengths */
    .core-strengths {
        padding: 40px 0 50px;
    }
    .core-strengths .strength-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .core-strengths .card-title-overlay {
        height: 80px;
        padding: 0 20px;
    }
    .core-strengths .card-title-overlay h4 {
        font-size: 16px;
    }
    .core-strengths .card-content {
        padding: 20px;
    }
    .core-strengths .card-content p {
        font-size: 13px;
        line-height: 1.7;
    }
    /* Stats Band */
    .stats-band {
        height: auto;
        min-height: 300px;
        padding: 40px 0 50px;
    }
    .stats-container {
        flex-direction: column;
        padding: 0 15px;
        gap: 25px;
        margin-bottom: 0;
    }
    .stats-container .stat {
        flex: none;
        width: 100%;
        padding: 15px 10px;
    }
    .stats-container .value {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .stats-container .label {
        font-size: 14px;
    }
    /* AI Engines */
    .ai-engines {
        padding: 60px 0;
    }
    .ai-engines h3 {
        font-size: 28px;
    }
    .ai-engines-subtitle {
        font-size: 15px;
        padding: 0 40px;
    }
    .engine-carousel {
        padding: 0 60px;
    }
    .carousel-container {
        height: 420px;
    }
    .carousel-nav {
        width: 44px;
        height: 44px;
    }
    .carousel-nav.prev-slide {
        left: 15px;
    }
    .carousel-nav.next-slide {
        right: 15px;
    }
    .carousel-nav img {
        width: 44px;
        height: 44px;
    }
    .carousel-track {
        gap: 20px;
    }
    .engine-card {
        width: 320px;
    }
    .engine-card.active {
        transform: scale(1.1);
        opacity: 1;
    }
    .engine-card.prev {
        transform: translateX(-100%) scale(0.85);
        opacity: 0;
    }
    .engine-card.next {
        transform: translateX(100%) scale(0.85);
        opacity: 0;
    }
    .engine-card .card-title {
        font-size: 18px;
    }
    .engine-card .card-description {
        font-size: 13px;
    }
    .engine-card .card-image-container {
        height: 240px;
    }
    .engine-tabs {
        margin-top: 40px;
        padding: 0;
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }
    .engine-tab {
        padding: 10px 22px;
        font-size: 13px;
        width: 100%;
        max-width: 350px;
    }
    .partners {
        padding: 30px 0 40px;
    }
    .partners h3 {
        margin-bottom: 30px;
    }
    .partner-marquee-wrapper {
        /* gap: 15px; */
    }
    .partner-list {
        gap: 10px;
    }
    .partner-item {
        /* flex: 0 0 160px; */
        height: 120px;
        /* padding: 12px; */
    }
}

@media (max-width: 480px) {
    .home-new h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .hero-banner h2 {
        font-size: 24px;
    }
    .company-profile {
        padding: 25px 0 20px;
    }
    .company-profile .text-block p {
        font-size: 12px;
        line-height: 22px;
    }
    .product-showcase {
        padding: 35px 0;
    }
    .product-showcase .filter-btn {
        height: 38px;
        font-size: 12px;
    }
    .product-stage .product-frame {
        height: 55vw;
    }
    .product-stage .product-frame img {
        height: 47vw;
        overflow: hidden;
    }
    .core-strengths {
        padding: 35px 0 40px;
    }
    .core-strengths .card-title-overlay {
        height: 70px;
        padding: 0 15px;
    }
    .core-strengths .card-title-overlay h4 {
        font-size: 14px;
    }
    .core-strengths .card-content {
        padding: 18px;
    }
    .stats-container .value {
        font-size: 24px;
    }
    .stats-container .label {
        font-size: 13px;
    }
    /* AI Engines */
    .ai-engines {
        padding: 25px 0 30px;
    }
    .ai-engines h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .ai-engines-subtitle {
        margin-bottom: 20px;
    }
    .consultation-btn {
        width: 180px;
        height: 44px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    .engine-carousel {
        padding: 0 40px;
        margin-bottom: 35px;
    }
    .carousel-container {
        height: 360px;
    }
    .carousel-nav {
        width: 36px;
        height: 36px;
    }
    .carousel-nav.prev-slide {
        left: 8px;
    }
    .carousel-nav.next-slide {
        right: 8px;
    }
    .carousel-nav img {
        width: 36px;
        height: 36px;
    }
    .carousel-track {
        gap: 15px;
    }
    .engine-card {
        width: 280px;
    }
    .engine-card.active {
        transform: scale(1.05);
        opacity: 1;
    }
    .engine-card.prev {
        transform: translateX(-100%) scale(0.8);
        opacity: 0;
    }
    .engine-card.next {
        transform: translateX(100%) scale(0.8);
        opacity: 0;
    }
    .engine-card .card-title {
        font-size: 16px;
    }
    .engine-card .card-description {
        font-size: 13px;
    }
    .engine-card .card-image-container {
        height: 200px;
    }
    .engine-tabs {
        padding: 0;
        gap: 10px;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        width: 100%;
    }
    .engine-tab {
        padding: 10px 20px;
        font-size: 12px;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    /* Partners */
    .partners {
        padding: 25px 0 40px;
    }
    .partners h3 {
        margin-bottom: 25px;
    }
    .partner-item {
        /* flex: 0 0 130px; */
        height: 120px;
        /* padding: 8px; */
        padding: 0;
    }
}


/* Scroll Reveal Animations */

.reveal-on-scroll {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.reveal-on-scroll.fade-up {
    transform: translateY(50px);
}

.reveal-on-scroll.fade-down {
    transform: translateY(-50px);
}

.reveal-on-scroll.fade-left {
    transform: translateX(-50px);
}

.reveal-on-scroll.fade-right {
    transform: translateX(50px);
}

.reveal-on-scroll.zoom-in {
    transform: scale(0.9);
}

.reveal-on-scroll.reveal-visible {
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
}


/* Delay classes for staggered animations */

.delay-100 {
    transition-delay: 0.1s;
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-300 {
    transition-delay: 0.3s;
}

.delay-400 {
    transition-delay: 0.4s;
}

.delay-500 {
    transition-delay: 0.5s;
}


/* Hero Section Special Animation */

.hero-text-overlay .hero-title,
.hero-text-overlay .hero-desc,
.hero-text-overlay .demo-btn {
    opacity: 0;
    transform: translateY(30px);
    animation: homeHeroFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.hero-text-overlay .hero-title {
    animation-delay: 0.1s;
}

.hero-text-overlay .hero-desc {
    animation-delay: 0.3s;
}

.hero-text-overlay .demo-btn {
    animation-delay: 0.5s;
}

@keyframes homeHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lead-box .lead-label {
    width: auto !important;
    font-weight: bold;
}

.lead-box * {
    font-family: 'Lato', Arial, sans-serif;
}

.demo-btn {
    width: auto;
    min-width: 260px;
    height: 46px;
    padding: 0 40px;
    padding-left: 50px;
    background: none;
    box-shadow: 0px 5px 40px 0px rgba(15, 15, 15, 0.66);
    border-radius: 40px;
    border: 1px solid transparent;
    color: white;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 20px;
    font-family: Lato;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.demo-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    /* background: linear-gradient(39deg, #EBEBEC, #ADC0E8, #ADC0E8); */
    background: linear-gradient(39deg, #3A3B6D, #66748D, #3C425A);
    border-radius: 40px;
}

.demo-btn::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    /* background: linear-gradient(95deg, #0A0B5F 0%, rgba(37,44,143,0.65) 57.99999999999999%, rgba(68,62,154,0.39) 100%); */
    background: linear-gradient(95deg, #0A0B5F 0%, #252C8F 70%, #443E9A 100%);
    border-radius: 40px;
}

.demo-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.btn-arrow {
    transition: transform 0.3s ease;
    position: relative;
    top: 1px;
    left: 20px;
}

.demo-btn:hover .btn-arrow {
    transform: translateX(5px);
}


/* Customer Success Stories */

.success-stories {
    background-color: #14171D;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    padding-top: 30px;
}

.stories-bg-decoration {
    position: absolute;
    top: 55%;
    right: 10%;
    transform: translateY(-50%);
    width: 65%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.success-stories .container-box {
    position: relative;
    z-index: 1;
}

.success-stories h3 {
    font-size: 2.3vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
}

.stories-layout {
    display: flex;
    gap: 60px;
    align-items: center;
}

.stories-list {
    flex: 1;
}

.story-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.story-item:last-child {
    border-bottom: none;
}

.story-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.story-header h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #AAAAAA;
    transition: color 0.3s ease;
    flex: 1;
    font-family: Roboto, Arial, sans-serif;
}

.story-item.active .story-header h4 {
    color: #fff;
}

.plus-icon-wrapper {
    width: 32px;
    height: 32px;
    border: 1px solid #4DB4E7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.plus-icon {
    position: relative;
    width: 14px;
    height: 14px;
}

.plus-icon::before,
.plus-icon::after {
    content: '';
    position: absolute;
    background-color: #4DB4E7;
    transition: all 0.3s ease;
}


/* Horizontal line */

.plus-icon::before {
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
}


/* Vertical line */

.plus-icon::after {
    top: 0;
    left: 6px;
    width: 2px;
    height: 14px;
}

.story-item.active .plus-icon-wrapper {
    display: none;
}

.story-body {
    max-height: 0;
    overflow: hidden;
}

.story-item.active .story-body {
    max-height: 300px;
    margin-top: 15px;
    transition: max-height 0.5s ease;
}

.story-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}

.story-content p {
    font-size: 14px;
    color: #AAAAAA;
    line-height: 1.6;
    margin: 0;
    font-family: Arial;
    /* max-width: 75%; */
}

.view-details {
    font-size: 14px;
    color: #20AFE1;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.view-details:hover {
    text-decoration: underline;
}

.story-preview {
    flex: 1.2;
}

.preview-frame {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.preview-inner {
    width: 100%;
    aspect-ratio: 16 / 13;
    background: #D8E0ED;
    border-radius: 12px;
    overflow: hidden;
}

.preview-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

@media (max-width: 991px) {
    .success-stories {
        padding: 30px 0 40px;
    }
    .success-stories h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .stories-layout {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .story-preview {
        width: 100%;
    }
    .story-item {
        padding: 15px 0;
    }
    .story-header h4 {
        font-size: 18px;
    }
    .story-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .story-content p {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .preview-frame {
        padding: 10px;
    }
}