.card {
  background: rgba(36, 54, 82, 0.62);
  border: 1px solid rgba(201, 162, 39, 0.18);
  border-radius: 14px;
  box-shadow: none;
}

.btn-ghost:hover,
.btn-outline-gold:hover {
  background: #6b4c00;
  border-color: #6b4c00;
  color: #fff !important;
}

a[href^="tel:"],
a[href^="https://wa.me/"],
a[href^="http://wa.me/"] {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 8px 12px;
}

.cookie-bar a {
  text-decoration: underline;
}

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.badge-ok {
  background: rgba(26, 122, 76, 0.2);
  color: var(--eteform-green-light);
}

.badge-warn {
  background: rgba(201, 162, 39, 0.15);
  color: var(--eteform-gold-light);
}

.badge-danger {
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}

.badge-muted {
  background: rgba(148, 163, 184, 0.15);
  color: var(--eteform-muted);
}

.badge-popular {
  background: rgba(201, 162, 39, 0.2);
  color: var(--eteform-gold-light);
}

.site-footer {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
  background:
    linear-gradient(180deg, rgba(201, 168, 76, 0.06) 0%, transparent 2.5rem),
    var(--eteform-navy-light);
  border-top: 1px solid rgba(201, 168, 76, 0.28);
}

.prose-guide {
  line-height: 1.9;
  color: var(--eteform-text);
}

.prose-guide h2,
.prose-guide h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: var(--eteform-gold-light);
}

.prose-guide p,
.prose-guide ul,
.prose-guide ol {
  margin: 0.85rem 0;
  color: var(--eteform-muted);
}

.prose-guide a {
  color: var(--eteform-gold);
  text-decoration: underline;
}

.prose-guide img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/* Page layout — modern, text-first */
.eteform-page {
  margin-inline: auto;
  max-width: 72rem;
  padding: 3.5rem 1.5rem 4.5rem;
}

.eteform-page-hero {
  max-width: 42rem;
  padding-bottom: 0.5rem;
  min-height: 11rem;
  contain: layout;
}

.eteform-page-hero--with-media {
  max-width: none;
  display: grid;
  gap: 1.5rem;
  align-items: center;
  min-height: 0;
}

@media (min-width: 900px) {
  .eteform-page-hero--with-media {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2rem;
  }
}

.eteform-page-hero-copy {
  min-width: 0;
}

.eteform-page-hero-media {
  position: relative;
  aspect-ratio: 16 / 10;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(201, 162, 39, 0.16);
  background: rgba(30, 48, 80, 0.5);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.eteform-page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eteform-uk-hero-media {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: rgba(30, 48, 80, 0.5);
}

.eteform-uk-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eteform-section {
  padding-block: 4rem;
}

.eteform-section--muted {
  background: rgba(36, 54, 82, 0.55);
  border-block: 1px solid rgba(201, 162, 39, 0.1);
}

.eteform-section-inner {
  margin-inline: auto;
  max-width: 72rem;
  padding-inline: 1.5rem;
}

.eteform-h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
  font-weight: 800;
  line-height: 1.3;
}

.eteform-lead {
  margin-top: 0.75rem;
  max-width: 40rem;
  color: var(--eteform-muted);
  line-height: 1.75;
}

.eteform-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.18);
  background: rgba(36, 54, 82, 0.4);
  font-size: 0.875rem;
  font-weight: 600;
}

.eteform-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.18);
  padding: 0.4rem 0.85rem;
  font-size: 0.875rem;
  color: var(--eteform-text);
  transition: border-color 0.15s ease, color 0.15s ease;
}

.eteform-tag:hover {
  border-color: var(--eteform-gold);
  color: var(--eteform-gold);
}

/* Home: countries we serve — compact flag grid */
.eteform-regions {
  text-align: center;
}

.eteform-regions .eteform-lead {
  margin-inline: auto;
}

.eteform-regions-flags {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.75rem, 1fr));
  gap: 0.55rem 0.45rem;
  max-width: 44rem;
  margin-inline: auto;
  justify-items: center;
}

.eteform-regions-flag {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  max-width: 4.75rem;
  padding: 0.45rem 0.35rem 0.4rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(201, 162, 39, 0.16);
  background: rgba(21, 34, 56, 0.55);
  text-decoration: none !important;
  color: var(--eteform-muted);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.eteform-regions-flag:hover {
  border-color: rgba(201, 162, 39, 0.55);
  background: rgba(201, 162, 39, 0.1);
  color: var(--eteform-gold-light);
  transform: translateY(-1px);
}

.eteform-regions-flag:focus-visible {
  outline: 2px solid var(--eteform-gold);
  outline-offset: 2px;
}

.eteform-regions-flag-img {
  display: block;
  width: 2rem;
  height: 1.5rem;
  object-fit: cover;
  border-radius: 0.2rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}

.eteform-regions-flag-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 1.5rem;
  font-size: 0.7rem;
  line-height: 1;
  color: rgba(232, 238, 248, 0.45);
  unicode-bidi: isolate;
}

.eteform-regions-flag-label {
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .eteform-regions-flags {
    grid-template-columns: repeat(auto-fill, minmax(5.25rem, 1fr));
    gap: 0.65rem 0.55rem;
    max-width: 52rem;
  }

  .eteform-regions-flag {
    max-width: 5.25rem;
    padding: 0.55rem 0.4rem 0.45rem;
  }

  .eteform-regions-flag-img {
    width: 2.25rem;
    height: 1.65rem;
  }

  .eteform-regions-flag-label {
    font-size: 0.7rem;
  }
}

.eteform-service-tile {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.4rem;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.14);
  background: rgba(36, 54, 82, 0.48);
  transition: border-color 0.15s ease, background 0.15s ease;
}

.eteform-service-tile:hover {
  border-color: rgba(201, 162, 39, 0.35);
  background: rgba(36, 54, 82, 0.7);
}

.eteform-service-tile--media {
  padding: 0;
  overflow: hidden;
}

.eteform-service-tile-media {
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  background: rgba(30, 48, 80, 0.5);
  border-bottom: 1px solid rgba(201, 162, 39, 0.12);
}

.eteform-service-tile-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.eteform-service-tile--media:hover .eteform-service-tile-img {
  transform: scale(1.03);
}

.eteform-service-tile-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.35rem 1.4rem;
}

.eteform-feature {
  padding-block: 0.25rem;
  border-inline-start: 2px solid rgba(201, 162, 39, 0.45);
  padding-inline-start: 1rem;
}

.eteform-steps {
  display: grid;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .eteform-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .eteform-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.eteform-step {
  padding: 0.25rem 0;
}

.eteform-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.15);
  color: var(--eteform-gold);
  font-weight: 800;
  font-size: 0.95rem;
}

.eteform-eco {
  max-width: 40rem;
}

.eteform-quote {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

/* Home — banks & payments after formation */
.eteform-banks-head {
  max-width: 40rem;
}

.eteform-banks-guarantee {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  padding: 0.65rem 0.95rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.08);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
  color: var(--eteform-gold-light);
}

.eteform-banks-guarantee-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  border-radius: 999px;
  background: rgba(201, 162, 39, 0.2);
  color: var(--eteform-gold);
  font-size: 0.75rem;
  font-weight: 800;
}

.eteform-banks-grid {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .eteform-banks-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .eteform-banks-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

.eteform-bank-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 5.5rem;
  padding: 1rem 0.75rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(201, 162, 39, 0.2);
  background:
    linear-gradient(165deg, rgba(36, 54, 82, 0.72) 0%, rgba(21, 34, 56, 0.88) 100%);
  text-align: center;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.eteform-bank-chip:hover {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.eteform-bank-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.35rem;
  height: 2.35rem;
  padding: 0 0.45rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(201, 162, 39, 0.4);
  background: rgba(201, 162, 39, 0.12);
  color: var(--eteform-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}

.eteform-bank-name {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--eteform-text);
}

.eteform-banks-note {
  margin: 1.15rem 0 0;
  max-width: 42rem;
  font-size: 0.8rem;
  line-height: 1.65;
  color: var(--eteform-muted);
}

.eteform-banks-cta {
  margin-top: 1.35rem;
}

/* Home — testimonials */
.eteform-testimonials-head {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.eteform-testimonials-head .eteform-lead {
  margin-inline: auto;
}

.eteform-testimonials-grid {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .eteform-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1100px) {
  .eteform-testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.eteform-testimonial {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 1.35rem 1.3rem 1.25rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(201, 162, 39, 0.18);
  background: rgba(28, 45, 72, 0.92);
  box-shadow: 0 1px 0 rgba(201, 162, 39, 0.06);
  text-align: start;
}

.eteform-testimonial-mark {
  display: block;
  margin: 0 0 0.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 0.8;
  color: var(--eteform-gold);
  opacity: 0.85;
}

.eteform-testimonial-quote {
  margin: 0;
  flex: 1;
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--eteform-text);
}

.eteform-testimonial-footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(201, 162, 39, 0.14);
}

.eteform-testimonial-avatar {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(201, 162, 39, 0.12);
  color: var(--eteform-gold);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
}

.eteform-testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.eteform-testimonial-author {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--eteform-gold-light);
}

.eteform-testimonial-place {
  font-size: 0.78rem;
  color: var(--eteform-muted);
}


.eteform-prose-block + .eteform-prose-block {
  padding-top: 0.25rem;
}

/* Content pages — hero with image */
.eteform-content-hero {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.eteform-content-hero-media {
  overflow: hidden;
  border-radius: var(--eteform-radius-lg);
  border: 1px solid var(--eteform-border);
  min-height: 220px;
  max-height: 340px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.eteform-content-figure {
  margin: 2rem 0 0;
  overflow: hidden;
  border-radius: var(--eteform-radius-lg);
  border: 1px solid var(--eteform-border);
}

.eteform-content-figure figcaption {
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  color: var(--eteform-muted);
  background: rgba(30, 48, 80, 0.5);
}

.eteform-step-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 900px) {
  .eteform-content-hero {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .eteform-wa-float {
    bottom: 1rem;
    inset-inline-start: 1rem;
    min-height: 3.5rem;
    min-width: 3.5rem;
    padding: 0.85rem;
    border-radius: 50%;
    justify-content: center;
  }

  .eteform-wa-float-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Cookie consent bar */
.cookie-bar p {
  margin: 0;
  max-width: 42rem;
  line-height: 1.55;
}

.cookie-bar a {
  text-decoration: underline;
  color: var(--eteform-gold-light);
}

/* ── Platform shells (admin / client dashboard) ── */

.platform-shell {
  min-height: 100vh;
  background: var(--bg-dark);
  color: var(--text-primary);
  font-family: var(--font-arabic), "Cairo", sans-serif;
}

.dashboard-nav {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.dashboard-nav::-webkit-scrollbar {
  height: 4px;
}

.platform-shell--admin {
  display: grid;
  grid-template-columns: 280px 1fr;
}

@media (max-width: 960px) {
  .platform-shell--admin {
    grid-template-columns: 1fr;
  }

  .admin-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--border);
    background: var(--bg-card);
    position: sticky;
    top: 0;
    z-index: 40;
  }

  .admin-sidebar-backdrop {
    position: fixed;
    inset: 0;
    z-index: 45;
    border: 0;
    background: rgba(0, 0, 0, 0.45);
  }

  .platform-sidebar {
    position: fixed;
    inset-block: 0;
    inset-inline-start: 0;
    z-index: 50;
    width: min(280px, 88vw);
    transform: translateX(100%);
    transition: transform 0.2s ease;
    min-height: 100vh;
    box-shadow: none;
  }

  [dir="rtl"] .platform-sidebar {
    transform: translateX(100%);
  }

  [dir="ltr"] .platform-sidebar {
    transform: translateX(-100%);
  }

  .platform-sidebar--open {
    transform: translateX(0) !important;
    box-shadow: 0 0 0 1px var(--border), 0 12px 40px rgba(0, 0, 0, 0.35);
  }
}

@media (min-width: 961px) {
  .admin-mobile-bar,
  .admin-sidebar-backdrop {
    display: none;
  }
}

.platform-sidebar {
  background: var(--bg-card);
  border-left: 1px solid var(--border);
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100vh;
}

.platform-sidebar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.75rem 1.25rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.75rem;
}

.platform-sidebar__brand img {
  height: 36px;
  width: auto;
}

.platform-sidebar__section {
  margin-top: 0.85rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.platform-nav-link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  font-weight: 600;
  transition: 0.15s ease;
}

.platform-nav-link:hover,
.platform-nav-link.is-active {
  background: rgba(201, 168, 76, 0.12);
  color: var(--primary-light);
}

.platform-main {
  padding: 1.5rem 1.75rem 2.5rem;
  background:
    radial-gradient(900px 400px at 100% 0%, rgba(201, 168, 76, 0.08), transparent 55%),
    var(--bg-dark);
}

.platform-kpi {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 1.15rem 1.25rem;
}

.platform-kpi__label {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

.platform-kpi__value {
  margin-top: 0.35rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary-light);
}

.platform-kpi__hint {
  margin-top: 0.35rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.platform-table-wrap {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
}

.platform-table {
  width: 100%;
  border-collapse: collapse;
  text-align: right;
  font-size: 0.9rem;
}

.platform-table th {
  padding: 0.85rem 1rem;
  color: var(--text-muted);
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  background: var(--bg-surface);
}

.platform-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
}

.platform-table tr:last-child td {
  border-bottom: 0;
}

.platform-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid var(--border);
  background: var(--bg-surface);
  color: var(--text-secondary);
}

.platform-badge--ok {
  color: var(--success);
  border-color: rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.1);
}

.platform-badge--warn {
  color: var(--warning);
  border-color: rgba(245, 158, 11, 0.35);
  background: rgba(245, 158, 11, 0.1);
}

.platform-badge--danger {
  color: var(--danger);
  border-color: rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.1);
}

.platform-badge--info {
  color: var(--info);
  border-color: rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.1);
}

/* Footer layout (kept out of render-blocking site.*.css) */
.site-footer {
  direction: ltr;
  text-align: left;
  unicode-bidi: isolate;
}
.site-footer-main {
  display: grid;
  gap: 2.25rem 1.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .site-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (min-width: 1024px) {
  .site-footer-main {
    grid-template-columns: minmax(14rem, 1.15fr) minmax(0, 2.4fr) minmax(9rem, 0.85fr) minmax(9rem, 0.9fr);
    gap: 2rem 1.5rem;
  }
  .site-footer-brand {
    grid-column: auto;
  }
}
.site-footer-explore-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.15rem 1.25rem;
  margin-top: 0.85rem;
}
.site-footer-explore-subheading {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: #c9d2e0;
}
.site-footer-links--explore {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  margin-top: 0.45rem;
}
@media (min-width: 480px) {
  .site-footer-explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .site-footer-explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem 1.15rem;
  }
}
@media (min-width: 1024px) {
  .site-footer-explore-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem 1.1rem;
  }
}
.site-footer-flags {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.site-footer-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 1.7rem;
  padding: 0.15rem;
  border-radius: 0.35rem;
  border: 1px solid rgba(58, 77, 104, 0.95);
  background: rgba(21, 34, 56, 0.55);
  text-decoration: none !important;
  overflow: hidden;
}
.site-footer-flag-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}
.site-footer-flag-fallback {
  font-size: 0.7rem;
  line-height: 1;
  color: rgba(232, 238, 248, 0.45);
  unicode-bidi: isolate;
}


/* --- spokesperson (was island CSS; kept off critical path) --- */
/* Floating Arabic spokesperson ad — see components/site/spokesperson-ad.tsx.
   Sits on the inline-end corner (left in RTL) so it never collides with the
   WhatsApp chip on the inline-start corner. z-index sits above WhatsApp (110) and under the header
   (1020) and any modal (1030+) but above ordinary page content. */

.eteform-spokesperson {
  position: fixed;
  z-index: 120;
  inset-inline-end: 1rem;
  bottom: 0.75rem;
  width: min(330px, calc(100vw - 2rem));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Only the card and the presenter take clicks — the gap between them must
     stay transparent to the page CTAs underneath. */
  pointer-events: none;
  opacity: 0;
  transform: translateX(-115%);
  transition:
    transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

[dir="ltr"] .eteform-spokesperson {
  transform: translateX(115%);
}

.eteform-spokesperson.is-entered {
  opacity: 1;
  transform: none;
}

.eteform-spokesperson > * {
  pointer-events: auto;
}

/* ------------------------------------------------------------ speech bubble */

.eteform-spokesperson-bubble {
  position: relative;
  width: 100%;
  margin-bottom: 0.6rem;
  padding: 0.7rem 0.85rem 0.8rem;
  border-radius: var(--eteform-radius-lg, 16px);
  border: 1px solid rgba(201, 168, 76, 0.38);
  background: linear-gradient(
    160deg,
    rgba(26, 34, 53, 0.97) 0%,
    rgba(10, 14, 26, 0.97) 100%
  );
  color: #fff;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  backdrop-filter: blur(6px);
}

/* Tail pointing down at the presenter's head. */
.eteform-spokesperson-bubble::after {
  content: "";
  position: absolute;
  bottom: -7px;
  inset-inline-start: 2.6rem;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: rgba(10, 14, 26, 0.97);
  border-inline-end: 1px solid rgba(201, 168, 76, 0.38);
  border-bottom: 1px solid rgba(201, 168, 76, 0.38);
}

.eteform-spokesperson-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.eteform-spokesperson-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--eteform-gold, #c9a84c);
}

.eteform-spokesperson-brand img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.eteform-spokesperson-time {
  margin-inline-start: auto;
  font-size: 0.7rem;
  font-variant-numeric: tabular-nums;
  color: var(--eteform-muted, #9ca3af);
}

.eteform-spokesperson-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.eteform-spokesperson-close:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(201, 168, 76, 0.6);
}

.eteform-spokesperson-caption {
  min-height: 3.4em;
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.6;
  color: #f3f4f6;
}

.eteform-spokesperson-sound-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--eteform-gold, #c9a84c) 0%,
    var(--eteform-gold-light, #e8d49a) 100%
  );
  color: var(--eteform-navy, #0a0e1a);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.eteform-spokesperson-sound-cta:hover {
  filter: brightness(1.07);
}

.eteform-spokesperson-actions {
  display: flex;
  gap: 0.4rem;
}

.eteform-spokesperson-cta {
  flex: 1;
  padding: 0.45rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--eteform-gold, #c9a84c) 0%,
    var(--eteform-gold-light, #e8d49a) 100%
  );
  color: var(--eteform-navy, #0a0e1a) !important;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.eteform-spokesperson-cta.is-ghost {
  background: transparent;
  border: 1px solid rgba(201, 168, 76, 0.55);
  color: var(--eteform-gold-light, #e8d49a) !important;
}

.eteform-spokesperson-progress {
  height: 3px;
  margin-top: 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.eteform-spokesperson-progress span {
  display: block;
  height: 100%;
  background: var(--eteform-gold, #c9a84c);
  transition: width 0.25s linear;
}

/* ---------------------------------------------------------------- presenter */

.eteform-spokesperson-stage {
  position: relative;
  inset-inline-start: 0.35rem;
}

.eteform-spokesperson-video {
  display: block;
  width: 186px;
  height: auto;
  /* Grounds the cutout so he reads as standing on the page, not pasted on it. */
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.42));
  animation: eteform-spokesperson-breathe 5.5s ease-in-out infinite;
}

/* The MP4 fallback has no alpha, so frame it deliberately instead. */
.eteform-spokesperson.is-boxed .eteform-spokesperson-video {
  border-radius: 14px;
  border: 1px solid rgba(201, 168, 76, 0.35);
  animation: none;
}

@keyframes eteform-spokesperson-breathe {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

.eteform-spokesperson-controls {
  position: absolute;
  bottom: 0.5rem;
  inset-inline-end: -0.35rem;
  display: flex;
  gap: 0.3rem;
  padding: 0.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 14, 26, 0.82);
  backdrop-filter: blur(4px);
}

.eteform-spokesperson-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.eteform-spokesperson-controls button:hover {
  background: rgba(201, 168, 76, 0.25);
}

.eteform-spokesperson :focus-visible {
  outline: 2px solid var(--eteform-gold-light, #e8d49a);
  outline-offset: 2px;
}

/* --------------------------------------------------------- minimised bubble */

.eteform-spokesperson-reopen {
  position: fixed;
  z-index: 120;
  inset-inline-end: 1rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 999px;
  border: 2px solid var(--eteform-gold, #c9a84c);
  background: var(--eteform-navy, #0a0e1a);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
  transition: transform 0.2s ease;
}

.eteform-spokesperson-reopen:hover {
  transform: scale(1.06);
}

.eteform-spokesperson-reopen img {
  width: 100%;
  height: auto;
  /* The still is a full waist-up cutout; pull the head into the circle. */
  transform: scale(2.5) translateY(2px);
  transform-origin: top center;
}

.eteform-spokesperson-reopen-dot {
  position: absolute;
  top: 4px;
  inset-inline-end: 4px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--eteform-green, #10b981);
  box-shadow: 0 0 0 2px var(--eteform-navy, #0a0e1a);
}

/* ------------------------------------------------------------- adaptations */

@media (max-width: 640px) {
  .eteform-spokesperson {
    width: min(246px, calc(100vw - 1.2rem));
    inset-inline-end: 0.5rem;
    bottom: 0.5rem;
  }

  /* Narrow viewports put the WhatsApp chip within reach of the presenter, so
     move him to the panel's anchored edge instead of its inner edge. */
  .eteform-spokesperson {
    align-items: flex-end;
  }

  .eteform-spokesperson-stage {
    inset-inline-start: 0;
  }

  .eteform-spokesperson-bubble::after {
    inset-inline-start: auto;
    inset-inline-end: 1.7rem;
  }

  .eteform-spokesperson-video {
    width: 104px;
  }

  .eteform-spokesperson-bubble {
    padding: 0.6rem 0.7rem 0.7rem;
    margin-bottom: 0.45rem;
  }

  .eteform-spokesperson-caption {
    font-size: 0.76rem;
    line-height: 1.5;
    min-height: 3em;
    margin-bottom: 0.55rem;
  }

  .eteform-spokesperson-cta {
    font-size: 0.72rem;
  }

  .eteform-spokesperson-controls {
    bottom: 0.35rem;
    inset-inline-end: -0.5rem;
    padding: 0.15rem;
  }

  .eteform-spokesperson-controls button {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eteform-spokesperson {
    transition: none;
  }

  .eteform-spokesperson-video {
    animation: none;
  }

  .eteform-spokesperson-progress span {
    transition: none;
  }
}

/* --- credentials strip (home below-fold) --- */
/* International / UNGM credentials section — custom badges only (no official logos). */

.eteform-cred-intro {
  display: grid;
  gap: 1.75rem;
  align-items: center;
}

@media (min-width: 960px) {
  .eteform-cred-intro {
    grid-template-columns: 1.05fr 1.15fr;
    gap: 2.25rem;
  }
}

.eteform-cred-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  background: #0a1526;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.eteform-cred-visual-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.eteform-cred-visual-cap {
  border-top: 1px solid rgba(201, 162, 39, 0.14);
  background: rgba(36, 54, 82, 0.65);
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--eteform-gold-light);
}

.eteform-cred-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--eteform-gold);
}

.eteform-cred-title {
  margin-top: 0.55rem;
  max-width: 28rem;
}

.eteform-cred-subtitle {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--eteform-gold-light);
  opacity: 0.9;
}

.eteform-cred-lead {
  margin-top: 0.9rem;
  max-width: 36rem;
}

.eteform-cred-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.15rem;
}

.eteform-cred-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(201, 162, 39, 0.45);
  background: linear-gradient(
    135deg,
    rgba(201, 162, 39, 0.22) 0%,
    rgba(201, 162, 39, 0.08) 100%
  );
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--eteform-gold-light);
}

.eteform-cred-pill--soft {
  border-color: rgba(201, 162, 39, 0.18);
  background: rgba(36, 54, 82, 0.55);
  color: var(--eteform-muted);
  font-weight: 700;
}

.eteform-cred-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.eteform-cred-grid {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .eteform-cred-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .eteform-cred-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.eteform-cred-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(201, 162, 39, 0.16);
  background: rgba(28, 45, 72, 0.72);
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    background 0.18s ease;
}

.eteform-cred-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
  background: rgba(36, 54, 82, 0.85);
  transform: translateY(-2px);
}

.eteform-cred-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.eteform-cred-mono {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.5rem;
  height: 2.35rem;
  padding: 0 0.65rem;
  border-radius: 8px;
  background: linear-gradient(160deg, #1a2d4a 0%, #122038 100%);
  border: 1px solid rgba(201, 162, 39, 0.55);
  box-shadow: inset 0 1px 0 rgba(232, 212, 154, 0.12);
}

.eteform-cred-mono-ring {
  position: absolute;
  inset: 3px;
  border-radius: 5px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  pointer-events: none;
}

.eteform-cred-mono-text {
  position: relative;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--eteform-gold-light);
  line-height: 1;
}

.eteform-cred-card-badge {
  flex-shrink: 0;
  max-width: 9.5rem;
  text-align: end;
  border-radius: 6px;
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: rgba(16, 185, 129, 0.1);
  padding: 0.28rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #6ee7b7;
  line-height: 1.25;
}

html[dir="ltr"] .eteform-cred-card-badge {
  text-align: start;
}

.eteform-cred-card-name {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--eteform-text);
}

.eteform-cred-card-name-ar {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--eteform-muted);
}

.eteform-cred-card-blurb {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(184, 192, 206, 0.92);
}

.eteform-cred-note {
  margin: 1.5rem 0 0;
  max-width: 52rem;
  font-size: 0.8rem;
  line-height: 1.7;
  color: var(--text-muted);
}

/* Dedicated page hero strip */
.eteform-cred-page-hero {
  border-bottom: 1px solid rgba(201, 162, 39, 0.14);
  background:
    radial-gradient(ellipse 70% 80% at 15% 0%, rgba(201, 162, 39, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(19, 34, 56, 0.92), var(--eteform-navy));
  padding: 2.75rem 1.5rem 2.25rem;
}

.eteform-cred-page-hero-inner {
  margin-inline: auto;
  max-width: 72rem;
}

.eteform-cred-page-hero .eteform-cred-title {
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  max-width: 36rem;
}

@media (prefers-reduced-motion: reduce) {
  .eteform-cred-card {
    transition: none;
  }
  .eteform-cred-card:hover {
    transform: none;
  }
}
