/* Premium slider label: replaces the old blue underline with a subtle trust marker. */
.hero .eyebrow{display:inline-flex!important;align-items:center;gap:8px!important;padding:7px 14px!important;border:1px solid rgba(218,36,48,.24)!important;border-right:1px solid rgba(218,36,48,.24)!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(248,252,255,.48))!important;color:#a71828!important;box-shadow:0 8px 20px rgba(10,48,82,.08)!important;backdrop-filter:blur(7px);font-size:11px!important;letter-spacing:0!important}
.hero .eyebrow:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#e52631;box-shadow:0 0 0 4px rgba(229,38,49,.13),0 0 12px rgba(229,38,49,.35);animation:heroTrustPulse 2.2s ease-in-out infinite}
.hero .eyebrow:after{display:none!important}
html[dir="ltr"] .hero .eyebrow{font-family:Arial,"Segoe UI",sans-serif;font-size:12px!important;font-weight:700!important}
/* The English slide keeps its LTR typography while using the same right-side composition as Persian. */
html[dir="ltr"] .hero-copy{margin-right:clamp(26px,6vw,96px)!important;margin-left:auto!important;text-align:left!important}
html[dir="ltr"] .hero .quick,html[dir="ltr"] .hero .btns{justify-content:flex-start!important}
body.theme-dark .hero .eyebrow{background:linear-gradient(135deg,rgba(13,34,55,.8),rgba(14,37,60,.5))!important;border-color:rgba(255,126,134,.34)!important;color:#ffc4c7!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important}
body.theme-dark .hero .eyebrow:before{background:#ff747b;box-shadow:0 0 0 4px rgba(255,116,123,.14),0 0 14px rgba(255,116,123,.4)}
@keyframes heroTrustPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(.72);opacity:.68}}
@media(max-width:560px){html[dir="ltr"] .hero-copy{margin-right:0!important;margin-left:0!important}.hero .eyebrow{padding:6px 11px!important;font-size:10px!important;gap:7px!important}.hero .eyebrow:before{width:6px;height:6px}}
@media(prefers-reduced-motion:reduce){.hero .eyebrow:before{animation:none}}
