
      :root {
        --bg: #0A0F1E;
        --surface: #101830;
        --surface-2: #16203C;
        --line: rgba(148, 173, 255, 0.14);
        --text: #E8ECF7;
        --muted: #9AA7C7;
        --accent: #22D3EE;
        --accent-2: #6366F1;
        --good: #34D399;
        --radius: 18px;
      }
      * { margin: 0; padding: 0; box-sizing: border-box; }
      html { scroll-behavior: smooth; }
      body {
        font-family: "Tajawal", system-ui, -apple-system, sans-serif;
        background: var(--bg);
        color: var(--text);
        line-height: 1.75;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }
      .wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }

      /* ===== Header ===== */
      header {
        position: sticky; top: 0; z-index: 50;
        background: rgba(10, 15, 30, 0.82);
        backdrop-filter: blur(14px);
        border-bottom: 1px solid var(--line);
      }
      .nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; }
      .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--text); font-weight: 800; font-size: 1.35rem; }
      .brand img { height: 58px; width: auto; object-fit: contain; }
      nav.menu { display: flex; gap: 26px; }
      nav.menu a { color: var(--muted); text-decoration: none; font-weight: 500; transition: color .2s; }
      nav.menu a:hover { color: var(--text); }
      .nav-actions { display: flex; align-items: center; gap: 12px; }
      .lang-btn {
        background: transparent; border: 1px solid var(--line); color: var(--muted);
        border-radius: 999px; padding: 7px 16px; font-family: inherit; font-weight: 700;
        cursor: pointer; font-size: .9rem; transition: all .2s;
      }
      .lang-btn:hover { color: var(--text); border-color: var(--accent); }
      .btn {
        display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        border-radius: 12px; padding: 12px 24px; font-family: inherit; font-weight: 700;
        font-size: 1rem; text-decoration: none; cursor: pointer; border: none; transition: all .2s;
      }
      .btn-primary {
        background: linear-gradient(135deg, var(--accent), var(--accent-2));
        color: #04101C; box-shadow: 0 8px 28px rgba(34, 211, 238, 0.25);
      }
      .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 34px rgba(34, 211, 238, 0.4); }
      .btn-ghost { background: transparent; border: 1px solid var(--line); color: var(--text); }
      .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
      .btn-wa { background: #16a34a; color: #fff; }
      .btn-wa:hover { background: #15803d; transform: translateY(-2px); }

      /* ===== Hero ===== */
      .hero { position: relative; padding: 84px 0 64px; text-align: center; }
      .hero::before {
        content: ""; position: absolute; inset: 0; pointer-events: none;
        background:
          radial-gradient(600px 300px at 20% 10%, rgba(99, 102, 241, 0.16), transparent 60%),
          radial-gradient(500px 260px at 80% 20%, rgba(34, 211, 238, 0.12), transparent 60%);
      }
      .badge {
        display: inline-flex; align-items: center; gap: 8px;
        background: rgba(34, 211, 238, 0.08); border: 1px solid rgba(34, 211, 238, 0.25);
        color: var(--accent); border-radius: 999px; padding: 7px 18px;
        font-size: .88rem; font-weight: 700; margin-bottom: 26px; position: relative;
      }
      .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--good); box-shadow: 0 0 10px var(--good); }
      h1 { font-size: clamp(1.9rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.3; position: relative; }
      h1 .grad {
        background: linear-gradient(120deg, var(--accent), var(--accent-2));
        -webkit-background-clip: text; background-clip: text; color: transparent;
      }
      .hero p.sub {
        color: var(--muted); font-size: clamp(1rem, 2.4vw, 1.22rem);
        max-width: 640px; margin: 18px auto 34px; position: relative;
      }
      .hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; position: relative; }
      .hero-phone {
        margin-top: 26px; font-size: 1.15rem; font-weight: 700; position: relative;
      }
      .hero-phone a { color: var(--accent); text-decoration: none; letter-spacing: 1px; }
      .chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 34px; position: relative; }
      .chip {
        background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
        padding: 8px 18px; font-size: .88rem; color: var(--muted); font-weight: 500;
      }
      .chip b { color: var(--text); }

      /* ===== Sections ===== */
      section { padding: 64px 0; }
      .sec-head { text-align: center; max-width: 620px; margin: 0 auto 44px; }
      .sec-head h2 { font-size: clamp(1.5rem, 3.6vw, 2.2rem); font-weight: 800; }
      .sec-head p { color: var(--muted); margin-top: 10px; }

      /* Services */
      .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
      .card {
        background: var(--surface); border: 1px solid var(--line);
        border-radius: var(--radius); padding: 28px; transition: all .25s;
      }
      .card:hover { transform: translateY(-4px); border-color: rgba(34, 211, 238, 0.4); background: var(--surface-2); }
      .card .icon {
        width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center;
        justify-content: center; font-size: 1.5rem; margin-bottom: 16px;
        background: linear-gradient(135deg, rgba(34, 211, 238, 0.14), rgba(99, 102, 241, 0.14));
        border: 1px solid rgba(34, 211, 238, 0.2);
      }
      .card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 8px; }
      .card p { color: var(--muted); font-size: .95rem; }

      /* Platforms */
      .platforms { background: linear-gradient(180deg, transparent, rgba(16, 24, 48, 0.6), transparent); }
      .plat {
        display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
        background: var(--surface); border: 1px solid var(--line);
        border-radius: var(--radius); overflow: hidden; margin-bottom: 22px;
      }
      .plat-info { padding: 34px; }
      .plat-tag {
        display: inline-block; font-size: .78rem; font-weight: 700; color: var(--accent);
        background: rgba(34, 211, 238, 0.08); border: 1px solid rgba(34, 211, 238, 0.25);
        padding: 4px 14px; border-radius: 999px; margin-bottom: 14px;
      }
      .plat h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 10px; }
      .plat-info > p { color: var(--muted); margin-bottom: 18px; }
      .feat-list { list-style: none; }
      .feat-list li {
        display: flex; align-items: flex-start; gap: 10px; color: var(--text);
        font-size: .95rem; padding: 5px 0;
      }
      .feat-list li::before { content: "✓"; color: var(--good); font-weight: 800; }
      .plat-side {
        background: linear-gradient(160deg, rgba(34, 211, 238, 0.07), rgba(99, 102, 241, 0.1));
        border-right: 1px solid var(--line); padding: 34px;
        display: flex; flex-direction: column; justify-content: center; gap: 14px;
      }
      html[dir="ltr"] .plat-side { border-right: none; border-left: 1px solid var(--line); }
      .stat-mini { display: flex; flex-direction: column; }
      .stat-mini .num { font-size: 1.7rem; font-weight: 800; color: var(--accent); }
      .stat-mini .lbl { color: var(--muted); font-size: .88rem; }
      .plat.custom { text-align: center; padding: 40px 30px; }
      .plat.custom h3 { margin-bottom: 8px; }

      /* Steps */
      .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: step; }
      .step { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; position: relative; }
      .step .n {
        width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center;
        justify-content: center; font-weight: 800; color: #04101C; margin-bottom: 14px;
        background: linear-gradient(135deg, var(--accent), var(--accent-2));
      }
      .step h4 { font-size: 1.02rem; margin-bottom: 6px; }
      .step p { color: var(--muted); font-size: .9rem; }

      /* Contact */
      .contact-box {
        background: linear-gradient(150deg, var(--surface-2), var(--surface));
        border: 1px solid var(--line); border-radius: 24px; padding: 52px 34px; text-align: center;
      }
      .contact-box h2 { font-size: clamp(1.5rem, 3.4vw, 2.1rem); font-weight: 800; }
      .contact-box > p { color: var(--muted); margin: 10px 0 30px; }
      .contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 30px; }
      .ccard {
        background: rgba(10, 15, 30, 0.55); border: 1px solid var(--line);
        border-radius: 16px; padding: 24px 16px; text-decoration: none; color: var(--text);
        transition: all .2s;
      }
      .ccard:hover { border-color: var(--accent); transform: translateY(-3px); }
      .ccard .ic { font-size: 1.6rem; margin-bottom: 10px; }
      .ccard .t { font-weight: 700; font-size: .95rem; }
      .ccard .v { color: var(--accent); font-weight: 800; font-size: 1.08rem; letter-spacing: .5px; }
      .ccard .s { color: var(--muted); font-size: .8rem; margin-top: 4px; }
      .hours { color: var(--muted); font-size: .9rem; }

      /* Clients logos */
      .logo-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
      .client-logo {
        background: #fff; border: 1px solid rgba(148, 173, 255, .22); border-radius: 16px;
        height: 126px; display: flex; align-items: center; justify-content: center;
        padding: 18px; transition: all .25s;
      }
      .client-logo:hover { border-color: rgba(34, 211, 238, .4); transform: translateY(-4px); }
      .client-logo img { max-width: 100%; max-height: 100%; object-fit: contain; filter: none; }
      .client-logo.coming { background: var(--surface); border-style: dashed; border-color: rgba(148, 173, 255, .3); }
      .client-logo.coming span { color: var(--muted); font-weight: 700; font-size: .95rem; }

      /* Showcase shots */
      .shots-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
      .shot {
        background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
        overflow: hidden; margin: 0; transition: all .25s;
      }
      .shot:hover { transform: translateY(-4px); border-color: rgba(34, 211, 238, .4); }
      .shot img { width: 100%; aspect-ratio: 1200/630; object-fit: cover; display: block; background: #0A0F1E; }
      .shot figcaption { padding: 16px 18px; display: flex; flex-direction: column; gap: 5px; }
      .shot figcaption b { font-size: .98rem; }
      .shot figcaption span { color: var(--muted); font-size: .85rem; }

      /* Tools band */
      .tools-band { margin-top: 40px; text-align: center; }
      .tools-title { color: var(--muted); font-weight: 700; margin-bottom: 18px; }
      .tools-icons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
      .tool {
        display: inline-flex; align-items: center; gap: 9px;
        background: var(--surface); border: 1px solid var(--line); border-radius: 999px;
        padding: 9px 18px; font-size: .88rem; color: var(--muted); font-weight: 600;
        transition: all .2s;
      }
      .tool:hover { border-color: var(--accent); color: var(--text); transform: translateY(-2px); }
      .tool img { width: 20px; height: 20px; }
      .tool i { font-style: normal; }

      @media (max-width: 900px) {
        .logo-row { grid-template-columns: repeat(3, 1fr); }
        .shots-grid { grid-template-columns: 1fr 1fr; }
      }
      @media (max-width: 620px) {
        .logo-row { grid-template-columns: repeat(2, 1fr); }
        .shots-grid { grid-template-columns: 1fr; }
      }

      /* Footer */
      footer { border-top: 1px solid var(--line); padding: 40px 0 30px; margin-top: 30px; }
      .foot { display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; align-items: flex-start; }
      .foot-brand { max-width: 300px; }
      .foot-brand img { height: 88px; width: auto; object-fit: contain; margin-bottom: 10px; }
      .foot-brand p { color: var(--muted); font-size: .88rem; }
      .foot h4 { font-size: .95rem; margin-bottom: 12px; }
      .foot-links { display: flex; gap: 40px; }
      .foot-links a { display: block; color: var(--muted); text-decoration: none; font-size: .9rem; padding: 3px 0; }
      .foot-links a:hover { color: var(--accent); }
      .copy { text-align: center; color: var(--muted); font-size: .8rem; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }

      /* Floating WhatsApp */
      .wa-float {
        position: fixed; bottom: 22px; left: 22px; z-index: 60;
        width: 58px; height: 58px; border-radius: 50%; background: #16a34a;
        display: flex; align-items: center; justify-content: center;
        box-shadow: 0 10px 30px rgba(22, 163, 74, 0.45); text-decoration: none;
        transition: transform .2s;
      }
      .wa-float:hover { transform: scale(1.08); }
      .wa-float svg { width: 30px; height: 30px; fill: #fff; }
      html[dir="ltr"] .wa-float { left: auto; right: 22px; }

      /* English mode */
      html[dir="ltr"] body { font-family: "Tajawal", system-ui, sans-serif; }

      @media (max-width: 900px) {
        .grid-3 { grid-template-columns: 1fr 1fr; }
        .steps { grid-template-columns: 1fr 1fr; }
        .plat { grid-template-columns: 1fr; }
        .plat-side { border-right: none !important; border-top: 1px solid var(--line); }
        nav.menu { display: none; }
      }
      @media (max-width: 620px) {
        .grid-3 { grid-template-columns: 1fr; }
        .steps { grid-template-columns: 1fr; }
        .contact-cards { grid-template-columns: 1fr; }
        .hero { padding: 56px 0 44px; }
        .nav-actions .btn span.hide-sm { display: none; }
        .nav-actions .btn { padding: 10px 16px; }
      }
    