.attribution-section {
    color: #222;
    max-width: 1200px;
    margin: auto;
    padding: 60px 0px;
}

.banner {
    background: #674CED;
    text-align: center;
    padding: 1.5rem;
    border-radius: 10px;
    height: 187px;
    margin-bottom: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}

.attribution-section-fixed .heading {
    text-align: center;
    margin-bottom: 57px;
}

.heading h3 {
    text-align: center;
    font-size: 45px;
    font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Full-width comparison grid */
.comparison {
    width: 100%;
    display: grid;
    gap: 0;
}

.comparison-row {
    display: grid;
    grid-template-columns: 1fr 3fr 3fr;
}
comparison-header{

}
.comparison-row:nth-child(even) .label,.comparison-row:nth-child(even) .nexoya {
    background-color: #FAFAFA;
    border: none;
}

.comparison-row .col {
    padding: 1.25rem 1rem;
}

.comparison-header .col {
    padding: 10px 33px;
    font-weight: 600;
    font-size: 1.1rem;
}

.col.label {
    background: #fff;
    font-weight: 600;
    color: #555;
    border:none;
}
.attribution-section-fixed{
    padding: 83px 0px 60px 0px;
}
.comparison-header .col.traditional {
    background: #2c2c2c;
    color: #fff;
    border-top-left-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
}
.comparison-header .col.traditional span{
    font-weight: 400;
    font-size: 16px;
}
.comparison-header .col.nexoya {
    font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
    background: #0ecc6c;
    color: #fff;
    border-top-right-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.col.nexoya {
    border-top-right-radius: 10px;
    border:none;
}
.col.nexoya span{
    font-weight: 400;
    font-size: 14px;
}
.comparison-row:not(.comparison-header) p, .comparison-row:not(.comparison-header){
    font-size: 14px;
    font-family: 'euclidcircularb-regular', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.comparison-row:not(.comparison-header) .traditional {
    background: #f8f8f8;
    color: #333;
    border:none;
}

.comparison-row:not(.comparison-header) .nexoya {
    color: #333;
}
.comparison-row:nth-child(even) .traditional {
    background-color: #FFF;
    border: none;
}
@media only screen and (max-width: 1440px){
    .banner h2, .heading h3{
        font-size: 35px;
    }
}

/* Responsive: Preserve table structure on mobile */
@media (max-width: 900px) {
    .attribution-section-fixed{
        padding: 20px;
    }

    .comparison-row {
        grid-template-columns: 1fr 2fr 2fr;
        gap: 0;
    }

    .comparison-row .col {
        padding: 0.75rem 0.5rem;
        font-size: 12px;
        line-height: 1.3;
    }

    .comparison-header .col {
        padding: 0.75rem 0.5rem;
        font-size: 14px;
        font-weight: 600;
    }

    .comparison-header .col.traditional,
    .comparison-header .col.nexoya {
        font-size: 14px;
    }

    .comparison-header .col.traditional span,
    .comparison-header .col.nexoya span {
        font-size: 11px;
        display: block;
        margin-top: 0.25rem;
    }

    .col.label {
        font-size: 11px;
        font-weight: 600;
    }
}

.comparison-body {
    box-shadow: 0 4px 20px 0 #C0C0C033; /* add full shadow */
    border-radius: 12px; /* optional: rounded corners */
    overflow: hidden;    /* ensures shadow aligns around the whole block */
}

.comparison-row {
}

/* remove shadow from inner rows */
.comparison-row:not(:first-child) {
    border-top: 1px solid transparent;
}
