.solution-page {
    background-color: #14171D;
    color: #fff;
    font-family: 'Lato';
    overflow-x: hidden;
}


/* 确保所有标题使用Roboto字体 */

.solution-page h1,
.solution-page h2,
.solution-page h3,
.solution-page h4,
.solution-page h5,
.solution-page h6 {
    font-family: Roboto, Arial, sans-serif;
}

.solution-page .container-box {
    width: 100%;
    margin: 0 auto;
}

.solution-page .container-padding {
    padding: 0 150px;
}


/* Hero Section */

.solution-hero {
    position: relative;
    padding: 220px 0 10.94rem;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-center {
    display: flex;
    align-items: center;
    gap: 40px;
    font-family: 'Lato', Arial, sans-serif;
}

.solution-hero .hero-content {
    position: relative;
    z-index: 2;
}

.solution-hero .hero-title {
    font-size: 5.14rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 3.95rem;
    color: white;
    font-family: Roboto, Arial, sans-serif;
}

.solution-hero .hero-subtitle {
    font-size: 1.43rem;
    font-weight: 400;
    color: #CED3DF;
    line-height: 1.6;
    margin-bottom: 8.25rem;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
}


/* Partners Section */

.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;
}

.track-left .partner-list {
    animation: scrollLeft 40s linear infinite;
}

.track-right .partner-list {
    animation: scrollRight 40s linear infinite;
}

.partner-item {
    height: 100px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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);
    }
}


/* Core Problems */

.core-problems {
    padding: 100px 0;
    position: relative;
    padding-bottom: 5.38rem;
}

.profile-bg-decoration1 {
    position: absolute;
    bottom: -10%;
    right: 35%;
    width: 50%;
    height: auto;
    z-index: 10;
    pointer-events: none;
    opacity: 0.3;
}

.container-padding {
    padding: 0 150px !important;
}

.dilemmas-desc {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
}

.problems-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.problem-card {
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 20px;
    padding: 3.13rem 2.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    transition: all 0.3s ease;
    text-align: left;
    background: none;
}

.problem-card .core-gx-icon {
    /* display: none; */
    position: absolute;
    top: -4px;
    left: -5px;
    z-index: 0;
    pointer-events: none;
    width: 33.31rem;
    height: 8rem;
    transform: translateY(-50%);
}

.problem-card .core-gx-icon2 {
    /* display: none; */
    position: absolute;
    top: -4px;
    right: 5px;
    z-index: 0;
    pointer-events: none;
    width: 33.31rem;
    height: 8rem;
    transform: translateY(-50%);
}

.problem-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    /* background: linear-gradient(10deg, #303F51 0, #52589B 100%); */
    background: linear-gradient(10deg, #303F51bb 0, #C1C5FFbb 50%, #8D91DB 100%);
    border-radius: 20px;
}

.problem-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 20px;
}


/* .problem-card:nth-child(1):before{
    background: linear-gradient(to top, #303F51 0,#C1C5FF 50%, #999FFF 100%);
} */

.problem-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
}

.problem-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #33B6E6;
    font-family: Roboto, Arial, sans-serif;
    margin-top: 0;
}

.problem-desc {
    font-size: 14px;
    color: #aaa;
    line-height: 1.6;
    font-family: 'Lato', Arial, sans-serif;
}

.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problem-list li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    padding-left: 0;
}

.problem-list li .zw-img {
    width: 30px;
}

.problem-list li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}


/* For Whom */

.for-whom {
    padding: 100px 0;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5.38rem;
}

.section-title {
    padding: 0;
    margin-bottom: 7.14rem;
    font-family: Roboto, Arial, sans-serif;
}

.for-whom .section-title {
    margin-bottom: 3.5rem;
}

.core-problems .section-title {
    margin-bottom: 0.8rem;
}

.core-problems .section-subtitle {
    font-size: 1.29rem;
    color: #FFFFFF;
    font-weight: 400;
    font-family: Roboto;
    margin-bottom: 0.8rem;
    text-align: center;
}

.core-problems .dilemmas-desc {
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    color: #999999;
}

.growth-engine .section-title {
    margin-bottom: 3.57rem;
}

.growth-engine .section-desc {
    margin-bottom: 4.29rem;
}


/* Growth OS Architecture Section */

.growth-os-architecture {
    padding: 100px 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
}

.growth-os-architecture .section-title {
    font-size: 3.43rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-family: Roboto, Arial, sans-serif;
}

.growth-os-architecture .section-subtitle {
    font-size: 1.29rem;
    color: #999999;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    max-width: 1000px;
}

.architecture-container {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: 5rem;
}

.pyramid-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pyramid-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 350px;
    position: relative;
    z-index: 10;
}

.pyramid-layer {
    width: 100%;
    overflow: visible;
    /* transition: all 0.3s ease-in-out; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
}

.pyramid-layer.active {
    /* 活跃层级 - 用于标识选中状态 */
    opacity: 1;
}

.pyramid-layer:hover {
    filter: brightness(1.1);
}

.pyramid-layer img {
    width: 334px;
    height: auto;
    display: block;
}

.pyramid-layer:nth-child(1) img {
    width: 123px;
}

.pyramid-layer:nth-child(2) img {
    width: 229px;
}

.connection-line {
    position: absolute;
    top: 0;
    left: 60%;
    right: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.connection-line .connector {
    stroke: #C0C3F9;
    stroke-width: 2;
}

.layers-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 658px;
    background-color: #15171C;
    position: relative;
    z-index: 100;
}

.layer-item {
    transition: all 0.3s ease;
    display: none;
}

.layer-item:has(.layer-box.active) {
    display: block;
}

.layer-box {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    display: none;
    opacity: 0;
}

.layer-box::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, #45464D 0, #C2C4FB 50%, #9DA3FF 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.layer-box::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 20px;
}

.layer-box.active {
    display: block;
    opacity: 1;
    /* border-color: rgba(51, 182, 230, 0.8); */
    /* box-shadow: 0 0 20px rgba(51, 182, 230, 0.2); */
}


/* 
.layer-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0, #C1C5FFbb 50%, #484D73 100%);
    border-radius: 20px;
}

.layer-box::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 20px;
} */


/* .layer-box-1 {
    border: 1px solid rgba(51, 182, 230, 0.4);
}

.layer-box-1.active {
    border-color: rgba(51, 182, 230, 0.8);
}

.layer-box-2 {
    border: 1px solid rgba(144, 97, 237, 0.4);
}

.layer-box-2.active {
    border-color: rgba(144, 97, 237, 0.8);
}

.layer-box-3 {
    border: 1px solid rgba(68, 167, 249, 0.4);
}

.layer-box-3.active {
    border-color: rgba(68, 167, 249, 0.8);
} */

.layer-title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 16px 0;
    font-family: Roboto, Arial, sans-serif;
}

.layer-label,
.layer-content,
.layer-description,
.layer-output {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
    margin: 0 0 12px 0;
    font-family: Roboto, Arial, sans-serif;
}

.layer-label strong,
.layer-content strong,
.layer-description strong,
.layer-output strong {
    color: #fff;
    font-weight: 500;
}

.layer-output {
    margin-bottom: 0;
}

.section-subtitle {
    font-size: 18px;
    color: #999;
    margin-bottom: 6.31rem;
    line-height: 1.5;
}

.whom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.whom-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: none;
    border: none;
    border-radius: 20px;
    padding: 50px 30px;
    text-align: center;
}

.whom-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    /* background: linear-gradient(to top, #2C2E35, #4F5169, #474B73); */
    background: linear-gradient(to top, #303F51bb 0, #C1C5FFbb 60%, #484D73 100%);
    border-radius: 20px;
}

.whom-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 20px;
}

.whom-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
}

.whom-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.whom-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 3.6rem;
    color: #33B6E6;
    line-height: 1.6;
    font-family: Roboto, Arial, sans-serif;
}

.whom-list {
    list-style: none;
    padding: 0;
    margin-bottom: 18px;
}

.whom-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.whom-list li img {
    height: 30px;
    width: 24px;
    flex-shrink: 0;
    margin-top: -4px;
}

.whom-list li span {
    line-height: 1.5;
    text-align: left;
    color: #fff;
}

.whom-desc {
    font-size: 1.5rem;
    color: #AAAAAA;
    line-height: 1.5;
    text-align: left;
}


/* Growth Engine */

.growth-engine {
    padding: 100px 0;
    padding-top: 5rem;
    padding-bottom: 5.38rem;
}

.section-desc {
    text-align: center;
    /* max-width: 900px; */
    margin: 0 auto 60px;
    color: #bbb;
    line-height: 1.6;
}

.section-title .highlight {
    display: inline-block;
    background: linear-gradient(0deg, #7248EF 0%, #5077E9 25.439453125%, #33B6E4 63.2568359375%, #44A7F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution-tabs-container {
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 40px;
    padding: 3.54rem 40px;
    background: none;
    margin-top: 40px;
}

.solution-tabs-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0, #C1C5FFbb 50%, #484D73 100%);
    border-radius: 40px;
}

.solution-tabs-container::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 40px;
}

.tabs-nav-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 3.57rem;
}

.tabs-nav {
    display: flex;
    /* background: rgba(255, 255, 255, 0.05); */
    padding: 5px;
    border-radius: 40px;
    gap: 40px;
}

.tab-item {
    padding: 12px 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #999;
    transition: all 0.3s ease;
    border: 1px solid #555;
}

.tab-item.active {
    color: #fff;
    border: 1px solid #FFFFFF;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.pane-grid {
    display: flex;
    flex-direction: column;
    gap: 3.57rem;
    /* background: rgba(255, 255, 255, 0.02); */
    border-radius: 30px;
    /* padding: 60px; */
    /* border: 1px solid rgba(255, 255, 255, 0.05); */
}

.content-row {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: flex-start;
}

.content-row .content-left {
    display: flex;
    align-items: center;
    height: 100%;
}

.info-block {
    /* margin-bottom: 40px; */
}

.block-title {
    font-size: 26px;
    font-weight: bold;
    /* margin-bottom: 16px; */
    background: linear-gradient(4deg, #3035A7 0%, #33B6E4 51.7578125%, #44A7F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Roboto, Arial, sans-serif;
}

.block-desc {
    font-size: 1.29rem;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 5px;
}

.solve-list {
    list-style: none;
    padding: 0;
}

.solve-list li {
    position: relative;
    margin-bottom: 5px;
    color: #bbb;
    line-height: 1.6;
}

.solve-list li span {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.29rem;
}


/* Image Stack */

.image-stack {
    position: relative;
    height: 30rem;
}

.stack-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 100%;
}

.stack-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-1 {
    width: 100%;
    height: 100%;
}

.item-2 {
    width: 100%;
    height: 100%;
}

.item-3 {
    width: 100%;
    height: 100%;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(108, 65, 239, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-overlay img {
    width: 30px;
    height: 30px;
}


/* Bottom CTA */

.bottom-cta {
    padding: 100px 0;
    padding-bottom: 3.5rem;
    padding-top: 6rem;
}

.cta-card {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: 7rem 40px;
    text-align: center;
    border: none;
    background: none;
}

.cta-card .profile-bg-decoration5 {
    position: absolute;
    bottom: -10%;
    left: -15%;
    width: 50%;
    height: auto;
    z-index: 10;
    pointer-events: none;
    opacity: 0.3;
}

.cta-card .core-gx-icon3 {
    position: absolute;
    top: -4px;
    left: -5px;
    z-index: 0;
    pointer-events: none;
    width: 33.31rem;
    height: 8rem;
    transform: translateY(-50%);
}

.cta-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: linear-gradient(to top, #303F51bb 0, #C1C5FFbb 50%, #484D73 100%);
    border-radius: 30px;
}

.cta-card::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 30px;
}

.cta-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: Roboto, Arial, sans-serif;
}

.cta-desc {
    font-size: 16px;
    color: #bbb;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
}
    
.btn-primary-custom,
.btn-secondary-custom {
    padding: 14px 24px;
    font-size: 14px;
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
    
.btn-arrow {
    width: 16px;
    height: 16px;
}


/* Case in Action */

.case-in-action {
    padding: 100px 0;
    padding-top: 6rem;
    padding-bottom: 5.38rem;
    position: relative;
    overflow: hidden;
}

.case-in-action .section-title {
    font-size: 3.43rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-family: Roboto, Arial, sans-serif;
    margin-bottom: 0.8rem;
}

.case-in-action .section-subtitle {
    font-size: 1.29rem;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    line-height: 1.6;
    text-align: center;
}

.case-in-action .section-subtitle2 {
    color: #999999;
    font-size: 1.29rem;
    text-align: center;
}

.case-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 50px;
}

.case-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: none;
    border-radius: 20px;
    overflow: hidden;
    border: none;
    position: relative;
}

.case-item::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    z-index: -1;
    background: rgba(20, 23, 29, 0.9);
    border-radius: 20px;
}

.case-image {
    flex: 1 1 200px;
    width: 411px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.case-content {
    flex: 1 1 400px;
    min-width: 300px;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-title {
    font-size: 20px;
    font-weight: bold;
    color: #3FB1F5;
    margin-bottom: 10px;
    font-family: Roboto, Arial, sans-serif;
}

.case-desc {
    font-size: 16px;
    color: #bbb;
    line-height: 1.6;
    margin: 0 0 25px 0;
}

.case-highlights {
    list-style: none;
    padding: 0;
}

.case-highlights>div {
    margin-bottom: 6px;
}

.case-highlights span {
    color: #BBBBBB;
    font-size: 12px;
}

.case-highlights .case-highlights-title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
}

.case-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.6;
}

.case-highlights li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 4px;
}

.case-result {
    font-weight: bold;
    color: #44A7F9;
    font-size: 16px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


/* Responsive adjustments for Case in Action */

@media (min-width: 768px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .case-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .case-item {
        flex-wrap: nowrap;
    }
    .case-image,
    .case-content {
        min-width: unset;
    }
}


/* Mobile adjustments */

@media (max-width: 767px) {
    .case-in-action {
        padding: 60px 0;
    }
    .case-in-action .section-title {
        margin-bottom: 2rem;
    }
    .case-grid {
        gap: 30px;
        margin-top: 30px;
    }
    .case-image {
        padding: 20px;
        min-width: 100%;
    }
    .case-content {
        padding: 25px;
        min-width: 100%;
    }
}


/* Success Stories */

.product-success-stories {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 5rem;
}

.stories-scroll-wrapper {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.stories-scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.stories-grid-new {
    display: flex;
    gap: 40px;
    padding-left: 150px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: max-content;
}

.story-card-new {
    flex: 0 0 360px;
    background: transparent;
    transition: transform 0.3s ease;
    text-decoration: none !important;
    display: block;
}

.story-card-new:hover {
    transform: translateY(-10px);
}

.story-image-placeholder {
    width: 100%;
    aspect-ratio: 400 / 360;
    background: #D9E1EB;
    border-radius: 20px;
    margin-bottom: 24px;
    overflow: hidden;
}

.story-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-info {
    padding: 0;
    text-align: left;
}

.story-name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.4;
}

.story-desc {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Responsive */

@media (max-width: 1200px) {
    .solution-page .container-padding {
        padding: 0 40px;
    }
    .hero-title {
        font-size: 42px;
    }
    .pane-grid {
        gap: 30px;
    }
    .stories-grid-new {
        padding-left: 40px;
    }
    .architecture-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    /* Additional large tablet optimizations */
    .pyramid-wrapper {
        max-width: 300px;
    }
    
    .pyramid-layer:nth-child(1) img {
        width: 110px;
    }
    
    .pyramid-layer:nth-child(2) img {
        width: 200px;
    }
    
    .pyramid-layer:nth-child(3) img {
        width: 280px;
    }
    
    .layer-box {
        padding: 2rem 1.5rem;
    }
    
    .cta-title {
        font-size: 32px;
    }
    
    .cta-card {
        padding: 5rem 30px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .problem-card {
        padding: 2.5rem 2rem;
    }
}

@media (max-width: 991px) {
    .problems-grid {
        grid-template-columns: 1fr;
    }
    .whom-grid {
        grid-template-columns: 1fr;
    }
    .content-row {
        grid-template-columns: 1fr;
    }
    .image-stack {
        height: 250px;
    }
    .partners {
        padding: 30px 0 40px;
    }
    .partner-item {
        height: 80px;
        padding: 10px;
    }
    
    .partner-item img {
        max-width: 90%;
        max-height: 90%;
    }
    
    .stories-grid-new {
        padding-left: 20px;
    }
    
    /* Tablet-specific optimizations */
    .architecture-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .pyramid-section {
        order: 2;
        margin-top: 30px;
    }
    
    .layers-info {
        order: 1;
        width: 100%;
    }
    
    .pyramid-wrapper {
        max-width: 250px;
    }
    
    .pyramid-layer:nth-child(1) img {
        width: 100px;
    }
    
    .pyramid-layer:nth-child(2) img {
        width: 180px;
    }
    
    .pyramid-layer:nth-child(3) img {
        width: 240px;
    }
    
    .layer-box {
        padding: 1.5rem 1rem;
    }
    
    .layer-title {
        font-size: 16px;
    }
    
    .layer-label,
    .layer-content,
    .layer-description,
    .layer-output {
        font-size: 12px;
    }
    
    .solution-page .container-padding {
        padding: 0 30px;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-subtitle {
        font-size: 15px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .problem-title {
        font-size: 19px;
    }
    
    .problem-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .solution-page .container-padding {
        padding: 0 15px !important;
    }
    
    .solution-hero {
        padding: 60px 0 40px;
        text-align: left;
    }
    
    .hero-content {
        text-align: left;
    }
    
    .hero-title {
        font-size: 24px !important;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        text-align: left;
    }
    
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .btn-primary-custom {
        width: auto !important;
        min-width: 220px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }
    
    .section-subtitle {
        font-size: 14px;
        margin-bottom: 1rem;
        line-height: 1.4;
    }
    
    .dilemmas-desc {
        font-size: 13px;
        margin-bottom: 1.5rem;
    }
    
    .problem-card {
        padding: 1.5rem 1rem;
        text-align: left;
    }
    
    .problem-title {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    
    .problem-list {
        margin-top: 1rem;
    }
    
    .problem-list li {
        font-size: 13px;
        margin-bottom: 10px;
        line-height: 1.4;
    }
    
    .problem-list li img {
        width: 16px;
        height: 16px;
        margin-top: 3px;
    }
    
    .partners {
        padding: 30px 0 40px;
    }
    
    .partners h3 {
        font-size: 16px;
    }
    
    .partner-item {
        height: 50px;
        padding: 5px;
    }
    
    .partner-item img {
        max-width: 80%;
        max-height: 80%;
    }
    
    .whom-card {
        padding: 20px 15px;
    }
    
    .whom-title {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .whom-list li {
        font-size: 0.9rem;
        margin-bottom: 8px;
    }
    
    .whom-list li img {
        height: 20px;
        width: 16px;
    }
    
    .whom-desc {
        font-size: 0.9rem;
    }
    
    .growth-os-architecture {
        padding: 40px 0;
    }
    
    .growth-os-architecture .section-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .growth-os-architecture .section-subtitle {
        font-size: 13px;
        margin-bottom: 1.5rem;
        line-height: 1.4;
    }
    
    .architecture-container {
        flex-direction: column;
        gap: 25px;
        margin-top: 1.5rem;
    }
    
    .pyramid-section {
        order: 2;
        margin-top: 25px;
    }
    
    .layers-info {
        order: 1;
        width: 100%;
    }
    
    .pyramid-wrapper {
        max-width: 180px;
    }
    
    .pyramid-layer img {
        max-width: 100%;
    }
    
    .pyramid-layer:nth-child(1) img {
        width: 70px;
    }
    
    .pyramid-layer:nth-child(2) img {
        width: 130px;
    }
    
    .pyramid-layer:nth-child(3) img {
        width: 180px;
    }
    
    .layer-box {
        padding: 1rem 0.8rem;
    }
    
    .layer-title {
        font-size: 15px;
    }
    
    .layer-label,
    .layer-content,
    .layer-description,
    .layer-output {
        font-size: 11px;
        margin: 0 0 6px 0;
    }
    
    .cta-title {
        font-size: 22px;
    }
    
    .cta-card {
        padding: 2rem 15px;
    }
    
    .cta-desc {
        font-size: 13px;
        margin: 0 auto 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .btn-primary-custom,
    .btn-secondary-custom {
        width: 100% !important;
    }
    
    .case-in-action {
        padding: 40px 0;
    }
    
    .case-in-action .section-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .case-in-action .section-subtitle {
        font-size: 13px;
        margin-bottom: 0.8rem;
    }
    
    .case-in-action .section-subtitle2 {
        font-size: 12px;
    }
    
    .case-grid {
        gap: 20px;
        margin-top: 20px;
    }
    
    .case-item {
        flex-direction: column;
        text-align: center;
    }
    
    .case-image {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .case-content {
        padding: 0 15px;
        min-width: 100%;
        text-align: left;
    }
    
    .case-title {
        font-size: 16px;
    }
    
    .case-highlights {
        margin-top: 12px;
    }
    
    .case-highlights span {
        font-size: 10px;
    }
    
    .case-highlights .case-highlights-title {
        font-size: 11px;
    }
    
    .solution-tabs-container {
        padding: 1.2rem 15px;
    }
    
    .tabs-nav {
        flex-direction: column;
        border-radius: 15px;
        gap: 8px;
    }
    
    .tab-item {
        text-align: center;
        padding: 10px 15px;
        border-radius: 8px;
        border: 1px solid #555;
    }
    
    .pane-grid {
        padding: 12px 0;
        gap: 18px;
    }
    
    .content-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .block-title {
        font-size: 16px;
    }
    
    .block-desc,
    .solve-list li,
    .solve-list li span {
        font-size: 12px;
    }
    
    .image-stack {
        height: 150px;
    }
    
    .cta-center {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .btn-primary-custom {
        width: 100% !important;
    }
    
    /* Success Stories Responsive */
    .product-success-stories {
        padding: 40px 0;
    }
    
    .stories-grid-new {
        padding-left: 15px;
        gap: 12px;
    }
    
    .story-card-new {
        flex: 0 0 280px;
    }
    
    .story-image-placeholder {
        aspect-ratio: 1 / 1;
        height: 180px;
    }
    
    .story-name {
        font-size: 15px;
    }
    
    .story-desc {
        font-size: 11px;
    }
    
    .solution-tabs-container,
    .solution-tabs-container::before,
    .solution-tabs-container::after {
        border-radius: 12px;
    }
    
    .stories-scroll-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .profile-bg-decoration1,
    .profile-bg-decoration3,
    .profile-bg-decoration5 {
        display: none;
        /* Hide background decorations on mobile to reduce clutter and prevent layout issues */
    }
    
    .hero-title br {
        display: none;
    }
    
    /* Additional responsive fixes */
    .btn-primary-custom {
        padding: 10px 15px;
        font-size: 13px;
    }
    
    .btn-arrow {
        width: 14px;
        height: 14px;
    }
    
    .container-padding {
        padding: 0 15px !important;
    }
}


/* 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 */

.solution-hero .hero-title,
.solution-hero .hero-subtitle,
.solution-hero .hero-buttons {
    opacity: 0;
    transform: translateY(30px);
    animation: solutionHeroFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.solution-hero .hero-title {
    animation-delay: 0.1s;
}

.solution-hero .hero-subtitle {
    animation-delay: 0.3s;
}

.solution-hero .hero-buttons {
    animation-delay: 0.5s;
}

@keyframes solutionHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Responsive: Hide connection line on mobile devices */

@media (max-width: 767px) {
    .connection-line {
        display: none;
    }
}