/* ============================================
   4jawaly /sms/ page custom styles
   White background hero + indigo accent palette
   ============================================ */

.fj-sms { font-family: 'Cairo', system-ui, -apple-system, sans-serif; direction: rtl; color: #0F172A; line-height: 1.7; }
.fj-sms *, .fj-sms *::before, .fj-sms *::after { box-sizing: border-box; }
.fj-sms img { max-width: 100%; height: auto; display: block; }
.fj-sms a { color: inherit; text-decoration: none; }
.fj-sms .fj-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== HERO ===== */
.fj-sms .fj-hero { position: relative; background: #FFFFFF; padding: 90px 0 100px; overflow: hidden; }
.fj-sms .fj-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.fj-sms .fj-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #F0F4FF; border: 1px solid #DDE3F7; color: #5163C9; padding: 8px 18px; border-radius: 100px; font-weight: 700; font-size: 14px; margin-bottom: 24px; }
.fj-sms .fj-hero-badge .dot { width: 8px; height: 8px; background: #4ADE80; border-radius: 50%; box-shadow: 0 0 0 4px rgba(74,222,128,.3); animation: fjPulse 2s infinite; }
@keyframes fjPulse { 0%,100% { box-shadow: 0 0 0 4px rgba(74,222,128,.3); } 50% { box-shadow: 0 0 0 8px rgba(74,222,128,.1); } }
.fj-sms .fj-hero h1 { font-size: 52px; font-weight: 800; color: #0F172A; margin: 0 0 20px; line-height: 1.2; }
.fj-sms .fj-hero h1 .accent { color: #6B7BD8; }
.fj-sms .fj-hero h1 .accent2 { color: #FF6900; }
.fj-sms .fj-hero .lead { color: #475569; font-size: 18px; margin-bottom: 30px; line-height: 1.8; }
.fj-sms .fj-cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.fj-sms .fj-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 16px; transition: all .25s; cursor: pointer; border: 2px solid transparent; font-family: inherit; }
.fj-sms .fj-btn-primary { background: #FF6900; color: #fff !important; box-shadow: 0 8px 24px rgba(255,105,0,.35); }
.fj-sms .fj-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,105,0,.45); background: #FF7A1A; }
.fj-sms .fj-btn-outline { background: transparent; color: #5163C9 !important; border-color: #DDE3F7; }
.fj-sms .fj-btn-outline:hover { background: #F0F4FF; border-color: #6B7BD8; }
.fj-sms .fj-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; padding-top: 36px; border-top: 1px solid #EEF0F7; }
.fj-sms .fj-stat { text-align: center; }
.fj-sms .fj-stat .num { font-size: 30px; font-weight: 800; color: #6B7BD8; line-height: 1; }
.fj-sms .fj-stat .lbl { font-size: 13px; color: #64748B; margin-top: 6px; font-weight: 600; }
.fj-sms .fj-hero-img { position: relative; text-align: center; }
.fj-sms .fj-hero-img img { max-width: 100%; height: auto; margin: 0 auto; }

/* ===== TRUST BAR ===== */
.fj-sms .fj-trust { background: #F8FAFC; padding: 50px 0; border-top: 1px solid #EEF0F7; border-bottom: 1px solid #EEF0F7; }
.fj-sms .fj-trust-row { margin-bottom: 36px; }
.fj-sms .fj-trust-row:last-child { margin-bottom: 0; }
.fj-sms .fj-trust-label { text-align: center; color: #94A3B8; font-size: 13px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin: 0 0 22px; }
.fj-sms .fj-trust-logos { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.fj-sms .fj-logo { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; background: #fff; border-radius: 12px; border: 1px solid #E2E8F0; font-weight: 800; font-size: 16px; letter-spacing: -.3px; transition: all .2s; min-height: 50px; }
.fj-sms .fj-logo:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,23,42,.08); border-color: #CBD5E1; }
.fj-sms .fj-logo .ico { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex-shrink: 0; }
.fj-sms .fj-logo .ico svg { width: 100%; height: 100%; display: block; }
.fj-sms .fj-logo .ar { font-family: 'Cairo', sans-serif; font-weight: 800; }
/* Brand colors */
.fj-sms .fj-logo.stc       { color: #4F008C; }
.fj-sms .fj-logo.mobily    { color: #00A8E1; }
.fj-sms .fj-logo.zain      { color: #6E2D91; }
.fj-sms .fj-logo.lebara    { color: #EE7203; }
.fj-sms .fj-logo.virgin    { color: #E10A0A; }
.fj-sms .fj-logo.salla     { color: #004E6B; }
.fj-sms .fj-logo.zid       { color: #5C3DD8; }
.fj-sms .fj-logo.daftra    { color: #1E40AF; }
.fj-sms .fj-logo.wordpress { color: #21759B; }
.fj-sms .fj-logo.magento   { color: #EE672F; }
.fj-sms .fj-logo.citc      { color: #0000FF; background: #F0F4FF; border-color: #DDE3F7; }

/* ===== SECTION BASE ===== */
.fj-sms .fj-section { padding: 90px 0; background: #fff; }
.fj-sms .fj-section.alt { background: #F8FAFC; }
.fj-sms .fj-section-head { text-align: center; max-width: 1100px; margin: 0 auto 60px; }
.fj-sms .fj-section-head h2 { white-space: normal; }
.fj-sms .fj-eyebrow { display: inline-block; color: #6B7BD8; font-weight: 700; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; padding: 6px 14px; background: #F0F4FF; border-radius: 100px; }
.fj-sms .fj-section h2 { font-size: 40px; font-weight: 800; margin: 0 0 16px; line-height: 1.25; color: #0F172A; }
.fj-sms .fj-section h2 .accent { color: #6B7BD8; }
.fj-sms .fj-section .subtitle { font-size: 18px; color: #64748B; line-height: 1.7; }

/* ===== SPLIT ===== */
.fj-sms .fj-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.fj-sms .fj-split.reverse { direction: ltr; }
.fj-sms .fj-split.reverse > * { direction: rtl; }
.fj-sms .fj-split-content h3 { font-size: 30px; font-weight: 800; margin: 0 0 20px; color: #0F172A; line-height: 1.3; }
.fj-sms .fj-split-content h3 .accent { color: #6B7BD8; }
.fj-sms .fj-split-content p { color: #475569; font-size: 16px; margin: 0 0 16px; }
.fj-sms .fj-split-img { position: relative; }
.fj-sms .fj-split-img img { border-radius: 20px; }
.fj-sms .fj-feat-list { list-style: none; padding: 0; margin: 24px 0 0; }
.fj-sms .fj-feat-list li { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; color: #334155; font-size: 15px; }
.fj-sms .fj-feat-list li::before { content: ''; flex: 0 0 22px; height: 22px; background: #6B7BD8; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.41 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/14px no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.41 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/14px no-repeat; border-radius: 6px; }

/* ===== CARDS ===== */
.fj-sms .fj-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.fj-sms .fj-card { background: #fff; border-radius: 20px; padding: 32px 28px; border: 1px solid #EEF0F7; transition: all .3s; }
.fj-sms .fj-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(107,123,216,.15); border-color: #DDE3F7; }
.fj-sms .fj-card .icon { width: 56px; height: 56px; border-radius: 14px; background: #F0F4FF; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #6B7BD8; font-size: 24px; }
.fj-sms .fj-card .icon svg { width: 36px; height: 36px; display: block; }
.fj-sms .fj-card .icon-php    { background: #EFF1F8; }
.fj-sms .fj-card .icon-node   { background: #E8F5E9; }
.fj-sms .fj-card .icon-python { background: #EBF1FA; }
.fj-sms .fj-card .net-logo { display: flex; align-items: center; justify-content: flex-start; height: 72px; margin-bottom: 18px; }
.fj-sms .fj-card .net-logo svg,
.fj-sms .fj-card .net-logo img { height: 64px; width: auto; max-width: 180px; object-fit: contain; }
.fj-sms .fj-card.net-card h4 { display: none; }
.fj-sms .fj-card h4 { font-size: 20px; font-weight: 700; margin: 0 0 10px; color: #0F172A; }
.fj-sms .fj-card p { color: #64748B; font-size: 15px; margin: 0; line-height: 1.7; }

/* ===== CITC card ===== */
.fj-sms .fj-citc-card { background: #F8FAFC; border-radius: 28px; padding: 50px; box-shadow: 0 20px 60px rgba(107,123,216,.08); display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; border: 1px solid #EEF0F7; }
.fj-sms .fj-citc-card .badge-row { display: inline-flex; align-items: center; gap: 8px; background: #6B7BD8; color: #fff; padding: 8px 16px; border-radius: 100px; font-weight: 700; font-size: 13px; margin-bottom: 20px; }
.fj-sms .fj-citc-card h3 { font-size: 32px; font-weight: 800; margin: 0 0 16px; color: #0F172A; line-height: 1.3; }
.fj-sms .fj-citc-card img { border-radius: 20px; }

/* ===== Counters ===== */
.fj-sms .fj-counters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 60px 0 0; }
.fj-sms .fj-counter { background: #fff; border-radius: 20px; padding: 32px 20px; text-align: center; border: 1px solid #EEF0F7; transition: all .3s; }
.fj-sms .fj-counter:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(107,123,216,.12); border-color: #DDE3F7; }
.fj-sms .fj-counter .num { font-size: 42px; font-weight: 900; color: #6B7BD8; line-height: 1; }
.fj-sms .fj-counter .lbl { color: #64748B; font-size: 14px; margin-top: 10px; font-weight: 600; }

/* ===== CODE ===== */
.fj-sms .fj-code-card { background: #0F172A !important; border-radius: 20px; padding: 24px; box-shadow: 0 20px 60px rgba(15,23,42,.25); direction: ltr !important; text-align: left !important; overflow: auto; unicode-bidi: isolate; }
.fj-sms .fj-code-card::before { content: '● ● ●'; color: #475569; font-size: 12px; letter-spacing: 4px; display: block; margin-bottom: 16px; text-align: left; }
.fj-sms .fj-code-card pre { margin: 0 !important; background: transparent !important; color: #E2E8F0 !important; font-family: 'JetBrains Mono', 'SF Mono', 'Consolas', 'Menlo', monospace !important; font-size: 13px !important; line-height: 1.75 !important; white-space: pre !important; direction: ltr !important; text-align: left !important; unicode-bidi: bidi-override; font-weight: 500; padding: 0 !important; border: 0 !important; }
.fj-sms .fj-code-card pre * { direction: ltr; unicode-bidi: bidi-override; }
.fj-sms .fj-code-card .k { color: #FF6B6B; font-weight: 700; }
.fj-sms .fj-code-card .s { color: #4AEADC; }
.fj-sms .fj-code-card .p { color: #82AAFF; font-weight: 600; }
.fj-sms .fj-code-card .u { color: #C792EA; text-decoration: underline; }
.fj-sms .fj-code-card .c { color: #64748B; font-style: italic; unicode-bidi: plaintext; }

.fj-sms .fj-btn-github { display: inline-flex; align-items: center; gap: 10px; background: #0F172A; color: #fff !important; padding: 12px 22px; border-radius: 12px; font-weight: 700; font-size: 15px; text-decoration: none; transition: all .2s; border: 1px solid #0F172A; }
.fj-sms .fj-btn-github:hover { background: #1E293B; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,23,42,.25); }
.fj-sms .fj-btn-github svg { width: 22px; height: 22px; flex-shrink: 0; }

/* ===== Pricing ===== */
.fj-sms .fj-pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.fj-sms .fj-price { background: #fff; border-radius: 20px; padding: 32px 24px; border: 2px solid #EEF0F7; transition: all .3s; position: relative; }
.fj-sms .fj-price.featured { border-color: #6B7BD8; transform: scale(1.05); box-shadow: 0 24px 60px rgba(107,123,216,.18); }
.fj-sms .fj-price.featured::before { content: 'الأكثر طلباً'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #FF6900; color: #fff; padding: 6px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 12px rgba(255,105,0,.3); }
.fj-sms .fj-price:hover:not(.featured) { transform: translateY(-4px); border-color: #6B7BD8; }
.fj-sms .fj-price h4 { font-size: 18px; font-weight: 700; margin: 0 0 8px; color: #6B7BD8; }
.fj-sms .fj-price .qty { font-size: 14px; color: #64748B; margin-bottom: 16px; }
.fj-sms .fj-price .amt { font-size: 32px; font-weight: 900; color: #0F172A; line-height: 1; display: flex; align-items: baseline; gap: 6px; flex-wrap: nowrap; white-space: nowrap; }
.fj-sms .fj-price .amt small { font-size: 13px; font-weight: 600; color: #64748B; white-space: nowrap; }
.fj-sms .fj-price .feats { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid #EEF0F7; font-size: 14px; color: #475569; }
.fj-sms .fj-price .feats li { padding: 6px 0; }
.fj-sms .fj-price .feats li::before { content: '✓ '; color: #4ADE80; font-weight: 800; }

/* ===== FAQ ===== */
.fj-sms .fj-faq { max-width: 820px; margin: 0 auto; }
.fj-sms .fj-faq details { background: #fff; border: 1px solid #EEF0F7; border-radius: 16px; padding: 22px 26px; margin-bottom: 14px; transition: all .25s; }
.fj-sms .fj-faq details[open] { border-color: #6B7BD8; box-shadow: 0 12px 36px rgba(107,123,216,.12); }
.fj-sms .fj-faq summary { cursor: pointer; font-weight: 700; font-size: 17px; color: #0F172A; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.fj-sms .fj-faq summary::-webkit-details-marker { display: none; }
.fj-sms .fj-faq summary::after { content: '+'; font-size: 26px; color: #6B7BD8; font-weight: 400; transition: transform .25s; line-height: 1; }
.fj-sms .fj-faq details[open] summary::after { content: '−'; transform: rotate(180deg); }
.fj-sms .fj-faq details p { margin: 14px 0 0; color: #475569; font-size: 15px; line-height: 1.8; }

/* ===== Final CTA ===== */
.fj-sms .fj-final { background: linear-gradient(135deg, #6B7BD8 0%, #5163C9 100%); padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
.fj-sms .fj-final::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(255,255,255,.1), transparent 50%); }
.fj-sms .fj-final-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 0 20px; }
.fj-sms .fj-final h2 { font-size: 42px; color: #fff; margin: 0 0 16px; font-weight: 800; }
.fj-sms .fj-final p { color: rgba(255,255,255,.95); font-size: 19px; margin: 0 0 32px; }

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .fj-sms .fj-hero-grid, .fj-sms .fj-split, .fj-sms .fj-citc-card { grid-template-columns: 1fr; }
  .fj-sms .fj-cards, .fj-sms .fj-pricing { grid-template-columns: 1fr 1fr; }
  .fj-sms .fj-counters { grid-template-columns: 1fr 1fr; }
  .fj-sms .fj-stats { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .fj-sms .fj-hero h1 { font-size: 36px; }
  .fj-sms .fj-section h2, .fj-sms .fj-final h2 { font-size: 28px; }
  .fj-sms .fj-citc-card { padding: 30px; }
  .fj-sms .fj-section { padding: 60px 0; }
  .fj-sms .fj-hero { padding: 60px 0; }
  .fj-sms .fj-price.featured { transform: none; }
}
@media (max-width: 580px) {
  .fj-sms .fj-cards, .fj-sms .fj-pricing { grid-template-columns: 1fr; }
  .fj-sms .fj-trust-inner { flex-direction: column; gap: 16px; }
}
