/* ════════════════════════════════════════════════════════════════
   GAYYAR PRO · s6h.css  —  «PIVA S6-H Falcon» سمّاعة أذنٍ سلكيّة للألعاب
   الفكرة: «منفذٌ واحد، كلّ أجهزتك» — جاك 3.5مم مذهّب على شكل L يعمل على
   الحاسوب والبلايستيشن والسويتش والهاتف فوراً، بشعار صقرٍ هولوغراميّ يتلوّن.
   هويةٌ بروح الموقع: كحلي + توقيعٌ حوريّ (بنفسجي→ماجنتا→سماوي). البادئة s6h-.
   ════════════════════════════════════════════════════════════════ */

:root {
  --s6h-bg:       #070b16;   /* كحلي الموقع */
  --s6h-bg-2:     #0a1020;
  --s6h-ink:      #f3ecff;
  --s6h-ink-soft: #b9aecd;
  --s6h-ink-dim:  #6c6385;
  --s6h-line:     rgba(180,150,255,0.09);
  --s6h-line-2:   rgba(180,150,255,0.18);
  --iris-1:       #a86bff;   /* بنفسجي */
  --iris-2:       #ff5cc8;   /* ماجنتا */
  --iris-3:       #4ea8de;   /* سماوي */
  --iris:         #c07bff;   /* لون التوقيع المفرد */
  --iris-light:   #ecdcff;
  --iris-deep:    #7b3fd6;
  --iris-glow:    rgba(168,107,255,0.42);
  --iris-soft:    rgba(168,107,255,0.12);
  --iris-grad:    linear-gradient(115deg, #a86bff 0%, #ff5cc8 50%, #4ea8de 100%);
  --warn:         #ff6b5a;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.s6h {
  margin: 0; background: var(--s6h-bg); color: var(--s6h-ink);
  font-family: "Cairo", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
.s6h img { max-width: 100%; display: block; }
.s6h a { color: inherit; text-decoration: none; }
.s6h ::selection { background: var(--iris); color: #1a0733; }

.s6h-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.iris-text {
  background: linear-gradient(115deg, var(--iris-1), var(--iris-2), var(--iris-3), var(--iris-2), var(--iris-1));
  background-size: 240% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  animation: s6h-iris 8s linear infinite;
}
@keyframes s6h-iris { 0% { background-position: 0% 50%; } 100% { background-position: 240% 50%; } }

/* ambient */
.s6h-grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.s6h-grid {
  background-image:
    linear-gradient(var(--s6h-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--s6h-line) 1px, transparent 1px);
  background-size: 52px 52px;
}
.s6h-energy { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .8; }

/* scroll rail */
.s6h-rail { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 60; }
.s6h-rail .fill { height: 100%; width: 0;
  background: linear-gradient(90deg, var(--iris-1), var(--iris-2), var(--iris-3));
  box-shadow: 0 0 14px var(--iris-glow); }

/* ════ NAV ════ */
.s6h-nav { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px; background: rgba(8,10,22,.72); backdrop-filter: blur(14px); border-bottom: 1px solid var(--s6h-line); }
.s6h-brand { display: flex; align-items: center; gap: 12px; }
.s6h-brand .logo { width: 38px; height: 38px; display: grid; place-items: center; }
.s6h-brand .name { display: flex; flex-direction: column; line-height: 1.2; }
.s6h-brand .name .b { font-family: "Orbitron", sans-serif; font-weight: 700; font-size: 15px; letter-spacing: .04em; }
.s6h-brand .name .s { font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--iris); letter-spacing: .08em; }
.s6h-nav-links { display: flex; align-items: center; gap: 22px; }
.s6h-nav-links a { color: var(--s6h-ink-soft); font-size: 14px; transition: color .2s; }
.s6h-nav-links a:hover { color: var(--iris); }
.s6h-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--iris); color: var(--iris-light);
  background: var(--iris-soft); padding: 7px 15px; border-radius: 999px; font-family: "JetBrains Mono", monospace; font-size: 12px; }
.s6h-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--iris); box-shadow: 0 0 10px var(--iris); animation: s6h-pulse 1.8s ease-in-out infinite; }
.s6h-burger { display: none; background: none; border: 0; color: var(--s6h-ink); cursor: pointer; padding: 6px; }
@keyframes s6h-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

/* ════ HERO ════ */
.s6h-hero { position: relative; min-height: 94vh; display: flex; align-items: center; padding: 56px 24px 80px; overflow: hidden; }
.s6h-hero-bg { position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(760px 540px at 74% 36%, rgba(168,107,255,.18), transparent 60%),
    radial-gradient(600px 520px at 18% 86%, rgba(78,168,222,.10), transparent 62%),
    radial-gradient(520px 420px at 50% 60%, rgba(255,92,200,.08), transparent 64%); }
.s6h-hero .s6h-grid { position: absolute; inset: 0; z-index: 0; opacity: .5;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 38%, transparent 84%);
  mask-image: radial-gradient(ellipse at center, #000 38%, transparent 84%); }

.s6h-corners { position: absolute; inset: 26px; z-index: 2; pointer-events: none; }
.s6h-corner { position: absolute; width: 30px; height: 30px; border: 2px solid var(--iris); opacity: .5; }
.s6h-corner.tl { top:0; left:0; border-right:0; border-bottom:0; }
.s6h-corner.tr { top:0; right:0; border-left:0; border-bottom:0; }
.s6h-corner.bl { bottom:0; left:0; border-right:0; border-top:0; }
.s6h-corner.br { bottom:0; right:0; border-left:0; border-top:0; }

.s6h-hero-grid { position: relative; z-index: 4; max-width: 1180px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 30px; align-items: center; }

.s6h-tag { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--s6h-line-2);
  border-radius: 999px; padding: 8px 18px; margin-bottom: 22px; background: rgba(180,150,255,.03); }
.s6h-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--iris); box-shadow: 0 0 12px var(--iris); }
.s6h-tag span:last-child { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .12em; color: var(--s6h-ink-soft); font-weight: 700; }
.s6h-eyebrow { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .2em; color: var(--iris); margin-bottom: 14px; }
.s6h-h1 { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: clamp(44px, 7.2vw, 92px); line-height: .98; margin: 0 0 20px; }
.s6h-sub { font-size: clamp(15px,1.6vw,18px); line-height: 1.9; color: var(--s6h-ink-soft); max-width: 34em; margin: 0 0 26px; }
.s6h-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* قراءة الميزة «3.5mm» + شارات الأجهزة (نجم الهيرو) */
.s6h-readout { display: inline-flex; align-items: stretch; gap: 16px; margin: 0 0 24px;
  border: 1px solid var(--iris-soft); border-radius: 16px; padding: 14px 20px;
  background: linear-gradient(180deg, rgba(168,107,255,.07), rgba(8,12,16,.4));
  box-shadow: inset 0 0 26px rgba(168,107,255,.08); }
.s6h-readout .big { display: flex; align-items: baseline; gap: 2px; }
.s6h-readout .big .n { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: clamp(40px, 6.6vw, 64px);
  line-height: .82; color: var(--iris-light); text-shadow: 0 0 26px var(--iris-glow); }
.s6h-readout .big .w { font-family: "Orbitron", sans-serif; font-weight: 700; font-size: 24px; color: var(--iris); }
.s6h-readout .u { display: flex; flex-direction: column; justify-content: center; gap: 6px;
  border-inline-start: 1px solid var(--iris-soft); padding-inline-start: 16px; font-family: "JetBrains Mono", monospace; }
.s6h-readout .u .t { font-size: 14px; font-weight: 700; color: var(--iris-light); letter-spacing: .06em; }
.s6h-readout .u .s { font-size: 10px; color: var(--s6h-ink-soft); letter-spacing: .1em; }
.s6h-dirs { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 26px; max-width: 30em; }
.s6h-dir { font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--iris-light);
  border: 1px solid var(--iris-soft); background: rgba(168,107,255,.05); padding: 5px 10px; border-radius: 8px; }
.s6h-dir b { color: var(--iris-light); font-weight: 700; }

.s6h-hero-art { position: relative; display: grid; place-items: center; min-height: 380px; }
.s6h-glow { position: absolute; width: min(92%, 460px); aspect-ratio: 1.1; border-radius: 50%;
  background: radial-gradient(circle, var(--iris-glow), transparent 66%); filter: blur(34px); opacity: .55; z-index: 0; }
.s6h-rings { position: absolute; inset: 0; display: grid; place-items: center; z-index: 0; }
.s6h-rings span { position: absolute; border-radius: 50%; border: 1px solid var(--iris-soft); }
.s6h-rings span:nth-child(1){ width: 56%; aspect-ratio:1; border-style: dashed; animation: s6h-spin 26s linear infinite; }
.s6h-rings span:nth-child(2){ width: 78%; aspect-ratio:1; opacity:.6; }
.s6h-rings span:nth-child(3){ width: 98%; aspect-ratio:1; opacity:.3; border-style: dashed; animation: s6h-spin 40s linear infinite reverse; }
@keyframes s6h-spin { to { transform: rotate(360deg); } }
.s6h-hero-img { position: relative; z-index: 2; width: min(100%, 440px);
  filter: drop-shadow(0 26px 56px rgba(0,0,0,.6)); animation: s6h-float 6s ease-in-out infinite; }
@keyframes s6h-float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-13px) } }
.s6h-stamp { position: absolute; z-index: 5; top: 8px; left: 8px; transform: rotate(-9deg);
  font-family: "JetBrains Mono", monospace; font-size: 15px; letter-spacing: .2em; color: var(--iris-light);
  border: 2px dashed var(--iris); padding: 9px 17px; border-radius: 10px; text-align: center; line-height: 1.4;
  background: rgba(8,12,16,.6); box-shadow: 0 0 22px rgba(168,107,255,.18); }
.s6h-stamp small { display: block; font-size: 9px; margin-top: 3px; opacity: .7; }

.s6h-hint { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 5;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--s6h-ink-dim); }
.s6h-hint .line { width: 1px; height: 38px; background: linear-gradient(to bottom, var(--iris), transparent); }

/* ════ SPEC STRIP ════ */
.s6h-strip { position: relative; z-index: 4; border-top: 1px solid var(--s6h-line); border-bottom: 1px solid var(--s6h-line); }
.s6h-strip-in { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.s6h-stat { padding: 26px 18px; text-align: center; border-left: 1px solid var(--s6h-line); }
.s6h-stat:first-child { border-left: 0; }
.s6h-stat .v { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: 25px; color: var(--iris-light); }
.s6h-stat .k { font-family: "Cairo", sans-serif; font-size: 13px; color: var(--s6h-ink-soft); margin-top: 4px; }

/* ════ SECTION SHELL ════ */
.s6h-sec { position: relative; padding: 92px 24px; }
.s6h-head { text-align: center; margin-bottom: 50px; }
.s6h-kick { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .24em; color: var(--iris); margin-bottom: 14px; }
.s6h-title { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: clamp(32px,5vw,56px); line-height: 1.08; margin: 0; }
.s6h-lead { font-size: 15px; line-height: 1.9; color: var(--s6h-ink-soft); max-width: 46em; margin: 14px auto 0; }

/* ════ FEATURE SPLIT ROWS ════ */
.s6h-row { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; max-width: 1100px; margin: 0 auto 30px; }
.s6h-row.flip .s6h-row-media { order: 2; }
.s6h-row-media { position: relative; display: grid; place-items: center; padding: 14px; }
.s6h-row-media::before { content: ""; position: absolute; inset: 0; margin: auto;
  width: 74%; aspect-ratio: 1.2; border-radius: 50%;
  background: radial-gradient(circle, var(--iris-glow), transparent 66%);
  filter: blur(42px); opacity: .4; z-index: 0; animation: s6h-breathe 5s ease-in-out infinite; }
.s6h-row-media img { position: relative; z-index: 1; width: 100%; object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.5)); animation: s6h-float 7s ease-in-out infinite; }
@keyframes s6h-breathe { 0%,100% { opacity: .25; } 50% { opacity: .5; } }
.s6h-row-tag { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: .16em; color: var(--iris); margin-bottom: 14px; }
.s6h-row h3 { font-family: "Cairo", sans-serif; font-weight: 800; font-size: clamp(24px,3vw,34px); line-height: 1.3; margin: 0 0 16px; }
.s6h-row p { font-size: 15px; line-height: 1.95; color: var(--s6h-ink-soft); margin: 0 0 16px; }
.s6h-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.s6h-pill-s { font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--iris-light); border: 1px solid var(--iris-soft);
  background: var(--iris-soft); padding: 6px 12px; border-radius: 999px; }

/* قائمة الميزات (مُعنونة) */
.s6h-ctrl-list { list-style: none; margin: 4px 0 18px; padding: 0; display: grid; gap: 10px; }
.s6h-ctrl-list li { display: flex; gap: 12px; align-items: flex-start; padding: 11px 13px; border-radius: 12px;
  border: 1px solid var(--s6h-line); background: rgba(180,150,255,.03); }
.s6h-ctrl-list .ic { flex: none; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px;
  border: 1px solid var(--iris-soft); background: rgba(168,107,255,.08); color: var(--iris-light); }
.s6h-ctrl-list .ic svg { width: 17px; height: 17px; }
.s6h-ctrl-list b { display: block; font-family: "Cairo", sans-serif; font-weight: 800; font-size: 14px; color: var(--s6h-ink); margin-bottom: 1px; }
.s6h-ctrl-list small { color: var(--s6h-ink-soft); font-size: 12.5px; line-height: 1.6; }

/* ════ ★ UNIVERSAL JACK HUB — التجربة التفاعليّة (منفذٌ واحد، كلّ الأجهزة) ════ */
.s6h-hubsec { position: relative; padding: 18px 24px 100px; }
.s6h-hub-stage { max-width: 680px; margin: 0 auto; border: 1px solid var(--iris-soft); border-radius: 22px; padding: 34px 24px 28px;
  background: linear-gradient(180deg, rgba(168,107,255,.05), rgba(8,12,16,.5));
  box-shadow: inset 0 0 40px rgba(168,107,255,.07), 0 26px 60px rgba(0,0,0,.45); overflow: hidden; }
.s6h-hub { position: relative; width: min(100%, 440px); aspect-ratio: 1; margin: 0 auto; }
.s6h-hub-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; overflow: visible; pointer-events: none; }
.s6h-hub-lines line { stroke: var(--s6h-line-2); stroke-width: 2; opacity: .55; }

.s6h-jack { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3;
  width: 27%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; text-align: center; gap: 1px;
  background: radial-gradient(circle, rgba(168,107,255,.22), rgba(8,12,16,.92)); border: 1px solid var(--iris);
  box-shadow: 0 0 28px var(--iris-glow), inset 0 0 18px rgba(168,107,255,.2); }
.s6h-jack .j-ic { color: var(--iris-light); display: grid; place-items: center; }
.s6h-jack .j-ic svg { width: clamp(20px,5vw,26px); height: clamp(20px,5vw,26px); }
.s6h-jack .j-t { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: clamp(12px,3.2vw,17px); color: var(--iris-light); line-height: 1; }
.s6h-jack .j-s { font-family: "JetBrains Mono", monospace; font-size: clamp(6.5px,1.7vw,8.5px); color: var(--s6h-ink-soft); letter-spacing: .06em; }

.s6h-node { position: absolute; transform: translate(-50%,-50%); z-index: 2; width: 21%; max-width: 78px;
  display: flex; flex-direction: column; align-items: center; gap: 5px; text-align: center; transition: transform .3s; }
.s6h-node .nd-ic { width: 100%; aspect-ratio: 1; max-width: 48px; display: grid; place-items: center; border-radius: 13px;
  border: 1px solid var(--s6h-line-2); background: rgba(8,14,24,.82); color: var(--s6h-ink-soft);
  transition: border-color .3s, color .3s, box-shadow .3s, background .3s; }
.s6h-node .nd-ic svg { width: 54%; height: 54%; }
.s6h-node .nd-l { font-family: "Cairo", sans-serif; font-size: clamp(9px,2.4vw,11px); color: var(--s6h-ink-soft); transition: color .3s; line-height: 1.2; }
.s6h-node.active { transform: translate(-50%,-50%) scale(1.09); }
.s6h-node.active .nd-ic { border-color: var(--iris); color: var(--iris-light); background: rgba(168,107,255,.15);
  box-shadow: 0 0 22px var(--iris-glow); }
.s6h-node.active .nd-l { color: var(--iris-light); }
.s6h-node.n1 { left: 50%; top: 12%; }
.s6h-node.n2 { left: 84%; top: 31%; }
.s6h-node.n3 { left: 84%; top: 69%; }
.s6h-node.n4 { left: 50%; top: 88%; }
.s6h-node.n5 { left: 16%; top: 69%; }
.s6h-node.n6 { left: 16%; top: 31%; }

.s6h-hub-note { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--s6h-line); text-align: center; }
.s6h-hub-note .hn-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--iris); box-shadow: 0 0 12px var(--iris-glow); flex: none; }
.s6h-hub-note p { font-size: 15px; line-height: 1.8; color: var(--s6h-ink-soft); margin: 0; max-width: 42em; transition: opacity .2s; }
.s6h-hub-note p b { color: var(--iris-light); }

/* ════ ★ SOUND RADAR — رادار الصوت (أصوات ببجي تظهر بالتناوب) ════ */
.s6h-sonar-stage { max-width: 600px; margin: 0 auto; border: 1px solid var(--iris-soft); border-radius: 22px;
  padding: 30px 24px 26px; background: linear-gradient(180deg, rgba(168,107,255,.05), rgba(8,12,16,.5));
  box-shadow: inset 0 0 40px rgba(168,107,255,.07), 0 26px 60px rgba(0,0,0,.45); overflow: hidden; }
.s6h-sonar { position: relative; width: min(100%, 430px); aspect-ratio: 1; margin: 0 auto; }
.s6h-sonar-ring { position: absolute; border-radius: 50%; border: 1px solid var(--s6h-line); transition: border-color .5s ease; }
.s6h-sonar-ring.r1 { inset: 3%; border-color: var(--s6h-line-2);
  background: radial-gradient(circle, rgba(168,107,255,.06), transparent 70%); }
.s6h-sonar-ring.r2 { inset: 25%; }
.s6h-sonar-ring.r3 { inset: 47%; }
.s6h-sonar.is-caught .s6h-sonar-ring.r1 { border-color: rgba(255,120,46,.45); }
.s6h-sonar.is-caught .s6h-sonar-ring.r2,
.s6h-sonar.is-caught .s6h-sonar-ring.r3 { border-color: rgba(255,120,46,.22); }
/* الشعاع الماسح: يقفل على العلامة النشطة (مُزامَنٌ عبر JS)، ويتحوّل للبرتقاليّ حين «يلتقطها» */
.s6h-sonar-sweepwrap { position: absolute; inset: 3%; border-radius: 50%; z-index: 2; pointer-events: none;
  transition: transform .75s cubic-bezier(.32,.06,.32,1); will-change: transform; }
.s6h-sonar-beam { position: absolute; inset: 0; border-radius: 50%; transition: opacity .45s ease;
  -webkit-mask: radial-gradient(circle, transparent 9%, #000 10%); mask: radial-gradient(circle, transparent 9%, #000 10%); }
.s6h-sonar-beam.cool { opacity: .5; background: conic-gradient(from 0deg,
  rgba(168,107,255,.55), rgba(168,107,255,.06) 34deg, transparent 72deg, transparent 288deg, rgba(168,107,255,.06) 326deg, rgba(168,107,255,.55) 360deg); }
.s6h-sonar-beam.hot { opacity: 0; background: conic-gradient(from 0deg,
  rgba(255,120,46,.7), rgba(255,120,46,.1) 34deg, transparent 72deg, transparent 288deg, rgba(255,120,46,.1) 326deg, rgba(255,120,46,.7) 360deg); }
.s6h-sonar.is-caught .s6h-sonar-beam.hot { opacity: .9; }
.s6h-sonar.is-caught .s6h-sonar-beam.cool { opacity: .12; }
.s6h-snd { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; z-index: 3;
  opacity: 0; pointer-events: none; transition: opacity .5s ease;
  filter: drop-shadow(0 0 16px rgba(232,110,40,.55)); }
.s6h-snd.active { opacity: 1; }
.s6h-sonar-core { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 5;
  width: 18%; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center;
  background: radial-gradient(circle, rgba(168,107,255,.28), rgba(8,12,16,.94)); border: 1px solid var(--iris);
  box-shadow: 0 0 22px var(--iris-glow); color: var(--iris-light);
  transition: border-color .5s ease, box-shadow .5s ease, color .5s ease; }
.s6h-sonar.is-caught .s6h-sonar-core { border-color: #ff7a2e; box-shadow: 0 0 26px rgba(255,120,46,.55); color: #ffcfae; }
.s6h-sonar-core svg { width: 52%; height: 52%; }

/* ════ FALCON BAND — روحُ الصقر ════ */
.s6h-band { position: relative; text-align: center; padding: 84px 24px; overflow: hidden;
  background: linear-gradient(180deg, transparent, rgba(168,107,255,.05), transparent); }
.s6h-band-in { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
.s6h-band-crest { display: block; width: clamp(178px, 30vw, 264px); margin: 0 auto 18px;
  filter: drop-shadow(0 14px 36px var(--iris-glow)) drop-shadow(0 0 20px rgba(255,92,200,.30));
  animation: s6h-float 6s ease-in-out infinite; }
.s6h-band h2 { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: clamp(26px,4.4vw,46px); margin: 6px 0 14px; }
.s6h-band p { font-size: 16px; line-height: 1.9; color: var(--s6h-ink-soft); margin: 0 auto; max-width: 40em; }
.s6h-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px; }
.s6h-chip { font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--iris-light);
  border: 1px solid var(--iris-soft); background: var(--iris-soft); padding: 8px 14px; border-radius: 999px; }

/* ════ GAMING KIT — بيع مشترك ════ */
.s6h-trio-sec { position: relative; padding: 92px 24px; overflow: hidden;
  background: linear-gradient(180deg, transparent, rgba(168,107,255,.05), transparent); }
.s6h-trio { display: flex; align-items: stretch; justify-content: center; gap: 14px; flex-wrap: wrap; max-width: 1060px; margin: 0 auto; }
.s6h-trio-card { position: relative; flex: 1 1 240px; max-width: 320px; display: flex; flex-direction: column;
  border: 1px solid var(--s6h-line-2); border-radius: 20px; overflow: hidden; background: rgba(180,150,255,.03); transition: .22s ease; }
.s6h-trio-card:hover { transform: translateY(-4px); border-color: var(--iris); box-shadow: 0 22px 50px rgba(0,0,0,.4); }
.s6h-trio-card.is-hero { border-color: var(--iris); box-shadow: inset 0 0 40px rgba(168,107,255,.10); }
.s6h-trio-media { position: relative; aspect-ratio: 1.15; display: grid; place-items: center; padding: 18px;
  background: radial-gradient(circle at 50% 40%, rgba(168,107,255,.10), transparent 68%); }
.s6h-trio-media img { width: 82%; object-fit: contain; filter: drop-shadow(0 14px 30px rgba(0,0,0,.5)); }
.s6h-trio-role { position: absolute; top: 12px; inset-inline-start: 12px; font-family: "JetBrains Mono", monospace;
  font-size: 10px; letter-spacing: .08em; color: var(--iris-light); border: 1px solid var(--iris-soft);
  background: rgba(8,12,16,.6); padding: 4px 9px; border-radius: 999px; }
.s6h-trio-body { padding: 0 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.s6h-trio-body h3 { font-family: "Cairo", sans-serif; font-weight: 800; font-size: 18px; margin: 0; }
.s6h-trio-body p { font-size: 13px; line-height: 1.75; color: var(--s6h-ink-soft); margin: 0; flex: 1; }
.s6h-trio-body .go { font-family: "JetBrains Mono", monospace; font-size: 11px; color: var(--iris); margin-top: 4px; }
.s6h-trio-body .go.muted { color: var(--s6h-ink-dim); }
.s6h-trio-plus { display: grid; place-items: center; font-family: "Orbitron", sans-serif; font-weight: 700; font-size: 30px; color: var(--iris); }
.s6h-trio-foot { max-width: 760px; margin: 40px auto 0; text-align: center; }
.s6h-trio-foot .eq { font-family: "Orbitron", sans-serif; font-weight: 700; font-size: clamp(18px,2.6vw,24px); color: var(--iris-light); margin-bottom: 12px; }
.s6h-trio-foot p { font-size: 15px; line-height: 1.9; color: var(--s6h-ink-soft); margin: 0 0 24px; }
.s6h-trio-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ════ SPECS ════ */
.s6h-specs { max-width: 780px; margin: 0 auto; border: 1px solid var(--s6h-line); border-radius: 10px; overflow: hidden; }
.s6h-spec { display: grid; grid-template-columns: .8fr 1.2fr; }
.s6h-spec:nth-child(odd) { background: rgba(180,150,255,.02); }
.s6h-spec .k { padding: 16px 22px; color: var(--s6h-ink-dim); font-size: 14px; border-left: 1px solid var(--s6h-line); }
.s6h-spec .v { padding: 16px 22px; font-size: 14px; font-weight: 500; }
.s6h-spec .v .mini { font-family: "JetBrains Mono", monospace; font-size: 10px; color: var(--iris);
  border: 1px solid var(--iris-soft); padding: 2px 7px; border-radius: 4px; margin-right: 8px; }

/* ════ FINAL ════ */
.s6h-final { position: relative; text-align: center; padding: 112px 24px; overflow: hidden; }
.s6h-final-bg { position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(820px 520px at 50% 50%, rgba(168,107,255,.14), transparent 64%),
    radial-gradient(520px 360px at 70% 60%, rgba(78,168,222,.08), transparent 64%); }
.s6h-final-in { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; }
.s6h-final h2 { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: clamp(40px,7vw,86px); line-height: 1; margin: 0 0 20px; }
.s6h-final p { font-size: 16px; line-height: 1.9; color: var(--s6h-ink-soft); margin: 0 0 32px; }
.s6h-final-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* buttons */
.s6h-btn { display: inline-flex; align-items: center; gap: 9px; font-family: "Cairo", sans-serif; font-weight: 700;
  font-size: 15px; padding: 15px 30px; border-radius: 999px; cursor: pointer; transition: .2s; border: 1px solid transparent; }
.s6h .s6h-btn-primary { background: #25d366; color: #ffffff; box-shadow: 0 3px 12px rgba(37,211,102,.22); }
.s6h-btn-primary:hover { background: #20bd5a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37,211,102,.30); }
.s6h-btn-ghost { border-color: var(--s6h-line-2); color: var(--s6h-ink-soft); }
.s6h-btn-ghost:hover { border-color: var(--iris); color: var(--iris-light); }

/* footer */
.s6h-footer { border-top: 1px solid var(--s6h-line); padding: 30px 24px; text-align: center; color: var(--s6h-ink-dim); font-size: 13px; }
.s6h-footer a:hover { color: var(--iris); }
.s6h-footer .row { display: flex; gap: 12px; justify-content: center; align-items: center; flex-wrap: wrap; }

/* lightbox */
.s6h-lb { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; background: rgba(5,6,12,.93); backdrop-filter: blur(6px); }
.s6h-lb.open { display: grid; }
.s6h-lb img { max-width: 86vw; max-height: 84vh; object-fit: contain; }
.s6h-lb-x { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(180,150,255,.06); border: 1px solid var(--s6h-line-2); color: var(--s6h-ink); font-size: 22px; cursor: pointer; }
.s6h-lb-x:hover { border-color: var(--iris); color: var(--iris); }

/* reveal */
.s6h-rev { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.s6h-rev.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .s6h-rev{ opacity:1; transform:none; transition:none }
  .iris-text,.s6h-hero-img,.s6h-pill .dot,.s6h-rings span,.s6h-row-media img,.s6h-row-media::before,
  .s6h-band-crest { animation:none !important }
  .s6h-node,.s6h-snd,.s6h-sonar-sweepwrap,.s6h-sonar-beam,.s6h-sonar-core,.s6h-sonar-ring { transition:none !important }
}

/* responsive */
@media (max-width: 880px){
  .s6h-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .s6h-hero-art { order: -1; min-height: 280px; }
  .s6h-tag, .s6h-actions, .s6h-readout, .s6h-dirs { justify-content: center; }
  .s6h-readout { display: inline-flex; }
  .s6h-dirs { margin-inline: auto; }
  .s6h-sub { margin-inline: auto; }
  .s6h-nav-links { display: none; }
  .s6h-burger { display: block; }
  .s6h-nav.open .s6h-nav-links { display: flex; flex-direction: column; gap: 16px; position: absolute;
    top: 100%; left: 0; right: 0; background: rgba(8,10,22,.97); padding: 22px 24px; border-bottom: 1px solid var(--s6h-line); }
  .s6h-strip-in { grid-template-columns: repeat(2, 1fr); }
  .s6h-stat:nth-child(3) { border-left: 0; }
  .s6h-stat:nth-child(-n+2) { border-bottom: 1px solid var(--s6h-line); }
  .s6h-row { grid-template-columns: 1fr; gap: 24px; }
  .s6h-row.flip .s6h-row-media { order: 0; }
  .s6h-sec { padding: 62px 20px; }
  .s6h-trio { gap: 12px; }
  .s6h-trio-plus { transform: rotate(90deg); font-size: 24px; }
  .s6h-trio-card { max-width: 300px; }
  .s6h-trio-media { aspect-ratio: 1.5; padding: 16px; }
  .s6h-trio-media img { width: 66%; }
  .s6h-trio-body { padding: 0 16px 18px; }
  .s6h-trio-body h3 { font-size: 17px; }
  .s6h-trio-body p { font-size: 12.5px; }
  .s6h-spec { grid-template-columns: 1fr; }
  .s6h-spec .k { border-left: 0; border-bottom: 1px solid var(--s6h-line); }
}
@media (max-width: 460px){
  .s6h-hub-stage { padding: 26px 12px 22px; }
  .s6h-node .nd-l { font-size: 9px; }
  .s6h-trio-card { max-width: 264px; }
  .s6h-trio-media { aspect-ratio: 1.6; padding: 14px; }
  .s6h-trio-media img { width: 60%; }
}
