 :root{
      --bg:#d9dfe6;
      --surface:#f5f7fa;
      --card:#ffffff;
      --card-2:#f8fafc;
      --text:#0f172a;
      --text-soft:#475569;
      --text-muted:#64748b;
      --line:#e2e8f0;
      --line-soft:#edf2f7;

      --brand:#163b72;
      --brand-2:#2457a6;
      --brand-3:#4e84d9;
      --brand-soft:#eff4ff;

      --green:#16a34a;
      --green-soft:#f0fdf4;

      --gold:#c8a96a;
      --gold-soft:#f8f2e8;

      --shadow-sm:0 4px 14px rgba(15,23,42,.05);
      --shadow-md:0 10px 30px rgba(15,23,42,.08);
      --shadow-lg:0 18px 50px rgba(15,23,42,.12);

      --radius-xs:10px;
      --radius-sm:14px;
      --radius-md:18px;
      --radius-lg:24px;

      --container:600px;
    }

    *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    html{
      scroll-behavior:smooth;
    }
html, body, body * {
  font-family: "Cairo", sans-serif !important;
}
    body{
      font-family:'Cairo','Segoe UI','Tahoma','Arial',sans-serif;
      background:
        radial-gradient(circle at top, rgba(255,255,255,.55), transparent 26%),
        linear-gradient(180deg,#dfe5eb 0%, #d5dbe3 100%);
      color:var(--text);
      min-height:100vh;
      line-height:1.7;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      text-rendering:optimizeLegibility;
    }

    a,button,input,textarea,select{
      font-family:inherit;
    }

    .site-shell{
      max-width:var(--container);
      margin:0 auto;
      min-height:100vh;
      background:
        linear-gradient(180deg, rgba(255,255,255,.65) 0%, rgba(245,247,250,.96) 100%);
      position:relative;
      box-shadow:
        0 0 0 1px rgba(255,255,255,.5),
        0 30px 80px rgba(15,23,42,.08);
      overflow:hidden;
    }

    /* Header */
    .header{
      position:fixed;
      top:0;
      left:50%;
      transform:translateX(-50%);
      width:100%;
      max-width:var(--container);
      height:58px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:12px;
      padding:0 16px;
      z-index:300;
      background:rgba(248,250,252,.82);
      backdrop-filter:blur(14px);
      -webkit-backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(255,255,255,.55);
      transition:all .28s ease;
    }

    .header.scrolled{
      height:56px;
      background:rgba(255,255,255,.92);
      box-shadow:0 8px 30px rgba(15,23,42,.07);
      border-bottom-color:rgba(226,232,240,.95);
    }

    .header-logo-link,
    .header-bar-link{
      display:flex;
      align-items:center;
      text-decoration:none;
    }

    .header-logo{
      height:38px;
      width:auto;
      object-fit:contain;
      display:block;
    }

    .header-bar{
      height:40px;
      width:auto;
      max-width:190px;
      object-fit:contain;
      display:block;
       
      transition:transform .2s ease, box-shadow .2s ease;
    }

    .header-bar-link:hover .header-bar{
      transform:translateY(-1px);
      box-shadow:0 6px 16px rgba(15,23,42,.10);
    }

    /* Main content */
    .content{
      padding:74px 16px 102px;
    }

    /* =============================================
   HERO — أفخم
   ============================================= */
.hero {
    background: linear-gradient(160deg, #0c1e4a 0%, #1e3a8a 25%, #1d4ed8 55%, #2563eb 80%, #3b82f6 100%);
    border-radius: 24px;
    padding: 32px 24px 28px;
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* شبكة خلفية */
.hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
}

/* كرات إضاءة خلفية */
.hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(1px);
}
.hero-orb-1 {
    width: 200px; height: 200px;
    top: -60px; right: -40px;
    background: radial-gradient(circle, rgba(96,165,250,0.25) 0%, transparent 70%);
    animation: orbFloat 6s ease-in-out infinite;
}
.hero-orb-2 {
    width: 160px; height: 160px;
    bottom: -30px; left: -30px;
    background: radial-gradient(circle, rgba(147,197,253,0.2) 0%, transparent 70%);
    animation: orbFloat 8s ease-in-out infinite reverse;
}
.hero-orb-3 {
    width: 100px; height: 100px;
    top: 40%; left: 10%;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    animation: orbFloat 5s ease-in-out infinite 1s;
}
@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(10px, -15px) scale(1.1); }
    66% { transform: translate(-8px, 10px) scale(0.95); }
}

/* حلقات دائرية */
.hero-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
    pointer-events: none;
}
.hero-ring-1 {
    width: 300px; height: 300px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 4s ease-in-out infinite;
}
.hero-ring-2 {
    width: 400px; height: 400px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    animation: ringPulse 4s ease-in-out infinite 2s;
}
@keyframes ringPulse {
    0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.05); }
}

/* المحتوى */
.hero-content {
    position: relative;
    z-index: 2;
}

/* البيدج */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255,255,255,0.9);
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
}

/* الأيقونة */
.hero-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.hero-icon-glow {
    position: absolute;
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(96,165,250,0.25);
    filter: blur(20px);
    animation: iconGlow 3s ease-in-out infinite;
}
@keyframes iconGlow {
    0%, 100% { transform: scale(1); opacity: 0.6; }
    50% { transform: scale(1.2); opacity: 1; }
}
.hero-icon {
    width: 64px; height: 64px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #ffffff !important;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.hero-icon-ring {
    position: absolute;
    inset: -4px;
    border-radius: 24px;
    border: 1.5px solid rgba(255,255,255,0.15);
    animation: iconRingSpin 8s linear infinite;
}
@keyframes iconRingSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* العنوان */
.hero-title {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
    text-shadow: 0 2px 20px rgba(0,0,0,0.2);
}

/* الوصف */
.hero-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

/* التاجات */
.hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 22px;
    flex-wrap: wrap;
}
.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px 12px;
    border-radius: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 10px;
    font-weight: 600;
}
.hero-divider {
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.15);
}

/* الأزرار */
.hero-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 11px 22px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s;
    border: none;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
    white-space: nowrap;
}
.hero-btn:active { transform: scale(0.96); }
.hero-btn-primary {
    background: #fff;
    color: #1ba7fe;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15), 0 0 40px rgba(255,255,255,0.1);
}
.hero-btn-primary:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.2), 0 0 60px rgba(255,255,255,0.15);
    transform: translateY(-1px);
}
.hero-btn-secondary {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: #ffffff !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.18);
    transform: translateY(-1px);
}

@media (min-width: 420px) {
    .hero { padding: 36px 28px 32px; min-height: 340px; border-radius: 26px; }
    .hero-title { font-size: 24px; }
    .hero-subtitle { font-size: 13px; max-width: 360px; }
    .hero-icon { width: 70px; height: 70px; font-size: 34px; border-radius: 22px; }
    .hero-btn { padding: 12px 26px; font-size: 14px; border-radius: 15px; }
}
.hero-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

    /* Quick actions */
    .quick-bar{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
      margin-bottom:16px;
    }

    .q-btn{
      background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,250,252,.98));
      border:1px solid rgba(226,232,240,.95);
      border-radius:18px;
      padding:14px 8px 12px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:8px;
      text-decoration:none;
      box-shadow:var(--shadow-sm);
      transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
      min-height:92px;
    }

    .q-btn:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-md);
    }

    .q-btn:active{
      transform:scale(.97);
    }

    .qi{
      width:42px;
      height:42px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:20px;
      color:#fff;
      box-shadow:0 8px 18px rgba(15,23,42,.10);
    }

    .ql{
      font-size:10px;
      font-weight:700;
      color:var(--text-soft);
      text-align:center;
      line-height:1.3;
    }

    .q-call .qi{ background:linear-gradient(135deg,#194b96,#2b6bd4); }
    .q-wa .qi{ background:linear-gradient(135deg,#11833c,#16a34a); }
    .q-web .qi{ background:linear-gradient(135deg,#0e7490,#0284c7); }
    .q-mail .qi{ background:linear-gradient(135deg,#b7791f,#d97706); }

    /* Section cards */
    .card,
    .wa-card{
      position:relative;
      overflow:hidden;
      background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(248,250,252,.98) 100%);
      border:1px solid rgba(226,232,240,.9);
      border-radius:22px;
      padding:18px;
      margin-bottom:14px;
      box-shadow:
        0 12px 32px rgba(15,23,42,.06),
        inset 0 1px 0 rgba(255,255,255,.82);
    }

    .card::before,
    .wa-card::before{
      content:"";
      position:absolute;
      top:0;
      right:0;
      left:0;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(200,169,106,.45), transparent);
    }

    .card-head{
      display:flex;
      align-items:center;
      gap:12px;
      padding-bottom:14px;
      margin-bottom:14px;
      border-bottom:1px solid var(--line-soft);
    }

    .ch-icon{
      width:38px;
      height:38px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      flex-shrink:0;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
    }

    .ch-title{
      font-size:15px;
      font-weight:800;
      color:var(--text);
      letter-spacing:-.01em;
    }

    /* Premium themes */
    .theme-brand{
      background:linear-gradient(180deg,#eef4ff,#e7effe);
      color:#2457a6;
    }

    .theme-gold{
      background:linear-gradient(180deg,#fcf7ef,#f8f0e3);
      color:#041474;
    }

    .theme-green{
      background:linear-gradient(180deg,#f2fdf5,#ecfbf0);
      color:#169246;
    }

    .theme-sky{
      background:linear-gradient(180deg,#f0f9ff,#e8f5fc);
      color:#0284c7;
    }

    .theme-rose{
      background:linear-gradient(180deg,#fff5f7,#fdecef);
      color:#c2416c;
    }

    .theme-red{
      background:linear-gradient(180deg,#fff3f3,#feebeb);
      color:#dc2626;
    }

    /* Phone rows */
    .ph-list{
      display:flex;
      flex-direction:column;
      gap:8px;
    }

    .ph-row{
      display:flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
      background:rgba(255,255,255,.68);
      border:1px solid rgba(241,245,249,.95);
      border-radius:16px;
      padding:11px 12px;
      transition:transform .16s ease, background .16s ease, border-color .16s ease;
    }

    .ph-row:hover{
      transform:translateY(-1px);
      background:#fff;
      border-color:#dbe5f0;
    }

    .ph-row:active{
      transform:scale(.985);
    }

    .ph-ic{
      width:40px;
      height:40px;
      border-radius:12px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:18px;
      flex-shrink:0;
    }

    .ph-info{
      flex:1;
      min-width:0;
    }

    .ph-lbl{
      font-size:11px;
      color:var(--text-muted);
      font-weight:600;
    }

    .ph-num{
      font-size:14px;
      font-weight:800;
      color:var(--text);
      direction:ltr;
      text-align:right;
    }

    .ph-go{
      font-size:17px;
      color:#94a3b8;
      flex-shrink:0;
    }

    /* WhatsApp special card */
    .wa-card{
      border-color:rgba(187,247,208,.9);
      background:
        linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(244,253,246,.98) 100%);
    }

    .wa-link{
      display:flex;
      align-items:center;
      gap:12px;
      text-decoration:none;
    }

    .wa-link:active{
      transform:scale(.99);
    }

    .wa-ic{
      width:46px;
      height:46px;
      border-radius:15px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg,#11833c,#16a34a);
      color:#fff;
      font-size:23px;
      box-shadow:0 10px 24px rgba(22,163,74,.22);
      flex-shrink:0;
    }

    .wa-content{
      flex:1;
      min-width:0;
    }

    .wa-lbl{
      font-size:11px;
      color:#15803d;
      font-weight:700;
    }

    .wa-num{
      font-size:14px;
      color:var(--text);
      font-weight:800;
      direction:ltr;
      text-align:right;
    }

    .wa-go{
      font-size:18px;
      color:#16a34a;
      flex-shrink:0;
    }

    /* Branches */
    .branch-list{
      display:flex;
      flex-direction:column;
      gap:12px;
    }

    .branch{
      background:linear-gradient(180deg,#ffffff 0%, #fbfcfd 100%);
      border:1px solid var(--line);
      border-radius:18px;
      padding:15px;
      box-shadow:0 8px 22px rgba(15,23,42,.035);
    }

    .br-top{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }

    .br-badge{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:22px;
      padding:2px 10px;
      border-radius:999px;
      font-size:10px;
      font-weight:800;
      color:#fff;
      letter-spacing:.2px;
    }

    .badge-primary{
      background:linear-gradient(135deg,#194b96,#2b6bd4);
    }

    .badge-gold{
      background:linear-gradient(135deg,#1ba7fe,#036bac);
    }

    .br-name{
      font-size:13px;
      font-weight:800;
      color:var(--text);
    }

    .br-addr{
      font-size:12px;
      line-height:1.85;
      color:var(--text-muted);
      margin-bottom:10px;
    }

    .br-phone{
      display:inline-flex;
      align-items:center;
      gap:6px;
      text-decoration:none;
      font-size:12px;
      font-weight:700;
      direction:ltr;
      margin-bottom:12px;
    }

    .link-primary{ color:#2457a6; }
    .link-gold{ color:#1ba7fe; }

    .br-map{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:7px;
      padding:10px 12px;
      border-radius:12px;
      text-decoration:none;
      color:#ffffff !important;
      font-size:12px;
      font-weight:700;
      transition:transform .16s ease, box-shadow .16s ease;
      box-shadow:0 10px 20px rgba(15,23,42,.08);
    }

    .br-map:hover{
      transform:translateY(-1px);
    }

    .br-map:active{
      transform:scale(.985);
    }

    .btn-primary{
      background:linear-gradient(135deg,#1ba7fe,#2b6bd4);
    }

    .btn-gold{
      background:linear-gradient(135deg,#1ba7fe,#2b6bd4);
    }

    .map-box{
      width:100%;
      height:160px;
      margin-top:12px;
      border-radius:14px;
      overflow:hidden;
      border:1px solid var(--line);
      background:#fff;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
    }

    .map-box iframe{
      width:100%;
      height:100%;
      border:0;
    }

    /* Info rows */
    .info-list{
      display:flex;
      flex-direction:column;
    }

    .i-row{
      display:flex;
      align-items:center;
      gap:12px;
      padding:10px 0;
    }

    .i-row + .i-row{
      border-top:1px solid var(--line-soft);
    }

    .i-ic{
      width:36px;
      height:36px;
      border-radius:11px;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:17px;
      flex-shrink:0;
    }

    .i-content{
      flex:1;
      min-width:0;
    }

    .i-lbl{
      font-size:11px;
      color:var(--text-muted);
      font-weight:600;
    }

    .i-val{
      font-size:13px;
      color:var(--text);
      font-weight:700;
      word-break:break-word;
    }

    .i-val a{
      color:#2457a6;
      text-decoration:none;
      font-weight:800;
    }

    .text-danger{
      color:#dc2626;
    }

    /* Social */
    .social-row{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:10px;
    }

    .soc-link{
      text-decoration:none;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      gap:7px;
      min-height:90px;
      padding:14px 8px 12px;
      border-radius:16px;
      border:1px solid rgba(226,232,240,.95);
      background:linear-gradient(180deg,#fff,#f9fbfd);
      box-shadow:var(--shadow-sm);
      transition:transform .18s ease, box-shadow .18s ease;
    }

    .soc-link:hover{
      transform:translateY(-2px);
      box-shadow:var(--shadow-md);
    }

    .soc-link:active{
      transform:scale(.97);
    }

    .soc-ic{
      font-size:26px;
    }

    .soc-lbl{
      font-size:10px;
      font-weight:700;
      color:var(--text-soft);
      text-align:center;
    }

    .soc-facebook .soc-ic{ color:#1877f2; }
    .soc-instagram .soc-ic{ color:#e4405f; }
    .soc-tiktok .soc-ic{ color:#0f172a; }
    .soc-linkedin .soc-ic{ color:#0a66c2; }

    /* Credit */
    .site-credit{
      text-align:center;
      padding:10px 0 4px;
    }

    .credit-logo{
      height:25px;
      width:auto;
      opacity:.24;
      display:block;
      margin:0 auto 6px;
    }

    .credit-text{
      font-size:10px;
      color:#94a3b8;
      font-weight:600;
      letter-spacing:.1px;
    }

    /* Footer */
    .footer{
      position:fixed;
      bottom:0;
      left:50%;
      transform:translateX(-50%);
      width:100%;
      max-width:var(--container);
      z-index:280;
      padding:8px 8px 10px;
      background:rgba(239,243,247,.86);
      backdrop-filter:blur(18px);
      -webkit-backdrop-filter:blur(18px);
      border-top:1px solid rgba(255,255,255,.7);
      box-shadow:0 -8px 30px rgba(15,23,42,.05);
    }

    .footer-grid{
      display:flex;
      align-items:flex-start;
      justify-content:space-around;
      gap:2px;
    }

    .f-item{
      display:flex;
      flex-direction:column;
      align-items:center;
      gap:5px;
      text-decoration:none;
      padding:5px 4px 2px;
      min-width:0;
      transition:transform .18s ease;
    }

    .f-item:hover{
      transform:translateY(-1px);
    }

    .f-item:active{
      transform:scale(.95);
    }

    .f-circle{
      width:35px;
      height:35px;
      border-radius:14px;
      display:flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.72));
      border:1px solid rgba(255,255,255,.95);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.92),
        0 5px 14px rgba(15,23,42,.07);
      overflow:hidden;
    }

    .f-circle img{
      width:20px;
      height:20px;
      object-fit:contain;
      display:block;
    }

    .f-lbl{
      font-size:8.5px;
      font-weight:700;
      color:#475569;
      line-height:1.2;
      white-space:nowrap;
      max-width:100%;
      text-align:center;
    }

    /* Floating WhatsApp */
    .wa-float{
      position:fixed;
      bottom:80px;
      left:50%;
      transform:translateX(-50%);
      width:54px;
      height:54px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      background:linear-gradient(135deg,#11833c,#16a34a);
      text-decoration:none;
      font-size:27px;
      box-shadow:0 14px 32px rgba(22,163,74,.34);
      z-index:250;
      transition:transform .18s ease, box-shadow .18s ease;
    }

    .wa-float:hover{
      transform:translateX(-50%) translateY(-2px);
      box-shadow:0 16px 34px rgba(22,163,74,.38);
    }

    .wa-float:active{
      transform:translateX(-50%) scale(.95);
    }

    .wa-float::before{
      content:"";
      position:absolute;
      inset:-6px;
      border-radius:50%;
      background:rgba(22,163,74,.12);
      animation:pulse 2s ease-out infinite;
      z-index:-1;
    }

    @keyframes pulse{
      0%{ transform:scale(1); opacity:.55; }
      100%{ transform:scale(1.55); opacity:0; }
    }

    /* Animation */
    .fade-up{
      opacity:0;
      transform:translateY(14px);
      animation:fadeUp .65s ease forwards;
    }

    .fade-up:nth-child(1){ animation-delay:.03s; }
    .fade-up:nth-child(2){ animation-delay:.07s; }
    .fade-up:nth-child(3){ animation-delay:.11s; }
    .fade-up:nth-child(4){ animation-delay:.15s; }
    .fade-up:nth-child(5){ animation-delay:.19s; }
    .fade-up:nth-child(6){ animation-delay:.23s; }
    .fade-up:nth-child(7){ animation-delay:.27s; }

    @keyframes fadeUp{
      to{
        opacity:1;
        transform:translateY(0);
      }
    }

    /* Responsive */
    @media (max-width:379px){
      .content{ padding:72px 12px 100px; }
      .hero{ padding:24px 18px 20px; }
      .hero-title{ font-size:22px; }
      .social-row,
      .quick-bar{ gap:8px; }
      .q-btn,
      .soc-link{ border-radius:14px; }
      .header-bar{ max-width:150px; height:34px; }
      .header-logo{ height:34px; }
      .f-circle{ width:36px; height:36px; border-radius:12px; }
      .f-circle img{ width:21px; height:21px; }
      .f-lbl{ font-size:8px; }
    }

    @media (min-width:420px){
      .content{ padding:78px 20px 106px; }
      .hero-title{ font-size:28px; }
      .hero-subtitle{ font-size:14px; }
      .hero{ padding:30px 24px 24px; }
    }

    @media (min-width:601px){
      .wa-float{
        left:calc(50% - 270px);
        transform:none;
      }
      .wa-float:hover{
        transform:translateY(-2px);
      }
      .wa-float:active{
        transform:scale(.95);
      }
    }
     /* =============================================
           3D PRODUCT WHEEL — صور + اسم على الصورة
           ============================================= */
        .spin-section{
            background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);
            border-radius:20px;
            border:1px solid #e2e8f0;
            margin-bottom:12px;
            overflow:hidden;
            position:relative;
        }
        .spin-section::before{
            content:'';position:absolute;
            top:50%;left:50%;
            transform:translate(-50%,-50%);
            width:320px;height:320px;
            border-radius:50%;
            background:radial-gradient(circle,rgba(37,99,235,0.05) 0%,transparent 70%);
            pointer-events:none;
        }

        .spin-header{
            display:flex;align-items:center;justify-content:space-between;
            padding:14px 16px 0;
            position:relative;z-index:2;
        }
        .spin-header-right{display:flex;align-items:center;gap:10px}
        .spin-header .sp-icon{
            width:32px;height:32px;border-radius:9px;
            display:flex;align-items:center;justify-content:center;
            font-size:17px;flex-shrink:0;
            background:linear-gradient(135deg,#eff6ff,#dbeafe);
            color:#2563eb;
        }
        .spin-header .sp-title{font-size:14px;font-weight:700;color:#0f172a}
        .spin-badge{
            font-size:9px;font-weight:700;
            padding:3px 10px;border-radius:20px;
            background:linear-gradient(135deg,#60c3fa,#cae5f6);
            color:#fff;
        }

        .spin-stage{
            padding:18px 0 22px;
            perspective:900px;
            display:flex;
            justify-content:center;
            position:relative;z-index:1;
        }

        .spin-wheel{
            width:96px;
            height:96px;
            position:relative;
            transform-style:preserve-3d;
            animation:wheelSpin 16s linear infinite;
        }
        .spin-wheel:hover{
            animation-play-state:paused;
        }

        @keyframes wheelSpin{
            from{transform:rotateY(0deg)}
            to{transform:rotateY(-360deg)}
        }

        .spin-item{
            position:absolute;
            width:96px;height:96px;
            top:0;left:0;
            display:flex;
            align-items:center;
            justify-content:center;
            backface-visibility:visible;
            text-decoration:none;
        }

        /* الصورة + الاسم مع بعض */
        .sp-card{
            width:92px;height:92px;
            border-radius:22px;
            overflow:hidden;
            position:relative;
            box-shadow:0 8px 24px rgba(0,0,0,0.12),0 2px 8px rgba(0,0,0,0.08);
            border:2px solid rgba(255,255,255,0.9);
            transition:all .35s cubic-bezier(.34,1.56,.64,1);
            background:#1e293b;
        }
        .spin-item:hover .sp-card{
            transform:scale(1.15);
            box-shadow:0 12px 36px rgba(37,99,235,0.3),0 4px 12px rgba(0,0,0,0.12);
            border-color:#2563eb;
        }

        .sp-card img{
            width:100%;height:100%;
            object-fit:cover;
            display:block;
        }

        /* الاسم على الصورة — بار اسفل */
        .sp-card .sp-label{
            position:absolute;
            bottom:0;left:0;right:0;
            padding:18px 6px 6px;
            background:linear-gradient(to top,rgba(0,0,0,0.75) 0%,rgba(0,0,0,0.3) 60%,transparent 100%);
            text-align:center;
        }
        .sp-card .sp-label span{
            font-size:9px;
            font-weight:700;
            color:#fff;
            text-shadow:0 1px 3px rgba(0,0,0,0.5);
            line-height:1.2;
            display:block;
        }

        /* 8 صور = 45° */
        .spin-item:nth-child(1){transform:rotateY(0deg) translateZ(128px)}
        .spin-item:nth-child(2){transform:rotateY(45deg) translateZ(128px)}
        .spin-item:nth-child(3){transform:rotateY(90deg) translateZ(128px)}
        .spin-item:nth-child(4){transform:rotateY(135deg) translateZ(128px)}
        .spin-item:nth-child(5){transform:rotateY(180deg) translateZ(128px)}
        .spin-item:nth-child(6){transform:rotateY(225deg) translateZ(128px)}
        .spin-item:nth-child(7){transform:rotateY(270deg) translateZ(128px)}
        .spin-item:nth-child(8){transform:rotateY(315deg) translateZ(128px)}

        @media(min-width:420px){
            .spin-wheel{width:108px;height:108px}
            .spin-item{width:108px;height:108px}
            .sp-card{width:104px;height:104px;border-radius:25px}
            .sp-card .sp-label{padding:22px 8px 7px}
            .sp-card .sp-label span{font-size:10px}
            .spin-item:nth-child(1){transform:rotateY(0deg) translateZ(148px)}
            .spin-item:nth-child(2){transform:rotateY(45deg) translateZ(148px)}
            .spin-item:nth-child(3){transform:rotateY(90deg) translateZ(148px)}
            .spin-item:nth-child(4){transform:rotateY(135deg) translateZ(148px)}
            .spin-item:nth-child(5){transform:rotateY(180deg) translateZ(148px)}
            .spin-item:nth-child(6){transform:rotateY(225deg) translateZ(148px)}
            .spin-item:nth-child(7){transform:rotateY(270deg) translateZ(148px)}
            .spin-item:nth-child(8){transform:rotateY(315deg) translateZ(148px)}
        }

        .spin-hint{
            text-align:center;
            padding:0 16px 12px;
            font-size:10px;
            color:#94a3b8;
            display:flex;align-items:center;justify-content:center;gap:4px;
        }
        .spin-hint .iconify{font-size:12px}



/* === أنيميشن الجرس للبيدج === */
@keyframes bellRing{
    0%{transform:rotate(0)}
    10%{transform:rotate(14deg)}
    20%{transform:rotate(-12deg)}
    30%{transform:rotate(10deg)}
    40%{transform:rotate(-8deg)}
    50%{transform:rotate(6deg)}
    60%{transform:rotate(-4deg)}
    70%{transform:rotate(2deg)}
    80%,100%{transform:rotate(0)}
}
.bell-ring{animation:bellRing 2.5s ease infinite;display:inline-block;transform-origin:top center}

/* نقطة حمراء صغيرة فوق البيدج */
.bell-dot-sm{
    position:relative;
    display:inline-block;
    width:6px;height:6px;
    background:#ef4444;
    border-radius:50%;
    margin-right:-2px;
    vertical-align:middle;
}
.bell-dot-sm::before{
    content:'';position:absolute;
    inset:-3px;border-radius:50%;
    background:rgba(239,68,68,0.3);
    animation:dotPulseSm 1.5s ease infinite;
}
@keyframes dotPulseSm{
    0%,100%{transform:scale(1);opacity:.8}
    50%{transform:scale(1.8);opacity:0}
}

.mobile-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:6px;
  margin:14px 12px 18px;
  padding:10px 14px;
  border-radius:16px;
  background:rgba(189,164,90,.08);
  border:1px solid rgba(189,164,90,.18);
  font-family:"Cairo", sans-serif;
  font-size:13px;
}
.mobile-breadcrumbs{
  margin-top: 70px;
}

.crumb-link{
  color:#1ba7fe;
  text-decoration:none;
  font-weight:700;
}

.crumb-link:hover{
  text-decoration:underline;
}

.crumb-sep{
  color:#1ba7fe;
  opacity:.7;
  font-size:12px;
}

.crumb-current{
  color:#1ba7fe;
  font-weight:800;
}

.steps-section{
  padding:0 12px 30px;
}

.steps-card{
  background:#fff;
  border-radius:24px;
  padding:16px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  border:1px solid rgba(16,32,51,.06);
}

.steps-banner{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(189,164,90,.12), rgba(189,164,90,.05));
  border:1px solid rgba(189,164,90,.16);
  text-decoration:none;
  margin-bottom:18px;
}

.steps-banner-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  flex-shrink:0;
}

.steps-banner-icon img{
  width:26px;
  height:26px;
  object-fit:contain;
}

.steps-banner-text{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.steps-banner-text strong{
  color:#2c2c2c;
  font-size:15px;
  line-height:1.6;
}

.steps-banner-text small{
  color:#3b3b3b;
  font-size:12px;
  line-height:1.5;
}

.steps-gallery{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.steps-image{
  width:100%;
  max-width:280px;
  margin-inline:auto;
  display:block;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  background:#fff;
}


.pwa-section{
  padding: 0 12px 30px;
}

.pwa-card{
  background:#fff;
  border-radius:24px;
  padding:16px;
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  border:1px solid rgba(16,32,51,.06);
  display:flex;
  flex-direction:column;
  gap:14px;
}

.pwa-option{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(189,164,90,.10), rgba(189,164,90,.04));
  border:1px solid rgba(189,164,90,.14);
  text-decoration:none;
  transition:.25s ease;
}

.pwa-option:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}

.pwa-option-icon{
  width:50px;
  height:50px;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 4px 12px rgba(0,0,0,.06);
  flex-shrink:0;
}

.pwa-option-icon img{
  width:28px;
  height:28px;
  object-fit:contain;
}

.pwa-option-text{
  display:flex;
  flex-direction:column;
  gap:3px;
}

.pwa-option-text strong{
  color:#2c2c2c;
  font-size:14px;
  
  
  line-height:1.7;
  font-weight:800;
}

.pwa-option-text small{
  color:#3b3b3b;
  font-size:12px;
  line-height:1.6;
}



.share-section{
  padding: 0 12px 30px;
}

.share-card{
  background: #fff;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.08);
  border: 1px solid rgba(16,32,51,.06);
}

.share-head{
  text-align: center;
  margin-bottom: 16px;
}

.share-head h3{
  margin: 0 0 6px;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 800;
}

.share-head p{
  margin: 0;
  font-size: 13px;
  color: #3b3b3b;
  line-height: 1.7;
}

.share-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.share-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 96px;
  padding: 12px 8px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(189,164,90,.10), rgba(189,164,90,.04));
  border: 1px solid rgba(189,164,90,.14);
  text-decoration: none;
  transition: .25s ease;
}

.share-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
}

.share-item img{
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.share-item span{
  font-size: 12px;
  font-weight: 700;
  color: #2c2c2c;
  text-align: center;
  line-height: 1.4;
}

@media (max-width: 380px){
  .share-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}


.engage-section{
  padding: 0 12px 30px;
}

.engage-card{
  background:#fff;
  border-radius:24px;
  padding:16px;
  border:1px solid rgba(16,32,51,.06);
  box-shadow:0 10px 28px rgba(0,0,0,.08);
  text-align:center;
}

.engage-head{
  display:flex;
  flex-direction:column;
  gap:4px;
  margin-bottom:16px;
}

.engage-head strong{
  color:#2c2c2c;
  font-size:16px;
  font-weight:800;
  line-height:1.6;
}

.engage-head small{
  color:#3b3b3b;
  font-size:13px;
  line-height:1.6;
}

.fb-box{
  display:flex;
  justify-content:center;
  align-items:center;
  padding:14px 12px;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(24,119,242,.08), rgba(24,119,242,.03));
  border:1px solid rgba(24,119,242,.12);
  overflow:hidden;
}

.fb-like-frame{
  max-width:100%;
}