/* ═══════════════════════════════════════════
   hero.css — قسم الهيرو + شعار فخم + السلوقن
   ═══════════════════════════════════════════ */

.hero {
  padding: 88px 0 96px;
  position: relative;
  text-align: center;
}

/* ── Announce Pill ── */
.hero-announce {
  display: inline-flex;
  align-items: center;
  gap: 0;
  background: var(--bg-raised);
  border: 1px solid var(--line-2);
  border-radius: var(--r-full);
  padding: 3px 4px 3px 16px;
  font-size: 12.5px;
  color: var(--text-2);
  margin: 0 auto 40px;
  cursor: pointer;
  transition: border-color var(--t-base);
  font-family: var(--font-ar);
}
.hero-announce:hover { border-color: var(--line-3); }
.hero-announce-tag {
  background: var(--accent-bg-2);
  color: var(--accent);
  padding: 3px 10px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
  font-family: var(--font-sans);
}
.hero-announce-pill {
  background: var(--text-0);
  color: var(--bg-0);
  padding: 4px 10px;
  border-radius: var(--r-full);
  font-size: 11px;
  font-weight: 500;
  margin-right: 10px;
  font-family: var(--font-sans);
}
.hero-announce-arrow {
  width: 18px;
  height: 18px;
  margin-right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--text-3);
}

/* ── العنوان الرئيسي ── */
.hero-title {
  font-family: var(--font-ar);
  font-size: 88px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -3px;
  color: var(--text-0);
  margin: 0 auto 40px;
  max-width: 960px;
}
.hero-title-serif {
  font-family: var(--font-ar);
  font-weight: 800;
  font-style: normal;
  letter-spacing: -1px;
  color: var(--accent);
  font-size: 92px;
}
.hero-sub {
  font-size: 18px;
  color: var(--text-2);
  line-height: 1.6;
  max-width: 540px;
  margin: 0 auto 44px;
  font-weight: 400;
}

/* ── أزرار الهيرو ── */
.hero-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}

/* ══ Showcase — الشعار الفخم في الهيرو ══
   بلوك #0a1628 كبير يعرض الشعار بحجم ≥120px  */
.hero-showcase {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.showcase-card {
  position: relative;
  background: var(--logo-bg);   /* #0a1628 — ثابت */
  border-radius: var(--r-xl);
  padding: 72px 60px;
  border: 1px solid rgba(56, 189, 248, 0.25);
  box-shadow:
    0 0 80px rgba(56, 189, 248, 0.15),
    0 0 120px rgba(59, 130, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}
.showcase-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.8), transparent);
}
.showcase-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(56, 189, 248, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

/* ── زوايا الـ Showcase ── */
.showcase-corners {
  position: absolute;
  inset: 16px;
  pointer-events: none;
}
.showcase-corners::before,
.showcase-corners::after,
.showcase-corners-b::before,
.showcase-corners-b::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(56, 189, 248, 0.5);
}
.showcase-corners::before { top: 0; right: 0; border-bottom: none; border-left: none; }
.showcase-corners::after  { top: 0; left: 0; border-bottom: none; border-right: none; }
.showcase-corners-b::before { bottom: 0; right: 0; border-top: none; border-left: none; }
.showcase-corners-b::after  { bottom: 0; left: 0; border-top: none; border-right: none; }

/* ── metadata corners ── */
.showcase-meta-tl,
.showcase-meta-tr,
.showcase-meta-bl,
.showcase-meta-br {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(56, 189, 248, 0.55);
  z-index: 2;
  text-transform: uppercase;
}
.showcase-meta-tl { top: 28px; right: 32px; }
.showcase-meta-tr { top: 28px; left: 32px; }
.showcase-meta-bl { bottom: 28px; right: 32px; }
.showcase-meta-br { bottom: 28px; left: 32px; }

/* ── الشعار داخل showcase (≥120px) ── */
.showcase-logo-img {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 540px;
  height: auto;
  display: block;
  margin: 0 auto;
  min-height: 120px;
  object-fit: contain;
}

/* ── Floating Indicators ── */
.float-indicator {
  position: absolute;
  z-index: 10;
  background: rgba(11, 22, 40, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line-3);
  border-radius: var(--r-md);
  padding: 12px 16px;
  font-family: var(--font-sans);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
[data-theme="light"] .float-indicator {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
}
.float-top { top: -20px; left: 40px; display: flex; align-items: center; gap: 10px; }
.float-bottom { bottom: -20px; right: 40px; }
.float-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  animation: float-pulse 2s ease infinite;
}
.float-text { font-size: 12px; color: var(--text-1); font-weight: 500; }
.float-meta { font-size: 11px; color: var(--text-3); font-family: var(--font-mono); letter-spacing: 0.5px; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero-title { font-size: 72px; }
  .hero-title-serif { font-size: 76px; }
  .showcase-card { padding: 48px 40px; }
}
@media (max-width: 768px) {
  .hero { padding: 60px 0 72px; }
  .hero-title { font-size: 52px; letter-spacing: -2px; }
  .hero-title-serif { font-size: 56px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .showcase-card { padding: 40px 28px; }
  .float-indicator { display: none; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 40px; letter-spacing: -1.5px; }
  .hero-title-serif { font-size: 44px; }
  .showcase-logo-img { min-height: 80px; }
}
