.comparison-section {
    position: relative;
    padding: 60px 20px;
    background-color: #fcf9f2;
    margin-top: 60px;
    font-family: Arial, sans-serif;
}

.wave-top {
    position: absolute;
    top: -59px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.wave-top svg {
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}
.wave-top .shape-fill {
    fill: #fcf9f2 !important;
}

.comparison-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    overflow-x: auto;
    padding-bottom: 40px;
    padding-top: 20px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 2fr 1.2fr 1fr;
    min-width: 600px;
    align-items: stretch;
}

.comp-cell {
    padding: 18px 15px;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #584a40;
    font-weight: 600;
    background-color: white;
}

.header-empty {
    background-color: transparent;
    border: none;
}

.header-other {
    font-weight: bold;
    color: #584a40;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 18px;
    background-color: transparent;
    border: none;
}

.feature-text {
    justify-content: center;
    text-align: right;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.feature-text.first-row {
    border-top: 1px solid #e0e0e0;
    border-top-left-radius: 12px;
}

.other-cell {
    justify-content: center;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #ffffff;
}

.other-cell.first-row {
    border-top: 1px solid #e0e0e0;
    border-top-right-radius: 12px;
}

.header-lapcatz {
    background-color: #e48585;
    color: white;
    font-weight: bold;
    font-size: 16px;
    justify-content: center;
    text-align: center;

    margin-top: -20px;
    padding-top: 45px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;

    z-index: 10;
    position: relative;
    box-shadow: 0 -5px 15px rgba(228, 133, 133, 0.2);
}

.lapcatz-cell {
    background-color: #e48585;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 10;
    box-shadow: 5px 0 15px rgba(0,0,0,0.05);
}

.lapcatz-cell.first-pink {
    border-top: none;
}

.lapcatz-cell.last-cell {
    border-radius: 0 0 12px 12px;
    border-bottom: none;
    box-shadow: 0 10px 20px rgba(228, 133, 133, 0.4);
}

.feature-text.last-row {
    border-bottom: 1px solid #e0e0e0;
    border-bottom-left-radius: 12px;
}

.other-cell.last-row {
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 12px;
}

.icon-check {
    width: 28px;
    height: 28px;
    border: 2px solid white;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
}

.icon-cross {
    width: 24px;
    height: 24px;
    fill: #ff6b6b;
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 40px 12px;
    }

    .comparison-wrapper {
        padding: 10px 0 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .comparison-grid {
        min-width: 520px;
        grid-template-columns: 2.2fr 1fr 1fr;
    }

    .comp-cell {
        font-size: 13px;
        padding: 10px 8px;
    }

    .feature-text {
        text-align: left;
        justify-content: flex-start;
        line-height: 1.3;
    }

    .header-lapcatz {
        font-size: 14px;
        padding-top: 35px;
        margin-top: -15px;
    }

    .header-other {
        font-size: 13px;
    }

    .icon-check {
        width: 22px;
        height: 22px;
        padding: 2px;
    }

    .icon-cross {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 768px) {
    .comparison-section {
        padding: 40px 5px;
    }

    .comparison-wrapper {
        padding: 20px 0;
        overflow: visible;
        width: 100%;
        max-width: 100%;
    }

    .comparison-grid {
        display: grid;
        min-width: 0;
        width: 100%;
        grid-template-columns: 1fr 85px 65px;
        align-items: stretch;
    }

    .comp-cell {
        padding: 12px 4px;
        font-size: 11px;
        text-align: center;
        justify-content: center;
        line-height: 1.25;
        word-wrap: break-word;
        hyphens: auto;
    }

    .feature-text {
        justify-content: center;
        text-align: center;
        border-left: 1px solid #e0e0e0;
        font-weight: 700;
        background-color: #f2f2f2;
    }

    .header-lapcatz {
        font-size: 12px;
        padding-top: 40px;
        margin-top: -25px;
        line-height: 1.1;
        padding-left: 2px;
        padding-right: 2px;
        white-space: normal;
        display: flex;
        align-items: center;
        box-shadow: 0 -5px 10px rgba(228, 133, 133, 0.3);
    }

    .header-other {
        font-size: 11px;
        padding-bottom: 10px;
        align-items: flex-end;
        line-height: 1.1;
    }

    .icon-check {
        width: 20px;
        height: 20px;
        padding: 2px;
        border-width: 1.5px;
    }

    .icon-cross {
        width: 16px;
        height: 16px;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .lapcatz-cell {
        box-shadow: 4px 0 10px rgba(0,0,0,0.05);
    }

    .lapcatz-cell.last-cell {
        box-shadow: 0 10px 15px rgba(228, 133, 133, 0.3);
    }
}