
:root {
  --bg: #0A0A0D;
  --bg2: #121217;
  --gold: #D4AF37;
  --gold-soft: #F4E5A6;
  --cyber: #00E5FF;
  --white: #FFFFFF;
  --gray: #8A8A8F;
  --success: #00FFB2;
  --surface: #1A1A22;
  --border: rgba(212,175,55,0.15);
}
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; max-width: 100%; }
body { font-family: 'Cairo', sans-serif; background: var(--bg); color: var(--white); overflow-x: hidden; width: 100%; max-width: 100%; cursor: none; direction: rtl; }

#cursor { position: fixed; width: 12px; height: 12px; background: var(--gold); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: transform .1s, width .2s, height .2s, background .2s; mix-blend-mode: screen; }
#cursor-glow { position: fixed; width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,229,255,0.04) 0%, transparent 70%); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: transform .08s; }

#loader { position: fixed; inset: 0; background: var(--bg); z-index: 10000; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; }
.loader-logo { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; letter-spacing: 8px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; opacity: 0; animation: fadeInLogo 0.8s 0.3s forwards; }
.loader-status { font-size: 11px; letter-spacing: 4px; color: var(--gray); font-weight: 600; opacity: 0; animation: fadeInLogo 0.5s 1s forwards; }
.loader-bar-wrap { width: 200px; height: 1px; background: rgba(255,255,255,0.08); border-radius: 1px; overflow: hidden; opacity: 0; animation: fadeInLogo 0.5s 1s forwards; }
.loader-bar { height: 100%; background: var(--gold); animation: loadBar 1.5s 1s ease-out forwards; width: 0; }
.loader-ready { font-size: 13px; letter-spacing: 6px; color: var(--success); font-weight: 700; opacity: 0; }
@keyframes fadeInLogo { to { opacity: 1; } }
@keyframes loadBar { to { width: 100%; } }

#bg-canvas { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.particle { position: fixed; border-radius: 50%; pointer-events: none; z-index: 1; animation: floatParticle linear infinite; }
@keyframes floatParticle { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 1; } 90% { opacity: 0.6; } 100% { transform: translateY(-100px) rotate(360deg); opacity: 0; } }

nav { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); z-index: 1000; width: calc(100% - 48px); max-width: 1100px; display: flex; align-items: center; justify-content: space-between; padding: 14px 28px; background: rgba(10,10,13,0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: 14px; transition: padding .3s, box-shadow .3s; direction: rtl; }
nav.scrolled { padding: 10px 24px; box-shadow: 0 8px 32px rgba(0,0,0,0.5); }
.nav-logo { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 800; letter-spacing: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-decoration: none; flex-shrink: 0; }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; margin-inline-start: auto; }
.nav-links { display: flex; gap: 32px; }
.nav-links a { font-size: 12px; color: var(--gray); text-decoration: none; letter-spacing: 1px; font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { background: transparent; border: 1px solid rgba(212,175,55,0.5); color: var(--gold); padding: 9px 20px; border-radius: 8px; font-family: 'Cairo', sans-serif; font-size: 12px; font-weight: 700; cursor: none; letter-spacing: 1px; position: relative; overflow: hidden; transition: color .25s; text-decoration: none; display: inline-block; }
.nav-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gold), #a8891f); transform: scaleX(0); transform-origin: right; transition: transform .3s; z-index: -1; }
.nav-cta:hover { color: #0A0A0D; }
.nav-cta:hover::before { transform: scaleX(1); }
/* ══ Google Sign-In Button ══ */
.google-signin-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #3c4043;
  border: 1px solid rgba(255,255,255,0.15);
  padding: 9px 18px;
  border-radius: 8px;
  font-family: 'Cairo', sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: box-shadow .2s, transform .15s;
  flex-shrink: 1;
  min-width: 0;
  max-width: 160px;
}
.google-signin-btn:hover {
  box-shadow: 0 4px 16px rgba(255,255,255,0.15);
  transform: translateY(-1px);
}
.google-signin-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.google-signin-btn.signed-in {
  background: rgba(255,255,255,0.08);
  color: var(--white);
  border-color: rgba(212,175,55,0.4);
  max-width: 160px;
  overflow: hidden;
}
.google-signin-btn.signed-in #googleSignInText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .google-signin-btn {
    max-width: 120px;
    padding: 7px 10px;
    font-size: 11px;
    gap: 5px;
  }
  .google-signin-btn svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }
  .google-signin-btn #googleSignInText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#googleBtnHidden {
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
  z-index: -1 !important;
}
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 120px 24px 80px; text-align: center; position: relative; z-index: 2; }
.hero-eyebrow { font-size: 10px; letter-spacing: 6px; color: var(--cyber); font-weight: 700; margin-bottom: 28px; opacity: 0.8; animation: fadeUp 0.8s 2.2s both; }
.hero-h1 { font-size: clamp(36px, 7vw, 80px); font-weight: 900; line-height: 1.05; margin-bottom: 24px; animation: fadeUp 0.8s 2.4s both; }
.hero-h1 .line2 { background: linear-gradient(90deg, var(--gold), var(--gold-soft), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; }
.hero-sub { font-size: clamp(14px, 2vw, 17px); color: var(--gray); max-width: 520px; line-height: 1.9; margin-bottom: 52px; animation: fadeUp 0.8s 2.6s both; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; animation: fadeUp 0.8s 2.8s both; }
.btn-primary { background: linear-gradient(135deg, var(--gold), #b8941a); border: none; color: #0A0A0D; padding: 16px 36px; border-radius: 12px; font-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 900; cursor: none; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: transform .15s, box-shadow .2s; }
.btn-primary:hover { transform: scale(1.04); box-shadow: 0 4px 32px rgba(212,175,55,0.4); }
.btn-secondary { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: var(--white); padding: 16px 36px; border-radius: 12px; font-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 600; cursor: none; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: border-color .2s, background .2s; }
.btn-secondary:hover { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.04); }

.stats-band { position: relative; z-index: 2; padding: 80px 24px; text-align: center; background: linear-gradient(0deg, rgba(0,229,255,0.02), transparent); }
.stats-grid { display: flex; justify-content: center; gap: 80px; flex-wrap: wrap; max-width: 800px; margin: 0 auto; }
.stat-item { text-align: center; }
.stat-num { font-family: 'Syne', sans-serif; font-size: clamp(40px,6vw,64px); font-weight: 800; line-height: 1; background: linear-gradient(135deg, var(--white), var(--gold-soft)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.stat-num .suffix { font-size: .55em; opacity: .7; }
.stat-lbl { font-size: 11px; letter-spacing: 3px; color: var(--gray); margin-top: 8px; font-weight: 600; }

.quicknav-wrap { position: relative; z-index: 2; padding: 0 24px 60px; max-width: 1100px; margin: 0 auto; }
.quicknav-label { font-size: 10px; letter-spacing: 5px; color: var(--gold); font-weight: 700; margin-bottom: 16px; opacity: .8; text-align: center; }
.quicknav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px,1fr)); gap: 10px; }
@property --angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes spinBorder { to { --angle: 360deg; } }
.quicknav-item { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 16px 8px; text-decoration: none; color: inherit; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.quicknav-item::before { content: ''; position: absolute; inset: 0; border-radius: 12px; padding: 1.5px; background: conic-gradient(from var(--angle), rgba(212,175,55,0.9), rgba(212,175,55,0) 35%, rgba(212,175,55,0) 65%, rgba(212,175,55,0.9)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: spinBorder 2.6s linear infinite; pointer-events: none; z-index: 0; }
.quicknav-item.cy::before { background: conic-gradient(from var(--angle), rgba(0,229,255,0.9), rgba(0,229,255,0) 35%, rgba(0,229,255,0) 65%, rgba(0,229,255,0.9)); }
.quicknav-item:hover { transform: translateY(-5px) scale(1.04); box-shadow: 0 10px 28px rgba(212,175,55,0.18); }
.quicknav-item.cy:hover { box-shadow: 0 10px 28px rgba(0,229,255,0.18); }
.quicknav-item:hover .quicknav-icon { transform: scale(1.15) rotate(-4deg); }
.quicknav-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; font-size: 16px; position: relative; z-index: 1; transition: transform .25s; }
.quicknav-item.cy .quicknav-icon { background: rgba(0,229,255,0.08); }
.quicknav-name { font-size: 12px; font-weight: 700; color: var(--white); position: relative; z-index: 1; }
@keyframes sectionOpen { 0% { box-shadow: 0 0 0 0 rgba(212,175,55,0); background-color: rgba(212,175,55,0); } 25% { box-shadow: 0 0 0 6px rgba(212,175,55,0.12); background-color: rgba(212,175,55,0.05); } 100% { box-shadow: 0 0 0 0 rgba(212,175,55,0); background-color: rgba(212,175,55,0); } }
.section-flash { animation: sectionOpen 1.1s ease-out; border-radius: 20px; }
@media (max-width: 600px) {
  .quicknav-grid { grid-template-columns: repeat(3, 1fr); }
  .quicknav-item { padding: 12px 4px; }
  .quicknav-name { font-size: 11px; }
}

.section-wrap { position: relative; z-index: 2; padding: 80px 24px; max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 10px; letter-spacing: 5px; color: var(--gold); font-weight: 700; margin-bottom: 12px; opacity: .8; }
.section-h2 { font-size: clamp(28px,4vw,44px); font-weight: 900; margin-bottom: 48px; line-height: 1.15; }

.modules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 16px; }
.module-card { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 28px; text-decoration: none; color: inherit; transition: border-color .2s, transform .2s; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 12px; }
.module-card::before { content: ''; position: absolute; inset: 0; border-radius: 16px; background: radial-gradient(ellipse at top left, rgba(212,175,55,0.04), transparent 60%); pointer-events: none; }
.module-card:hover { border-color: rgba(212,175,55,0.35); transform: translateY(-4px); }
.module-card.active-card { border-color: rgba(212,175,55,0.4); }
.module-card.active-card::before { background: radial-gradient(ellipse at top left, rgba(212,175,55,0.08), transparent 60%); }
.module-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(212,175,55,0.1); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.module-icon.cy { background: rgba(0,229,255,0.08); }
.module-name { font-size: 16px; font-weight: 700; }
.module-count { font-size: 12px; color: var(--gray); }
.module-badge { font-size: 10px; padding: 3px 10px; border-radius: 20px; background: rgba(0,255,178,0.1); color: var(--success); font-weight: 700; letter-spacing: 1px; width: fit-content; }
.module-badge.soon { background: rgba(212,175,55,0.1); color: var(--gold); }

/* DASHBOARD PREVIEW */
.dashboard-frame { background: var(--bg2); border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; overflow: hidden; display: grid; grid-template-columns: 220px 1fr 280px; min-height: 500px; }
.sidebar { background: rgba(10,10,13,0.8); border-left: 1px solid rgba(255,255,255,0.05); padding: 24px 0; }
.sidebar-logo { font-family: 'Syne', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 3px; color: var(--gold); padding: 0 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.05); margin-bottom: 16px; }
.sidebar-item { display: flex; align-items: center; gap: 12px; padding: 11px 20px; font-size: 13px; color: var(--gray); cursor: none; transition: all .15s; border-right: 2px solid transparent; direction: rtl; }
.sidebar-item:hover, .sidebar-item.active { color: var(--white); background: rgba(255,255,255,0.04); }
.sidebar-item.active { border-right-color: var(--gold); color: var(--gold); }
.sidebar-icon { font-size: 16px; opacity: .7; }
.workspace { padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.ws-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ws-title { font-size: 18px; font-weight: 700; }
.doc-row { display: flex; align-items: center; gap: 12px; padding: 12px 16px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 10px; direction: rtl; }
.doc-icon { font-size: 18px; opacity: .7; }
.doc-name { font-size: 13px; font-weight: 600; flex: 1; }
.doc-date { font-size: 11px; color: var(--gray); }
.doc-status { font-size: 10px; padding: 3px 10px; border-radius: 20px; font-weight: 700; letter-spacing: 1px; }
.st-done { background: rgba(0,255,178,0.1); color: var(--success); }
.st-pending { background: rgba(212,175,55,0.1); color: var(--gold); }
.ai-dock { background: rgba(10,10,13,0.95); border-right: 1px solid rgba(255,255,255,0.05); padding: 20px; display: flex; flex-direction: column; direction: rtl; }
.ai-dock-header { display: flex; align-items: center; gap: 8px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ai-avatar { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, rgba(212,175,55,0.3), rgba(0,229,255,0.2)); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--gold); font-weight: 700; }
.ai-name { font-size: 13px; font-weight: 700; }
.ai-status { font-size: 10px; color: var(--success); letter-spacing: 1px; }
.ai-msg { font-size: 12px; line-height: 1.8; color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.04); border-radius: 10px; padding: 12px; margin-bottom: 12px; direction: rtl; border-right: 2px solid var(--gold); }
.ai-suggestion { font-size: 11px; color: var(--cyber); padding: 8px 12px; border: 1px solid rgba(0,229,255,0.15); border-radius: 8px; margin-bottom: 8px; cursor: none; transition: background .15s; direction: rtl; }
.ai-suggestion:hover { background: rgba(0,229,255,0.05); }

footer { position: relative; z-index: 2; padding: 48px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-logo { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; letter-spacing: 4px; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }
.footer-sub { font-size: 11px; color: var(--gray); letter-spacing: 2px; }

.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* إخفاء كل عناصر Google اللي بتكسر الـ RTL على الموبايل */
#credential_picker_container,
#credential_picker_iframe,
.credential_picker_container,
iframe[src*="accounts.google.com"],
iframe[src*="google.com/gsi"],
div[id^="credential_picker"],
div[id*="g_id_onload"],
.g_id_signin {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: fixed !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -9999 !important;
  border: none !important;
}

/* ══ DEFENSE CARDS ══ */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 700px) { .pricing-grid { grid-template-columns: 1fr; } }
.pricing-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  transition: transform .25s, box-shadow .25s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(0,0,0,0.35); }
.pricing-card.featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset; }
.pricing-badge { display:inline-block; font-size:11px; font-weight:800; padding:5px 14px; border-radius:20px; background:rgba(0,229,255,0.1); color:var(--cyber); margin-bottom:14px; }
.pricing-badge.gold { background:rgba(212,175,55,0.12); color:var(--gold-soft); }
.pricing-name { font-size:16px; font-weight:800; margin-bottom:10px; }
.pricing-price { font-family:'Syne',sans-serif; font-size:40px; font-weight:800; color:var(--gold); margin-bottom:22px; }
.pricing-price span { font-size:13px; font-family:'Cairo',sans-serif; font-weight:700; color:var(--gray); }
.pricing-features { list-style:none; text-align:right; margin-bottom:26px; }
.pricing-features li { font-size:13px; color:var(--gray); margin-bottom:12px; line-height:1.7; }
.pricing-cta { width:100%; padding:14px; border-radius:12px; border:1px solid var(--border); background:transparent; color:var(--white); font-family:'Cairo',sans-serif; font-size:14px; font-weight:800; cursor:pointer; transition:all .2s; }
.pricing-cta:hover { border-color:var(--cyber); color:var(--cyber); }
.pricing-cta.gold { background:linear-gradient(135deg,var(--gold),#96700e); color:#fff; border:none; }
.pricing-cta.gold:hover { opacity:0.9; }

.dafou-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.dafou-card {
  position: relative;
  border-radius: 24px;
  padding: 40px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  cursor: none;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 420px;
  border: 1px solid rgba(255,255,255,0.07);
}
.dafou-card:hover { transform: translateY(-8px) scale(1.01); }

/* جنائية — cyber accent */
.dafou-card.jinaiya {
  background: linear-gradient(145deg, #0e0e18 0%, #0a131f 60%, #090d17 100%);
  box-shadow: 0 0 0 0 rgba(0,229,255,0);
}
.dafou-card.jinaiya:hover {
  box-shadow: 0 24px 64px rgba(0,229,255,0.12), 0 0 0 1px rgba(0,229,255,0.2);
  border-color: rgba(0,229,255,0.3);
}
.dafou-card.jinaiya::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(0,229,255,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(0,229,255,0.04) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 24px;
}

/* مدنية — gold accent */
.dafou-card.madaniya {
  background: linear-gradient(145deg, #130f07 0%, #1a1408 60%, #100e05 100%);
  box-shadow: 0 0 0 0 rgba(212,175,55,0);
}
.dafou-card.madaniya:hover {
  box-shadow: 0 24px 64px rgba(212,175,55,0.14), 0 0 0 1px rgba(212,175,55,0.3);
  border-color: rgba(212,175,55,0.4);
}
.dafou-card.madaniya::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 10%, rgba(212,175,55,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(212,175,55,0.04) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 24px;
}

/* animated corner glow on hover */
.dafou-card::after {
  content: '';
  position: absolute;
  top: -1px; right: -1px;
  width: 120px; height: 120px;
  border-radius: 0 24px 0 0;
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}
.dafou-card.jinaiya::after {
  background: radial-gradient(circle at top right, rgba(0,229,255,0.25), transparent 70%);
}
.dafou-card.madaniya::after {
  background: radial-gradient(circle at top right, rgba(212,175,55,0.3), transparent 70%);
}
.dafou-card:hover::after { opacity: 1; }

.dafou-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.dafou-icon-wrap {
  width: 64px; height: 64px;
  border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px;
  position: relative;
}
.jinaiya .dafou-icon-wrap {
  background: rgba(0,229,255,0.08);
  border: 1px solid rgba(0,229,255,0.2);
  box-shadow: 0 0 24px rgba(0,229,255,0.1);
}
.madaniya .dafou-icon-wrap {
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.25);
  box-shadow: 0 0 24px rgba(212,175,55,0.1);
}
.dafou-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 6px 14px;
  border-radius: 20px;
}
.jinaiya .dafou-badge {
  background: rgba(0,229,255,0.08);
  border: 1px solid rgba(0,229,255,0.2);
  color: var(--cyber);
}
.madaniya .dafou-badge {
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.25);
  color: var(--gold);
}
.dafou-title {
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 900;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}
.jinaiya .dafou-title { color: var(--white); }
.madaniya .dafou-title { color: var(--white); }

.dafou-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.jinaiya .dafou-subtitle { color: rgba(0,229,255,0.6); }
.madaniya .dafou-subtitle { color: rgba(212,175,55,0.6); }

.dafou-divider {
  height: 1px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.jinaiya .dafou-divider { background: linear-gradient(90deg, rgba(0,229,255,0.25), transparent); }
.madaniya .dafou-divider { background: linear-gradient(90deg, rgba(212,175,55,0.3), transparent); }

.dafou-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  position: relative;
  z-index: 1;
}
.dafou-list li {
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color .2s;
}
.dafou-card:hover .dafou-list li { color: rgba(255,255,255,0.45); }
.dafou-list li::before {
  content: '—';
  font-size: 10px;
  flex-shrink: 0;
}
.jinaiya .dafou-list li::before { color: rgba(0,229,255,0.4); }
.madaniya .dafou-list li::before { color: rgba(212,175,55,0.4); }

.dafou-footer {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.dafou-count {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
}
.dafou-count span {
  font-size: 32px;
  font-weight: 800;
  display: block;
  line-height: 1;
}
.jinaiya .dafou-count span { color: var(--cyber); }
.madaniya .dafou-count span { color: var(--gold); }

.dafou-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: transform .3s, box-shadow .3s;
}
.jinaiya .dafou-arrow {
  background: rgba(0,229,255,0.08);
  border: 1px solid rgba(0,229,255,0.2);
  color: var(--cyber);
}
.madaniya .dafou-arrow {
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.25);
  color: var(--gold);
}
.dafou-card:hover .dafou-arrow {
  transform: translateX(-6px);
  box-shadow: 0 0 20px rgba(0,229,255,0.2);
}
.madaniya:hover .dafou-arrow {
  box-shadow: 0 0 20px rgba(212,175,55,0.2);
}

/* scan line effect */
.dafou-card .scan-line {
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  transition: none;
  top: 0;
}
.jinaiya .scan-line { background: linear-gradient(90deg, transparent, rgba(0,229,255,0.4), transparent); }
.madaniya .scan-line { background: linear-gradient(90deg, transparent, rgba(212,175,55,0.4), transparent); }
.dafou-card:hover .scan-line {
  animation: scanAnim 2s ease-in-out infinite;
  opacity: 1;
}
@keyframes scanAnim {
  0%   { top: 0%; }
  100% { top: 100%; }
}

@media (max-width: 768px) {
  .dafou-grid { grid-template-columns: 1fr; }
  .dafou-card { min-height: 360px; padding: 28px; }
}

.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bcard { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; padding: 28px; transition: border-color .2s, transform .2s; position: relative; overflow: hidden; }
.bcard:hover { border-color: rgba(212,175,55,0.25); transform: translateY(-4px); }
.bcard::before { content: ''; position: absolute; inset: 0; border-radius: 16px; background: radial-gradient(ellipse at top left, rgba(212,175,55,0.04), transparent 60%); pointer-events: none; }
.bcard-icon { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 16px; }
.icon-gold { background: rgba(212,175,55,0.1); }
.icon-cyber { background: rgba(0,229,255,0.08); }
.icon-green { background: rgba(0,255,178,0.08); }
.bcard h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.bcard p { font-size: 13px; color: var(--gray); line-height: 1.8; }
.bcard-wide { grid-column: span 2; }
.bcard-cyber::before { background: radial-gradient(ellipse at top right, rgba(0,229,255,0.05), transparent 60%); }
.big-counter { font-family: 'Syne', sans-serif; font-size: 52px; font-weight: 800; background: linear-gradient(90deg, var(--cyber), #7fffea); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; }
.speed-num { font-family: 'Syne', sans-serif; font-size: 48px; font-weight: 800; color: var(--gold); line-height: 1; }
.speed-unit { font-size: 16px; color: var(--gray); font-weight: 400; }
.progress-bar-wrap { height: 4px; background: rgba(255,255,255,0.06); border-radius: 2px; margin-top: 16px; overflow: hidden; }
.progress-bar-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, var(--gold), var(--cyber)); animation: progressAnim 2s ease-out forwards; width: 0; }
@keyframes progressAnim { to { width: 92%; } }
/* ══ CONSULT SECTION ══ */
.consult-card {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 0;
  background: var(--surface); border: 1px solid rgba(212,175,55,0.2);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 48px rgba(0,0,0,0.3);
}
.consult-lawyer-side {
  padding: 36px; display: flex; align-items: flex-start; gap: 20px; direction: rtl;
}
.consult-avatar {
  width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, rgba(212,175,55,0.3), rgba(212,175,55,0.1));
  border: 2px solid var(--gold); display: flex; align-items: center;
  justify-content: center; font-size: 28px;
}
.consult-name { font-size: 18px; font-weight: 900; color: var(--white); margin-bottom: 4px; }
.consult-title { font-size: 11px; color: var(--gold); letter-spacing: 1px; margin-bottom: 12px; }
.consult-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.consult-tag {
  font-size: 10px; padding: 4px 10px; border-radius: 20px;
  background: rgba(212,175,55,0.08); border: 1px solid rgba(212,175,55,0.2);
  color: var(--gold-soft); font-weight: 600;
}
.consult-quote {
  font-size: 12px; color: var(--gray); line-height: 1.8;
  border-right: 2px solid rgba(212,175,55,0.3); padding-right: 12px;
  font-style: italic;
}
.consult-divider {
  width: 1px; background: rgba(255,255,255,0.06); margin: 24px 0;
}
.consult-prices-side {
  padding: 36px; display: flex; flex-direction: column; gap: 12px; direction: rtl;
}
.consult-price-row {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 14px 18px; gap: 20px;
  transition: border-color .2s;
}
.consult-price-row:hover { border-color: rgba(212,175,55,0.25); }
.urgent-row { border-color: rgba(212,175,55,0.15); }
.call-row { border-color: rgba(0,229,255,0.12); }
.consult-price-type { font-size: 13px; font-weight: 700; color: var(--white); }
.consult-price-desc { font-size: 11px; color: var(--gray); margin-top: 2px; }
.consult-price-val {
  font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800;
  color: var(--gold); white-space: nowrap; flex-shrink: 0;
}
.consult-price-val span { font-size: 13px; color: var(--gray); font-weight: 400; }
.consult-cta {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--gold), #b8941a);
  color: #0A0A0D; padding: 15px; border-radius: 12px;
  font-family: 'Cairo', sans-serif; font-size: 15px; font-weight: 900;
  text-decoration: none; margin-top: 8px;
  transition: transform .15s, box-shadow .2s;
}
.consult-cta:hover { transform: scale(1.02); box-shadow: 0 4px 24px rgba(212,175,55,0.4); }
/* ══ FEEDBACK / COMPLAINTS SECTION ══ */
.complaint-card { background: var(--surface); border: 1px solid rgba(255,255,255,0.06); border-radius: 24px; padding: 40px; max-width: 640px; }
.complaint-type-toggle { display: flex; gap: 10px; margin-bottom: 22px; }
.complaint-type-btn { flex: 1; padding: 13px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.02); font-family: 'Cairo', sans-serif; font-size: 13px; font-weight: 700; color: var(--gray); cursor: none; transition: all .2s; }
.complaint-type-btn.active { border-color: rgba(212,175,55,0.4); background: rgba(212,175,55,0.08); color: var(--gold); }
.complaint-field { margin-bottom: 18px; }
.complaint-label { font-size: 12px; color: var(--gray); margin-bottom: 8px; display: block; font-weight: 600; }
.complaint-input, .complaint-textarea { width: 100%; padding: 14px 16px; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; color: var(--white); font-family: 'Cairo', sans-serif; font-size: 13px; outline: none; transition: border-color .2s; cursor: text; }
.complaint-input:focus, .complaint-textarea:focus { border-color: rgba(212,175,55,0.4); }
.complaint-textarea { resize: vertical; min-height: 110px; line-height: 1.8; }
.complaint-upload { border: 2px dashed rgba(212,175,55,0.3); border-radius: 14px; padding: 24px; text-align: center; cursor: none; transition: border-color .2s, background .2s; position: relative; }
.complaint-upload:hover { border-color: rgba(212,175,55,0.5); background: rgba(212,175,55,0.03); }
.complaint-upload input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.complaint-upload-icon { font-size: 24px; margin-bottom: 8px; }
.complaint-upload-text { font-size: 12px; color: var(--gray); }
.complaint-preview { margin-top: 14px; position: relative; display: inline-block; }
.complaint-preview img { max-width: 160px; max-height: 160px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); display: block; }
.complaint-preview-remove { position: absolute; top: -8px; left: -8px; width: 24px; height: 24px; border-radius: 50%; background: var(--white); color: var(--surface); display: flex; align-items: center; justify-content: center; font-size: 14px; cursor: none; border: none; }
.complaint-submit { width: 100%; margin-top: 8px; justify-content: center; }
.complaint-success { display: none; text-align: center; padding: 20px; }
.complaint-success.show { display: block; }
@media (max-width: 768px) {
  .complaint-card { padding: 24px; }
}

/* ══ ESTESHARA PAYMENT MODAL ══ */
.modal-overlay {
  display: none; position: fixed; inset: 0; z-index: 5000;
  background: rgba(26,26,46,0.45); backdrop-filter: blur(4px);
  align-items: flex-start; justify-content: center;
  padding: 60px 16px; overflow-y: auto;
}
.modal-overlay.open { display: flex; }
.modal-box {
  position: relative; width: 100%; max-width: 560px;
  background: var(--surface); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px; padding: 32px; direction: rtl;
}
.modal-close {
  position: absolute; top: 16px; left: 16px; width: 32px; height: 32px;
  border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.03);
  color: var(--white); font-size: 14px; cursor: none;
}
.modal-eyebrow { font-size: 10px; letter-spacing: 3px; color: var(--cyber); font-weight: 700; margin-bottom: 8px; }
.modal-title { font-size: 19px; font-weight: 900; margin-bottom: 22px; }
.modal-section-label { font-size: 12.5px; font-weight: 800; color: var(--gold-soft); margin: 20px 0 12px; }

.m-packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.m-package {
  position: relative; cursor: none; text-align: center;
  background: rgba(255,255,255,0.02); border: 2px solid rgba(255,255,255,0.08);
  border-radius: 12px; padding: 14px 8px; transition: border-color .2s;
}
.m-package.selected { border-color: var(--gold); background: rgba(184,134,11,0.06); }
.m-package-check { position: absolute; top: 8px; left: 8px; width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.15); font-size: 9px; display: flex; align-items: center; justify-content: center; color: transparent; }
.m-package.selected .m-package-check { border-color: var(--gold); background: var(--gold); color: #fff; }
.m-package-icon { font-size: 17px; margin-bottom: 6px; }
.m-package-name { font-size: 12px; font-weight: 800; margin-bottom: 2px; }
.m-package-desc { font-size: 10px; color: var(--gray); margin-bottom: 8px; line-height: 1.4; }
.m-package-price { font-family: 'Syne', sans-serif; font-size: 16px; font-weight: 800; color: var(--gold); }
.m-package-price span { font-size: 10px; color: var(--gray); font-weight: 400; }

.m-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.m-field { margin-bottom: 14px; }
.m-field label { font-size: 12px; color: var(--gray); margin-bottom: 6px; display: block; font-weight: 600; }
.m-field input, .m-field textarea {
  width: 100%; padding: 12px 14px; background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; color: var(--white);
  font-family: 'Cairo', sans-serif; font-size: 13px; outline: none; transition: border-color .2s; cursor: text;
}
.m-field input:focus, .m-field textarea:focus { border-color: rgba(184,134,11,0.4); }
.m-field textarea { resize: vertical; min-height: 90px; line-height: 1.7; }

.wallets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wallet-card {
  position: relative; cursor: none; text-align: center;
  background: rgba(255,255,255,0.02); border: 2px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 16px 10px; transition: border-color .2s;
}
.wallet-card.selected { border-color: var(--gold); background: rgba(184,134,11,0.06); }
.wallet-check { position: absolute; top: 10px; left: 10px; width: 18px; height: 18px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.15); font-size: 10px; display: flex; align-items: center; justify-content: center; color: transparent; }
.wallet-card.selected .wallet-check { border-color: var(--gold); background: var(--gold); color: #fff; }
.wallet-logo { width: 40px; height: 40px; object-fit: contain; margin: 0 auto 8px; display: block; }
.wallet-name { font-size: 13px; font-weight: 800; margin-bottom: 4px; }
.wallet-number { font-size: 12px; color: var(--gold-soft); font-weight: 700; }

.m-upload {
  position: relative; border: 2px dashed rgba(184,134,11,0.3); border-radius: 10px;
  padding: 12px; text-align: center; cursor: none; font-size: 12px; color: var(--gray);
  transition: border-color .2s, background .2s;
}
.m-upload:hover { border-color: rgba(184,134,11,0.5); background: rgba(184,134,11,0.03); }
.m-upload input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
#mScreenshotPreviewWrap { margin-top: 10px; }
#mScreenshotPreviewWrap img { max-width: 140px; max-height: 140px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); }

.m-submit {
  width: 100%; margin-top: 8px;
  background: linear-gradient(135deg, var(--gold), #96700e); color: #FFFDF8;
  border: none; padding: 15px; border-radius: 12px; font-family: 'Cairo', sans-serif;
  font-size: 14px; font-weight: 900; cursor: none; transition: transform .15s, box-shadow .2s;
}
.m-submit:hover { transform: scale(1.01); box-shadow: 0 8px 28px rgba(184,134,11,0.3); }

.modal-success { display: none; text-align: center; padding: 20px 10px; }
.modal-success.show { display: block; }
.modal-success .success-icon { font-size: 42px; margin-bottom: 14px; }
.modal-success .success-title { font-size: 18px; font-weight: 900; margin-bottom: 10px; }
.modal-success .success-sub { font-size: 13px; color: var(--gray); line-height: 1.9; }

@media (max-width: 520px) {
  .m-packages { grid-template-columns: 1fr; }
  .m-field-row { grid-template-columns: 1fr; }
  .wallets-grid { grid-template-columns: 1fr; }
}
/* ══ NAV RESPONSIVE ══ */
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--gold); border-radius: 2px; transition: all .3s; }
@media (max-width: 768px) {
  nav { width: calc(100% - 24px); padding: 12px 16px; left: 12px; right: 12px; transform: none; flex-wrap: wrap; gap: 8px; }
  .nav-actions { gap: 6px; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,10,13,0.97); border: 1px solid var(--border); border-radius: 12px; margin-top: 8px; padding: 16px; flex-direction: column; gap: 0; width: 100%; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 12px 8px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px; }
  .nav-links a:last-child { border-bottom: none; }
  .nav-cta { font-size: 11px; padding: 7px 14px; }
  .nav-hamburger { display: flex; }
}
@media (max-width: 900px) {
  .dashboard-frame { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .ai-dock { border-right: none; border-top: 1px solid rgba(255,255,255,0.05); }
}
@media (max-width: 768px) {
  .bento-grid { grid-template-columns: 1fr; }
  .bcard-wide { grid-column: span 1; }
}
@media (max-width: 768px) {
  .consult-card { grid-template-columns: 1fr; }
  .consult-divider { width: 100%; height: 1px; margin: 0 24px; }
}
@media (max-width: 480px) {
  .stats-grid { gap: 32px; }
  .hero { padding: 100px 16px 60px; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
}
@media (max-width: 480px) {
  .loader-logo { font-size: 28px; letter-spacing: 5px; }
  .loader-status { font-size: 9px; letter-spacing: 2px; text-align: center; padding: 0 16px; }
  .loader-bar-wrap { width: 160px; }
  .loader-ready { font-size: 11px; letter-spacing: 4px; }
}
@media (max-width: 768px) {
  /* Hero - تبقى في المنتصف زي الديسكتوب */
  .hero {
    padding: 100px 20px 60px;
    align-items: center;
    text-align: center;
  }

  .hero-eyebrow {
    text-align: center;
    width: 100%;
  }

  .hero-h1 {
    text-align: center;
    width: 100%;
  }

  .hero-sub {
    text-align: center;
    width: 100%;
  }

  /* Stats */
  .stats-grid {
    gap: 32px;
    justify-content: center;
  }

  /* Sections */
  .section-wrap {
    padding: 48px 16px;
  }

  .section-h2 {
    font-size: clamp(22px, 6vw, 32px);
  }

  /* Modules */
  .modules-grid {
    grid-template-columns: 1fr;
  }

  /* Google Sign-In Button على الموبايل */
  .google-signin-btn {
    padding: 7px 12px;
    font-size: 11px;
    gap: 6px;
  }

  .google-signin-btn svg {
    width: 15px;
    height: 15px;
  }
}
/* تنسيق الـ Navbar للموبايل لمنع الإزاحة */
@media (max-width: 768px) {
  nav {
    position: fixed !important;
    top: 16px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
    transform: none !important;
    padding: 12px 16px !important;
    direction: rtl !important;
  }
}
.rol-portal-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 40px;
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(145deg, #0e0e18 0%, #0a0f1a 100%);
  border: 1px solid rgba(0,229,255,0.15);
  overflow: hidden;
  cursor: none;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s;
}
.rol-portal-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,229,255,0.4);
  box-shadow: 0 24px 64px rgba(0,229,255,0.14), 0 0 0 1px rgba(0,229,255,0.25);
}

.rol-radar { position: relative; width: 110px; height: 110px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.rol-radar-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(0,229,255,0.3); }
.rol-radar-ring.r1 { width: 110px; height: 110px; }
.rol-radar-ring.r2 { width: 74px; height: 74px; }
.rol-radar-ring.r3 { width: 40px; height: 40px; animation: rolPulse 2.4s ease-out infinite; }
.rol-radar-core { position: relative; z-index: 2; width: 40px; height: 40px; border-radius: 50%; background: rgba(0,229,255,0.14); display: flex; align-items: center; justify-content: center; font-size: 17px; }
.rol-radar-sweep {
  position: absolute; width: 55px; height: 55px; top: 0; left: 0;
  background: conic-gradient(from 0deg, rgba(0,229,255,0.55), transparent 45%);
  border-radius: 50% 0 0 0;
  transform-origin: bottom right;
  animation: rolSweep 3s linear infinite;
  opacity: .7;
}
@keyframes rolSweep { to { transform: rotate(360deg); } }
@keyframes rolPulse {
  0%   { box-shadow: 0 0 0 0 rgba(0,229,255,0.35); }
  70%  { box-shadow: 0 0 0 22px rgba(0,229,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,229,255,0); }
}

.rol-portal-body { flex: 1; position: relative; z-index: 1; }
.rol-eyebrow { font-size: 11px; letter-spacing: 3px; color: var(--cyber); font-weight: 700; margin-bottom: 8px; }
.rol-portal-title { font-size: 22px; font-weight: 900; color: var(--white); margin-bottom: 8px; }
.rol-portal-sub { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 18px; max-width: 480px; }
.rol-stats { display: flex; gap: 28px; flex-wrap: wrap; }
.rol-stat { font-size: 11px; color: rgba(255,255,255,0.4); display: flex; align-items: baseline; gap: 6px; }
.rol-stat span { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 800; color: var(--gold-soft); }

.rol-portal-arrow {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: rgba(0,229,255,0.08); border: 1px solid rgba(0,229,255,0.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; color: var(--cyber);
  transition: transform .3s, box-shadow .3s;
}
.rol-portal-card:hover .rol-portal-arrow { transform: translateX(-6px); box-shadow: 0 0 20px rgba(0,229,255,0.25); }

@media (max-width: 768px) {
  .rol-portal-card { flex-direction: column; text-align: center; padding: 32px 24px; }
  .rol-stats { justify-content: center; }
}
