/** Shopify CDN: Minification failed

Line 1589:4 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.scenario-glance {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.scenario-glance .page-width {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
    border-radius: 8px;
}

.scenario-glance h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.comparison-table {
    display: flex;
    flex-direction: column;
}

.table-header {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    font-size: 16px;
    color: #1a1a1a;
}

.header-cell {
    text-align: center;
}

.header-cell:nth-child(1) {
    flex: 0 0 200px;
}

.header-cell:nth-child(2) {
    flex: 1;
}

.header-cell:nth-child(3) {
    flex: 1;
}

.header-cell:nth-child(4) {
    flex: 1;
}

.product-row {
    display: flex;
    gap: 20px;
    padding: 30px;
    align-items: center;
}

.product-row:nth-child(even) {
    background-color: #f9fafb;
}

.product-row:nth-child(odd) {
    background-color: #ffffff;
}

.product-row:last-child {
    border-bottom: none;
}

.product-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    flex: 0 0 200px;
}

.comparison-cell {
    flex: 1;
    padding: 0 20px;
}

.appliances-cell {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.why-cell {
    flex: 1;
    padding: 0 20px;
}

.product-image {
    width: 150px;
    height: 70px;
    object-fit: contain;
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
    border-radius: 12px;
}

.comparison-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.why-text {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.power-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #2d5f3f;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}

.badge-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
}

.badge-dot.green {
    background: #4a9d5f;
}

.badge-dot.orange {
    background: #ff8c00;
}

.appliance-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
}

.icon svg {
    width: 40px;
    height: 40px;
    color: #1a1a1a;
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -20px;
    padding: 0 20px 20px 20px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
    position: relative;
}

.table-wrapper::-webkit-scrollbar {
    height: 10px;
}

.table-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
    background: #666;
}

@media (max-width: 640px) {
    .table-wrapper::-webkit-scrollbar {
        height: 12px;
    }

    .table-wrapper::-webkit-scrollbar-thumb {
        background: #3b82f6;
    }

    .table-wrapper::-webkit-scrollbar-thumb:hover {
        background: #2563eb;
    }
}


@media (max-width: 1024px) {
    .scenario-glance .page-width {
        padding: 30px 15px;
    }

    .scenario-glance h1 {
        font-size: 28px;
        margin-bottom: 22px;
        line-height: 1.4;
        font-weight: 700;
    }

    .table-wrapper {
        margin: 0 -15px;
        padding: 0 15px 18px 15px;
        overflow-x: auto;
    }

    .comparison-table {
        min-width: max-content;
    }

    .table-header,
    .product-row {
        min-width: 1050px;
    }

    .product-row {
        padding: 25px;
    }

    .table-header {
        padding-bottom: 25px;
    }

    .product-cell {
        flex: 0 0 190px;
    }

    .comparison-cell {
        flex: 0 0 280px;
    }

    .appliances-cell {
        flex: 0 0 190px;
    }

    .why-cell {
        flex: 0 0 300px;
    }

    .header-cell:nth-child(1) {
        flex: 0 0 190px;
    }

    .header-cell:nth-child(2) {
        flex: 0 0 280px;
    }

    .header-cell:nth-child(3) {
        flex: 0 0 190px;
    }

    .header-cell:nth-child(4) {
        flex: 0 0 300px;
    }

    .product-image {
        width: 135px;
        height: 135px;
    }

    .product-name {
        font-size: 16px;
        line-height: 1.4;
        font-weight: 600;
    }

    .comparison-description,
    .why-text {
        font-size: 16px;
        line-height: 1.7;
    }

    .header-cell {
        font-size: 17px;
        line-height: 1.4;
        font-weight: 600;
    }

    .icon svg {
    width: 40px;
    height: 40px;
    color: #1a1a1a;
}
}

@media (max-width: 640px) {
    .scenario-glance .page-width {
        padding: 30px 15px;
    }

    .scenario-glance h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 25px;
        font-weight: 700;
    }

    .table-wrapper {
        margin: 0 -15px;
        padding: 0 15px 25px 15px;
    }

    .table-header,
    .product-row {
        gap: 20px;
        min-width: 1100px;
    }

    .product-row {
        padding: 28px;
    }

    .table-header {
        padding-bottom: 28px;
    }

    .product-cell {
        flex: 0 0 200px;
    }

    .comparison-cell {
        flex: 0 0 300px;
    }

    .appliances-cell {
        flex: 0 0 200px;
    }

    .why-cell {
        flex: 0 0 320px;
    }

    .header-cell:nth-child(1) {
        flex: 0 0 200px;
    }

    .header-cell:nth-child(2) {
        flex: 0 0 300px;
    }

    .header-cell:nth-child(3) {
        flex: 0 0 200px;
    }

    .header-cell:nth-child(4) {
        flex: 0 0 320px;
    }

    .product-image {
        width: 140px;
        height: 140px;
    }

    .product-name {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
    }

    .comparison-description,
    .why-text {
        font-size: 18px;
        line-height: 1.7;
    }

    .header-cell {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700;
    }

    .appliance-icons {
        gap: 12px;
    }

    .icon {
        font-size: 32px;
    }

    .power-badge {
        font-size: 14px;
        padding: 6px 12px;
    }

    .badge-dot {
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .scenario-glance .page-width {
        padding: 25px 12px;
    }

    .scenario-glance h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 22px;
        font-weight: 700;
    }

    .table-wrapper {
        margin: 0 -12px;
        padding: 0 12px 22px 12px;
    }

    .table-header,
    .product-row {
        gap: 18px;
        min-width: 1000px;
    }

    .product-row {
        padding: 25px;
    }

    .table-header {
        padding-bottom: 25px;
    }

    .product-cell {
        flex: 0 0 190px;
    }

    .comparison-cell {
        flex: 0 0 280px;
    }

    .appliances-cell {
        flex: 0 0 190px;
    }

    .why-cell {
        flex: 0 0 300px;
    }

    .header-cell:nth-child(1) {
        flex: 0 0 190px;
    }

    .header-cell:nth-child(2) {
        flex: 0 0 280px;
    }

    .header-cell:nth-child(3) {
        flex: 0 0 190px;
    }

    .header-cell:nth-child(4) {
        flex: 0 0 300px;
    }

    .product-image {
        width: 135px;
        height: 135px;
    }

    .product-name {
        font-size: 17px;
        line-height: 1.4;
        font-weight: 600;
    }

    .comparison-description,
    .why-text {
        font-size: 17px;
        line-height: 1.7;
    }

    .header-cell {
        font-size: 19px;
        line-height: 1.4;
        font-weight: 700;
    }

    .icon {
        font-size: 30px;
    }

    .power-badge {
        font-size: 13px;
        padding: 5px 10px;
    }

    .badge-dot {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }
}
/* .scenario-glance h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a1a1a;
} */
section.usage-scenarios-essentials *,
    section.usage-scenarios-essentials *::before,
    section.usage-scenarios-essentials *::after {
        box-sizing: border-box;
    }

    .usage-scenarios-essentials-container {
        padding: 20px 0;
    }

    .usage-scenarios-essentials-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    /* Hide pagination on desktop */
    .usage-scenarios-essentials-container .swiper-pagination {
        display: none;
    }

    /* Swiper slide behaves as flex item on desktop */
    .usage-scenarios-essentials-container .swiper-slide {
        height: auto;
        width: auto;
    }

    section.usage-scenarios-essentials .page-width {
        max-width: 1360px;
        width: 100%;
        margin: auto;
    }

    .usage-scenarios-essentials-section-title {
        font-size: 32px;
        font-weight: 600;
        margin: 0 0 24px 0;
        color: #333;
        text-align: center;
    }

    .usage-scenarios-essentials-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        min-height: 371px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        display: flex !important;
        align-items: flex-end;
    }

    .usage-scenarios-essentials-item img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }

    .usage-scenarios-essentials-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.5));
        z-index: 1;
    }

    .usage-scenarios-essentials-item-title {
        position: relative;
        z-index: 2;
        padding: 24px;
        color: white;
    }

    .usage-scenarios-essentials-item-title h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 8px 0;
        color: white;
    }

    .usage-scenarios-essentials-item-title p {
        font-size: 14px;
        margin: 0;
        opacity: 0.95;
        line-height: 1.4;
    }

    @media (max-width: 1024px) {
        section.usage-scenarios-essentials .page-width {
            padding: 0 20px;
        }

        .usage-scenarios-essentials-container {
            gap: 16px;
        }

        .usage-scenarios-essentials-item {
            flex: 0 0 calc(50% - 8px);
            max-width: calc(50% - 8px);
            min-height: 300px;
        }
    }

    @media (max-width: 768px) {
    .usage-scenarios-essentials-item {
        display: flex;
    }
        .top .title h1, .top .title h2 {
            font-size: 32px !important;
        }
        .scenario-products .scenario-products__description, .header-cell  {
            font-size: 16px !important;
        }
        .usage-scenarios-essentials-section-title {
            font-size: 28px;
            margin: 0 0 20px 0;
        }

        /* Convert to swiper on mobile */
        .usage-scenarios-essentials-wrapper {
            display: block;
            flex-wrap: nowrap;
            gap: 0;
        }

        .usage-scenarios-essentials-container {
            padding: 20px 0;
        }

        /* Show pagination on mobile */
        .usage-scenarios-essentials-container .swiper-pagination {
            display: flex;
            position: relative;
            margin-top: 20px;
            bottom: 0;
        }

        .usage-scenarios-essentials-container .swiper-pagination-bullet {
            background: #86c123;
            opacity: 0.4;
            width: 10px;
            height: 10px;
        }

        .usage-scenarios-essentials-container .swiper-pagination-bullet-active {
            opacity: 1;
        }

        .usage-scenarios-essentials-item {
            flex: 0 0 100%;
            max-width: 100%;
            min-height: 250px;
        }

        .usage-scenarios-essentials-item-title {
            padding: 20px;
        }

        .usage-scenarios-essentials-item-title h2 {
            font-size: 20px;
        }

        .usage-scenarios-essentials-item-title p {
            font-size: 13px;
        }
    }

    @media (max-width: 480px) {
        .usage-scenarios-essentials-section-title {
            font-size: 24px;
            margin: 0 0 16px 0;
        }

        section.usage-scenarios-essentials .page-width {
            padding: 0 16px;
        }

        .usage-scenarios-essentials-container {
            padding: 16px 0;
        }

        .usage-scenarios-essentials-wrapper {
            display: block;
        }

        .usage-scenarios-essentials-item {
            flex: 0 0 100%;
            max-width: 100%;
            min-height: 200px;
        }

        .usage-scenarios-essentials-item-title {
            padding: 16px;
        }

        .usage-scenarios-essentials-item-title h2 {
            font-size: 18px;
            margin: 0 0 4px 0;
        }

        .usage-scenarios-essentials-item-title p {
            font-size: 12px;
        }
    }

.tag {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
}
h2.usage-scenarios-essentials-section-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin: 10px 0;
    font-family: Regular;
}

.top {
    max-width: 1140px;
    margin: 0px auto 50px;
}

section.usage-scenarios-essentials .page-width {
    padding-top: 54px;
}

.top .title {
    margin: 15px 0 !important;
}

.top .title h1, .top .title h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    text-transform: capitalize;
    text-align: center;
    margin: 0px;
}

.top .details {
    font-weight: 400;
    font-size: 16px;
    max-width: 600px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin: 10px auto;
}
.scenario-expandability {
    padding: 60px 20px;
}

.scenario-expandability .page-width {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.scenario-expandability__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.scenario-expandability__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
}

.scenario-expandability__card {
    flex: 0 0 calc(25% - 20px);
    border-radius: 12px;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.scenario-expandability__card-image {
    margin-bottom: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scenario-expandability__card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.scenario-expandability__card-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    min-height: 48px;
}

.scenario-expandability__card-capacity {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px;
}

.scenario-expandability__card-tag {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.scenario-expandability__card-compatibility {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.4;
    flex-grow: 1;
}

.scenario-expandability__card-button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2d3e2d;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .scenario-expandability__card {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 1024px) {
    .scenario-expandability__cards {
        flex-wrap: wrap;
    }
    
    .scenario-expandability__card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .scenario-expandability {
        padding: 40px 16px;
    }

    .scenario-expandability__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .scenario-expandability__cards {
        gap: 20px;
    }

    .scenario-expandability__card {
        flex: 0 0 100%;
        padding: 24px 20px;
    }

    .scenario-expandability__card-image {
        height: 180px;
    }

    .scenario-expandability__card-name {
        font-size: 18px;
        min-height: auto;
    }

    .scenario-expandability__card-capacity {
        font-size: 14px;
    }

    .scenario-expandability__card-button {
        font-size: 16px;
        padding: 12px 28px;
    }
}
.scenario-faqs {
    padding: 60px 20px;
}

.scenario-faqs .page-width {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.scenario-faqs__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.scenario-faqs__item {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    background: transparent;
    overflow: hidden;
}

.scenario-faqs__question {
    font-size: 16px;
    font-weight: 500;
    padding: 24px 30px;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    transition: background-color 0.3s ease;
}

.scenario-faqs__question:hover {
    background-color: #f9f9f9;
}

.scenario-faqs__question-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scenario-faqs__question-icon svg {
    width: 100%;
    height: 100%;
}

.scenario-faqs__item.active .scenario-faqs__question-icon {
    transform: rotate(90deg);
}

.scenario-faqs__answer {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.scenario-faqs__item.active .scenario-faqs__answer {
    max-height: 500px;
    padding: 0 30px 24px 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .scenario-faqs {
        padding: 40px 16px;
    }

    .scenario-faqs__question {
        font-size: 15px;
        padding: 20px 24px;
    }

    .scenario-faqs__answer {
        font-size: 14px;
        padding: 0 24px;
    }

    .scenario-faqs__item.active .scenario-faqs__answer {
        padding: 0 24px 20px 24px;
    }

    .scenario-faqs__question-icon {
        width: 16px;
        height: 16px;
    }
}
/* Layout Container */
.scenario-products .page-width {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 5rem;
}

/* Section */
.scenario-products {
    padding: 60px 0;
    background-color: #f5f5f5;
}

/* Product Card Container */
.scenario-products .scenario-products__card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: visible;
}

/* Swiper wrapper behaves as flex container on desktop */
.scenario-products .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    overflow: visible;
}

/* Hide pagination on desktop */
.scenario-products .swiper-pagination {
    display: none;
}

/* Swiper slide behaves as flex item on desktop */
.scenario-products .swiper-slide {
    height: auto;
    width: auto;
}

/* Layout Modifiers */
.scenario-products .right-content {
    flex-direction: row;
}

.scenario-products .left-content {
    flex-direction: row-reverse;
}

/* Left Layout Content */
.scenario-products .left-content .scenario-products__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 0px 40px 40px;
    gap: 20px;
}

/* Left Layout Product Image */
.scenario-products .left-content .scenario-products__product-img {
        position: absolute;
    bottom: 10px;
    left: -20px;
    width: 80%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    max-width: 450px;
}

/* Product Card Item */
.scenario-products .scenario-products__card-item {
    display: flex;
    gap: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

/* Image Container */
.scenario-products .scenario-products__image-container {
    flex: 0 0 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 40px;
    min-height: 500px;
}

/* Background Image */
.scenario-products .scenario-products__bg-img {
    position: absolute;
    top: 40px;
    left: 40px;
    width: calc(100% - 80px);
    height: calc(100% - 150px);
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
}

/* Right Layout Product Image */
.scenario-products .right-content .scenario-products__product-img {
        position: absolute;
    bottom: 10px;
    right: 0px;
    width: 80%;
    height: auto;
    object-fit: cover;
    z-index: 2;
    max-width: 400px;
}

/* Right Layout Content */
.scenario-products .right-content .scenario-products__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px 40px 40px 0;
    gap: 20px;
}

/* Product Title */
.scenario-products .scenario-products__title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
    margin:0;
}

/* Product Description */
.scenario-products .scenario-products__description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin:0;
}

/* Specs Section */
.scenario-products .scenario-products__specs {
    display: flex;
    gap: 10px;
}

/* Individual Spec */
.scenario-products .scenario-products__spec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    gap: 5px;
        color: #86c123;
    flex: auto;
}

/* Spec Icon */
.scenario-products .scenario-products__spec-icon {
    width: 48px;
    height: 48px;
}

/* Spec Label */
.scenario-products .scenario-products__spec-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin:0;
}

/* Spec Value */
.scenario-products .scenario-products__spec-value {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    margin:0;
}

/* Pricing Section */
.scenario-products .scenario-products__pricing {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 10px 0;
}

/* Sale Price Container */
.scenario-products .scenario-products__pricing-sale {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Pricing Label */
.scenario-products .scenario-products__pricing-label {
    font-size: 12px;
    color: #e74c3c;
    font-weight: 600;
    margin:0;
}

/* Current Price */
.scenario-products .scenario-products__pricing-current {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
    margin:0;
}

/* Original Price Container */
.scenario-products .scenario-products__pricing-original {
    display: flex;
    align-items: end;
    height: 100%;
}

/* Original Price (Strikethrough) */
.scenario-products .scenario-products__pricing-was {
    font-size: 28px;
    font-weight: 600;
    color: #999;
    text-decoration: line-through;
    margin:0;
}

/* CTA Section */
.scenario-products .scenario-products__cta {
    margin-top: auto;
}

/* Button Base */
.scenario-products .scenario-products__btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

/* Primary Button */
.scenario-products .scenario-products__btn--primary {
    background-color: #2d4a2b;
    color: #fff;
    padding: 14px 48px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
}

/* Primary Button Hover */
.scenario-products .scenario-products__btn--primary:hover {
    background-color: #3d5a3b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 74, 43, 0.3);
}

/* Responsive Design - Tablet */
@media (max-width: 1024px) {
    .scenario-products .page-width {
        padding: 0 2rem;
    }
}

@media (max-width: 968px) {
    .scenario-products {
        padding: 40px 0;
    }

    .scenario-products .page-width {
        padding: 0 1.5rem;
    }

    .scenario-products .scenario-products__section-title {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .scenario-products .scenario-products__card-wrapper {
        gap: 25px;
    }

    .scenario-products .scenario-products__card-item {
        flex-direction: column !important;
        gap: 0;
        width: 100%;
    }

    .scenario-products .scenario-products__image-container {
        flex: 0 0 auto;
        min-height: 400px;
        padding: 30px;
    }

    .scenario-products .scenario-products__bg-img {
        top: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }

    .scenario-products .right-content .scenario-products__product-img,
    .scenario-products .left-content .scenario-products__product-img {
        bottom: 30px;
        right: 30px;
        left: auto;
        width: 65%;
    }

    .scenario-products .right-content .scenario-products__content,
    .scenario-products .left-content .scenario-products__content {
        padding: 30px;
    }

    .scenario-products .scenario-products__specs {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }

    .scenario-products .scenario-products__spec {
        flex: 0 0 calc(50% - 8px);
    }

    .scenario-products .scenario-products__pricing {
        flex-wrap: wrap;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 768px) {
    /* Convert to swiper on mobile */
    .scenario-products .scenario-products__card-wrapper {
        display: block;
        overflow: visible;
    }

    .scenario-products .swiper-wrapper {
        display: flex !important;
        flex-direction: row !important;
        overflow: visible;
        gap: 0;
    }

    .scenario-products .swiper-slide {
        flex-shrink: 0;
    }

    /* Show pagination on mobile */
    .scenario-products .swiper-pagination {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 20px;
        bottom: 0;
    }

    .scenario-products .swiper-pagination-bullet {
        background: #86c123;
        opacity: 0.4;
        width: 10px;
        height: 10px;
    }

    .scenario-products .swiper-pagination-bullet-active {
        opacity: 1;
    }

    .scenario-products .scenario-products__card-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .scenario-products {
        padding: 30px 0;
    }

    .scenario-products .page-width {
        padding: 0 1rem;
    }

    .scenario-products .scenario-products__section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .scenario-products .scenario-products__title {
        font-size: 20px;
    }

    .scenario-products .scenario-products__description {
        font-size: 13px;
    }

    .scenario-products .scenario-products__image-container {
        min-height: 300px;
        padding: 20px;
    }

    .scenario-products .scenario-products__bg-img {
        top: 20px;
        left: 20px;
        width: calc(100% - 40px);
        height: calc(100% - 40px);
    }

    .scenario-products .right-content .scenario-products__product-img,
    .scenario-products .left-content .scenario-products__product-img {
        bottom: 20px;
        right: 20px;
        left: auto;
        width: 70%;
    }

    .scenario-products .right-content .scenario-products__content,
    .scenario-products .left-content .scenario-products__content {
        padding: 20px;
    }

    .scenario-products .scenario-products__specs {
        gap: 12px;
    }

    .scenario-products .scenario-products__spec {
        flex: 0 0 calc(50% - 6px);
    }

    .scenario-products .scenario-products__spec-icon {
        width: 48px;
        height: 48px;
    }

    .scenario-products .scenario-products__spec-label {
        font-size: 10px;
    }

    .scenario-products .scenario-products__spec-value {
        font-size: 14px;
    }

    .scenario-products .scenario-products__pricing {
        flex-direction: row;
        align-items: flex-start;
        gap: 10px;
        margin: 15px 0;
    }

    .scenario-products .scenario-products__pricing-current {
        font-size: 24px;
    }

    .scenario-products .scenario-products__pricing-was {
        font-size: 18px;
    }

    .scenario-products .scenario-products__btn--primary {
        width: 100%;
        padding: 14px 24px;
        font-size: 15px;
    }
    .scenario-products__cta {
    display: flex;
    align-items: center;
    justify-content: center;
}
}

/* Very Small Devices */
@media (max-width: 375px) {
    .scenario-products .page-width {
        padding: 0 0.75rem;
    }

    .scenario-products .scenario-products__image-container {
        min-height: 250px;
    }

    .scenario-products .scenario-products__spec {
        flex: 1 1 100%;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .scenario-products .scenario-products__spec-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .scenario-products .scenario-products__spec-label,
    .scenario-products .scenario-products__spec-value {
        text-align: left;
    }
}
.scenario-solutions {
        padding: 60px 20px;
    }

    .scenario-solutions .page-width {
        max-width: 1360px;
        width: 100%;
        margin: auto;
    }

    .scenario-solutions__title {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 50px;
        color: #000;
    }

    .scenario-solutions__cards {
        display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
    }

    .scenario-solutions__card {
        flex: 0 0 calc(30% - 45px);
    border-radius: 12px;
    background: transparent;
    padding: 40px 30px;
    text-align: center;
    border: 1px solid #D9D9D9;
}
    }


    .scenario-solutions__card-icon {
        margin-bottom: 24px;
    }

    .scenario-solutions__card-icon img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

    .scenario-solutions__card-title {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #000;
        font-family:regular;
    }

    .scenario-solutions__card-description {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        color: #333;
        margin: 0;
    }

    .scenario-solutions__card-icon svg {
        height: 48px;
        width: 48px;
        color: #000;
    }

    .title h2.scenario-solutions__title {
        font-size: 23.04px;
        font-weight: 500;
        font-family: regular;
        max-width: 700px;
        margin: auto;
        line-height: 1.65em;
    }

    .scenario-solutions__description {
        font-size: 16px;
        text-align: center;
        color: #666;
        margin: 0;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .scenario-solutions__cards {
            gap: 24px;
        }

        .scenario-solutions__card {
            flex: 1 1 calc(50% - 12px);
        }
    }

    @media (max-width: 768px) {
        .scenario-solutions {
            padding: 40px 16px;
        }

        .scenario-solutions__title {
            font-size: 28px;
            margin-bottom: 32px;
        }

        .scenario-solutions__cards {
            gap: 20px;
        }

        .scenario-solutions__card {
            flex: 1 1 100%;
            padding: 32px 24px;
        }

        .scenario-solutions__card-icon img {
            width: 64px;
            height: 64px;
        }

        .scenario-solutions__card-title {
            font-size: 18px;
        }

        .scenario-solutions__card-description {
            font-size: 14px;
        }
    }
.scenario-expandability {
    padding: 60px 20px;
}

.scenario-expandability .page-width {
    max-width: 1360px;
    width: 100%;
    margin: auto;
}

.scenario-expandability__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #000;
}

.scenario-expandability__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: center;
}

.scenario-expandability__card {
    flex: 0 0 calc(25% - 20px);
    border-radius: 12px;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.scenario-expandability__card-image {
    margin-bottom: 20px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scenario-expandability__card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.scenario-expandability__card-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    min-height: 48px;
}

.scenario-expandability__card-capacity {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 16px;
}

.scenario-expandability__card-tag {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.scenario-expandability__card-compatibility {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 24px;
    line-height: 1.4;
    flex-grow: 1;
}

.scenario-expandability__card-button {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #2d3e2d;
    border: none;
    border-radius: 50px;
    padding: 14px 32px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .scenario-expandability__card {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 1024px) {
    .scenario-expandability__cards {
        flex-wrap: wrap;
    }
    
    .scenario-expandability__card {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .scenario-expandability {
        padding: 40px 16px;
    }

    .scenario-expandability__title {
        font-size: 28px;
        margin-bottom: 32px;
    }

    .scenario-expandability__cards {
        gap: 20px;
    }

    .scenario-expandability__card {
        flex: 0 0 100%;
        padding: 24px 20px;
    }

    .scenario-expandability__card-image {
        height: 180px;
    }

    .scenario-expandability__card-name {
        font-size: 18px;
        min-height: auto;
    }

    .scenario-expandability__card-capacity {
        font-size: 14px;
    }

    .scenario-expandability__card-button {
        font-size: 16px;
        padding: 12px 28px;
    }
}
.scenario-testimonial {
    padding: 60px 0;
}

.scenario-testimonial .page-width {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
}

.scenario-testimonial__cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.scenario-testimonial__card {
    position: relative;
    flex: 1;
    max-width: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.scenario-testimonial__card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 420px;
}

.scenario-testimonial__card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    color: white;
}

.scenario-testimonial__card-name {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.2;
    color: #fff;
}

.scenario-testimonial__card-text {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    opacity: 0.95;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
    .scenario-testimonial__cards {
        gap: 20px;
    }
    
    .scenario-testimonial__card {
        max-width: 320px;
    }
}

@media screen and (max-width: 768px) {
    .scenario-testimonial {
        padding: 40px 0;
    }
    
    .scenario-testimonial__cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    
    .scenario-testimonial__card {
        max-width: 100%;
        width: 100%;
    }
    
    .scenario-testimonial__card-image {
        min-height: 350px;
    }
    
    .scenario-testimonial__card-name {
        font-size: 24px;
    }
    
    .scenario-testimonial__card-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .scenario-testimonial {
        padding: 30px 0;
    }
    
    .scenario-testimonial__card-overlay {
        padding: 24px 20px;
    }
    
    .scenario-testimonial__card-image {
        min-height: 300px;
    }
    
    .scenario-testimonial__card-name {
        font-size: 22px;
    }
    
    .scenario-testimonial__card-text {
        font-size: 14px;
    }
}