/* ════════════════════════════════════════════════════════════════
   GAYYAR PRO · fc01.css  —  «PIVA FC-01» كيبل 100W بشاشة رقمية (تجربة مخصّصة)
   الفكرة: «الطاقة المرئية» — كيبلٌ يُظهر طاقته. هوية رقمية/تيّار،
   كحلي + سماوي (روح الموقع) + لمسة «حيّة» خضراء. خاصة بصفحة FC-01 فقط.
   ════════════════════════════════════════════════════════════════ */

:root {
  --bg:        #070b16;
  --bg-2:      #0a1020;
  --ink:       #eaf6fb;
  --ink-soft:  #aebfce;
  --ink-dim:   #6b7d8f;
  --line:      rgba(200,235,250,0.09);
  --line-2:    rgba(200,235,250,0.16);
  --neon:      #4ea8de;
  --neon-deep: #2aa8d8;
  --neon-light:#c9f6ff;
  --neon-glow: rgba(78,168,222,0.45);
  --neon-soft: rgba(78,168,222,0.12);
  --live:      #46e8a0;   /* أخضر «حيّ» — مؤشّر الشحن اللحظي */
  --live-glow: rgba(70,232,160,0.40);
  --hot:       #ff6b5a;   /* أحمر «حرارة/خطر» — حالة الكيبل العادي أثناء البثّ */
  --hot-glow:  rgba(255,107,90,0.42);
}

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

.fc-mono    { font-family: "JetBrains Mono", monospace; letter-spacing: .05em; }
.fc-latin   { font-family: "Orbitron", sans-serif; letter-spacing: .02em; }
.fc-display { font-family: 'Cairo', sans-serif; font-weight: 900; }
.fc-wrap    { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.neon-text {
  background: linear-gradient(180deg, var(--neon-light), var(--neon), var(--neon-deep));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.live-text {
  background: linear-gradient(180deg, #d6fff0, var(--live), #1fae72);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}

/* ambient */
.fc-grain { position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .045;
  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"); }
.fc-grid {
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 54px 54px;
}
/* تيّار نيون متحرّك مثبّت في المنفذ (لا ينجرف مع التمرير) ويتلاشى كلما نزلنا — توقيع FC-01 */
.fc-stream { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .8; }

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

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

/* ════ HERO ════ */
.fc-hero { position: relative; min-height: 94vh; display: flex; align-items: center; padding: 56px 24px 80px; overflow: hidden; }
.fc-hero-bg { position: absolute; inset: 0; z-index: 0; background:
    radial-gradient(820px 560px at 70% 42%, rgba(78,168,222,.15), transparent 60%),
    radial-gradient(620px 520px at 18% 80%, rgba(70,232,160,.08), transparent 62%); }
.fc-hero .fc-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%); }

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

.fc-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; }

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

/* قراءة رقمية LED (نجم الكيبل: 100W) */
.fc-readout { display: inline-flex; align-items: flex-end; gap: 10px; margin: 0 0 26px;
  border: 1px solid var(--neon-soft); border-radius: 14px; padding: 16px 22px;
  background: linear-gradient(180deg, rgba(78,168,222,.06), rgba(7,11,22,.4));
  box-shadow: inset 0 0 26px rgba(78,168,222,.08); position: relative; }
.fc-readout .num { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: clamp(52px, 9vw, 92px);
  line-height: .85; color: var(--neon); text-shadow: 0 0 26px var(--neon-glow); letter-spacing: .02em; }
.fc-readout .u { display: flex; flex-direction: column; gap: 4px; padding-bottom: 8px;
  font-family: "JetBrains Mono", monospace; }
.fc-readout .u .w { font-size: 26px; font-weight: 700; color: var(--neon-light); line-height: 1; }
.fc-readout .u .pd { font-size: 12px; color: var(--ink-soft); letter-spacing: .14em; }
.fc-readout .live { position: absolute; top: 12px; left: 16px; display: inline-flex; align-items: center; gap: 6px;
  font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: .14em; color: var(--live); }
.fc-readout .live i { width: 7px; height: 7px; border-radius: 50%; background: var(--live);
  box-shadow: 0 0 10px var(--live); animation: fc-pulse 1.4s ease-in-out infinite; font-style: normal; }

.fc-hero-art { position: relative; display: grid; place-items: center; min-height: 380px; }
/* خطّ التيّار خلف الكيبل بدل الهالة الدائرية للمبرّدات */
.fc-currentline { position: absolute; left: -6%; right: -6%; top: 50%; height: 2px; z-index: 0; transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, var(--neon-soft) 18%, var(--neon) 50%, var(--neon-soft) 82%, transparent);
  box-shadow: 0 0 26px var(--neon-glow); opacity: .5; }
.fc-currentline::after { content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, var(--neon) 0 14px, transparent 14px 40px);
  opacity: .5; animation: fc-flow 1.2s linear infinite; }
@keyframes fc-flow { to { background-position-x: 40px; } }
.fc-glow { position: absolute; width: min(92%, 460px); aspect-ratio: 1.1; border-radius: 50%;
  background: radial-gradient(circle, var(--neon-glow), transparent 66%); filter: blur(34px); opacity: .5; z-index: 0; }
.fc-hero-img { position: relative; z-index: 2; width: min(100%, 430px);
  filter: drop-shadow(0 26px 56px rgba(0,0,0,.6)); animation: fc-float 6s ease-in-out infinite; }
@keyframes fc-float { 0%,100%{ transform: translateY(0) } 50%{ transform: translateY(-13px) } }
.fc-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(--neon);
  border: 2px dashed var(--neon); padding: 9px 17px; border-radius: 10px; text-align: center; line-height: 1.4;
  background: rgba(7,11,22,.6); box-shadow: 0 0 22px rgba(78,168,222,.18); }
.fc-stamp small { display: block; font-size: 9px; margin-top: 3px; opacity: .7; }

.fc-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(--ink-dim); }
.fc-hint .line { width: 1px; height: 38px; background: linear-gradient(to bottom, var(--neon), transparent); }

/* ════ DIGITAL SPEC STRIP (شريط رقمي تحت الهيرو) ════ */
.fc-strip { position: relative; z-index: 4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fc-strip-in { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.fc-stat { padding: 26px 18px; text-align: center; border-left: 1px solid var(--line); }
.fc-stat:first-child { border-left: 0; }
.fc-stat .v { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: 26px; color: var(--neon); }
.fc-stat .k { font-family: "Cairo", sans-serif; font-size: 13px; color: var(--ink-soft); margin-top: 4px; }

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

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

/* قائمة طبقات (بنية الكيبل) */
.fc-layers { display: flex; flex-direction: column; gap: 10px; margin-top: 6px; }
.fc-layer { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--ink-soft); }
.fc-layer i { width: 10px; height: 10px; border-radius: 50%; flex: 0 0 auto; font-style: normal; box-shadow: 0 0 10px currentColor; }

/* ════ BIG NUMBER BAND (1.5m / 100W) ════ */
.fc-band { position: relative; text-align: center; padding: 84px 24px; overflow: hidden;
  background: linear-gradient(180deg, transparent, rgba(78,168,222,.05), transparent); }
.fc-band-in { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.fc-band .big { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: clamp(60px,13vw,150px);
  line-height: .9; color: var(--neon); text-shadow: 0 0 40px var(--neon-glow); }
.fc-band .big small { font-size: .26em; color: var(--ink-soft); font-family: "JetBrains Mono", monospace; letter-spacing: .08em; }
.fc-band h2 { font-family: 'Cairo', sans-serif; font-weight: 900; font-size: clamp(26px,4.4vw,46px); margin: 6px 0 14px; }
.fc-band p { font-size: 16px; line-height: 1.9; color: var(--ink-soft); margin: 0 auto; max-width: 38em; }

/* ════ LIVE-STREAM SIMULATOR (محاكي البثّ المباشر) ════ */
.fc-live { position: relative; padding: 14px 24px 96px; }
.fc-live-lead { font-size: 15px; line-height: 1.9; color: var(--ink-soft); max-width: 44em; margin: 14px auto 0; }
.fc-live-stage { max-width: 640px; margin: 42px auto 0; }

/* لوحة البثّ */
.fc-live-screen { position: relative; border: 1px solid var(--neon-soft); border-radius: 22px; padding: 20px 22px 22px;
  background: linear-gradient(180deg, rgba(78,168,222,.06), rgba(7,11,22,.55));
  box-shadow: inset 0 0 40px rgba(78,168,222,.08), 0 30px 60px rgba(0,0,0,.45);
  overflow: hidden; transition: box-shadow .5s ease, border-color .5s ease; }
.fc-live-screen::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 3px); }
.fc-live-screen > * { position: relative; z-index: 1; }

/* الشريط العلوي: بثّ مباشر · مشاهدون · مؤقّت */
.ls-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 20px; }
.ls-livebadge { display: inline-flex; align-items: center; gap: 7px; font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: .06em; color: #fff; background: var(--hot); padding: 5px 12px; border-radius: 999px;
  box-shadow: 0 0 16px var(--hot-glow); }
.ls-livebadge i { width: 7px; height: 7px; border-radius: 50%; background: #fff; font-style: normal;
  animation: fc-pulse 1.2s ease-in-out infinite; }
.ls-viewers { display: inline-flex; align-items: center; gap: 6px; font-family: "JetBrains Mono", monospace;
  font-size: 12px; color: var(--ink-soft); }
.ls-viewers b { color: var(--ink); }
.ls-timer { font-family: "Orbitron", sans-serif; font-weight: 700; font-size: 15px; color: var(--ink); letter-spacing: .04em; }

/* الجسم: بطارية + جانب (حرارة/واط) */
.ls-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: center; }
.ls-batt { direction: ltr; position: relative; height: 42px; border: 2px solid var(--line-2);
  border-radius: 9px; padding: 4px; display: flex; }
.ls-batt::after { content: ""; position: absolute; right: -7px; top: 50%; transform: translateY(-50%);
  width: 5px; height: 16px; border-radius: 0 3px 3px 0; background: var(--line-2); }
.ls-batt .fill { height: 100%; width: 64%; border-radius: 5px; background: var(--neon);
  box-shadow: 0 0 16px var(--neon-glow); transition: width .6s ease, background .5s ease, box-shadow .5s ease; }
.ls-batt-pct { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: clamp(30px, 6vw, 44px);
  line-height: 1; margin-top: 12px; color: var(--neon); transition: color .5s ease; }
.ls-batt-label { font-family: "Cairo", sans-serif; font-size: 13px; color: var(--ink-soft); margin-top: 5px; }

.ls-side { display: flex; flex-direction: column; gap: 14px; }
.ls-temp { display: inline-flex; align-items: center; gap: 8px; font-family: "Cairo", sans-serif; font-weight: 700;
  font-size: 14px; color: var(--neon); border: 1px solid var(--neon-soft); background: var(--neon-soft);
  padding: 10px 13px; border-radius: 12px; transition: .5s ease; }
.ls-watts { position: relative; display: inline-flex; align-items: flex-end; gap: 6px; padding: 14px 14px 8px;
  border: 1px solid var(--line); border-radius: 12px; background: rgba(7,11,22,.4); }
.ls-watts .live { position: absolute; top: 6px; left: 12px; display: inline-flex; align-items: center; gap: 5px;
  font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .12em; color: var(--live); transition: opacity .4s; }
.ls-watts .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--live); font-style: normal;
  box-shadow: 0 0 8px var(--live); animation: fc-pulse 1.4s ease-in-out infinite; }
.ls-watts .n { font-family: "Orbitron", sans-serif; font-weight: 800; font-size: 40px; line-height: .85;
  color: var(--live); text-shadow: 0 0 20px var(--live-glow); transition: color .4s ease, text-shadow .4s ease; }
.ls-watts .u { font-family: "JetBrains Mono", monospace; font-size: 18px; font-weight: 700; color: var(--ink-soft); padding-bottom: 4px; }

/* سطر الحالة */
.ls-status { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); text-align: center;
  font-family: "Cairo", sans-serif; font-size: 14px; font-weight: 500; color: var(--ink);
  transition: color .4s ease; min-height: 1.4em; }

/* حالة «كيبل عادي» (سيّئة: نزيف بطارية + حرارة) */
.fc-live-screen.is-off { border-color: var(--hot-glow);
  box-shadow: inset 0 0 42px rgba(255,107,90,.12), 0 30px 60px rgba(0,0,0,.45); }
.fc-live-screen.is-off .ls-batt .fill { background: var(--hot); box-shadow: 0 0 16px var(--hot-glow); }
.fc-live-screen.is-off .ls-batt-pct { color: var(--hot); }
.fc-live-screen.is-off .ls-temp { color: var(--hot); border-color: var(--hot-glow); background: rgba(255,107,90,.1); }
.fc-live-screen.is-off .ls-watts .n { color: var(--ink-dim); text-shadow: none; }
.fc-live-screen.is-off .ls-watts .live { opacity: .3; }
.fc-live-screen.is-off .ls-status { color: var(--hot); }

/* المبدّل عادي ⟷ FC-01 */
.fc-live-toggle { display: flex; gap: 4px; margin: 24px auto 0; max-width: 420px;
  border: 1px solid var(--line-2); border-radius: 999px; padding: 5px; background: rgba(200,235,250,.03); }
.ls-btn { flex: 1; padding: 12px 18px; border: 0; border-radius: 999px; cursor: pointer; background: transparent;
  font-family: "Cairo", sans-serif; font-weight: 700; font-size: 14px; color: var(--ink-soft); transition: .25s ease; }
.ls-btn[data-mode="on"].is-active { background: var(--neon); color: #04121b; box-shadow: 0 0 18px var(--neon-glow); }
.ls-btn[data-mode="off"].is-active { background: var(--hot); color: #fff; box-shadow: 0 0 18px var(--hot-glow); }

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

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

/* buttons */
.fc-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; }
.fc .fc-btn-primary { background: #25d366; color: #ffffff; box-shadow: 0 3px 12px rgba(37,211,102,.22); }
.fc-btn-primary:hover { background: #20bd5a; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(37,211,102,.30); }
.fc-btn-ghost { border-color: var(--line-2); color: var(--ink-soft); }
.fc-btn-ghost:hover { border-color: var(--neon); color: var(--neon); }

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

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

/* reveal */
.fc-rev { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.fc-rev.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .fc-rev{ opacity:1; transform:none; transition:none }
  .fc-hero-img,.fc-currentline::after,.ls-livebadge i,.ls-watts .live i,
  .fc-row-media img,.fc-row-media::before{ animation:none !important }
}

/* responsive */
@media (max-width: 880px){
  .fc-hero-grid { grid-template-columns: 1fr; text-align: center; gap: 10px; }
  .fc-hero-art { order: -1; min-height: 280px; }
  .fc-tag, .fc-actions, .fc-readout { justify-content: center; }
  .fc-readout { display: inline-flex; }
  .fc-sub { margin-inline: auto; }
  .fc-nav-links { display: none; }
  .fc-burger { display: block; }
  .fc-nav.open .fc-nav-links { display: flex; flex-direction: column; gap: 16px; position: absolute;
    top: 100%; left: 0; right: 0; background: rgba(7,11,22,.97); padding: 22px 24px; border-bottom: 1px solid var(--line); }
  .fc-strip-in { grid-template-columns: repeat(2, 1fr); }
  .fc-stat:nth-child(3) { border-left: 0; }
  .fc-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .fc-row { grid-template-columns: 1fr; gap: 24px; }
  .fc-row.flip .fc-row-media { order: 0; }
  .fc-sec { padding: 62px 20px; }
  .fc-spec { grid-template-columns: 1fr; }
  .fc-spec .k { border-left: 0; border-bottom: 1px solid var(--line); }
  .fc-live { padding: 8px 18px 64px; }
  .fc-live-screen { padding: 18px 16px 18px; }
  .ls-body { grid-template-columns: 1fr; gap: 16px; }
  .ls-side { flex-direction: row; flex-wrap: wrap; align-items: stretch; }
  .ls-temp { flex: 1; justify-content: center; }
}
