:root {
  --navy: #0d2340;
  --navy-deep: #07172a;
  --ink: #0d2340;
  --muted: #4c5a6f;
  --soft: #f3f5f7;
  --soft-2: #e9edf2;
  --line: #d7dde6;
  --card: #ffffff;
  --signal: #5f6d80;
  --shadow: 0 30px 84px rgba(4, 12, 24, .30);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: var(--navy);
  background-image:
    radial-gradient(95% 78% at 100% 0%, rgba(231, 235, 241, .96) 0%, rgba(105, 119, 139, .78) 33%, rgba(13, 35, 64, .98) 76%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  background-attachment: fixed;
  line-height: 1.64;
}

main {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 88px;
}

.site-shell {
  width: min(1040px, calc(100% - 40px));
}

.card {
  background: var(--card);
  border: 1px solid rgba(13, 35, 64, .05);
  border-radius: 24px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .9);
  margin: 0 0 42px;
  padding: clamp(34px, 5.7vw, 64px);
}

.hero-card,
.home-hero,
.compact-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: start;
}

.compact-head {
  padding-top: clamp(28px, 4.8vw, 44px);
  padding-bottom: clamp(28px, 4.8vw, 44px);
}

.logo {
  color: var(--ink);
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0 0 18px;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 29px;
}

h3 {
  font-size: clamp(19px, 2.3vw, 22px);
  margin-top: 42px;
}

h4 {
  font-size: 17px;
  margin-top: 30px;
}

p {
  font-size: 16.75px;
  margin: 0 0 19px;
}

a {
  color: inherit;
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.small {
  color: var(--muted);
  font-size: 16px;
}

.eyebrow {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.brand-lines {
  color: var(--ink);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 24px;
}

.home-hero {
  min-height: 260px;
}

.action-card {
  padding-bottom: clamp(28px, 4.6vw, 44px);
  padding-top: clamp(28px, 4.6vw, 44px);
}

.button-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.button-grid .pill {
  min-width: 0;
  width: 100%;
}

.feature-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-grid h2,
.profile-list h3,
.detail-grid h3 {
  font-size: 20px;
  margin-top: 0;
}

.feature-grid p,
.profile-list p,
.detail-grid p,
.process-list p,
.legal-copy p {
  font-size: 16.5px;
}

.profile-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  margin-top: 28px;
}

.separated-cards > div {
  background: #f7f8fa;
  border: 1px solid rgba(13, 35, 64, .08);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
  min-height: 100%;
  padding: 26px 24px;
  text-align: center;
  width: 100%;
}

.separated-cards p:last-child {
  margin-bottom: 0;
}

.detail-grid {
  display: grid;
  gap: 26px 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.stack-list {
  gap: 18px;
  grid-template-columns: 1fr;
}

.stack-list > div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.stack-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.stack-list p:last-child {
  margin-bottom: 0;
}

.process-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.process-list p {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 14px;
}

.table-wrap {
  margin-top: 28px;
  overflow-x: auto;
}

.info-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 17px;
  line-height: 1.55;
  min-width: 620px;
  width: 100%;
}

.info-table th,
.info-table td {
  border-bottom: 1px solid var(--line);
  padding: 18px 18px;
  text-align: left;
  vertical-align: top;
}

.info-table thead th {
  background: #f7f8fa;
  color: var(--ink);
  font-weight: 750;
}

.info-table thead th:first-child {
  border-top-left-radius: 14px;
}

.info-table thead th:last-child {
  border-top-right-radius: 14px;
}

.info-table tbody th {
  color: var(--ink);
  font-weight: 750;
  width: 26%;
}

.info-table tbody tr:last-child th,
.info-table tbody tr:last-child td {
  border-bottom: 0;
}

.legal-copy h2 {
  margin-top: 34px;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.formula {
  border-left: 3px solid var(--line);
  font-weight: 750;
  line-height: 1.55;
  margin: 30px 0 0;
  padding-left: 18px;
}

.pill-row {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 38px;
}

.pill,
.archive-link {
  align-items: center;
  background: linear-gradient(180deg, #f8fafc 0%, var(--soft) 100%);
  border: 1px solid rgba(13, 35, 64, .08);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(13, 35, 64, .12);
  color: var(--ink);
  display: inline-flex;
  font-size: 19px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 62px;
  min-width: 250px;
  padding: 18px 34px;
  text-align: center;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pill:hover,
.archive-link:hover {
  border-color: rgba(95, 109, 128, .34);
  box-shadow: 0 20px 42px rgba(13, 35, 64, .16);
  transform: translateY(-1px);
}

.issue-kicker {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 18px;
  text-align: center;
  text-transform: uppercase;
}

.lead {
  max-width: 640px;
}

.read-action {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.divider {
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  height: 1px;
  margin: 46px 0 12px;
}

.quote {
  color: #17263d;
  font-size: 21px;
  line-height: 1.45;
  margin: 18px 0 26px;
}

.take,
.bingo,
.source-box,
.main-take {
  border: 1px solid rgba(13, 35, 64, .08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
}

.take {
  background: #f7f8fa;
  border-radius: 18px;
  margin: 30px 0 8px;
  padding: 22px 24px;
}

.take p {
  font-size: 16.75px;
  line-height: 1.58;
  margin-bottom: 0;
}

.bingo {
  background: linear-gradient(180deg, #fafbfc 0%, #f0f3f7 100%);
  border-radius: 18px;
  margin: 46px 0 8px;
  padding: 28px;
}

.bingo h3 {
  margin-top: 0;
}

.bingo p:last-child {
  margin-bottom: 0;
}

.main-take {
  background:
    linear-gradient(180deg, rgba(95, 109, 128, .08) 0%, rgba(233, 237, 242, .78) 100%),
    #f8fafc;
  border-color: rgba(95, 109, 128, .22);
  border-radius: 22px;
  margin-top: 54px;
  padding: clamp(28px, 5vw, 42px);
}

.main-take h3 {
  font-size: 20px;
  margin-top: 0;
}

.source-box {
  background: #f7f8fa;
  border-radius: 20px;
  margin-top: 46px;
  padding: 30px;
}

.source-box h3 {
  margin-top: 0;
}

.source-item,
.source {
  margin-bottom: 24px;
}

.source-item strong,
.source strong {
  color: var(--ink);
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.source-item a,
.source a {
  color: var(--muted);
  display: block;
  font-size: 15px;
}

.source-note {
  color: #526176;
  display: block;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 7px;
}

.source-divider {
  background: var(--line);
  height: 1px;
  margin: 24px 0;
}

.einordnung-title {
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  margin: 0 0 12px;
}

.einordnung-p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 8px;
}

.archive-list {
  display: grid;
  gap: 16px;
  justify-items: center;
  margin-top: 28px;
}

.archive-list .pill,
.archive-list .archive-link {
  width: min(100%, 380px);
}

.bottom-nav {
  display: grid;
  gap: 12px;
  justify-items: center;
  margin: 4px 0 0;
  padding-bottom: 20px;
}

.bottom-nav a {
  color: rgba(255, 255, 255, .66);
  font-size: 16px;
  font-weight: 350;
  letter-spacing: 0;
  text-decoration: none;
}

.bottom-nav a:hover {
  color: rgba(255, 255, 255, .9);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.topic-image-wrap {
  margin: 44px auto 22px;
  max-width: 620px;
}

.topic-image {
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(13, 35, 64, .18);
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  main {
    padding-top: 54px;
    width: min(100% - 34px, 760px);
  }

  .card {
    border-radius: 21px;
    margin-bottom: 38px;
    padding: 34px 28px;
  }

  .hero-card,
  .home-hero,
  .compact-head {
    grid-template-columns: 1fr;
  }

  .logo {
    justify-self: end;
    order: -1;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .button-grid,
  .feature-grid,
  .profile-list,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .profile-list,
  .detail-grid {
    gap: 24px;
  }

  .brand-lines {
    font-size: 23px;
  }

  p {
    font-size: 16.75px;
  }

  .small {
    font-size: 15px;
  }

  .pill,
  .archive-link {
    min-width: 0;
    width: 100%;
  }

  .table-wrap {
    overflow-x: visible;
  }

  .info-table {
    min-width: 0;
  }

  .info-table,
  .info-table thead,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
  }

  .info-table thead {
    display: none;
  }

  .info-table tbody tr {
    border-top: 1px solid var(--line);
    padding: 16px 0;
  }

  .info-table tbody tr:first-child {
    border-top: 0;
  }

  .info-table th,
  .info-table td {
    border-bottom: 0;
    padding: 0;
  }

  .info-table tbody th {
    margin-bottom: 6px;
    width: auto;
  }

  .take,
  .bingo,
  .source-box,
  .main-take {
    border-radius: 16px;
    padding: 22px;
  }

  .bottom-nav a {
    font-size: 15px;
  }
}
