/* tarabot-offers.css - ستايل صفحة عروض الاشتراكات المنفصلة */
body, html, .tarabot-offers, .tarabot-offers * { font-family: 'IBM Plex Sans Arabic', sans-serif !important; }
.tarabot-offers { background:#f7f7f7; min-height:100vh; }
/* إعادة استخدام أنماط العروض من الرئيسية */
.offers { background:#fff; color:var(--tarabot-primary); padding:3.5rem 2rem 2rem; text-align:center; border-radius:32px; margin:3rem auto; max-width:900px; box-shadow:0 4px 32px rgba(207,139,63,0.09); }
.offers h2 { font-size:2rem; font-weight:700; margin-bottom:2rem; }
.offers-cards { display:flex; justify-content:center; gap:2.2rem; flex-wrap:nowrap; margin-bottom:1.5rem; }
.offer-card { background: linear-gradient(120deg, #094426 80%, #e9f3ee 100%) !important; color:#fff; border-radius:24px; box-shadow:0 2px 18px rgba(9,68,38,0.13); padding:2.2rem 1.5rem 1.5rem; min-width:220px; max-width:260px; flex:1 1 0; display:flex; flex-direction:column; align-items:center; position:relative; transition: transform .25s, box-shadow .25s, background .25s; cursor:pointer; border:2px solid #e9f3ee; }
.offer-title { font-weight:800; font-size:1.18rem; color:var(--tarabot-gold); margin-bottom:.5rem; letter-spacing:.5px; }
.offer-desc { font-size:1.08rem; color:#fff; margin-bottom:.7rem; text-align:center; line-height:1.7; }
.offer-btn { display:inline-block; margin-top:1.1rem; padding:.7rem 2.2rem; font-size:1.08rem; font-weight:700; color:#fff; background:var(--tarabot-gold); border-radius:24px; box-shadow:0 2px 12px rgba(207,139,63,0.10); text-decoration:none; letter-spacing:.5px; transition: background .2s, color .2s, box-shadow .2s, transform .2s; }
/* تحديث: لا تجعل الزر أبيض عند hover */
.offer-btn:hover { background:#b97a1a; color:#fff; box-shadow:0 6px 24px rgba(207,139,63,0.25); transform: translateY(-2px); }
@media (max-width: 900px) { .offers-cards { flex-direction:row; gap:1.2rem; } .offer-card { min-width:220px; max-width:98vw; padding:12px 4px; } }
@media (max-width: 600px) { .offers-cards { flex-direction:column; gap:1.2rem; align-items:center; } .offer-card { min-width:98vw; max-width:98vw; padding:12px 4px; } }
