@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/fonts/JetBrainsMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/fonts/JetBrainsMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/fonts/JetBrainsMono-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/static/fonts/JetBrainsMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.landing-page {
  --bg: oklch(0.16 0.012 240);
  --bg-2: oklch(0.20 0.014 240);
  --bg-3: oklch(0.24 0.014 240);
  --line: oklch(0.32 0.012 240);
  --line-soft: oklch(0.26 0.010 240);
  --fg: oklch(0.96 0.005 240);
  --fg-2: oklch(0.78 0.010 240);
  --fg-3: oklch(0.58 0.012 240);
  --accent: oklch(0.86 0.18 142);
  --accent-2: oklch(0.84 0.16 80);
  --danger: oklch(0.72 0.18 25);
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  --grid-opacity: 0.06;
  margin: 0;
  background-color: var(--bg);
  background-image:
    linear-gradient(to right, color-mix(in oklch, var(--fg) calc(var(--grid-opacity)*100%), transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in oklch, var(--fg) calc(var(--grid-opacity)*100%), transparent) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: -1px -1px;
  color: var(--fg);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.landing-page a {
  color: inherit;
  text-decoration: none;
}

body.landing-page .mono,
body.landing-page .topbar,
body.landing-page .logo,
body.landing-page .navlink,
body.landing-page .navcta,
body.landing-page .eyebrow,
body.landing-page .h1,
body.landing-page .btn,
body.landing-page .chip,
body.landing-page .term,
body.landing-page .sec-tag,
body.landing-page .sec-h,
body.landing-page .sec-meta,
body.landing-page .ttl,
body.landing-page .num,
body.landing-page .theme-tag,
body.landing-page .theme-id,
body.landing-page .theme-h,
body.landing-page .theme-bullets,
body.landing-page .theme-open,
body.landing-page .feat-cat,
body.landing-page .feat-title,
body.landing-page .feat-meta,
body.landing-page .label,
body.landing-page .feat-stats,
body.landing-page .ascii,
body.landing-page .step-n,
body.landing-page .step-h,
body.landing-page .step-icn,
body.landing-page .news-form,
body.landing-page .news-foot,
body.landing-page .icn,
body.landing-page .res-card h4,
body.landing-page .res-card ul,
body.landing-page footer h5,
body.landing-page footer ul,
body.landing-page .foot-bot {
  font-family: var(--mono);
  font-feature-settings: "ss01", "ss02", "cv11";
}

body.landing-page .container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
  width: auto;
}

body.landing-page .topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
}

body.landing-page .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  font-size: 12.5px;
}

body.landing-page .crumbs,
body.landing-page .seg,
body.landing-page .term-title,
body.landing-page .status {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.landing-page .crumbs,
body.landing-page .seg,
body.landing-page .quiet,
body.landing-page .muted-dot {
  color: var(--fg-3);
}

body.landing-page .seg {
  gap: 18px;
}

body.landing-page .accent-text,
body.landing-page .seg b {
  color: var(--accent);
}

body.landing-page .pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: landing-pulse 1.6s ease-in-out infinite;
}

@keyframes landing-pulse {
  0%, 100% { opacity: .35; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.2); }
}

body.landing-page .navwrap {
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg);
}

body.landing-page .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

body.landing-page .logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}

body.landing-page .logomark {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--accent);
  background: color-mix(in oklch, var(--accent) 8%, transparent);
  display: grid;
  place-items: center;
  color: var(--accent);
  font-weight: 700;
}

body.landing-page .logomark::after {
  content: "";
  position: absolute;
  inset: -4px;
  border: 1px dashed color-mix(in oklch, var(--accent) 40%, transparent);
  pointer-events: none;
}

body.landing-page .name {
  font-size: 17px;
  letter-spacing: .02em;
}

body.landing-page .name span {
  color: var(--fg-3);
}

body.landing-page .navlinks {
  display: flex;
  align-items: center;
  gap: 2px;
}

body.landing-page .navlink {
  padding: 9px 14px;
  font-size: 13px;
  color: var(--fg-2);
  border: 1px solid transparent;
}

body.landing-page .navlink:hover {
  color: var(--fg);
  background: var(--bg-2);
  border-color: var(--line-soft);
}

body.landing-page .navlink.active {
  color: var(--accent);
  border-color: color-mix(in oklch, var(--accent) 35%, transparent);
  background: color-mix(in oklch, var(--accent) 6%, transparent);
}

body.landing-page .navcta {
  margin-left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #0a0d0a;
  font-weight: 600;
  padding: 10px 16px;
  border: 1px solid var(--accent);
  font-size: 13px;
}

body.landing-page .hero {
  position: relative;
  padding: 64px 0 88px;
  overflow: hidden;
}

body.landing-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 60% at 12% 20%, color-mix(in oklch, var(--accent) 9%, transparent), transparent 60%);
  pointer-events: none;
}

body.landing-page .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 56px;
  align-items: end;
}

body.landing-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--accent);
  border: 1px solid color-mix(in oklch, var(--accent) 35%, transparent);
  background: color-mix(in oklch, var(--accent) 6%, transparent);
  padding: 6px 12px;
}

body.landing-page .eyebrow .bullet {
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 3px color-mix(in oklch, var(--accent) 25%, transparent);
}

body.landing-page .h1 {
  font-weight: 600;
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 22px 0 0;
  color: var(--fg);
  text-wrap: balance;
}

body.landing-page .h1 .strike {
  position: relative;
  color: var(--fg-3);
}

body.landing-page .h1 .strike::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 54%;
  height: 2px;
  background: var(--danger);
  transform: rotate(-3deg);
}

body.landing-page .h1 .hi,
body.landing-page .ok,
body.landing-page .pr,
body.landing-page .sec-tag,
body.landing-page .theme-tag,
body.landing-page .theme-open,
body.landing-page .feat-cat,
body.landing-page .good,
body.landing-page .icn {
  color: var(--accent);
}

body.landing-page .lead {
  margin-top: 22px;
  font-size: 18px;
  color: var(--fg-2);
  max-width: 58ch;
}

body.landing-page .ctas {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

body.landing-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  color: var(--fg);
  background: var(--bg-2);
  font-weight: 500;
}

body.landing-page .btn:hover {
  background: var(--bg-3);
  border-color: var(--fg-3);
}

body.landing-page .btn.primary {
  background: var(--accent);
  color: #0a0d0a;
  border-color: var(--accent);
}

body.landing-page .chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 36px;
}

body.landing-page .chip {
  font-size: 12px;
  color: var(--fg-2);
  border: 1px solid var(--line-soft);
  padding: 5px 10px;
  background: color-mix(in oklch, var(--bg-2) 60%, transparent);
}

body.landing-page .chip::before {
  content: "//";
  color: var(--accent);
  margin-right: 6px;
  opacity: .7;
}

body.landing-page .term {
  background: var(--bg-2);
  border: 1px solid var(--line);
  overflow: hidden;
}

body.landing-page .term-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line-soft);
  font-size: 11.5px;
  color: var(--fg-3);
}

body.landing-page .dots {
  display: flex;
  gap: 6px;
}

body.landing-page .dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

body.landing-page .term-body {
  margin: 0;
  padding: 18px 18px 22px;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--fg-2);
  min-height: 340px;
  white-space: pre-wrap;
}

body.landing-page .cm,
body.landing-page .path,
body.landing-page .sec-meta,
body.landing-page .theme-id,
body.landing-page .num,
body.landing-page .ascii {
  color: var(--fg-3);
}

body.landing-page .wn,
body.landing-page .warn {
  color: var(--accent-2);
}

body.landing-page .bad {
  color: var(--danger);
}

body.landing-page .ky {
  color: #e4e6e9;
}

body.landing-page .caret {
  display: inline-block;
  width: 8px;
  height: 14px;
  background: var(--accent);
  margin-left: 2px;
  transform: translateY(2px);
  animation: landing-blink 1s steps(2, start) infinite;
}

@keyframes landing-blink {
  50% { opacity: 0; }
}

body.landing-page .sec {
  padding: 96px 0;
  border-top: 1px solid var(--line-soft);
}

body.landing-page .sec-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

body.landing-page .sec-hd .left {
  max-width: 64ch;
}

body.landing-page .sec-tag {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body.landing-page .sec-tag::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
}

body.landing-page .sec-h {
  font-weight: 600;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 16px 0 0;
  color: var(--fg);
  text-wrap: balance;
}

body.landing-page .sec-lead {
  margin-top: 14px;
  color: var(--fg-2);
  font-size: 16px;
}

body.landing-page .sec-meta {
  font-size: 11.5px;
  white-space: nowrap;
}

body.landing-page .trust,
body.landing-page .themen,
body.landing-page .process,
body.landing-page .res {
  display: grid;
  border: 1px solid var(--line-soft);
}

body.landing-page .trust {
  grid-template-columns: repeat(4, 1fr);
}

body.landing-page .cell {
  padding: 28px 26px;
  border-right: 1px solid var(--line-soft);
}

body.landing-page .cell:last-child {
  border-right: 0;
}

body.landing-page .num {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

body.landing-page .ttl {
  font-weight: 600;
  font-size: 17px;
  color: var(--fg);
  margin: 0 0 8px;
}

body.landing-page .desc,
body.landing-page .theme-p,
body.landing-page .step-p,
body.landing-page .res-card p,
body.landing-page .feat-desc,
body.landing-page .foot-desc,
body.landing-page .about-copy,
body.landing-page .about-card p {
  color: var(--fg-2);
}

body.landing-page .desc {
  font-size: 13.5px;
  margin: 0;
}

body.landing-page .themen,
body.landing-page .res {
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line-soft);
}

body.landing-page .theme,
body.landing-page .res-card,
body.landing-page .step,
body.landing-page .feat-body {
  background: var(--bg);
}

body.landing-page .theme {
  padding: 36px 32px 30px;
  transition: background .2s;
}

body.landing-page .theme:hover {
  background: var(--bg-2);
}

body.landing-page .theme-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

body.landing-page .theme-tag {
  font-size: 11px;
  letter-spacing: .1em;
}

body.landing-page .theme-id {
  font-size: 11px;
}

body.landing-page .theme-h,
body.landing-page .step-h {
  font-weight: 600;
  font-size: 22px;
  color: var(--fg);
  margin: 0 0 12px;
}

body.landing-page .theme-p,
body.landing-page .step-p {
  font-size: 14.5px;
  margin: 0 0 22px;
}

body.landing-page .theme-bullets {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.landing-page .theme-bullets li {
  font-size: 12.5px;
  color: var(--fg-2);
  display: flex;
  align-items: center;
  gap: 10px;
}

body.landing-page .theme-bullets li::before {
  content: "▸";
  color: var(--accent);
}

body.landing-page .theme-open {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--line-soft);
  padding-top: 18px;
  width: 100%;
}

body.landing-page .theme-open::after {
  content: "→";
  margin-left: auto;
}

body.landing-page .feat,
body.landing-page .news,
body.landing-page .about {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 0;
  border: 1px solid var(--line-soft);
}

body.landing-page .feat-body {
  padding: 48px 44px;
  border-right: 1px solid var(--line-soft);
}

body.landing-page .feat-side,
body.landing-page .news-right {
  padding: 36px 32px;
  background: var(--bg-2);
}

body.landing-page .feat-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

body.landing-page .feat-cat,
body.landing-page .label {
  font-size: 11.5px;
  letter-spacing: .1em;
}

body.landing-page .feat-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 14px 0 18px;
  color: var(--fg);
  text-wrap: balance;
}

body.landing-page .feat-desc {
  font-size: 16px;
  max-width: 55ch;
}

body.landing-page .richtext {
  color: var(--fg-2);
  font-size: 16px;
  line-height: 1.75;
}

body.landing-page .richtext h2,
body.landing-page .richtext h3 {
  color: var(--fg);
  font-family: var(--mono);
  line-height: 1.2;
  margin: 28px 0 12px;
}

body.landing-page .richtext p {
  margin: 0 0 16px;
}

body.landing-page .richtext a {
  color: var(--accent);
  border-bottom: 1px solid color-mix(in oklch, var(--accent) 40%, transparent);
}

body.landing-page .richtext ul,
body.landing-page .richtext ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

body.landing-page .feat-meta {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  font-size: 12px;
  color: var(--fg-3);
  flex-wrap: wrap;
}

body.landing-page .feat-meta b,
body.landing-page .feat-stats .row b {
  color: var(--fg);
  font-weight: 500;
}

body.landing-page .feat-meta a {
  color: var(--accent);
}

body.landing-page .label {
  color: var(--fg-3);
  margin-bottom: 14px;
}

body.landing-page .feat-stats {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 13px;
}

body.landing-page .feat-stats .row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line-soft);
  color: var(--fg-2);
}

body.landing-page .process {
  grid-template-columns: repeat(3, 1fr);
}

body.landing-page .step {
  padding: 36px 32px;
  border-right: 1px solid var(--line-soft);
}

body.landing-page .step:last-child {
  border-right: 0;
}

body.landing-page .step-n {
  font-size: 11px;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}

body.landing-page .step-n .bar {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, var(--accent), transparent);
}

body.landing-page .step-icn {
  margin-top: 28px;
  font-size: 11px;
  color: var(--fg-3);
  border-top: 1px solid var(--line-soft);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.landing-page .news {
  grid-template-columns: 1fr 1fr;
}

body.landing-page .news-left {
  padding: 48px 44px;
  background: var(--bg);
  border-right: 1px solid var(--line-soft);
}

body.landing-page .news-title {
  margin-top: 16px;
}

body.landing-page .newsletter-ascii {
  margin-top: 24px;
}

body.landing-page .news-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}

body.landing-page .news-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: .1em;
}

body.landing-page .news-form input {
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--fg);
  font-family: var(--mono);
  font-size: 14px;
  padding: 12px 14px;
  outline: none;
}

body.landing-page .news-form input:focus {
  border-color: var(--accent);
}

body.landing-page .news-form button {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--accent);
  color: #0a0d0a;
  font-family: var(--mono);
  font-weight: 600;
  padding: 13px 20px;
  border: 0;
  font-size: 13.5px;
  cursor: pointer;
}

body.landing-page .news-foot {
  font-size: 11px;
  color: var(--fg-3);
  margin: 0;
  line-height: 1.6;
}

body.landing-page .form-ok {
  color: var(--accent);
  margin: 0;
}

body.landing-page .form-error {
  color: var(--danger);
  margin: 0;
}

body.landing-page .res {
  grid-template-columns: repeat(3, 1fr);
}

body.landing-page .res-card {
  padding: 30px 28px;
}

body.landing-page .icn {
  font-size: 11px;
  letter-spacing: .1em;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.landing-page .icn::before {
  content: "[";
  color: var(--fg-3);
}

body.landing-page .icn::after {
  content: "]";
  color: var(--fg-3);
}

body.landing-page .res-card h4 {
  font-weight: 600;
  font-size: 19px;
  color: var(--fg);
  margin: 0 0 10px;
}

body.landing-page .res-card p {
  font-size: 14px;
  margin: 0 0 22px;
}

body.landing-page .res-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

body.landing-page .res-card ul li {
  font-size: 12.5px;
  color: var(--fg-2);
  padding: 6px 0;
  border-bottom: 1px dashed var(--line-soft);
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.landing-page .res-card ul li::after {
  content: "↗";
  color: var(--fg-3);
}

body.landing-page .about {
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  align-items: center;
  border: 0;
}

body.landing-page .about-card {
  border: 1px solid var(--line-soft);
  padding: 34px;
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}

body.landing-page .about-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(45deg, transparent 0 12px, color-mix(in oklch, var(--accent) 4%, transparent) 12px 13px);
  pointer-events: none;
}

body.landing-page .sp {
  font-family: var(--mono);
  font-size: 64px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
}

body.landing-page .about-card p {
  font-size: 14.5px;
  margin: 20px 0 0;
}

body.landing-page .about-card .meta {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: .1em;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body.landing-page .about-card .meta b {
  color: var(--fg);
}

body.landing-page .about-copy {
  font-size: 16.5px;
  max-width: 54ch;
}

body.landing-page footer {
  border-top: 1px solid var(--line-soft);
  padding: 64px 0 36px;
  margin-top: 32px;
}

body.landing-page .footer-line {
  margin-bottom: 36px;
}

body.landing-page .foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

body.landing-page footer h5 {
  font-size: 11px;
  color: var(--fg-3);
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-weight: 500;
}

body.landing-page footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 13px;
  color: var(--fg-2);
}

body.landing-page footer ul a:hover {
  color: var(--accent);
}

body.landing-page .foot-desc {
  font-size: 14px;
  margin: 14px 0 0;
  max-width: 36ch;
}

body.landing-page .foot-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line-soft);
  padding-top: 24px;
  font-size: 12px;
  color: var(--fg-3);
  flex-wrap: wrap;
  gap: 12px;
}

body.landing-page .foot-bot .links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

body.landing-page .ascii {
  opacity: .55;
  font-size: 11px;
  letter-spacing: .06em;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 980px) {
  body.landing-page .hero-grid,
  body.landing-page .feat,
  body.landing-page .news,
  body.landing-page .about {
    grid-template-columns: 1fr;
  }

  body.landing-page .themen,
  body.landing-page .res,
  body.landing-page .trust,
  body.landing-page .process {
    grid-template-columns: 1fr 1fr;
  }

  body.landing-page .cell,
  body.landing-page .step,
  body.landing-page .feat-body {
    border-right: 0;
  }

  body.landing-page .feat-body,
  body.landing-page .news-left {
    border-bottom: 1px solid var(--line-soft);
  }

  body.landing-page .news-left {
    border-right: 0;
  }

  body.landing-page .foot-top {
    grid-template-columns: 1fr 1fr;
  }

  body.landing-page .navlinks {
    display: none;
  }
}

@media (max-width: 640px) {
  body.landing-page .container {
    padding: 0 18px;
  }

  body.landing-page .topbar-inner {
    height: auto;
    min-height: 56px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 10px 0;
  }

  body.landing-page .crumbs,
  body.landing-page .seg {
    flex-wrap: wrap;
  }

  body.landing-page .themen,
  body.landing-page .res,
  body.landing-page .trust,
  body.landing-page .process {
    grid-template-columns: 1fr;
  }

  body.landing-page .cell,
  body.landing-page .res-card,
  body.landing-page .theme,
  body.landing-page .step {
    border-bottom: 1px solid var(--line-soft);
  }

  body.landing-page .hero {
    padding-top: 44px;
  }

  body.landing-page .term-body {
    min-height: 280px;
    font-size: 12px;
  }

  body.landing-page .sec {
    padding: 72px 0;
  }

  body.landing-page .sec-hd {
    display: block;
  }

  body.landing-page .sec-meta {
    margin-top: 14px;
  }

  body.landing-page .foot-top {
    grid-template-columns: 1fr;
  }
}
