.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-735 .elementor-element.elementor-element-15c7c13 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-735 .elementor-element.elementor-element-d170993{width:var( --container-widget-width, 96.72% );max-width:96.72%;--container-widget-width:96.72%;--container-widget-flex-grow:0;}.elementor-735 .elementor-element.elementor-element-d170993 > .elementor-widget-container{padding:8px 8px 8px 8px;}.elementor-735 .elementor-element.elementor-element-b4bd00f > .elementor-widget-container{background-color:#16211C;padding:19px 19px 19px 19px;border-radius:11px 11px 11px 11px;}@media(min-width:768px){.elementor-735 .elementor-element.elementor-element-eab365e{width:57.268%;}.elementor-735 .elementor-element.elementor-element-d753196{width:42.186%;}}/* Start custom CSS for html, class: .elementor-element-209c246 */<style>
/* =========================================
   BAMBU LAB H2S AMS COMBO
========================================= */

.h2s-description {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 24px;
    color: #505050;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.h2s-description *,
.h2s-description *::before,
.h2s-description *::after {
    box-sizing: border-box;
}

.h2s-description h2 {
    margin: 0 0 20px;
    color: #171717;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.7px;
}

.h2s-description h3 {
    margin: 0 0 12px;
    color: #1c1c1c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.h2s-description p {
    margin: 0 0 18px;
}

.h2s-description strong {
    color: #242424;
    font-weight: 700;
}

.h2s-description__intro {
    max-width: 920px;
    margin-bottom: 56px;
}

.h2s-description__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: #16864b;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.h2s-description__section {
    margin-top: 62px;
}

.h2s-description__heading {
    max-width: 800px;
    margin-bottom: 32px;
}

.h2s-description__heading p {
    color: #696969;
}

/* CARACTERÍSTICAS */

.h2s-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.h2s-feature-card {
    padding: 31px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.045);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.h2s-feature-card:hover {
    transform: translateY(-4px);
    border-color: #d5e8dc;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.075);
}

.h2s-feature-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #edf7f0;
    color: #16864b;
    font-size: 14px;
    font-weight: 700;
}

.h2s-feature-card p:last-child {
    margin-bottom: 0;
}

/* LISTA */

.h2s-list {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.h2s-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.h2s-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #16864b;
    font-weight: 700;
}

/* TABLA */

.h2s-specs-wrap {
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.06);
}

.h2s-specs {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.h2s-specs th,
.h2s-specs td {
    padding: 19px 24px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    vertical-align: middle;
}

.h2s-specs th {
    width: 38%;
    background: #f6faf7;
    color: #223129;
    font-size: 15px;
    font-weight: 700;
}

.h2s-specs td {
    background: #fff;
    color: #5c5c5c;
    font-size: 15px;
}

.h2s-specs tr:last-child th,
.h2s-specs tr:last-child td {
    border-bottom: none;
}

.h2s-specs tr:hover th,
.h2s-specs tr:hover td {
    background: #f0f7f2;
}

/* CIERRE */

.h2s-closing {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 28px;
}

.h2s-closing__text,
.h2s-closing__note {
    padding: 35px;
    border-radius: 22px;
}

.h2s-closing__text {
    border: 1px solid #e7e7e7;
    background: #fff;
}

.h2s-closing__note {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #17211c;
    color: rgba(255,255,255,0.78);
}

.h2s-closing__note h3 {
    color: #fff;
}

.h2s-closing__note .h2s-description__eyebrow {
    color: #79d39e;
}

.h2s-closing__text p:last-child,
.h2s-closing__note p:last-child {
    margin-bottom: 0;
}

/* RESPONSIVE */

@media (max-width: 900px) {
    .h2s-feature-grid,
    .h2s-closing {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .h2s-description {
        padding: 38px 15px;
        font-size: 15px;
    }

    .h2s-description h2 {
        font-size: 30px;
    }

    .h2s-description h3 {
        font-size: 20px;
    }

    .h2s-description__section {
        margin-top: 46px;
    }

    .h2s-feature-card {
        padding: 24px 21px;
        border-radius: 17px;
    }

    .h2s-specs-wrap {
        overflow-x: auto;
        border-radius: 17px;
    }

    .h2s-specs {
        min-width: 650px;
    }

    .h2s-specs th,
    .h2s-specs td {
        padding: 16px 18px;
    }

    .h2s-closing__text,
    .h2s-closing__note {
        padding: 26px 22px;
        border-radius: 18px;
    }
}
</style>/* End custom CSS */