/* ====================================================
   وِصلة آب — English LTR overrides
   يُحمَّل فقط على الصفحات الإنجليزية فوق style.css
   ==================================================== */

/* خط إنجليزي مهني بدل خط عربي */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand,
.section-title,
.hero h1,
.plan-name,
.stat-value {
    font-family: 'Inter', -apple-system, sans-serif;
    font-weight: 700;
}

/* إعادة ضبط اتجاهات محددة تعتمد على RTL في style.css */
.hero {
    text-align: left;
}

.section-header {
    text-align: center;
}

.service-cta {
    flex-direction: row;
}

/* السهم يصير للاتجاه الصح بالإنجليزي */
.service-cta .icon,
.btn .icon.ms-1 {
    transform: rotate(180deg);
}

/* navbar brand */
.navbar-brand .brand-mark {
    font-family: 'Inter', sans-serif;
}

/* زر تبديل اللغة */
.lang-switch {
    font-size: .85rem;
    opacity: .8;
    transition: opacity .2s;
}
.lang-switch:hover {
    opacity: 1;
    color: var(--color-gold-light) !important;
}

/* بطاقة إيصال Hero بالإنجليزي */
.receipt-card {
    direction: ltr;
    text-align: left;
}

/* value-pill بالإنجليزي */
.value-pill {
    flex-direction: row;
}

/* footer */
.site-footer {
    text-align: left;
}

/* contact form */
#contactForm .form-label {
    text-align: left;
    display: block;
}
