/* ══════════════════════════════════════════════════════════════
   NOOR NAMES · nn-public.css · v16
   Design tokens match homepage v2 exactly:
   Emerald #0A3D2B · Gold #C9A84C · Cream #FAF6EE
   Fonts: Cormorant Garamond (headings) · Tajawal (body)
   Root class: .nn-page — all selectors scoped inside it
══════════════════════════════════════════════════════════════ */

/* ─ TOKENS ─────────────────────────────────────────────────── */
.nn-page {
  --em:  #0A3D2B; --em2: #0D5038; --em3: #1A7A55;
  --au:  #C9A84C; --au2: #E8C97A; --au3: #F5E6B8;
  --cr:  #FAF6EE; --cr2: #F0E6D0; --cr3: #E8D8B8;
  --ink: #180F06; --ink2: #3D2B1F; --ink3: #7A5C42;
  --wh:  #FFFCF5;
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-body:  'Tajawal', 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
  --max: 1100px;

  font-family: var(--ff-body);
  background: var(--cr);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0; padding: 0;
  box-sizing: border-box;
}
.nn-page *, .nn-page *::before, .nn-page *::after { box-sizing: border-box; margin: 0; padding: 0; }
.nn-page h1,.nn-page h2,.nn-page h3,.nn-page h4 {
  font-family: var(--ff-serif);
  line-height: 1.12; font-weight: 600; letter-spacing: -.01em;
}
.nn-page a { color: inherit; text-decoration: none; }
.nn-page img { max-width: 100%; display: block; }
.nn-page button { cursor: pointer; font-family: var(--ff-body); }

/* ─ LAYOUT UTILITIES ───────────────────────────────────────── */
.nn-wrap { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.nn-section { padding: 88px 0; }
.nn-label {
  display: inline-flex; align-items: center; gap: .55rem;
  font-size: .67rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--au); font-family: var(--ff-body); font-weight: 700;
  margin-bottom: .9rem;
}
.nn-label::before { content: '⬥'; font-size: .5rem; opacity: .6; }
.nn-label-wh { color: var(--au2); }
.nn-h2 { font-size: clamp(1.9rem, 4vw, 3rem); color: var(--em); margin-bottom: .7rem; }
.nn-h2-wh { color: var(--wh); }
.nn-h2 em { font-style: italic; color: var(--em3); }
.nn-h2-wh em { color: var(--au2); }
.nn-rule { width: 46px; height: 2px; background: linear-gradient(90deg,var(--au),var(--au2),transparent); border-radius: 2px; margin: 1.2rem 0; }
.nn-lead { font-size: 1.02rem; color: var(--ink3); line-height: 1.85; max-width: 580px; }
.nn-lead-wh { color: rgba(255,255,255,.6); }

/* ─ BUTTONS ────────────────────────────────────────────────── */
.nn-btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(135deg, var(--au) 0%, var(--au2) 100%);
  color: var(--em); font-weight: 700; font-size: .9rem;
  padding: 1rem 2.4rem; border: none; border-radius: 3px;
  letter-spacing: .07em; text-transform: uppercase;
  box-shadow: 0 4px 28px rgba(201,168,76,.38);
  transition: transform .25s, box-shadow .25s;
  text-decoration: none; cursor: pointer;
}
.nn-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(201,168,76,.55); }
.nn-btn-ghost {
  display: inline-flex; align-items: center; gap: .5rem;
  background: transparent; color: rgba(255,255,255,.75);
  font-size: .88rem; padding: 1rem 2rem;
  border: 1px solid rgba(255,255,255,.18); border-radius: 3px;
  letter-spacing: .04em; transition: all .25s;
  text-decoration: none;
}
.nn-btn-ghost:hover { border-color: var(--au); color: var(--au2); background: rgba(201,168,76,.06); }

/* ══════════════════════════════════════════════════════════════
   01 HERO
══════════════════════════════════════════════════════════════ */
.nn-hero {
  min-height: 100vh; background: var(--em);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  padding: 100px 1.5rem 80px;
}
.nn-hero-geo {
  position: absolute; width: min(900px,120vw); height: min(900px,120vw);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  animation: nn-spin 90s linear infinite;
  pointer-events: none; opacity: .065;
}
@keyframes nn-spin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.nn-hero-inner { position: relative; z-index: 2; max-width: 780px; margin: 0 auto; text-align: center; }
.nn-hero-bismillah {
  font-size: clamp(1rem,2.5vw,1.4rem); color: rgba(201,168,76,.45);
  direction: rtl; margin-bottom: 1.2rem; letter-spacing: .04em;
  font-family: 'Noto Naskh Arabic', serif;
}
.nn-hero-badge {
  display: inline-flex; align-items: center; gap: .7rem;
  font-size: .68rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--au); font-weight: 700; margin-bottom: 1.5rem;
}
.nn-hero-badge::before,.nn-hero-badge::after {
  content: ''; width: 28px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--au));
}
.nn-hero-badge::after { background: linear-gradient(90deg, var(--au), transparent); }
.nn-hero-h1 {
  font-size: clamp(3rem,9vw,6.5rem); color: var(--wh);
  font-weight: 300; line-height: 1.05; margin-bottom: .3rem;
  letter-spacing: -.01em;
}
.nn-hero-h1 sup { font-size: .4em; vertical-align: super; color: var(--au2); }
.nn-hero-rule { width: 56px; height: 2px; background: linear-gradient(90deg,var(--au),var(--au2)); border-radius: 2px; margin: 1.8rem auto; }
.nn-hero-sub {
  font-size: clamp(.95rem,2vw,1.18rem); color: rgba(255,255,255,.6);
  max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.85; font-weight: 300;
}
.nn-hero-sub em { color: var(--au2); font-style: normal; }
.nn-hero-ctas { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2.5rem; }
.nn-hero-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; flex-wrap: wrap;
}
.nn-hero-trust-item { display: flex; align-items: center; gap: .4rem; font-size: .72rem; color: rgba(255,255,255,.35); letter-spacing: .05em; }
.nn-trust-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(201,168,76,.4); }

/* ══════════════════════════════════════════════════════════════
   02 WHY A NAME — cream
══════════════════════════════════════════════════════════════ */
.nn-why { background: var(--wh); }
.nn-why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
@media(max-width:768px){ .nn-why-grid { grid-template-columns: 1fr; } }
.nn-why-card {
  padding: 2.25rem 1.8rem; border: 1px solid var(--cr2); border-radius: 2px;
  background: var(--cr); position: relative; overflow: hidden;
  transition: transform .3s var(--ease), box-shadow .3s;
}
.nn-why-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2.5px;
  background: linear-gradient(90deg,var(--au),var(--au2));
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease);
}
.nn-why-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(10,61,43,.09); }
.nn-why-card:hover::after { transform: scaleX(1); }
.nn-why-num {
  font-family: var(--ff-serif); font-size: 4rem; font-weight: 700;
  color: var(--au); opacity: .12; position: absolute; top: .5rem; right: 1.2rem; line-height: 1;
}
.nn-why-icon { font-size: 1.75rem; margin-bottom: 1.1rem; display: block; }
.nn-why-h3 { font-size: 1.25rem; color: var(--em); margin-bottom: .65rem; }
.nn-why-p { font-size: .88rem; color: var(--ink3); line-height: 1.8; }
.nn-hadith-pill {
  display: inline-block; margin-top: 1rem;
  padding: .4rem .8rem; background: rgba(201,168,76,.08);
  border-left: 2px solid var(--au); font-size: .74rem;
  color: var(--ink2); font-style: italic;
}

/* ══════════════════════════════════════════════════════════════
   03 WHAT IS NOOR NAMA — dark emerald
══════════════════════════════════════════════════════════════ */
.nn-def { background: var(--em); position: relative; overflow: hidden; }
.nn-def-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70'%3E%3Cg fill='none' stroke='%23C9A84C' stroke-width='.35' opacity='.08'%3E%3Cpolygon points='35,3 42,22 63,22 46,35 53,56 35,43 17,56 24,35 7,22 28,22'/%3E%3Ccircle cx='35' cy='35' r='22'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 70px 70px;
}
.nn-def-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; position: relative; z-index: 1; }
@media(max-width:900px){ .nn-def-inner { grid-template-columns: 1fr; gap: 3rem; } }
.nn-def-p { font-size: .97rem; color: rgba(255,255,255,.62); line-height: 1.85; margin-bottom: 1rem; }
.nn-def-p strong { color: var(--au2); font-weight: 500; }
.nn-def-p em { color: rgba(255,255,255,.85); font-style: normal; }
.nn-not-astrology {
  margin-top: 1.25rem; padding: 1.1rem 1.25rem;
  background: rgba(201,168,76,.06); border: 1px solid rgba(201,168,76,.15);
  border-radius: 8px; display: flex; align-items: flex-start; gap: .75rem;
}
.nn-na-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: .05rem; color: var(--au); }
.nn-na-text { font-size: .82rem; color: rgba(255,255,255,.55); line-height: 1.65; }
.nn-na-text strong { color: var(--au2); font-weight: 500; }
.nn-pull-quote {
  margin-top: 1.75rem; padding: 1.4rem 1.5rem 1.4rem 1.75rem;
  border-left: 3px solid var(--au); background: rgba(201,168,76,.04);
  border-radius: 0 8px 8px 0;
}
.nn-pq-text { font-family: var(--ff-serif); font-style: italic; font-size: 1.08rem; color: rgba(255,255,255,.78); line-height: 1.7; margin-bottom: .4rem; }
.nn-pq-source { font-size: .72rem; color: var(--au); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.nn-pillar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media(max-width:480px){ .nn-pillar-grid { grid-template-columns: 1fr; } }
.nn-pillar {
  padding: 1.5rem 1.25rem; background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,168,76,.12); border-radius: 8px; transition: all .3s;
}
.nn-pillar:hover { background: rgba(201,168,76,.07); border-color: rgba(201,168,76,.25); transform: translateY(-2px); }
.nn-pillar-ic { font-size: 1.4rem; margin-bottom: .55rem; }
.nn-pillar-t { font-family: var(--ff-serif); font-size: 1.05rem; color: var(--au2); margin-bottom: .3rem; }
.nn-pillar-d { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.6; }

/* ══════════════════════════════════════════════════════════════
   04 10 INSIGHTS — cream
══════════════════════════════════════════════════════════════ */
.nn-insights { background: var(--cr); }
.nn-insights-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1rem; margin-top: 3rem; }
@media(max-width:768px){ .nn-insights-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px){ .nn-insights-grid { grid-template-columns: 1fr 1fr; } }
.nn-insight {
  text-align: center; padding: 1.75rem 1rem 1.5rem;
  background: var(--wh); border: 1px solid var(--cr2); border-radius: 6px;
  transition: all .3s; position: relative; overflow: hidden;
}
.nn-insight::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg,var(--au),var(--au2));
  transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease);
}
.nn-insight:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(10,61,43,.08); }
.nn-insight:hover::before { transform: scaleX(1); }
.nn-insight-locked { opacity: .65; filter: grayscale(.3); }
.nn-in-num { font-family: var(--ff-serif); font-size: .75rem; color: var(--au); font-weight: 700; letter-spacing: .08em; margin-bottom: .4rem; }
.nn-in-icon { font-size: 1.8rem; margin-bottom: .7rem; display: block; }
.nn-in-title { font-family: var(--ff-serif); font-size: .95rem; color: var(--em); margin-bottom: .3rem; line-height: 1.3; }
.nn-insight-locked .nn-in-title { color: var(--ink3); }
.nn-in-tag { font-size: .65rem; color: var(--au); font-weight: 700; letter-spacing: .06em; }
.nn-insight-locked .nn-in-tag { color: var(--ink3); }

/* ══════════════════════════════════════════════════════════════
   05 THREE PILLARS — cream
══════════════════════════════════════════════════════════════ */
.nn-pillars { background: var(--wh); }
.nn-pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
@media(max-width:768px){ .nn-pillars-grid { grid-template-columns: 1fr; } }
.nn-pillar-card {
  padding: 2.25rem 1.8rem; border: 1px solid var(--cr2); border-radius: 12px;
  background: var(--cr); transition: all .3s var(--ease);
}
.nn-pillar-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(10,61,43,.1); border-color: var(--cr3); }
.nn-pc-icon { font-size: 2rem; margin-bottom: 1rem; display: block; }
.nn-pc-title { font-family: var(--ff-serif); font-size: 1.4rem; color: var(--em); margin-bottom: .25rem; }
.nn-pc-sub { font-size: .78rem; color: var(--au); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 1rem; }
.nn-pc-citation { padding: .8rem 1rem; background: rgba(201,168,76,.07); border-left: 2px solid var(--au); margin-bottom: 1rem; }
.nn-pc-tag { font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; color: var(--au); font-weight: 700; margin-bottom: .3rem; }
.nn-pc-text { font-family: var(--ff-serif); font-style: italic; font-size: .9rem; color: var(--ink2); line-height: 1.6; margin-bottom: .25rem; }
.nn-pc-source { font-size: .72rem; color: var(--ink3); }
.nn-pc-desc { font-size: .88rem; color: var(--ink3); line-height: 1.8; }

/* ══════════════════════════════════════════════════════════════
   06 12 BURUJ — dark emerald
══════════════════════════════════════════════════════════════ */
.nn-buruj { background: var(--em); }
.nn-buruj-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: .75rem; margin-top: 3rem; }
@media(max-width:900px){ .nn-buruj-grid { grid-template-columns: repeat(4,1fr); } }
@media(max-width:600px){ .nn-buruj-grid { grid-template-columns: repeat(3,1fr); } }
.nn-buruj-card {
  text-align: center; padding: 1.25rem .75rem;
  background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.12);
  border-radius: 8px; display: flex; flex-direction: column; gap: .3rem;
  transition: all .3s;
}
.nn-buruj-card:hover { background: rgba(201,168,76,.08); border-color: rgba(201,168,76,.3); transform: translateY(-3px); }
.nn-bsym { font-size: 1.4rem; color: var(--au); }
.nn-bname { font-family: var(--ff-serif); font-size: .9rem; color: var(--wh); font-weight: 500; }
.nn-bar { font-size: .9rem; color: var(--au2); direction: rtl; font-family: 'Noto Naskh Arabic', serif; }
.nn-bdate { font-size: .62rem; color: rgba(255,255,255,.35); letter-spacing: .04em; }

/* ══════════════════════════════════════════════════════════════
   07 HOW IT WORKS — cream
══════════════════════════════════════════════════════════════ */
.nn-how { background: var(--cr); }
.nn-how-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 4rem; position: relative; }
.nn-how-grid::before {
  content: ''; position: absolute;
  top: 2.8rem; left: calc(16.66% + 1.5rem); right: calc(16.66% + 1.5rem);
  height: 1px; background: linear-gradient(90deg,var(--au),var(--au2),var(--au)); opacity: .5;
}
@media(max-width:768px){ .nn-how-grid { grid-template-columns: 1fr; } .nn-how-grid::before { display: none; } }
.nn-how-step { text-align: center; padding: 0 2rem; position: relative; z-index: 1; }
.nn-how-n {
  width: 60px; height: 60px; border-radius: 50%; background: var(--em);
  color: var(--au); font-family: var(--ff-serif); font-size: 1.5rem;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.75rem;
  box-shadow: 0 0 0 7px var(--cr), 0 0 0 8px rgba(201,168,76,.35);
  transition: all .3s;
}
.nn-how-step:hover .nn-how-n {
  transform: scale(1.1);
  box-shadow: 0 0 0 7px var(--cr), 0 0 0 8.5px var(--au), 0 8px 24px rgba(201,168,76,.3);
}
.nn-how-h3 { font-family: var(--ff-serif); font-size: 1.3rem; color: var(--em); margin-bottom: .65rem; }
.nn-how-p { font-size: .88rem; color: var(--ink3); line-height: 1.75; margin-bottom: 1rem; }
.nn-how-list { text-align: left; background: var(--wh); border: 1px solid var(--cr2); border-radius: 6px; padding: .85rem 1rem; display: flex; flex-direction: column; gap: .4rem; }
.nn-hl { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--ink2); }
.nn-hl::before { content: '✦'; color: var(--au); font-size: .55rem; flex-shrink: 0; }
.nn-how-cta { text-align: center; margin-top: 3.5rem; }

/* ══════════════════════════════════════════════════════════════
   08 FORM — dark emerald
══════════════════════════════════════════════════════════════ */
.nn-form-sec {
  background: linear-gradient(160deg, #081F13 0%, var(--em) 50%, #1A110A 100%);
  padding: 88px 0;
  position: relative; overflow: hidden;
}
.nn-form-sec::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%23C9A84C' stroke-width='.3' opacity='.05'%3E%3Crect x='10' y='10' width='70' height='70'/%3E%3Crect x='10' y='10' width='70' height='70' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 90px 90px;
}
.nn-form-sec .nn-wrap { position: relative; z-index: 1; }
.nn-form-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 16px; padding: 2.5rem 2rem;
  max-width: 680px; margin: 2.5rem auto 0;
  backdrop-filter: blur(10px);
}
.nn-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }
@media(max-width:600px){ .nn-form-row { grid-template-columns: 1fr; } }
.nn-field { margin-bottom: 1.25rem; }
.nn-field:last-of-type { margin-bottom: 0; }
.nn-label-f { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--au); font-weight: 700; margin-bottom: .55rem; }
.nn-req { color: var(--au); margin-left: .15rem; }
.nn-dob-row { display: flex; gap: .65rem; }
.nn-sel, .nn-input {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 6px; padding: .7rem .9rem;
  color: var(--wh); font-size: .9rem;
  font-family: var(--ff-body); outline: none;
  transition: border-color .2s;
  width: 100%;
}
.nn-sel { flex: 1; cursor: pointer; }
.nn-sel:focus, .nn-input:focus { border-color: var(--au); background: rgba(255,255,255,.1); }
.nn-sel option { background: #0A3D2B; color: white; }
.nn-sel::placeholder, .nn-input::placeholder { color: rgba(255,255,255,.25); }
.nn-field-note { display: block; font-size: .72rem; color: rgba(255,255,255,.35); font-style: italic; margin-top: .4rem; }
.nn-gender-row { display: flex; gap: .65rem; }
.nn-gender-btn {
  flex: 1; padding: .75rem; border-radius: 6px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.65); font-size: .88rem; font-weight: 600;
  letter-spacing: .04em; transition: all .25s;
}
.nn-gender-btn.active, .nn-gender-btn:hover {
  background: rgba(201,168,76,.15); border-color: var(--au); color: var(--au2);
}
.nn-opt-toggle {
  width: 100%; padding: .7rem 1rem; margin: .5rem 0;
  background: rgba(255,255,255,.04); border: 1px dashed rgba(255,255,255,.12);
  border-radius: 6px; color: rgba(255,255,255,.45);
  font-size: .82rem; text-align: left;
  display: flex; align-items: center; gap: .6rem; transition: all .25s;
}
.nn-opt-toggle:hover { border-color: rgba(201,168,76,.3); color: rgba(255,255,255,.65); }
.nn-opt-icon { font-size: 1.2rem; color: var(--au); transition: transform .3s; }
.nn-opt-fields { padding-top: .75rem; }
.nn-submit-btn {
  width: 100%; margin-top: 1.5rem;
  background: linear-gradient(135deg, var(--au) 0%, var(--au2) 100%);
  color: var(--em); font-weight: 700; font-size: .95rem;
  padding: 1.1rem; border: none; border-radius: 6px;
  letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 4px 28px rgba(201,168,76,.35);
  transition: transform .25s, box-shadow .25s;
  animation: nn-glow 3s ease-in-out 2s infinite;
}
.nn-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(201,168,76,.55); }
.nn-submit-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
@keyframes nn-glow {
  0%,100%{ box-shadow: 0 4px 28px rgba(201,168,76,.35), 0 0 0 0 rgba(201,168,76,.25); }
  55%{ box-shadow: 0 4px 28px rgba(201,168,76,.35), 0 0 0 12px rgba(201,168,76,0); }
}
.nn-form-note { text-align: center; font-size: .72rem; color: rgba(255,255,255,.25); margin-top: .85rem; line-height: 1.6; }
.nn-form-note a { color: var(--au); text-decoration: underline; }
.nn-form-trust-row { display: flex; align-items: center; justify-content: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 1rem; }
.nn-ft-item { display: flex; align-items: center; gap: .35rem; font-size: .72rem; color: rgba(255,255,255,.35); letter-spacing: .04em; }
.nn-ft-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(201,168,76,.4); }
.nn-india-badge { margin-top: .85rem; text-align: center; font-size: .78rem; color: rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; gap: .5rem; }
.nn-india-badge strong { color: rgba(255,255,255,.5); }
.nn-feedback { padding: .85rem 1.25rem; border-radius: 8px; margin-top: 1rem; font-size: .88rem; font-style: italic; text-align: center; color: white; }

/* ══════════════════════════════════════════════════════════════
   09 TESTIMONIALS — cream
══════════════════════════════════════════════════════════════ */
.nn-test-sec { background: var(--cr); }
.nn-test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
@media(max-width:768px){ .nn-test-grid { grid-template-columns: 1fr; } }
.nn-test-card {
  background: var(--wh); border: 1px solid var(--cr2);
  border-radius: 12px; padding: 2rem 1.6rem; transition: all .3s;
}
.nn-test-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(10,61,43,.08); border-color: var(--cr3); }
.nn-test-stars { color: var(--au); font-size: 1rem; margin-bottom: .85rem; letter-spacing: .15em; }
.nn-test-text { font-family: var(--ff-serif); font-style: italic; font-size: .95rem; color: var(--ink2); line-height: 1.75; margin-bottom: 1rem; }
.nn-test-author { font-size: .82rem; font-weight: 700; color: var(--em); }
.nn-test-loc { font-size: .75rem; color: var(--au); letter-spacing: .04em; margin-top: .15rem; }

/* ══════════════════════════════════════════════════════════════
   10 CLOSING — dark emerald
══════════════════════════════════════════════════════════════ */
.nn-closing { background: var(--em); padding: 88px 0; }
.nn-closing-inner { text-align: center; }
.nn-closing-ar { font-family: var(--ff-serif); font-size: 2.5rem; color: var(--au); direction: rtl; margin-bottom: .4rem; }
.nn-closing-en { font-family: var(--ff-serif); font-size: 1.1rem; color: rgba(255,255,255,.5); font-style: italic; }
.nn-closing-ref { font-size: .72rem; color: rgba(255,255,255,.3); letter-spacing: .08em; margin: .5rem 0 1.5rem; }
.nn-closing-text { font-size: .95rem; color: rgba(255,255,255,.5); max-width: 520px; margin: 0 auto 2rem; line-height: 1.75; }


/* ══════════════════════════════════════════════════════════════
   NOOR NAMES v15 — RESULTS PAGE
   Tokens match homepage v2: emerald #0A3D2B / gold #C9A84C / cream #FAF6EE
   Fonts: Cormorant Garamond (headings) · Tajawal (body)
══════════════════════════════════════════════════════════════ */

/* ─ Tokens ─ */
.v15-results {
  --em:  #0A3D2B; --em2: #0D5038; --em3: #1A7A55;
  --au:  #C9A84C; --au2: #E8C97A; --au3: #F5E6B8;
  --cr:  #FAF6EE; --cr2: #F0E6D0; --cr3: #E8D8B8;
  --ink: #180F06; --ink2: #3D2B1F; --ink3: #7A5C42;
  --wh:  #FFFCF5;
  --ff-serif: 'Cormorant Garamond', Georgia, serif;
  --ff-body:  'Tajawal', 'Segoe UI', sans-serif;
  --ease: cubic-bezier(.22,1,.36,1);
  font-family: var(--ff-body);
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

/* ─ Hero ─ */
.v15-hero {
  background: var(--em);
  border-radius: 16px;
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  margin: 2rem 0 1.5rem;
  position: relative;
  overflow: hidden;
}
.v15-hero::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 50% 35%, rgba(201,168,76,.09) 0%, transparent 65%);
}
.v15-hero-label {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--au); font-weight: 700; margin-bottom: 1rem;
}
.v15-hero-name {
  font-family: var(--ff-serif);
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--wh); font-weight: 300; margin-bottom: .75rem;
  line-height: 1.1;
}
.v15-hero-meta {
  font-size: .9rem; color: rgba(255,255,255,.6);
  margin-bottom: 1.25rem; line-height: 1.6;
}
.v15-hero-meta strong { color: rgba(255,255,255,.9); }
.v15-hero-pills {
  display: flex; flex-wrap: wrap; gap: .5rem;
  justify-content: center; margin-bottom: 1.5rem;
}
.v15-pill {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.7);
  font-size: .75rem; padding: .3rem .85rem;
  border-radius: 50px; letter-spacing: .03em;
}
.v15-pill-gold {
  background: rgba(201,168,76,.15);
  border-color: rgba(201,168,76,.3);
  color: var(--au2);
}
.v15-pill-progress {
  background: rgba(201,168,76,.1);
  border-color: var(--au);
  color: var(--au);
}
.v15-progress-wrap { max-width: 420px; margin: 0 auto; }
.v15-progress-track {
  height: 4px; background: rgba(255,255,255,.1);
  border-radius: 4px; overflow: hidden; margin-bottom: .5rem;
}
.v15-progress-fill {
  height: 100%; width: 50%;
  background: linear-gradient(90deg, var(--au), var(--au2));
  border-radius: 4px;
}
.v15-progress-text {
  font-size: .72rem; color: rgba(255,255,255,.4);
  letter-spacing: .04em;
}

/* ─ Disclaimer ─ */
.v15-disclaimer {
  background: rgba(10,61,43,.06);
  border: 1px solid rgba(10,61,43,.12);
  border-radius: 8px;
  padding: .85rem 1.25rem;
  font-size: .82rem; color: var(--ink2);
  display: flex; align-items: flex-start; gap: .6rem;
  margin-bottom: 1.75rem; line-height: 1.6;
}
.v15-disc-icon { color: var(--au); flex-shrink: 0; }

/* ─ Report Card ─ */
.v15-rcard {
  background: var(--cr);
  border: 1px solid var(--cr2);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 16px rgba(10,61,43,.06);
}
.v15-rc-head {
  background: var(--em);
  padding: 1.4rem 1.75rem 1.25rem;
  display: flex; align-items: center; gap: 1rem;
  position: relative;
}
.v15-rc-head::after {
  content: '';
  position: absolute; bottom: -14px; left: 0; right: 0;
  height: 28px; background: var(--cr);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
}
.v15-rc-num {
  font-family: var(--ff-serif);
  font-size: 2.2rem; font-weight: 700;
  color: var(--au); opacity: .5;
  line-height: 1; flex-shrink: 0;
}
.v15-rc-head-title {
  font-family: var(--ff-serif);
  font-size: 1.2rem; color: var(--wh);
  font-weight: 500; flex: 1;
}
.v15-rc-tag-free {
  font-size: .65rem; text-transform: uppercase;
  letter-spacing: .14em; color: var(--au);
  font-weight: 700; flex-shrink: 0;
  border: 1px solid rgba(201,168,76,.3);
  padding: .2rem .6rem; border-radius: 50px;
}
.v15-rc-body { padding: 2rem 1.75rem 1.5rem; position: relative; z-index: 2; }
.v15-rc-row {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--cr2);
}
.v15-rc-row-last { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.v15-rc-lbl {
  font-size: .62rem; text-transform: uppercase;
  letter-spacing: .14em; color: var(--au);
  font-weight: 700; margin-bottom: .55rem;
}
.v15-rc-scholar-text {
  font-family: var(--ff-serif); font-style: italic;
  font-size: .95rem; color: var(--ink2); line-height: 1.7;
}

/* Hijri grid */
.v15-hijri-grid {
  display: flex; gap: 1rem;
  background: var(--em);
  border-radius: 10px; overflow: hidden;
}
.v15-hijri-cell {
  flex: 1; padding: 1.25rem 1rem; text-align: center;
}
.v15-hijri-main { border-left: 1px solid rgba(255,255,255,.08); border-right: 1px solid rgba(255,255,255,.08); }
.v15-hc-label { font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.4); margin-bottom: .4rem; }
.v15-hc-big { font-family: var(--ff-serif); font-size: 2.2rem; color: var(--au); font-weight: 700; line-height: 1; }
.v15-hc-sub { font-size: .72rem; color: rgba(255,255,255,.4); margin-top: .2rem; }
.v15-hc-month-en { font-family: var(--ff-serif); font-size: 1.3rem; color: var(--wh); font-weight: 500; }
.v15-hc-month-ar { font-size: 1.1rem; color: var(--au2); direction: rtl; margin-top: .15rem; }

/* Day row */
.v15-day-row { display: flex; gap: 1rem; align-items: flex-start; }
.v15-day-badge {
  background: var(--em); border-radius: 10px;
  padding: 1rem 1.25rem; text-align: center; flex-shrink: 0;
}
.v15-day-ar { font-size: 1.4rem; color: var(--au); direction: rtl; }
.v15-day-en { font-size: .72rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .1em; margin-top: .2rem; }
.v15-day-info { padding-top: .25rem; }
.v15-day-title { font-family: var(--ff-serif); font-size: 1.05rem; color: var(--em); margin-bottom: .25rem; font-weight: 600; }
.v15-day-ref { font-size: .75rem; color: var(--au); font-weight: 700; letter-spacing: .04em; }

/* Moon */
.v15-moon-row { display: flex; gap: 1rem; align-items: center; margin-bottom: .75rem; }
.v15-moon-emoji { font-size: 2.8rem; line-height: 1; }
.v15-moon-phase { font-family: var(--ff-serif); font-size: 1.2rem; color: var(--em); font-weight: 600; }
.v15-moon-ar { font-size: .9rem; color: var(--au); direction: rtl; margin-top: .15rem; }
.v15-moon-track {
  height: 6px; background: var(--cr2);
  border-radius: 6px; overflow: hidden; margin-bottom: .4rem;
}
.v15-moon-fill {
  height: 100%;
  background: linear-gradient(90deg, rgba(201,168,76,.4), var(--au));
  border-radius: 6px; transition: width .6s var(--ease);
}
.v15-moon-labels {
  display: flex; justify-content: space-between;
  font-size: .72rem; color: var(--ink3);
}
.v15-moon-labels strong { color: var(--em); }

/* Quran */
.v15-quran-ar {
  font-family: var(--ff-serif);
  font-size: 1.4rem; color: var(--em); direction: rtl;
  line-height: 1.8; margin-bottom: .5rem;
}
.v15-quran-ref {
  font-size: .78rem; color: var(--au); font-weight: 700;
  letter-spacing: .06em;
}

/* Burj strip */
.v15-burj-strip { display: flex; gap: .85rem; align-items: center; margin-bottom: .75rem; }
.v15-burj-symbol {
  width: 52px; height: 52px; background: var(--em);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; flex-shrink: 0;
}
.v15-burj-name { font-family: var(--ff-serif); font-size: 1.05rem; color: var(--em); font-weight: 600; }
.v15-burj-virtue { font-size: .8rem; color: var(--ink3); margin-top: .15rem; }
.v15-virtue-row { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .5rem; }
.v15-virtue-pill {
  background: rgba(10,61,43,.07);
  border: 1px solid rgba(10,61,43,.12);
  color: var(--em); font-size: .73rem;
  padding: .18rem .65rem; border-radius: 50px; font-weight: 600;
}

/* Lucky alphabets */
.v15-alpha-row { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.v15-alpha-badge {
  width: 44px; height: 44px;
  background: var(--em); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ff-serif); font-size: 1.4rem;
  color: var(--au); font-weight: 700;
}
.v15-alpha-compound {
  background: rgba(201,168,76,.12);
  border: 1px solid rgba(201,168,76,.25);
  color: var(--au); font-size: .82rem;
  padding: .3rem .75rem; border-radius: 50px; font-weight: 600;
}
.v15-alpha-urdu {
  color: var(--ink3); font-size: .82rem; direction: rtl; margin-left: .5rem;
}

/* Abjad */
.v15-abjad-box {
  background: var(--em); border-radius: 10px; padding: 1rem 1.25rem;
}
.v15-abjad-note { font-size: .78rem; color: rgba(255,255,255,.5); margin-bottom: .5rem; }
.v15-abjad-input {
  width: 100%; padding: .6rem .85rem;
  border: 1px solid rgba(201,168,76,.25);
  border-radius: 6px; font-size: .95rem;
  background: rgba(255,255,255,.06);
  color: var(--wh); outline: none;
  font-family: var(--ff-body);
  transition: border-color .2s;
}
.v15-abjad-input:focus { border-color: var(--au); }
.v15-abjad-input::placeholder { color: rgba(255,255,255,.25); }
.v15-abjad-result { margin-top: .6rem; }
.v15-abjad-total { font-family: var(--ff-serif); font-size: 1.1rem; color: var(--au); }
.v15-abjad-total strong { font-size: 1.5rem; }
.v15-abjad-break { font-size: .72rem; color: rgba(255,255,255,.35); margin-top: .2rem; direction: rtl; }

/* Names */
.v15-names-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: .75rem;
}
.v15-names-count {
  font-size: .72rem; color: var(--au); font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
}
.v15-names-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .85rem; }
@media(max-width:600px){ .v15-names-grid { grid-template-columns: 1fr 1fr; } }
.v15-name-card {
  background: var(--wh); border: 2px solid var(--cr2);
  border-radius: 10px; padding: 1.25rem 1rem;
  text-align: center; cursor: pointer;
  transition: all .25s var(--ease);
}
.v15-name-card:hover, .v15-name-sel {
  border-color: var(--au);
  background: rgba(201,168,76,.05);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(10,61,43,.1);
}
.v15-name-ar {
  font-family: var(--ff-serif); font-size: 1.5rem;
  color: var(--au); direction: rtl; line-height: 1.3; margin-bottom: .2rem;
}
.v15-name-en {
  font-family: var(--ff-serif); font-size: 1rem;
  color: var(--em); font-weight: 600; letter-spacing: .04em;
}
.v15-name-meaning { font-size: .75rem; color: var(--ink3); margin-top: .2rem; line-height: 1.4; }
.v15-name-ref { font-size: .65rem; color: var(--au); margin-top: .35rem; font-weight: 700; }
.v15-names-more {
  margin-top: .75rem; padding: .65rem .9rem;
  background: rgba(10,61,43,.04);
  border: 1px dashed rgba(10,61,43,.18);
  border-radius: 6px;
  font-size: .78rem; color: var(--ink3); text-align: center;
}

/* Gemstone */
.v15-gems { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.v15-gem { font-size: .9rem; color: var(--ink2); font-weight: 600; }
.v15-gem-note { font-size: .78rem; color: var(--ink3); font-style: italic; }

/* Locked row */
.v15-rc-locked {
  background: rgba(10,61,43,.04);
  border: 1px dashed rgba(10,61,43,.18);
  border-radius: 8px; padding: 1rem 1.25rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem;
  margin-top: 1rem;
}
.v15-rc-locked-t { font-size: .9rem; font-weight: 700; color: var(--ink); }
.v15-rc-locked-s { font-size: .75rem; color: var(--ink3); margin-top: .15rem; }
.v15-rc-btn {
  background: linear-gradient(135deg, var(--au), var(--au2));
  color: var(--em); font-weight: 700; font-size: .78rem;
  padding: .5rem 1.1rem; border-radius: 4px; border: none;
  white-space: nowrap; flex-shrink: 0;
  text-decoration: none; display: inline-block;
  transition: transform .2s, box-shadow .2s;
}
.v15-rc-btn:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(201,168,76,.4); }

/* ─ Upgrade Block ─ */
.v15-upgrade {
  background: linear-gradient(160deg, #081F13 0%, #0A3D2B 60%, #1A110A 100%);
  border-radius: 16px; padding: 3rem 2rem;
  margin: 2rem 0; text-align: center;
  position: relative; overflow: hidden;
}
.v15-upgrade::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90'%3E%3Cg fill='none' stroke='%23C9A84C' stroke-width='.3' opacity='.05'%3E%3Crect x='10' y='10' width='70' height='70'/%3E%3Crect x='10' y='10' width='70' height='70' transform='rotate(45 45 45)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 90px 90px;
}
.v15-upgrade-inner { position: relative; z-index: 1; }
.v15-upg-label {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .2em;
  color: var(--au); font-weight: 700; margin-bottom: .85rem;
}
.v15-upg-title {
  font-family: var(--ff-serif);
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  color: var(--wh); font-weight: 300; margin-bottom: .75rem;
}
.v15-upg-sub { font-size: .95rem; color: rgba(255,255,255,.55); max-width: 580px; margin: 0 auto 2rem; line-height: 1.7; }

/* Locked features grid */
.v15-locked-grid {
  display: grid; grid-template-columns: repeat(5,1fr); gap: .75rem;
  margin-bottom: 2.5rem; text-align: left;
}
@media(max-width:640px){ .v15-locked-grid { grid-template-columns: 1fr 1fr; } }
.v15-locked-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,168,76,.1);
  border-radius: 8px; padding: 1rem;
  display: flex; flex-direction: column; gap: .35rem;
}
.v15-li-num {
  font-family: var(--ff-serif); font-size: 1.4rem;
  color: var(--au); opacity: .4; line-height: 1;
}
.v15-li-icon { font-size: 1.25rem; }
.v15-locked-item strong { font-size: .82rem; color: var(--wh); display: block; }
.v15-li-desc { font-size: .72rem; color: rgba(255,255,255,.4); line-height: 1.5; margin-top: .15rem; }

/* Tier cards */
.v15-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
@media(max-width:640px){ .v15-tiers { grid-template-columns: 1fr; } }
.v15-tier {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,168,76,.15);
  border-radius: 10px; padding: 1.75rem 1.25rem;
  position: relative;
  display: flex; flex-direction: column; gap: .5rem;
}
.v15-tier-featured {
  border-color: var(--au);
  background: rgba(201,168,76,.06);
}
.v15-tier-badge {
  position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--au), var(--au2));
  color: var(--em); font-size: .65rem; font-weight: 700;
  padding: .2rem .8rem; border-radius: 50px; white-space: nowrap;
  letter-spacing: .06em; text-transform: uppercase;
}
.v15-tier-name { font-family: var(--ff-serif); font-size: 1.2rem; color: var(--wh); font-weight: 600; }
.v15-tier-price {
  font-family: var(--ff-serif); font-size: 1.8rem;
  color: var(--au); font-weight: 700; line-height: 1;
}
.v15-tier-gbp { font-size: .9rem; color: rgba(255,255,255,.35); font-weight: 300; }
.v15-tier-desc { font-size: .8rem; color: rgba(255,255,255,.45); line-height: 1.55; flex: 1; }
.v15-tier-btn {
  display: block; text-align: center; text-decoration: none;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.8);
  font-size: .82rem; font-weight: 700;
  padding: .75rem 1rem; border-radius: 6px; margin-top: .25rem;
  transition: all .25s; letter-spacing: .03em;
}
.v15-tier-btn:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.3);
  color: var(--wh);
  transform: translateY(-1px);
}
.v15-tier-btn-gold {
  background: linear-gradient(135deg, var(--au), var(--au2));
  border-color: transparent; color: var(--em);
}
.v15-tier-btn-gold:hover {
  background: linear-gradient(135deg, var(--au2), var(--au));
  color: var(--em);
}
.v15-upg-note {
  font-size: .75rem; color: rgba(255,255,255,.3);
  margin-top: 1.5rem; letter-spacing: .03em;
}

/* ─ Footer ─ */
.v15-foot { text-align: center; padding: 2rem 0; border-top: 1px solid rgba(201,168,76,.15); margin-top: 1rem; }
.v15-foot-ar { font-family: var(--ff-serif); font-size: 1.5rem; color: var(--au); direction: rtl; margin-bottom: .35rem; }
.v15-foot-en { font-size: .78rem; color: var(--ink3); letter-spacing: .04em; }


/* ── Ilm al-Jafr Elemental Analysis ── */
.v15-jafr-box {
  background: var(--em); border-radius: 10px; padding: 1rem 1.25rem;
}
.v15-jafr-note { font-size:.78rem; color:rgba(255,255,255,.45); margin-bottom:.75rem; }
.v15-jafr-bars { display:flex; flex-direction:column; gap:.45rem; margin-bottom:.75rem; }
.v15-jafr-bar { display:flex; align-items:center; gap:.6rem; font-size:.75rem; color:rgba(255,255,255,.6); }
.v15-jafr-bar span:first-child { width:70px; flex-shrink:0; }
.v15-jafr-bar span:last-child { width:35px; text-align:right; }
.v15-jb-track { flex:1; height:6px; background:rgba(255,255,255,.08); border-radius:4px; overflow:hidden; }
.v15-jb-fill { height:100%; border-radius:4px; transition:width .6s var(--ease); }
.v15-jb-fire  { background: linear-gradient(90deg,#e74c3c,#ff6b35); }
.v15-jb-earth { background: linear-gradient(90deg,#27ae60,#2ecc71); }
.v15-jb-air   { background: linear-gradient(90deg,#f39c12,#f1c40f); }
.v15-jb-water { background: linear-gradient(90deg,#2980b9,#3498db); }
.v15-jafr-dominant { font-size:.82rem; color:var(--au2); font-weight:600; padding:.5rem 0; }
.v15-jafr-harmony { display:block; font-size:.72rem; color:#27ae60; margin-top:.3rem; }


/* ══════════════════════════════════════════════════════════════
   v18 FIXES — Specificity, Rendering & New Components
   All selectors scoped under .nn-page or section-level
══════════════════════════════════════════════════════════════ */

/* ── FIX 1: Dark-section headings invisible due to Astra theme override
   Astra uses .site h2 or .entry-content h2 → specificity 0,1,1 which
   beats .nn-h2-wh → 0,1,0. We raise specificity with section scope.   */
.nn-page .nn-form-sec h2,
.nn-page .nn-form-sec .nn-h2 { color: #FFFCF5 !important; }

.nn-page .nn-buruj h2,
.nn-page .nn-buruj .nn-h2 { color: #FFFCF5 !important; }

.nn-page .nn-def h2,
.nn-page .nn-def .nn-h2 { color: #FFFCF5 !important; }

.nn-page .nn-closing h2,
.nn-page .nn-closing .nn-h2 { color: #FFFCF5 !important; }

/* em inside dark headings stays gold */
.nn-page .nn-form-sec h2 em,
.nn-page .nn-buruj h2 em,
.nn-page .nn-def h2 em,
.nn-page .nn-closing h2 em { color: #E8C97A !important; font-style: italic; }

/* Lead text on dark sections */
.nn-page .nn-form-sec .nn-lead,
.nn-page .nn-buruj .nn-lead { color: rgba(255,255,255,.62) !important; }

/* ── FIX 2: Zodiac symbols render as purple emoji (Chrome/Windows)
   font-variant-emoji: text forces text presentation over emoji.
   Fallback: Segoe UI Symbol / Apple Symbols have text glyphs.        */
.nn-bsym {
  font-variant-emoji: text;
  font-family: 'Segoe UI Symbol', 'Apple Symbols', 'Noto Sans Symbols', sans-serif;
  color: #C9A84C !important;
  font-size: 1.3rem;
}

/* ── FIX 3: WhatsApp field note — improve contrast                    */
.nn-field-note { color: rgba(255,255,255,.55); font-style: italic; }

/* ── FIX 4: Price pill badges for upgrade hints                        */
.nn-price-pill {
  display: inline-flex; align-items: center; gap: .3rem;
  background: rgba(201,168,76,.14);
  border: 1px solid rgba(201,168,76,.45);
  color: #E8C97A; font-size: .78rem; font-weight: 700;
  padding: .18rem .65rem; border-radius: 50px;
  vertical-align: middle; letter-spacing: .02em;
}
.nn-hl .nn-price-pill { margin-left: .35rem; }

/* ── FIX 5: FAQ section                                               */
.nn-faq { background: var(--cr); }
.nn-faq-list {
  margin: 2.5rem auto 0;
  max-width: 780px;
  display: flex; flex-direction: column; gap: .65rem;
}
.nn-faq-item {
  border: 1px solid var(--cr2); border-radius: 10px;
  overflow: hidden; background: var(--wh);
  transition: box-shadow .3s;
}
.nn-faq-item:hover { box-shadow: 0 4px 20px rgba(10,61,43,.07); }
.nn-faq-q {
  width: 100%; padding: 1.1rem 1.4rem;
  background: none; border: none; text-align: left;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem; color: var(--em); font-weight: 600;
  cursor: pointer; display: flex; justify-content: space-between;
  align-items: center; gap: 1rem; line-height: 1.4;
  transition: color .2s;
}
.nn-faq-q:hover { color: var(--em2); }
.nn-faq-icon {
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(201,168,76,.1); border: 1px solid rgba(201,168,76,.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--au); font-size: .75rem;
  transition: transform .3s, background .2s;
}
.nn-faq-item.nn-open .nn-faq-icon { transform: rotate(45deg); background: rgba(201,168,76,.18); }
.nn-faq-a {
  display: none;
  padding: 0 1.4rem 1.2rem;
  font-size: .9rem; color: var(--ink3);
  line-height: 1.85; border-top: 1px solid var(--cr2);
  padding-top: 1rem;
}
.nn-faq-item.nn-open .nn-faq-a { display: block; }
.nn-faq-scholar { display: inline-block; margin-top: .65rem; font-size: .75rem; color: var(--au); font-weight: 700; letter-spacing: .06em; }

/* ── FIX 6: Cookie consent bar                                        */
.nn-cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(8,20,13,.97);
  border-top: 1px solid rgba(201,168,76,.2);
  padding: .9rem 1.5rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
.nn-cookie-bar p { font-size: .8rem; color: rgba(255,255,255,.6); margin: 0; flex: 1; line-height: 1.6; }
.nn-cookie-bar a { color: #C9A84C; text-decoration: underline; }
.nn-cookie-accept {
  background: linear-gradient(135deg,#C9A84C,#E8C97A);
  color: #0A3D2B; font-weight: 700; font-size: .78rem;
  padding: .5rem 1.25rem; border-radius: 4px; border: none;
  cursor: pointer; white-space: nowrap; letter-spacing: .05em;
  flex-shrink: 0; font-family: 'Tajawal', sans-serif;
  transition: opacity .2s;
}
.nn-cookie-accept:hover { opacity: .88; }

/* ── FIX 7: Abjad disclaimer inside pillar card                       */
.nn-abjad-disc {
  margin-top: .85rem; padding: .65rem .9rem;
  background: rgba(201,168,76,.06);
  border-left: 2px solid rgba(201,168,76,.35);
  border-radius: 0 6px 6px 0;
  font-size: .78rem; color: var(--ink3); line-height: 1.65;
}

/* ── FIX 8: Abjad calculator hint text — dark bg readability          */
.v15-abjad-hint {
  font-size: .78rem; color: rgba(255,255,255,.45);
  margin-top: .55rem; line-height: 1.55;
  display: flex; align-items: flex-start; gap: .4rem;
}
.v15-abjad-hint-icon { color: #C9A84C; flex-shrink: 0; margin-top: .05rem; }

/* ── FIX 9: Selector dropdown arrow color on dark inputs              */
.nn-sel { appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23C9A84C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  padding-right: 2rem;
}


/* ── FIX 10: Hero H1 invisible — Astra overrides h1 color on site pages */
.nn-page .nn-hero h1,
.nn-page .nn-hero .nn-hero-h1 {
  color: #FFFCF5 !important;
  font-weight: 300 !important;
}
.nn-page .nn-hero h1 sup,
.nn-page .nn-hero .nn-hero-h1 sup { color: #E8C97A !important; }

/* Also fix any theme h1 margin/padding that compresses the hero heading */
.nn-page .nn-hero h1 { margin: 0 0 .3rem !important; padding: 0 !important; }

