/* ============================================================
   CODE HIVE ACADEMY — Unterseite "Für Unternehmen"
   Eigenes Layout, gleiches Design-System (Tokens aus style.css).
   Teilt sich Komponenten mit parents.css (phero, seal, compare,
   manifest, credo, facts, voices) — hier nur die Zusätze.
   ============================================================ */

/* ---------- Prozess-Flow: So funktioniert das Stipendium ---------- */
.flow {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 8px; position: relative;
}
.flow__step {
  position: relative; background: var(--card); border: var(--border);
  padding: 28px 24px 26px;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}
.flow__num {
  font-family: var(--font-display); font-weight: 800; font-size: 15px;
  color: #04120f; background: var(--teal-light);
  width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.flow__step h3 { font-family: var(--font-head); font-weight: 700; font-size: 17px; line-height: 1.15; margin-bottom: 9px; }
.flow__step p { color: var(--grey); font-size: 14px; line-height: 1.5; }
/* Verbindungs-Pfeile zwischen den Schritten */
.flow__step:not(:last-child)::after {
  content: "›"; position: absolute; top: 50%; right: -14px; transform: translateY(-50%);
  font-family: var(--font-head); font-weight: 800; font-size: 22px; color: var(--teal-dark); z-index: 2;
}
@media (max-width: 880px) {
  .flow { grid-template-columns: 1fr 1fr; gap: 16px; }
  .flow__step:not(:last-child)::after { display: none; }
}
@media (max-width: 520px) { .flow { grid-template-columns: 1fr; } }

/* ---------- Benefit-Grid: Was Unternehmen davon haben ---------- */
.gains { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gain {
  position: relative; background: var(--card); border: var(--border); padding: 28px 26px 30px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}
.gain__ico {
  width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
  color: #04120f; background: var(--teal-light); font-size: 20px; font-weight: 800;
  margin-bottom: 18px;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}
.gain h3 { font-family: var(--font-head); font-weight: 700; font-size: 18px; line-height: 1.15; margin-bottom: 9px; }
.gain p { color: var(--grey); font-size: 14.5px; line-height: 1.5; }
@media (max-width: 880px) { .gains { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .gains { grid-template-columns: 1fr; } }

/* ---------- Einblick-Feature: Monitoring-Modul (Text + Dashboard-Mock) ---------- */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature__list { list-style: none; display: grid; gap: 14px; margin-top: 22px; }
.feature__list li { position: relative; padding-left: 28px; color: #d6dad5; font-size: 15.5px; line-height: 1.5; }
.feature__list li::before { content: "\2713"; position: absolute; left: 0; top: 0; color: var(--teal-light); font-weight: 800; }

.dash {
  background: var(--bg-2); border: 1px solid rgba(42,181,185,0.4); padding: 26px;
  box-shadow: var(--glow);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.dash__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.dash__id { display: flex; align-items: center; gap: 12px; }
.dash__av {
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 800; color: var(--teal-light);
  background: var(--card-2); border: 1px solid var(--teal-dark);
}
.dash__name { font-family: var(--font-head); font-weight: 700; font-size: 15px; }
.dash__meta { color: var(--grey); font-size: 12px; }
.dash__live {
  font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 10.5px; color: var(--teal-light); display: flex; align-items: center; gap: 7px;
}
.dash__dot { width: 8px; height: 8px; background: var(--teal-light); box-shadow: 0 0 10px var(--teal-light); border-radius: 50%;
  animation: mechBlink 1.4s steps(1, end) infinite; }
.dash__row { margin-bottom: 18px; }
.dash__label { display: flex; justify-content: space-between; font-size: 13px; color: var(--grey); margin-bottom: 7px; }
.dash__label b { color: var(--white); font-family: var(--font-head); }
.dash__track { height: 8px; background: rgba(42,181,185,0.12); border: 1px solid rgba(42,181,185,0.22); }
.dash__fill { height: 100%; background: linear-gradient(90deg, var(--teal-dark), var(--teal-light)); }
.dash__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.dash__stat { border: var(--border); background: var(--card); padding: 14px 16px; }
.dash__stat b { font-family: var(--font-display); font-weight: 800; color: var(--teal-light); font-size: 19px; display: block; }
.dash__stat span { color: var(--grey); font-size: 12px; }
@media (max-width: 820px) { .feature { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- Win-Win: zwei Seiten, beide positiv ---------- */
.winwin { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.winwin__panel {
  position: relative; background: var(--card); border: var(--border); padding: 32px 32px 34px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}
.winwin__panel--lead {
  background: linear-gradient(150deg, rgba(42,181,185,0.14), rgba(0,133,123,0.05));
  border-color: rgba(42,181,185,0.45); box-shadow: var(--glow);
}
.winwin__tag {
  display: inline-block; font-family: var(--font-body); font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em; font-size: 11.5px;
  padding: 5px 12px; margin-bottom: 18px; color: var(--grey); background: rgba(150,160,150,0.12);
}
.winwin__panel--lead .winwin__tag { color: #04120f; background: var(--teal-light); }
.winwin__panel h3 { font-family: var(--font-head); font-weight: 800; font-size: 21px; margin-bottom: 18px; }
.winwin__list { list-style: none; display: grid; gap: 12px; }
.winwin__list li { position: relative; padding-left: 28px; font-size: 15px; line-height: 1.45; color: #d6dad5; }
.winwin__list li::before { content: "\2192"; position: absolute; left: 0; top: 0; color: var(--teal-light); font-weight: 800; }
@media (max-width: 760px) { .winwin { grid-template-columns: 1fr; } }
