/* ════════════════════════════════════════════════
   نبض المستقبل — Main Stylesheet
   ════════════════════════════════════════════════ */

/* ── CSS Variables ── */
:root {
  --gold:   #C9A84C;
  --gold-l: #F0D080;
  --amber:  #D4882A;
  --neon:   #00D4CC;
  --bg:     #05040F;
  --green:  #00B876;
  --tx:     rgba(255,255,255,0.82);
  --tx2:    rgba(255,255,255,0.50);
  --border: rgba(201,168,76,0.18);
}

/* ── Reset ── */
* { margin: 0; padding: 0; box-sizing: border-box; max-width: 100%; }
img, svg { max-width: 100%; }

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Tajawal', sans-serif;
  background: var(--bg);
  color: #F5F4EF;
  overflow-x: hidden;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── Section Transitions ── */
.form-sec, .ty-infl-sec {
  animation: secFadeUp .5s cubic-bezier(.22,.68,0,1.2) both;
}
@keyframes secFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Geo Background Pattern ── */
#geo {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='92'%3E%3Cpolygon points='40,2 78,22 78,70 40,90 2,70 2,22' fill='none' stroke='%23C9A84C' stroke-width='0.7'/%3E%3C/svg%3E");
  background-size: 80px 92px;
}

/* ════════════════════════════
   NAV
   ════════════════════════════ */
nav {
  position: fixed; top: 0; width: 100%; z-index: 300;
  padding: 8px 5%;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(5,4,15,.96);
  backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(201,168,76,0.22);
}
.logo { font-size: 1.15rem; font-weight: 900; color: var(--gold); }
.logo em { color: var(--neon); font-style: normal; }
.logo-wrap { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.logo-sub {
  display: flex; align-items: center; gap: 5px;
  font-size: .52rem; font-weight: 700; letter-spacing: 1.5px;
  color: rgba(201,168,76,.6); white-space: nowrap;
  animation: subPulse 2.5s ease-in-out infinite;
}
.ls-text {
  background: linear-gradient(90deg,rgba(201,168,76,.5),rgba(240,208,128,.9),rgba(201,168,76,.5));
  background-size: 200% auto;
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: logoShimmer 2.5s linear infinite;
  font-size: .5rem;
}
@keyframes logoShimmer { to { background-position: 200% center; } }
.ls-arrow {
  font-size: .55rem; color: rgba(201,168,76,.65);
  animation: arrowBounce 1.4s ease-in-out infinite;
  display: inline-block;
}
.ls-arrow:last-child { animation-delay: .3s; }
@keyframes arrowBounce { 0%,100%{transform:translateY(0);}50%{transform:translateY(2px);} }
@keyframes subPulse { 0%,100%{opacity:.7;}50%{opacity:1;} }

/* ── Pump Jack ── */
.pumpjack-link {
  position: relative; display: inline-flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-decoration: none; flex-shrink: 0; gap: 2px; padding: 2px 6px;
}
.pj-svg {
  width: 56px; height: 48px;
  filter: drop-shadow(0 0 5px rgba(201,168,76,.3));
  transition: filter .3s; overflow: visible;
}
.pumpjack-link:hover .pj-svg { filter: drop-shadow(0 0 12px rgba(201,168,76,.65)); }
.pj-lbl {
  font-size: .4rem; font-weight: 900;
  color: rgba(201,168,76,.5); letter-spacing: 1.2px; white-space: nowrap; line-height: 1;
}
.pumpjack-link:hover .pj-lbl { color: var(--gold); }
.pj-beam { transform-origin: 32px 22px; animation: beamRock 1.6s ease-in-out infinite; }
@keyframes beamRock { 0%,100%{transform:rotate(-18deg);}50%{transform:rotate(14deg);} }
.pj-head { transform-origin: 32px 22px; animation: beamRock 1.6s ease-in-out infinite; }
.pj-crank { transform-origin: 38px 30px; animation: crankSpin 1.6s linear infinite; }
@keyframes crankSpin { to{transform:rotate(360deg);} }
.pj-rod { transform-origin: 38px 30px; animation: rodMove 1.6s ease-in-out infinite; }
@keyframes rodMove { 0%,100%{transform:translateY(0px);}50%{transform:translateY(-5px);} }
.pj-drop { transform-origin: 50% 0; animation: oilDrop 1.6s ease-in infinite; opacity: 0; }
.pj-drop:nth-child(2) { animation-delay: .53s; }
.pj-drop:nth-child(3) { animation-delay: 1.06s; }
@keyframes oilDrop {
  0%  { opacity:0; transform:translateY(0); }
  20% { opacity:1; }
  80% { opacity:.7; }
  100%{ opacity:0; transform:translateY(7px); }
}

/* ════════════════════════════
   HERO
   ════════════════════════════ */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 110px 6% 0; position: relative; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; contain: strict;
  background: radial-gradient(ellipse 120% 60% at 50% -5%,rgba(201,168,76,.08),transparent 65%),
              linear-gradient(180deg,#05040F,#090716 40%,#05040F);
}
#stars { position: absolute; inset: 0; z-index: 0; will-change: transform; contain: strict; }
.desert { position: absolute; bottom: 0; left: 0; right: 0; z-index: 1; }
.moon {
  position: absolute; top: 82px; right: 5.5%; z-index: 3;
  width: 40px; height: 40px; border-radius: 50%;
  background: radial-gradient(circle at 36% 34%,#F9ECA0,#C9A84C 52%,#7A5000);
  box-shadow: 0 0 14px rgba(201,168,76,.55), 0 0 34px rgba(201,168,76,.18);
  animation: mgl 5s ease-in-out infinite;
}
@keyframes mgl { 50%{box-shadow:0 0 24px rgba(201,168,76,.75),0 0 52px rgba(201,168,76,.28);} }
.hero-inner { position: relative; z-index: 5; max-width: 820px; padding-bottom: 100px; }
@keyframes up { from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)} }
.u-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,78,78,.08); border: 1px solid rgba(255,78,78,.4);
  padding: 6px 16px; border-radius: 50px; margin-bottom: 22px;
  font-size: .78rem; font-weight: 700; color: #FF8A8A; animation: up .5s ease both;
}
.u-dot {
  width: 6px; height: 6px; background: #FF4E4E; border-radius: 50%;
  animation: blink 1.3s ease-in-out infinite;
}
@keyframes blink { 50%{opacity:.2;transform:scale(1.7);} }
h1 {
  font-size: clamp(1.9rem,5vw,3.8rem); font-weight: 900; line-height: 1.13;
  margin-bottom: 16px; animation: up .8s ease .1s both;
}
.grad {
  background: linear-gradient(135deg,var(--gold-l),var(--amber),var(--gold));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-q {
  font-size: clamp(.95rem,1.9vw,1.18rem); color: var(--tx); line-height: 1.85;
  margin-bottom: 10px; font-style: italic; animation: up .8s ease .2s both;
}
.hero-q .hl { color: var(--gold); font-weight: 700; font-style: normal; }
.hero-body {
  font-size: clamp(.86rem,1.6vw,1rem); color: var(--tx2); line-height: 1.9;
  margin-bottom: 28px; max-width: 700px; margin-left: auto; margin-right: auto;
  animation: up .8s ease .3s both;
}
.hero-body strong { color: var(--gold); }
.hero-cta { display: flex; flex-direction: column; align-items: center; gap: 7px; animation: up .8s ease .4s both; }

/* ── Royal Hero Button ── */
.royal-hero-btn {
  position: relative; cursor: pointer; border: none; background: none;
  font-family: 'Tajawal',sans-serif; border-radius: 6px; transition: transform .3s;
}
.royal-hero-btn:hover { transform: translateY(-3px); }
.rhb-border {
  position: absolute; inset: -1.5px; border-radius: 7px;
  background: linear-gradient(135deg,var(--gold),var(--amber),var(--gold-l),var(--amber),var(--gold));
  animation: rhbGlow 3s ease-in-out infinite;
  will-change: box-shadow;
}
@keyframes rhbGlow {
  0%,100%{opacity:.75;box-shadow:0 0 20px rgba(201,168,76,.25);}
  50%{opacity:1;box-shadow:0 0 50px rgba(201,168,76,.55),0 0 100px rgba(201,168,76,.15);}
}
.rhb-inner {
  position: relative;
  background: linear-gradient(155deg,#0E0820,#080416);
  border-radius: 5px; padding: 20px 52px 16px; overflow: hidden;
}
.rhb-inner::before {
  content:''; position:absolute; top:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg,transparent,rgba(240,208,128,.55),transparent);
}
.rhb-inner::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:1px;
  background: linear-gradient(90deg,transparent,rgba(212,136,42,.4),transparent);
}
.rhb-star { position:absolute; font-size:.7rem; color:rgba(201,168,76,.5); }
.rhb-title {
  font-size: clamp(.9rem,2vw,1.05rem); font-weight: 900; color: var(--gold-l);
  margin-bottom: 6px; letter-spacing: .3px;
}
.rhb-line {
  width: 40px; height: 1px; margin: 6px auto 8px;
  background: linear-gradient(90deg,transparent,var(--gold),transparent);
}
.rhb-sub { font-size: clamp(.65rem,1.4vw,.76rem); color: rgba(201,168,76,.55); font-weight: 600; letter-spacing: .4px; }

/* ── Eligibility Pulse ── */
.eligibility-pulse {
  position: relative; display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg,rgba(0,184,118,.06),rgba(0,184,118,.03));
  border: 1px solid rgba(0,184,118,.35); border-radius: 50px;
  padding: 8px 20px; font-size: .8rem; font-weight: 700; color: rgba(255,255,255,.85);
  overflow: hidden; animation: eligPulse 2.8s ease-in-out infinite; margin-top: 4px;
}
.eligibility-pulse::before {
  content:''; position:absolute; inset:0; border-radius:50px;
  background: linear-gradient(135deg,rgba(0,184,118,.05),transparent);
  animation: eligShine 3s ease-in-out infinite;
}
@keyframes eligPulse {
  0%,100%{box-shadow:0 0 0 0 rgba(0,184,118,0);}
  50%{box-shadow:0 0 0 6px rgba(0,184,118,.06);border-color:rgba(0,184,118,.65);}
}
@keyframes eligShine { 0%{background-position:-200% center;}100%{background-position:200% center;} }
.ep-dot {
  width: 7px; height: 7px; border-radius: 50%; background: #00B876; flex-shrink: 0;
  box-shadow: 0 0 6px rgba(0,184,118,.6); animation: blink 1.4s ease-in-out infinite;
}
.ep-sep { color: rgba(255,255,255,.3); font-weight: 400; }
.ep-ring {
  position: absolute; inset: -1px; border-radius: 50px;
  border: 1px solid rgba(0,184,118,.2);
  animation: ringPulse 2.8s ease-in-out infinite; pointer-events: none;
  will-change: box-shadow;
}
@keyframes ringPulse { 0%,100%{transform:scale(1);opacity:0;}50%{transform:scale(1.04);opacity:.5;} }

/* ════════════════════════════
   URGENCY (hidden by default)
   ════════════════════════════ */
.royal-urg { padding: 32px 6%; }
.royal-frame {
  max-width: 640px; margin: 0 auto; position: relative;
  border: 1px solid rgba(201,168,76,.22); border-radius: 18px; overflow: hidden;
  background: linear-gradient(145deg,rgba(14,8,30,.98),rgba(8,4,18,.99));
}
.frame-top,.frame-bot { height: 2px; background: linear-gradient(90deg,transparent,var(--gold),var(--amber),var(--gold),transparent); }
.fc { position: absolute; width: 20px; height: 20px; z-index: 2; }
.fc.tl { top: 8px; right: 8px; }
.fc.tr { top: 8px; left: 8px; }
.fc.bl { bottom: 8px; right: 8px; }
.fc.br { bottom: 8px; left: 8px; }
.urg-body { padding: 26px 28px 22px; text-align: center; }
.urg-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.urg-ew-line { flex: 1; height: 1px; background: rgba(201,168,76,.2); }
.urg-ew-line.r { background: linear-gradient(90deg,rgba(201,168,76,.2),transparent); }
.urg-ew-txt { font-size: .65rem; color: rgba(201,168,76,.5); letter-spacing: 2px; font-weight: 700; }
.urg-headline { font-size: clamp(1.1rem,2.5vw,1.6rem); font-weight: 900; line-height: 1.4; margin-bottom: 10px; }
.ug { color: var(--gold); }
.urg-byline { font-size: .84rem; color: var(--tx2); margin-bottom: 18px; }
.jewel-row { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 18px; }
.jewel-line { flex: 1; height: 1px; background: linear-gradient(90deg,transparent,rgba(201,168,76,.28)); }
.jewel-line.r { background: linear-gradient(90deg,rgba(201,168,76,.28),transparent); }
.jewel {
  width: 9px; height: 9px;
  background: linear-gradient(135deg,var(--gold-l),var(--amber));
  transform: rotate(45deg); box-shadow: 0 0 10px rgba(201,168,76,.6);
  animation: jGlow 2s ease-in-out infinite;
}
.jewel:nth-child(3) { animation-delay: .35s; }
.jewel:nth-child(5) { animation-delay: .7s; }
@keyframes jGlow { 50%{box-shadow:0 0 18px rgba(201,168,76,.9);transform:rotate(45deg) scale(1.25);} }
.urg-cta { display: flex; justify-content: center; }
.hex-btn { position: relative; cursor: pointer; border: none; background: none; font-family: 'Tajawal',sans-serif; transition: transform .25s; }
.hex-btn:hover { transform: scale(1.04); }
.hex-outer {
  background: linear-gradient(135deg,var(--gold),var(--gold-l),var(--amber),var(--gold));
  padding: 2px;
  clip-path: polygon(24px 0%,calc(100% - 24px) 0%,100% 50%,calc(100% - 24px) 100%,24px 100%,0% 50%);
  animation: hexGlow 2.5s ease-in-out infinite; will-change: box-shadow;
}
@keyframes hexGlow { 0%,100%{box-shadow:0 0 14px rgba(201,168,76,.4);}50%{box-shadow:0 0 32px rgba(201,168,76,.75),0 0 64px rgba(201,168,76,.2);} }
.hex-inner {
  background: linear-gradient(145deg,#0C0620,#080414);
  clip-path: polygon(24px 0%,calc(100% - 24px) 0%,100% 50%,calc(100% - 24px) 100%,24px 100%,0% 50%);
  padding: 15px 50px; display: flex; align-items: center; gap: 12px;
  font-size: .9rem; font-weight: 900; color: var(--gold-l);
  letter-spacing: .5px; white-space: nowrap;
}
.hd { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 7px rgba(201,168,76,.8); animation: hDot 1.8s ease-in-out infinite; }
.hd.r { animation-delay: .9s; }
@keyframes hDot { 50%{transform:scale(1.6);opacity:.4;} }
.urg-live { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(201,168,76,.7); animation: liveP 1.5s ease-in-out infinite; }
@keyframes liveP { 0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.9);opacity:.35;} }
.live-txt { font-size: .63rem; color: rgba(201,168,76,.5); font-weight: 700; letter-spacing: 2px; }

/* ════════════════════════════
   QUIZ
   ════════════════════════════ */
.quiz-sec {
  padding: 36px 6% 36px; position: relative; z-index: 2; scroll-margin-top: 72px;
  background: linear-gradient(180deg,transparent,rgba(26,14,4,.22),transparent);
}
.quiz-wrap { max-width: 580px; margin: 0 auto; }
.quiz-head { text-align: center; margin-bottom: 32px; }
.tag {
  display: inline-block; background: rgba(201,168,76,.07); color: var(--gold);
  border: 1px solid rgba(201,168,76,.26); padding: 4px 13px; border-radius: 20px;
  font-size: .72rem; margin-bottom: 10px; font-weight: 700; letter-spacing: .5px;
}
.sec-title { font-size: clamp(1.3rem,2.8vw,2.1rem); font-weight: 900; margin-bottom: 8px; }
.quiz-curiosity-title {
  background: linear-gradient(135deg,#fff 60%,rgba(201,168,76,.6));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.quiz-sub-pulse {
  display: inline-block; font-size: clamp(.8rem,1.6vw,.98rem);
  background: linear-gradient(90deg,var(--neon),var(--gold-l),var(--neon));
  background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  animation: subShimmer 2s linear infinite; font-weight: 700;
}
@keyframes subShimmer { to{background-position:200% center;} }

/* Progress Pipe */
.oil-pipe { display: flex; align-items: center; margin-bottom: 28px; }
.pipe-seg { height: 3px; flex: 1; background: rgba(201,168,76,.13); }
.pipe-node {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: .7rem; font-weight: 900;
  border: 1.5px solid rgba(201,168,76,.24); color: rgba(201,168,76,.34); transition: all .5s;
}
.pipe-node.done { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.1); }
.pipe-node.active {
  border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,.11);
  box-shadow: 0 0 0 3px rgba(201,168,76,.07), 0 0 10px rgba(201,168,76,.2);
}
.pipe-fill { height: 100%; width: 0; background: linear-gradient(90deg,var(--gold),var(--amber)); transition: width .6s ease; }

/* Quiz Card */
.q-panel { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 64px rgba(0,0,0,.65); }
.q-zone {
  background: linear-gradient(145deg,#0E0826,#07031A);
  border: 1px solid rgba(201,168,76,.2); border-bottom: none;
  border-radius: 16px 16px 0 0; position: relative; overflow: hidden;
}
.q-zone::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2.5px;
  background: linear-gradient(90deg,transparent,var(--gold),var(--amber),var(--gold),transparent);
}
.q-zone::after {
  content:'"'; position:absolute; top:8px; right:18px;
  font-size:5rem; color:rgba(201,168,76,.05); font-family:Georgia,serif; line-height:1;
  pointer-events:none; font-style:italic;
}
.q-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 22px; border-bottom: 1px solid rgba(201,168,76,.08); }
.q-badge { display: flex; align-items: center; gap: 8px; }
.q-badge-gem { width: 8px; height: 8px; background: linear-gradient(135deg,var(--gold-l),var(--amber)); transform: rotate(45deg); box-shadow: 0 0 8px rgba(201,168,76,.5); }
.q-badge-txt { font-size: .6rem; letter-spacing: 3px; color: rgba(201,168,76,.55); font-weight: 800; }
.q-logo-txt { font-size: .65rem; color: rgba(201,168,76,.4); font-weight: 700; letter-spacing: 1px; }
.q-content { padding: 26px 26px 24px; position: relative; z-index: 1; }
.q-text { font-size: clamp(1.05rem,2.4vw,1.3rem); font-weight: 900; line-height: 1.55; color: #F5F0E8; }

.a-zone {
  background: linear-gradient(160deg,#130A04,#0A0603);
  border: 1px solid rgba(201,168,76,.15); border-top: none;
  border-radius: 0 0 16px 16px; padding: 16px 18px 20px;
}
.a-zone-label {
  font-size: .58rem; letter-spacing: 3px; color: rgba(201,168,76,.3);
  font-weight: 800; margin-bottom: 10px; padding-right: 2px;
  display: flex; align-items: center; gap: 8px;
}
.a-zone-label::before, .a-zone-label::after { content:''; flex:1; height:1px; background:rgba(201,168,76,.1); }
.q-choices { display: grid; gap: 7px; }
.q-choice {
  position: relative; width: 100%; padding: 0;
  background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.05);
  border-right: 3px solid rgba(255,255,255,.04); border-radius: 10px; cursor: pointer;
  overflow: hidden; font-family: 'Tajawal',sans-serif; color: rgba(255,255,255,.6);
  text-align: right; transition: all .22s; display: flex; align-items: stretch;
}
.q-choice:hover { border-color: rgba(201,168,76,.2); border-right-color: rgba(201,168,76,.5); background: rgba(201,168,76,.025); color: rgba(255,255,255,.82); transform: translateX(-3px); }
.q-choice.picked { border-color: rgba(201,168,76,.3); border-right-color: var(--gold); background: linear-gradient(90deg,rgba(201,168,76,.07),rgba(201,168,76,.02)); color: #F5F0E8; }
.c-letter {
  width: 42px; min-height: 50px; background: rgba(0,0,0,.25);
  border-left: 1px solid rgba(255,255,255,.04);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: .75rem; font-weight: 900; color: rgba(201,168,76,.35); font-style: italic; transition: all .22s;
}
.q-choice.picked .c-letter { background: rgba(201,168,76,.1); color: var(--gold); border-left-color: rgba(201,168,76,.2); }
.c-body { flex: 1; padding: 13px 14px; font-size: .91rem; font-weight: 700; line-height: 1.4; }
.c-check { width: 26px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: .8rem; color: transparent; transition: color .22s; margin-left: 2px; }
.q-choice.picked .c-check { color: var(--gold); }
.q-choice.picked::after {
  content:''; position:absolute; top:0; left:-100%; width:60%; height:100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);
  animation: shim .7s ease forwards;
}
@keyframes shim { to{left:160%;} }

/* Analysis Box */
.analyse-box {
  display: none; padding: 24px; text-align: center;
  background: linear-gradient(145deg,#0E0826,#07031A);
  border: 1px solid rgba(201,168,76,.18); border-radius: 16px;
}
.analyse-box.show { display: block; animation: up .3s ease; }
.oil-wave { display: flex; align-items: flex-end; justify-content: center; gap: 5px; height: 30px; margin-bottom: 12px; }
.oil-bar { width: 5px; border-radius: 3px; background: linear-gradient(180deg,var(--gold),var(--amber)); animation: oilB 1s ease-in-out infinite; }
.oil-bar:nth-child(1){animation-delay:0s;}.oil-bar:nth-child(2){animation-delay:.1s;}.oil-bar:nth-child(3){animation-delay:.2s;}
.oil-bar:nth-child(4){animation-delay:.3s;}.oil-bar:nth-child(5){animation-delay:.4s;}.oil-bar:nth-child(6){animation-delay:.3s;}.oil-bar:nth-child(7){animation-delay:.2s;}
@keyframes oilB { 0%,100%{height:6px;opacity:.4;}50%{height:26px;opacity:1;} }
.a-label { font-size: .74rem; color: rgba(201,168,76,.7); letter-spacing: 2px; margin-bottom: 10px; font-weight: 700; }
.a-track { height: 3px; background: rgba(255,255,255,.06); border-radius: 2px; max-width: 240px; margin: 0 auto; overflow: hidden; }
.a-fill { height: 100%; width: 0; background: linear-gradient(90deg,var(--gold),var(--amber)); }
.a-pct { font-size: .66rem; color: rgba(201,168,76,.55); margin-top: 7px; font-weight: 700; }

/* ════════════════════════════
   FORM
   ════════════════════════════ */
.form-sec { display: none; padding: 16px 6% 40px; position: relative; z-index: 2; scroll-margin-top: 72px; }
.form-sec.show { display: block; animation: up .5s ease; }
.form-wrap { max-width: 560px; margin: 0 auto; }
.congrats-banner {
  background: linear-gradient(135deg,rgba(201,168,76,.07),rgba(26,14,4,.55));
  border: 1px solid rgba(201,168,76,.28); border-radius: 14px;
  padding: 22px 24px; text-align: center; margin-bottom: 20px; position: relative; overflow: hidden;
}
.congrats-banner::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background: linear-gradient(90deg,transparent,var(--gold),var(--amber),var(--gold),transparent);
}
.cb-icon { font-size: 2.2rem; margin-bottom: 8px; display: block; }
.cb-title { font-size: 1.1rem; font-weight: 900; color: var(--gold); margin-bottom: 6px; }
.cb-sub { font-size: .84rem; color: var(--tx2); line-height: 1.7; }
.cb-notice {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(0,184,118,.08); border: 1px solid rgba(0,184,118,.28);
  border-radius: 8px; padding: 6px 14px; margin-top: 12px;
  font-size: .78rem; color: rgba(255,255,255,.8); font-weight: 700;
}
.dot-g { width: 6px; height: 6px; background: var(--green); border-radius: 50%; animation: blink 1.2s ease-in-out infinite; }
.reg-form {
  background: rgba(255,255,255,.02); border: 1px solid rgba(201,168,76,.17);
  border-radius: 16px; padding: 26px 24px; text-align: right; overflow: hidden;
}
.reg-form::before {
  content:''; display:block; width:100%; height:2px;
  background: linear-gradient(90deg,var(--gold),var(--neon),var(--gold)); margin-bottom: 20px;
}
.field { margin-bottom: 14px; }
.field label { display: block; font-size: .78rem; color: rgba(255,255,255,.48); margin-bottom: 6px; font-weight: 700; }
.req { color: var(--neon); }
.opt-lbl { color: rgba(255,255,255,.24); font-weight: 400; font-size: .72rem; }
.fi-wrap { position: relative; }
.fi-icon { position: absolute; top: 50%; transform: translateY(-50%); right: 13px; font-size: .88rem; pointer-events: none; }
.fi {
  width: 100%; padding: 12px 40px 12px 14px; border-radius: 10px;
  background: rgba(255,255,255,.035); border: 1.5px solid rgba(255,255,255,.08);
  color: #F5F4EF; font-family: 'Tajawal',sans-serif; font-size: .9rem;
  outline: none; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.fi::placeholder { color: rgba(255,255,255,.18); }
.fi:focus { border-color: rgba(201,168,76,.55); background: rgba(201,168,76,.03); box-shadow: 0 0 0 3px rgba(201,168,76,.08), 0 0 14px rgba(201,168,76,.12); outline: none; }

/* Gender Buttons */
.gender-row { display: flex; gap: 10px; }
.gender-btn {
  flex: 1; padding: 11px 10px;
  background: rgba(255,255,255,.03); border: 1.5px solid rgba(255,255,255,.08);
  border-radius: 10px; cursor: pointer; font-family: 'Tajawal',sans-serif;
  font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.55);
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transition: all .22s ease;
}
.gender-btn:hover { border-color: rgba(201,168,76,.3); background: rgba(201,168,76,.04); color: rgba(255,255,255,.8); }
.gender-btn.selected { border-color: var(--gold); background: linear-gradient(135deg,rgba(201,168,76,.12),rgba(201,168,76,.05)); color: var(--gold-l); box-shadow: 0 0 0 3px rgba(201,168,76,.08); }
.gb-icon { font-size: 1rem; }
.gb-txt { letter-spacing: .3px; }

/* Confirm Button */
.confirm-wrap { margin-top: 6px; }
.confirm-btn { width: 100%; border: none; cursor: pointer; background: none; font-family: 'Tajawal',sans-serif; border-radius: 12px; padding: 0; transition: transform .3s; }
.confirm-btn:hover { transform: translateY(-2px); }
.cfm-frame { border-radius: 12px; padding: 1.5px; background: linear-gradient(135deg,var(--gold),var(--amber),var(--gold-l),var(--amber),var(--gold)); animation: cfmGlow 2.5s ease-in-out infinite; will-change: box-shadow; }
@keyframes cfmGlow { 0%,100%{box-shadow:0 0 18px rgba(201,168,76,.2);}50%{box-shadow:0 0 45px rgba(201,168,76,.45);} }
.cfm-body { background: linear-gradient(155deg,#0E0826,#07031A); border-radius: 11px; padding: 18px 24px; position: relative; overflow: hidden; }
.cfm-body::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg,transparent,rgba(240,208,128,.4),transparent); }
.cfm-shine { position: absolute; inset: 0; overflow: hidden; border-radius: 11px; }
.cfm-shine::after { content:''; position:absolute; top:0; left:-100%; width:50%; height:100%; background: linear-gradient(90deg,transparent,rgba(201,168,76,.05),transparent); animation: cfmShine 3.5s ease-in-out infinite; }
@keyframes cfmShine { to{left:150%;} }
.cfm-c { position: absolute; width: 14px; height: 14px; border-color: rgba(201,168,76,.38); }
.cfm-c.tl { top:8px;right:8px;border-top:1.5px solid;border-right:1.5px solid; }
.cfm-c.tr { top:8px;left:8px;border-top:1.5px solid;border-left:1.5px solid; }
.cfm-c.bl { bottom:8px;right:8px;border-bottom:1.5px solid;border-right:1.5px solid; }
.cfm-c.br { bottom:8px;left:8px;border-bottom:1.5px solid;border-left:1.5px solid; }
.cfm-row { display: flex; align-items: center; justify-content: center; gap: 16px; }
.cfm-icon { font-size: 1.4rem; }
.cfm-texts { text-align: center; }
.cfm-title { font-size: 1rem; font-weight: 900; background: linear-gradient(135deg,var(--gold-l),var(--amber)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; margin-bottom: 3px; letter-spacing: .3px; }
.cfm-sub { font-size: .68rem; color: rgba(201,168,76,.48); font-weight: 600; letter-spacing: .5px; }
.btn-caption { font-size: .72rem; color: var(--tx2); margin-top: 8px; text-align: center; line-height: 1.55; }
.promise { font-size: .7rem; color: rgba(255,255,255,.26); margin-top: 10px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.pi { color: var(--neon); }

/* ════════════════════════════
   THANK-YOU
   ════════════════════════════ */
.ty-infl-sec { display: none; position: relative; z-index: 2; }
.ty-infl-sec.show { display: block; animation: up .6s ease; }
.ty-block { padding: 40px 6% 32px; text-align: center; background: radial-gradient(ellipse at 50% 30%,rgba(201,168,76,.05),transparent 55%); }
.ty-inner { max-width: 520px; margin: 0 auto; }
@keyframes fl { 50%{transform:translateY(-11px)} }
.ty-halo { position:absolute;top:0;left:50%;transform:translateX(-50%);width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,.07) 0%,transparent 70%);pointer-events:none;animation:haloBreath 4s ease-in-out infinite; }
@keyframes haloBreath { 50%{transform:translateX(-50%) scale(1.2);opacity:.6;} }
.ty-mubarik { display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(201,168,76,.08),rgba(201,168,76,.04));border:1px solid rgba(201,168,76,.3);padding:8px 22px;border-radius:50px;margin-bottom:18px;position:relative;overflow:hidden; }
.ty-mubarik::before { content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent); }
.ty-mubarik-txt { font-size:.76rem;font-weight:900;background:linear-gradient(135deg,var(--gold-l),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px; }
.ty-mubarik-icon { font-size:1rem;animation:fl 2s ease-in-out infinite; }
.royal-gem { display:inline-block;width:14px;height:14px;position:relative;flex-shrink:0; }
.royal-gem svg { width:100%;height:100%;filter:drop-shadow(0 0 3px rgba(201,168,76,.8));animation:gemSpin 4s ease-in-out infinite; }
.royal-gem:nth-child(3) svg { animation-direction:reverse;animation-duration:3.5s; }
@keyframes gemSpin { 0%,100%{transform:rotate(-8deg) scale(1);}50%{transform:rotate(8deg) scale(1.2);} }
.ty-title { font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:900;margin-bottom:6px;line-height:1.25; }
.ty-gold { background:linear-gradient(135deg,var(--gold-l),var(--amber),var(--gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.ty-dua-card { max-width:400px;margin:0 auto 18px;background:linear-gradient(145deg,rgba(14,8,30,.96),rgba(8,4,18,.98));border:1px solid rgba(201,168,76,.2);border-radius:16px;padding:18px 22px;position:relative;overflow:hidden;text-align:center; }
.ty-dua-card::before { content:'';position:absolute;top:0;left:0;right:0;height:1.5px;background:linear-gradient(90deg,transparent,var(--gold),var(--amber),var(--gold),transparent); }
.ty-dua-card::after { content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.3),transparent); }
.ty-dua-icon { font-size:1.6rem;display:block;margin-bottom:8px;animation:fl 3s ease-in-out infinite; }
.ty-dua-text { font-size:.88rem;color:rgba(255,255,255,.75);line-height:2;font-weight:500; }
.ty-dua-text em { font-style:normal;background:linear-gradient(135deg,var(--gold-l),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:900; }
.ty-alert { background:rgba(201,168,76,.03);border:1px solid rgba(201,168,76,.18);border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:12px;text-align:right;max-width:400px;margin:0 auto; }
.ty-ai { font-size:1.4rem;flex-shrink:0; }
.ty-at { font-size:.82rem;line-height:1.7;color:rgba(255,255,255,.7); }
.ty-at strong { color:var(--gold); }

/* ════════════════════════════
   INFLUENCER
   ════════════════════════════ */
.infl-block { padding:28px 6% 40px;background:linear-gradient(180deg,rgba(26,14,4,.18),transparent,rgba(26,14,4,.15)); }
.infl-inner { max-width:720px;margin:0 auto; }
.infl-head { text-align:center;margin-bottom:32px; }
.sec-desc { color:var(--tx2);font-size:.9rem;line-height:1.8;max-width:540px;margin:8px auto 0; }
.infl-grid { display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:36px; }
.infl-card { background:linear-gradient(145deg,rgba(12,8,22,.96),rgba(6,4,14,.99));border:1px solid rgba(201,168,76,.12);border-radius:14px;padding:22px 20px;position:relative;overflow:hidden;transition:border-color .3s;contain:content; }
.infl-card::before { content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(201,168,76,.45),transparent);opacity:0;transition:opacity .3s; }
.infl-card:hover { border-color:rgba(201,168,76,.28); }
.infl-card:hover::before { opacity:1; }
.infl-emoji { font-size:1.7rem;margin-bottom:10px;display:block; }
.infl-title { font-size:.93rem;font-weight:900;color:var(--gold);margin-bottom:7px; }
.infl-text { font-size:.82rem;color:var(--tx2);line-height:1.75; }

/* ════════════════════════════
   FAQ
   ════════════════════════════ */
.faq-wrap { max-width:640px;margin:0 auto 36px; }
.faq-head { text-align:center;margin-bottom:28px; }
.faq-list { display:grid;gap:9px; }
.faq-item { background:rgba(255,255,255,.02);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .3s;contain:content; }
.faq-item:hover { border-color:rgba(201,168,76,.28); }
.faq-q { width:100%;padding:15px 20px;display:flex;align-items:center;justify-content:space-between;background:none;border:none;cursor:pointer;font-family:'Tajawal',sans-serif;font-size:.92rem;font-weight:700;color:#F5F4EF;text-align:right;gap:12px; }
.faq-arrow { font-size:.8rem;color:var(--gold);flex-shrink:0;transition:transform .3s; }
.faq-item.open .faq-arrow { transform:rotate(180deg); }
.faq-a { max-height:0;overflow:hidden;transition:max-height .38s ease; }
.faq-a-inner { padding:0 20px 16px;font-size:.84rem;color:var(--tx2);line-height:1.8; }
.faq-item.open .faq-a { max-height:180px; }
.faq-a-inner strong { color:var(--gold); }

/* ════════════════════════════
   DUA
   ════════════════════════════ */
.dua-wrap { background:rgba(0,212,204,.02);border:1px solid rgba(0,212,204,.09);border-radius:16px;padding:28px;text-align:center;font-size:.9rem;color:rgba(255,255,255,.65);line-height:2.1;max-width:580px;margin:0 auto; }
.dua-title { font-size:1rem;color:var(--gold);font-weight:900;display:block;margin-bottom:14px; }
.dua-sub { font-size:.72rem;color:rgba(255,255,255,.28);margin-top:14px;display:block; }

/* ════════════════════════════
   STICKY BAR
   ════════════════════════════ */
.sticky { position:fixed;bottom:16px;left:50%;transform:translateX(-50%);z-index:250;animation:stk 1s ease 1.5s both; }
@keyframes stk { from{opacity:0;transform:translateX(-50%) translateY(36px)}to{opacity:1;transform:translateX(-50%) translateY(0)} }
.sticky-i { background:rgba(5,4,15,.96);border:1px solid rgba(201,168,76,.26);border-radius:50px;padding:9px 20px;display:flex;align-items:center;gap:11px;backdrop-filter:blur(18px);flex-wrap:wrap;justify-content:center; }
.stxt { font-size:.73rem;color:rgba(255,255,255,.65); }
.sbtn { background:linear-gradient(135deg,var(--gold),var(--gold-l));color:#000;font-weight:900;padding:7px 18px;border-radius:50px;font-size:.8rem;border:none;cursor:pointer;font-family:'Tajawal',sans-serif;transition:transform .2s; }
.sbtn:hover { transform:scale(1.04); }

/* ════════════════════════════
   LEGAL
   ════════════════════════════ */
.legal { padding:16px 6%;border-top:1px solid rgba(255,255,255,.04);text-align:center;z-index:2;position:relative; }
.legal p { font-size:.64rem;color:rgba(255,255,255,.15);line-height:1.75;max-width:800px;margin:0 auto; }

/* ════════════════════════════
   PAGE SECTIONS & CONFETTI
   ════════════════════════════ */
.page-section { transition:opacity .4s ease; }
.page-section.hidden-phase { display:none!important; }
.confetti-wrap { position:fixed;inset:0;pointer-events:none;z-index:400;overflow:hidden; }
.star-c { position:absolute;animation:fall linear forwards; }
@keyframes fall { 0%{opacity:1;transform:translateY(-20px) rotate(0)}100%{opacity:0;transform:translateY(100vh) rotate(720deg)} }

/* ════════════════════════════
   PERFORMANCE HINTS
   ════════════════════════════ */
.pj-beam,.pj-crank,.pj-drop { will-change:transform; }
.rhb-border,.hex-outer,.cfm-frame,.ep-ring { will-change:box-shadow; }
.ls-arrow,.ls-text,.ep-dot { will-change:transform,opacity; }

/* ════════════════════════════
   RESPONSIVE
   ════════════════════════════ */
@media(max-width:640px) {
  .pj-svg { width:46px!important;height:40px!important; }
  .reg-form { padding:20px 16px; }
  .moon { top:70px;right:4%; }
  .urg-body { padding:22px 20px 18px; }
  .q-content { padding:20px 16px 18px; }
}
@media(max-width:580px) { .infl-grid { grid-template-columns:1fr; } }
@media(max-width:400px) {
  nav { padding:8px 4%; }
  .logo { font-size:1rem; }
  h1 { font-size:1.65rem; }
  .rhb-inner { padding:16px 28px 13px; }
  .rhb-title { font-size:.88rem; }
  .rhb-sub { font-size:.65rem; }
  .hex-inner { padding:12px 28px;font-size:.82rem; }
  .q-text { font-size:.98rem; }
  .c-body { font-size:.84rem; }
  .cfm-title { font-size:.88rem; }
  .cfm-sub { font-size:.62rem; }
  .cfm-row { gap:10px; }
  .infl-grid { grid-template-columns:1fr; }
  .ty-title { font-size:1.3rem; }
  .ty-dua-text { font-size:.82rem; }
  .faq-q { font-size:.84rem; }
  .pj-svg { width:46px!important;height:40px!important; }
}
@media(min-width:641px) and (max-width:1024px) {
  .quiz-wrap,.form-wrap { max-width:520px; }
  .infl-grid { grid-template-columns:1fr 1fr; }
  .ty-dua-card { max-width:460px; }
}
