/* ═══════════════════════════════════════════════
   SECTION IMPROVEMENTS — Pricing, Testimonials,
   About, Team, Partners, Blog
═══════════════════════════════════════════════ */

/* ── PRICING ── */
.pricing-icon-wrap {
    width:64px;height:64px;border-radius:18px;display:flex;
    align-items:center;justify-content:center;font-size:1.6rem;
    margin:0 auto 16px;
    background:linear-gradient(135deg,rgba(var(--tier-rgb,201,168,76),.18),rgba(var(--tier-rgb,201,168,76),.08));
    border:1.5px solid rgba(var(--tier-rgb,201,168,76),.22);
    color:rgb(var(--tier-rgb,201,168,76));
    transition:all .35s cubic-bezier(.4,0,.2,1);
}
.card-glass:hover .pricing-icon-wrap,
.card-pro:hover .pricing-icon-wrap,
.card-royal:hover .pricing-icon-wrap {
    background:rgb(var(--tier-rgb,201,168,76));
    color:#fff;
    transform:scale(1.1) rotate(-5deg);
    box-shadow:0 8px 24px rgba(var(--tier-rgb,201,168,76),.38);
}
.card-glass:hover,.card-royal:hover {
    box-shadow:0 24px 56px rgba(var(--tier-rgb,13,27,62),.22),
               0 0 36px rgba(var(--tier-rgb,201,168,76),.18) !important;
    border-color:rgba(var(--tier-rgb,201,168,76),.4) !important;
}
.pricing-trust-badges {
    display:flex;flex-wrap:wrap;gap:6px;justify-content:center;
    margin-bottom:16px;
}
.pricing-trust-badge {
    display:inline-flex;align-items:center;gap:5px;
    font-size:.7rem;font-weight:700;padding:4px 10px;
    border-radius:50px;
    background:rgba(var(--tier-rgb,201,168,76),.1);
    border:1px solid rgba(var(--tier-rgb,201,168,76),.2);
    color:rgba(255,255,255,.8);
}

/* ── TESTIMONIALS ── */
.testimonial-card {
    border-top:3px solid rgba(201,168,76,.25) !important;
    border-radius:var(--radius-lg) !important;
    transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .3s !important;
}
.testimonial-card:hover {
    transform:translateY(-10px) !important;
    box-shadow:0 24px 56px rgba(13,27,62,.12),0 0 0 1px rgba(201,168,76,.18) !important;
    border-top-color:var(--gold) !important;
}
.testimonial-verified {
    display:inline-flex;align-items:center;gap:4px;
    font-size:.68rem;font-weight:700;
    color:#10b981;padding:3px 9px;
    background:rgba(16,185,129,.1);
    border:1px solid rgba(16,185,129,.2);
    border-radius:50px;margin-bottom:10px;
}
.testimonial-quote-icon {
    opacity:.12 !important;
    width:52px !important;height:52px !important;
    color:var(--gold) !important;
}
.testimonial-stars { margin-bottom:12px; }
.testimonial-stars i { color:#FBBC05;font-size:1rem; }
.testimonial-platform {
    font-size:.68rem;color:var(--text-light);
    display:flex;align-items:center;gap:4px;margin-top:4px;
}

/* ── ABOUT — MVV Cards ── */
.mvv-card[data-mvv="mission"] { --mvv-rgb:201,168,76; }
.mvv-card[data-mvv="vision"]  { --mvv-rgb:37,99,235; }
.mvv-card[data-mvv="values"]  { --mvv-rgb:22,163,74; }
.mvv-icon {
    width:52px !important;height:52px !important;border-radius:14px !important;
    background:linear-gradient(135deg,rgba(var(--mvv-rgb,201,168,76),.15),rgba(var(--mvv-rgb,201,168,76),.07)) !important;
    color:rgb(var(--mvv-rgb,201,168,76)) !important;
    border:1.5px solid rgba(var(--mvv-rgb,201,168,76),.2);
}
.mvv-card::before { background:rgb(var(--mvv-rgb,201,168,76)) !important; }
.mvv-card:hover .mvv-icon {
    background:rgb(var(--mvv-rgb,201,168,76)) !important;
    color:#fff !important;
}
.mvv-card { border-radius:16px !important; }

/* Achievement cards */
.achievement-card {
    border-radius:20px !important;
    position:relative;overflow:hidden;
}
.achievement-card::before {
    content:'';position:absolute;
    top:-40px;right:-40px;
    width:100px;height:100px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(201,168,76,.08),transparent 70%);
    pointer-events:none;
}
.achievement-number {
    font-size:2.5rem !important;
    background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));
    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
}
.achievement-icon { font-size:1.8rem !important; }

/* ── TEAM ── */
.team-card {
    border-radius:20px !important;
    transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .3s !important;
    position:relative;overflow:hidden;
}
.team-card::before {
    content:'';position:absolute;top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,transparent,var(--gold),transparent);
    opacity:0;transition:opacity .3s;
}
.team-card:hover::before { opacity:1; }
.team-card:hover {
    transform:translateY(-10px) !important;
    box-shadow:0 24px 48px rgba(13,27,62,.12),0 0 32px rgba(201,168,76,.14) !important;
    border-color:rgba(201,168,76,.3) !important;
}
.team-avatar-img {
    border-width:3px !important;
    border-color:transparent !important;
    box-shadow:0 0 0 3px #c9a227,0 0 0 5px rgba(201,168,76,.15) !important;
}
.team-card:hover .team-avatar-img {
    box-shadow:0 0 0 3px var(--gold),0 0 0 6px rgba(201,168,76,.25),0 14px 28px rgba(13,27,62,.18) !important;
}
.team-social {
    display:flex;gap:10px;justify-content:center;
    margin-top:-4px;
}
.team-social a {
    width:32px;height:32px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-size:.85rem;
    background:var(--surface);border:1px solid var(--border);
    color:var(--text-light);
    transition:all .25s;
}
.team-social a:hover {
    background:var(--gold);color:var(--darker-bg);
    border-color:var(--gold);transform:translateY(-2px);
}
.team-skill-tag {
    background:rgba(13,27,62,.06) !important;
    border-color:rgba(13,27,62,.08) !important;
    color:var(--primary) !important;
    font-weight:700 !important;
}

/* ── PARTNERS ── */
.partner-card {
    display:flex;flex-direction:column;align-items:center;gap:10px;
    padding:22px 18px;background:#fff;
    border:1.5px solid #E8EBF4;border-radius:18px;
    cursor:default;
    transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s,border-color .25s;
    min-width:120px;
}
.partner-card:hover {
    transform:translateY(-5px);
    box-shadow:0 14px 36px rgba(13,27,62,.1);
    border-color:rgba(201,168,76,.3);
}
.partner-icon {
    width:50px;height:50px;border-radius:14px;
    display:flex;align-items:center;justify-content:center;
    font-size:1.35rem;
    background:linear-gradient(135deg,rgba(201,168,76,.12),rgba(201,168,76,.05));
    border:1.5px solid rgba(201,168,76,.18);
    color:var(--gold-dark);
    transition:all .25s;
}
.partner-card:hover .partner-icon {
    background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));
    color:#fff;
    border-color:var(--gold);
    box-shadow:0 6px 16px rgba(201,168,76,.35);
}
.partner-name {
    font-family:var(--font-heading);
    font-size:.78rem;font-weight:800;
    color:var(--primary);
    text-align:center;
}
.partners-grid { gap:16px !important; }

/* ── BLOG CARDS ── */
.blog-card {
    border-radius:20px !important;
    border:1.5px solid #E8EBF4 !important;
    box-shadow:0 4px 20px rgba(13,27,62,.06) !important;
    transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s,border-color .3s !important;
    position:relative;
}
.blog-card::before {
    content:'';position:absolute;top:0;left:0;right:0;height:3px;
    background:linear-gradient(90deg,rgba(var(--blog-rgb,201,168,76),.7),rgb(var(--blog-rgb,201,168,76)));
    opacity:0;transition:opacity .3s;z-index:5;border-radius:20px 20px 0 0;
}
.blog-card:hover::before { opacity:1; }
.blog-card:hover {
    transform:translateY(-10px) scale(1.01) !important;
    box-shadow:0 24px 56px rgba(var(--blog-rgb,13,27,62),.16),
               0 0 0 1px rgba(var(--blog-rgb,201,168,76),.15),
               0 8px 32px rgba(var(--blog-rgb,201,168,76),.18) !important;
    border-color:rgba(var(--blog-rgb,201,168,76),.3) !important;
}
.blog-tag {
    background:rgba(var(--blog-rgb,26,43,95),.07) !important;
    border:1px solid rgba(var(--blog-rgb,26,43,95),.1) !important;
    color:rgb(var(--blog-rgb,26,43,95)) !important;
    border-radius:50px !important;
}
.blog-read-link {
    color:rgb(var(--blog-rgb,168,137,46)) !important;
}
.blog-read-link:hover { opacity:.8; }
.blog-meta-item i { color:rgb(var(--blog-rgb,168,137,46));opacity:.7; }

/* ════════════════════════════════════════════════════════
   FOOTER — تصميم جديد شامل  ft-*
════════════════════════════════════════════════════════ */
.ft-root {
    background:#060F1E;
    position:relative; overflow:hidden;
    padding:0;
}
.ft-bg-orb {
    position:absolute; border-radius:50%;
    pointer-events:none; z-index:0;
}
.ft-bg-orb-1 {
    width:600px; height:600px;
    top:-200px; right:-200px;
    background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 65%);
}
.ft-bg-orb-2 {
    width:500px; height:500px;
    bottom:-150px; left:-150px;
    background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 65%);
}
.ft-root::before {
    content:''; position:absolute; inset:0;
    background-image:radial-gradient(rgba(255,255,255,.022) 1px,transparent 1px);
    background-size:28px 28px;
    pointer-events:none; z-index:0;
}
.ft-root .container { position:relative; z-index:1; }

/* ── شريط CTA علوي ── */
.ft-cta-strip {
    background:linear-gradient(135deg,#0a1628 0%,#1a3272 50%,#0a1628 100%);
    border-bottom:1px solid rgba(201,168,76,.18);
    padding:40px 0;
    position:relative; z-index:1;
}
.ft-cta-strip::before {
    content:''; position:absolute; inset:0;
    background:radial-gradient(ellipse 60% 100% at 50% 50%,rgba(201,168,76,.07),transparent);
    pointer-events:none;
}
.ft-cta-strip .container { position:relative; z-index:1; }
.ft-cta-inner {
    display:flex; align-items:center;
    justify-content:space-between;
    gap:24px; flex-wrap:wrap;
}
.ft-cta-text { text-align:right; }
.ft-cta-label {
    display:inline-block;
    font-size:.72rem; font-weight:800;
    color:var(--gold); font-family:var(--font-heading);
    letter-spacing:1px; margin-bottom:6px;
}
.ft-cta-text h3 {
    font-family:var(--font-heading);
    font-size:clamp(1.1rem,2.5vw,1.55rem); font-weight:800;
    color:#fff; margin:0 0 5px;
}
.ft-cta-text p {
    font-size:.88rem; color:rgba(255,255,255,.6); margin:0;
}
.ft-cta-actions {
    display:flex; gap:12px; flex-shrink:0;
    flex-wrap:wrap; justify-content:flex-end;
}
.ft-cta-btn-primary {
    display:inline-flex; align-items:center; gap:7px;
    padding:12px 22px;
    background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));
    color:#0D1B3E !important; font-weight:800;
    font-family:var(--font-heading); font-size:.9rem;
    border-radius:10px; text-decoration:none;
    transition:transform .2s, box-shadow .2s;
    white-space:nowrap;
}
.ft-cta-btn-primary:hover {
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(201,168,76,.4);
}
.ft-cta-btn-wa {
    display:inline-flex; align-items:center; gap:7px;
    padding:12px 18px;
    background:rgba(37,211,102,.1);
    border:1.5px solid rgba(37,211,102,.28);
    color:#25D366 !important; font-weight:700;
    font-family:var(--font-heading); font-size:.9rem;
    border-radius:10px; text-decoration:none;
    transition:all .2s; white-space:nowrap;
}
.ft-cta-btn-wa:hover {
    background:rgba(37,211,102,.2); transform:translateY(-3px);
}

/* ── الشبكة الرئيسية ── */
.ft-grid {
    display:grid;
    grid-template-columns:1.9fr 1fr 1fr 1fr 1.35fr;
    gap:40px;
    padding:60px 0 36px;
}
@media(max-width:1100px){
    .ft-grid{ grid-template-columns:1fr 1fr 1fr; }
    .ft-col-brand{ grid-column:1/-1; }
}
@media(max-width:640px){
    .ft-grid{ grid-template-columns:1fr 1fr; gap:24px; padding:36px 0 20px; }
    .ft-col-brand,.ft-col-newsletter{ grid-column:1/-1; }
}

/* ── عمود العلامة التجارية ── */
.ft-brand-logo {
    display:flex; align-items:center;
    gap:10px; margin-bottom:12px;
}
.ft-brand-name {
    font-family:var(--font-heading);
    font-size:1.3rem; font-weight:900; color:#fff;
}
.ft-status-badge {
    display:inline-flex; align-items:center; gap:7px;
    padding:5px 13px;
    background:rgba(16,185,129,.1);
    border:1px solid rgba(16,185,129,.22);
    border-radius:50px;
    font-size:.72rem; font-weight:700; color:#10b981;
    margin-bottom:14px; width:fit-content;
}
.ft-status-dot {
    width:7px; height:7px; border-radius:50%;
    background:#10b981;
    box-shadow:0 0 8px #10b981;
    animation:ftDotPulse 2s ease-in-out infinite;
}
@keyframes ftDotPulse {
    0%,100%{ opacity:1; transform:scale(1); }
    50%{ opacity:.5; transform:scale(.8); }
}
.ft-brand-desc {
    font-size:.87rem; color:rgba(255,255,255,.5);
    line-height:1.85; margin-bottom:18px;
}
.ft-mini-stats {
    display:flex; gap:0; margin-bottom:20px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:12px; overflow:hidden;
}
.ft-mini-stat {
    flex:1; display:flex; flex-direction:column;
    align-items:center; padding:11px 6px;
    border-left:1px solid rgba(255,255,255,.07);
    text-align:center;
}
.ft-mini-stat:last-child{ border-left:none; }
body.rtl .ft-mini-stat:last-child{ border-left:none; }
body.ltr .ft-mini-stat:first-child{ border-right:none; }
.ft-mini-num {
    font-family:var(--font-heading);
    font-size:1.15rem; font-weight:900; color:var(--gold); line-height:1;
}
.ft-mini-label {
    font-size:.62rem; font-weight:600;
    color:rgba(255,255,255,.35); margin-top:4px;
}
.ft-socials { display:flex; gap:8px; flex-wrap:wrap; }
.ft-social {
    width:36px; height:36px; border-radius:9px;
    display:flex; align-items:center; justify-content:center;
    font-size:.88rem;
    background:rgba(255,255,255,.07);
    border:1px solid rgba(255,255,255,.09);
    color:rgba(255,255,255,.55) !important;
    text-decoration:none; transition:all .25s;
}
.ft-social:hover{ transform:translateY(-3px); }
.ft-social[data-soc="twitter"]:hover  { background:#000;border-color:#333;color:#fff !important; }
.ft-social[data-soc="linkedin"]:hover { background:#0A66C2;border-color:#0A66C2;color:#fff !important; }
.ft-social[data-soc="instagram"]:hover{ background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent;color:#fff !important; }
.ft-social[data-soc="youtube"]:hover  { background:#FF0000;border-color:#FF0000;color:#fff !important; }
.ft-social[data-soc="snapchat"]:hover { background:#FFFC00;border-color:#FFFC00;color:#000 !important; }
.ft-social[data-soc="tiktok"]:hover   { background:#010101;border-color:#69C9D0;color:#fff !important; }

/* ── عناوين الأعمدة ── */
.ft-col-title {
    font-family:var(--font-heading);
    font-size:.9rem; font-weight:800; color:#fff;
    margin-bottom:18px; position:relative; padding-bottom:12px;
}
.ft-col-title::after {
    content:''; position:absolute;
    bottom:0; right:0;
    width:28px; height:2px;
    background:linear-gradient(90deg,transparent,var(--gold));
    border-radius:2px;
}
body.ltr .ft-col-title::after {
    right:auto; left:0;
    background:linear-gradient(90deg,var(--gold),transparent);
}

/* ── قوائم الروابط ── */
.ft-links { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:4px; }
.ft-links a {
    display:flex; align-items:center; gap:8px;
    font-size:.85rem; color:rgba(255,255,255,.48) !important;
    text-decoration:none !important; padding:4px 0;
    transition:color .2s, gap .25s;
}
.ft-links a i { font-size:.65rem; color:rgba(201,168,76,.4); flex-shrink:0; transition:color .2s,transform .2s; }
.ft-links a:hover { color:var(--gold) !important; gap:13px; }
.ft-links a:hover i { color:var(--gold); transform:translateX(-2px); }
[dir=ltr] .ft-links .fa-chevron-left { transform:scaleX(-1); }
[dir=ltr] .ft-links a:hover i { transform:scaleX(-1) translateX(-2px); }

/* ── عمود التواصل ── */
.ft-contact-list { display:flex; flex-direction:column; gap:13px; }
.ft-contact-item { display:flex; align-items:flex-start; gap:11px; }
.ft-contact-icon {
    width:34px; height:34px; border-radius:9px; flex-shrink:0;
    background:rgba(201,168,76,.1); border:1px solid rgba(201,168,76,.18);
    color:var(--gold); display:flex; align-items:center; justify-content:center;
    font-size:.78rem; transition:all .25s;
}
.ft-contact-item:hover .ft-contact-icon { background:var(--gold); color:#0D1B3E; border-color:var(--gold); }
.ft-contact-label {
    font-size:.68rem; font-weight:700; color:rgba(201,168,76,.65);
    font-family:var(--font-heading); margin-bottom:2px;
}
.ft-contact-value {
    font-size:.82rem; color:rgba(255,255,255,.6) !important;
    text-decoration:none !important; line-height:1.5;
    transition:color .2s;
}
.ft-contact-value:hover { color:#fff !important; }

/* ── عمود النشرة ── */
.ft-col-desc { font-size:.85rem; color:rgba(255,255,255,.45); line-height:1.75; margin-bottom:14px; }
.ft-nl-input-wrap {
    display:flex; gap:0;
    border:1.5px solid rgba(201,168,76,.22); border-radius:10px;
    overflow:hidden; background:rgba(255,255,255,.04);
    margin-bottom:8px; transition:border-color .25s;
}
.ft-nl-input-wrap:focus-within { border-color:rgba(201,168,76,.55); }
.ft-nl-input-wrap input {
    flex:1; background:none; border:none; outline:none;
    padding:11px 14px; font-size:.85rem; color:#fff;
    font-family:var(--font-heading); text-align:right;
}
.ft-nl-input-wrap input::placeholder { color:rgba(255,255,255,.28); }
.ft-nl-input-wrap button {
    padding:0 16px;
    background:linear-gradient(135deg,var(--gold-dark),var(--gold-light));
    border:none; cursor:pointer; color:#0D1B3E; font-size:.9rem;
    transition:opacity .2s; display:flex; align-items:center;
}
.ft-nl-input-wrap button:hover { opacity:.85; }
.ft-nl-privacy {
    font-size:.72rem; color:rgba(255,255,255,.28);
    display:flex; align-items:center; gap:5px; margin:0 0 16px;
}
.ft-nl-privacy i { color:rgba(201,168,76,.45); }
.ft-vat-badge {
    display:inline-flex; align-items:center; gap:7px;
    padding:7px 13px;
    background:rgba(255,255,255,.04);
    border:1px solid rgba(255,255,255,.09);
    border-radius:8px; font-size:.72rem; font-weight:700;
    color:rgba(255,255,255,.35); font-family:var(--font-heading);
    direction:ltr;
}
.ft-vat-badge i { color:rgba(201,168,76,.5); }

/* ── شريط الثقة ── */
.ft-trust-bar {
    display:flex; align-items:center;
    justify-content:center; flex-wrap:wrap;
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.06);
    border-bottom:1px solid rgba(255,255,255,.06);
}
.ft-trust-item {
    display:flex; align-items:center; gap:7px;
    padding:8px 18px; font-size:.8rem;
    color:rgba(255,255,255,.5); font-family:var(--font-heading);
    white-space:nowrap;
}
.ft-trust-item i { font-size:.85rem; color:var(--gold); }
.ft-trust-item strong { color:#fff; }
.ft-trust-sep {
    width:1px; height:22px;
    background:rgba(255,255,255,.1); flex-shrink:0;
}
@media(max-width:768px){
    .ft-trust-sep{ display:none; }
    .ft-trust-item{ padding:6px 12px; font-size:.75rem; }
}

/* ── الشريط السفلي ── */
.ft-divider { border:none; border-top:1px solid rgba(255,255,255,.07); margin:0; }
.ft-bottom {
    display:flex; align-items:center;
    justify-content:space-between;
    gap:14px; flex-wrap:wrap; padding:18px 0;
}
.ft-copyright { font-size:.78rem; color:rgba(255,255,255,.32); font-family:var(--font-heading); }
.ft-bottom-links { display:flex; gap:18px; flex-wrap:wrap; }
.ft-bottom-links a {
    font-size:.77rem; color:rgba(255,255,255,.32) !important;
    text-decoration:none !important; transition:color .2s;
}
.ft-bottom-links a:hover { color:var(--gold) !important; }

/* ═══════════════════════════════════════════════════════
   PRICING — عناصر رسومية
═══════════════════════════════════════════════════════ */
#pricing { position:relative; overflow:hidden; }
#pricing > .container { position:relative; z-index:1; }

/* فقاعات خلفية متحركة */
.pricing-bg-orb {
    position:absolute; border-radius:50%;
    pointer-events:none; z-index:0;
    animation:pricingFloat 9s ease-in-out infinite;
}
.pricing-bg-orb-1 {
    width:520px; height:520px; top:-160px; right:-160px;
    background:radial-gradient(circle, rgba(201,168,76,.08) 0%, transparent 65%);
    animation-delay:0s;
}
.pricing-bg-orb-2 {
    width:420px; height:420px; bottom:-120px; left:-130px;
    background:radial-gradient(circle, rgba(37,99,235,.07) 0%, transparent 65%);
    animation-delay:-4.5s;
}
.pricing-bg-orb-3 {
    width:220px; height:220px; top:35%; left:48%;
    background:radial-gradient(circle, rgba(124,58,237,.05) 0%, transparent 65%);
    animation-delay:-2s;
}
@keyframes pricingFloat {
    0%,100% { transform:translateY(0) scale(1); }
    50%      { transform:translateY(-18px) scale(1.03); }
}

/* نمط نقاط خفيف على كل كرت */
.pricing-card {
    background-image: radial-gradient(rgba(var(--tier-rgb,201,168,76),.07) 1px, transparent 1px) !important;
    background-size: 22px 22px !important;
    background-position: -11px -11px !important;
}
/* دائرة زخرفية في زاوية الكرت */
.pricing-card::after {
    content:''; position:absolute;
    bottom:-35px; left:-35px;
    width:110px; height:110px; border-radius:50%;
    background:radial-gradient(circle, rgba(var(--tier-rgb,201,168,76),.1) 0%, transparent 70%);
    pointer-events:none;
    z-index:0;
}
.pricing-card > * { position:relative; z-index:1; }

/* مستوى الباقة — نقاط ملوّنة */
.pricing-tier-level {
    display:flex; gap:7px; justify-content:center;
    align-items:center; margin:4px 0 14px;
}
.tier-dot {
    width:10px; height:10px; border-radius:50%;
    background:rgba(var(--tier-rgb,201,168,76),.15);
    border:2px solid rgba(var(--tier-rgb,201,168,76),.3);
    transition:all .3s;
}
.tier-dot.on {
    background:rgb(var(--tier-rgb,201,168,76));
    border-color:rgb(var(--tier-rgb,201,168,76));
    box-shadow:0 0 10px rgba(var(--tier-rgb,201,168,76),.5);
    transform:scale(1.2);
}

/* شريط وسائل الدفع */
.pricing-payment-strip {
    display:flex; align-items:center;
    justify-content:center; flex-wrap:wrap;
    gap:8px; margin:20px auto 0;
    padding:14px 24px; max-width:620px;
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(14px);
    border:1px solid rgba(201,168,76,.2);
    border-radius:14px;
    box-shadow:0 4px 20px rgba(13,27,62,.07);
}
.pricing-payment-label {
    font-size:.72rem; font-weight:800;
    color:var(--text-light); font-family:var(--font-heading);
    padding-left:10px; border-left:2px solid rgba(201,168,76,.3);
}
.pay-chip {
    display:inline-flex; align-items:center; gap:5px;
    padding:5px 12px; background:#fff;
    border:1.5px solid #E8EBF4; border-radius:8px;
    font-size:.72rem; font-weight:800;
    box-shadow:0 2px 8px rgba(13,27,62,.06);
    white-space:nowrap; letter-spacing:.3px;
    transition:transform .2s, box-shadow .2s;
}
.pay-chip:hover { transform:translateY(-2px); box-shadow:0 4px 14px rgba(13,27,62,.1); }
.pay-chip i { font-size:.9rem; }
.pay-chip.pay-mada  { color:#00A3D0; border-color:rgba(0,163,208,.25); }
.pay-chip.pay-visa  { color:#1A1F71; border-color:rgba(26,31,113,.2);  font-style:italic; font-size:.78rem; }
.pay-chip.pay-mc    { color:#EB001B; border-color:rgba(235,0,27,.2); }
.pay-chip.pay-tabby { color:#3DBDA7; border-color:rgba(61,189,167,.25); }
.pay-chip.pay-bank  { color:var(--gold-dark); border-color:rgba(201,168,76,.3); }

/* ═══════════════════════════════════════════════════════
   FAQ — تحسين عرض الأسئلة والأجوبة
═══════════════════════════════════════════════════════ */

/* لون الفئة لكل سؤال */
.faq2-item[data-category="start"]   { --faq-rgb:234,88,12;  }
.faq2-item[data-category="pricing"] { --faq-rgb:22,163,74;  }
.faq2-item[data-category="support"] { --faq-rgb:37,99,235;  }

/* الشريط الجانبي الملوّن حسب الفئة */
.faq2-item::before { background:rgb(var(--faq-rgb,201,168,76)) !important; }
.faq2-item:not(.faq2-open):hover {
    border-color:rgba(var(--faq-rgb,201,168,76),.38) !important;
    box-shadow:0 6px 24px rgba(var(--faq-rgb,201,168,76),.13) !important;
    background:rgba(var(--faq-rgb,201,168,76),.025) !important;
}
.faq2-item.faq2-open {
    border-color:rgba(var(--faq-rgb,201,168,76),.4) !important;
    box-shadow:0 8px 28px rgba(var(--faq-rgb,201,168,76),.14) !important;
}
.faq2-item.faq2-open .faq2-btn {
    background:rgba(var(--faq-rgb,201,168,76),.04) !important;
}
/* أيقونة +/× بلون الفئة */
.faq2-item .faq2-icon {
    border-color:rgb(var(--faq-rgb,201,168,76)) !important;
    color:rgb(var(--faq-rgb,201,168,76)) !important;
}
.faq2-item.faq2-open .faq2-icon {
    background:rgb(var(--faq-rgb,201,168,76)) !important;
    color:#fff !important;
}
.faq2-btn:hover .faq2-icon {
    background:rgba(var(--faq-rgb,201,168,76),.12) !important;
    box-shadow:0 0 0 5px rgba(var(--faq-rgb,201,168,76),.1) !important;
}
.faq2-btn:hover .faq2-btn-text {
    color:rgb(var(--faq-rgb,201,168,76)) !important;
}

/* ── شارة رقم السؤال عبر counter ── */
.faq2-list { counter-reset:faq-q; }
.faq2-item { counter-increment:faq-q; }
.faq2-btn::before {
    content:counter(faq-q, decimal-leading-zero);
    min-width:32px; height:32px; border-radius:9px;
    background:rgba(var(--faq-rgb,201,168,76),.1);
    border:1.5px solid rgba(var(--faq-rgb,201,168,76),.25);
    color:rgb(var(--faq-rgb,201,168,76));
    font-size:.7rem; font-weight:900;
    font-family:var(--font-heading);
    flex-shrink:0;
    display:grid; place-items:center;
    transition:background .25s, color .25s, border-color .25s;
    order:-1; /* يظهر أول عنصر في flex = يمين في RTL */
}
.faq2-item.faq2-open .faq2-btn::before {
    background:rgb(var(--faq-rgb,201,168,76));
    color:#fff;
    border-color:rgb(var(--faq-rgb,201,168,76));
}

/* ── تحسين الإجابة ── */
.faq2-panel-inner {
    padding:16px 24px 22px !important;
    border-top:1px dashed rgba(var(--faq-rgb,201,168,76),.2) !important;
    background:rgba(var(--faq-rgb,201,168,76),.018) !important;
    font-size:.95rem !important;
    line-height:1.9 !important;
}
.faq2-panel-inner strong {
    color:rgb(var(--faq-rgb,201,168,76));
    font-weight:700;
}
/* روابط الـ CTA داخل الإجابة */
.faq2-cta-link {
    color:rgb(var(--faq-rgb,201,168,76)) !important;
    display:inline-flex !important;
    align-items:center; gap:4px;
    background:rgba(var(--faq-rgb,201,168,76),.08);
    border:1px solid rgba(var(--faq-rgb,201,168,76),.2);
    padding:4px 12px; border-radius:50px;
    font-size:.85rem !important;
    margin-top:10px !important;
    transition:background .2s, transform .2s;
}
.faq2-cta-link:hover {
    background:rgba(var(--faq-rgb,201,168,76),.15) !important;
    text-decoration:none !important;
    transform:translateX(-3px);
}

/* ── صف أيقونات الدفع داخل إجابة Q7 ── */
.faq-pay-row {
    display:flex; flex-wrap:wrap; gap:8px;
    margin:12px 0 6px; align-items:center;
}
.faq-pay-badge {
    display:inline-flex; align-items:center; gap:5px;
    padding:5px 13px; border-radius:8px;
    font-size:.72rem; font-weight:800;
    border:1.5px solid; white-space:nowrap;
    box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.faq-pay-badge.mada  { color:#00A3D0; border-color:rgba(0,163,208,.3); background:rgba(0,163,208,.06); }
.faq-pay-badge.visa  { color:#1A1F71; border-color:rgba(26,31,113,.25); background:rgba(26,31,113,.04); font-style:italic; }
.faq-pay-badge.mc    { color:#EB001B; border-color:rgba(235,0,27,.25); background:rgba(235,0,27,.04); }
.faq-pay-badge.bank  { color:var(--gold-dark); border-color:rgba(201,168,76,.3); background:rgba(201,168,76,.06); }
.faq-pay-badge.tabby { color:#3DBDA7; border-color:rgba(61,189,167,.3); background:rgba(61,189,167,.06); }

/* ── مراحل العمل المرئية داخل إجابة Q2 ── */
.faq-steps {
    display:flex; flex-direction:column;
    gap:10px; margin:14px 0 6px;
}
.faq-step {
    display:flex; align-items:flex-start; gap:12px;
    padding:10px 14px; border-radius:10px;
    background:rgba(var(--faq-rgb,201,168,76),.05);
    border:1px solid rgba(var(--faq-rgb,201,168,76),.12);
}
.faq-step-num {
    min-width:26px; height:26px; border-radius:50%;
    background:rgb(var(--faq-rgb,201,168,76));
    color:#fff; font-size:.7rem; font-weight:900;
    font-family:var(--font-heading);
    display:grid; place-items:center; flex-shrink:0;
}
.faq-step-body { flex:1; }
.faq-step-title { font-weight:700; color:var(--primary); font-size:.88rem; }
.faq-step-desc  { font-size:.82rem; color:var(--text-light); margin-top:2px; }

/* ── تحسين إجابات الضمانات ── */
.faq-highlight-box {
    margin:12px 0 4px;
    padding:12px 16px;
    border-radius:10px;
    background:rgba(var(--faq-rgb,201,168,76),.07);
    border-right:3px solid rgb(var(--faq-rgb,201,168,76));
    font-size:.88rem;
    color:var(--primary);
    font-weight:600;
    line-height:1.7;
}
.faq-highlight-box i {
    color:rgb(var(--faq-rgb,201,168,76));
    margin-left:6px;
}

/* ══════════════════════════════════════════════════════════
   HEADER / NAVBAR — تحسين شامل
══════════════════════════════════════════════════════════ */

/* شريط الإعلان فوق الـ navbar */
:root { --ab-h: 46px; }

#announce-bar {
    position: fixed; top: 0; left: 0; right: 0;
    height: var(--ab-h); z-index: 1001;
    background: linear-gradient(90deg, #060F1E 0%, #1a3272 45%, #060F1E 100%);
    border-bottom: 1px solid rgba(201,168,76,.22);
    overflow: hidden;
    transition: height .35s cubic-bezier(.4,0,.2,1), opacity .35s;
}
#announce-bar.ab-dismissed { height: 0; opacity: 0; pointer-events: none; }
.ab-inner {
    height: 100%; display: flex; align-items: center;
    justify-content: center; gap: 10px; position: relative;
    padding: 0 48px;
}
.ab-icon { font-size: .85rem; flex-shrink: 0; }
.ab-text {
    font-family: var(--font-heading); font-weight: 600;
    font-size: .78rem; color: rgba(255,255,255,.82);
    white-space: nowrap; line-height: 1;
}
[dir=ltr] .ab-cta .fa-arrow-left { transform: scaleX(-1); }
.ab-cta {
    display: inline-flex; align-items: center; gap: 4px;
    padding: 3px 12px; border-radius: 50px;
    background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
    color: #0D1B3E !important; font-weight: 800;
    font-family: var(--font-heading); font-size: .73rem;
    text-decoration: none !important; white-space: nowrap;
    transition: opacity .2s;
}
.ab-cta:hover { opacity: .85; }
.ab-close {
    position: absolute; left: 10px; top: 50%;
    transform: translateY(-50%);
    background: none; border: none; cursor: pointer;
    color: rgba(255,255,255,.38); font-size: 1.05rem; line-height: 1;
    padding: 5px; transition: color .2s;
}
.ab-close:hover { color: rgba(255,255,255,.8); }

/* دفع الـ navbar للأسفل بمقدار شريط الإعلان */
#navbar {
    top: var(--ab-h) !important;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),
                background-color 0.3s ease,
                top .35s cubic-bezier(.4,0,.2,1) !important;
}

/* شريط تقدم التصفح */
.nav-progress {
    position: absolute; bottom: 0; left: 0;
    height: 2px; width: 0%;
    background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), #E8C96D);
    z-index: 10; pointer-events: none;
    transition: width .08s linear;
    box-shadow: 0 0 8px rgba(201,168,76,.5);
}

/* توهج شعار الـ nav */
#nav-logo-svg {
    filter: drop-shadow(0 0 7px rgba(201,168,76,.35));
    transition: filter .3s ease;
}
.logo-link:hover #nav-logo-svg {
    filter: drop-shadow(0 0 14px rgba(201,168,76,.65)) drop-shadow(0 0 28px rgba(201,168,76,.25));
}

/* الرابط النشط في الـ nav */
.nav-links a.nav-active {
    color: var(--gold-light) !important;
}
.nav-links a.nav-active::after {
    width: 100% !important;
    background: var(--gold) !important;
}

/* زر CTA — نبضة دائمة */
.nav-cta {
    position: relative;
    box-shadow: 0 4px 16px rgba(201,168,76,.3);
    animation: ctaNavPulse 2.5s ease-in-out infinite;
}
@keyframes ctaNavPulse {
    0%,100% { box-shadow: 0 4px 16px rgba(201,168,76,.3); }
    50%      { box-shadow: 0 4px 28px rgba(201,168,76,.6), 0 0 0 4px rgba(201,168,76,.1); }
}

/* ── تحسين القائمة المتحركة (Drawer) ── */
#mobile-menu {
    background: linear-gradient(160deg, #07101F 0%, #0D1B3E 55%, #080F1E 100%) !important;
    border-left: 1px solid rgba(201,168,76,.14) !important;
}
.mobile-menu-header {
    display: flex; align-items: center;
    justify-content: space-between;
    padding: 0 0 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.mobile-menu-logo {
    display: flex; align-items: center; gap: 9px;
}
.mobile-menu-brand {
    font-family: var(--font-heading); font-weight: 900;
    font-size: 1.05rem; color: #fff;
}
.mobile-menu-close-btn {
    width: 34px; height: 34px; border-radius: 9px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.55);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: .95rem; transition: all .2s;
}
.mobile-menu-close-btn:hover {
    background: rgba(201,168,76,.12);
    color: var(--gold); border-color: rgba(201,168,76,.3);
}
.mobile-nav-links { gap: 2px !important; }
.mobile-nav-link {
    display: flex !important; align-items: center;
    gap: 12px !important; padding: 11px 8px !important;
    border-radius: 9px !important;
    border-bottom: none !important;
    transition: background .2s, color .2s !important;
    color: rgba(255,255,255,.68) !important;
}
.mobile-nav-link:hover {
    background: rgba(201,168,76,.07) !important;
    color: var(--gold-light) !important;
}
.mobile-nav-link .mnl-icon {
    width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; justify-content: center;
    font-size: .82rem; color: rgba(201,168,76,.7);
    transition: all .2s;
}
.mobile-nav-link:hover .mnl-icon {
    background: rgba(201,168,76,.12);
    border-color: rgba(201,168,76,.25);
    color: var(--gold);
}
.mobile-quick-contact {
    display: flex; gap: 8px; margin: 16px 0 0;
}
.mq-btn {
    flex: 1; display: flex; align-items: center;
    justify-content: center; gap: 6px; padding: 10px;
    border-radius: 10px; font-size: .82rem; font-weight: 700;
    font-family: var(--font-heading); text-decoration: none !important;
    transition: all .2s;
}
.mq-btn.wa {
    background: rgba(37,211,102,.1);
    border: 1px solid rgba(37,211,102,.22);
    color: #25D366 !important;
}
.mq-btn.wa:hover { background: rgba(37,211,102,.18); }
.mq-btn.call {
    background: rgba(201,168,76,.1);
    border: 1px solid rgba(201,168,76,.2);
    color: var(--gold) !important;
}
.mq-btn.call:hover { background: rgba(201,168,76,.18); }

/* ══════════════════════════════════════════════════════════
   FAQ — Segmented Pill Control (بديل الـ Category Tiles)
══════════════════════════════════════════════════════════ */
.faq-seg-wrap {
    display: flex; justify-content: center;
    margin-bottom: 28px; overflow-x: auto;
    scrollbar-width: none; -ms-overflow-style: none;
    padding: 4px 0;
}
.faq-seg-wrap::-webkit-scrollbar { display: none; }
.faq-seg-ctrl {
    display: inline-flex;
    background: rgba(13,27,62,.06);
    border: 1.5px solid rgba(13,27,62,.1);
    border-radius: 14px; padding: 4px; gap: 3px;
    flex-shrink: 0;
}
.faq-seg-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 9px 18px; border-radius: 10px;
    border: none; cursor: pointer; outline: none;
    font-family: var(--font-heading); font-weight: 700;
    font-size: .88rem; color: var(--text-light);
    background: transparent;
    transition: all .22s cubic-bezier(.4,0,.2,1);
    white-space: nowrap; flex-shrink: 0;
    --fcat: 26,43,95;
}
.faq-seg-btn[data-cat="all"]     { --fcat: 26,43,95; }
.faq-seg-btn[data-cat="start"]   { --fcat: 234,88,12; }
.faq-seg-btn[data-cat="pricing"] { --fcat: 22,163,74; }
.faq-seg-btn[data-cat="support"] { --fcat: 37,99,235; }
.faq-seg-btn i { font-size: .8rem; color: rgb(var(--fcat)); flex-shrink: 0; }
.faq-seg-count {
    min-width: 20px; height: 20px;
    background: rgba(var(--fcat),.1);
    border-radius: 50px; padding: 0 6px;
    font-size: .65rem; font-weight: 900;
    display: inline-flex; align-items: center; justify-content: center;
    color: rgb(var(--fcat));
    transition: background .22s, color .22s;
}
.faq-seg-btn:not(.active):hover {
    background: rgba(var(--fcat),.09);
    color: rgb(var(--fcat));
}
.faq-seg-btn.active {
    background: rgb(var(--fcat));
    color: #fff !important;
    box-shadow: 0 4px 18px rgba(var(--fcat),.38);
}
.faq-seg-btn.active i { color: rgba(255,255,255,.85) !important; }
.faq-seg-btn.active .faq-seg-count {
    background: rgba(255,255,255,.22);
    color: #fff;
}
@media (max-width: 580px) {
    .faq-seg-btn { padding: 8px 12px; font-size: .8rem; gap: 5px; }
    .faq-seg-btn span:not(.faq-seg-count) { display: none; }
    .faq-seg-btn i { font-size: .9rem; }
}

/* ══════════════════════════════════════════════════════════
   GRAPHIC ELEMENTS — عناصر رسومية عامة
══════════════════════════════════════════════════════════ */

/* Hero: نمط شبكة خفيف */
#home { position: relative; }
#home::after {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(201,168,76,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,76,.025) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none; z-index: 0;
}

/* Stats section: نمط نقاط */
#stats { position: relative; overflow: hidden; }
#stats::before {
    content: ''; position: absolute; inset: 0;
    background-image:
        radial-gradient(rgba(201,168,76,.07) 1.5px, transparent 1.5px),
        radial-gradient(rgba(201,168,76,.04) 1.5px, transparent 1.5px);
    background-size: 32px 32px, 64px 64px;
    background-position: 0 0, 16px 16px;
    pointer-events: none; z-index: 0;
}

/* خط فاصل مضيء بين الأقسام */
.section-glow-sep {
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(201,168,76,.0) 10%,
        rgba(201,168,76,.35) 40%,
        rgba(201,168,76,.55) 50%,
        rgba(201,168,76,.35) 60%,
        rgba(201,168,76,.0) 90%,
        transparent 100%);
    margin: 0; border: none;
}

/* أيقونات الخدمات — توهج عند hover */
.service-card:hover .service-icon {
    filter: drop-shadow(0 0 12px rgba(var(--prd-rgb,201,168,76),.45));
}

/* Achievement cards — نجمة زخرفية */
.achievement-card { overflow: hidden; }
.achievement-card::after {
    content: '✦';
    position: absolute; top: 12px; left: 14px;
    font-size: .65rem; color: rgba(201,168,76,.2);
    pointer-events: none;
}

/* ══════════════════════════════════════════════
   PRICING COMPARISON TABLE — PREMIUM
══════════════════════════════════════════════ */
.pcomp-wrap { margin: 64px 0 0; text-align: center; }

.pcomp-title {
    font-size: 1.7rem; font-weight: 900;
    background: linear-gradient(90deg, var(--primary) 0%, #3b5bdb 50%, var(--primary) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    animation: pcompTitleShimmer 4s linear infinite;
    margin-bottom: 8px;
}
@keyframes pcompTitleShimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}
.pcomp-sub { color: var(--text-secondary); font-size: .95rem; margin-bottom: 36px; }

.pcomp-table-scroll {
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    border-radius: 22px;
    box-shadow: 0 12px 56px rgba(13,27,62,.18), 0 0 0 1px rgba(201,168,76,.15);
}
.pcomp-table-scroll::-webkit-scrollbar { height: 4px; }
.pcomp-table-scroll::-webkit-scrollbar-track { background: rgba(0,0,0,.05); }
.pcomp-table-scroll::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 4px; }

.pcomp-table {
    width: 100%; border-collapse: collapse;
    background: #fff; min-width: 600px;
}

/* ── Header ── */
.pcomp-table thead tr {
    background: linear-gradient(135deg, #08112a 0%, #0d1b3e 45%, #1a2b5f 100%);
    position: relative;
}
.pcomp-feat-col {
    width: 22%; text-align: center; padding: 14px 9px;
    color: rgba(255,255,255,.78); font-size: 1.06rem; font-weight: 900;
    letter-spacing: -.02em; vertical-align: middle;
}
.pcomp-tier-col {
    width: 26%; text-align: center; padding: 12px 6px;
    color: rgba(255,255,255,.78);
    border-right: 1px solid rgba(255,255,255,.06);
    vertical-align: middle; position: relative;
}
[dir=ltr] .pcomp-feat-col { text-align: left; }
[dir=ltr] th.pcomp-feat-col { text-align: center; }
/* Popular column header */
.pcomp-tier-col.pcomp-popular {
    background: linear-gradient(180deg, rgba(201,168,76,.32) 0%, rgba(201,168,76,.12) 100%);
    color: #fff; border-right: none; border-left: none;
    box-shadow: inset 0 0 0 1.5px rgba(201,168,76,.45), inset 0 -4px 0 rgba(201,168,76,.65);
    overflow: hidden;
}
/* Animated shimmer sweep on popular header */
.pcomp-tier-col.pcomp-popular::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(105deg, transparent 35%, rgba(255,215,0,.18) 50%, transparent 65%);
    background-size: 300% 100%;
    animation: popularSweep 2.5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes popularSweep {
    0%   { background-position: 200% center; }
    100% { background-position: -100% center; }
}

/* Popular badge */
.pcomp-popular-badge {
    display: inline-flex; align-items: center; gap: 5px;
    background: linear-gradient(135deg, #A8892E 0%, #E8C96D 55%, #A8892E 100%);
    background-size: 200% auto;
    color: #08112a; font-size: .62rem; font-weight: 900;
    padding: 5px 13px; border-radius: 20px; margin-bottom: 10px;
    letter-spacing: .3px;
    animation: badgeShimmer 3s linear infinite, badgePulseGlow 2.5s ease-in-out infinite;
}
@keyframes badgeShimmer   { 0%{background-position:0% center} 100%{background-position:200% center} }
@keyframes badgePulseGlow {
    0%,100% { box-shadow: 0 2px 14px rgba(201,168,76,.45), 0 0 0 2px rgba(201,168,76,.2); }
    50%      { box-shadow: 0 4px 28px rgba(201,168,76,.75), 0 0 0 5px rgba(201,168,76,.12); }
}
.pcomp-popular-badge i { font-size: .6rem; }

.pcomp-tier-name {
    display: block; font-weight: 900; font-size: 1.06rem; margin-bottom: 4px;
    letter-spacing: -.02em;
}
.pcomp-tier-price {
    display: inline-block; font-size: .75rem;
    background: rgba(255,255,255,.1); padding: 2px 12px;
    border-radius: 20px; margin-top: 4px; opacity: .85;
}
.pcomp-tier-col.pcomp-popular .pcomp-tier-price {
    background: rgba(201,168,76,.28); color: #ffe47a; opacity: 1;
}

/* ── Body rows ── */
.pcomp-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.055);
    transition: background .2s ease;
}
.pcomp-table tbody tr:not(.pcomp-cta-row):hover {
    background: linear-gradient(90deg, rgba(26,43,95,.05), rgba(26,43,95,.02), transparent);
}
[dir=ltr] .pcomp-table tbody tr:not(.pcomp-cta-row):hover {
    background: linear-gradient(90deg, transparent, rgba(26,43,95,.02), rgba(26,43,95,.05));
}
.pcomp-table tbody tr:not(.pcomp-cta-row):hover td:first-child {
    box-shadow: inset -3px 0 0 var(--gold-dark);
}
[dir=ltr] .pcomp-table tbody tr:not(.pcomp-cta-row):hover td:first-child {
    box-shadow: inset 3px 0 0 var(--gold-dark);
}
.pcomp-table tbody td {
    padding: 9px 9px 9px 14px; font-size: .88rem;
    color: var(--text-primary); text-align: right;
}
.pcomp-table tbody td:not(:first-child) { text-align: center; }
[dir=ltr] .pcomp-table tbody td:first-child { text-align: left; }
td.pcomp-popular {
    background: rgba(201,168,76,.055);
    border-left: 1px solid rgba(201,168,76,.14);
    border-right: 1px solid rgba(201,168,76,.14);
}

/* ── Group / Section header rows ── */
.pcomp-group-row {
    background: linear-gradient(90deg, #f0f4ff 0%, #f6f8fe 60%, #fff 100%) !important;
    color: var(--primary) !important; font-weight: 800 !important;
    font-size: .75rem !important; letter-spacing: .5px;
    padding: 10px 9px 10px 20px !important; text-align: right !important;
    border-bottom: 1px solid rgba(26,43,95,.07) !important;
    border-top: 8px solid rgba(26,43,95,.035) !important;
}
[dir=ltr] .pcomp-group-row { text-align: left !important; }
.pcomp-group-row i {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 8px;
    background: linear-gradient(135deg, var(--primary), #2e4bbf);
    color: var(--gold-light); font-size: .6rem;
    margin-left: 8px; vertical-align: middle;
    box-shadow: 0 2px 8px rgba(26,43,95,.3);
}
[dir=ltr] .pcomp-group-row i { margin-left: 0; margin-right: 8px; }

/* ── Check / X icons ── */
.pcomp-yes {
    color: #16a34a; font-size: 1.2rem;
    filter: drop-shadow(0 0 6px rgba(22,163,74,.35));
}
.pcomp-no { color: #d1d5db; font-size: 1rem; opacity: .45; }

/* ── Value pills ── */
.pcomp-val {
    display: inline-flex; align-items: center;
    background: linear-gradient(135deg, rgba(201,168,76,.14), rgba(201,168,76,.05));
    color: var(--gold-dark); font-size: .76rem; font-weight: 800;
    padding: 3px 12px; border-radius: 8px;
    border: 1px solid rgba(201,168,76,.25);
}

/* ── CTA row ── */
.pcomp-cta-row td {
    padding: 22px 16px !important; border-bottom: none;
    background: rgba(26,43,95,.025);
}
.pcomp-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 11px 24px; border-radius: 12px; width: 88%;
    background: var(--surface-2); color: var(--primary);
    font-weight: 700; font-size: .84rem; text-decoration: none;
    border: 1.5px solid rgba(26,43,95,.15);
    transition: all .28s cubic-bezier(.34,1.56,.64,1);
}
.pcomp-btn:hover {
    background: var(--primary); color: #fff; border-color: var(--primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(13,27,62,.28);
}
.pcomp-btn-gold {
    background: linear-gradient(135deg, #A8892E 0%, #E8C96D 50%, #A8892E 100%);
    background-size: 200% auto;
    color: #08112a; border-color: transparent;
    animation: badgeShimmer 3s linear infinite;
    box-shadow: 0 4px 20px rgba(201,168,76,.45);
}
.pcomp-btn-gold:hover {
    background: linear-gradient(135deg, #8a6f1f, #d4a832);
    color: #08112a;
    box-shadow: 0 10px 36px rgba(201,168,76,.65);
    transform: translateY(-5px) scale(1.04);
}

/* ── Row entrance animation ── */
@keyframes pcompRowIn {
    from { opacity: 0; transform: translateX(10px); }
    to   { opacity: 1; transform: translateX(0); }
}
.pcomp-wrap.visible .pcomp-table tbody tr { animation: pcompRowIn .38s cubic-bezier(.2,.8,.2,1) both; }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(1)  { animation-delay:.04s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(2)  { animation-delay:.08s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(3)  { animation-delay:.12s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(4)  { animation-delay:.16s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(5)  { animation-delay:.20s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(6)  { animation-delay:.24s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(7)  { animation-delay:.28s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(8)  { animation-delay:.32s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(9)  { animation-delay:.36s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(10) { animation-delay:.40s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(11) { animation-delay:.44s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(12) { animation-delay:.48s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(13) { animation-delay:.52s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(14) { animation-delay:.56s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(15) { animation-delay:.60s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(16) { animation-delay:.64s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(17) { animation-delay:.68s }
.pcomp-wrap.visible .pcomp-table tbody tr:nth-child(18) { animation-delay:.72s }

@media (max-width: 640px) {
    .pcomp-feat-col { width: 40%; font-size: .75rem; padding: 10px 12px; }
    .pcomp-tier-col { width: 20%; padding: 10px 6px; font-size: .75rem; }
    .pcomp-table tbody td { padding: 9px 10px; font-size: .78rem; }
    .pcomp-btn { width: 96%; padding: 9px 12px; font-size: .78rem; }
}

/* ── Case Studies ── */
.cs-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 28px; margin-top: 48px;
}
.cs-card {
    background: var(--bg); border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    overflow: hidden; transition: transform .25s, box-shadow .25s;
    display: flex; flex-direction: column;
}
.cs-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px rgba(0,0,0,.12);
}
.cs-header {
    padding: 28px 28px 20px;
    background: linear-gradient(135deg, var(--cs-color-a, #0D1B3E) 0%, var(--cs-color-b, #1A2B5F) 100%);
    position: relative; overflow: hidden;
}
.cs-header::after {
    content: ''; position: absolute;
    inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cs-icon-wrap {
    width: 52px; height: 52px; border-radius: 14px;
    background: rgba(255,255,255,.12); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; color: #fff; margin-bottom: 14px;
    position: relative; z-index: 1;
}
.cs-industry {
    font-size: .72rem; font-weight: 700; letter-spacing: .8px;
    color: rgba(255,255,255,.55); text-transform: uppercase;
    position: relative; z-index: 1;
}
.cs-client {
    font-size: 1.15rem; font-weight: 800; color: #fff;
    margin: 4px 0 10px; position: relative; z-index: 1;
}
.cs-body { padding: 24px 28px; flex: 1; display: flex; flex-direction: column; }
.cs-challenge {
    font-size: .88rem; color: var(--text-secondary);
    line-height: 1.6; margin-bottom: 20px; flex: 1;
}
.cs-metrics {
    display: flex; gap: 16px; flex-wrap: wrap;
    border-top: 1px solid var(--border); padding-top: 18px;
}
.cs-metric {
    display: flex; flex-direction: column; align-items: center;
    flex: 1; min-width: 70px; text-align: center;
}
.cs-metric-value {
    font-size: 1.7rem; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, var(--cs-color-a, var(--primary)), var(--cs-color-b, var(--gold)));
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cs-metric-label {
    font-size: .72rem; color: var(--text-secondary);
    margin-top: 4px; font-weight: 600;
}
.cs-tag-row {
    display: flex; flex-wrap: wrap; gap: 6px;
    padding: 0 28px 22px;
}
.cs-tag {
    font-size: .72rem; font-weight: 700;
    padding: 3px 10px; border-radius: 20px;
    background: var(--surface); color: var(--text-secondary);
    border: 1px solid var(--border);
}
@media (max-width: 900px) { .cs-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cs-grid { grid-template-columns: 1fr; } .cs-header { padding: 22px 20px 16px; } .cs-body { padding: 18px 20px; } .cs-tag-row { padding: 0 20px 18px; } }

/* Case studies & testimonials — reduced section padding */
#case-studies { padding: 50px 0; }
@media (min-width: 1024px) { #case-studies { padding: 60px 0; } }

/* Blog / testimonial sections — نجمة خلفية */
#testimonials { position: relative; overflow: hidden; }
#testimonials::before {
    content: ''; position: absolute;
    top: -60px; right: -60px;
    width: 300px; height: 300px; border-radius: 50%;
    background: radial-gradient(circle, rgba(201,168,76,.05), transparent 65%);
    pointer-events: none;
}
