/* NolTap Preload — gp- prefix · seed 39GIP48W2V */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap');

:root {
  --gp-red: #d41018;
  --gp-red-deep: #b50e14;
  --gp-red-soft: #fce8e9;
  --gp-ink: #1e2228;
  --gp-muted: #5a6270;
  --gp-bg: #f3f5f8;
  --gp-white: #ffffff;
  --gp-navy: #1a2744;
  --gp-navy-mid: #243556;
  --gp-line: #d8dee8;
  --gp-shadow: 0 8px 28px rgba(26, 39, 68, 0.08);
  --gp-radius: 6px;
  --gp-font: "Outfit", sans-serif;
  --gp-font-ar: "IBM Plex Sans Arabic", "Outfit", sans-serif;
  --gp-max: 1120px;
  --gp-ann-h: 40px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--gp-font);
  color: var(--gp-ink);
  background: var(--gp-bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.noscroll { overflow: hidden; }
html[lang="ar"] body { font-family: var(--gp-font-ar); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gp-red); text-decoration: none; }
a:hover { color: var(--gp-red-deep); }
button, input, select { font: inherit; }
h1, h2, h3 { line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 0.6em; }
p { margin: 0 0 1em; }
.gp-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* Announcement */
.gp-ann {
  background: var(--gp-navy);
  color: #e8ecf2;
  font-size: 0.875rem;
  min-height: var(--gp-ann-h);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 2.5rem;
  position: relative;
  text-align: center;
}
.gp-ann[hidden] { display: none; }
.gp-ann a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.gp-ann-x {
  position: absolute; right: 0.75rem; top: 50%; transform: translateY(-50%);
  background: transparent; border: 0; color: #c5ccd8; cursor: pointer;
  font-size: 1.25rem; line-height: 1; padding: 0.25rem;
}
html[dir="rtl"] .gp-ann-x { right: auto; left: 0.75rem; }

/* Header */
.gp-header {
  background: var(--gp-white);
  border-bottom: 1px solid var(--gp-line);
  position: sticky; top: 0; z-index: 100;
}
.gp-header-inner {
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.gp-logo {
  display: flex; align-items: center; gap: 0.65rem;
  color: var(--gp-ink); flex-shrink: 0;
}
.gp-logo:hover { color: var(--gp-ink); }
.gp-logo-mark { width: 40px; height: 40px; flex-shrink: 0; }
.gp-logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.gp-logo-en { font-weight: 700; font-size: 1.05rem; letter-spacing: -0.03em; }
.gp-logo-ar { font-family: var(--gp-font-ar); font-size: 0.72rem; color: var(--gp-muted); font-weight: 500; }

.gp-nav {
  display: none;
  align-items: center;
  gap: 1.15rem;
  margin-inline-start: auto;
  list-style: none; padding: 0; margin-block: 0;
}
.gp-nav a {
  color: var(--gp-ink);
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}
.gp-nav a::after {
  content: "";
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 2px; background: var(--gp-red);
  transform: scaleX(0); transition: transform 0.2s ease;
}
.gp-nav a:hover::after, .gp-nav a[aria-current="page"]::after { transform: scaleX(1); }
.gp-nav a:hover { color: var(--gp-red); }

.gp-search {
  display: none;
  align-items: center;
  background: var(--gp-bg);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  padding: 0.35rem 0.65rem;
  gap: 0.4rem;
  max-width: 180px;
}
.gp-search input {
  border: 0; background: transparent; outline: none;
  width: 100%; font-size: 0.85rem; color: var(--gp-ink);
}
.gp-search svg { flex-shrink: 0; opacity: 0.5; }

.gp-lang {
  display: none;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.85rem;
  margin-inline-start: 0.25rem;
}
.gp-lang a { color: var(--gp-muted); font-weight: 500; }
.gp-lang a.is-on, .gp-lang a[aria-current="true"] { color: var(--gp-ink); font-weight: 700; }
.gp-lang span { color: var(--gp-line); }

.gp-burger {
  margin-inline-start: auto;
  width: 44px; height: 44px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-white);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer;
}
.gp-burger span {
  display: block; width: 18px; height: 2px;
  background: var(--gp-ink); border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

@media (min-width: 900px) {
  .gp-nav, .gp-search, .gp-lang { display: flex; }
  .gp-burger { display: none; }
  .gp-logo { margin-inline-end: 0.5rem; }
}

/* Drawer — CSS-only visibility/opacity */
.gp-backdrop {
  position: fixed; inset: 0;
  background: rgba(26, 39, 68, 0.45);
  z-index: 200;
  opacity: 0; visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}
.gp-drawer {
  position: fixed; top: 0; bottom: 0;
  inset-inline-end: 0;
  width: min(320px, 88vw);
  background: var(--gp-white);
  z-index: 210;
  padding: 1.25rem;
  box-shadow: var(--gp-shadow);
  opacity: 0; visibility: hidden;
  transform: translateX(12px);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
  display: flex; flex-direction: column; gap: 1rem;
}
html[dir="rtl"] .gp-drawer { transform: translateX(-12px); }
body.gp-drawer-open .gp-backdrop {
  opacity: 1; visibility: visible;
}
body.gp-drawer-open .gp-drawer {
  opacity: 1; visibility: visible;
  transform: translateX(0);
}
.gp-drawer-close {
  align-self: flex-end;
  width: 40px; height: 40px;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-bg);
  cursor: pointer; font-size: 1.25rem; color: var(--gp-ink);
}
.gp-drawer-nav {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.25rem;
}
.gp-drawer-nav a {
  display: block; padding: 0.75rem 0.85rem;
  color: var(--gp-ink); font-weight: 500;
  border-radius: var(--gp-radius);
}
.gp-drawer-nav a:hover, .gp-drawer-nav a[aria-current="page"] {
  background: var(--gp-red-soft); color: var(--gp-red-deep);
}
.gp-drawer-lang { display: flex; gap: 0.75rem; padding: 0.5rem 0.85rem; }
.gp-drawer-search {
  display: flex; align-items: center; gap: 0.4rem;
  background: var(--gp-bg); border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius); padding: 0.5rem 0.75rem;
}
.gp-drawer-search input {
  border: 0; background: transparent; outline: none; width: 100%;
}

/* Portal strip — asymmetric 8-col unique move */
.gp-portal {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2px;
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 6px;
}
.gp-portal span {
  background: var(--gp-line);
  border-radius: 1px;
}
.gp-portal span:nth-child(1) { background: var(--gp-red); grid-column: span 2; }
.gp-portal span:nth-child(2) { background: var(--gp-navy); grid-column: span 1; opacity: 0.85; }
.gp-portal span:nth-child(3) { background: var(--gp-red); opacity: 0.35; grid-column: span 3; }
.gp-portal span:nth-child(4) { background: var(--gp-navy); grid-column: span 2; opacity: 0.5; }

/* Hero */
.gp-hero {
  background:
    linear-gradient(135deg, rgba(26,39,68,0.04) 0%, transparent 42%),
    linear-gradient(180deg, var(--gp-white) 0%, var(--gp-bg) 100%);
  position: relative;
  overflow: hidden;
}
.gp-hero::before {
  content: "";
  position: absolute;
  inset-inline-end: -40px; top: -40px;
  width: 280px; height: 280px;
  background:
    repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(212,16,24,0.06) 14px, rgba(212,16,24,0.06) 15px),
    repeating-linear-gradient(-45deg, transparent, transparent 14px, rgba(26,39,68,0.05) 14px, rgba(26,39,68,0.05) 15px);
  pointer-events: none;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 0 100%);
}
.gp-hero-inner {
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 2.75rem 1.25rem 3.25rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 880px) {
  .gp-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 3.5rem 1.25rem 4rem;
    gap: 2.5rem;
  }
}
.gp-hero-copy { position: relative; z-index: 1; }
.gp-brand-signal {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 700;
  color: var(--gp-navy);
  letter-spacing: -0.04em;
  margin: 0 0 0.85rem;
  display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem 0.85rem;
}
.gp-brand-signal .gp-ar-word {
  font-family: var(--gp-font-ar);
  font-size: 0.55em;
  color: var(--gp-muted);
  font-weight: 600;
  letter-spacing: 0;
}
.gp-hero h1 {
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  color: var(--gp-ink);
  max-width: 18ch;
  margin-bottom: 0.75rem;
}
.gp-hero-lead {
  color: var(--gp-muted);
  font-size: 1.05rem;
  max-width: 38ch;
  margin-bottom: 1.5rem;
}
.gp-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.gp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.4rem;
  min-height: 48px;
  padding: 0.7rem 1.35rem;
  border-radius: var(--gp-radius);
  font-weight: 600;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
}
.gp-btn:focus-visible { outline: 2px solid var(--gp-red); outline-offset: 2px; }
.gp-btn-primary {
  background: var(--gp-red); color: #fff;
}
.gp-btn-primary:hover { background: var(--gp-red-deep); color: #fff; transform: translateY(-1px); }
.gp-btn-ghost {
  background: transparent; color: var(--gp-navy);
  border-color: var(--gp-line);
}
.gp-btn-ghost:hover { border-color: var(--gp-navy); color: var(--gp-navy); }

/* Need panel (interactive-ish list, not fake preview) */
.gp-need {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  box-shadow: var(--gp-shadow);
  padding: 1.5rem 1.35rem;
  position: relative;
  z-index: 1;
  animation: gp-rise 0.7s ease both;
}
.gp-need-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gp-red);
  margin-bottom: 0.85rem;
}
.gp-need h2 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.gp-need ol {
  margin: 0; padding: 0;
  list-style: none;
  display: flex; flex-direction: column; gap: 0.85rem;
}
.gp-need li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.75rem;
  align-items: start;
  font-size: 0.95rem;
  color: var(--gp-muted);
}
.gp-need-num {
  width: 28px; height: 28px;
  border-radius: 4px;
  background: var(--gp-navy);
  color: #fff;
  font-size: 0.8rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.gp-need li strong { color: var(--gp-ink); display: block; font-weight: 600; }

@keyframes gp-rise {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections with vertical labels */
.gp-section {
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 3.25rem 1.25rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .gp-section {
    grid-template-columns: 48px 1fr;
    gap: 1.75rem;
    padding: 3.75rem 1.25rem;
  }
}
.gp-vlabel {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gp-red);
  opacity: 0.85;
  display: none;
  height: fit-content;
  padding-block: 0.25rem;
  border-inline-start: 2px solid var(--gp-red);
  padding-inline-start: 0.5rem;
}
html[dir="rtl"] .gp-vlabel {
  transform: rotate(0deg);
}
@media (min-width: 800px) {
  .gp-vlabel { display: block; }
}
.gp-section-body { min-width: 0; }
.gp-section h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: var(--gp-navy);
  max-width: 28ch;
}
.gp-section-lead {
  color: var(--gp-muted);
  max-width: 52ch;
  margin-bottom: 1.5rem;
}

/* How steps — not three equal cards */
.gp-steps {
  display: grid;
  gap: 1px;
  background: var(--gp-line);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  overflow: hidden;
}
@media (min-width: 700px) {
  .gp-steps { grid-template-columns: 1.2fr 1fr 1fr; }
}
.gp-step {
  background: var(--gp-white);
  padding: 1.35rem 1.25rem;
  transition: background 0.2s;
}
.gp-step:hover { background: #fafbfc; }
.gp-step:first-child {
  background: var(--gp-navy);
  color: #e8ecf2;
}
.gp-step:first-child .gp-step-n { color: var(--gp-red); }
.gp-step:first-child p { color: #b8c0d0; }
.gp-step-n {
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.1em; color: var(--gp-red);
  margin-bottom: 0.5rem;
}
.gp-step h3 { font-size: 1.05rem; margin-bottom: 0.4rem; color: inherit; }
.gp-step p { margin: 0; font-size: 0.9rem; color: var(--gp-muted); }

/* Amount chips preview (non-form) */
.gp-amounts {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 0.5rem;
}
.gp-chip {
  min-height: 40px;
  padding: 0.4rem 0.9rem;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-white);
  font-weight: 600; font-size: 0.9rem;
  color: var(--gp-ink);
  display: inline-flex; align-items: center;
}

/* Split band */
.gp-band {
  background: var(--gp-navy);
  color: #e8ecf2;
  position: relative;
  overflow: hidden;
}
.gp-band::after {
  content: "";
  position: absolute;
  inset-inline-start: 0; bottom: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--gp-red) 0%, var(--gp-red) 28%, transparent 28%, transparent 36%, var(--gp-red) 36%, var(--gp-red) 48%, transparent 48%);
}
.gp-band-inner {
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 2.75rem 1.25rem;
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 760px) {
  .gp-band-inner { grid-template-columns: 1fr auto; align-items: center; }
}
.gp-band h2 { color: #fff; margin-bottom: 0.5rem; }
.gp-band p { color: #aeb6c6; margin: 0; max-width: 42ch; }

/* FAQ accordion */
.gp-faq { display: flex; flex-direction: column; gap: 0.5rem; }
.gp-faq details {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  padding: 0;
}
.gp-faq summary {
  cursor: pointer;
  padding: 1rem 1.15rem;
  font-weight: 600;
  list-style: none;
  display: flex; justify-content: space-between; gap: 1rem;
  align-items: center;
}
.gp-faq summary::-webkit-details-marker { display: none; }
.gp-faq summary::after {
  content: "+";
  color: var(--gp-red);
  font-weight: 700;
  font-size: 1.2rem;
}
.gp-faq details[open] summary::after { content: "–"; }
.gp-faq details[open] {
  border-color: rgba(212, 16, 24, 0.35);
  box-shadow: 0 0 0 1px rgba(212, 16, 24, 0.12);
}
.gp-faq .gp-faq-a {
  padding: 0 1.15rem 1.1rem;
  color: var(--gp-muted);
  font-size: 0.95rem;
  margin: 0;
}

/* Page hero (inner pages) */
.gp-page-hero {
  background: var(--gp-white);
  border-bottom: 1px solid var(--gp-line);
  padding: 2rem 1.25rem 1.75rem;
}
.gp-page-hero-inner { max-width: var(--gp-max); margin: 0 auto; }
.gp-page-hero h1 {
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
  color: var(--gp-navy);
  margin-bottom: 0.4rem;
}
.gp-page-hero p { color: var(--gp-muted); margin: 0; max-width: 48ch; }

.gp-prose {
  max-width: var(--gp-max);
  margin: 0 auto;
  padding: 2rem 1.25rem 3.5rem;
}
.gp-prose h2 { font-size: 1.2rem; color: var(--gp-navy); margin-top: 1.75rem; }
.gp-prose ul { padding-inline-start: 1.2rem; color: var(--gp-muted); }
.gp-prose li { margin-bottom: 0.4rem; }
.gp-prose p { color: var(--gp-muted); }

/* Recharge form card */
.gp-form-wrap {
  max-width: 560px;
  margin: 0 auto;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  box-shadow: var(--gp-shadow);
  padding: 1.75rem 1.5rem;
}
.gp-form-hint {
  font-size: 0.8rem;
  color: var(--gp-muted);
  margin-bottom: 1.25rem;
}
.gp-field { margin-bottom: 1.15rem; }
.gp-field label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: var(--gp-ink);
}
.gp-field input[type="text"],
.gp-field input[type="email"],
.gp-field input[type="tel"],
.gp-field input[type="number"] {
  width: 100%;
  min-height: 48px;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  background: var(--gp-bg);
  color: var(--gp-ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
.gp-field input:focus {
  outline: none;
  border-color: var(--gp-red);
  box-shadow: 0 0 0 3px rgba(212, 16, 24, 0.12);
  background: #fff;
}
.gp-field .gp-err {
  display: none;
  color: var(--gp-red-deep);
  font-size: 0.8rem;
  margin-top: 0.35rem;
}
.gp-field.is-invalid input { border-color: var(--gp-red); }
.gp-field.is-invalid .gp-err { display: block; }
.gp-field-note { font-size: 0.78rem; color: var(--gp-muted); margin-top: 0.3rem; }

.gp-presets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media (min-width: 480px) {
  .gp-presets { grid-template-columns: repeat(5, 1fr); }
}
.gp-presets label {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.gp-presets input {
  position: absolute; opacity: 0; pointer-events: none;
}
.gp-presets span {
  display: flex; align-items: center; justify-content: center;
  min-height: 48px;
  border: 2px solid var(--gp-line);
  border-radius: var(--gp-radius);
  font-weight: 600;
  background: var(--gp-bg);
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.gp-presets label.is-on span,
.gp-presets input:checked + span {
  border-color: var(--gp-red);
  background: var(--gp-red);
  color: #fff;
}
.gp-presets label:hover span {
  border-color: rgba(212, 16, 24, 0.5);
}

.gp-pay-note {
  font-size: 0.88rem;
  color: var(--gp-muted);
  margin: 1rem 0 0;
  text-align: center;
}

/* Overlay spinner */
.gp-overlay {
  position: fixed; inset: 0;
  background: rgba(26, 39, 68, 0.55);
  z-index: 500;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
}
.gp-overlay.is-on { opacity: 1; visibility: visible; }
.gp-spinner {
  width: 48px; height: 48px;
  border: 3px solid rgba(255,255,255,0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gp-spin 0.7s linear infinite;
}
@keyframes gp-spin { to { transform: rotate(360deg); } }

/* Contact grid */
.gp-contact-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 640px) {
  .gp-contact-grid { grid-template-columns: repeat(3, 1fr); }
}
.gp-contact-item {
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  padding: 1.25rem;
}
.gp-contact-item h3 { font-size: 0.95rem; margin-bottom: 0.35rem; }
.gp-contact-item a, .gp-contact-item p {
  color: var(--gp-muted); font-size: 0.92rem; margin: 0;
}
.gp-contact-item a { color: var(--gp-red); font-weight: 500; }

/* History / status explainer */
.gp-timeline {
  display: flex; flex-direction: column; gap: 0;
  border-inline-start: 2px solid var(--gp-line);
  padding-inline-start: 1.25rem;
  margin-top: 1rem;
}
.gp-timeline li {
  position: relative;
  padding-bottom: 1.25rem;
  list-style: none;
}
.gp-timeline li::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(-1.25rem - 5px);
  top: 0.35rem;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gp-red);
  border: 2px solid var(--gp-white);
  box-shadow: 0 0 0 1px var(--gp-line);
}
.gp-timeline strong { display: block; color: var(--gp-ink); }
.gp-timeline span { color: var(--gp-muted); font-size: 0.9rem; }

/* Footer */
.gp-footer {
  background: var(--gp-navy);
  color: #c5ccd8;
  padding: 3rem 1.25rem 1.5rem;
  margin-top: 2rem;
}
.gp-footer a { color: #e8ecf2; }
.gp-footer a:hover { color: #fff; }
.gp-footer-grid {
  max-width: var(--gp-max);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
@media (min-width: 720px) {
  .gp-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
}
.gp-footer-brand .gp-logo-en { color: #fff; }
.gp-footer-brand .gp-logo-ar { color: #9aa3b5; }
.gp-footer-brand p { font-size: 0.88rem; margin-top: 0.85rem; max-width: 28ch; }
.gp-footer h4 {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.85rem;
}
.gp-footer ul { list-style: none; padding: 0; margin: 0; }
.gp-footer li { margin-bottom: 0.45rem; font-size: 0.9rem; }
.gp-footer-bottom {
  max-width: var(--gp-max);
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.8rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem;
  justify-content: space-between;
  color: #8b94a8;
}

/* Cookie banner */
.gp-cookie {
  position: fixed;
  inset-inline: 1rem;
  bottom: 1rem;
  z-index: 400;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  box-shadow: var(--gp-shadow);
  padding: 1rem 1.15rem;
  display: flex; flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  max-width: 520px;
  opacity: 0; visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}
.gp-cookie.is-on {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.gp-cookie p { margin: 0; font-size: 0.85rem; color: var(--gp-muted); flex: 1 1 220px; }
.gp-cookie-btns { display: flex; gap: 0.5rem; }

/* 404 */
.gp-404 {
  text-align: center;
  padding: 4rem 1.25rem;
  max-width: 480px;
  margin: 0 auto;
}
.gp-404 h1 { font-size: 3rem; color: var(--gp-red); margin-bottom: 0.25rem; }
.gp-404 p { color: var(--gp-muted); }

/* Newsletter mini */
.gp-news {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-top: 0.5rem;
}
.gp-news input {
  flex: 1 1 140px;
  min-height: 40px;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--gp-radius);
  background: rgba(255,255,255,0.06);
  color: #fff;
}
.gp-news button {
  min-height: 40px;
  padding: 0.4rem 0.85rem;
  background: var(--gp-red);
  color: #fff;
  border: 0;
  border-radius: var(--gp-radius);
  font-weight: 600;
  cursor: pointer;
}
.gp-news-note { font-size: 0.72rem; color: #8b94a8; margin-top: 0.4rem; }

/* Motif illustration placeholder frame */
.gp-hero-art {
  position: relative;
  border-radius: var(--gp-radius);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--gp-navy);
  animation: gp-rise 0.85s ease 0.12s both;
}
.gp-hero-art-fallback {
  width: 100%; height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(212,16,24,0.35), transparent 45%),
    linear-gradient(160deg, var(--gp-navy) 0%, var(--gp-navy-mid) 100%);
  padding: 1.5rem;
}
.gp-geo {
  width: min(220px, 70%);
  opacity: 0.9;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}

/* Glossary / sitemap human */
.gp-link-list { columns: 1; gap: 1.5rem; }
@media (min-width: 560px) { .gp-link-list { columns: 2; } }
.gp-link-list a {
  display: block;
  padding: 0.35rem 0;
  color: var(--gp-ink);
  font-weight: 500;
  break-inside: avoid;
}
.gp-link-list a:hover { color: var(--gp-red); }

.gp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  background: var(--gp-white);
  border: 1px solid var(--gp-line);
  border-radius: var(--gp-radius);
  overflow: hidden;
}
.gp-table th, .gp-table td {
  text-align: start;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--gp-line);
}
.gp-table th { background: var(--gp-bg); color: var(--gp-navy); font-weight: 600; }
.gp-table tr:last-child td { border-bottom: 0; }
