/* =========================================================
   ROHIS DARK LIQUID GLASS
   Transparent • Blurred • Subtle Neon • Elegant
   ========================================================= */

:root {

  /* ---------- DARK BASE ---------- */

  --dark-bg:
    radial-gradient(
      80% 70% at 10% 10%,
      rgba(0, 190, 160, 0.10),
      transparent 60%
    ),
    radial-gradient(
      70% 60% at 90% 15%,
      rgba(0, 150, 255, 0.07),
      transparent 60%
    ),
    radial-gradient(
      70% 70% at 80% 90%,
      rgba(100, 60, 220, 0.06),
      transparent 60%
    ),
    linear-gradient(
      135deg,
      #020A0B 0%,
      #041315 45%,
      #06191A 100%
    );


  /* =========================================================
     TRUE LIQUID GLASS — BLUR + ZOOM + REFRACTION + 3D DEPTH
     ========================================================= */

  /* =========================================================
     TRUE LIQUID GLASS — NEON GREEN & PURPLE (NO OVER-WHITE)
     ========================================================= */

  /* KACA DASAR: Dark, translucent, subtle dual neon tint */
  --glass-bg:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.65) 45%,
      rgba(24, 10, 36, 0.65) 100%
    );

  /* Aurora neon hijau & ungu */
  --glass-aurora:
    radial-gradient(
      circle at 15% 15%,
      rgba(0, 255, 200, 0.16),
      transparent 45%
    ),
    radial-gradient(
      circle at 85% 85%,
      rgba(168, 85, 247, 0.16),
      transparent 45%
    );

  --liquid-glass:
    var(--glass-aurora),
    var(--glass-bg);

  --liquid-glass-hover:
    radial-gradient(
      circle at 20% 20%,
      rgba(0, 255, 200, 0.22),
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(168, 85, 247, 0.22),
      transparent 50%
    ),
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.09) 0%,
      rgba(5, 18, 22, 0.70) 45%,
      rgba(30, 12, 45, 0.70) 100%
    );

  /* BORDER: Dual Neon Green & Purple */
  --liquid-border:
    rgba(0, 255, 200, 0.25);

  --liquid-border-hover:
    rgba(0, 255, 200, 0.55);

  /* BLUR */
  --liquid-blur:
    blur(16px)
    saturate(165%)
    contrast(105%);

  /* 3D SHADOW (Neon Green on top-left, Neon Purple on bottom-right) */
  --liquid-shadow:
    0 24px 60px rgba(0, 0, 0, 0.70),
    0 8px 24px rgba(0, 0, 0, 0.40),
    0 0 24px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08);

  --liquid-shadow-hover:
    0 35px 80px -10px rgba(0, 0, 0, 0.85),
    0 14px 32px -4px rgba(0, 0, 0, 0.55),
    0 0 35px rgba(0, 255, 200, 0.25),
    0 12px 40px rgba(168, 85, 247, 0.22);

  /* INSET BEVELS: Neon Green top, Neon Purple bottom (NO over-white) */
  --liquid-inset:
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.20),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.20),
    inset 0 0 20px rgba(0, 255, 200, 0.04);

  --radius-glass: 28px;

  /* Aliases for backwards-compatibility */
  --page-bg: var(--dark-bg);
  --color-bg: #020A0B;
  --color-bg-alt: #041315;
  --color-surface: rgba(255, 255, 255, 0.04);
  --color-surface-light: rgba(255, 255, 255, 0.08);
  --color-surface-hover: rgba(255, 255, 255, 0.12);

  --color-primary: #00DDB8;
  --color-primary-light: #00F0CF;
  --color-primary-dark: #00A88F;
  --color-primary-glow: rgba(0, 255, 210, 0.25);

  --color-gold: #D7B866;
  --color-gold-light: #f5d076;
  --color-gold-dark: #b58d34;

  --color-text: rgba(255, 255, 255, 0.92);
  --color-text-secondary: rgba(255, 255, 255, 0.72);
  --color-text-muted: rgba(255, 255, 255, 0.50);

  --glass-recipe: var(--liquid-glass);
  --glass-border: var(--liquid-border);
  --glass-border-hover: var(--liquid-border-hover);
  --glass-blur: var(--liquid-blur);
  --glass-shadow: var(--liquid-shadow);
  --glass-shadow-hover: var(--liquid-shadow-hover);
  --glass-inset: var(--liquid-inset);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: var(--radius-glass);
  --radius-xl: 30px;
  --radius-pill: 999px;
  --radius-full: 999px;

  --ease-liquid: cubic-bezier(.22, 1, .36, 1);
  --transition-liquid:
    background 0.45s cubic-bezier(.22, 1, .36, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    transform 0.45s cubic-bezier(.22, 1, .36, 1);

  --transition-fast: 150ms ease;
  --transition-base: 300ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Typography */
  --font-heading: 'Outfit', 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --font-serif: 'Playfair Display', 'Cinzel', Georgia, serif;
  --font-script: 'Alex Brush', cursive;
  --font-arabic: 'Amiri', serif;

  /* Spacing */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;

  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 24px var(--color-primary-glow);
  --shadow-glow-lg: 0 0 48px var(--color-primary-glow);
  --shadow-gold-glow: 0 0 24px rgba(215, 184, 102, 0.2);

  /* Layout */
  --max-width: 1200px;
  --navbar-height: 72px;
}

/* =========================================================
   BODY
   ========================================================= */

body {
  background: var(--dark-bg);
  color: rgba(255, 255, 255, 0.92);
  min-height: 100vh;
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

/* --- CSS Reset --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

a {
  color: var(--color-primary-light);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}

h1 { font-size: clamp(2rem, 5vw, 3.75rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 4vw, 2.75rem); font-weight: 700; }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }
h4 { font-size: 1.25rem; }

p {
  color: var(--color-text-secondary);
}

/* --- Layout Utilities --- */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.section {
  padding: var(--space-4xl) 0;
  position: relative;
}

.section-alt {
  background: rgba(4, 19, 21, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* --- Flex & Grid Utilities --- */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }
.gap-2xl { gap: var(--space-2xl); }

.grid {
  display: grid;
  gap: var(--space-xl);
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.text-center { text-align: center; }

/* =========================================================
   TRUE LIQUID GLASS
   BLUR + ZOOM + REFRACTION + 3D DEPTH
   ========================================================= */

.liquid-glass,
.glass-card,
.card,
.stat-glass-card,
.quote-card,
.home-cta,
.team-card,
.program-glass-card,
.about-story-card,
.about-vm-card,
.about-value-card,
.contact-form-wrapper,
.reg-form,
.admin-login-card,
.admin-stat-card,
.settings-card,
.admin-gallery-card,
.glass-modal,
.gallery-item {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  /* KACA DASAR TRANSLUSEN (Bisa melihat blur di belakangnya dengan jelas) */
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.06) 0%,
      rgba(4, 16, 20, 0.35) 45%,
      rgba(24, 10, 36, 0.38) 100%
    );

  /* BLUR BACKGROUND JERNIH & PEKAT DENGAN SATURASI TINGGI */
  -webkit-backdrop-filter: blur(20px) saturate(190%) contrast(108%);
  backdrop-filter: blur(20px) saturate(190%) contrast(108%);

  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top-color: rgba(0, 255, 200, 0.50);
  border-left-color: rgba(0, 255, 200, 0.32);
  border-right-color: rgba(168, 85, 247, 0.38);
  border-bottom-color: rgba(168, 85, 247, 0.22);
  border-radius: var(--radius-glass);

  /* 3D DEPTH + NEON GREEN & PURPLE (TIDAK OVER-PUTIH) */
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.70),
    0 8px 24px rgba(0, 0, 0, 0.40),
    0 0 24px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.20),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.20),
    inset 0 0 20px rgba(0, 255, 200, 0.04);

  transition:
    transform 450ms cubic-bezier(.2,.8,.2,1),
    box-shadow 450ms cubic-bezier(.2,.8,.2,1),
    border-color 400ms ease;

  will-change: transform, box-shadow;
}


/* =========================================================
   LIQUID REFRACTION LAYER — NEON GREEN & PURPLE AURORA
   Memberikan kedalaman & ilusi cairan tanpa menghalangi blur
   ========================================================= */

.liquid-glass::before,
.glass-card::before,
.card::before,
.stat-glass-card::before,
.quote-card::before,
.home-cta::before,
.team-card::before,
.program-glass-card::before,
.about-story-card::before,
.about-vm-card::before,
.about-value-card::before,
.contact-form-wrapper::before,
.reg-form::before,
.admin-login-card::before,
.admin-stat-card::before,
.settings-card::before,
.admin-gallery-card::before,
.glass-modal::before,
.gallery-item::before {

  content: "";
  position: absolute;
  z-index: -1;
  inset: -12%;

  /* AURORA NEON HIJAU & UNGU - halus & tidak menghalangi transparansi */
  background:
    radial-gradient(
      ellipse 65% 55% at 15% 15%,
      rgba(0, 255, 200, 0.18) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 65% 55% at 85% 85%,
      rgba(168, 85, 247, 0.18) 0%,
      transparent 65%
    ),
    radial-gradient(
      ellipse 40% 40% at 50% 50%,
      rgba(0, 230, 255, 0.07) 0%,
      transparent 60%
    );

  transform: scale(1.08);
  filter: blur(10px);
  opacity: 0.55;
  pointer-events: none;

  transition:
    transform 700ms cubic-bezier(.16, 1, .3, 1),
    filter 700ms cubic-bezier(.16, 1, .3, 1),
    opacity 400ms ease;
}


/* =========================================================
   3D GLASS THICKNESS & SHEEN — NEON DUAL LIGHT (NO OVER-WHITE)
   ========================================================= */

.liquid-glass::after,
.glass-card::after,
.card::after,
.stat-glass-card::after,
.quote-card::after,
.home-cta::after,
.team-card::after,
.program-glass-card::after,
.about-story-card::after,
.about-vm-card::after,
.about-value-card::after,
.contact-form-wrapper::after,
.reg-form::after,
.admin-login-card::after,
.admin-stat-card::after,
.settings-card::after,
.admin-gallery-card::after,
.glass-modal::after,
.gallery-item::after {

  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 4;

  /* SHEEN NEON HIJAU DI ATAS & UNGU DI BAWAH/SAMPING (TIDAK OVER-PUTIH) */
  background:
    /* Highlight neon hijau atas */
    linear-gradient(
      180deg,
      rgba(0, 255, 200, 0.20) 0%,
      rgba(0, 255, 200, 0.03) 14%,
      transparent 35%
    ),
    /* Refleksi samping: Hijau kiri, Ungu kanan */
    linear-gradient(
      90deg,
      rgba(0, 255, 200, 0.12) 0%,
      transparent 12%,
      transparent 88%,
      rgba(168, 85, 247, 0.16) 100%
    ),
    /* Aurora neon ungu pojok kanan bawah */
    radial-gradient(
      circle at 85% 90%,
      rgba(168, 85, 247, 0.22),
      transparent 45%
    );

  box-shadow:
    inset 0 1.5px 0 rgba(0, 255, 200, 0.35),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.15),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.20),
    inset 0 -2px 0 rgba(168, 85, 247, 0.28);

  mix-blend-mode: screen;
}


/* =========================================================
   HOVER — FLOAT + DUAL NEON GLOW (HIJAU & UNGU)
   ========================================================= */

.liquid-glass:hover,
.glass-card:hover,
.card:hover,
.stat-glass-card:hover,
.quote-card:hover,
.home-cta:hover,
.team-card:hover,
.program-glass-card:hover,
.about-story-card:hover,
.about-vm-card:hover,
.about-value-card:hover,
.contact-form-wrapper:hover,
.reg-form:hover,
.admin-login-card:hover,
.admin-stat-card:hover,
.settings-card:hover,
.admin-gallery-card:hover,
.gallery-item:hover,
.school-card:hover,
.article-card:hover,
.event-card:hover {

  transform: translateY(-10px) scale(1.03) !important;

  border-top-color: rgba(0, 255, 200, 0.85) !important;
  border-left-color: rgba(0, 255, 200, 0.55) !important;
  border-right-color: rgba(168, 85, 247, 0.75) !important;
  border-bottom-color: rgba(168, 85, 247, 0.45) !important;

  box-shadow:
    0 35px 80px -10px rgba(0, 0, 0, 0.85),
    0 14px 32px -4px rgba(0, 0, 0, 0.55),
    0 0 35px rgba(0, 255, 200, 0.28),
    0 12px 40px rgba(168, 85, 247, 0.25),
    inset 0 2px 0 rgba(0, 255, 200, 0.60),
    inset 0 -2.5px 0 rgba(168, 85, 247, 0.50),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.35),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.35),
    inset 0 0 25px rgba(0, 255, 200, 0.10) !important;
}


/* =========================================================
   ZOOM / LIQUID MOVEMENT ON HOVER
   ========================================================= */

.liquid-glass:hover::before,
.glass-card:hover::before,
.card:hover::before,
.stat-glass-card:hover::before,
.quote-card:hover::before,
.home-cta:hover::before,
.team-card:hover::before,
.program-glass-card:hover::before,
.about-story-card:hover::before,
.about-vm-card:hover::before,
.about-value-card:hover::before,
.contact-form-wrapper:hover::before,
.reg-form:hover::before,
.admin-login-card:hover::before,
.admin-stat-card:hover::before,
.settings-card:hover::before,
.admin-gallery-card:hover::before,
.gallery-item:hover::before,
.school-card:hover::before,
.article-card:hover::before,
.event-card:hover::before {

  transform: scale(1.30) rotate(2deg) !important;

  filter: blur(14px) !important;

  opacity: 0.85 !important;

  transition:
    transform 600ms cubic-bezier(.16,1,.3,1),
    filter 600ms cubic-bezier(.16,1,.3,1),
    opacity 350ms ease !important;
}


/* =========================================================
   TOP GLASS LINE
   Garis tipis yang memberi efek bevel
   ========================================================= */

.liquid-glass::marker {
  display: none;
}


/* =========================================================
   OPTIONAL — GLASS CONTENT
   Supaya isi selalu berada di atas efek
   ========================================================= */

.liquid-glass > *,
.glass-card > *,
.card > *,
.stat-glass-card > *,
.quote-card > *,
.home-cta > *,
.team-card > *,
.program-glass-card > *,
.about-story-card > *,
.about-vm-card > *,
.about-value-card > *,
.contact-form-wrapper > *,
.reg-form > *,
.admin-login-card > *,
.admin-stat-card > *,
.settings-card > *,
.admin-gallery-card > *,
.glass-modal > *,
.gallery-item > * {

  position: relative;
  z-index: 2;
}

/* 3D Glass Modal Utility */
.glass-modal {
  background: var(--liquid-glass);
  backdrop-filter: var(--liquid-blur);
  -webkit-backdrop-filter: var(--liquid-blur);
  border: 1px solid var(--liquid-border);
  border-radius: var(--radius-xl);
  box-shadow: 
    0 35px 80px -10px rgba(0, 0, 0, 0.85),
    0 12px 30px -4px rgba(0, 0, 0, 0.60),
    0 0 35px 2px rgba(0, 255, 210, 0.15),
    var(--liquid-inset);
  position: relative;
  overflow: hidden;
}

.glass-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0.08) 22%,
    rgba(255, 255, 255, 0.01) 45%,
    transparent 70%
  );
  border-radius: inherit;
  pointer-events: none;
}

.card-body {
  padding: var(--space-lg);
}

/* =========================================================
   NAVBAR
   ========================================================= */

.glass-navbar {
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.075),
      rgba(255,255,255,0.025)
    );
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 10px 35px rgba(0,0,0,0.22);
}

/* =========================================================
   3D BUTTONS
   ========================================================= */

.glass-button,
.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  color: #020A0B !important;
  background: linear-gradient(135deg, #00A88F 0%, #00DDB8 50%, #00F0CF 100%);
  border: 1px solid rgba(255, 255, 255, 0.40);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 14px 32px -6px rgba(0, 221, 184, 0.40),
    0 4px 12px -2px rgba(0, 0, 0, 0.35),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.65),
    inset 0 -2px 0 0 rgba(0, 100, 80, 0.50);
  font-weight: 700;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.glass-button::before,
.btn-primary::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 8px;
  right: 8px;
  height: 45%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.45) 0%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  border-radius: var(--radius-pill);
  pointer-events: none;
}

.glass-button:hover,
.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 20px 42px -6px rgba(0, 221, 184, 0.55),
    0 0 30px rgba(0, 255, 210, 0.35),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.85),
    inset 0 -2px 0 0 rgba(0, 100, 80, 0.50);
  color: #020A0B !important;
}

.glass-button:active,
.btn-primary:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 
    0 6px 16px rgba(0, 221, 184, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.glass-button-secondary,
.btn-outline,
.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  color: rgba(255, 255, 255, 0.95) !important;
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 60%, transparent 100%),
    rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 12px 28px -6px rgba(0, 0, 0, 0.55),
    inset 0 1.5px 0 0 rgba(255, 255, 255, 0.45),
    inset 0 -1.5px 0 0 rgba(0, 0, 0, 0.45);
  font-weight: 600;
  font-family: var(--font-heading);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}

.glass-button-secondary:hover,
.btn-outline:hover,
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 255, 210, 0.45);
  color: #FFFFFF !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 18px 36px -6px rgba(0, 0, 0, 0.65),
    0 0 25px rgba(0, 255, 210, 0.18),
    inset 0 1.5px 0 0 rgba(255, 255, 255, 0.60),
    inset 0 -1.5px 0 0 rgba(0, 0, 0, 0.45);
}

.btn-gold {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  color: #020A0B !important;
  background: linear-gradient(135deg, #b8860b 0%, #d7b866 50%, #f5d076 100%);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 14px 32px -6px rgba(215, 184, 102, 0.45),
    0 4px 12px -2px rgba(0, 0, 0, 0.35),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.70),
    inset 0 -2px 0 0 rgba(140, 105, 30, 0.50);
  font-weight: 700;
  font-family: var(--font-heading);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.btn-gold::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 8px;
  right: 8px;
  height: 45%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.50) 0%,
    rgba(255, 255, 255, 0.05) 70%,
    transparent 100%
  );
  border-radius: var(--radius-pill);
  pointer-events: none;
}

.btn-gold:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 20px 42px -6px rgba(215, 184, 102, 0.60),
    0 0 30px rgba(215, 184, 102, 0.35),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.90),
    inset 0 -2px 0 0 rgba(140, 105, 30, 0.50);
  color: #020A0B !important;
}

/* Button Sizes */
.btn {
  font-family: var(--font-heading);
}

.btn-sm {
  min-height: 38px !important;
  padding: 0 16px !important;
  font-size: 0.85rem !important;
}

.btn-lg {
  min-height: 52px !important;
  padding: 0 28px !important;
  font-size: 1.05rem !important;
}

/* =========================================================
   NAV ACTIVE
   ========================================================= */

.nav-active {
  color: #00E8C1;
  text-shadow: 0 0 14px rgba(0,232,193,0.22);
}

/* =========================================================
   SUBTLE NEON LINE
   ========================================================= */

.neon-line {
  height: 1px;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(0,255,210,0.65),
      rgba(0,210,255,0.35),
      transparent
    );
  box-shadow: 0 0 10px rgba(0,255,210,0.12);
}

/* =========================================================
   NEON ACCENT
   ========================================================= */

.neon-text {
  background:
    linear-gradient(
      90deg,
      #00DDB8,
      #00F0CF 45%,
      #4DD7E8
    );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* =========================================================
   GOLD — ONLY AS ACCENT
   ========================================================= */

.gold-accent {
  color: #D7B866;
  text-shadow: 0 0 14px rgba(215,184,102,0.12);
}

/* =========================================================
   BACKGROUND GLOW / NEON ORB — NEON GREEN & PURPLE
   ========================================================= */

.neon-orb,
.liquid-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  z-index: 0;
  opacity: 0.65;
}

.neon-orb-1 {
  top: -120px;
  left: -100px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.22), transparent 70%);
}

.neon-orb-2 {
  top: 45%;
  right: -150px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.22), transparent 70%);
}

.neon-orb-3 {
  bottom: -100px;
  left: 25%;
  background: radial-gradient(circle, rgba(0, 255, 180, 0.18), transparent 70%);
}

/* =========================================================
   DARK ISLAMIC PATTERN
   ========================================================= */

.islamic-pattern {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.085;
  background-image:
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300ffd2' stroke-width='1.2'%3E%3Cpath d='M60 5L115 60L60 115L5 60Z'/%3E%3Cpath d='M60 20L100 60L60 100L20 60Z'/%3E%3Ccircle cx='60' cy='60' r='25'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
  z-index: 0;
}

/* =========================================================
   GLASS INPUT & FORMS
   ========================================================= */

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.form-label {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.glass-input,
.form-input,
.form-textarea,
.form-select {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(2, 10, 11, 0.60);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  outline: none;
  box-sizing: border-box;
  font-family: var(--font-body);
  font-size: 0.95rem;
  box-shadow:
    inset 0 2px 6px rgba(0, 0, 0, 0.65),
    inset 0 0 16px rgba(0, 0, 0, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.10);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.glass-input::placeholder,
.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.40);
}

.glass-input:focus,
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  background: rgba(2, 10, 11, 0.80);
  border-color: rgba(0, 255, 210, 0.55);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.50),
    0 0 0 3px rgba(0, 255, 210, 0.18),
    0 0 24px rgba(0, 255, 210, 0.15);
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

/* =========================================================
   3D GLASS BADGE
   ========================================================= */

.glass-badge,
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 14px;
  color: rgba(255, 255, 255, 0.95);
  background:
    radial-gradient(
      100% 100% at 50% 0%,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.02) 70%,
      transparent 100%
    ),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-pill);
  font-size: 13px;
  font-weight: 700;
  box-shadow:
    0 8px 18px -4px rgba(0, 0, 0, 0.45),
    inset 0 1.2px 0 0 rgba(255, 255, 255, 0.50),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
}

.badge-primary {
  background:
    radial-gradient(
      100% 100% at 50% 0%,
      rgba(0, 255, 210, 0.25) 0%,
      rgba(0, 255, 210, 0.05) 70%,
      transparent 100%
    ),
    rgba(0, 255, 210, 0.10);
  color: #00F0CF;
  border-color: rgba(0, 255, 210, 0.40);
  box-shadow:
    0 8px 18px -4px rgba(0, 0, 0, 0.45),
    0 0 14px rgba(0, 255, 210, 0.18),
    inset 0 1.2px 0 0 rgba(255, 255, 255, 0.60),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.35);
}

.badge-gold {
  background:
    radial-gradient(
      100% 100% at 50% 0%,
      rgba(215, 184, 102, 0.25) 0%,
      rgba(215, 184, 102, 0.05) 70%,
      transparent 100%
    ),
    rgba(215, 184, 102, 0.12);
  color: #f5d076;
  border-color: rgba(215, 184, 102, 0.45);
  box-shadow:
    0 8px 18px -4px rgba(0, 0, 0, 0.45),
    0 0 14px rgba(215, 184, 102, 0.18),
    inset 0 1.2px 0 0 rgba(255, 255, 255, 0.60),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.35);
}

/* --- Islamic Ornament Separator --- */
.ornament-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  padding: var(--space-md) 0;
}

.ornament-separator::before,
.ornament-separator::after {
  content: '';
  height: 1px;
  flex: 1;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, rgba(215, 184, 102, 0.5), transparent);
}

.ornament-separator .ornament-diamond {
  width: 8px;
  height: 8px;
  background: var(--color-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  animation: glowPulse 3s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(215, 184, 102, 0.5);
}

/* --- Islamic Ornament Separator --- */
.ornament-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-md);
  padding: var(--space-md) 0;
}

.ornament-separator::before,
.ornament-separator::after {
  content: '';
  height: 1px;
  flex: 1;
  max-width: 120px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 90, 0.5), transparent);
}

.ornament-separator .ornament-diamond {
  width: 8px;
  height: 8px;
  background: var(--color-gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  animation: glowPulse 3s ease-in-out infinite;
  box-shadow: 0 0 8px rgba(212, 175, 90, 0.5);
}

/* ============================================
   ANIMATIONS — Premium Liquid Glass
   ============================================ */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes glowPulse {
  0%, 100% {
    box-shadow: 0 0 6px rgba(232, 184, 77, 0.4);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 16px rgba(232, 184, 77, 0.8), 0 0 32px rgba(232, 184, 77, 0.3);
    opacity: 0.85;
  }
}

@keyframes borderGlow {
  0%, 100% {
    border-color: rgba(0, 212, 170, 0.15);
  }
  50% {
    border-color: rgba(0, 212, 170, 0.4);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes revealScale {
  from {
    opacity: 0;
    transform: scale(0.92);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
    letter-spacing: 0.15em;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    letter-spacing: normal;
  }
}

@keyframes slideRevealLeft {
  from {
    opacity: 0;
    transform: translateX(-50px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes slideRevealRight {
  from {
    opacity: 0;
    transform: translateX(50px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes breathe {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Liquid Glass specific animations */
@keyframes glassShine {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes neonPulse {
  0%, 100% {
    box-shadow: 0 0 8px currentColor, inset 0 0 8px rgba(255,255,255,0.05);
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 20px currentColor, 0 0 40px currentColor, inset 0 0 12px rgba(255,255,255,0.08);
    opacity: 0.9;
  }
}

@keyframes subtleFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-6px) rotate(0.5deg); }
  66% { transform: translateY(3px) rotate(-0.3deg); }
}

@keyframes meshGradient {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

/* --- Scroll Animations (Enhanced & Non-Destructive to Backdrop Filter) --- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: none;
}

/* Variant: slide from left */
.animate-on-scroll.slide-left {
  transform: translateX(-40px);
}
.animate-on-scroll.slide-left.visible {
  transform: none;
}

/* Variant: slide from right */
.animate-on-scroll.slide-right {
  transform: translateX(40px);
}
.animate-on-scroll.slide-right.visible {
  transform: none;
}

/* Variant: scale up */
.animate-on-scroll.scale-up {
  transform: scale(0.95);
}
.animate-on-scroll.scale-up.visible {
  transform: none;
}

/* Staggered delays */
.animate-on-scroll.visible.delay-1 { transition-delay: 0.1s; }
.animate-on-scroll.visible.delay-2 { transition-delay: 0.2s; }
.animate-on-scroll.visible.delay-3 { transition-delay: 0.3s; }
.animate-on-scroll.visible.delay-4 { transition-delay: 0.4s; }
.animate-on-scroll.visible.delay-5 { transition-delay: 0.5s; }

/* --- Geometric Pattern Background (Subtle Glass) --- */
.pattern-bg {
  position: relative;
}

.pattern-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-image:
    linear-gradient(30deg, var(--color-gold) 12%, transparent 12.5%, transparent 87%, var(--color-gold) 87.5%, var(--color-gold)),
    linear-gradient(150deg, var(--color-gold) 12%, transparent 12.5%, transparent 87%, var(--color-gold) 87.5%, var(--color-gold)),
    linear-gradient(30deg, var(--color-gold) 12%, transparent 12.5%, transparent 87%, var(--color-gold) 87.5%, var(--color-gold)),
    linear-gradient(150deg, var(--color-gold) 12%, transparent 12.5%, transparent 87%, var(--color-gold) 87.5%, var(--color-gold)),
    linear-gradient(60deg, var(--color-gold-dark) 25%, transparent 25.5%, transparent 75%, var(--color-gold-dark) 75%, var(--color-gold-dark)),
    linear-gradient(60deg, var(--color-gold-dark) 25%, transparent 25.5%, transparent 75%, var(--color-gold-dark) 75%, var(--color-gold-dark));
  background-size: 80px 140px;
  background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
  pointer-events: none;
  z-index: 0;
}

.pattern-bg > * {
  position: relative;
  z-index: 1;
}

/* --- Section divider with subtle glass line --- */
.section + .section,
.section + .section-alt,
.section-alt + .section {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.team-grid-bph {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

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

@media (max-width: 540px) {
  .team-grid-bph {
    grid-template-columns: 1fr;
  }
}

/* --- Responsive Breakpoints --- */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .section { padding: var(--space-3xl) 0; }
  .container { padding: 0 var(--space-md); }
}

@media (max-width: 480px) {
  .grid-4 { grid-template-columns: 1fr; }
  body { font-size: 15px; }
  .btn { padding: 0.65rem 1.25rem; font-size: 0.9rem; }
  .btn-lg { padding: 0.75rem 1.5rem; font-size: 0.95rem; }
}

/* --- Scrollbar (Glass) --- */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: var(--color-bg);
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 212, 170, 0.3);
}

/* --- Selection --- */
::selection {
  background: var(--color-primary);
  color: #FFFFFF;
}

/* =========================================================
   MOBILE OPTIMIZATION (Liquid Glass)
   ========================================================= */

@media (max-width: 768px) {

  .liquid-glass,
  .glass-card,
  .card {
    backdrop-filter:
      blur(20px)
      saturate(150%);

    -webkit-backdrop-filter:
      blur(20px)
      saturate(150%);

    border-radius:
      var(--radius-md);
  }

  .liquid-glass:hover,
  .glass-card:hover,
  .card:hover {
    transform:
      translateY(-2px);
  }

  .glass-button,
  .glass-button-secondary,
  .btn-primary,
  .btn-outline,
  .btn-gold {
    min-height:
      46px;

    padding:
      0 18px;
  }

  .liquid-glow {
    width:
      180px;

    height:
      180px;

    filter:
      blur(35px);
  }
}

/* =========================================================
   ACCESSIBILITY — REDUCE MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;

    scroll-behavior:
      auto !important;

    transition-duration:
      0.01ms !important;
  }
}

/* ============================================
   Navbar — Floating Liquid Glass Capsule
   ROHIS DARK LIQUID GLASS
   Transparent • Blurred • Subtle Neon • Elegant
   ============================================ */

.navbar {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100% - 36px));
  height: 66px;
  z-index: 1000;
  display: flex;
  align-items: center;
  border-radius: var(--radius-pill);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.60) 45%,
      rgba(24, 10, 36, 0.60) 100%
    );
  backdrop-filter:
    blur(28px)
    saturate(180%)
    contrast(108%);
  -webkit-backdrop-filter:
    blur(28px)
    saturate(180%)
    contrast(108%);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top-color: rgba(0, 255, 200, 0.50);
  border-left-color: rgba(0, 255, 200, 0.35);
  border-right-color: rgba(168, 85, 247, 0.40);
  border-bottom-color: rgba(168, 85, 247, 0.25);
  box-shadow:
    0 24px 60px -10px rgba(0, 0, 0, 0.70),
    0 10px 24px -5px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(0, 255, 200, 0.12),
    0 8px 30px rgba(168, 85, 247, 0.10),
    inset 0 1.5px 0 0 rgba(0, 255, 200, 0.45),
    inset 0 -1.5px 0 0 rgba(168, 85, 247, 0.40);
  padding: 0 1.25rem;
  transition: var(--transition-liquid);
  overflow: hidden;
}

.navbar::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 16px;
  right: 16px;
  height: 48%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.04) 60%,
    transparent 100%
  );
  border-radius: var(--radius-pill);
  pointer-events: none;
}

.navbar-scrolled {
  background:
    radial-gradient(
      100% 120% at 50% -20%,
      rgba(255, 255, 255, 0.18) 0%,
      rgba(255, 255, 255, 0.04) 55%,
      transparent 100%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11) 0%,
      rgba(255, 255, 255, 0.035) 40%,
      rgba(0, 255, 210, 0.045) 75%,
      rgba(255, 255, 255, 0.05) 100%
    );
  border-color: rgba(0, 255, 210, 0.35);
  box-shadow:
    0 28px 70px -10px rgba(0, 0, 0, 0.70),
    0 12px 28px -5px rgba(0, 0, 0, 0.45),
    0 0 30px 2px rgba(0, 255, 210, 0.14),
    inset 0 1.5px 0 0 rgba(255, 255, 255, 0.50),
    inset 0 -1.5px 0 0 rgba(0, 0, 0, 0.50);
  top: 12px;
}

.navbar-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Brand */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: var(--transition-liquid);
}

.navbar-logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 255, 210, 0.4);
  box-shadow: 0 0 14px rgba(0, 255, 210, 0.25);
  transition: var(--transition-liquid);
}

.navbar-brand:hover .navbar-logo-img {
  border-color: #00F0CF;
  box-shadow: 0 0 22px rgba(0, 255, 210, 0.5);
  transform: rotate(5deg) scale(1.05);
}

.navbar-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.navbar-brand-name {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.navbar-brand-sub {
  font-size: 0.65rem;
  color: #00F0CF;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: 0 0 10px rgba(0, 240, 207, 0.3);
}

/* Nav Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.navbar-link {
  position: relative;
  padding: 0.45rem 0.85rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  border-radius: var(--radius-pill);
  transition: var(--transition-liquid);
}

.navbar-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00DDB8, #00F0CF);
  transition: all var(--transition-base);
  transform: translateX(-50%);
  border-radius: 1px;
  box-shadow: 0 0 10px rgba(0, 255, 210, 0.6);
}

.navbar-link:hover {
  color: #00E8C1;
  background: rgba(255, 255, 255, 0.06);
}

.navbar-link:hover::after {
  width: 50%;
}

.navbar-link.active {
  color: #00E8C1;
  font-weight: 700;
  text-shadow: 0 0 14px rgba(0, 232, 193, 0.25);
}

.navbar-link.active::after {
  width: 65%;
}

/* Actions on Right */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.navbar-search-btn {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition-liquid);
}

.navbar-search-btn:hover {
  color: #00F0CF;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 210, 0.35);
  box-shadow: 0 0 16px rgba(0, 255, 210, 0.25);
  transform: scale(1.06);
}

.navbar-login-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1.15rem;
  font-size: 0.85rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: #020A0B !important;
  background:
    linear-gradient(
      135deg,
      #00BFA5 0%,
      #00DDB8 50%,
      #00F0CF 100%
    );
  border: 1px solid rgba(0, 255, 210, 0.4);
  border-radius: var(--radius-pill);
  transition: var(--transition-liquid);
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 221, 184, 0.3), 0 0 18px rgba(0, 255, 210, 0.2);
}

.navbar-login-btn:hover {
  color: #020A0B !important;
  box-shadow: 0 6px 24px rgba(0, 221, 184, 0.45), 0 0 24px rgba(0, 255, 210, 0.35);
  transform: translateY(-2px);
}

.navbar-toggle {
  display: none;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: var(--transition-liquid);
}

.navbar-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 210, 0.35);
  color: #00F0CF;
}

/* Mobile Responsive */
@media (max-width: 980px) {
  .navbar-toggle {
    display: flex;
  }

  .navbar-actions {
    display: none;
  }

  .navbar-menu {
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    flex-direction: column;
    align-items: stretch;
    padding: var(--space-lg);
    gap: var(--space-xs);
    background:
      linear-gradient(
        135deg,
        rgba(4, 19, 21, 0.96),
        rgba(6, 25, 26, 0.98)
      );
    backdrop-filter: blur(28px) saturate(145%);
    -webkit-backdrop-filter: blur(28px) saturate(145%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-xl);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 28px rgba(0, 255, 210, 0.1);
    transform: translateY(-20px);
    opacity: 0;
    transition: var(--transition-liquid);
    pointer-events: none;
  }

  .navbar-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .navbar-link {
    padding: 0.85rem 1.25rem;
    font-size: 1rem;
    border-radius: var(--radius-md);
    color: rgba(255, 255, 255, 0.88);
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-link:hover,
  .navbar-link.active {
    background: rgba(0, 255, 210, 0.12);
    color: #00E8C1;
  }
}
/* ============================================
   Instagram Section — Liquid Glass Premium
   ============================================ */

.section-ig-showcase {
  padding: var(--space-4xl) 0;
}

/* Profile Card */
.ig-profile-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.ig-profile-header {
  display: flex;
  align-items: flex-start;
  gap: var(--space-xl);
  padding: var(--space-xl);
}

/* 3D Embossed Avatar Ring */
.ig-avatar-ring {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  padding: 3.5px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  box-shadow: 
    0 0 28px rgba(225, 48, 108, 0.4), 
    0 8px 20px rgba(0, 0, 0, 0.5),
    inset 0 2px 2px rgba(255, 255, 255, 0.5);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ig-avatar-ring:hover {
  transform: scale(1.06) rotate(3deg);
  box-shadow: 
    0 0 38px rgba(225, 48, 108, 0.6), 
    0 12px 28px rgba(0, 0, 0, 0.6);
}

.ig-avatar-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #020A0B;
}

.ig-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Profile Info */
.ig-info {
  flex: 1;
  min-width: 0;
}

.ig-handle-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: var(--space-md);
}

.ig-handle {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
}

/* 3D Jewel Status Badge */
.ig-live-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.8rem;
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: #00F0CF;
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.22) 0%, rgba(0, 255, 210, 0.05) 100%);
  border: 1px solid rgba(0, 255, 210, 0.35);
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.ig-live-pulse-dot-sm {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00F0CF;
  animation: pulse 2s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(0, 255, 210, 0.7);
}

/* 3D Sync Button */
.btn-ig-sync-small {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-heading);
  color: rgba(255, 255, 255, 0.85);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.btn-ig-sync-small:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 255, 210, 0.45);
  color: #00F0CF;
  transform: translateY(-2px);
  box-shadow: 
    0 8px 16px rgba(0, 0, 0, 0.45),
    0 0 14px rgba(0, 255, 210, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.btn-ig-sync-small.syncing {
  opacity: 0.7;
  pointer-events: none;
}

.spin-icon {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* 3D Follow Button */
.btn-ig-follow {
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important;
  color: white !important;
  font-size: 0.88rem;
  font-weight: 700;
  font-family: var(--font-heading);
  padding: 0.55rem 1.35rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 
    0 8px 20px -4px rgba(225, 48, 108, 0.5),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1.5px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.btn-ig-follow:hover {
  box-shadow: 
    0 12px 28px -4px rgba(225, 48, 108, 0.7),
    0 0 30px rgba(225, 48, 108, 0.4),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.8);
  transform: translateY(-3px) scale(1.03);
  color: white !important;
}

/* Bio */
.ig-bio {
  margin-top: 0.25rem;
}

.ig-display-name {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.ig-bio-text {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-md);
}

.ig-mention-tag,
.ig-email-tag {
  color: var(--color-primary-light);
  font-weight: 500;
}

.ig-mention-tag:hover,
.ig-email-tag:hover {
  color: var(--color-primary);
}

/* Bio Links */
.ig-bio-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

/* 3D Glass Link Pills */
.ig-link-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.75);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  word-break: break-all;
}

.ig-link-pill:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 255, 210, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.45),
    0 0 16px rgba(0, 255, 210, 0.2),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.6);
}

.ig-link-ig:hover {
  color: #ffffff;
  border-color: rgba(236, 72, 153, 0.5);
  background: radial-gradient(100% 100% at 50% 0%, rgba(236, 72, 153, 0.3) 0%, rgba(236, 72, 153, 0.1) 100%);
  box-shadow: 0 8px 18px rgba(236, 72, 153, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ig-link-yt:hover {
  color: #ffffff;
  border-color: rgba(255, 68, 68, 0.5);
  background: radial-gradient(100% 100% at 50% 0%, rgba(255, 68, 68, 0.3) 0%, rgba(255, 68, 68, 0.1) 100%);
  box-shadow: 0 8px 18px rgba(255, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.ig-link-email:hover {
  color: #00F0CF;
  border-color: rgba(0, 255, 210, 0.5);
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.25) 0%, rgba(0, 255, 210, 0.08) 100%);
  box-shadow: 0 8px 18px rgba(0, 255, 210, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Footer Banner */
.ig-card-footer {
  padding: var(--space-md) var(--space-xl);
  background: rgba(255, 255, 255, 0.02);
  border-top: 1px solid var(--glass-border);
}

.ig-card-footer p {
  font-size: 0.85rem;
  color: var(--color-text-muted);
  text-align: center;
}

.ig-footer-link {
  color: var(--color-primary-light);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 700px) {
  .ig-profile-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ig-handle-row {
    justify-content: center;
  }

  .ig-bio-links {
    justify-content: center;
  }
}
/* ============================================
   Footer — Liquid Glass Premium (Deep Forest)
   Style: Apple-inspired Liquid Glass + Elegant Neon Aurora
   ============================================ */

.footer {
  background: 
    linear-gradient(
      180deg,
      rgba(4, 19, 21, 0.92) 0%,
      rgba(2, 10, 11, 0.98) 100%
    );
  backdrop-filter: var(--liquid-blur);
  -webkit-backdrop-filter: var(--liquid-blur);
  padding: 0 0 var(--space-lg);
  position: relative;
  border-top: 1px solid rgba(0, 255, 210, 0.35);
  box-shadow: 
    inset 0 1.5px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 35px rgba(0, 255, 210, 0.05),
    0 -20px 50px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

.footer-ornament {
  margin-bottom: var(--space-xl);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: var(--space-2xl);
  padding: var(--space-2xl) 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: var(--space-md);
}

.footer-logo-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 255, 210, 0.5);
  box-shadow: 0 0 18px rgba(0, 255, 210, 0.3);
}

.footer-brand-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}

.footer-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  margin-bottom: var(--space-lg);
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

/* 3D Embossed Social Spheres */
.footer-social-link {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.05) 60%, rgba(0, 0, 0, 0.45) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 6px 16px rgba(0, 0, 0, 0.4),
    inset 0 1.5px 2px rgba(255, 255, 255, 0.4),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-social-link:hover {
  color: #FFFFFF;
  border-color: rgba(0, 255, 210, 0.65);
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35) 0%, rgba(0, 221, 184, 0.25) 50%, rgba(2, 20, 18, 0.8) 100%);
  box-shadow: 
    0 10px 24px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 255, 210, 0.4),
    inset 0 2px 3px rgba(255, 255, 255, 0.65);
  transform: translateY(-3px) scale(1.08);
}

.footer-heading {
  font-size: 0.92rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: var(--space-lg);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: var(--font-heading);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-links a {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
}

.footer-links a:hover {
  color: var(--color-neon);
  padding-left: 0.25rem;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.footer-contact li svg {
  color: var(--color-neon);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* Quote */
.footer-quote {
  text-align: center;
  padding: var(--space-2xl) 0;
  margin-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-quote-arabic {
  font-family: var(--font-arabic);
  font-size: 1.15rem;
  color: var(--color-gold);
  direction: rtl;
  line-height: 1.8;
  margin-bottom: var(--space-sm);
  text-shadow: 0 0 20px rgba(212, 175, 90, 0.2);
}

.footer-quote-translation {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  font-style: italic;
}

.footer-quote-ref {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}

/* Bottom */
.footer-bottom {
  text-align: center;
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Responsive */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Floating Buttons — 3D Liquid Glass Spheres
   ============================================ */

.floating-buttons {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 900;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.floating-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 
    0 16px 36px -6px rgba(0, 0, 0, 0.65),
    0 6px 14px -3px rgba(0, 0, 0, 0.45),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.60),
    inset 0 -2px 0 0 rgba(0, 0, 0, 0.45);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(28px) saturate(180%);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  position: relative;
  overflow: hidden;
}

.floating-btn::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  right: 6px;
  height: 44%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.08) 70%,
    transparent 100%
  );
  border-radius: 50% 50% 40% 40%;
  pointer-events: none;
}

.floating-btn:hover {
  transform: translateY(-4px) scale(1.10);
}

.floating-btn:active {
  transform: translateY(1px) scale(0.96);
}

/* Instagram */
.floating-instagram {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  border-color: rgba(255, 255, 255, 0.40);
}

.floating-instagram:hover {
  box-shadow: 
    0 20px 42px -6px rgba(225, 48, 108, 0.55),
    0 0 28px rgba(225, 48, 108, 0.45),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.80),
    inset 0 -2px 0 0 rgba(0, 0, 0, 0.45);
}

/* WhatsApp */
.floating-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  border-color: rgba(255, 255, 255, 0.40);
}

.floating-whatsapp:hover {
  box-shadow: 
    0 20px 42px -6px rgba(37, 211, 102, 0.55),
    0 0 28px rgba(37, 211, 102, 0.45),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.80),
    inset 0 -2px 0 0 rgba(0, 0, 0, 0.45);
}

/* Back to top */
.floating-back-top {
  background: linear-gradient(135deg, #00d4aa 0%, #009977 100%);
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.floating-back-top:hover {
  background: linear-gradient(135deg, #00f0c0 0%, #00b892 100%);
  box-shadow: 
    0 20px 42px -6px rgba(0, 212, 170, 0.60),
    0 0 32px rgba(0, 212, 170, 0.50),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.85),
    inset 0 -2px 0 0 rgba(0, 0, 0, 0.45);
}

@media (max-width: 480px) {
  .floating-buttons {
    bottom: 1rem;
    right: 1rem;
  }

  .floating-btn {
    width: 44px;
    height: 44px;
  }
}
/* =========================================================
   DYNAMIC LIVING BACKGROUND — OPTION 3 (ELEGANT & PROFESSIONAL)
   Smooth Section Theme Cross-Fade + Fluid Scroll Parallax Aurora
   ========================================================= */

.dynamic-bg-container {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  background: #030c0e;
  transition: background 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 0. Cinematic Multi-Layer Image Stack with Smooth Cross-Fade */
.dynamic-image-stack {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.bg-layer-item {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center 38%;
  opacity: 0;
  transform: scale(1.05);
  transition:
    opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    transform 2.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.bg-layer-item.is-active {
  opacity: 0.40;
  transform: scale(1);
}

/* 1. Islamic Pattern with Parallax Drift */
.dynamic-islamic-pattern {
  position: absolute;
  inset: -60px 0;
  width: 100%;
  max-width: 100vw;
  height: calc(100vh + 120px);
  pointer-events: none;
  opacity: 0.085;
  background-image:
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2300ffd2' stroke-width='1.2'%3E%3Cpath d='M60 5L115 60L60 115L5 60Z'/%3E%3Cpath d='M60 20L100 60L60 100L20 60Z'/%3E%3Ccircle cx='60' cy='60' r='25'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 120px 120px;
  will-change: transform;
  transition: opacity 1s ease;
  z-index: 1;
}

/* 2. Fluid Aurora Glow Orbs */
.dynamic-aurora {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(95px);
  mix-blend-mode: screen;
  z-index: 2;
  will-change: transform, background, opacity;
  transition:
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    background 1.6s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 1.4s ease;
  animation: livingAuroraPulse 14s ease-in-out infinite alternate;
}

@keyframes livingAuroraPulse {
  0% {
    filter: blur(90px);
  }
  50% {
    filter: blur(105px);
  }
  100% {
    filter: blur(95px);
  }
}

/* Base Dimensions & Anchor Positions */
.dynamic-aurora-1 {
  width: 580px;
  height: 580px;
  top: -120px;
  left: -90px;
  opacity: 0.70;
}

.dynamic-aurora-2 {
  width: 550px;
  height: 550px;
  top: 38%;
  right: -120px;
  opacity: 0.65;
  animation-delay: -5s;
}

.dynamic-aurora-3 {
  width: 620px;
  height: 620px;
  bottom: -140px;
  left: 20%;
  opacity: 0.60;
  animation-delay: -9s;
}

/* =========================================================
   THEME PALETTES — SMOOTH SECTION COLOR MORPHING
   ========================================================= */

/* Theme: Hero Section (Emerald Mint, Luminous Cyan & Subtle Violet) */
.theme-hero {
  background: radial-gradient(circle at 50% 10%, #06191c 0%, #030c0e 80%);
}
.theme-hero .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(0, 255, 180, 0.25) 0%, rgba(0, 212, 170, 0.10) 50%, transparent 70%);
}
.theme-hero .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(0, 220, 255, 0.22) 0%, rgba(14, 165, 233, 0.08) 50%, transparent 70%);
}
.theme-hero .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(147, 51, 234, 0.18) 0%, rgba(124, 58, 237, 0.06) 50%, transparent 70%);
}

/* Theme: Programs & Stats (Cyber Teal & Electric Purple) */
.theme-programs {
  background: radial-gradient(circle at 40% 40%, #04161a 0%, #030c0e 85%);
}
.theme-programs .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(0, 255, 210, 0.30) 0%, rgba(0, 255, 180, 0.12) 48%, transparent 70%);
}
.theme-programs .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.30) 0%, rgba(147, 51, 234, 0.12) 48%, transparent 70%);
}
.theme-programs .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.22) 0%, rgba(5, 150, 105, 0.08) 50%, transparent 70%);
}

/* Theme: Quote / Hadith (Royal Deep Purple & Warm Spiritual Amber Gold) */
.theme-quote {
  background: radial-gradient(circle at 50% 50%, #0d0818 0%, #030c0e 85%);
}
.theme-quote .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(147, 51, 234, 0.30) 0%, rgba(126, 34, 206, 0.14) 50%, transparent 70%);
}
.theme-quote .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.26) 0%, rgba(180, 83, 9, 0.10) 50%, transparent 70%);
}
.theme-quote .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(5, 150, 105, 0.22) 0%, rgba(4, 120, 87, 0.08) 50%, transparent 70%);
}

/* Theme: Events & Agenda (Amber Dusk & Cyan Seafoam) */
.theme-events {
  background: radial-gradient(circle at 60% 30%, #120e06 0%, #030c0e 85%);
}
.theme-events .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(245, 158, 11, 0.26) 0%, rgba(217, 119, 6, 0.10) 50%, transparent 70%);
}
.theme-events .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(20, 184, 166, 0.26) 0%, rgba(13, 148, 136, 0.10) 50%, transparent 70%);
}
.theme-events .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.22) 0%, rgba(109, 40, 217, 0.08) 50%, transparent 70%);
}

/* Theme: Media, Gallery & Articles (Vivid Neon Emerald, Cyan & Magenta Violet) */
.theme-media {
  background: radial-gradient(circle at 35% 60%, #051417 0%, #030c0e 85%);
}
.theme-media .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(0, 255, 200, 0.28) 0%, rgba(45, 212, 191, 0.12) 50%, transparent 70%);
}
.theme-media .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(192, 38, 211, 0.26) 0%, rgba(168, 85, 247, 0.12) 50%, transparent 70%);
}
.theme-media .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(6, 182, 212, 0.24) 0%, rgba(14, 165, 233, 0.08) 50%, transparent 70%);
}

/* Theme: CTA & Footer (Luminous Emerald Gold Luxury) */
.theme-cta {
  background: radial-gradient(circle at 50% 80%, #06191c 0%, #030c0e 85%);
}
.theme-cta .dynamic-aurora-1 {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.28) 0%, rgba(5, 150, 105, 0.12) 50%, transparent 70%);
}
.theme-cta .dynamic-aurora-2 {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.26) 0%, rgba(180, 83, 9, 0.10) 50%, transparent 70%);
}
.theme-cta .dynamic-aurora-3 {
  background: radial-gradient(circle, rgba(124, 58, 237, 0.24) 0%, rgba(91, 33, 182, 0.08) 50%, transparent 70%);
}

/* 3. Cinema Ambient Vignette Overlay */
.dynamic-ambient-mist {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(
    ellipse 120% 120% at 50% 50%,
    transparent 35%,
    rgba(3, 12, 14, 0.45) 80%,
    rgba(3, 12, 14, 0.85) 100%
  );
}
/* ============================================
   Hero Section — Cinematic Liquid Glass
   Exact match to reference mockup
   ============================================ */

.hero-cinematic {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--navbar-height) + 3rem) 0 4rem;
  overflow: hidden;
  background: transparent;
}

/* Panoramic background with Nabawi & Arch framing */
.hero-cinematic-bg {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(
      90deg, 
      rgba(2, 10, 11, 0.90) 0%, 
      rgba(4, 19, 21, 0.72) 35%, 
      rgba(4, 19, 21, 0.15) 65%, 
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 75%,
      rgba(2, 10, 11, 0.98) 100%
    ),
    radial-gradient(circle at 78% 45%, rgba(0, 255, 210, 0.08), transparent 50%),
    url('/hero-bg.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
  transition: transform 12s ease-out;
}

/* Subtle particle glow */
.hero-cinematic-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.hero-star-particle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(0, 212, 170, 0.8), 0 0 16px rgba(232, 184, 77, 0.6);
  animation: starTwinkle 4s ease-in-out infinite;
}

.particle-p1 { width: 3px; height: 3px; top: 22%; left: 12%; animation-delay: 0s; }
.particle-p2 { width: 4px; height: 4px; top: 38%; left: 28%; animation-delay: 1.2s; }
.particle-p3 { width: 2px; height: 2px; top: 15%; left: 45%; animation-delay: 2.5s; }
.particle-p4 { width: 4px; height: 4px; top: 55%; left: 18%; animation-delay: 0.8s; }
.particle-p5 { width: 3px; height: 3px; top: 28%; left: 35%; animation-delay: 1.8s; }
.particle-p6 { width: 2px; height: 2px; top: 68%; left: 8%; animation-delay: 3.1s; }
.particle-p7 { width: 3px; height: 3px; top: 48%; left: 42%; animation-delay: 2.1s; }
.particle-p8 { width: 4px; height: 4px; top: 18%; left: 52%; animation-delay: 1.5s; }

@keyframes starTwinkle {
  0%, 100% { opacity: 0.2; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1.4); }
}

/* Main Container: Left content + Right slogan */
.hero-cinematic-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* Left Content */
.hero-cinematic-left {
  max-width: 680px;
  text-align: left;
}

/* Bismillah Decorative Bar */
.hero-bismillah-bar {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.bismillah-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e8b84d, transparent);
}

.bismillah-ornament {
  color: #e8b84d;
  font-size: 0.75rem;
  opacity: 0.85;
  animation: glowPulse 3s ease-in-out infinite;
}

.bismillah-arabic {
  font-family: var(--font-arabic);
  font-size: 1.45rem;
  color: #f5d076;
  text-shadow: 0 0 16px rgba(232, 184, 77, 0.5);
  letter-spacing: 0.05em;
}

/* Title: Exact Serif styling */
.hero-cinematic-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5.2vw, 4.4rem);
  font-weight: 700;
  line-height: 1.12;
  margin-bottom: 1.35rem;
  letter-spacing: -0.01em;
}

.title-serif {
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.6);
}

.title-gold {
  font-family: var(--font-serif);
  font-weight: 800;
  background: linear-gradient(
    135deg, 
    #FFF8D6 0%, 
    #FCE490 20%, 
    #E8B84D 45%, 
    #B58012 75%, 
    #FCE490 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  filter: drop-shadow(0 2px 14px rgba(232, 184, 77, 0.45));
}

/* Subtitle */
.hero-cinematic-subtitle {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(225, 238, 245, 0.88);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75);
}

/* CTA Pill Button */
.hero-cinematic-actions {
  margin-bottom: 2.75rem;
}

.hero-cta-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 2.2rem;
  border-radius: var(--radius-full);
  background: linear-gradient(135deg, rgba(0, 195, 155, 0.9) 0%, rgba(0, 130, 105, 0.95) 100%);
  border: 1.5px solid rgba(0, 245, 185, 0.6);
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 
    0 8px 30px rgba(0, 212, 170, 0.35), 
    0 0 15px rgba(0, 212, 170, 0.25),
    inset 0 1px 1px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.hero-cta-pill::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.65s ease;
}

.hero-cta-pill:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: #00f0c0;
  box-shadow: 
    0 12px 40px rgba(0, 212, 170, 0.5), 
    0 0 30px rgba(0, 212, 170, 0.4),
    inset 0 1px 2px rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.hero-cta-pill:hover::before {
  left: 100%;
}

.hero-cta-arrow {
  display: flex;
  align-items: center;
  transition: transform var(--transition-base);
}

.hero-cta-pill:hover .hero-cta-arrow {
  transform: translateX(4px);
}

/* Feature Mini Cards at bottom */
.hero-cinematic-features {
  display: flex;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.hero-glass-mini-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1.45rem;
  cursor: pointer;
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.50) 45%,
      rgba(24, 10, 36, 0.50) 100%
    );
  backdrop-filter: blur(20px) saturate(180%) contrast(108%);
  -webkit-backdrop-filter: blur(20px) saturate(180%) contrast(108%);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top-color: rgba(0, 255, 200, 0.50);
  border-left-color: rgba(0, 255, 200, 0.35);
  border-right-color: rgba(168, 85, 247, 0.40);
  border-bottom-color: rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-lg);
  box-shadow: 
    0 20px 48px -8px rgba(0, 0, 0, 0.70),
    0 8px 20px -4px rgba(0, 0, 0, 0.40),
    0 0 20px rgba(0, 255, 200, 0.08),
    inset 0 1.5px 0 0 rgba(0, 255, 200, 0.40),
    inset 0 -1.5px 0 0 rgba(168, 85, 247, 0.35);
  transition: transform 400ms cubic-bezier(.16, 1, .3, 1), box-shadow 400ms cubic-bezier(.16, 1, .3, 1), border-color 350ms ease;
  will-change: transform, box-shadow;
  position: relative;
  overflow: hidden;
}

.hero-glass-mini-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    180deg,
    rgba(0, 255, 200, 0.15) 0%,
    rgba(168, 85, 247, 0.06) 60%,
    transparent 100%
  );
  border-radius: var(--radius-lg);
  pointer-events: none;
}

.hero-glass-mini-card:hover {
  transform: translateY(-8px) scale(1.04) !important;
  border-top-color: rgba(0, 255, 200, 0.85) !important;
  border-left-color: rgba(0, 255, 200, 0.55) !important;
  border-right-color: rgba(168, 85, 247, 0.80) !important;
  border-bottom-color: rgba(168, 85, 247, 0.50) !important;
  box-shadow: 
    0 28px 60px -8px rgba(0, 0, 0, 0.85),
    0 0 28px rgba(0, 255, 200, 0.35),
    0 8px 30px rgba(168, 85, 247, 0.28),
    inset 0 2px 0 0 rgba(0, 255, 200, 0.65),
    inset 0 -2px 0 0 rgba(168, 85, 247, 0.55) !important;
}

.hero-mini-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  flex-shrink: 0;
  transition: all var(--transition-base);
}

.hero-mini-icon.icon-emerald {
  color: var(--color-primary-light);
  background: rgba(0, 212, 170, 0.15);
  border: 1px solid rgba(0, 212, 170, 0.4);
  box-shadow: 0 0 14px rgba(0, 212, 170, 0.25);
}

.hero-mini-icon.icon-cyan {
  color: var(--neon-cyan);
  background: rgba(0, 229, 255, 0.15);
  border: 1px solid rgba(0, 229, 255, 0.4);
  box-shadow: 0 0 14px rgba(0, 229, 255, 0.25);
}

.hero-mini-icon.icon-green {
  color: #34d399;
  background: rgba(52, 211, 153, 0.15);
  border: 1px solid rgba(52, 211, 153, 0.4);
  box-shadow: 0 0 14px rgba(52, 211, 153, 0.25);
}

.hero-glass-mini-card:hover .hero-mini-icon {
  transform: scale(1.08);
}

.hero-mini-text {
  display: flex;
  flex-direction: column;
}

.hero-mini-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  color: #ffffff;
  line-height: 1.2;
}

.hero-mini-desc {
  font-size: 0.75rem;
  color: rgba(220, 235, 245, 0.7);
  line-height: 1.3;
}

/* Right Side: Golden Handwritten Script */
.hero-cinematic-right {
  padding-bottom: 2rem;
  padding-right: 1.5rem;
  flex-shrink: 0;
}

.hero-slogan-script-container {
  text-align: right;
  transform: rotate(-3deg);
  transition: transform var(--transition-base);
}

.hero-slogan-script-container:hover {
  transform: rotate(0deg) scale(1.05);
}

.hero-slogan-script {
  font-family: var(--font-script);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  color: #fce490;
  text-shadow: 
    0 0 20px rgba(232, 184, 77, 0.6), 
    0 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.02em;
}

.hero-slogan-brush-line {
  width: 140px;
  height: 3px;
  margin-left: auto;
  margin-top: 4px;
  background: linear-gradient(90deg, transparent, #e8b84d 40%, #f5d076 80%, transparent);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(232, 184, 77, 0.7);
}

/* Scroll indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: rgba(0, 212, 170, 0.6);
  animation: float 2.5s ease-in-out infinite;
}

/* Responsive */
@media (max-width: 1080px) {
  .hero-cinematic-container {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
    width: 100%;
    max-width: 100%;
  }

  .hero-cinematic-left {
    width: 100%;
    max-width: 100%;
  }

  .hero-cinematic-right {
    align-self: flex-start;
    padding: 0;
  }

  .hero-slogan-script-container {
    text-align: left;
    transform: rotate(0deg);
  }

  .hero-slogan-brush-line {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .hero-cinematic {
    padding-top: calc(var(--navbar-height) + 2.2rem);
    padding-bottom: 3.5rem;
    min-height: 100svh;
    width: 100%;
    max-width: 100vw;
  }

  /* Full seamless vertical gradient on mobile — eliminates 90deg horizontal cut-off seam */
  .hero-cinematic-bg {
    background-image: 
      linear-gradient(
        180deg, 
        rgba(2, 10, 11, 0.72) 0%, 
        rgba(3, 15, 17, 0.82) 40%, 
        rgba(2, 10, 11, 0.98) 100%
      ),
      radial-gradient(circle at 50% 25%, rgba(0, 255, 210, 0.12), transparent 70%),
      url('/hero-bg.jpg');
    background-size: cover;
    background-position: center 25%;
  }

  .hero-cinematic-container {
    width: 100%;
    max-width: 100%;
    padding: 0 1.25rem;
    gap: 2rem;
    align-items: stretch;
  }

  .hero-cinematic-left {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .hero-bismillah-bar {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }

  .bismillah-arabic {
    font-size: clamp(1.15rem, 4.5vw, 1.45rem);
  }

  .bismillah-line {
    width: clamp(20px, 7vw, 40px);
  }

  .hero-cinematic-title {
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.18;
    margin-bottom: 1rem;
  }

  .hero-cinematic-subtitle {
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 1.75rem;
  }

  .hero-cinematic-actions {
    margin-bottom: 2rem;
  }

  .hero-cinematic-features {
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
  }

  .hero-glass-mini-card {
    width: 100%;
    padding: 0.85rem 1.15rem;
  }

  .hero-cinematic-right {
    width: 100%;
    align-self: center;
    text-align: center;
    padding: 1.5rem 0 0.5rem;
  }

  .hero-slogan-script-container {
    text-align: center;
    transform: none;
  }

  .hero-slogan-script {
    font-size: clamp(1.85rem, 6vw, 2.25rem);
  }

  .hero-slogan-brush-line {
    margin: 8px auto 0;
  }
}

@media (max-width: 480px) {
  .hero-cinematic-title {
    font-size: 2.15rem;
  }

  .hero-cta-pill {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   Stats Counter — Liquid Glass Design System
   ROHIS DARK LIQUID GLASS
   Transparent • Blurred • Subtle Neon • Elegant
   ============================================ */

.stats-section {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  z-index: 5;
  margin-top: -3.5rem;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: 240px;
  background: radial-gradient(ellipse, rgba(0, 255, 200, 0.22) 0%, transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}

.stats-section::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translate(50%, -50%);
  width: 520px;
  height: 240px;
  background: radial-gradient(ellipse, rgba(168, 85, 247, 0.22) 0%, transparent 70%);
  filter: blur(70px);
  pointer-events: none;
  z-index: 1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

/* Liquid Glass Card — Semi-Transparent Layout */
.stat-glass-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
  padding: 2.2rem 1.35rem 1.85rem;
  text-align: center;
  cursor: pointer;
  will-change: transform, box-shadow;
  transition: transform 450ms cubic-bezier(.16, 1, .3, 1), box-shadow 450ms cubic-bezier(.16, 1, .3, 1), border-color 400ms ease;
}

.stat-glass-card:hover {
  transform: translateY(-10px) scale(1.03) !important;
}

/* Color Variant Accents */
.stat-glass-card.stat-green:hover {
  border-color: rgba(0, 255, 210, 0.45);
  box-shadow: var(--liquid-shadow-hover), 0 0 35px rgba(0, 255, 210, 0.15), var(--liquid-inset);
}

.stat-glass-card.stat-cyan:hover {
  border-color: rgba(0, 200, 255, 0.45);
  box-shadow: var(--liquid-shadow-hover), 0 0 35px rgba(0, 200, 255, 0.15), var(--liquid-inset);
}

.stat-glass-card.stat-gold:hover {
  border-color: rgba(215, 184, 102, 0.45);
  box-shadow: var(--liquid-shadow-hover), 0 0 35px rgba(215, 184, 102, 0.15), var(--liquid-inset);
}

.stat-glass-card.stat-purple:hover {
  border-color: rgba(124, 92, 255, 0.45);
  box-shadow: var(--liquid-shadow-hover), 0 0 35px rgba(124, 92, 255, 0.15), var(--liquid-inset);
}

/* Glossy Icon Box (Translucent Jewel) */
.stat-glass-icon-box {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  position: relative;
  transition: all 0.4s ease;
  z-index: 3;
}

.stat-green .stat-glass-icon-box {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 255, 210, 0.18) 50%, rgba(0, 180, 150, 0.08) 100%);
  border: 1px solid rgba(0, 255, 210, 0.4);
  color: #00F0CF;
  box-shadow: 0 4px 16px rgba(0, 255, 210, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stat-cyan .stat-glass-icon-box {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.25) 0%, rgba(0, 200, 255, 0.18) 50%, rgba(0, 140, 220, 0.08) 100%);
  border: 1px solid rgba(0, 200, 255, 0.4);
  color: #4DD7E8;
  box-shadow: 0 4px 16px rgba(0, 200, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stat-gold .stat-glass-icon-box {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.25) 0%, rgba(215, 184, 102, 0.2) 50%, rgba(160, 120, 30, 0.08) 100%);
  border: 1px solid rgba(215, 184, 102, 0.4);
  color: #D7B866;
  box-shadow: 0 4px 16px rgba(215, 184, 102, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stat-purple .stat-glass-icon-box {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.25) 0%, rgba(124, 92, 255, 0.2) 50%, rgba(80, 50, 200, 0.08) 100%);
  border: 1px solid rgba(124, 92, 255, 0.4);
  color: #a78bfa;
  box-shadow: 0 4px 16px rgba(124, 92, 255, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.stat-glass-card:hover .stat-glass-icon-box {
  transform: scale(1.08);
}

/* Number Value */
.stat-value {
  font-family: var(--font-heading);
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 20px rgba(0, 255, 210, 0.15);
}

/* Label */
.stat-label {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  line-height: 1.4;
  min-height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

/* Gold Diamond Accent Line */
.stat-diamond-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  position: relative;
  z-index: 3;
}

.diamond-line {
  height: 1px;
  width: 28px;
  background: linear-gradient(90deg, transparent, rgba(215, 184, 102, 0.6), transparent);
}

.diamond-dot {
  color: #D7B866;
  font-size: 0.55rem;
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 960px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 520px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .stats-section {
    margin-top: -1.5rem;
  }
}
/* ============================================
   Section Header — Liquid Glass Premium
   ============================================ */

.section-header {
  text-align: center;
  margin-bottom: var(--space-3xl);
  position: relative;
}

.section-header-badge {
  margin-bottom: 0.85rem;
  background: rgba(0, 255, 210, 0.12);
  color: #00F0CF;
  border: 1px solid rgba(0, 255, 210, 0.30);
  box-shadow: 0 2px 12px rgba(0, 255, 210, 0.12);
}

.section-header-title {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

.section-header-subtitle {
  max-width: 660px;
  margin: 0 auto;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.section-header-light .section-header-title {
  color: #ffffff;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.8);
}

.section-header-light .section-header-subtitle {
  color: rgba(240, 248, 255, 0.85);
}

/* ============================================
   Program Card — Liquid Glass Design System
   ROHIS DARK LIQUID GLASS
   Transparent • Blurred • Subtle Neon • Elegant
   ============================================ */

.program-glass-card {
  display: flex;
  flex-direction: column;
  padding: 2.2rem 1.85rem;
  cursor: pointer;
  will-change: transform, box-shadow;
  transition: transform 450ms cubic-bezier(.16, 1, .3, 1), box-shadow 450ms cubic-bezier(.16, 1, .3, 1), border-color 400ms ease;
}

.program-glass-card:hover {
  transform: translateY(-10px) scale(1.03) !important;
}

/* Content layer above glass shine */
.program-card-content {
  position: relative;
  z-index: 3;
}

/* Glossy Neon App Icon */
.program-glass-icon-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 3;
}

.program-glass-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  background: radial-gradient(
    circle at 35% 25%, 
    rgba(0, 255, 200, 0.25) 0%, 
    color-mix(in srgb, var(--accent-color, #00DDB8) 40%, transparent) 45%, 
    rgba(168, 85, 247, 0.15) 100%
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid color-mix(in srgb, var(--accent-color, #00DDB8) 60%, rgba(0, 255, 200, 0.4));
  color: var(--accent-color, #00F0CF);
  box-shadow: 
    0 4px 16px rgba(0, 255, 210, 0.25), 
    inset 0 1px 2px rgba(0, 255, 200, 0.35);
  transition: var(--transition-liquid);
}

.program-glass-card:hover .program-glass-icon {
  transform: scale(1.08);
  box-shadow: 
    0 8px 24px rgba(0, 255, 210, 0.45), 
    0 0 16px rgba(168, 85, 247, 0.35),
    inset 0 1px 2px rgba(0, 255, 200, 0.6);
}

/* Neon Pill Badge */
.program-badge-wrapper {
  margin-bottom: 0.85rem;
}

.program-neon-badge {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-pill);
  color: var(--accent-color, #00F0CF);
  border: 1px solid color-mix(in srgb, var(--accent-color, #00DDB8) 50%, rgba(0, 255, 200, 0.3));
  background: rgba(0, 255, 210, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Title & Description */
.program-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.program-card-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Checklist items with green checkmarks */
.program-card-checklist {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.program-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}

.check-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00E8C1;
  flex-shrink: 0;
  margin-top: 2px;
  filter: drop-shadow(0 0 6px rgba(0, 255, 210, 0.6));
}

.check-text {
  flex: 1;
}
/* ============================================
   Article Card — Liquid Glass Premium
   ============================================ */

.article-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.article-card:hover {
  transform: translateY(-6px) scale(1.012);
}

.article-card-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.article-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.article-card:hover .article-card-img {
  transform: scale(1.08);
}

.article-card-thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(0, 212, 170, 0.08), rgba(168, 85, 247, 0.06));
}

.article-card-thumb-icon {
  font-size: 3rem;
  opacity: 0.5;
}

.article-card-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 13, 26, 0.7), transparent 60%);
  pointer-events: none;
}

.article-card-category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
}

.article-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.article-card-meta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.article-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.article-card-title a {
  color: var(--color-text);
  transition: color var(--transition-fast);
}

.article-card-title a:hover {
  color: var(--color-primary-light);
}

.article-card-excerpt {
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-primary-light);
  transition: all var(--transition-fast);
  margin-top: auto;
}

.article-card-link:hover {
  color: var(--color-primary);
  gap: 0.55rem;
}
/* ============================================
   Event Card — Liquid Glass Premium
   ============================================ */

.event-card {
  display: flex;
  align-items: stretch;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.event-card:hover {
  transform: translateY(-6px) scale(1.01);
}

/* 3D Sunken Glass Date Plaque */
.event-card-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 95px;
  padding: var(--space-lg);
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.16) 0%, rgba(2, 25, 22, 0.45) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 
    inset 0 2px 3px rgba(255, 255, 255, 0.35),
    inset 0 -2px 3px rgba(0, 0, 0, 0.5),
    inset -2px 0 6px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease;
  position: relative;
}

.event-card-date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, transparent 100%);
  pointer-events: none;
}

.event-card-date.completed {
  background: radial-gradient(100% 100% at 50% 0%, rgba(215, 184, 102, 0.18) 0%, rgba(30, 22, 6, 0.45) 100%);
  border-right: 1px solid rgba(215, 184, 102, 0.3);
}

.event-card:hover .event-card-date {
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.26) 0%, rgba(2, 35, 30, 0.55) 100%);
}

.event-card:hover .event-card-date.completed {
  background: radial-gradient(100% 100% at 50% 0%, rgba(215, 184, 102, 0.28) 0%, rgba(40, 28, 8, 0.55) 100%);
}

.event-card-day {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #00F0CF;
  line-height: 1;
  text-shadow: 0 0 16px rgba(0, 255, 210, 0.45);
}

.event-card-date.completed .event-card-day {
  color: #f5d076;
  text-shadow: 0 0 16px rgba(215, 184, 102, 0.45);
}

.event-card-month {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.35rem;
}

.event-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: var(--space-lg);
}

.event-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.event-card-type {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  font-family: var(--font-heading);
}

.event-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
}

.event-card-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.event-card-details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.35rem;
}

.event-card-detail {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.event-card-detail svg {
  color: #00F0CF;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(0, 255, 210, 0.4));
}

/* Responsive */
@media (max-width: 480px) {
  .event-card {
    flex-direction: column;
  }

  .event-card-date {
    min-width: auto;
    flex-direction: row;
    gap: 0.65rem;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: var(--space-md);
  }
}
/* ============================================
   Member School Card — Liquid Glass Premium
   ============================================ */

.school-card {
  border-radius: var(--radius-xl);
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.school-card:hover {
  transform: translateY(-6px) scale(1.012);
}

.school-card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: var(--space-xl) var(--space-lg);
}

/* 3D Embossed Jewel Icon Cube */
.school-card-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  color: #00F0CF;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32) 0%, rgba(0, 221, 184, 0.2) 50%, rgba(2, 20, 18, 0.7) 100%);
  border: 1.5px solid rgba(0, 255, 210, 0.42);
  box-shadow: 
    0 8px 22px rgba(0, 0, 0, 0.5),
    0 0 16px rgba(0, 255, 210, 0.25),
    inset 0 2px 3px rgba(255, 255, 255, 0.55),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.45);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.school-card:hover .school-card-icon {
  box-shadow: 
    0 12px 28px rgba(0, 0, 0, 0.6),
    0 0 28px rgba(0, 255, 210, 0.45),
    inset 0 2px 3px rgba(255, 255, 255, 0.75);
  transform: scale(1.1) translateY(-2px);
}

.school-card-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
}

.school-card-school {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.school-card-stats {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.school-card-stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
}

.school-card-stat svg {
  color: #00F0CF;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(0, 255, 210, 0.4));
}

.school-card-footer {
  margin-top: 0.35rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
/* ============================================
   Quote Section — Liquid Glass Premium
   ROHIS DARK LIQUID GLASS
   Transparent • Blurred • Subtle Neon • Elegant
   ============================================ */

.quote-section {
  padding: var(--space-4xl) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: var(--space-3xl) var(--space-2xl);
}

.quote-card:hover {
  border-color: rgba(215, 184, 102, 0.55);
}

.quote-arabic {
  font-family: var(--font-arabic);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: #D7B866;
  direction: rtl;
  line-height: 2;
  margin-bottom: var(--space-md);
  text-shadow: 0 0 14px rgba(215, 184, 102, 0.25);
}

.quote-translation {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.90);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: var(--space-md);
}

.quote-reference {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  color: #00F0CF;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-shadow: 0 0 10px rgba(0, 240, 207, 0.2);
}
/* ============================================
   Home Page — Liquid Glass Premium
   ROHIS DARK LIQUID GLASS
   ============================================ */

.home-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-xl);
  position: relative;
}

.home-programs-grid::before {
  content: '';
  position: absolute;
  top: -12%;
  left: -5%;
  width: 540px;
  height: 460px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.28) 0%, rgba(0, 255, 180, 0.12) 45%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.home-programs-grid::after {
  content: '';
  position: absolute;
  bottom: -12%;
  right: -5%;
  width: 540px;
  height: 460px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.28) 0%, rgba(147, 51, 234, 0.12) 45%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

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

@media (max-width: 600px) {
  .home-programs-grid {
    grid-template-columns: 1fr;
  }
}

.home-events-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

/* CTA Section */
.home-cta-section {
  position: relative;
}

.home-cta {
  max-width: 640px;
  margin: 0 auto;
  padding: var(--space-3xl) var(--space-xl);
  text-align: center;
}

.home-cta h2 {
  margin-bottom: var(--space-md);
  background: linear-gradient(
    90deg,
    #00DDB8,
    #00F0CF 45%,
    #4DD7E8
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home-cta p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: var(--space-xl);
}

.home-cta-actions {
  display: flex;
  gap: var(--space-md);
  justify-content: center;
  flex-wrap: wrap;
}
/* ============================================
   Gallery — Liquid Glass Premium
   Exact Match to reference image
   ============================================ */

/* --- Gallery Grid --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}

.gallery-grid::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -3%;
  width: 480px;
  height: 400px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.14), transparent 70%);
  filter: blur(55px);
  pointer-events: none;
  z-index: 0;
}

.gallery-grid::after {
  content: '';
  position: absolute;
  bottom: -10%;
  right: -3%;
  width: 500px;
  height: 400px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.14), transparent 70%);
  filter: blur(55px);
  pointer-events: none;
  z-index: 0;
}

.gallery-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-glass);

  /* Kaca Dasar Transparan */
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.65) 45%,
      rgba(24, 10, 36, 0.65) 100%
    );

  /* Efek Blur Kaca (sedikit dikurangi agar lebih jernih) */
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);

  /* 3D Glass Bevel Border: Neon Green atas/kiri, Neon Purple kanan/bawah */
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top: 1.5px solid rgba(0, 255, 200, 0.60);
  border-left: 1.5px solid rgba(0, 255, 200, 0.38);
  border-right: 1.5px solid rgba(168, 85, 247, 0.45);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.28);

  /* 3D Depth & Floating Elevation */
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 8px 24px -4px rgba(0, 0, 0, 0.45),
    0 0 25px rgba(0, 255, 200, 0.08),
    0 12px 32px rgba(168, 85, 247, 0.10),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.45),
    inset 0 -2px 0 rgba(168, 85, 247, 0.38),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.20),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.20);

  transition:
    transform 450ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 450ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 400ms ease;

  will-change: transform, box-shadow;
}

.gallery-item:hover {
  transform: translateY(-10px) scale(1.025);
  border-top-color: rgba(0, 255, 200, 0.85);
  border-left-color: rgba(0, 255, 200, 0.55);
  border-right-color: rgba(168, 85, 247, 0.75);
  border-bottom-color: rgba(168, 85, 247, 0.45);

  box-shadow:
    0 35px 85px -10px rgba(0, 0, 0, 0.88),
    0 16px 36px -4px rgba(0, 0, 0, 0.60),
    0 0 35px rgba(0, 255, 200, 0.28),
    0 15px 45px rgba(168, 85, 247, 0.25),
    inset 0 2px 0 rgba(0, 255, 200, 0.65),
    inset 0 -2.5px 0 rgba(168, 85, 247, 0.50),
    inset 1.5px 0 0 rgba(0, 255, 200, 0.30),
    inset -1.5px 0 0 rgba(168, 85, 247, 0.30);
}

.gallery-item-image {
  position: relative;
  height: 215px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 20, 25, 0.5);
  z-index: 1;
}

/* 3D Glass Vignette & Reflection on Image */
.gallery-item-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 255, 200, 0.12) 0%,
    transparent 20%,
    transparent 75%,
    rgba(0, 0, 0, 0.45) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.gallery-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(0.16, 1, 0.3, 1), filter 750ms cubic-bezier(0.16, 1, 0.3, 1);
}

.gallery-item:hover .gallery-item-img {
  transform: scale(1.08);
  filter: saturate(115%) contrast(104%);
}

.gallery-item-emoji {
  font-size: 3rem;
  opacity: 0.5;
}

.gallery-item-camera {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  color: var(--color-text-muted);
  opacity: 0.5;
}

/* Media count badge (Top Right 3D dark pill) */
.gallery-card-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
}

.gallery-card-badge span {
  display: inline-flex;
  padding: 0.28rem 0.8rem;
  font-size: 0.74rem;
  font-weight: 600;
  font-family: var(--font-heading);
  color: #ffffff;
  background: rgba(2, 12, 14, 0.78);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  border-radius: var(--radius-full);
  border: 1px solid rgba(0, 255, 200, 0.35);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.65),
    inset 0 1px 0 rgba(0, 255, 200, 0.35),
    inset 0 -1px 0 rgba(168, 85, 247, 0.25);
}

/* Video indicator: Center Red 3D Play Button */
.gallery-video-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow:
    0 0 22px rgba(239, 68, 68, 0.75),
    0 6px 16px rgba(0, 0, 0, 0.6),
    inset 0 1px 1px rgba(255, 255, 255, 0.6);
  z-index: 5;
  transition: all var(--transition-base);
}

.gallery-item:hover .gallery-video-indicator {
  transform: translate(-50%, -50%) scale(1.15);
  box-shadow: 0 0 32px rgba(239, 68, 68, 0.95), 0 4px 18px rgba(0, 0, 0, 0.65);
}

/* Card info overlay with 3D glass shelf effect */
.gallery-item-overlay {
  padding: 1.25rem 1.35rem 1.45rem;
  background: linear-gradient(
    180deg,
    rgba(3, 14, 18, 0.55) 0%,
    rgba(18, 8, 28, 0.70) 100%
  );
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border-top: 1px solid rgba(0, 255, 200, 0.30);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 200, 0.22),
    0 -8px 24px rgba(0, 0, 0, 0.50);
  position: relative;
  z-index: 2;
}

.gallery-overlay-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.45rem;
}

.gallery-overlay-meta .badge {
  background: rgba(0, 255, 200, 0.16);
  color: #00f0cf;
  border: 1px solid rgba(0, 255, 200, 0.45);
  box-shadow: 0 0 10px rgba(0, 255, 200, 0.25), inset 0 1px 0 rgba(0, 255, 200, 0.35);
  font-size: 0.7rem;
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-pill);
}

.gallery-overlay-date {
  font-size: 0.76rem;
  color: rgba(220, 235, 245, 0.6);
}

.gallery-item-overlay h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
}

.gallery-overlay-desc {
  font-size: 0.82rem;
  color: rgba(220, 235, 245, 0.65);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Bottom CTA Pill button matching mockup */
.btn-gallery-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 2.25rem;
  border-radius: var(--radius-full);
  background: 
    linear-gradient(
      135deg,
      rgba(0, 229, 255, 0.12) 0%,
      rgba(0, 212, 170, 0.08) 50%,
      rgba(12, 48, 82, 0.10) 100%
    ),
    var(--glass-recipe);
  border: 1.5px solid rgba(0, 229, 255, 0.5);
  color: #00e5ff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.22), inset 0 1px 1.5px rgba(255, 255, 255, 0.35);
  transition: all var(--transition-base);
  text-decoration: none;
}

.btn-gallery-cta:hover {
  background: 
    linear-gradient(
      135deg,
      rgba(0, 229, 255, 0.22) 0%,
      rgba(0, 212, 170, 0.14) 50%,
      rgba(12, 48, 82, 0.15) 100%
    ),
    var(--glass-recipe);
  border-color: #00e5ff;
  color: #ffffff;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 0 36px rgba(0, 229, 255, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

/* ============================================
   Cinema Lightbox Modal — Liquid Glass
   ============================================ */

.gallery-cinema-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  animation: fadeIn 0.25s ease-out;
}

.gallery-cinema-modal {
  width: 95%;
  max-width: 960px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  background: 
    linear-gradient(
      135deg,
      rgba(0, 229, 255, 0.06) 0%,
      rgba(0, 212, 170, 0.04) 50%,
      rgba(12, 48, 82, 0.15) 100%
    ),
    var(--glass-recipe);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  border: 1.5px solid rgba(0, 229, 255, 0.35);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.7), var(--glass-inset);
  animation: scaleIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top Bar */
.cinema-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-md);
  padding: 0.85rem var(--space-lg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.cinema-title-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.cinema-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cinema-top-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.cinema-counter-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text-muted);
  padding: 0.2rem 0.6rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cinema-icon-btn {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--color-text-secondary);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.cinema-icon-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-text);
}

.cinema-close-btn:hover {
  background: rgba(255, 77, 106, 0.15);
  color: var(--color-danger);
  border-color: rgba(255, 77, 106, 0.25);
}

/* Stage */
.cinema-stage {
  position: relative;
  flex: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.cinema-video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cinema-iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border: none;
}

.cinema-direct-video {
  max-width: 100%;
  max-height: 500px;
  border-radius: var(--radius-sm);
}

.cinema-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
}

.cinema-main-img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

.cinema-caption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.75rem var(--space-lg);
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

.cinema-caption-overlay p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  font-style: italic;
  text-align: center;
}

/* Placeholder */
.gallery-modal-placeholder {
  text-align: center;
  padding: var(--space-3xl);
}

.gallery-modal-placeholder span {
  font-size: 4rem;
  display: block;
  margin-bottom: var(--space-md);
}

.gallery-modal-placeholder p {
  color: var(--color-text-muted);
}

/* Navigation buttons */
.cinema-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all var(--transition-fast);
  cursor: pointer;
  z-index: 5;
}

.cinema-nav-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.cinema-nav-prev { left: 0.75rem; }
.cinema-nav-next { right: 0.75rem; }

/* Filmstrip */
.cinema-filmstrip-container {
  padding: 0.65rem var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.cinema-filmstrip {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.cinema-filmstrip::-webkit-scrollbar {
  display: none;
}

.cinema-thumb-btn {
  flex-shrink: 0;
  width: 56px;
  height: 42px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: all var(--transition-fast);
  position: relative;
}

.cinema-thumb-btn.active {
  border-color: var(--color-primary);
  box-shadow: 0 0 12px rgba(0, 212, 170, 0.25);
}

.cinema-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinema-thumb-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
}

.cinema-thumb-play {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
}

/* Bottom Info */
.cinema-bottom-info {
  padding: 0.85rem var(--space-lg);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.cinema-meta-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}

.cinema-date {
  font-size: 0.82rem;
  color: var(--color-text-muted);
}

.cinema-summary-count {
  font-size: 0.78rem;
  color: var(--color-text-muted);
  padding: 0.15rem 0.5rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.cinema-description {
  font-size: 0.88rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item-image {
    height: 200px;
  }

  .gallery-cinema-modal {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .cinema-main-img {
    max-height: 350px;
  }
}
/* ============================================
   Team Card — Liquid Glass Premium
   ============================================ */

.team-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: var(--space-lg);
}

.team-card-leader {
  border-color: rgba(215, 184, 102, 0.45);
  box-shadow: var(--liquid-shadow), 0 0 24px rgba(215, 184, 102, 0.12), var(--liquid-inset);
}

.team-card-leader:hover {
  border-color: rgba(215, 184, 102, 0.65);
  box-shadow: var(--liquid-shadow-hover), 0 0 35px rgba(215, 184, 102, 0.25), var(--liquid-inset);
}

.team-card-avatar {
  flex-shrink: 0;
}

/* 3D Embossed Sphere */
.team-card-avatar-placeholder {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.15rem;
  color: #00F0CF;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32) 0%, rgba(0, 221, 184, 0.22) 50%, rgba(2, 18, 16, 0.7) 100%);
  border: 1.5px solid rgba(0, 255, 210, 0.45);
  box-shadow: 
    0 8px 18px -4px rgba(0, 0, 0, 0.6),
    0 0 16px rgba(0, 255, 210, 0.25),
    inset 0 2px 3px rgba(255, 255, 255, 0.6),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card-leader .team-card-avatar-placeholder {
  color: #f5d076;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35) 0%, rgba(215, 184, 102, 0.25) 50%, rgba(30, 20, 5, 0.7) 100%);
  border-color: rgba(215, 184, 102, 0.55);
  box-shadow: 
    0 8px 18px -4px rgba(0, 0, 0, 0.6),
    0 0 18px rgba(215, 184, 102, 0.3),
    inset 0 2px 3px rgba(255, 255, 255, 0.65),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.5);
}

.team-card:hover .team-card-avatar-placeholder {
  transform: scale(1.1) translateY(-2px);
}

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

.team-card-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-card-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}

/* 3D Jewel Badges */
.team-card-division {
  display: inline-flex;
  padding: 0.2rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  font-family: var(--font-heading);
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 1px solid rgba(0, 255, 210, 0.35);
  color: #00F0CF;
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.22) 0%, rgba(0, 255, 210, 0.05) 100%);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.team-card-role {
  display: inline-flex;
  padding: 0.2rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  font-family: var(--font-heading);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.role-highlight {
  color: #f5d076;
  background: radial-gradient(100% 100% at 50% 0%, rgba(215, 184, 102, 0.25) 0%, rgba(215, 184, 102, 0.06) 100%);
  border-color: rgba(215, 184, 102, 0.4);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.35),
    0 0 12px rgba(215, 184, 102, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
}

.team-card-school {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-card-bio {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  margin-bottom: 0.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-card-social {
  margin-top: 0.35rem;
}

/* 3D Glass Pill Link */
.team-card-ig-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 
    0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.team-card-ig-link:hover {
  color: #ffffff;
  border-color: rgba(236, 72, 153, 0.5);
  background: radial-gradient(100% 100% at 50% 0%, rgba(236, 72, 153, 0.3) 0%, rgba(236, 72, 153, 0.1) 100%);
  box-shadow: 
    0 6px 16px rgba(236, 72, 153, 0.35),
    0 0 16px rgba(236, 72, 153, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(-2px);
}
/* ============================================
   About Page — Liquid Glass Premium
   ============================================ */

/* --- Page Hero (Shared across pages) --- */
.page-hero {
  padding: calc(var(--navbar-height) + var(--space-3xl)) 0 var(--space-3xl);
  background: transparent;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 212, 170, 0.12), transparent 55%),
    radial-gradient(circle at 10% 25%, rgba(0, 229, 255, 0.08), transparent 45%),
    radial-gradient(ellipse 40% 30% at 80% 80%, rgba(232, 184, 77, 0.06), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.page-hero > * {
  position: relative;
  z-index: 1;
}

.page-hero-title {
  margin-top: var(--space-md);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #00DDB8,
    #00F0CF 45%,
    #4DD7E8
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-hero-subtitle {
  max-width: 640px;
  margin: var(--space-md) auto 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
}

/* --- Story Section --- */
.about-story {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: var(--space-2xl);
  align-items: start;
}

.about-story-content h2 {
  font-size: 1.5rem;
  margin-bottom: var(--space-lg);
  color: var(--color-text);
}

.about-story-content p {
  font-size: 0.95rem;
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-md);
}

.about-story-visual {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.about-story-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-lg);
  text-align: center;
}

.about-story-year {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: #00F0CF;
  line-height: 1;
  text-shadow: 0 0 16px rgba(0, 255, 210, 0.4);
}

.about-story-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.35rem;
}

/* --- Vision & Mission --- */
.about-vm-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xl);
}

.about-vm-card {
  padding: var(--space-2xl);
}

/* 3D Jewel Icon Box */
.about-vm-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
  color: #00F0CF;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35) 0%, rgba(0, 221, 184, 0.22) 50%, rgba(2, 20, 18, 0.7) 100%);
  border: 1.5px solid rgba(0, 255, 210, 0.45);
  box-shadow: 
    0 8px 22px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(0, 255, 210, 0.3),
    inset 0 2px 3px rgba(255, 255, 255, 0.6),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.45);
  margin-bottom: var(--space-lg);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-vm-card:hover .about-vm-icon {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 
    0 12px 28px rgba(0, 0, 0, 0.6),
    0 0 30px rgba(0, 255, 210, 0.45),
    inset 0 2px 3px rgba(255, 255, 255, 0.8);
}

.about-vm-icon-gold {
  color: #f5d076;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35) 0%, rgba(215, 184, 102, 0.25) 50%, rgba(30, 20, 5, 0.7) 100%);
  border-color: rgba(215, 184, 102, 0.55);
  box-shadow: 
    0 8px 22px rgba(0, 0, 0, 0.5),
    0 0 20px rgba(215, 184, 102, 0.3),
    inset 0 2px 3px rgba(255, 255, 255, 0.6),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.45);
}

.about-vm-card h3 {
  font-size: 1.35rem;
  margin-bottom: var(--space-md);
  color: #ffffff;
}

.about-vm-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
}

.about-vm-card ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.about-vm-card ul li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  line-height: 1.6;
}

.about-vm-card ul li::before {
  content: '✓';
  color: #00F0CF;
  font-weight: 800;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(0, 255, 210, 0.6));
}

/* --- Values --- */
.about-value-card {
  padding: var(--space-xl);
  text-align: center;
}

.about-value-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-md);
  border-radius: var(--radius-md);
  color: #00F0CF;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32) 0%, rgba(0, 221, 184, 0.2) 50%, rgba(2, 20, 18, 0.7) 100%);
  border: 1.5px solid rgba(0, 255, 210, 0.4);
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.5),
    0 0 16px rgba(0, 255, 210, 0.25),
    inset 0 2px 3px rgba(255, 255, 255, 0.55),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.45);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-value-card:hover .about-value-icon {
  transform: scale(1.1) translateY(-2px);
}

.about-value-card h4 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
}

.about-value-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

/* --- Division Tabs (MemberSchools) --- */
.about-div-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: var(--space-2xl);
}

/* 3D Glass Tab Pills */
.about-div-tab {
  padding: 0.6rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--font-heading);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.75);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 8px 18px -4px rgba(0, 0, 0, 0.45),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.about-div-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 210, 0.4);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 24px -4px rgba(0, 0, 0, 0.55),
    0 0 16px rgba(0, 255, 210, 0.2),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.55);
}

.about-div-tab.active {
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.28) 0%, rgba(0, 255, 210, 0.08) 100%),
    rgba(0, 221, 184, 0.12);
  border-color: rgba(0, 255, 210, 0.55);
  color: #00F0CF;
  box-shadow: 
    0 12px 24px -4px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(0, 255, 210, 0.35),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

/* Division blocks */
.about-division-block {
  margin-bottom: var(--space-3xl);
}

.about-division-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-md);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.about-division-header h3 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.about-division-header p {
  font-size: 0.88rem;
  color: var(--color-text-muted);
}

/* Responsive */
@media (max-width: 768px) {
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-vm-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: calc(var(--navbar-height) + var(--space-2xl)) 0 var(--space-2xl);
  }
}
/* ============================================
   Articles Page — Liquid Glass Premium
   ============================================ */

/* Filter Buttons */
.articles-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: var(--space-2xl);
}

.articles-filter-btn {
  padding: 0.6rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  font-family: var(--font-heading);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.75);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: var(--liquid-blur);
  -webkit-backdrop-filter: var(--liquid-blur);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 
    0 8px 18px -4px rgba(0, 0, 0, 0.4),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}

.articles-filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 210, 0.45);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 24px -4px rgba(0, 0, 0, 0.55),
    0 0 16px rgba(0, 255, 210, 0.2),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.6);
}

.articles-filter-btn.active {
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 210, 0.28) 0%, rgba(0, 255, 210, 0.08) 100%),
    rgba(0, 221, 184, 0.12);
  border-color: rgba(0, 255, 210, 0.55);
  color: #00F0CF;
  box-shadow: 
    0 12px 24px -4px rgba(0, 0, 0, 0.55),
    0 0 24px rgba(0, 255, 210, 0.35),
    inset 0 1.5px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
}

/* Article Detail */
.article-detail {
  max-width: 800px;
  margin: 0 auto;
}

.article-detail-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.article-detail-meta-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}

.article-detail-meta-item svg {
  color: #00F0CF;
  filter: drop-shadow(0 0 6px rgba(0, 255, 210, 0.4));
}

.article-detail-cover-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  margin-bottom: var(--space-2xl);
  border: 1.5px solid var(--liquid-border);
  box-shadow: var(--liquid-shadow), var(--liquid-inset);
}

.article-detail-cover-img {
  width: 100%;
  object-fit: cover;
  max-height: 420px;
}

.article-detail-content {
  font-size: 1.05rem;
  line-height: 1.85;
  color: var(--color-text-secondary);
}

.article-detail-content p {
  margin-bottom: var(--space-lg);
}

.article-detail-content strong {
  color: var(--color-text);
  font-weight: 600;
}

.article-detail-back {
  margin-top: var(--space-3xl);
  padding-top: var(--space-xl);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
/* ============================================
   Registration Page — Liquid Glass Premium
   ============================================ */

.reg-wrapper {
  max-width: 640px;
  margin: 0 auto;
}

/* Steps */
.reg-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: var(--space-2xl);
}

.reg-step {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  opacity: 0.4;
  transition: all var(--transition-base);
}

.reg-step.active {
  opacity: 1;
}

.reg-step-num {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.04) 60%, rgba(0, 0, 0, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 
    0 4px 10px rgba(0, 0, 0, 0.4),
    inset 0 1.5px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.reg-step.active .reg-step-num {
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.35) 0%, rgba(0, 221, 184, 0.25) 50%, rgba(2, 20, 18, 0.8) 100%);
  border-color: rgba(0, 255, 210, 0.55);
  color: #00F0CF;
  box-shadow: 
    0 6px 18px rgba(0, 0, 0, 0.5),
    0 0 18px rgba(0, 255, 210, 0.35),
    inset 0 2px 3px rgba(255, 255, 255, 0.6),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
}

.reg-step span {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-heading);
}

.reg-step.active span {
  color: #ffffff;
}

.reg-step-arrow {
  color: rgba(255, 255, 255, 0.3);
}

/* Form */
.reg-form {
  padding: var(--space-2xl);
}

.reg-form-step {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.reg-form-step h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  color: var(--color-text);
  margin-bottom: 0;
}

.reg-form-step h3 svg {
  color: var(--color-primary);
}

.reg-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.reg-form-actions {
  display: flex;
  gap: var(--space-md);
  justify-content: flex-end;
  margin-top: var(--space-sm);
}

/* Success */
.reg-success {
  max-width: 500px;
  margin: 0 auto;
}

.reg-success-icon {
  color: var(--color-primary);
  margin-bottom: var(--space-lg);
}

.reg-success h1 {
  font-size: 2rem;
  margin-bottom: var(--space-md);
}

.reg-success p {
  color: var(--color-text-muted);
  line-height: 1.7;
}

.reg-success-note {
  margin-top: var(--space-md);
  font-size: 1.15rem;
  color: var(--color-gold) !important;
}

/* Responsive */
@media (max-width: 600px) {
  .reg-form-row {
    grid-template-columns: 1fr;
  }

  .reg-steps {
    flex-wrap: wrap;
    gap: 0.35rem;
  }

  .reg-step span {
    display: none;
  }
}
/* ============================================
   Contact Page — Liquid Glass Premium
   ============================================ */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--space-2xl);
  align-items: start;
}

.contact-info h3 {
  font-size: 1.3rem;
  margin-bottom: var(--space-sm);
}

.contact-info > p {
  font-size: 0.92rem;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
}

.contact-info-item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

/* 3D Jewel Contact Icon */
.contact-info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-md);
  color: #00F0CF;
  background: radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.32) 0%, rgba(0, 221, 184, 0.2) 50%, rgba(2, 20, 18, 0.7) 100%);
  border: 1.5px solid rgba(0, 255, 210, 0.42);
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.4),
    0 0 16px rgba(0, 255, 210, 0.2),
    inset 0 2px 3px rgba(255, 255, 255, 0.55),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-info-item:hover .contact-info-icon {
  transform: scale(1.1) translateY(-2px);
  box-shadow: 
    0 12px 24px rgba(0, 0, 0, 0.5),
    0 0 24px rgba(0, 255, 210, 0.4),
    inset 0 2px 3px rgba(255, 255, 255, 0.75);
}

.contact-info-item h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  color: #ffffff;
}

.contact-info-item p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}

/* Social */
.contact-social h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: var(--space-md);
}

.contact-social-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

/* 3D Glass Social Links */
.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  background: 
    radial-gradient(100% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 100%),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: var(--liquid-blur);
  -webkit-backdrop-filter: var(--liquid-blur);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
  box-shadow: 
    0 8px 18px -4px rgba(0, 0, 0, 0.4),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.35);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-social-link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 210, 0.45);
  color: #00F0CF;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 
    0 12px 24px -4px rgba(0, 0, 0, 0.55),
    0 0 20px rgba(0, 255, 210, 0.25),
    inset 0 1.2px 0 rgba(255, 255, 255, 0.6);
}

/* 3D Form Wrapper */
.contact-form-wrapper {
  padding: var(--space-2xl);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
  position: relative;
  z-index: 1;
}

.contact-form h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0;
}

.contact-success {
  text-align: center;
  padding: var(--space-3xl) var(--space-xl);
}

.contact-success svg {
  color: #00F0CF;
  margin-bottom: var(--space-md);
  filter: drop-shadow(0 0 12px rgba(0, 255, 210, 0.5));
}

.contact-success h3 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: var(--space-md);
}

.contact-success p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

/* 3D Sunken Map Frame */
.contact-map-embed {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1.5px solid var(--liquid-border);
  box-shadow: var(--liquid-shadow), var(--liquid-inset);
}

/* Responsive */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================
   ROHIS Kabupaten Banyumas — Admin CMS Styles
   Ultra-Professional, Clean & Responsive
   ============================================ */

/* --- Login Page --- */
.admin-login-page {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-3xl) 0;
}

.admin-login-wrapper {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
}

.admin-login-card {
  padding: var(--space-2xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.68) 45%,
      rgba(24, 10, 36, 0.68) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top: 1.5px solid rgba(0, 255, 200, 0.60);
  border-left: 1.5px solid rgba(0, 255, 200, 0.38);
  border-right: 1.5px solid rgba(168, 85, 247, 0.45);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.28);
  border-radius: var(--radius-xl);
  box-shadow:
    0 30px 70px -10px rgba(0, 0, 0, 0.80),
    0 10px 25px -4px rgba(0, 0, 0, 0.50),
    0 0 30px rgba(0, 255, 200, 0.10),
    0 12px 35px rgba(168, 85, 247, 0.12),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.45),
    inset 0 -2px 0 rgba(168, 85, 247, 0.40);
  position: relative;
  overflow: hidden;
}

.admin-login-header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.admin-login-logo {
  width: 72px;
  height: 72px;
  margin: 0 auto var(--space-md);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, rgba(0, 255, 200, 0.25) 0%, rgba(4, 16, 20, 0.8) 70%);
  border: 2px solid rgba(0, 255, 200, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  box-shadow: 0 0 24px rgba(0, 255, 200, 0.35), inset 0 1px 2px rgba(0, 255, 200, 0.4);
}

.admin-login-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-login-header h2 {
  font-size: 1.6rem;
  color: var(--color-text);
  margin: var(--space-sm) 0;
}

.admin-login-header p {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.5;
}

.admin-alert {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  margin-bottom: var(--space-lg);
  font-size: 0.875rem;
}

.admin-alert-danger {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #f87171;
}

.input-password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-password-wrapper .form-input {
  padding-right: 2.75rem;
}

.btn-password-toggle {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color var(--transition-fast);
}

.btn-password-toggle:hover {
  color: var(--color-text);
}

.login-options-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
}

.login-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  cursor: pointer;
}

.btn-login {
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
}

.admin-login-footer {
  text-align: center;
  margin-top: var(--space-xl);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

.btn-back-home {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  transition: color var(--transition-fast);
}

.btn-back-home:hover {
  color: #00F0CF;
}

/* --- Admin Layout --- */
.admin-layout {
  min-height: 100vh;
  background: var(--dark-bg);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.admin-layout::before {
  content: '';
  position: fixed;
  top: 12%;
  left: 15%;
  width: 550px;
  height: 550px;
  background: radial-gradient(circle, rgba(0, 255, 200, 0.08) 0%, transparent 70%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.admin-layout::after {
  content: '';
  position: fixed;
  bottom: 8%;
  right: 12%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(168, 85, 247, 0.08) 0%, transparent 70%);
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
}

/* Topbar */
.admin-topbar {
  background: linear-gradient(
    180deg,
    rgba(4, 16, 20, 0.82) 0%,
    rgba(18, 8, 28, 0.82) 100%
  );
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  border-bottom: 1px solid rgba(0, 255, 200, 0.25);
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.45),
    inset 0 -1px 0 rgba(168, 85, 247, 0.25);
  padding: 0.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.admin-brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.admin-brand h3 {
  font-size: 1.1rem;
  margin: 0;
  color: var(--color-text);
  font-weight: 700;
}

.admin-status-badge {
  font-size: 0.725rem;
  color: var(--color-primary-light);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--color-primary-light);
  box-shadow: 0 0 8px var(--color-primary-light);
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.admin-topbar-right {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.btn-danger-ghost {
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
  border-radius: var(--radius-md);
  padding: 0.35rem 0.75rem;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.btn-danger-ghost:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ffffff;
  border-color: #ef4444;
}

/* Sidebar & Content */
.admin-container {
  display: flex;
  flex: 1;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.admin-sidebar {
  width: 260px;
  background: linear-gradient(
    180deg,
    rgba(4, 16, 20, 0.68) 0%,
    rgba(18, 8, 28, 0.68) 100%
  );
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  border-right: 1px solid rgba(0, 255, 200, 0.20);
  box-shadow: inset -1px 0 0 rgba(168, 85, 247, 0.18);
  padding: var(--space-xl) var(--space-md);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.admin-nav {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.admin-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  color: var(--color-text-secondary);
  background: transparent;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.admin-nav-item:hover {
  background: rgba(0, 255, 200, 0.08);
  border-color: rgba(0, 255, 200, 0.25);
  color: #ffffff;
  transform: translateX(4px);
}

.admin-nav-item.active {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.20) 0%,
    rgba(168, 85, 247, 0.16) 100%
  );
  color: #00F0CF;
  border: 1px solid rgba(0, 255, 200, 0.40);
  border-left: 3.5px solid #00F0CF;
  font-weight: 600;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(0, 255, 200, 0.35),
    inset 0 -1px 0 rgba(168, 85, 247, 0.25);
}

.nav-counter {
  margin-left: auto;
  font-size: 0.75rem;
  background: rgba(0, 255, 200, 0.15);
  border: 1px solid rgba(0, 255, 200, 0.3);
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-full);
  color: #00F0CF;
}

.admin-nav-item.active .nav-counter {
  background: #00DDB8;
  color: #041315;
  font-weight: 700;
}

.admin-nav-separator {
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 255, 200, 0.25) 0%, rgba(168, 85, 247, 0.25) 100%);
  margin: var(--space-md) 0;
}

.admin-sidebar-footer {
  padding-top: var(--space-lg);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

.org-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text);
  margin: 0;
}

.period-label {
  font-size: 0.75rem;
  color: var(--color-gold-light);
  margin: 0;
}

/* Content Area */
.admin-content {
  flex: 1;
  padding: var(--space-2xl);
  overflow-y: auto;
}

.tab-pane {
  animation: fadeIn 0.25s ease-out;
}

.admin-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
  gap: var(--space-md);
}

.admin-header-row h2 {
  font-size: 1.75rem;
  color: var(--color-text);
  margin: 0 0 0.35rem 0;
}

.admin-header-row p {
  color: var(--color-text-secondary);
  font-size: 0.95rem;
  margin: 0;
}

.quick-actions {
  display: flex;
  gap: 0.5rem;
}

/* Overview Stats Grid */
.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-2xl);
}

.admin-stat-card {
  padding: var(--space-xl);
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.65) 45%,
      rgba(24, 10, 36, 0.65) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  box-shadow:
    0 20px 50px -8px rgba(0, 0, 0, 0.70),
    0 6px 18px rgba(0, 0, 0, 0.40),
    0 0 20px rgba(0, 255, 200, 0.08),
    0 10px 25px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  transition:
    transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 350ms ease;
  will-change: transform, box-shadow;
}

.admin-stat-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-top-color: rgba(0, 255, 200, 0.80);
  border-right-color: rgba(168, 85, 247, 0.70);
  box-shadow:
    0 28px 65px -8px rgba(0, 0, 0, 0.82),
    0 0 30px rgba(0, 255, 200, 0.22),
    0 12px 35px rgba(168, 85, 247, 0.20),
    inset 0 2px 0 rgba(0, 255, 200, 0.60),
    inset 0 -2px 0 rgba(168, 85, 247, 0.45);
}

/* 3D Embossed Stat Icon (no white glare) */
.stat-card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space-md);
  box-shadow: 
    0 8px 18px rgba(0, 0, 0, 0.45),
    inset 0 1.5px 2px rgba(0, 255, 200, 0.4),
    inset 0 -1.5px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.admin-stat-card:hover .stat-card-icon {
  transform: scale(1.1) translateY(-2px);
}

.stat-icon-emerald { 
  background: radial-gradient(circle at 35% 25%, rgba(0, 255, 200, 0.25) 0%, rgba(5, 150, 105, 0.35) 50%, rgba(2, 25, 20, 0.7) 100%);
  color: #00F0CF; 
  border: 1.5px solid rgba(0, 255, 210, 0.45);
  box-shadow: 0 0 18px rgba(0, 255, 210, 0.25);
}

.stat-icon-blue { 
  background: radial-gradient(circle at 35% 25%, rgba(0, 220, 255, 0.25) 0%, rgba(59, 130, 246, 0.35) 50%, rgba(10, 20, 45, 0.7) 100%);
  color: #60a5fa; 
  border: 1.5px solid rgba(59, 130, 246, 0.45);
  box-shadow: 0 0 18px rgba(59, 130, 246, 0.25);
}

.stat-icon-gold { 
  background: radial-gradient(circle at 35% 25%, rgba(245, 208, 118, 0.25) 0%, rgba(212, 168, 67, 0.35) 50%, rgba(35, 25, 8, 0.7) 100%);
  color: #f5d076; 
  border: 1.5px solid rgba(215, 184, 102, 0.45);
  box-shadow: 0 0 18px rgba(215, 184, 102, 0.25);
}

.stat-icon-purple { 
  background: radial-gradient(circle at 35% 25%, rgba(168, 85, 247, 0.25) 0%, rgba(147, 51, 234, 0.35) 50%, rgba(25, 10, 45, 0.7) 100%);
  color: #c084fc; 
  border: 1.5px solid rgba(168, 85, 247, 0.45);
  box-shadow: 0 0 18px rgba(168, 85, 247, 0.25);
}

.stat-icon-rose { 
  background: radial-gradient(circle at 35% 25%, rgba(251, 113, 133, 0.25) 0%, rgba(244, 63, 94, 0.35) 50%, rgba(45, 10, 20, 0.7) 100%);
  color: #fb7185; 
  border: 1.5px solid rgba(244, 63, 94, 0.45);
  box-shadow: 0 0 18px rgba(244, 63, 94, 0.25);
}

.stat-count {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  display: block;
  line-height: 1.1;
  text-shadow: 0 0 16px rgba(0, 255, 210, 0.25);
}

.stat-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: var(--space-md);
  margin-top: 0.35rem;
}

.stat-card-link {
  margin-top: auto;
  font-size: 0.82rem;
  font-weight: 700;
  color: #00F0CF;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  transition: color var(--transition-fast);
}

.stat-card-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 255, 210, 0.5);
}

/* 3D Sync Banner */
.admin-sync-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-xl) var(--space-2xl);
  background: 
    radial-gradient(100% 100% at 20% 0%, rgba(0, 255, 200, 0.12) 0%, transparent 70%),
    linear-gradient(140deg, rgba(0, 255, 200, 0.05) 0%, rgba(4, 16, 20, 0.7) 45%, rgba(24, 10, 36, 0.7) 100%);
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top: 1.5px solid rgba(0, 255, 200, 0.60);
  border-right: 1.5px solid rgba(168, 85, 247, 0.45);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.28);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(0, 255, 200, 0.10),
    0 10px 30px rgba(168, 85, 247, 0.10),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.45),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  margin-bottom: var(--space-2xl);
  flex-wrap: wrap;
  gap: var(--space-lg);
  position: relative;
  overflow: hidden;
}

.admin-sync-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 200, 0.16) 0%,
    transparent 45%,
    rgba(168, 85, 247, 0.12) 100%
  );
  border-radius: inherit;
  pointer-events: none;
}

.sync-banner-content {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.sync-banner-icon {
  color: var(--color-primary-light);
  flex-shrink: 0;
}

.sync-banner-content h4 {
  margin: 0 0 0.25rem 0;
  color: #ffffff;
}

.sync-banner-content p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  max-width: 750px;
}

/* Overview Grid */
.admin-overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: var(--space-xl);
}

.overview-panel {
  padding: var(--space-xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.68) 45%,
      rgba(24, 10, 36, 0.68) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  position: relative;
  overflow: hidden;
}

.overview-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(0, 255, 200, 0.14) 0%,
    transparent 50%,
    rgba(168, 85, 247, 0.10) 100%
  );
  border-radius: inherit;
  pointer-events: none;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.panel-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: #ffffff;
}

.btn-link-sm {
  background: none;
  border: none;
  color: #00F0CF;
  font-size: 0.85rem;
  cursor: pointer;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.btn-link-sm:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 255, 200, 0.5);
}

.overview-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.overview-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  border-radius: var(--radius-md);
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.04) 0%,
    rgba(4, 16, 20, 0.60) 50%,
    rgba(24, 10, 36, 0.55) 100%
  );
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(0, 255, 200, 0.18);
  border-top: 1.5px solid rgba(0, 255, 200, 0.38);
  border-right: 1.5px solid rgba(168, 85, 247, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(0, 255, 200, 0.25),
    inset 0 -1px 0 rgba(168, 85, 247, 0.20),
    0 4px 14px rgba(0, 0, 0, 0.40);
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.overview-item:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.08) 0%,
    rgba(4, 16, 20, 0.75) 50%,
    rgba(24, 10, 36, 0.70) 100%
  );
  border-color: rgba(0, 255, 200, 0.45);
  border-right-color: rgba(168, 85, 247, 0.45);
  transform: translateX(4px);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.50),
    0 0 16px rgba(0, 255, 200, 0.15),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.45);
}

.overview-item-title strong {
  display: block;
  font-size: 0.9rem;
  color: var(--color-text);
  margin-bottom: 0.2rem;
}

.overview-item-meta {
  font-size: 0.75rem;
  color: var(--color-text-secondary);
}

/* Filter Bar */
.admin-filter-bar {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
  flex-wrap: wrap;
}

.search-input-wrapper {
  position: relative;
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: center;
}

.search-input-wrapper svg {
  position: absolute;
  left: 0.85rem;
  color: #00F0CF;
  opacity: 0.75;
}

.search-input-wrapper input {
  width: 100%;
  padding: 0.65rem 2.2rem 0.65rem 2.5rem;
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.03) 0%,
    rgba(4, 16, 20, 0.70) 50%,
    rgba(24, 10, 36, 0.70) 100%
  );
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.45);
  border-right: 1.5px solid rgba(168, 85, 247, 0.35);
  border-radius: var(--radius-md);
  color: var(--color-text);
  font-size: 0.875rem;
  box-shadow:
    inset 0 2px 5px rgba(0, 0, 0, 0.50),
    inset 0 -1px 0 rgba(168, 85, 247, 0.20);
  transition: all var(--transition-fast);
}

.search-input-wrapper input:focus {
  outline: none;
  border-color: rgba(0, 255, 200, 0.70);
  box-shadow:
    0 0 16px rgba(0, 255, 200, 0.25),
    0 0 24px rgba(168, 85, 247, 0.15),
    inset 0 2px 4px rgba(0, 0, 0, 0.50);
}

.btn-clear-search {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--color-text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: color var(--transition-fast);
}

.btn-clear-search:hover {
  color: #00F0CF;
}

.filter-select-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-select-wrapper label {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
  font-weight: 500;
}

/* 3D Liquid Glass Table */
.admin-table-wrapper {
  overflow-x: auto;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.70) 45%,
      rgba(24, 10, 36, 0.70) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  position: relative;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.admin-table th {
  text-align: left;
  padding: 1.1rem 1.25rem;
  background: rgba(4, 16, 20, 0.85);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 255, 200, 0.22);
}

.admin-table td {
  padding: 1.05rem 1.25rem;
  border-bottom: 1px solid rgba(0, 255, 200, 0.08);
  color: var(--color-text);
  vertical-align: middle;
}

.admin-table tbody tr {
  transition: background 0.25s ease;
}

.admin-table tbody tr:hover {
  background: rgba(0, 255, 200, 0.045);
}

.table-title {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  color: #ffffff;
}

.table-slug, .table-sub, .table-speaker {
  display: block;
  font-size: 0.775rem;
  color: var(--color-text-secondary);
  margin-top: 0.15rem;
}

.table-addr {
  font-size: 0.85rem;
  color: var(--color-text-secondary);
}

.table-ig-link {
  color: #c084fc !important;
  font-weight: 500;
  text-decoration: none;
  transition: all var(--transition-fast);
}

.table-ig-link:hover {
  color: #00F0CF !important;
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(0, 255, 200, 0.4);
}

.badge-completed {
  background: rgba(100, 116, 139, 0.2);
  color: #94a3b8;
  border: 1px solid rgba(100, 116, 139, 0.3);
}

.table-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
}

/* 3D Neon Glass Action Buttons */
.btn-icon {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.06) 0%,
    rgba(24, 10, 36, 0.40) 100%
  );
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1px solid rgba(0, 255, 200, 0.45);
  border-bottom: 1px solid rgba(168, 85, 247, 0.35);
  color: var(--color-text);
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(0, 255, 200, 0.30);
  transition: all var(--transition-fast);
}

.btn-icon:hover {
  background: linear-gradient(
    135deg,
    rgba(0, 255, 200, 0.16) 0%,
    rgba(168, 85, 247, 0.16) 100%
  );
  border-color: rgba(0, 255, 200, 0.55);
  color: #00F0CF;
  transform: translateY(-2px);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.45),
    0 0 12px rgba(0, 255, 200, 0.30);
}

.btn-icon-edit:hover {
  background: rgba(59, 130, 246, 0.25);
  color: #60a5fa;
  border-color: rgba(96, 165, 250, 0.60);
  box-shadow: 0 0 14px rgba(59, 130, 246, 0.40);
}

.btn-icon-delete:hover {
  background: rgba(239, 68, 68, 0.25);
  color: #f87171;
  border-color: rgba(239, 68, 68, 0.60);
  box-shadow: 0 0 14px rgba(239, 68, 68, 0.40);
}

/* 3D Liquid Glass Gallery Grid */
.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-xl);
}

.admin-gallery-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.68) 45%,
      rgba(24, 10, 36, 0.68) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-xl);
  box-shadow:
    0 20px 50px -8px rgba(0, 0, 0, 0.75),
    0 6px 18px rgba(0, 0, 0, 0.40),
    0 0 20px rgba(0, 255, 200, 0.06),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  transition:
    transform 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 400ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 350ms ease;
  position: relative;
}

.admin-gallery-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-top-color: rgba(0, 255, 200, 0.80);
  border-right-color: rgba(168, 85, 247, 0.70);
  box-shadow:
    0 28px 65px -8px rgba(0, 0, 0, 0.82),
    0 0 30px rgba(0, 255, 200, 0.22),
    0 12px 35px rgba(168, 85, 247, 0.20),
    inset 0 2px 0 rgba(0, 255, 200, 0.60),
    inset 0 -2px 0 rgba(168, 85, 247, 0.45);
}

.admin-gallery-preview {
  position: relative;
  aspect-ratio: 16 / 10;
  background: rgba(4, 16, 20, 0.80);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.admin-gallery-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.admin-gallery-card:hover .admin-gallery-preview img {
  transform: scale(1.08);
}

.admin-gallery-placeholder {
  font-size: 2.5rem;
}

.gallery-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.admin-gallery-info {
  padding: var(--space-md);
  flex: 1;
}

.admin-gallery-info h4 {
  font-size: 0.95rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
  color: #ffffff;
}

.gallery-date {
  font-size: 0.775rem;
  color: var(--color-text-secondary);
}

.admin-gallery-actions {
  padding: 0 var(--space-md) var(--space-md);
  display: flex;
  gap: 0.5rem;
}

/* 3D Liquid Glass Subpanels in Team */
.admin-subpanel {
  padding: var(--space-xl);
  margin-bottom: var(--space-xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.68) 45%,
      rgba(24, 10, 36, 0.68) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  position: relative;
  overflow: hidden;
}

.subpanel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: var(--space-lg);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.subpanel-header h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #ffffff;
}

.subpanel-header p {
  margin: 0.2rem 0 0 0;
  font-size: 0.85rem;
  color: var(--color-text-secondary);
}

/* 3D Liquid Glass Settings Layout */
.settings-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  gap: var(--space-xl);
}

.settings-card {
  padding: var(--space-xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.68) 45%,
      rgba(24, 10, 36, 0.68) 100%
    );
  backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  -webkit-backdrop-filter: blur(16px) saturate(165%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-left: 1.5px solid rgba(0, 255, 200, 0.35);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-xl);
  box-shadow:
    0 24px 60px -8px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.08),
    0 10px 30px rgba(168, 85, 247, 0.08),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -2px 0 rgba(168, 85, 247, 0.35);
  position: relative;
  overflow: hidden;
}

.settings-card h3 {
  margin: 0 0 var(--space-lg) 0;
  font-size: 1.2rem;
  color: #ffffff;
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.settings-desc {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin-bottom: var(--space-xl);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-md);
}

.backup-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-lg);
}

.backup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-xl);
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.70) 45%,
      rgba(24, 10, 36, 0.70) 100%
    );
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  border: 1px solid rgba(0, 255, 200, 0.22);
  border-top: 1.5px solid rgba(0, 255, 200, 0.55);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-lg);
  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.65),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.40),
    inset 0 -1.5px 0 rgba(168, 85, 247, 0.30);
  gap: var(--space-md);
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.backup-box:hover {
  transform: translateY(-3px);
  border-top-color: rgba(0, 255, 200, 0.80);
  border-right-color: rgba(168, 85, 247, 0.70);
  box-shadow:
    0 24px 55px rgba(0, 0, 0, 0.75),
    0 0 25px rgba(0, 255, 200, 0.18),
    inset 0 2px 0 rgba(0, 255, 200, 0.55);
}

.backup-box strong {
  display: block;
  font-size: 0.95rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.backup-box p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.70);
}

.backup-box .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

.backup-danger-box {
  border-color: rgba(239, 68, 68, 0.35);
  border-top: 1.5px solid rgba(239, 68, 68, 0.65);
  border-right: 1.5px solid rgba(168, 85, 247, 0.40);
  background: radial-gradient(100% 100% at 50% 0%, rgba(239, 68, 68, 0.12) 0%, rgba(24, 10, 25, 0.65) 100%);
  box-shadow:
    0 16px 45px rgba(0, 0, 0, 0.65),
    inset 0 1.5px 0 rgba(239, 68, 68, 0.45),
    inset 0 -1.5px 0 rgba(168, 85, 247, 0.30);
}

.backup-danger-box:hover {
  border-top-color: rgba(239, 68, 68, 0.85);
  border-right-color: rgba(168, 85, 247, 0.60);
  box-shadow: 0 24px 55px rgba(239, 68, 68, 0.25), inset 0 2px 0 rgba(239, 68, 68, 0.65);
}

.file-upload-label {
  cursor: pointer;
}

/* Modals */
.admin-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-md);
  animation: fadeIn 0.2s ease-out;
}

/* 3D True Liquid Glass Modal */
.admin-modal {
  max-width: 620px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  background: 
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.05) 0%,
      rgba(4, 16, 20, 0.88) 45%,
      rgba(24, 10, 36, 0.88) 100%
    );
  backdrop-filter: blur(18px) saturate(170%) contrast(105%);
  -webkit-backdrop-filter: blur(18px) saturate(170%) contrast(105%);
  border: 1px solid rgba(0, 255, 200, 0.30);
  border-top: 2px solid rgba(0, 255, 200, 0.70);
  border-left: 1.5px solid rgba(0, 255, 200, 0.45);
  border-right: 1.5px solid rgba(168, 85, 247, 0.50);
  border-bottom: 1.5px solid rgba(168, 85, 247, 0.32);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  box-shadow: 
    0 40px 90px -10px rgba(0, 0, 0, 0.90),
    0 15px 35px -4px rgba(0, 0, 0, 0.65),
    0 0 35px rgba(0, 255, 200, 0.18),
    0 15px 40px rgba(168, 85, 247, 0.14),
    inset 0 1.5px 0 rgba(0, 255, 200, 0.50),
    inset 0 -2px 0 rgba(168, 85, 247, 0.40);
  position: relative;
  overflow: hidden;
}

.admin-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  background: linear-gradient(180deg, rgba(0, 255, 200, 0.12) 0%, rgba(168, 85, 247, 0.05) 50%, transparent 100%);
  pointer-events: none;
}

.admin-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-xl);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.18);
}

.admin-modal-header h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #ffffff;
}

.btn-close-modal {
  background: none;
  border: none;
  color: var(--color-text-secondary);
  cursor: pointer;
  padding: 4px;
  transition: color var(--transition-fast);
}

.btn-close-modal:hover {
  color: #00F0CF;
}

.admin-modal-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}

.admin-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: var(--space-lg);
  padding-top: var(--space-md);
  border-top: 1px solid rgba(0, 255, 200, 0.15);
}

/* 3D Liquid Glass Toast */
.admin-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    135deg,
    rgba(4, 16, 20, 0.92) 0%,
    rgba(24, 10, 36, 0.92) 100%
  );
  backdrop-filter: blur(16px) saturate(170%);
  -webkit-backdrop-filter: blur(16px) saturate(170%);
  border-radius: var(--radius-full);
  padding: 0.75rem 1.5rem;
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.70),
    0 0 25px rgba(0, 255, 200, 0.18),
    inset 0 1px 0 rgba(0, 255, 200, 0.40),
    inset 0 -1px 0 rgba(168, 85, 247, 0.30);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 99999;
  font-size: 0.9rem;
  font-weight: 500;
  animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.admin-toast-success {
  border: 1px solid rgba(0, 255, 200, 0.50);
  color: #ffffff;
}
.admin-toast-success svg { color: #00F0CF; }

.admin-toast-warning {
  border: 1px solid rgba(245, 158, 11, 0.50);
  color: #ffffff;
}
.admin-toast-warning svg { color: #fbbf24; }

.admin-toast-error {
  border: 1px solid rgba(239, 68, 68, 0.50);
  color: #ffffff;
}
.admin-toast-error svg { color: #f87171; }

/* Responsive adjustments */
@media (max-width: 992px) {
  .admin-container {
    flex-direction: column;
  }

  .admin-sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(0, 255, 200, 0.15);
  }

  .admin-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .admin-nav-item {
    width: auto;
  }

  .admin-content {
    padding: var(--space-lg);
  }
}

@media (max-width: 600px) {
  .form-grid-2 {
    grid-template-columns: 1fr;
  }

  .admin-header-row {
    flex-direction: column;
  }

  .admin-topbar {
    padding: 0.75rem 1rem;
  }
}

/* =========================================================
   MULTI-MEDIA GALLERY MANAGER (FOTO & VIDEO)
   ========================================================= */

.admin-modal-lg {
  max-width: 780px;
}

.admin-gallery-count-badge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(4, 16, 20, 0.88);
  border: 1px solid rgba(0, 255, 200, 0.35);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.40), 0 0 10px rgba(0, 255, 200, 0.20);
  backdrop-filter: blur(8px);
  color: #00F0CF;
  font-size: 0.725rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  border-radius: var(--radius-full);
}

.admin-gallery-desc-snippet {
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: 0.35rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

.admin-media-manager-box {
  background:
    linear-gradient(
      140deg,
      rgba(0, 255, 200, 0.04) 0%,
      rgba(4, 16, 20, 0.65) 45%,
      rgba(24, 10, 36, 0.65) 100%
    );
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(0, 255, 200, 0.20);
  border-top: 1.5px solid rgba(0, 255, 200, 0.45);
  border-right: 1.5px solid rgba(168, 85, 247, 0.35);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(0, 255, 200, 0.30), 0 10px 30px rgba(0, 0, 0, 0.40);
  padding: var(--space-lg);
  margin-top: var(--space-sm);
}

.media-manager-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid rgba(0, 255, 200, 0.15);
}

.media-manager-title {
  margin: 0;
  font-size: 1.05rem;
  color: #ffffff;
}

.media-manager-sub {
  margin: 0.25rem 0 0 0;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.add-media-form-box {
  background: rgba(4, 16, 20, 0.50);
  border: 1px solid rgba(0, 255, 200, 0.15);
  border-radius: var(--radius-md);
  padding: var(--space-md);
  margin-bottom: var(--space-md);
}

.media-type-selector {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.media-type-btn {
  background: rgba(0, 255, 200, 0.05);
  border: 1px solid rgba(0, 255, 200, 0.18);
  color: var(--color-text-secondary);
  font-size: 0.8rem;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
  transition: all var(--transition-fast);
}

.media-type-btn:hover {
  background: rgba(0, 255, 200, 0.12);
  color: #ffffff;
}

.media-type-btn.active {
  background: linear-gradient(135deg, rgba(0, 255, 200, 0.25) 0%, rgba(168, 85, 247, 0.20) 100%);
  border-color: #00F0CF;
  color: #00F0CF;
  font-weight: 600;
  box-shadow: 0 0 14px rgba(0, 255, 200, 0.30);
}

.add-media-row-action {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.add-media-row-action .form-input {
  flex: 1;
}

.btn-add-media {
  white-space: nowrap;
  padding: 0.6rem 1.25rem;
}

/* Media List Items */
.admin-media-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.admin-media-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.03) 0%,
      rgba(4, 16, 20, 0.75) 50%,
      rgba(24, 10, 36, 0.60) 100%
    );
  border: 1px solid rgba(0, 255, 200, 0.15);
  border-top: 1px solid rgba(0, 255, 200, 0.35);
  border-right: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: var(--radius-md);
  padding: 0.6rem 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: all var(--transition-fast);
}

.admin-media-card:hover {
  border-color: rgba(0, 255, 200, 0.40);
  border-right-color: rgba(168, 85, 247, 0.40);
  transform: translateX(3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45), 0 0 14px rgba(0, 255, 200, 0.15);
}

.admin-media-card.is-cover {
  border-color: rgba(0, 255, 200, 0.60);
  border-right-color: rgba(168, 85, 247, 0.50);
  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 200, 0.08) 0%,
      rgba(4, 16, 20, 0.85) 50%,
      rgba(24, 10, 36, 0.70) 100%
    );
  box-shadow: 0 0 16px rgba(0, 255, 200, 0.25);
}

.admin-media-thumb {
  position: relative;
  width: 72px;
  height: 52px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #041014;
  border: 1px solid rgba(0, 255, 200, 0.25);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-media-no-thumb {
  color: var(--color-text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-type-tag {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 1px 4px;
  border-radius: 2px;
  line-height: 1.2;
}

.media-type-tag.tag-image {
  background: rgba(0, 255, 200, 0.85);
  color: #041014;
}

.media-type-tag.tag-video {
  background: rgba(168, 85, 247, 0.90);
  color: #ffffff;
}

.cover-badge {
  position: absolute;
  bottom: 2px;
  right: 2px;
  background: #00F0CF;
  color: #041014;
  font-size: 0.55rem;
  font-weight: 800;
  padding: 1px 4px;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.admin-media-details {
  flex: 1;
  min-width: 0;
}

.admin-media-top-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.2rem;
}

.admin-media-num {
  font-size: 0.725rem;
  font-weight: 600;
  color: #00F0CF;
}

.text-gold-sm {
  font-size: 0.725rem;
  color: var(--color-gold);
  font-weight: 600;
}

.admin-media-caption {
  font-size: 0.85rem;
  color: var(--color-text);
  margin: 0 0 0.2rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-media-url-hint {
  display: block;
  font-size: 0.725rem;
  color: var(--color-text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-media-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.admin-empty-media {
  text-align: center;
  padding: var(--space-xl) var(--space-md);
  border: 1px dashed rgba(0, 255, 200, 0.22);
  border-radius: var(--radius-md);
  color: var(--color-text-muted);
  font-size: 0.875rem;
  background: rgba(0, 255, 200, 0.02);
}

.admin-empty-media p {
  margin: 0 0 0.25rem 0;
  color: var(--color-text-secondary);
}

@media (max-width: 640px) {
  .add-media-row-action {
    flex-direction: column;
    align-items: stretch;
  }
  .admin-media-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-media-thumb {
    width: 100%;
    height: 120px;
  }
  .admin-media-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.admin-drive-tip {
  margin-top: 0.75rem;
  padding: 0.6rem 0.85rem;
  background: rgba(0, 255, 200, 0.06);
  border: 1px solid rgba(0, 255, 200, 0.25);
  border-radius: var(--radius-md);
  font-size: 0.775rem;
  color: #99f6e4;
  line-height: 1.45;
}

.admin-drive-tip u {
  text-decoration-color: #00F0CF;
  font-weight: 600;
}

/* Article Cover Preview & Table Thumbnail */
.admin-cover-preview {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}

.admin-cover-preview-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--color-text-secondary);
  margin-bottom: 0.4rem;
}

.admin-cover-preview-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem;
  background: rgba(4, 16, 20, 0.70);
  border: 1px dashed rgba(0, 255, 200, 0.30);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(0, 255, 200, 0.20);
}

.admin-cover-preview-box img {
  width: 140px;
  height: 80px;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(0, 255, 200, 0.35);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.40);
}

.article-table-title-cell {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.article-table-thumb {
  width: 54px;
  height: 38px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(4, 16, 20, 0.80);
  border: 1px solid rgba(0, 255, 200, 0.25);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.30);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.article-table-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-table-thumb-empty {
  font-size: 1.1rem;
  opacity: 0.5;
  color: #00F0CF;
}


