/* ═══════════════════════════════════════
   DESIGN SYSTEM — Navy + Gold (PDF Match)
   ═══════════════════════════════════════ */
:root {
  --navy-deep:   #071020;
  --navy:        #0A1628;
  --navy-card:   #0D1E38;
  --navy-light:  #152844;
  --navy-border: rgba(255,255,255,0.07);
  --gold:        #C9A84C;
  --gold-bright: #E8C97A;
  --gold-dim:    rgba(201,168,76,0.3);
  --gold-glow:   rgba(201,168,76,0.12);
  --white:       #EAE4D4;
  --gray:        #7B90AE;
  --gray-light:  #A9BBCF;
  --accent:      #4A9EDE;
  --green:       #3DD68C;
  --font-h:      'Tajawal', sans-serif;
  --font-b:      'Cairo', sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}

body {
  font-family: var(--font-b);
  background: var(--navy-deep);
  color: var(--white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[contenteditable] { outline: none; }
[contenteditable]:hover {
  background: rgba(201,168,76,0.06);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(201,168,76,0.25);
}
[contenteditable]:focus {
  background: rgba(201,168,76,0.1);
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px var(--gold);
}

input, button, select, textarea, iframe,
input[contenteditable], button[contenteditable],
select[contenteditable], textarea[contenteditable],
iframe[contenteditable] {
  outline: revert !important;
  pointer-events: auto !important;
  color: inherit !important;
}
/* لا نعيد background و box-shadow لأنها مهمة للـ form inputs */
input:not(.form-control), button:not(.btn-submit), select:not(.form-control), textarea:not(.form-control), iframe,
input[contenteditable]:not(.form-control), button[contenteditable]:not(.btn-submit),
select[contenteditable]:not(.form-control), textarea[contenteditable]:not(.form-control),
iframe[contenteditable] {
  background: revert !important;
  box-shadow: revert !important;
}
input:hover, button:hover, select:hover, textarea:hover,
input:focus, button:focus, select:focus, textarea:focus {
  background: revert !important;
  box-shadow: revert !important;
}

/* ── NAV ── */
nav {
  /* fixed to top so it stays visible while scrolling */
  position: fixed; top: 0; left: 0; width: 100%; z-index: 150;
  background: rgba(7,16,32,0.96);
  border-bottom: 1px solid var(--gold-dim);
  display: flex; align-items: center; padding: 0 2rem;
  overflow: visible; white-space: nowrap; scrollbar-width: none;
}
nav > * + * {
  margin-left: 0.1rem;
}

/* push page content down so fixed nav doesn’t overlap it */
body {
  padding-top: 4.5rem; /* adjust if nav height changes */
} 
nav::-webkit-scrollbar { display: none; }
.nav-logo-wrap {
  display: flex; align-items: center;
  padding: 0.6rem 1.5rem 0.6rem 0;
  border-left: 1px solid var(--gold-dim);
  margin-left: 0.5rem; flex-shrink: 0;
}
.nav-logo-wrap > * + * {
  margin-left: 0.85rem;
}
.nav-logo-img { height: 38px; width: auto; object-fit: contain; display: block; }
.nav-brand {
  font-family: var(--font-h); font-weight: 900;
  font-size: 1.15rem; color: var(--gold);
  flex-shrink: 0; letter-spacing: 0.08em;
}
nav a {
  color: var(--gray); text-decoration: none;
  padding: 1.15rem 0.9rem;
  font-size: 0.78rem; font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: all 0.2s; flex-shrink: 0;
}
nav a:hover, nav a.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ── HERO ── */
#home {
  min-height: 100vh;
  display: flex; align-items: center;
  position: relative; overflow: hidden;
  background: var(--navy-deep);
}
.hero-bg {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(21,40,68,0.9) 0%, transparent 55%),
    radial-gradient(ellipse at 15% 75%, rgba(201,168,76,0.07) 0%, transparent 45%),
    linear-gradient(160deg, #0A1628 0%, #071020 100%);
  background-attachment: fixed;
}
.hero-bg::before {
  content: '';
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}
.hero-bg::after {
  content: '';
  position: absolute; top: -50%; right: -20%;
  width: 80%; height: 200%;
  background: linear-gradient(135deg, rgba(21,40,68,0.6) 0%, transparent 60%);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
  padding: 6rem 2.5rem; width: 100%;
}
.hero-tag {
  display: inline-flex; align-items: center;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.28);
  color: var(--gold-bright);
  padding: 0.45rem 1.3rem; border-radius: 100px;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.07em; margin-bottom: 2.5rem;
}
.hero-tag::before { 
  content: '◆'; 
  font-size: 0.5rem;
  margin-right: 0.6rem;
}
.hero-h1 {
  font-family: var(--font-h);
  font-size: 3.5rem;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  font-weight: 900; line-height: 1.15; margin-bottom: 0.5rem;
}
.hero-h1 .line1 { color: var(--white); display: block; }
.hero-h1 .line2 { color: var(--gold); display: block; text-shadow: 0 0 60px rgba(201,168,76,0.3); }
.hero-sub {
  font-family: var(--font-h);
  font-size: 1.2rem;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500; color: var(--gray-light);
  margin: 1.25rem 0 0.75rem; line-height: 1.6; max-width: 700px;
}
.hero-sub2 { font-size: 1rem; color: var(--gray); margin-bottom: 3rem; line-height: 1.8; max-width: 600px; }
.hero-btns { display: flex; flex-wrap: wrap; margin-bottom: 3.5rem; }
.hero-btns > * + * { margin-left: 1rem; }
.btn-gold {
  background: linear-gradient(135deg, var(--gold), #A8882E);
  color: var(--navy-deep); padding: 0.9rem 2.4rem;
  border-radius: 8px; font-weight: 800; font-size: 0.95rem;
  font-family: var(--font-b); text-decoration: none; border: none; cursor: pointer;
  transition: all 0.25s; letter-spacing: 0.02em;
  box-shadow: 0 4px 24px rgba(201,168,76,0.25);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,0.4); }
.btn-outline-gold {
  background: transparent; border: 1.5px solid rgba(201,168,76,0.4);
  color: var(--gold-bright); padding: 0.9rem 2.4rem;
  border-radius: 8px; font-weight: 600; font-size: 0.95rem;
  font-family: var(--font-b); text-decoration: none; transition: all 0.25s;
}
.btn-outline-gold:hover { border-color: var(--gold); background: var(--gold-glow); }
.tech-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.tech-chip {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1);
  color: var(--gray-light); padding: 0.3rem 0.9rem; border-radius: 6px;
  font-size: 0.76rem; font-weight: 600; font-family: monospace; letter-spacing: 0.03em;
}

/* ── STATS BAR ── */
.stats-bar {
  background: var(--navy-card);
  border-top: 1px solid var(--gold-dim);
  border-bottom: 1px solid var(--gold-dim);
  padding: 2.5rem 2rem;
}
.stats-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0; text-align: center;
}
.stat-item { padding: 1rem 1.5rem; border-left: 1px solid rgba(255,255,255,0.06); }
.stat-item:last-child { border-left: none; }
.stat-num { font-family: var(--font-h); font-size: 2.4rem; font-weight: 900; color: var(--gold); display: block; line-height: 1; }
.stat-label { font-size: 0.8rem; color: var(--gray); margin-top: 0.5rem; line-height: 1.5; }

/* ── SLIDER ── */
.slider-wrap { position: relative; overflow: hidden; background: var(--navy-deep); border-bottom: 1px solid var(--gold-dim); }
.slider-track { 
  display: flex; 
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.77,0,0.18,1);
  transition: transform 0.6s cubic-bezier(0.77,0,0.18,1); 
}
.slide { min-width: 100%; position: relative; height: 480px; overflow: hidden; flex-shrink: 0; }
.slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slide::after {
  content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(135deg, rgba(7,16,32,0.75) 0%, rgba(7,16,32,0.3) 50%, rgba(7,16,32,0.6) 100%);
}
.slide-caption {
  position: absolute; bottom: 0; right: 0; left: 0; z-index: 2; padding: 2.5rem 3rem;
  background: linear-gradient(to top, rgba(7,16,32,0.9) 0%, transparent 100%);
}
.slide-caption h3 { font-family: var(--font-h); font-size: 1.6rem; font-size: clamp(1.3rem, 3vw, 2rem); font-weight: 800; color: var(--white); margin-bottom: 0.4rem; }
.slide-caption p { font-size: 0.95rem; color: var(--gray-light); }
.slide-caption .slide-tag {
  display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.35);
  color: var(--gold-bright); padding: 0.3rem 0.9rem; border-radius: 100px;
  font-size: 0.75rem; font-weight: 700; margin-bottom: 0.75rem;
}
.slider-btn {
  position: absolute; top: 50%; z-index: 10; transform: translateY(-50%);
  width: 48px; height: 48px; background: rgba(201,168,76,0.15);
  border: 1.5px solid rgba(201,168,76,0.35); border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--gold); transition: all 0.2s;
}
.slider-btn:hover { background: rgba(201,168,76,0.3); border-color: var(--gold); transform: translateY(-50%) scale(1.1); }
.slider-btn.prev { right: 1.5rem; }
.slider-btn.next { left: 1.5rem; }
.slider-logo-overlay { position: absolute; top: 1.5rem; right: 2rem; z-index: 20; pointer-events: none; }
.slider-logo-img { height: 56px; width: auto; object-fit: contain; filter: drop-shadow(0 2px 12px rgba(0,0,0,0.5)); }
.slider-dots { position: absolute; bottom: 1.25rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.5rem; z-index: 10; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(201,168,76,0.3); border: 1px solid rgba(201,168,76,0.4); cursor: pointer; transition: all 0.25s; }
.dot.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ── YOUTUBE EMBED ── */
.yt-wrap { margin-top: 2rem; background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; overflow: hidden; }
.yt-label { padding: 1rem 1.5rem; font-size: 0.88rem; font-weight: 700; color: var(--gold); border-bottom: 1px solid rgba(255,255,255,0.06); display: flex; align-items: center; gap: 0.5rem; }
.yt-frame-box { position: relative; padding-top: 56.25%; background: #000; }
.yt-frame-box iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }

/* ── CLIENTS ── */
.clients-section { background: var(--navy-card); border-bottom: 1px solid var(--gold-dim); padding: 4.5rem 2.5rem; }
.clients-inner { max-width: 1100px; margin: 0 auto; }
.clients-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.client-card {
  background: linear-gradient(135deg, rgba(21,40,68,0.9), rgba(13,30,56,1));
  border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 1.75rem;
  display: flex; flex-direction: column; gap: 1rem; transition: all 0.25s; position: relative; overflow: hidden;
}
.client-card::before { content: ''; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
.client-card:hover { border-color: rgba(201,168,76,0.28); transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.3); }
.client-logo-area { height: 64px; display: flex; align-items: center; }
.client-logo-area img { max-height: 52px; max-width: 140px; object-fit: contain; filter: brightness(0.9) saturate(0.8); transition: filter 0.2s; }
.client-card:hover .client-logo-area img { filter: brightness(1) saturate(1); }
.client-logo-text { font-family: var(--font-h); font-size: 1.15rem; font-weight: 900; color: var(--gold-bright); letter-spacing: 0.04em; }
.client-sector { display: inline-block; background: rgba(201,168,76,0.08); border: 1px solid rgba(201,168,76,0.2); color: var(--gold); padding: 0.2rem 0.75rem; border-radius: 100px; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; width: fit-content; }
.client-name { font-size: 1rem; font-weight: 700; color: var(--white); }
.client-desc { font-size: 0.82rem; color: var(--gray); line-height: 1.7; }
.client-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.25rem; }
.client-tag { background: rgba(74,158,222,0.08); border: 1px solid rgba(74,158,222,0.2); color: var(--accent); padding: 0.18rem 0.6rem; border-radius: 4px; font-size: 0.7rem; font-weight: 600; }

/* ── SECTION COMMON ── */
.section { max-width: 1100px; margin: 0 auto; padding: 5.5rem 2.5rem; }
.sec-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.2), transparent); }
.sec-header { margin-bottom: 3.5rem; }
.sec-tag { display: inline-block; color: var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 0.8rem; }
.sec-title { font-family: var(--font-h); font-size: 2.2rem; font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 900; color: var(--white); line-height: 1.2; margin-bottom: 0.75rem; }
.sec-title .gold { color: var(--gold); }
.sec-title .underline { position: relative; display: inline-block; }
.sec-title .underline::after { content: ''; position: absolute; bottom: -4px; right: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); border-radius: 2px; }
.sec-intro { font-size: 1rem; color: var(--gray-light); max-width: 680px; line-height: 2; }
.aud-row { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.aud-chip { background: rgba(74,158,222,0.08); border: 1px solid rgba(74,158,222,0.22); color: var(--accent); padding: 0.35rem 1rem; border-radius: 100px; font-size: 0.8rem; font-weight: 600; }

/* ── GLASS CARD ── */
.glass-card {
  background: linear-gradient(135deg, rgba(21,40,68,0.8) 0%, rgba(13,30,56,0.9) 100%);
  border: 1px solid rgba(255,255,255,0.08); border-radius: 20px;
  backdrop-filter: blur(12px); overflow: hidden;
  transition: border-color 0.3s, transform 0.3s; position: relative;
}
.glass-card::before { content: ''; position: absolute; top: 0; right: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(201,168,76,0.06) 0%, transparent 70%); pointer-events: none; }
.glass-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-2px); }
.card-header { background: linear-gradient(135deg, rgba(21,40,68,1) 0%, rgba(31,58,96,0.8) 100%); border-bottom: 1px solid rgba(201,168,76,0.15); padding: 2.5rem; display: flex; align-items: center; gap: 1.5rem; }
.card-icon { width: 72px; height: 72px; flex-shrink: 0; background: rgba(201,168,76,0.1); border: 1.5px solid rgba(201,168,76,0.28); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.card-header-title { font-family: var(--font-h); font-size: 1.55rem; font-weight: 800; color: var(--white); }
.card-header-sub { font-size: 0.88rem; color: var(--gray); margin-top: 0.3rem; }
.card-body { padding: 2.5rem; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px,1fr)); gap: 1.25rem; margin-bottom: 2rem; }
.feat-item { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 14px; padding: 1.5rem; transition: all 0.25s; position: relative; overflow: hidden; }
.feat-item::after { content: ''; position: absolute; bottom: 0; right: 0; width: 60px; height: 60px; background: radial-gradient(circle, rgba(201,168,76,0.06), transparent); pointer-events: none; }
.feat-item:hover { border-color: rgba(201,168,76,0.28); background: rgba(201,168,76,0.04); transform: translateY(-2px); }
.feat-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }
.feat-title { font-size: 0.93rem; font-weight: 700; color: var(--white); margin-bottom: 0.45rem; }
.feat-desc { font-size: 0.82rem; color: var(--gray); line-height: 1.75; }
.flutter-box { background: linear-gradient(135deg, rgba(74,158,222,0.07) 0%, rgba(201,168,76,0.04) 100%); border: 1px solid rgba(74,158,222,0.22); border-radius: 16px; padding: 2rem; margin-top: 1.75rem; }
.flutter-title { font-size: 1rem; font-weight: 700; color: var(--accent); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.6rem; }
.flutter-feats { display: grid; grid-template-columns: repeat(auto-fill, minmax(215px,1fr)); gap: 0.65rem; }
.ff { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.85rem; color: var(--gray-light); }
.ff::before { content: '◆'; color: var(--accent); font-size: 0.42rem; margin-top: 0.5rem; flex-shrink: 0; }
.callout-gold { background: linear-gradient(135deg, rgba(201,168,76,0.08) 0%, rgba(201,168,76,0.02) 100%); border: 1px solid rgba(201,168,76,0.2); border-right: 4px solid var(--gold); border-radius: 14px; padding: 1.75rem 2rem; margin-top: 1.75rem; position: relative; }
.callout-gold::before { content: ''; position: absolute; top: 0; right: 0; width: 150px; height: 100%; background: radial-gradient(ellipse at right, rgba(201,168,76,0.05), transparent); pointer-events: none; }
.callout-label { font-size: 0.7rem; font-weight: 700; color: var(--gold); letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 0.6rem; }
.callout-text { font-size: 0.93rem; color: var(--white); line-height: 1.9; }
.super-feature { background: linear-gradient(135deg, var(--navy-light), rgba(201,168,76,0.04)); border: 1.5px solid rgba(201,168,76,0.3); border-radius: 20px; padding: 2.75rem; margin: 2rem 0; position: relative; overflow: hidden; }
.super-feature::before { content: ''; position: absolute; top: -40%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201,168,76,0.07) 0%, transparent 60%); pointer-events: none; }
.sf-badge { display: inline-block; background: linear-gradient(135deg, var(--gold), #A8882E); color: var(--navy-deep); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.1em; padding: 0.35rem 1.1rem; border-radius: 100px; margin-bottom: 1.25rem; }
.sf-title { font-family: var(--font-h); font-size: 1.55rem; font-weight: 900; color: var(--white); margin-bottom: 0.85rem; }
.sf-text { font-size: 0.95rem; color: var(--gray-light); line-height: 2; }
.flow { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 1.75rem; }
.flow-node { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 0.75rem 1.25rem; font-size: 0.83rem; font-weight: 600; color: var(--white); text-align: center; line-height: 1.5; }
.flow-node.gold { background: rgba(201,168,76,0.1); border-color: rgba(201,168,76,0.3); color: var(--gold-bright); }
.flow-arr { color: rgba(201,168,76,0.5); font-size: 1.1rem; }

.pipeline { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 2rem; overflow: hidden; border: 1px solid var(--navy-border); border-radius: 16px; }
.pipe-step { background: var(--navy-card); padding: 1.5rem 1rem; text-align: center; border-left: 1px solid var(--navy-border); transition: background 0.2s; position: relative; }
.pipe-step:first-child { border-left: none; border-radius: 16px 0 0 16px; }
.pipe-step:last-child { border-radius: 0 16px 16px 0; }
.pipe-step:hover { background: rgba(201,168,76,0.05); }
.pipe-step::after { content: '←'; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); color: var(--gold-dim); font-size: 1rem; z-index: 1; }
.pipe-step:last-child::after { display: none; }
.pipe-icon { font-size: 1.4rem; margin-bottom: 0.5rem; display: block; }
.pipe-name { font-size: 0.8rem; font-weight: 700; color: var(--white); margin-bottom: 0.2rem; }
.pipe-tech { font-size: 0.7rem; color: var(--gray); }

.ai-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.25rem; margin-top: 2rem; }
.ai-card { background: linear-gradient(135deg, rgba(74,158,222,0.06), rgba(201,168,76,0.03)); border: 1px solid rgba(74,158,222,0.16); border-radius: 16px; padding: 1.75rem; transition: all 0.25s; }
.ai-card:hover { border-color: rgba(74,158,222,0.32); transform: translateY(-3px); }
.ai-icon { font-size: 1.5rem; margin-bottom: 0.75rem; display: block; }
.ai-title { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.ai-desc { font-size: 0.83rem; color: var(--gray); line-height: 1.75; }

.models-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 1.5rem; margin-top: 2rem; }
.model-card { background: linear-gradient(160deg, rgba(21,40,68,0.9), rgba(13,30,56,0.95)); border: 1px solid rgba(201,168,76,0.15); border-radius: 18px; padding: 2.25rem; transition: all 0.25s; position: relative; overflow: hidden; }
.model-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); }
.model-card:hover { border-color: rgba(201,168,76,0.35); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.model-num { font-family: var(--font-h); font-size: 3rem; font-weight: 900; color: rgba(201,168,76,0.12); line-height: 1; }
.model-title { font-size: 1.1rem; font-weight: 800; color: var(--white); margin: 0.5rem 0 0.25rem; }
.model-sub { font-size: 0.78rem; color: var(--accent); font-weight: 600; margin-bottom: 1rem; letter-spacing: 0.04em; }
.model-desc { font-size: 0.88rem; color: var(--gray); line-height: 1.85; margin-bottom: 1.25rem; }
.model-list { list-style: none; display: flex; flex-direction: column; gap: 0.45rem; }
.model-list li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.84rem; color: var(--gray-light); }
.model-list li::before { content: '←'; color: var(--gold); flex-shrink: 0; margin-top: 0.05rem; }

.sectors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; margin-top: 2rem; }
.sector-card { background: linear-gradient(135deg, rgba(21,40,68,0.8), rgba(13,30,56,0.9)); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 2rem; transition: all 0.25s; display: flex; align-items: center; gap: 1.25rem; }
.sector-card:hover { border-color: rgba(201,168,76,0.25); transform: translateY(-2px); }
.sector-icon { width: 56px; height: 56px; flex-shrink: 0; background: var(--gold-glow); border: 1.5px solid var(--gold-dim); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.sector-title { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
.sector-desc { font-size: 0.85rem; color: var(--gray); }

.track-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 2rem; }
.track-card { background: linear-gradient(135deg, rgba(21,40,68,0.9), rgba(13,30,56,1)); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; overflow: hidden; }
.track-screen { background: rgba(0,0,0,0.3); height: 160px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 3rem; color: rgba(201,168,76,0.2); position: relative; overflow: hidden; }
.track-screen::before { content: ''; position: absolute; inset: 0; background: linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px); background-size: 20px 20px; }
.track-info { padding: 1.5rem; }
.track-ministry { font-size: 0.75rem; color: var(--gold); font-weight: 700; letter-spacing: 0.08em; margin-bottom: 0.3rem; }
.track-name { font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 0.4rem; }
.track-desc { font-size: 0.82rem; color: var(--gray); line-height: 1.6; }

/* ══════════════════════════════════════
   WHY US — Enhanced Cards
   ══════════════════════════════════════ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media(max-width:900px) { .why-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:560px) { .why-grid { grid-template-columns: 1fr; } }

.why-card {
  background: linear-gradient(145deg, rgba(21,40,68,0.85) 0%, rgba(13,30,56,0.95) 100%);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 2rem;
  position: relative; overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25,0.46,0.45,0.94);
  display: flex; flex-direction: column; gap: 0.85rem;
}
.why-card::before {
  content: '';
  position: absolute; top: 0; right: 0; left: 0; height: 3px;
  background: linear-gradient(90deg, rgba(201,168,76,0.5), transparent);
  opacity: 0; transition: opacity 0.3s;
}
.why-card:hover {
  border-color: rgba(201,168,76,0.28);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.35), 0 0 0 1px rgba(201,168,76,0.08);
}
.why-card:hover::before { opacity: 1; }

.why-card--featured {
  grid-column: span 2;
  background: linear-gradient(145deg, rgba(21,40,68,0.95) 0%, rgba(31,58,96,0.85) 100%);
  border-color: rgba(201,168,76,0.2);
}
.why-card--featured::before {
  opacity: 1;
  background: linear-gradient(90deg, var(--gold), rgba(201,168,76,0.3), transparent);
}
@media(max-width:900px) { .why-card--featured { grid-column: span 1; } }

.why-card--accent {
  background: linear-gradient(145deg, rgba(74,158,222,0.07) 0%, rgba(13,30,56,0.95) 100%);
  border-color: rgba(74,158,222,0.15);
}
.why-card--accent::before { background: linear-gradient(90deg, var(--accent), transparent); }

.why-num {
  font-family: var(--font-h);
  font-size: 3.5rem; font-weight: 900;
  color: rgba(201,168,76,0.07);
  line-height: 1;
  position: absolute; top: 1rem; left: 1.5rem;
  letter-spacing: -0.02em;
  pointer-events: none; transition: color 0.3s;
}
.why-card:hover .why-num { color: rgba(201,168,76,0.13); }

.why-icon-wrap {
  font-size: 1.75rem; display: block;
  margin-bottom: 0.25rem; position: relative; z-index: 1;
}
.why-title {
  font-family: var(--font-h);
  font-size: 1.05rem; font-weight: 800;
  color: var(--white); line-height: 1.3;
  position: relative; z-index: 1;
}
.why-desc {
  font-size: 0.845rem; color: var(--gray);
  line-height: 1.85; flex: 1;
  position: relative; z-index: 1;
}
.why-tags {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-top: 0.25rem; position: relative; z-index: 1;
}
.why-tag {
  background: rgba(74,158,222,0.08);
  border: 1px solid rgba(74,158,222,0.2);
  color: var(--accent);
  padding: 0.22rem 0.7rem; border-radius: 6px;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em;
}
.why-tag--gold {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.22);
  color: var(--gold-bright);
}
.why-metric {
  display: flex; align-items: baseline; gap: 0.5rem;
  margin-top: 0.5rem; position: relative; z-index: 1;
}
.why-metric-num {
  font-family: var(--font-h);
  font-size: 1.6rem; font-weight: 900;
  color: var(--gold); line-height: 1;
}
.why-metric-lbl { font-size: 0.78rem; color: var(--gray); font-weight: 600; }

.why-highlight {
  display: flex; align-items: flex-start; gap: 1.5rem;
  background: linear-gradient(135deg, rgba(201,168,76,0.07) 0%, rgba(201,168,76,0.02) 100%);
  border: 1px solid rgba(201,168,76,0.18);
  border-right: 4px solid var(--gold);
  border-radius: 16px;
  padding: 2rem 2.25rem;
  margin-top: 1.75rem; position: relative; overflow: hidden;
}
.why-highlight::after {
  content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 200px;
  background: radial-gradient(ellipse at right, rgba(201,168,76,0.06), transparent);
  pointer-events: none;
}
.why-highlight-icon {
  font-size: 2rem; flex-shrink: 0; width: 52px; height: 52px;
  background: rgba(201,168,76,0.1); border: 1.5px solid rgba(201,168,76,0.25);
  border-radius: 14px; display: flex; align-items: center; justify-content: center;
}
.why-highlight-title { font-family: var(--font-h); font-size: 1.05rem; font-weight: 800; color: var(--gold-bright); margin-bottom: 0.6rem; }
.why-highlight-text { font-size: 0.92rem; color: var(--gray-light); line-height: 1.95; }

/* ── CTA ── */
#contact {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(21,40,68,0.8) 0%, transparent 60%),
    radial-gradient(ellipse at 20% 100%, rgba(201,168,76,0.06) 0%, transparent 50%),
    var(--navy-deep);
  padding: 8rem 2.5rem; text-align: center; position: relative; overflow: hidden;
}
#contact::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(201,168,76,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(201,168,76,0.03) 1px, transparent 1px); background-size: 80px 80px; }
.cta-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
.cta-title { font-family: var(--font-h); font-size: 2.4rem; font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 900; margin-bottom: 1.25rem; line-height: 1.2; }
.cta-subtitle { font-size: 1.05rem; color: var(--gray-light); line-height: 2; margin-bottom: 3rem; }
.biz-card { background: linear-gradient(135deg, rgba(21,40,68,0.9), rgba(13,30,56,1)); border: 1px solid rgba(201,168,76,0.25); border-radius: 20px; padding: 3rem; max-width: 500px; margin: 0 auto; box-shadow: 0 0 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(201,168,76,0.1); position: relative; overflow: hidden; }
.biz-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 60%); }
.biz-domain { font-family: var(--font-h); font-size: 1.75rem; font-weight: 900; color: var(--gold); margin-bottom: 1.75rem; letter-spacing: 0.02em; }
.biz-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(201,168,76,0.3), transparent); margin-bottom: 1.75rem; }
.biz-contacts { display: flex; flex-direction: column; gap: 0.85rem; }
.biz-contact-row { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9rem; }
.biz-contact-row .icon { font-size: 1rem; flex-shrink: 0; }
.biz-contact-row .label { color: var(--gray); font-size: 0.78rem; min-width: 50px; }
.biz-contact-row .val { color: var(--gold-bright); font-weight: 600; }
.cta-btns-row { display: flex; gap: 1.25rem; justify-content: center; flex-wrap: wrap; }
.cta-btn-gold { background: linear-gradient(135deg, var(--gold), #A8882E); color: var(--navy-deep); padding: 1rem 3rem; border-radius: 10px; font-family: var(--font-h); font-weight: 800; font-size: 1.05rem; text-decoration: none; letter-spacing: 0.03em; box-shadow: 0 4px 20px rgba(201,168,76,0.3); transition: all 0.25s; }
.cta-btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(201,168,76,0.45); }
.cta-btn-outline { background: transparent; color: var(--gold); border: 1.5px solid rgba(201,168,76,0.5); padding: 1rem 3rem; border-radius: 10px; font-family: var(--font-h); font-weight: 700; font-size: 1.05rem; text-decoration: none; letter-spacing: 0.03em; transition: all 0.25s; }
.cta-btn-outline:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); transform: translateY(-2px); }

/* ── FOOTER ── */
footer { background: var(--navy-card); border-top: 1px solid rgba(201,168,76,0.15); }
.footer-inner { max-width: 1100px; margin: 0 auto; padding: 3.5rem 2.5rem 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.footer-logo { height: 48px; width: auto; object-fit: contain; margin-bottom: 0.75rem; display: block; }
.footer-brand { font-family: var(--font-h); font-weight: 900; font-size: 1.4rem; color: var(--gold); margin-bottom: 0.5rem; }
.footer-tagline { font-size: 0.88rem; color: var(--gray); }
.footer-contact-title { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--white); margin-bottom: 1.25rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(201,168,76,0.15); }
.footer-links { display: flex; flex-direction: column; gap: 0.85rem; }
.footer-link { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: var(--gray-light); font-size: 0.9rem; transition: color 0.2s; }
.footer-link:hover { color: var(--gold-bright); }
.fc-icon { width: 32px; height: 32px; flex-shrink: 0; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
.footer-link.footer-wa { color: #25D366; }
.footer-link.footer-wa .fc-icon { background: rgba(37,211,102,0.08); border-color: rgba(37,211,102,0.2); }
.footer-link.footer-wa:hover { color: #4AE07A; }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding: 1.25rem 2.5rem; border-top: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem; font-size: 0.8rem; color: var(--gray); }
.footer-tech { opacity: 0.5; font-family: monospace; font-size: 0.75rem; }

/* ── WHATSAPP FLOAT ── */
.wa-float { position: fixed; bottom: 2rem; left: 2rem; z-index: 999; width: 58px; height: 58px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,0.45); text-decoration: none; transition: transform 0.25s, box-shadow 0.25s; }
.wa-float:hover { transform: scale(1.1) translateY(-3px); box-shadow: 0 8px 32px rgba(37,211,102,0.6); }
.wa-pulse { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(37,211,102,0.5); animation: waPulse 2s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: 0.8; } 100% { transform: scale(1.55); opacity: 0; } }

@media(max-width:640px) { .footer-inner { grid-template-columns: 1fr; gap: 2rem; } .cta-btn-gold, .cta-btn-outline { padding: 0.9rem 2rem; font-size: 0.95rem; } .wa-float { bottom: 1.25rem; left: 1.25rem; width: 52px; height: 52px; } }
@media(max-width:768px) { .stats-grid { grid-template-columns: repeat(2,1fr); } .sectors-grid, .track-grid { grid-template-columns: 1fr; } .pipeline { grid-template-columns: repeat(3,1fr); } .pipe-step:nth-child(3)::after { display: none; } .hero-h1 { font-size: 2.2rem; } .card-header { flex-direction: column; text-align: center; } }
@media(max-width:480px) { .stats-grid { grid-template-columns: 1fr; } .pipeline { grid-template-columns: repeat(2,1fr); } .pipe-step:nth-child(2n)::after { display: none; } }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner > * { animation: fadeUp 0.7s ease both; }
.hero-tag { animation-delay: 0.1s; }
.hero-h1  { animation-delay: 0.2s; }
.hero-sub { animation-delay: 0.3s; }
.hero-sub2{ animation-delay: 0.4s; }
.hero-btns{ animation-delay: 0.5s; }
.tech-row { animation-delay: 0.6s; }

/* ══════════════════════════════════════
   WHY US — Premium Bento Cards
   Inspired by Stripe / Linear / Vercel
   ══════════════════════════════════════ */

/* Layout rows */
.wu-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}
.wu-row--asymmetric {
  grid-template-columns: 1.5fr 1fr;
}
.wu-row--thirds {
  grid-template-columns: repeat(3, 1fr);
}
.wu-row--full {
  grid-template-columns: 1fr;
}
@media(max-width: 900px) {
  .wu-row--asymmetric { grid-template-columns: 1fr; }
  .wu-row--thirds { grid-template-columns: 1fr 1fr; }
}
@media(max-width: 560px) {
  .wu-row--thirds { grid-template-columns: 1fr; }
  .wu-card-inner--horizontal { flex-direction: column !important; gap: 2rem !important; }
  .wu-partnership-right { width: 100% !important; }
}

/* Base card */
.wu-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(13,30,56,0.95) 0%, rgba(7,16,32,0.98) 100%);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.wu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,168,76,0.22);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(201,168,76,0.06);
}

/* Glow blobs */
.wu-card-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}
.wu-card-glow--gold       { width: 300px; height: 300px; top: -80px; right: -80px; background: radial-gradient(circle, rgba(201,168,76,0.18) 0%, transparent 70%); }
.wu-card-glow--blue       { width: 250px; height: 250px; top: -60px; left: -60px; background: radial-gradient(circle, rgba(74,158,222,0.2) 0%, transparent 70%); }
.wu-card-glow--green      { width: 200px; height: 200px; bottom: -40px; right: -40px; background: radial-gradient(circle, rgba(61,214,140,0.15) 0%, transparent 70%); }
.wu-card-glow--purple     { width: 200px; height: 200px; top: -40px; left: -40px; background: radial-gradient(circle, rgba(147,112,219,0.18) 0%, transparent 70%); }
.wu-card-glow--red        { width: 200px; height: 200px; bottom: -40px; left: -40px; background: radial-gradient(circle, rgba(222,80,74,0.12) 0%, transparent 70%); }
.wu-card-glow--gold-wide  { width: 500px; height: 300px; top: -80px; right: -100px; background: radial-gradient(ellipse, rgba(201,168,76,0.1) 0%, transparent 70%); }

/* Inner content */
.wu-card-inner {
  position: relative;
  z-index: 1;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.wu-card-inner--horizontal {
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}

/* Badge chips */
.wu-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.9rem;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  width: fit-content;
  margin-bottom: 0.2rem;
}
.wu-badge--gold   { background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.28); color: var(--gold-bright); }
.wu-badge--blue   { background: rgba(74,158,222,0.12); border: 1px solid rgba(74,158,222,0.28); color: #7DC8F5; }
.wu-badge--green  { background: rgba(61,214,140,0.1);  border: 1px solid rgba(61,214,140,0.25); color: #5DE8A8; }
.wu-badge--purple { background: rgba(147,112,219,0.12); border: 1px solid rgba(147,112,219,0.28); color: #C4B0F0; }

/* Card large icon */
.wu-card-icon-lg {
  font-size: 2.8rem;
  line-height: 1;
}

/* Titles */
.wu-card-title {
  font-family: var(--font-h);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.3;
}
.wu-card-title--lg {
  font-size: 1.7rem;
}

/* Body text */
.wu-card-body {
  font-size: 0.875rem;
  color: var(--gray);
  line-height: 1.85;
}

/* Pills row */
.wu-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.3rem;
}
.wu-pill {
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}
.wu-pill--gold { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.22); color: var(--gold); }

/* Mini stats inside government card */
.wu-card-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 1rem 1.5rem;
  margin-top: 0.5rem;
}
.wu-cs-item {
  flex: 1;
  text-align: center;
}
.wu-cs-num {
  display: block;
  font-family: var(--font-h);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1.2;
}
.wu-cs-lbl {
  font-size: 0.68rem;
  color: var(--gray);
  font-weight: 600;
  display: block;
  margin-top: 0.15rem;
}
.wu-cs-sep {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.07);
  margin: 0 0.5rem;
}

/* Speed number */
.wu-speed-num {
  font-family: var(--font-h);
  font-size: 5rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0.25rem 0;
}
.wu-speed-x {
  font-size: 3rem;
  color: var(--gold);
}

/* Compare bars */
.wu-compare {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-top: 0.5rem;
}
.wu-compare-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.wu-compare-lbl {
  font-size: 0.72rem;
  color: var(--gray);
  min-width: 100px;
  text-align: right;
  font-weight: 600;
}
.wu-compare-bar {
  flex: 1;
  height: 8px;
  background: rgba(255,255,255,0.06);
  border-radius: 100px;
  overflow: hidden;
}
.wu-compare-fill {
  height: 100%;
  border-radius: 100px;
}
.wu-compare-fill--slow {
  width: 100%;
  background: linear-gradient(90deg, rgba(222,80,74,0.6), rgba(222,80,74,0.3));
  animation: barSlowIn 1.2s ease-out both;
  animation-delay: 0.3s;
}
.wu-compare-fill--fast {
  width: 14%;
  background: linear-gradient(90deg, var(--gold), var(--gold-bright));
  animation: barFastIn 1.2s ease-out both;
  animation-delay: 0.6s;
}
@keyframes barSlowIn { from { width: 0 } to { width: 100% } }
@keyframes barFastIn { from { width: 0 } to { width: 14% } }
.wu-compare-val {
  font-size: 0.72rem;
  font-weight: 800;
  min-width: 55px;
  text-align: left;
}
.wu-val--slow { color: rgba(222,80,74,0.8); }
.wu-val--fast { color: var(--gold); }

/* Integration flow mini */
.wu-flow-mini {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 0.5rem;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 1rem;
  justify-content: center;
}
.wu-flow-node {
  text-align: center;
  font-size: 0.68rem;
  color: var(--gray-light);
  font-weight: 600;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
}
.wu-fn--db {
  background: rgba(201,168,76,0.08);
  border-color: rgba(201,168,76,0.2);
}
.wu-flow-line {
  flex: 1;
  height: 2px;
  background: rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
  margin: 0 0.25rem;
}
.wu-flow-line-track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}
.wu-flow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  animation: flowPulse 2s linear infinite;
  position: absolute;
}
@keyframes flowPulse {
  0%   { right: 0%;   opacity: 1; }
  100% { right: 100%; opacity: 0.3; }
}

/* Mobile platforms */
.wu-platform-pills {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.wu-platform {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 0.5rem 0.9rem;
  font-size: 0.8rem;
}
.wu-platform-icon { font-size: 1rem; }
.wu-platform-name { font-weight: 700; color: var(--white); }
.wu-platform-check { color: var(--green); font-weight: 900; font-size: 0.85rem; }
.wu-platform-sep {
  font-size: 1.1rem;
  color: var(--gold);
  font-weight: 900;
}
.wu-one-code {
  background: linear-gradient(135deg, rgba(201,168,76,0.1), transparent);
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 10px;
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-bright);
  text-align: center;
  margin-top: 0.25rem;
  font-family: monospace;
  letter-spacing: 0.05em;
}

/* Security stack */
.wu-security-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.wu-sec-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--gray-light);
  font-weight: 600;
  font-family: monospace;
}
.wu-sec-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wu-sec-dot--on {
  background: var(--green);
  box-shadow: 0 0 6px rgba(61,214,140,0.6);
  animation: secPulse 2.5s ease-in-out infinite;
}
@keyframes secPulse {
  0%, 100% { box-shadow: 0 0 4px rgba(61,214,140,0.5); }
  50%       { box-shadow: 0 0 12px rgba(61,214,140,0.9); }
}

/* Partnership card */
.wu-partnership-left {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.wu-partnership-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.wu-model-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 0.85rem 1.1rem;
  transition: all 0.2s;
}
.wu-model-pill:hover {
  border-color: rgba(201,168,76,0.2);
  background: rgba(201,168,76,0.04);
}
.wu-mp--gold {
  background: rgba(201,168,76,0.07);
  border-color: rgba(201,168,76,0.2);
}
.wu-mp-icon {
  font-size: 1.3rem;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wu-mp-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
}
.wu-mp-sub {
  font-size: 0.74rem;
  color: var(--gray);
  margin-top: 0.1rem;
}

/* Scroll reveal — use CSS animation instead of JS opacity hack */
.wu-card {
  animation: wuFadeIn 0.6s ease both;
}
.wu-row:nth-child(1) .wu-card:nth-child(1) { animation-delay: 0.05s; }
.wu-row:nth-child(1) .wu-card:nth-child(2) { animation-delay: 0.15s; }
.wu-row:nth-child(2) .wu-card:nth-child(1) { animation-delay: 0.1s;  }
.wu-row:nth-child(2) .wu-card:nth-child(2) { animation-delay: 0.2s;  }
.wu-row:nth-child(2) .wu-card:nth-child(3) { animation-delay: 0.3s;  }
.wu-row:nth-child(3) .wu-card:nth-child(1) { animation-delay: 0.15s; }
@keyframes wuFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
