:root {
  --navy: #08233d;
  --navy-2: #0d3458;
  --blue: #0f4d73;
  --blue-logo: #1b4568;
  --cyan: #31c6d4;
  --cyan-2: #22aab8;
  --cyan-soft: #e6f8fb;
  --magenta: #e84775;
  --magenta-soft: #fde8ef;
  --text: #2c3442;
  --muted: #667085;
  --line: #d9e2ec;
  --soft: #f4f7fb;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(8, 35, 61, .07);
  --shadow-md: 0 18px 48px rgba(8, 35, 61, .11);
  --shadow-lg: 0 30px 90px rgba(8, 35, 61, .16);
  --container: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
}

h1, h2, h3 {
  color: var(--navy);
  line-height: 1.08;
  letter-spacing: -.035em;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  max-width: 980px;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.05rem, 4vw, 4rem);
  max-width: 920px;
  margin-bottom: 22px;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  letter-spacing: -.02em;
}

p {
  margin-bottom: 1rem;
}

.lead {
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  color: var(--muted);
  max-width: 820px;
}

.section {
  padding: 110px 0;
  position: relative;
}

.section-soft {
  background:
    radial-gradient(circle at 10% 10%, rgba(49, 198, 212, .08), transparent 32%),
    linear-gradient(180deg, #f8fbfd, var(--soft));
}

.section-dark,
.contact-section {
  background:
    radial-gradient(circle at 78% 15%, rgba(49, 198, 212, .17), transparent 32%),
    radial-gradient(circle at 10% 85%, rgba(232, 71, 117, .12), transparent 28%),
    linear-gradient(135deg, var(--navy), #06192d 72%);
  color: rgba(255, 255, 255, .82);
  overflow: hidden;
}

.section-dark h2,
.section-dark h3,
.contact-section h2,
.contact-section h3 {
  color: var(--white);
}

.section-dark .lead,
.section-dark p,
.contact-section .lead,
.contact-section p {
  color: rgba(255, 255, 255, .74);
}

.text-center {
  text-align: center;
}

.text-center .lead,
.text-center h2 {
  margin-left: auto;
  margin-right: auto;
}

.section-head {
  margin-bottom: 46px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(49, 198, 212, .1);
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(49, 198, 212, .75);
}

.dark-eyebrow {
  background: rgba(255, 255, 255, .09);
  color: var(--cyan);
}

/* Logo */
.tcc-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.tcc-circles {
  display: flex;
  gap: 5px;
}

.tcc-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--blue-logo);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .18);
}

.logo-char {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateY(-.5px);
}

.logo-char.c-char {
  transform: translate(-1px, -1.4px) scaleX(1.09);
  transform-origin: center;
}

.tcc-interna {
  color: var(--navy);
  font-size: 12px;
  letter-spacing: .45em;
  padding-left: .45em;
  font-weight: 450;
}

.footer .tcc-interna,
.section-dark .tcc-interna {
  color: rgba(255, 255, 255, .92);
}

.footer-logo .tcc-circle {
  width: 34px;
  height: 34px;
  font-size: 19px;
}

.footer-logo .tcc-interna {
  font-size: 10px;
}

/* --- SVG-Logo (2026-08) ------------------------------------------------
   Ersetzt das schrift-/CSS-basierte Kreislogo (.tcc-circles/.tcc-interna)
   durch die offiziellen Vektor-Logos: assets/tcc-logo-master.svg auf hellen
   Flächen (Header), assets/tcc-logo-outline.svg auf dunklen Flächen (Footer;
   Kreise solide im Marken-Navy #1B4568 wie Master, plus feine weiße
   Umrandung). tcc-logo-reverse.svg (solide Kreise, weiße Schrift) bleibt
   als Variante für E-Mail/Druck.
   Grund für SVG: Auf manchen mobilen Browsern rendert der Font-Fallback die
   Buchstaben in den Kreisen verzerrt, das SVG ist davon unabhängig.
   ROLLBACK: Diesen Block einfach löschen oder auskommentieren — die alte
   Markup-Struktur (.tcc-circles/.tcc-interna) steht unverändert im HTML/PHP
   und erscheint dann sofort wieder. Keine Markup-Änderung nötig. */
.tcc-logo-svg {
  display: block;
  height: 58px;
  width: auto;
}

.tcc-logo .tcc-circles,
.tcc-logo .tcc-interna {
  display: none;
}

/* Footer etwas größer als früher (46px), damit das feine INTERNA der
   Original-Proportionen auf dem dunklen Hintergrund lesbar bleibt. */
.footer-logo .tcc-logo-svg {
  height: 52px;
}

/* Navigation */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 226, 236, .75);
}

.nav-inner {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--navy);
  font-size: .95rem;
  font-weight: 650;
}

.desktop-nav a {
  text-decoration: none;
  opacity: .82;
  white-space: nowrap;
  transition: opacity .2s ease, color .2s ease;
}

.desktop-nav a:hover {
  opacity: 1;
  color: var(--cyan-2);
}

.nav-cta {
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white) !important;
  opacity: 1 !important;
}

.nav-cta:hover {
  background: var(--blue);
  color: var(--white) !important;
}

.mobile-note {
  display: none;
}

/* Buttons */
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  font-size: .95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border .22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--cyan);
  color: var(--navy);
  box-shadow: 0 14px 34px rgba(49, 198, 212, .26);
}

.btn-primary:hover {
  background: var(--cyan-2);
  box-shadow: 0 18px 42px rgba(49, 198, 212, .34);
}

.btn-secondary {
  background: rgba(255, 255, 255, .86);
  color: var(--navy);
  border-color: rgba(8, 35, 61, .12);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: var(--white);
  border-color: rgba(8, 35, 61, .24);
}

.btn-full {
  width: 100%;
}

/* Hero */
.hero {
  min-height: min(720px, calc(88vh - 82px));
  padding: 82px 0 90px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 36%, rgba(49, 198, 212, .11), transparent 28%),
    radial-gradient(circle at 86% 64%, rgba(232, 71, 117, .09), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #f7fbfd 52%, #eef5f9 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('netzwerk.png');
  background-repeat: no-repeat;
  background-size: min(880px, 62vw) auto;
  background-position: right 4vw center;
  opacity: .18;
  filter: saturate(1.05);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 43%, rgba(255,255,255,.42) 72%, rgba(255,255,255,.66) 100%),
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(244,247,251,.9));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .78fr);
  align-items: start;
  gap: 54px;
}

/* Unterseiten sollen nicht wie eine leere Vollbild-Folie wirken: Der Hero
   endet deutlich vor dem Browserrand, sodass der nächste Inhaltsblock bereits
   sichtbar wird und die Scrollrichtung ohne künstlichen Hinweis klar ist. */
.page-hero {
  min-height: 0;
  padding: 82px 0 68px;
}

.page-hero .hero-inner {
  grid-template-columns: minmax(0, 780px);
  align-items: start;
}

.hero-lead {
  font-size: clamp(1.14rem, 1.55vw, 1.42rem);
  color: var(--muted);
  max-width: 760px;
  margin-bottom: 16px;
}

.hero-subtext {
  color: var(--muted);
  max-width: 700px;
  margin-bottom: 34px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-pills span,
.hero-pills a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(8, 35, 61, .09);
  box-shadow: 0 8px 20px rgba(8, 35, 61, .05);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}

.hero-pills a:hover {
  border-color: var(--cyan);
  color: var(--cyan-2);
}

.hero-pills i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(49,198,212,.7);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 36px;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.62)),
    radial-gradient(circle at 20% 15%, rgba(49,198,212,.22), transparent 34%),
    radial-gradient(circle at 82% 82%, rgba(232,71,117,.14), transparent 32%);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(8,35,61,.07);
  pointer-events: none;
}

.visual-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(8, 35, 61, .08);
}

.orbit-one {
  width: 280px;
  height: 280px;
}

.orbit-two {
  width: 390px;
  height: 390px;
  border-style: dashed;
  border-color: rgba(49,198,212,.3);
  animation: spin 60s linear infinite;
}

.orbit-three {
  width: 480px;
  height: 480px;
  border-color: rgba(232,71,117,.12);
  animation: spinReverse 80s linear infinite;
}

.visual-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.32), transparent 26%),
    linear-gradient(135deg, var(--navy), var(--blue));
  color: white;
  box-shadow: 0 28px 70px rgba(8, 35, 61, .32), 0 0 0 14px rgba(49,198,212,.08);
  z-index: 2;
}

.visual-core strong {
  display: block;
  font-size: 2.5rem;
  letter-spacing: -.04em;
  line-height: .9;
}

.visual-core span {
  display: block;
  margin-top: 9px;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: rgba(255,255,255,.76);
  line-height: 1.35;
}

.visual-card {
  position: absolute;
  width: 168px;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
  z-index: 3;
}

.visual-card b {
  display: block;
  color: var(--navy);
  font-size: .92rem;
  margin-bottom: 5px;
}

.visual-card span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.36;
}

.card-a { top: 44px; left: 34px; }
.card-b { top: 82px; right: 28px; }
.card-c { bottom: 74px; left: 28px; }
.card-d { right: 46px; bottom: 48px; }

.placeholder-chip {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(8,35,61,.07);
  color: var(--navy);
  font-size: .74rem;
  font-weight: 750;
  white-space: nowrap;
}

@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes spinReverse {
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

/* Trend */
.trend-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 56px;
  align-items: center;
}

.trend-copy p:not(.lead) {
  color: var(--muted);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.trust-row div {
  padding: 16px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid rgba(217,226,236,.9);
}

.trust-row strong,
.trust-row span {
  display: block;
}

.trust-row strong {
  color: var(--navy);
  margin-bottom: 5px;
}

.trust-row span {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.4;
}

.trend-card {
  background: rgba(255,255,255,.93);
  border: 1px solid rgba(217,226,236,.9);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}

.trend-card::before {
  content: "";
  position: absolute;
  inset: -120px -90px auto auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49,198,212,.16), transparent 66%);
}

.chart-header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 30px;
}

.chart-header h3 {
  font-size: 1.45rem;
}

.chart-header p {
  color: var(--muted);
  margin-bottom: 0;
}

.kpi {
  text-align: right;
  flex-shrink: 0;
}

.kpi strong {
  display: block;
  color: var(--navy);
  font-size: 2.6rem;
  line-height: .95;
  letter-spacing: -.05em;
}

.kpi span {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.chart {
  position: relative;
  height: 265px;
  border-left: 1px solid rgba(8,35,61,.14);
  border-bottom: 1px solid rgba(8,35,61,.14);
  background:
    repeating-linear-gradient(0deg, rgba(8,35,61,.045), rgba(8,35,61,.045) 1px, transparent 1px, transparent 66px);
  border-radius: 0 0 0 10px;
}

.chart-svg {
  position: absolute;
  inset: 18px 18px 22px 18px;
  width: calc(100% - 36px);
  height: calc(100% - 40px);
  overflow: visible;
}

.grid-line {
  stroke: rgba(8,35,61,.07);
  stroke-width: 1;
}

.trend-line {
  /* Sichtbar per Voreinstellung: ohne JavaScript oder bei reduzierter
     Bewegung bleibt die vollständige Kurve statisch sichtbar. Erst das
     Script trend-chart.js schaltet .js-animate-ready scharf, um die
     Zeichen-Animation als reine Erweiterung vorzubereiten. */
  stroke: url(#trendGradient);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 10px 18px rgba(49,198,212,.28));
  stroke-dasharray: 900;
  stroke-dashoffset: 0;
}

.trend-area {
  fill: url(#trendArea);
  opacity: .9;
}

.acceleration-zone {
  fill: rgba(49,198,212,.08);
}

.point-label {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  .js-animate-ready .trend-line {
    stroke-dashoffset: 900;
  }

  .trend-section.animate-chart .trend-line {
    animation: drawLine 1.7s ease forwards .25s;
  }

  @keyframes drawLine {
    to { stroke-dashoffset: 0; }
  }

  .js-animate-ready .point-label {
    opacity: 0;
  }

  .trend-section.animate-chart .point-label {
    animation: fadePoint .45s ease forwards;
  }
}

.point-2020 { animation-delay: .35s; }
.point-2021 { animation-delay: .48s; }
.point-2022 { animation-delay: .61s; }
.point-2023 { animation-delay: .74s; }
.point-2024 { animation-delay: .87s; }
.point-2025 { animation-delay: 1s; }

.point-label text {
  fill: var(--navy);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: .02em;
  paint-order: stroke;
  stroke: rgba(255,255,255,.88);
  stroke-width: 4px;
  stroke-linejoin: round;
}

.point-label .percent {
  fill: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.axis-note,
.zone-note {
  fill: rgba(102,112,133,.78);
  font-size: 12px;
  font-weight: 750;
}

.zone-note {
  fill: rgba(15,77,115,.68);
}

.chart-dot {
  fill: var(--white);
  stroke: var(--cyan);
  stroke-width: 5;
  filter: drop-shadow(0 8px 16px rgba(8,35,61,.16));
}

.final-dot {
  stroke: var(--magenta);
}

@keyframes fadePoint {
  from { opacity: 0; }
  to { opacity: 1; }
}

.chart-labels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.chart-labels div {
  padding: 13px 14px;
  border-radius: 18px;
  background: rgba(244,247,251,.82);
  border: 1px solid rgba(217,226,236,.9);
}

.chart-labels strong,
.chart-labels span {
  display: block;
}

.chart-labels strong {
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -.04em;
}

.chart-labels span {
  margin-top: 5px;
  color: var(--muted);
  font-size: .75rem;
  font-weight: 800;
}

.future-strip {
  display: grid;
  grid-template-columns: .9fr 1.25fr 1.25fr;
  gap: 14px;
  margin-top: 18px;
}

.future-card {
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,247,251,.82));
  border: 1px solid rgba(217,226,236,.9);
  min-height: 126px;
}

.future-card span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--cyan-2);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.future-card strong {
  display: block;
  color: var(--navy);
  line-height: 1.16;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

.future-card p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
  font-weight: 620;
}

.future-intro {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: var(--white);
}

.future-intro span {
  color: var(--cyan);
}

.future-intro strong {
  color: var(--white);
}

.refined-future {
  grid-template-columns: 1fr 1fr;
  margin-top: 22px;
}

.refined-future .future-card {
  min-height: 118px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,248,251,.88));
  border-color: rgba(49,198,212,.22);
}

.refined-future .future-card strong {
  font-size: 1rem;
}

.chart-zoom {
  height: 300px;
}

.chart-insights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.chart-insights div {
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(244,247,251,.82));
  border: 1px solid rgba(217,226,236,.82);
}

.chart-insights .insight-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan-2);
  font-size: .7rem;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.chart-insights strong {
  display: block;
  color: var(--navy);
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 8px;
}

.chart-insights p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
  font-weight: 600;
}

.source-note {
  margin-top: 16px;
  color: var(--muted);
  font-size: .78rem;
}

/* Layouts */
.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.check-list,
.clean-list {
  list-style: none;
}

.check-list {
  margin-top: 22px;
}

.check-list li,
.clean-list li {
  position: relative;
  padding-left: 22px;
  margin: 10px 0;
}

.check-list li::before,
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  transform: translateY(-50%);
  box-shadow: 0 0 14px rgba(49,198,212,.45);
}

.image-placeholder {
  min-height: 460px;
  border-radius: 34px;
  border: 1px solid rgba(217,226,236,.9);
  background:
    radial-gradient(circle at 28% 24%, rgba(49,198,212,.22), transparent 26%),
    radial-gradient(circle at 76% 70%, rgba(232,71,117,.14), transparent 28%),
    linear-gradient(135deg, #ffffff, #edf5f9);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 38px;
}

.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,35,61,.04) 1px, transparent 1px),
    linear-gradient(0deg, rgba(8,35,61,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, black 0 45%, transparent 76%);
}

.placeholder-inner {
  position: relative;
  z-index: 1;
  max-width: 350px;
}

.placeholder-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(255,255,255,.9);
  color: var(--blue);
  font-size: 2rem;
  box-shadow: var(--shadow-sm);
}

.placeholder-inner strong {
  display: block;
  color: var(--navy);
  font-size: 1.3rem;
  margin-bottom: 10px;
  letter-spacing: -.02em;
}

.placeholder-inner p {
  color: var(--muted);
  margin-bottom: 0;
}

/* Solutions */
.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.solution-card {
  background: var(--white);
  border: 1px solid rgba(217, 226, 236, .9);
  border-radius: 26px;
  padding: 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.solution-card::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -84px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(49,198,212,.08);
}

.solution-card.featured {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
  border: none;
  box-shadow: var(--shadow-md);
}

.solution-card.featured h3,
.solution-card.featured p,
.solution-card.featured li {
  color: rgba(255,255,255,.86);
}

.solution-card.featured h3 {
  color: var(--white);
}

.card-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--cyan-soft);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.solution-card.featured .card-icon {
  background: rgba(255,255,255,.12);
  color: var(--cyan);
}

.solution-card h3,
.solution-card p,
.solution-card ul {
  position: relative;
  z-index: 1;
}

.solution-card p,
.solution-card li {
  color: var(--muted);
  font-size: .94rem;
}

.solution-card .clean-list {
  margin-top: 16px;
}

/* Deployment */
.deployment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.deployment-card {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(217,226,236,.9);
  border-radius: 28px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(8,35,61,.07);
}

.deployment-card::before {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(49,198,212,.13);
}

.highlighted-model {
  background: var(--white);
  border-color: rgba(49,198,212,.36);
  box-shadow: 0 30px 80px rgba(8,35,61,.12);
}

.model-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(49,198,212,.14);
  color: var(--cyan);
  font-size: .72rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 850;
  margin-bottom: 18px;
}

.deployment-card h3,
.deployment-card p,
.deployment-card ul {
  position: relative;
  z-index: 1;
}

.deployment-card .clean-list li {
  color: var(--muted);
}

.section-dark .deployment-card {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}

.section-dark .highlighted-model {
  background: rgba(255,255,255,.13);
  border-color: rgba(49,198,212,.36);
  box-shadow: 0 30px 80px rgba(0,0,0,.12);
}

.section-dark .deployment-card .clean-list li {
  color: rgba(255,255,255,.72);
}

.competency-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
  margin-inline: auto;
}

/* Practice */
.benefit-stack {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.benefit-stack div {
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--soft);
  border: 1px solid rgba(217,226,236,.9);
}

.benefit-stack strong,
.benefit-stack span {
  display: block;
}

.benefit-stack strong {
  color: var(--navy);
  margin-bottom: 5px;
}

.benefit-stack span {
  color: var(--muted);
  font-size: .93rem;
}

/* Process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.process-step {
  background: var(--white);
  border: 1px solid rgba(217,226,236,.95);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow-sm);
}

.process-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cyan);
  color: var(--navy);
  font-size: .85rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.process-step h3 {
  font-size: 1.04rem;
}

.process-step p {
  color: var(--muted);
  font-size: .91rem;
  margin-bottom: 0;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 54px;
  align-items: start;
}

.contact-points {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}

.contact-points div {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.contact-points strong,
.contact-points span {
  display: block;
}

.contact-points strong {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-points span {
  color: rgba(255,255,255,.72);
  font-size: .93rem;
}

.contact-form {
  background: var(--white);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(255,255,255,.9);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-weight: 750;
  font-size: .9rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 14px 15px;
  color: var(--text);
  font: inherit;
  background-color: #fbfdff;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}


.form-group textarea {
  min-height: 132px;
  resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 4px rgba(49,198,212,.12);
  background-color: var(--white);
}

.checkbox-group {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin: 8px 0 20px;
}

.checkbox-group input {
  margin-top: 5px;
}

.checkbox-group label {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}

/* Selbst gehosteter Bot-Schutz (ALTCHA, kontakt.php + praesentation-zugang.php):
   Das Widget erbt seine Textfarbe über currentColor aus der dunklen Section —
   auf der weißen Formularkarte wäre der Status sonst weiß auf weiß und damit
   unsichtbar (nur die Checkbox blieb sichtbar). Zusätzlich an die Optik der
   Eingabefelder angleichen: volle Breite, gleicher Radius, gleiche Rahmenfarbe. */
.contact-form altcha-widget .altcha {
  --altcha-color-text: var(--text);
  --altcha-color-border: var(--line);
  --altcha-color-border-focus: var(--cyan);
  --altcha-border-radius: 14px;
  --altcha-border-width: 1.5px;
  --altcha-max-width: 100%;
  --altcha-color-base: #fbfdff;
  font-size: .9rem;
}

/* Die widget-interne Beschriftung ("Ich bin kein Roboter") nicht wie
   Feld-Überschriften behandeln — .form-group label würde sie sonst fett
   und als eigenen Block umbrechen. */
.contact-form .form-group .altcha label {
  display: inline;
  margin-bottom: 0;
  font-weight: 500;
  font-size: .9rem;
  color: inherit;
}

/* Mehrfachauswahl-Checkboxen (Schulungsfelder im Kontaktformular) */
.label-hint {
  font-weight: 400;
  color: var(--muted);
  font-size: .82rem;
}

.multi-check-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  margin: 2px 0 6px;
}

.multi-check-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  align-items: start;
}

.multi-check-item input {
  margin-top: 4px;
}

.multi-check-item label {
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .multi-check-group {
    grid-template-columns: 1fr;
  }
}

.honeypot {
  display: none !important;
}

.form-note {
  color: var(--muted) !important;
  font-size: .82rem;
  margin-top: 14px;
  margin-bottom: 0;
}

.success-message {
  padding: 14px 16px;
  border-radius: 14px;
  background: #e7f8ef;
  border: 1px solid #b9e8ca;
  color: #17643a;
  font-weight: 750;
  margin-bottom: 20px;
}

/* Footer */
.footer {
  background: #06192d;
  color: rgba(255,255,255,.72);
  padding: 58px 0 28px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  flex-shrink: 0;
}

.footer-claim {
  display: flex;
  align-items: baseline;
  gap: 9px;
  white-space: nowrap;
}

.footer-claim strong {
  color: var(--white);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: .04em;
}

.footer-claim-sep {
  color: var(--cyan);
  font-weight: 300;
  opacity: .9;
}

.footer-claim-sub {
  color: rgba(255,255,255,.78);
  font-size: 15px;
  font-weight: 300;
}

/* Gruppierte Footer-Spalten (Angebot / Unternehmen / Rechtliches & Zugang) */
.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, auto));
  gap: 24px 64px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-title {
  color: rgba(255,255,255,.44);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.footer-col a {
  text-decoration: none;
  color: rgba(255,255,255,.72);
  font-weight: 600;
  font-size: .92rem;
  width: fit-content;
}

.footer-col a:hover {
  color: var(--cyan);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: rgba(255,255,255,.46);
  font-size: .84rem;
}

/* Responsive */
@media (max-width: 1120px) {
  .desktop-nav {
    gap: 14px;
    font-size: .86rem;
  }

  .hero-inner,
  .trend-grid,
  .split-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 460px;
  }

  .solution-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .deployment-grid {
    grid-template-columns: 1fr;
  }

  .competency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Acht Menüpunkte plus Kundenbereich passen unterhalb von ~880px nicht mehr
   in eine Zeile — deshalb wechselt nur die Hauptnavigation schon hier auf das
   Hamburger-Menü. Die reduzierten Header der Rechtsseiten (ohne Hamburger)
   und das übrige Layout bleiben bis 760px im Desktop-Modus. */
@media (max-width: 880px) {
  .navbar-main .nav-inner {
    height: auto;
    min-height: 76px;
  }

  .navbar-main .desktop-nav {
    display: none;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .admin-contact-grid {
    grid-template-columns: 1fr;
  }

  .competency-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 76px 0;
  }

  .mobile-note {
    display: block;
    color: var(--muted);
    font-size: .78rem;
    font-weight: 700;
  }

  .hero {
    padding: 58px 0 70px;
  }

  .hero-inner {
    gap: 36px;
  }

  .hero-visual {
    min-height: 420px;
    padding: 18px;
  }

  .visual-card {
    width: 140px;
    padding: 12px;
  }

  .card-a { top: 32px; left: 18px; }
  .card-b { top: 58px; right: 16px; }
  .card-c { bottom: 64px; left: 16px; }
  .card-d { right: 20px; bottom: 38px; }

  .visual-core {
    width: 142px;
    height: 142px;
  }

  .visual-core strong {
    font-size: 2rem;
  }

  .orbit-one { width: 220px; height: 220px; }
  .orbit-two { width: 310px; height: 310px; }
  .orbit-three { width: 380px; height: 380px; }

  .solution-grid,
  .process-grid,
  .chart-insights,
  .future-strip,
  .chart-labels,
  .form-row,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .chart {
    height: 240px;
  }

  .chart-header {
    flex-direction: column;
  }

  .kpi {
    text-align: left;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 28px 32px;
  }
}

.visual-image-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 32px;
  border: 1px solid rgba(217, 226, 236, .95);
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(8, 35, 61, .12);
  isolation: isolate;
}

.visual-image-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: 48% center;
  transform: scale(1.01);
}

.visual-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 45%, rgba(49,198,212,.14), transparent 34%),
    radial-gradient(circle at 78% 32%, rgba(232,71,117,.08), transparent 28%);
}

@media (max-width: 760px) {
  .visual-image-card {
    min-height: 320px;
    border-radius: 24px;
  }

  .visual-image-card img {
    min-height: 320px;
  }
}

.select-wrap {
  position: relative;
  width: 100%;
}

.select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 54px;
  background-image: none !important;
  cursor: pointer;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.8px solid var(--muted);
  border-bottom: 1.8px solid var(--muted);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
  opacity: .82;
}

.select-wrap:focus-within::after {
  border-color: var(--cyan);
}

.contact-form .btn-primary.btn-full {
  background: linear-gradient(135deg, var(--navy) 0%, #0f4d73 100%);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 42px rgba(8,35,61,.22);
}

.contact-form .btn-primary.btn-full:hover {
  background: linear-gradient(135deg, #0f4d73 0%, var(--cyan) 100%);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(8,35,61,.28);
}

.contact-form .btn-primary.btn-full:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(49,198,212,.22),
    0 18px 42px rgba(8,35,61,.22);
}

/* ── Mehrseitige Navigation ─────────────────────────────────────────────── */
.desktop-nav a.nav-active {
  opacity: 1;
  color: var(--cyan-2);
}

/* Mobile Navigation: CSS-only Hamburger (Checkbox-Toggle, kein JS nötig) */
.mobile-nav-toggle {
  display: none;
}

.mobile-nav-button {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  background: var(--white);
}

.mobile-nav-button span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: var(--navy);
  transition: transform .2s ease, opacity .2s ease;
}

.mobile-nav {
  display: none;
}

@media (max-width: 880px) {
  .mobile-nav-button {
    display: flex;
  }

  .mobile-note {
    display: none;
  }

  .nav-inner {
    position: relative;
  }

  .mobile-nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 2px;
    padding: 14px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow-md);
    z-index: 60;
  }

  .mobile-nav a {
    padding: 11px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 650;
    color: var(--navy);
  }

  .mobile-nav a:hover,
  .mobile-nav a[aria-current="page"] {
    background: var(--soft);
    color: var(--cyan-2);
  }

  .mobile-nav a.mobile-nav-cta {
    margin-top: 8px;
    text-align: center;
    background: var(--navy);
    color: var(--white);
  }

  .mobile-nav-toggle:checked ~ .mobile-nav {
    display: flex;
  }

  .mobile-nav-toggle:checked ~ .mobile-nav-button span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-toggle:checked ~ .mobile-nav-button span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle:checked ~ .mobile-nav-button span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 760px) {
  .page-hero {
    min-height: 0;
    padding: 58px 0 46px;
  }
}

/* ── Status-Kennzeichnung von Angeboten (verfügbar / Pilot / geplant) ───── */
.status-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.status-available {
  background: var(--cyan-soft);
  color: var(--cyan-2);
}

.status-pilot {
  background: #fff4e5;
  color: #a05a00;
}

.status-planned {
  background: var(--soft);
  color: var(--muted);
  border: 1px dashed var(--line);
}

/* CTA-Band zwischen Sektionen */
.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 24px;
  padding: 46px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: var(--shadow-md);
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  margin: 0;
}

.cta-band p {
  color: rgba(255, 255, 255, .78);
  margin: 8px 0 0;
  max-width: 640px;
}

/* ── Präsentations-Verwaltung (Admin) ──────────────────────────────────── */
.admin-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 26px 28px;
  margin-top: 26px;
  box-shadow: var(--shadow-sm);
}

.admin-card > h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 18px;
  font-size: 1.08rem;
  color: var(--navy);
}

.admin-step-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(49, 198, 212, .14);
  color: var(--cyan-2);
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

.admin-card .contact-form {
  padding: 0;
  max-width: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.admin-contact-grid {
  display: grid;
  grid-template-columns: .8fr 1fr 1fr;
  gap: 14px;
}

.admin-code-reveal {
  background: linear-gradient(140deg, var(--cyan-soft), #f2fbfd 70%);
  border: 1px solid rgba(49, 198, 212, .4);
  border-radius: 20px;
  padding: 26px 28px;
  margin-bottom: 8px;
  box-shadow: 0 18px 44px rgba(8, 35, 61, .08);
}

.admin-reveal-head strong {
  display: block;
  color: var(--navy);
  font-size: 1.08rem;
  margin: 10px 0 4px;
}

.admin-reveal-head p {
  margin: 0 0 16px;
  font-size: .88rem;
  color: var(--muted);
}

.admin-code-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.admin-code-value {
  display: inline-block;
  font-family: "SFMono-Regular", Consolas, Menlo, monospace;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(8, 35, 61, .14);
  border-radius: 12px;
  padding: 10px 18px;
  box-shadow: inset 0 1px 3px rgba(8, 35, 61, .05);
}

.admin-copy-btn {
  padding: 9px 18px;
  font-size: .84rem;
}

.admin-reveal-hint {
  margin: 0 0 18px;
  font-size: .88rem;
  color: var(--text);
}

.admin-send-form {
  padding: 0;
  max-width: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.admin-send-form textarea {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  font: inherit;
  font-size: .9rem;
  line-height: 1.55;
  background: var(--white);
  resize: vertical;
}

.admin-send-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.admin-email-cell {
  font-size: .84rem;
  color: var(--muted);
  word-break: break-all;
}

.admin-contact-cell strong,
.admin-contact-cell small {
  display: block;
}

.admin-contact-cell small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .78rem;
}

.admin-code-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.admin-code-table th,
.admin-code-table td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
}

.admin-code-table td {
  color: var(--navy);
}

.admin-code-table th {
  background: var(--soft);
  color: var(--navy);
  font-weight: 750;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.admin-code-table tr:last-child td {
  border-bottom: none;
}


