.tg-section {
    direction: rtl;
    font-family: inherit;
}

.tg-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 18px;
}

.tg-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff4e8;
    color: #ff7a00;
    border: 1px solid #ffd4aa;
    border-radius: 999px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 800;
}

.tg-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff7a00;
    color: #ffffff !important;
    border-radius: 16px;
    padding: 13px 22px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    transition: all 0.22s ease;
}

.tg-btn-primary:hover {
    background: #1f2937;
}

.tg-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    box-shadow: 0 8px 22px rgba(31, 41, 55, 0.035);
    transition: all 0.22s ease;
}

.tg-card:hover {
    transform: translateY(-4px);
    border-color: #ffc27d;
    box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
}