/* ═════════ CTA V3 — كتلة السعر الحيّة داخل .cta-copy ═════════ */

.cta-band .cta-copy .cta-price{
    display:inline-flex; align-items:center; flex-wrap:wrap;
    gap:10px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.16);
    padding:10px 16px; border-radius:14px;
    margin-block:14px 22px;
    backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);
}

.cta-band .cta-price-label{
    font-size:.78rem; font-weight:600;
    color:rgba(255,255,255,.78);
}

.cta-band .cta-price-value{
    display:inline-flex; align-items:baseline; gap:6px;
    color:#fff;
}
.cta-band .cta-price-value b{
    font-size:1.75rem; font-weight:800; line-height:1;
}
.cta-band .cta-price-old{
    color:rgba(255,255,255,.55);
    text-decoration:line-through;
    font-size:.95rem; margin-inline-end:2px;
}
.cta-band .cta-price-value em{
    display:inline-flex; line-height:1;
    color:rgba(255,255,255,.85); font-style:normal;
}

.cta-band .cta-price-badge{
    display:inline-flex; align-items:center; gap:4px;
    padding:4px 10px; border-radius:999px;
    background:#F59E0B; color:#1F1300;
    font-size:.75rem; font-weight:800;
    box-shadow:0 4px 12px rgba(245,158,11,.35);
}

/* أيقونة داخل eyebrow.on-dark تظهر بحجم متناسب */
.cta-band .cta-copy .eyebrow.on-dark .ti{
    font-size:14px; vertical-align:middle;
    margin-inline-end:4px;
}

@media (max-width: 560px){
    .cta-band .cta-copy .cta-price{ padding:8px 12px; gap:8px; }
    .cta-band .cta-price-value b{ font-size:1.5rem; }
}

/* ── شارات تحفيزيّة صغيرة أسفل السعر ── */
.cta-band .cta-hints{
    display:flex; flex-wrap:wrap; gap:8px;
    margin-block:6px 20px;
}
.cta-band .cta-hint{
    display:inline-flex; align-items:center; gap:6px;
    padding:6px 12px; border-radius:999px;
    font-size:.78rem; font-weight:700;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.18);
    color:#fff;
    backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px);
}
.cta-band .cta-hint .ti{ font-size:14px; }
.cta-band .cta-hint-blue{
    background:rgba(59,130,246,.18); border-color:rgba(147,197,253,.35);
}
.cta-band .cta-hint-green{
    background:rgba(22,163,74,.18); border-color:rgba(134,239,172,.35);
}
.cta-band .cta-hint-warn{
    background:rgba(245,158,11,.22); border-color:rgba(253,224,71,.4);
    color:#FEF3C7;
}
