.ec-1496-wrapper {
    padding: 60px 20px;
    background-color: #F8F5EF;
}

.ec-1496-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.ec-1496-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #D4B996;
    margin-bottom: 12px;
}

.ec-1496-heading {
    font-size: 36px;
    color: #0A192F;
    margin-bottom: 20px;
}

.ec-1496-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #5A6A7D;
}

/* Desktop Table */
.ec-1496-table-wrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid #EAEAEA;
}

.ec-1496-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ec-1496-th {
    padding: 24px 20px;
    font-size: 18px;
    color: #0A192F;
    font-weight: 600;
    border-bottom: 1px solid #EAEAEA;
    vertical-align: bottom;
    width: 25%;
}

.ec-1496-th-empty {
    width: 20%;
}

.ec-1496-td {
    padding: 20px;
    font-size: 15px;
    line-height: 1.5;
    color: #5A6A7D;
    border-bottom: 1px solid #EAEAEA;
    vertical-align: top;
}

.ec-1496-table tr:last-child .ec-1496-td {
    border-bottom: none;
}

.ec-1496-row-label {
    font-weight: 600;
    color: #0A192F;
}

.ec-1496-col-highlight {
    background-color: #F8F9FA;
}

.ec-1496-badge {
    display: inline-block;
    background: #D4B996;
    color: #0A192F;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 12px;
    margin-top: 8px;
    letter-spacing: 0.5px;
}

/* Mobile Cards */
.ec-1496-mobile-wrap {
    display: none;
    max-width: 600px;
    margin: 0 auto;
    gap: 30px;
    flex-direction: column;
}

.ec-1496-mobile-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.ec-1496-mc-header {
    padding: 20px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ec-1496-mc-title {
    margin: 0;
    font-size: 20px;
    color: #0A192F;
}

.ec-1496-mc-body {
    padding: 20px;
}

.ec-1496-mc-row {
    margin-bottom: 15px;
}
.ec-1496-mc-row:last-child {
    margin-bottom: 0;
}

.ec-1496-mc-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0A192F;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.ec-1496-mc-val {
    font-size: 15px;
    line-height: 1.5;
    color: #5A6A7D;
}

/* CTA Area */
.ec-1496-cta {
    text-align: center;
    margin-top: 50px;
}

.ec-1496-cta-text {
    font-size: 18px;
    font-weight: 500;
    color: #0A192F;
    margin-bottom: 20px;
}

.ec-1496-btn-group {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.ec-1496-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.ec-1496-btn-primary {
    background-color: #0A192F;
    border-color: #0A192F;
    color: #fff;
}
.ec-1496-btn-primary:hover {
    background-color: #1B2B44;
    border-color: #1B2B44;
}

.ec-1496-btn-secondary {
    background-color: transparent;
    border-color: #0A192F;
    color: #0A192F;
}
.ec-1496-btn-secondary:hover {
    background-color: #0A192F;
    color: #fff;
}

@media (max-width: 991px) {
    .ec-1496-table-wrap { display: none; }
    .ec-1496-mobile-wrap { display: flex; }
}

@media (max-width: 767px) {
    .ec-1496-heading { font-size: 28px; }
    .ec-1496-btn { width: 100%; }
}
