.hc-897fdfca-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
}
.hc-897fdfca-header {
    text-align: center;
    margin-bottom: 35px;
}
.hc-897fdfca-badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    color: #E11C09;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.hc-897fdfca-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #214462;
    margin: 0;
}
.hc-897fdfca-table-wrapper {
    overflow-x: auto;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    margin-bottom: 35px;
}
.hc-897fdfca-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E2E8F0;
    text-align: left;
}
.hc-897fdfca-table th {
    background-color: #214462;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 20px;
    border-bottom: 2px solid #E2E8F0;
}
.hc-897fdfca-table td {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #4A5568;
    border-bottom: 1px solid #E2E8F0;
    vertical-align: top;
}
.hc-897fdfca-td-feature {
    color: #214462;
    font-weight: 600;
    width: 20%;
}
.hc-897fdfca-table td strong {
    font-weight: 700;
    color: #1a202c;
}
.hc-897fdfca-cta-wrapper {
    text-align: center;
}
.hc-897fdfca-btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    background-color: #E11C09;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.hc-897fdfca-btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    color: #FFFFFF;
}
@media (max-width: 768px) {
    .hc-897fdfca-table {
        display: block;
    }
    .hc-897fdfca-table thead {
        display: none;
    }
    .hc-897fdfca-table tbody, 
    .hc-897fdfca-table tr, 
    .hc-897fdfca-table td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }
    .hc-897fdfca-table tr {
        margin-bottom: 15px;
        border: 1px solid #E2E8F0;
    }
    .hc-897fdfca-table td {
        border-bottom: 1px solid #EDF2F7;
    }
}
