:root {
  --ink: #0b1f4d;
  --brand: #1d4ed8;
  --brand-dark: #13367d;
  --accent: #f59e0b;
  --bg: #ecf3fb;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --line: #d7e2f2;
  --muted: #5b677c;
  --shadow: 0 24px 60px rgba(11, 31, 77, 0.12);
  --radius: 24px;
  font-family: "Aptos Display", "Noto Sans Ethiopic", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.14), transparent 28rem),
    radial-gradient(circle at right top, rgba(245, 158, 11, 0.15), transparent 22rem),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 100%);
}

body[data-lang="am"] {
  font-family: "Noto Sans Ethiopic", "Aptos Display", "Segoe UI", system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero,
.section,
.download-page {
  padding-left: clamp(1.1rem, 4vw, 4rem);
  padding-right: clamp(1.1rem, 4vw, 4rem);
}

.topbar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  font-size: 1.1rem;
}

.brand-stack {
  display: grid;
  gap: 0.08rem;
}

.brand-stack small {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-inline {
  margin-bottom: 1.4rem;
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #10224f;
  box-shadow: 0 10px 20px rgba(245, 158, 11, 0.25);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--muted);
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 8px 20px rgba(11, 31, 77, 0.08);
}

.lang-option {
  border: none;
  background: transparent;
  color: var(--muted);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  min-width: 3.2rem;
  font-weight: 800;
  cursor: pointer;
}

.lang-option.is-active {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.hero-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 1.5rem;
  align-items: stretch;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.hero-copy,
.section-heading p,
.feature-card p,
.download-card p,
.download-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  font-size: 1.05rem;
  max-width: 60ch;
  margin: 1.2rem 0 1.5rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1rem;
}

.brand-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.4rem;
}

.brand-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(29, 78, 216, 0.1);
  border: 1px solid rgba(29, 78, 216, 0.18);
  color: var(--brand-dark);
  font-size: 0.88rem;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.82rem 1.4rem;
  font-weight: 700;
}

.btn-primary {
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  color: #fff;
  box-shadow: 0 14px 32px rgba(37, 99, 235, 0.24);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--ink);
}

.btn-block {
  width: 100%;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.hero-notes span,
.download-meta div,
.download-meta.large div {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.8rem 1rem;
}

.download-card,
.download-panel,
.feature-card,
.cta-band {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.download-card {
  padding: 1.4rem;
}

.download-card h2 {
  font-size: 1.8rem;
}

.download-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1rem 0 1.2rem;
}

.download-meta strong,
.download-meta span {
  display: block;
}

.download-meta strong {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.download-meta span {
  margin-top: 0.3rem;
  font-weight: 700;
}

.qr-wrap {
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  display: grid;
  place-items: center;
}

.qr-wrap img {
  width: min(100%, 240px);
  height: auto;
}

.checksum,
.hash {
  word-break: break-all;
}

.checksum code,
.hash {
  font-family: "Cascadia Code", "Consolas", monospace;
  font-size: 0.84rem;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.proof-card,
.spotlight-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.4rem;
}

.proof-kicker,
.spotlight-kicker {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 0.8rem;
}

.proof-card h3,
.spotlight-card h2 {
  margin-bottom: 0.65rem;
}

.proof-card p,
.spotlight-card p,
.spotlight-list {
  color: var(--muted);
  line-height: 1.7;
}

.spotlight-list {
  margin: 0;
  padding-left: 1.1rem;
}

.spotlight-list li + li {
  margin-top: 0.55rem;
}

.section-alt {
  padding-top: 0;
}

.section-heading {
  max-width: 56rem;
  margin-bottom: 1.2rem;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  padding: 1.4rem;
}

.feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.cta-band {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 3rem;
}

.download-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.download-topbar {
  width: 100%;
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.download-panel {
  max-width: 1060px;
  width: 100%;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 1rem;
}

.download-main,
.download-side {
  display: grid;
  gap: 1rem;
}

.download-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.option-card,
.instruction-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.2rem;
}

.option-card {
  display: grid;
  gap: 0.9rem;
  align-content: start;
}

.option-card-primary {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.08), rgba(255, 255, 255, 0.86));
}

.option-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--brand);
}

.instruction-card h2,
.option-card h2 {
  font-size: 1.45rem;
}

.steps-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.7;
}

.steps-list li + li {
  margin-top: 0.55rem;
}

.instruction-note {
  margin: 0.9rem 0 0;
  font-size: 0.96rem;
}

.side-card {
  align-content: start;
}

.side-links {
  display: grid;
  gap: 0.75rem;
}

.employer-page {
  min-height: 100vh;
}

.employer-hero-shell {
  padding-top: 0.5rem;
}

.topbar-tight {
  padding-top: 0;
}

.employer-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 1rem;
  align-items: stretch;
}

.proof-strip-wide {
  max-width: 1180px;
}

.employer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.employer-band {
  margin-bottom: 3rem;
}

.qr-wrap.large img {
  width: min(100%, 320px);
}

@media (max-width: 980px) {
  .hero-grid,
  .download-panel,
  .feature-grid,
  .cta-band,
  .proof-strip,
  .employer-hero,
  .employer-grid {
    grid-template-columns: 1fr;
  }

  .download-options {
    grid-template-columns: 1fr;
  }

  .cta-band {
    display: grid;
  }

  .download-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .hero-actions,
  .cta-actions,
  .section-actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  h1 {
    max-width: 100%;
  }
}