@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Inter:wght@400;500;600&display=swap');

.comp-wrapper-91c4da16 {
    background-color: #F8FAFC;
    padding: 80px 24px;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
}

.comp-container-91c4da16 {
    max-width: 1200px;
    width: 100%;
}

.comp-title-91c4da16 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #214462;
    margin-bottom: 48px;
    text-align: center;
}

.comp-table-91c4da16 {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(33, 68, 98, 0.05);
}

.comp-row-91c4da16 {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.row-even-91c4da16 {
    background-color: #FFFFFF;
}

.row-odd-91c4da16 {
    background-color: #F1F5F9;
}

.comp-col-91c4da16 {
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.col-feature-91c4da16 {
    width: 25%;
    font-weight: 700;
    color: #214462;
    font-size: 16px;
}

.font-montserrat-91c4da16 {
    font-family: 'Montserrat', sans-serif;
}

.col-diy-91c4da16 {
    width: 37.5%;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
    gap: 12px;
}

.col-supremacy-91c4da16 {
    width: 37.5%;
    font-size: 14px;
    line-height: 1.5;
    gap: 12px;
}

/* Header Specific Layout */
.header-row-91c4da16 {
    background-color: transparent;
}

.header-row-91c4da16 .comp-col-91c4da16 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 20px 24px;
}

.header-row-91c4da16 .col-feature-91c4da16 {
    color: #64748B;
    font-size: 16px;
}

.header-row-91c4da16 .col-diy-91c4da16 {
    color: #1E293B;
    font-size: 18px;
}

.header-row-91c4da16 .col-supremacy-91c4da16 {
    background-color: #214462;
    border-top: 3px solid #E11C09;
    border-radius: 12px 12px 0 0;
    color: #FFFFFF;
    font-size: 18px;
    justify-content: center;
}

/* Featured Side column Highlight */
.featured-col-body-91c4da16 {
    background-color: rgba(33, 68, 98, 0.02);
    border-left: 1px solid rgba(33, 68, 98, 0.08);
    border-right: 1px solid rgba(33, 68, 98, 0.08);
}

/* Icons styling */
.diy-cross-icon-91c4da16 {
    color: #94A3B8;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.supremacy-check-icon-91c4da16 {
    color: #E11C09;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
}

.diy-text-91c4da16, .supremacy-text-91c4da16 {
    display: inline-block;
}

/* Responsive Table layout */
@media (max-width: 868px) {
    .comp-row-91c4da16 {
        flex-direction: column;
    }
    .col-feature-91c4da16, .col-diy-91c4da16, .col-supremacy-91c4da16 {
        width: 100%;
        padding: 16px;
    }
    .header-row-91c4da16 {
        display: none; /* Hide standard tabular header on mobile for better block stacked flow */
    }
    .comp-row-91c4da16 {
        margin-bottom: 24px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }
    .featured-col-body-91c4da16 {
        border: none;
        background-color: rgba(33, 68, 98, 0.05);
    }
}
