/* AlMajlis brand tokens and font-face. Loaded by the AlMajlis marketing layout only. */

@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Extralight.woff2') format('woff2');
  font-weight: 200; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Demibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DialogueME';
  src: url('/fonts/dialogue-me/DialogueME-Extrabold.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}

:root {
  /* Brand, deep governance green */
  --aj-brand-50:  #ecf5f1;
  --aj-brand-100: #d2e6dc;
  --aj-brand-300: #6fa692;
  --aj-brand-500: #1e6b55;
  --aj-brand-600: #155340;
  --aj-brand-700: #0e3d2f;
  --aj-brand-900: #071e17;

  /* Brass accent */
  --aj-accent-300: #e2cda3;
  --aj-accent-400: #d4b88a;
  --aj-accent-500: #c5a572;
  --aj-accent-600: #a88851;
  --aj-accent-700: #876936;

  /* Warm slate neutrals */
  --aj-ink:      #0f172a;
  --aj-ink-2:    #334155;
  --aj-muted:    #64748b;
  --aj-muted-2:  #94a3b8;
  --aj-line:     #e2e8f0;
  --aj-line-2:   #cbd5e1;
  --aj-surface:  #f8fafc;
  --aj-paper:    #fbfaf7;
  --aj-paper-2:  #f4f1ea;
  --aj-white:    #ffffff;

  /* Typography stacks */
  --aj-font-display: 'DialogueME', 'Inter Tight', 'Inter', system-ui, sans-serif;
  --aj-font-body:    'DialogueME', 'Inter', system-ui, -apple-system, sans-serif;
  --aj-font-arabic:  'IBM Plex Sans Arabic', 'DialogueME', system-ui, sans-serif;
  --aj-font-mono:    'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Geometry */
  --aj-radius-sm: 6px;
  --aj-radius:    10px;
  --aj-radius-lg: 14px;
  --aj-radius-xl: 20px;

  /* Shadow */
  --aj-shadow-sm: 0 1px 2px rgba(7, 30, 23, 0.04), 0 1px 1px rgba(7, 30, 23, 0.04);
  --aj-shadow:    0 4px 14px rgba(7, 30, 23, 0.06), 0 1px 2px rgba(7, 30, 23, 0.04);
  --aj-shadow-lg: 0 18px 40px rgba(7, 30, 23, 0.10), 0 2px 6px rgba(7, 30, 23, 0.05);
}

/* Marketing surface only. Scoped under .aj-marketing so the AlMajlis design
   never bleeds into /board, /my, /admin or any other tenant's surfaces. */
.aj-marketing {
  font-family: var(--aj-font-body);
  color: var(--aj-ink);
  background: var(--aj-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}
.aj-marketing :where(h1, h2, h3, h4, h5) {
  font-family: var(--aj-font-display);
  color: var(--aj-brand-700);
  letter-spacing: -0.02em;
  margin: 0;
  font-weight: 700;
}
.aj-marketing a { color: inherit; text-decoration: none; }
.aj-marketing img, .aj-marketing svg { display: block; max-width: 100%; }
.aj-marketing [dir="rtl"], .aj-marketing .ar { font-family: var(--aj-font-arabic); }

/* =============================================================================
   Marketing chrome + page primitives.
   These live in brand.css (not MajlisHome's scoped <style>) so MajlisNav,
   MajlisFooter and every marketing page (/, /pricing, /onprem, /press,
   /wizard, /security, /customers, /sectors/*) share one stylesheet.
   ============================================================================= */

/* Layout primitives */
.aj-wrap { max-width: 1180px; margin-inline: auto; padding-inline: 24px; }

/* Top nav */
.aj-nav {
  position: sticky; top: 0; z-index: 40;
  background: rgba(251, 250, 247, 0.86);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--aj-line);
}
.aj-nav-inner { display: flex; align-items: center; gap: 28px; padding-block: 14px; }
.aj-nav-logo { display: flex; align-items: center; gap: 10px; font-family: var(--aj-font-display); font-weight: 700; color: var(--aj-brand-700); font-size: 18px; letter-spacing: -0.02em; }
.aj-nav-logo img { width: 28px; height: 28px; }
.aj-nav-links { display: none; gap: 22px; flex: 1; color: var(--aj-ink-2); font-size: 14px; font-weight: 500; }
.aj-nav-links a:hover { color: var(--aj-brand-600); }
.aj-nav-cta { display: flex; gap: 10px; align-items: center; }
@media (min-width: 900px) { .aj-nav-links { display: flex; } }

/* Buttons. Scoped under .aj-marketing so their color rule beats
   `.aj-marketing a { color: inherit }` (specificity 0,1,1) when the
   button is rendered as an <a>. Without the prefix, primary buttons
   render with the inherited dark ink instead of white text. */
.aj-marketing .aj-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: var(--aj-radius);
  font-family: var(--aj-font-display); font-weight: 600; font-size: 14px;
  transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease, color 120ms ease;
  border: 1px solid transparent;
}
.aj-marketing .aj-btn:hover { transform: translateY(-1px); }
.aj-marketing .aj-btn-primary { background: var(--aj-brand-600); color: var(--aj-white); box-shadow: var(--aj-shadow); }
.aj-marketing .aj-btn-primary:hover { background: var(--aj-brand-700); color: var(--aj-white); box-shadow: var(--aj-shadow-lg); }
.aj-marketing .aj-btn-ghost   { background: transparent; color: var(--aj-brand-700); border-color: var(--aj-line-2); }
.aj-marketing .aj-btn-ghost:hover { background: var(--aj-brand-50); color: var(--aj-brand-700); border-color: var(--aj-brand-300); }
.aj-marketing .aj-btn-gold    { background: var(--aj-accent-500); color: var(--aj-brand-900); }
.aj-marketing .aj-btn-gold:hover { background: var(--aj-accent-600); color: var(--aj-white); }

/* Hero */
.aj-hero { padding-block: 96px 80px; position: relative; overflow: hidden; }
.aj-hero-grid { display: grid; gap: 48px; align-items: center; }
@media (min-width: 980px) { .aj-hero-grid { grid-template-columns: 1.15fr 1fr; gap: 72px; } }
.aj-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--aj-font-mono); font-size: 12px; font-weight: 500;
  color: var(--aj-brand-600); letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--aj-brand-50); border: 1px solid var(--aj-brand-100);
  padding: 6px 12px; border-radius: 999px;
}
.aj-eyebrow::before {
  content: ''; width: 6px; height: 6px; border-radius: 999px;
  background: var(--aj-accent-500); display: inline-block;
}
.aj-h1 { font-size: clamp(40px, 6vw, 68px); line-height: 1.04; margin-block: 22px 18px; }
.aj-h1 em { font-style: normal; color: var(--aj-accent-600); }
.aj-sub { font-size: clamp(17px, 2vw, 19px); color: var(--aj-ink-2); max-width: 56ch; line-height: 1.6; }
.aj-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.aj-trust { margin-top: 36px; display: flex; gap: 24px; align-items: center; color: var(--aj-muted); font-size: 13px; }
.aj-trust strong { color: var(--aj-brand-700); font-weight: 600; }

/* Hero visual */
.aj-hero-card {
  background: linear-gradient(160deg, var(--aj-brand-700) 0%, var(--aj-brand-600) 60%, var(--aj-brand-500) 100%);
  color: var(--aj-paper);
  border-radius: var(--aj-radius-xl);
  padding: 36px 32px;
  box-shadow: var(--aj-shadow-lg);
  position: relative; overflow: hidden;
  min-height: 380px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.aj-hero-card::after {
  content: ''; position: absolute; inset: auto -60px -60px auto;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(197,165,114,0.35) 0%, transparent 70%);
  pointer-events: none;
}
.aj-hero-card-mark { width: 88px; height: 88px; opacity: 0.94; color: var(--aj-paper); }
.aj-section-dark, .aj-footer { color: var(--aj-paper); }
.aj-section-dark .aj-mark, .aj-footer .aj-mark { color: var(--aj-paper); }
.aj-hero-card-h { font-family: var(--aj-font-display); font-size: 28px; font-weight: 700; color: var(--aj-paper); line-height: 1.15; }
.aj-hero-card .aj-hero-card-h { color: var(--aj-paper); }
.aj-hero-card-sub { color: rgba(251, 250, 247, 0.85); font-size: 15px; margin-top: 6px; line-height: 1.55; }
.aj-hero-card-list { display: grid; gap: 8px; margin-top: 18px; font-size: 13px; color: rgba(251, 250, 247, 0.92); }
.aj-hero-card-list li { display: flex; gap: 8px; align-items: baseline; }
.aj-hero-card-list li::before { content: '·'; color: var(--aj-accent-500); font-weight: 700; }

/* Sections */
.aj-section { padding-block: 88px; }
.aj-section-paper2 { background: var(--aj-paper-2); border-block: 1px solid var(--aj-line); }
.aj-section-dark   { background: var(--aj-brand-900); color: var(--aj-paper); }
.aj-section-dark :where(h1,h2,h3,h4) { color: var(--aj-accent-300); }
.aj-section-dark .aj-section-h { color: var(--aj-paper); }
.aj-section-dark .aj-section-eyebrow { color: var(--aj-accent-500); }

.aj-section-eyebrow { font-family: var(--aj-font-mono); font-size: 12px; font-weight: 500; color: var(--aj-brand-600); letter-spacing: 0.08em; text-transform: uppercase; }
.aj-section-h { font-size: clamp(30px, 4vw, 44px); line-height: 1.1; margin-block: 12px 14px; max-width: 22ch; }
.aj-section-sub { color: var(--aj-ink-2); font-size: 17px; max-width: 60ch; line-height: 1.6; }
.aj-section-dark .aj-section-sub { color: rgba(251, 250, 247, 0.78); }

/* Deploy mode cards */
.aj-deploy { display: grid; gap: 20px; margin-top: 48px; }
@media (min-width: 800px) { .aj-deploy { grid-template-columns: repeat(3, 1fr); } }
.aj-deploy-card {
  background: var(--aj-white); border: 1px solid var(--aj-line);
  border-radius: var(--aj-radius-lg); padding: 28px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
.aj-deploy-card:hover { border-color: var(--aj-brand-300); transform: translateY(-2px); box-shadow: var(--aj-shadow); }
.aj-deploy-icon {
  width: 44px; height: 44px; border-radius: var(--aj-radius);
  background: var(--aj-brand-50); color: var(--aj-brand-600);
  display: grid; place-items: center; font-size: 20px;
}
.aj-deploy-h { font-size: 22px; }
.aj-deploy-body { color: var(--aj-ink-2); font-size: 14px; line-height: 1.6; }
.aj-deploy-list { display: grid; gap: 6px; font-size: 13px; color: var(--aj-ink-2); margin-top: 4px; }
.aj-deploy-list li::marker { color: var(--aj-accent-500); }
.aj-deploy-list li { padding-inline-start: 4px; }
.aj-deploy-price { margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--aj-line); font-family: var(--aj-font-mono); font-size: 13px; color: var(--aj-brand-700); }

/* Modules grid */
.aj-mods-groups { display: grid; gap: 36px; margin-top: 40px; }
.aj-mod-group-h {
  font-family: var(--aj-font-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--aj-accent-600); margin-bottom: 14px;
}
.aj-mod-grid {
  display: grid; gap: 1px; background: var(--aj-line);
  border: 1px solid var(--aj-line); border-radius: var(--aj-radius-lg); overflow: hidden;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.aj-mod {
  background: var(--aj-white); padding: 16px 18px; display: flex; flex-direction: column; gap: 4px;
  transition: background 140ms ease;
}
.aj-mod:hover { background: var(--aj-brand-50); }
.aj-mod-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-brand-700); font-size: 15px; }
.aj-mod-name .ar { color: var(--aj-muted); font-weight: 400; font-size: 13px; }

/* Pricing */
.aj-tiers { display: grid; gap: 18px; margin-top: 44px; }
@media (min-width: 760px)  { .aj-tiers { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .aj-tiers { grid-template-columns: repeat(4, 1fr); } }
.aj-tier {
  background: var(--aj-white); border: 1px solid var(--aj-line);
  border-radius: var(--aj-radius-lg); padding: 24px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
}
.aj-tier-pop {
  border-color: var(--aj-brand-500); box-shadow: 0 0 0 3px var(--aj-brand-50);
}
.aj-tier-pop::before {
  content: 'Most chosen'; position: absolute; top: -10px; inset-inline-start: 24px;
  background: var(--aj-brand-600); color: var(--aj-white); padding: 2px 10px; border-radius: 999px;
  font-family: var(--aj-font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase;
}
.aj-tier-name { font-size: 20px; }
.aj-tier-price { font-family: var(--aj-font-display); font-size: 30px; color: var(--aj-brand-700); font-weight: 700; }
.aj-tier-cadence { font-family: var(--aj-font-body); font-size: 13px; color: var(--aj-muted); margin-inline-start: 6px; font-weight: 400; }
.aj-tier-body { color: var(--aj-ink-2); font-size: 14px; min-height: 42px; }
.aj-tier-feats { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 13px; color: var(--aj-ink-2); flex: 1; }
.aj-tier-feats li { display: flex; gap: 8px; align-items: baseline; }
.aj-tier-feats li::before { content: '·'; color: var(--aj-accent-500); font-weight: 700; font-size: 18px; line-height: 1; }

/* Tenants showcase */
.aj-tenants { display: grid; gap: 16px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.aj-tenant {
  background: var(--aj-white); border: 1px solid var(--aj-line);
  border-radius: var(--aj-radius); padding: 18px; display: flex; flex-direction: column; gap: 6px;
}
.aj-tenant-host { font-family: var(--aj-font-mono); font-size: 12px; color: var(--aj-brand-600); }
.aj-tenant-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-brand-700); }
.aj-tenant-tag { font-size: 13px; color: var(--aj-muted); }

/* Sectors */
.aj-sectors-grid { display: grid; gap: 14px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.aj-sector { background: var(--aj-white); border: 1px solid var(--aj-line); border-radius: var(--aj-radius); padding: 18px; display: flex; flex-direction: column; gap: 6px; transition: border-color 140ms ease, transform 140ms ease; }
.aj-sector:hover { border-color: var(--aj-brand-300); transform: translateY(-1px); }
.aj-sector-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-brand-700); font-size: 16px; display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.aj-sector-ar { color: var(--aj-muted); font-size: 13px; font-weight: 400; }
.aj-sector-desc { color: var(--aj-ink-2); font-size: 13px; line-height: 1.5; }
.aj-sector-meta { margin-top: 4px; font-family: var(--aj-font-mono); font-size: 11px; color: var(--aj-accent-600); letter-spacing: 0.04em; }

/* Layer explainer */
.aj-layers { display: grid; gap: 18px; margin-top: 40px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.aj-layer { background: var(--aj-white); border: 1px solid var(--aj-line); border-radius: var(--aj-radius-lg); padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.aj-layer-pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 10px; border-radius: 999px; font-family: var(--aj-font-mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; align-self: flex-start; }
.aj-layer-core    { background: var(--aj-brand-50); color: var(--aj-brand-700); border: 1px solid var(--aj-brand-100); }
.aj-layer-sector  { background: rgba(212, 184, 138, 0.18); color: var(--aj-accent-700); border: 1px solid var(--aj-accent-300); }
.aj-layer-subsec  { background: rgba(212, 184, 138, 0.32); color: var(--aj-accent-700); border: 1px solid var(--aj-accent-400); }
.aj-layer h3 { font-size: 22px; }
.aj-layer-body { color: var(--aj-ink-2); font-size: 14px; line-height: 1.6; }
.aj-layer-count { font-family: var(--aj-font-display); font-size: 36px; color: var(--aj-brand-600); font-weight: 700; line-height: 1; }
.aj-layer-count-suffix { font-family: var(--aj-font-mono); font-size: 12px; color: var(--aj-muted); margin-inline-start: 6px; }

/* Trust */
.aj-trust-grid { display: grid; gap: 18px; margin-top: 40px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.aj-trust-card { background: var(--aj-white); border: 1px solid var(--aj-line); border-radius: var(--aj-radius-lg); padding: 22px; display: flex; flex-direction: column; gap: 8px; transition: border-color 160ms ease, transform 160ms ease; }
.aj-trust-card:hover { border-color: var(--aj-brand-300); transform: translateY(-2px); }
.aj-trust-icon { width: 36px; height: 36px; border-radius: 999px; background: var(--aj-brand-50); color: var(--aj-brand-600); display: grid; place-items: center; font-size: 18px; font-weight: 600; font-family: var(--aj-font-mono); }
.aj-trust-h { font-size: 17px; font-family: var(--aj-font-display); color: var(--aj-brand-700); font-weight: 600; }
.aj-trust-body { color: var(--aj-ink-2); font-size: 14px; line-height: 1.6; }

/* Compliance badges row */
.aj-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.aj-badge {
  display: inline-flex; gap: 8px; align-items: center;
  padding: 8px 14px; border-radius: 999px;
  background: var(--aj-brand-50); border: 1px solid var(--aj-brand-100);
  font-family: var(--aj-font-mono); font-size: 12px; color: var(--aj-brand-700); letter-spacing: 0.04em;
}
.aj-badge::before { content: '\2713'; color: var(--aj-accent-600); font-weight: 700; }

/* Testimonials */
.aj-quotes { display: grid; gap: 18px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.aj-quote { background: var(--aj-white); border: 1px solid var(--aj-line); border-radius: var(--aj-radius-lg); padding: 26px; display: flex; flex-direction: column; gap: 14px; }
.aj-quote-stars { color: var(--aj-accent-500); font-size: 14px; letter-spacing: 2px; }
.aj-quote-text { font-family: var(--aj-font-display); color: var(--aj-brand-700); font-size: 19px; line-height: 1.45; font-weight: 500; }
.aj-quote-text::before { content: '\201C'; color: var(--aj-accent-500); font-size: 36px; line-height: 0; vertical-align: -0.4em; margin-inline-end: 4px; }
.aj-quote-meta { display: flex; flex-direction: column; gap: 2px; padding-top: 12px; border-top: 1px dashed var(--aj-line); }
.aj-quote-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-ink); }
.aj-quote-role { color: var(--aj-muted); font-size: 13px; }

/* Integrations */
.aj-integ { display: grid; gap: 1px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); background: var(--aj-line); border: 1px solid var(--aj-line); border-radius: var(--aj-radius-lg); overflow: hidden; }
.aj-integ-cell { background: var(--aj-white); padding: 18px 20px; }
.aj-integ-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-brand-700); font-size: 15px; }
.aj-integ-tag { color: var(--aj-muted); font-size: 13px; margin-top: 2px; }

/* FAQ */
.aj-faqs { display: grid; gap: 12px; margin-top: 40px; }
.aj-faq { background: var(--aj-white); border: 1px solid var(--aj-line); border-radius: var(--aj-radius); }
.aj-faq summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-brand-700); font-size: 16px;
}
.aj-faq summary::-webkit-details-marker { display: none; }
.aj-faq summary::after {
  content: '+'; color: var(--aj-accent-600); font-size: 22px; line-height: 1; transition: transform 160ms ease;
}
.aj-faq[open] summary::after { transform: rotate(45deg); }
.aj-faq-body { padding: 0 22px 18px; color: var(--aj-ink-2); font-size: 15px; line-height: 1.65; }

/* BHD Group sibling brands */
.aj-siblings { display: grid; gap: 12px; margin-top: 36px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.aj-sib { padding: 16px 18px; border: 1px solid rgba(251, 250, 247, 0.16); border-radius: var(--aj-radius); }
.aj-sib-name { font-family: var(--aj-font-display); font-weight: 600; color: var(--aj-paper); }
.aj-sib-domain { font-family: var(--aj-font-mono); font-size: 12px; color: var(--aj-accent-300); margin-top: 2px; }
.aj-sib-tag { color: rgba(251, 250, 247, 0.62); font-size: 13px; margin-top: 6px; }

/* Contact */
.aj-contact-card {
  background: var(--aj-white); border: 1px solid var(--aj-line);
  border-radius: var(--aj-radius-lg); padding: 32px;
  display: grid; gap: 18px; margin-top: 36px;
  box-shadow: var(--aj-shadow);
}
@media (min-width: 760px) { .aj-contact-card { grid-template-columns: 1.2fr 1fr; gap: 36px; align-items: start; } }
.aj-contact-h { font-size: 26px; }
.aj-contact-body { color: var(--aj-ink-2); font-size: 15px; line-height: 1.6; }
.aj-contact-list { display: grid; gap: 12px; margin-top: 18px; font-size: 14px; }
.aj-contact-list li { display: flex; gap: 10px; color: var(--aj-ink-2); }
.aj-contact-list strong { color: var(--aj-brand-700); font-family: var(--aj-font-mono); font-weight: 500; min-width: 84px; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; padding-top: 2px; }

.aj-form { display: flex; flex-direction: column; gap: 12px; }
.aj-form label { font-family: var(--aj-font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--aj-brand-600); margin-bottom: 4px; display: block; }
.aj-form input, .aj-form textarea, .aj-form select {
  width: 100%; padding: 11px 14px; border-radius: var(--aj-radius);
  border: 1px solid var(--aj-line-2); background: var(--aj-white); color: var(--aj-ink);
  font-family: var(--aj-font-body); font-size: 14px;
}
.aj-form input:focus, .aj-form textarea:focus, .aj-form select:focus {
  outline: none; border-color: var(--aj-brand-500); box-shadow: 0 0 0 3px var(--aj-brand-50);
}
.aj-form-row { display: grid; gap: 12px; }
@media (min-width: 540px) { .aj-form-row-2 { grid-template-columns: 1fr 1fr; } }

/* Footer */
.aj-footer { background: var(--aj-brand-900); color: rgba(251, 250, 247, 0.78); padding-block: 48px 24px; }
.aj-footer a:hover { color: var(--aj-accent-300); }
.aj-footer-grid { display: grid; gap: 32px; grid-template-columns: 1.4fr repeat(3, 1fr); }
@media (max-width: 760px) { .aj-footer-grid { grid-template-columns: 1fr 1fr; } }
.aj-footer-h { font-family: var(--aj-font-mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--aj-accent-300); margin-bottom: 12px; }
.aj-footer-list { display: grid; gap: 8px; font-size: 14px; }
.aj-footer-bot { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(251, 250, 247, 0.14); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: rgba(251, 250, 247, 0.6); font-family: var(--aj-font-mono); }
