.domain-pricing-section {
    background: #f8fafc !important;
    padding-top: 90px;
    padding-bottom: 90px;
}

.domain-table-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.domain-pricing-table {
    margin-bottom: 0;
    vertical-align: middle;
}

.domain-pricing-table thead th {
    background: #071a52;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 18px 24px;
    border: none;
}

.domain-pricing-table tbody td {
    padding: 16px 24px;
    border-color: #f1f5f9;
    color: #475569;
    font-size: 14.5px;
}

.tld-name {
    color: #071a52;
    font-size: 16px;
}

.price-tag {
    font-weight: 800;
    color: #FF6B2C;
}

.badge-popular { background: rgba(255, 107, 44, 0.12); color: #FF6B2C; font-weight: 700; }
.badge-active { background: #f1f5f9; color: #475569; font-weight: 600; }
.badge-value { background: rgba(22, 163, 74, 0.1); color: #16a34a; font-weight: 700; }