.section-table {
    background-color: #f6f7f8;
}

.section-table .table-pc { display: none; }
.section-table .table-pc, .table-m { margin-top: 18px; }

.section-table .table-pc table,
.table-m > table {
    width: 100%;
    border-collapse: collapse;
    border: none;          
}

.section-table .table-pc table th,
.section-table .table-pc table td,
.table-m > table th,
.table-m > table td { 
    padding: 12px; 
    text-align: center; 
    border: 1px solid #ccc; 
    font-size: 1.4rem;
}

.section-table .table-pc table thead th,
.table-m > table thead th { 
    border-top: 2px solid #111; 
}

.section-table .table-pc table th:first-child,
.section-table .table-pc table td:first-child,
.table-m > table th:first-child,
.table-m > table td:first-child {
    border-left: none;
}

.section-table .table-pc table th:last-child,
.section-table .table-pc table td:last-child,
.table-m > table th:last-child,
.table-m > table td:last-child {
    border-right: none;
}

.section-table .table-pc table th,
.table-m > table th { 
    font-weight: 600;
}

.section-effects-badge {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--tertiary-color);
}

.section-effects-badge .text-header .subhead,
.section-effects-badge .text-header .head,
.section-effects-badge .text-header .desc {
    color: #fff;
}

.section-effects-badge .text-header .subhead { 
    font-weight: 400;
}

.section-effects-badge .text-header .subhead b { 
    font-weight: 600;
}

.section-effects-badge .badge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 18px;
    color: #fff;
}

.section-effects-badge .badge-content .badge-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.section-effects-badge .badge-content .badge-item .img { 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 82px;
}

.section-effects-badge .badge-content .badge-item .head {
    padding: 8px 10px; 
    margin-bottom: 8px; 
    border-radius: 50px; 
    font-size: 1.6rem;
    font-weight: 600; 
    background-color: #fff; 
    color: var(--tertiary-color);
}

.section-effects-badge .badge-content .badge-item .desc {
    min-height: 54px;
    white-space: pre-line;
} 

.section-solution {
    background-color: #fbf9f6;
}

.section-solution .solution-content { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.section-solution .solution-content .solution-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-solution .solution-content .solution-item .head {
    color: var(--secondary-color);
    font-size: 2.2rem;
    font-weight: 600;
}

.section-solution .solution-content .solution-item .head .num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 2rem;
    background-color: var(--secondary-color);;
    color: #fff;
}

.section-solution .solution-content .solution-item .desc {
    font-size: 1.6rem;
    white-space: pre-line;
    line-height: 1.4;
}

.section-flow {
    background: url('../images/lasbia-sec2-img.jpg') no-repeat right / cover;
}

.section-flow .text-footer {
    margin-top: 18px;
    color: #111;
    text-align: center;
}

.section-flow.pink-bg {
    background-color: #f7eae1;
    background-image: none;
}

.section-flow .text-header .subhead, 
.section-flow .text-header .head, 
.section-flow .text-header .desc {
    color: #fff;
}

.section-flow.pink-bg .text-header .subhead {
    color: var(--primary-color);
}
.section-flow.pink-bg .text-header .head {
    color: var(--point-color);
}

.section-flow .flow-content { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.section-flow .flow-content .flow-item {
    width: 100%;
    max-width: 260px;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.section-flow .flow-content .flow-item .badge {
    display: inline-block;
    padding: 8px 16px;
    margin-top: 18px;
    background-color: var(--secondary-color);;
    color: #fff;
    font-weight: 500;
}

.section-flow .flow-content .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e8be9e;
    color: #fff;
    font-size: 1.4rem;
}

.section-flow .flow-content .flow-item .desc {
    margin-top: 18px;
    font-size: 1.6rem;
}

.section-flow .img-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 18px;    
}

.section-flow .img-content .img {
    width: 100%;
    max-width: 260px;
    padding: 12px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
}

.section-flow .img-content .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #e8be9e;
    color: #fff;
    font-size: 1.4rem;
}

.section-device-badge {
    background-color: #fbf9f6;
    padding-bottom: 0;
}

.section-device-badge .badge-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.section-device-badge .badge-item .badge {
    width: calc(50% - 6px); 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 160px;
    padding: 8px;
    padding-left: 32px;
    border-radius: 50px;
    background-color: var(--secondary-color);;
    color: #fff;
    font-weight: 600;
}

.section-device-badge .badge-item .badge .plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 2.4rem;
}

.section-device-badge .img-content {
    margin-top: 18px;
    text-align: center;
}

.section-device-badge .img-content img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    object-position: center 70%;
}

.section-media {
    background-color: #f8ebe2;
}

.section-media .media-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.section-media .media-content .media-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section-media .media-content .media-txt {
    text-align: center;
}

.section-media .media-content .media-txt .desc {
    white-space: pre-line;
}

.section-media .media-content .media-txt .desc > b {
    font-weight: 700;
} 

.section-card-badge {
    background: url('../images/tightening-card-badge-bg.jpg') no-repeat right / cover;
}

.section-card-badge .card-badge-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 24px;
}

.section-card-badge .card-badge-content .card-badge-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    position: relative;
    padding: 14px;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    background-color: #fff;
}

.section-card-badge .card-badge-content .card-badge-item .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 2.2rem;
    font-weight: 600;
}

.section-card-badge .card-badge-content .card-badge-item .img {
    padding: 14px 12px 0 12px;
}

.section-card-badge .card-badge-content .card-badge-item .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.section-card-badge .card-badge-content .card-badge-item .txt .head {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
}

.section-card-badge .card-badge-content .card-badge-item .txt .desc {
    white-space: pre-line;
    font-size: 1.6rem;
    line-height: 1.4;
}

.section-technique {
    background-color: #f9efe7;
}

.section-technique .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.section-technique .img .img-item:nth-child(2) {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transform: scale(1.1);
    margin-right: 8px;
}

.section-technique .img .img-item .head {
    padding: 8px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
}

.section-technique .img .img-item:nth-child(2) .head {
    background-color: var(--primary-color);
}

.section-technique .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.section-technique .txt .txt-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 120px;
    padding: 12px;
    border: 2px solid var(--secondary-color);
    border-radius: 16px;
    background-color: #fff;
}

.section-technique .txt .txt-item .badge {
    min-width: 160px;
    padding: 8px;
    border-radius: 10px;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.section-technique .txt .txt-item .desc {
    white-space: pre-line;
    text-align: center;
}

.section-needle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-needle .txt {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.section-needle .txt .txt-img {
    flex: 0 0 30%;
}

.section-needle .txt .text-header {
    position: relative;
    flex: 0 0 70%;
    justify-content: center;
    align-items: flex-start;
    color: #111;
    text-align: left;
    
}

.section-needle .txt .text-header .head {
    position: relative;
    color: #111;
}

.section-needle .txt .text-header .head .point {
    position: absolute;
    top: 0;
    right: -18px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
}

.section-needle .img {
    margin-top: 18px;
}

.section-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.section-product.pink-bg {
    background-color: #fcf9f7;
}

.section-product .media {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 36px;
}

.section-product .media .img {
    max-width: 280px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-product .media .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    line-height: 1.4;
}

.section-product .media .txt .head {
    font-family: 'Marcellus';
    font-size: 2em;
    color: var(--secondary-color);
}

.section-product .media .txt .caption {
    font-size: 2rem;
    font-weight: 700;
    white-space: pre-line;
}

.section-product .media .txt .badge-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    line-height: 1;
}

.section-product .media .txt .badge-item .badge {
    width: 100%; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 8px;
    padding-left: 34px;
    border-radius: 50px;
    background-color: var(--secondary-color);;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.section-product .media .txt .badge-item .badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8px;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #fff;
    color: var(--primary-color);
    font-size: 2.4rem;
}

.section-product .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;  
}

.section-product .card-content .card {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 110px;
    padding: 16px;
    border: 2px solid var(--secondary-color);
    border-radius: 14px;
    background-color: #fff;
}

.section-product .card-content .card .card-img {
    width: 40px; 
    flex-shrink: 0;  
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-product .card-content .card .card-txt {
    flex: 1;
    line-height: 1.4;
}

.section-product .card-content .card .card-txt .head {
    font-weight: 700;
    color: var(--secondary-color);
}

.section-product .card-content .card .card-txt .desc {
    white-space: pre-line;
    font-size: 1.4rem;
}

.section-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('../images/section-text-bg.jpg') no-repeat 60% center / cover;
}

.section-text .img {
    margin-bottom: 18px;
}

.section-text .text-header .head {
    font-size: 3rem;
    color: var(--primary-color);
}

.section-text .img-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-text .img-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.section-text .img-content .img-item {
    width: calc(50% - 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    background-color: #fff;
    border-radius: 14px;
    padding: 16px;
}

.section-text .img-content .img-item .img {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-text .img-content .img-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section-text .img-content .img-item .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 190px;
    background-color: #f4f4f4; 
    border-radius: 14px;
    padding: 8px 12px 16px;
}

.section-text .img-content .img-item .txt .badge {
    padding: 6px 20px;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
    margin-top: -20px; 
}

.section-text .img-content .img-item .txt .desc {
    white-space: pre-line;
    line-height: 1.4;
    text-align: left;
    width: 100%;
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .section-effects-badge .badge-content {
        flex-direction: row;
        align-items: stretch; 
    }

    .section-effects-badge .badge-content .badge-item {
        flex: 1;
        justify-content: flex-start;
    }

    .section-flow .flow-content .arrow {
        font-size: 1.2rem;
    }

    .section-product .media .txt .badge-item {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .section-device-badge {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 80px;
        background: url('../images/device-badge-origin-bg.jpg') no-repeat 60% center / cover;
    }

    .section-device-badge.sono {
        background: url('../images/device-badge-sono-bg.jpg') no-repeat 55% center / cover;
    }

    .section-device-badge.secret {
        background: url('../images/device-badge-secret-bg.jpg') no-repeat 50% center / cover;
    }

    .section-device-badge.spectra {
        background: url('../images/device-badge-spectra-bg.jpg') no-repeat 80% center / cover;
    }

    .section-device-badge .img-content {
        display: none;
    }

    .section-device-badge .img-content img {
        width: 200px;
        height: 240px;
    }

    .section-table .table-pc { 
        display: block; 
    }

    .section-table .table-m {
        display: none;
    }

    .section-solution .solution-content {
        flex-direction: row;
    }

    .section-flow .flow-content {
        flex-direction: row;
    }

    .section-flow .flow-content .flow-item {
        max-width: 200px;
        height: stretch;
    }

    .section-flow .flow-content .arrow {
        transform: rotate(-90deg);
    }

    .section-flow .img-content {
        flex-direction: row;
    }

    .section-flow .img-content .img {
        max-width: 200px;
        height: stretch;
    }

    .section-flow .img-content .arrow {
        transform: rotate(-90deg);
        font-size: 1.2rem;
    }

    .section-device-badge .badge-item .badge {
        min-width: 180px;
        max-width: unset;
        width: unset;
    }

    .section-media .media-content .media-img {
        flex-direction: row;
    }

    .section-media .media-content .media-img img {
        max-width: 400px;
    }

    .section-media.grid-3 .media-content .media-img img {
        max-width: 300px;
    }

    .section-card-badge .card-badge-content {
        flex-direction: row;
    }

    .section-technique .txt {
        flex-direction: row;
        max-width: 1000px;
        margin: 24px auto;
    }

    .section-needle {
        flex-direction: row;
    }

    .section-needle .txt {
        flex: 1;
    }

    .section-needle .img {
        flex: 1;
    }

    .section-product .media {
        flex-direction: row;
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }

    .section-product .media .img {
        max-width: none;
        flex: 0 0 30%;
    }

    .section-product .media .txt {
        align-items: flex-start;
    }

    .section-product .media .txt .desc {
        text-align: left;
    }

    .section-product .card-content {
        flex-direction: row;
        max-width: 1400px;
    }

    .section-text .img-inner {
        flex-direction: row;
        gap: 24px;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
    }

    .section-text .img-inner .img {
        flex: 0 0 30%;
    }

    .section-text .img-inner .text-header {
        align-items: flex-start;
        text-align: left;
    }

    .section-text .img-inner .text-header .desc {
        white-space: normal;
    }

    .section-text .img-content {
        flex-wrap: nowrap;
    }
}

@media (min-width: 1280px) {
    .section-flow .flow-content .flow-item {
        max-width: 260px;
    }

    .section-flow .img-content .img-item {
        max-width: 260px;
    }
}

@media (min-width: 1440px) {
    .section-device-badge.secret {
        background: url('../images/device-badge-secret-bg.jpg') no-repeat -190% center / cover;
    }
}
