/* ── About Page (ab-*) ────────────────────────────────────────────────────── */

/* ── Hero ────────────────────────────────────────────────────────────────── */
.ab-hero {
  background: linear-gradient(135deg, #0d1b2e 0%, #1a2e4a 50%, #0f2238 100%);
  padding: 5.5rem 2rem 5rem;
  text-align: center;
}
.ab-hero-flags {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; margin-bottom: 1.75rem; flex-wrap: wrap;
}
.ab-flag-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 6px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.88);
}
.ab-flag-emoji { font-size: 17px; }
.ab-flag-divider { color: rgba(255,255,255,0.25); font-size: 22px; }

.ab-hero-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.5vw, 54px);
  font-weight: 800; letter-spacing: -0.04em;
  color: #fff; line-height: 1.1; margin-bottom: 1.5rem;
}
.ab-hero-year { color: #38BDF8; }

.ab-hero-sub {
  font-size: 17px; color: rgba(255,255,255,0.65);
  max-width: 700px; margin: 0 auto 2.25rem;
  line-height: 1.75;
}
.ab-hero-trust {
  display: flex; align-items: center; justify-content: center;
  gap: 1.75rem; flex-wrap: wrap;
}
.ab-hero-trust-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 13px; color: rgba(255,255,255,0.55);
}
.ab-hero-trust-item i { color: #10B981; font-size: 14px; }

/* ── Stats Band ──────────────────────────────────────────────────────────── */
.ab-stats-band {
  background: #fff;
  border-bottom: 1px solid var(--color-border);
  padding: 0;
}
.ab-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.ab-stat { text-align: center; padding: 2rem 1.5rem; }
.ab-stat--divider { border-left: 1px solid var(--color-border); }

.ab-stat-num-wrap {
  display: flex; align-items: baseline; justify-content: center;
  gap: 1px; margin-bottom: 6px;
}
.ab-stat-num {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800; color: var(--color-primary);
  letter-spacing: -0.04em; line-height: 1;
}
.ab-stat-suf {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700; color: var(--color-primary);
}
.ab-stat-label {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--color-text); margin-bottom: 3px;
}
.ab-stat-desc {
  display: block; font-size: 12px; color: var(--color-text-light);
}

/* ── Generic Section ─────────────────────────────────────────────────────── */
.ab-section { padding: 5rem 0; background: var(--color-surface); }
.ab-section--white { background: #fff; }

.ab-section-hdr { text-align: center; margin-bottom: 3rem; }
.ab-section-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700; letter-spacing: 0.09em;
  text-transform: uppercase; color: var(--color-primary);
  background: #EFF6FF; padding: 4px 12px;
  border-radius: 999px; margin-bottom: 0.75rem;
}
.ab-section-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700; letter-spacing: -0.03em;
  color: var(--color-navy); line-height: 1.2; margin-bottom: 10px;
}
.ab-section-sub {
  font-size: 15px; color: var(--color-text-mid);
  max-width: 580px; margin: 0 auto; line-height: 1.65;
}

/* ── Story ───────────────────────────────────────────────────────────────── */
.ab-story-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4.5rem; align-items: start;
}
.ab-story-body {
  font-size: 15px; color: var(--color-text-mid);
  line-height: 1.8; margin-bottom: 1.1rem;
}
.ab-story-body strong { color: var(--color-text); font-weight: 600; }
.ab-story-body:last-of-type { margin-bottom: 1.75rem; }
.ab-story-cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Timeline ────────────────────────────────────────────────────────────── */
.ab-timeline { display: flex; flex-direction: column; }
.ab-milestone {
  display: flex; gap: 16px;
  padding-bottom: 1.75rem; position: relative;
}
.ab-milestone:not(:last-child)::before {
  content: '';
  position: absolute; left: 22px; top: 44px; bottom: 0;
  width: 2px; background: var(--color-border);
}
.ab-milestone-badge {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--color-primary); color: #fff;
  font-family: var(--font-heading); font-size: 9.5px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; line-height: 1.15; text-align: center;
  box-shadow: 0 0 0 4px #EFF6FF;
  letter-spacing: -0.02em;
}
.ab-milestone-body { padding-top: 11px; }
.ab-milestone-title {
  font-size: 14px; font-weight: 700;
  color: var(--color-text); margin-bottom: 4px;
}
.ab-milestone-desc {
  font-size: 13px; color: var(--color-text-mid); line-height: 1.55;
}

/* ── EU Technology Band ──────────────────────────────────────────────────── */
.ab-eu-band {
  background: linear-gradient(135deg, #0d1b2e 0%, #1a2e4a 100%);
  padding: 5rem 0;
}
.ab-eu-grid {
  display: grid; grid-template-columns: 180px 1fr;
  gap: 4rem; align-items: center;
}
.ab-eu-flag-col { text-align: center; }
.ab-eu-flag-big {
  font-size: 72px; display: block; margin-bottom: 12px; line-height: 1;
  color: #fff;
}
.ab-eu-flag-label {
  font-size: 11px; font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.ab-eu-title {
  font-family: var(--font-heading);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700; letter-spacing: -0.03em;
  color: #fff; margin-bottom: 1rem; line-height: 1.2;
}
.ab-eu-body {
  font-size: 15px; color: rgba(255,255,255,0.62);
  line-height: 1.8; margin-bottom: 1.75rem;
}
.ab-eu-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.ab-eu-badge {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 7px 16px; border-radius: var(--radius-sm);
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.8);
}
.ab-eu-badge i { color: #38BDF8; font-size: 12px; }

/* ── Sectors ─────────────────────────────────────────────────────────────── */
.ab-sectors-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.ab-sector-card {
  background: #fff; border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.5rem 1rem;
  text-align: center; box-shadow: var(--shadow-sm);
  transition: transform 0.15s, box-shadow 0.15s;
}
.ab-sector-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.ab-sector-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: #EFF6FF;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 0.85rem; font-size: 20px; color: var(--color-primary);
}
.ab-sector-name {
  font-size: 13px; font-weight: 700; color: var(--color-text);
  margin-bottom: 4px; line-height: 1.35;
}
.ab-sector-count { font-size: 12px; color: var(--color-text-light); }

/* ── Client Logos ────────────────────────────────────────────────────────── */
.ab-logos-band { background: #fff; padding: 4.5rem 0; }
.ab-logos-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem; margin-bottom: 1.5rem;
}
.ab-logo-slot {
  height: 88px; border: 2px dashed #BFDBFE;
  background: #F8FBFF;
  border-radius: var(--radius-md);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  transition: border-color 0.15s, background 0.15s;
  cursor: default;
}
.ab-logo-slot:hover { border-color: var(--color-primary); background: #EFF6FF; }
.ab-logo-ph-icon { font-size: 20px; color: #93C5FD; }
.ab-logo-ph-label { font-size: 11px; font-weight: 600; color: #60A5FA; }
.ab-logo-ph-size  { font-size: 10px; color: #93C5FD; font-family: var(--font-mono); }
.ab-logos-note {
  font-size: 12px; color: var(--color-text-light);
  text-align: center;
}
.ab-logos-note i { margin-right: 5px; color: var(--color-primary); }

/* ── FAQ / AEO ───────────────────────────────────────────────────────────── */
.ab-faq-wrap { max-width: 900px; margin: 0 auto; }
.ab-faq-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.ab-faq-item {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg); padding: 1.5rem;
}
.ab-faq-q {
  font-family: var(--font-heading); font-size: 15px; font-weight: 700;
  color: var(--color-text); margin-bottom: 10px; line-height: 1.35;
}
.ab-faq-a {
  font-size: 13px; color: var(--color-text-mid); line-height: 1.7;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .ab-sectors-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-logos-grid   { grid-template-columns: repeat(3, 1fr); }
  .ab-eu-grid      { grid-template-columns: 140px 1fr; gap: 3rem; }
}
@media (max-width: 768px) {
  .ab-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-stat--divider:nth-child(3) { border-left: none; border-top: 1px solid var(--color-border); }
  .ab-story-grid { grid-template-columns: 1fr; gap: 3rem; }
  .ab-eu-grid    { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .ab-eu-badges  { justify-content: center; }
  .ab-logos-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-faq-grid   { grid-template-columns: 1fr; gap: 1.25rem; }
  .ab-section    { padding: 3.5rem 0; }
  .ab-hero       { padding: 4rem 1.25rem 3.5rem; }
  .ab-hero-trust { gap: 1rem; }
}
@media (max-width: 480px) {
  .ab-stats-grid   { grid-template-columns: 1fr 1fr; }
  .ab-sectors-grid { grid-template-columns: 1fr 1fr; }
  .ab-logos-grid   { grid-template-columns: repeat(2, 1fr); }
  .ab-hero-flags   { flex-direction: column; gap: 8px; }
  .ab-hero-trust   { flex-direction: column; gap: 10px; }
  .ab-story-cta    { flex-direction: column; }
  .ab-story-cta .btn { text-align: center; justify-content: center; }
}
