/* ══════════════════════════════════════════════════════════
   praxiswissen.css  —  Empfehlungsprogramm (prefix: emp-)
   Nur seitenspezifische Styles. Globale Klassen (section,
   container, btn, ns-cta, etc.) kommen aus base/components.
══════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────
   Shared Eyebrow
───────────────────────────────────────────────────────── */
.emp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gray-500, #7a7a7a);
  margin-bottom: 1.2rem;
}

.emp-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.emp-eyebrow--green { color: var(--avio-green); }


/* ─────────────────────────────────────────────────────────
   1. IHR VORTEIL — hell
───────────────────────────────────────────────────────── */
.emp-vorteil {
  background: var(--c-off-white, #f4f4f3);
}

.emp-vorteil__grid {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: center;
}

.emp-vorteil__copy { align-self: start; }

.emp-vorteil__headline {
  font-size: var(--sh-size);
  font-weight: var(--sh-weight);
  letter-spacing: var(--sh-ls);
  color: var(--c-black);
  line-height: var(--sh-lh);
  margin-bottom: 1.2rem;
}

.emp-vorteil__lead {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: var(--c-gray-600, #4a4a4a);
  line-height: 1.7;
  max-width: 50ch;
  margin-bottom: 1.75rem;
}

.emp-vorteil__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.emp-vorteil__item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--c-black);
  line-height: 1.45;
}

.emp-vorteil__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(30,163,54,0.1);
  color: var(--avio-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.06rem;
}

/* Große Vorteilskarte */
.emp-vorteil__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.emp-big-card {
  background: var(--c-white, #fff);
  border: 1px solid var(--c-line-light, #e5e5e3);
  border-radius: var(--radius-lg, 24px);
  padding: clamp(2.5rem, 4vw, 3.5rem) clamp(2rem, 3.5vw, 3rem);
  box-shadow: 0 0 0 1.5px var(--avio-green),
              inset 0 4px 0 0 var(--avio-green),
              0 20px 56px rgba(30,163,54,0.08),
              0 6px 20px rgba(0,0,0,0.06);
  width: 100%;
  max-width: 340px;
}

.emp-big-card__top {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.emp-big-num {
  font-size: clamp(5rem, 9vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--c-black);
  line-height: 1;
  display: block;
}

.emp-big-card__label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.emp-big-card__label strong {
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 800;
  color: var(--c-black);
  letter-spacing: -0.02em;
}

.emp-big-card__label span {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  font-weight: 600;
  color: var(--avio-green);
}

.emp-big-card__divider {
  height: 1px;
  background: var(--c-line-light, #e5e5e3);
  margin-bottom: 1.25rem;
}

.emp-big-card__detail {
  font-size: 0.83rem;
  color: var(--c-gray-500, #7a7a7a);
  margin-bottom: 0.35rem;
}

.emp-big-card__value {
  font-size: 0.9rem;
  color: var(--c-black);
}

.emp-big-card__value strong {
  font-weight: 800;
  color: var(--avio-green);
  font-size: 1.05rem;
}


/* ─────────────────────────────────────────────────────────
   2. SO FUNKTIONIERT ES — dunkel, 3 Schritte horizontal
───────────────────────────────────────────────────────── */
.emp-prozess {
  background: #0a0a0b;
  padding: clamp(5rem, 8vw, 7rem) 0;
}

.emp-prozess__head {
  text-align: center;
  max-width: 520px;
  margin: 0 auto clamp(3rem, 5vw, 4.5rem);
}

.emp-prozess__headline {
  font-size: var(--sh-size);
  font-weight: var(--sh-weight);
  letter-spacing: var(--sh-ls);
  color: var(--c-white, #fff);
  line-height: var(--sh-lh);
}

/* Horizontal layout (3 steps + 2 connectors) */
.emp-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 0;
}

.emp-step {
  background: #141416;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md, 20px);
  padding: clamp(1.75rem, 2.5vw, 2.25rem) clamp(1.5rem, 2vw, 1.75rem);
  transition: border-color 0.25s ease;
}

.emp-step:hover { border-color: rgba(255,255,255,0.14); }

.emp-step--result {
  background: #0d1f10;
  border-color: rgba(30,163,54,0.25);
  box-shadow: 0 0 0 1px rgba(30,163,54,0.15),
              0 20px 50px rgba(30,163,54,0.08);
}

.emp-step--result:hover { border-color: rgba(30,163,54,0.45); }

/* Diagonal number block */
.emp-step__num-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 40px;
  padding-right: 8px;
  background: #222224;
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0 100%);
  margin-bottom: 1.1rem;
}

.emp-step__num-wrap--green {
  background: var(--avio-green);
}

.emp-step__num {
  font-size: 0.88rem;
  font-weight: 800;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.04em;
}

.emp-step__num-wrap--green .emp-step__num {
  color: #fff;
}

.emp-step__title {
  display: block;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  font-weight: 800;
  color: var(--c-white, #fff);
  letter-spacing: -0.02em;
  margin-bottom: 0.55rem;
}

.emp-step__text {
  font-size: 0.865rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}

.emp-step--result .emp-step__title {
  color: #ffffff;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
}

.emp-step--result .emp-step__text {
  color: rgba(255,255,255,0.7);
}

.emp-step__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.28rem 0.85rem 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(30,163,54,0.55);
  border-left: 2.5px solid var(--avio-green);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(30,163,54,0.08) inset;
}

/* Connector between steps */
.emp-step-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(0.75rem, 1.5vw, 1.5rem);
  color: rgba(255,255,255,0.18);
  padding-top: 1.5rem;
}


/* ─────────────────────────────────────────────────────────
   3. KLAR GEREGELT — hell, Grid-Layout
───────────────────────────────────────────────────────── */
.emp-bedingung {
  background: var(--c-white, #fff);
}

.emp-bedingung__grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: clamp(3rem, 5vw, 5rem);
  align-items: start;
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.emp-bedingung__copy { align-self: start; }

.emp-bedingung__headline {
  font-size: var(--sh-size);
  font-weight: var(--sh-weight);
  letter-spacing: var(--sh-ls);
  color: var(--c-black);
  line-height: var(--sh-lh);
  margin-bottom: 1rem;
}

.emp-bedingung__lead {
  font-size: clamp(0.92rem, 1.05vw, 1rem);
  color: var(--c-gray-600, #4a4a4a);
  line-height: 1.68;
  max-width: 42ch;
}

/* Bedingung items */
.emp-bed-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.emp-bed-item {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--c-line-light, #e5e5e3);
  border-radius: var(--radius-sm, 12px);
  overflow: hidden;
  margin-bottom: 0.6rem;
  min-height: 80px;
  background: var(--c-off-white, #f4f4f3);
}

.emp-bed-item--last { margin-bottom: 0; }

.emp-bed-item__num-wrap {
  flex-shrink: 0;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 8px;
  background: #080808;
  clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
}

.emp-bed-item__num-wrap--green {
  background: var(--avio-green);
}

.emp-bed-item__num {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.01em;
}

.emp-bed-item__body {
  flex: 1;
  padding: 0.9rem 1.25rem 0.9rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.emp-bed-item__title {
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--c-black);
  letter-spacing: -0.01em;
  margin-bottom: 0.2rem;
}

.emp-bed-item__text {
  font-size: 0.81rem;
  color: var(--c-gray-600, #4a4a4a);
  line-height: 1.5;
}

/* Dezenter Hinweis */
.emp-hinweis {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  max-width: 680px;
  padding: 1rem 1.25rem;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--radius-sm, 12px);
}

.emp-hinweis__icon {
  flex-shrink: 0;
  color: rgba(0,0,0,0.3);
  margin-top: 0.1rem;
}

.emp-hinweis p {
  font-size: 0.845rem;
  color: var(--c-gray-600, #4a4a4a);
  line-height: 1.6;
}


/* ─────────────────────────────────────────────────────────
   4. EMPFEHLUNG SENDEN — dunkel, Grid
───────────────────────────────────────────────────────── */
.emp-send {
  background: #0a0a0b;
  padding: clamp(5rem, 8vw, 7rem) 0;
}

.emp-send__grid {
  display: grid;
  grid-template-columns: 52fr 48fr;
  gap: clamp(3rem, 5vw, 5.5rem);
  align-items: start;
}

.emp-send__copy { align-self: start; }

.emp-send__headline {
  font-size: var(--sh-size);
  font-weight: var(--sh-weight);
  letter-spacing: var(--sh-ls);
  color: var(--c-white, #fff);
  line-height: var(--sh-lh);
  margin-bottom: 1rem;
}

.emp-send__text {
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  color: rgba(255,255,255,0.58);
  line-height: 1.7;
  max-width: 46ch;
  margin-bottom: 2rem;
}

.emp-send__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
}

.emp-send__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 0.12rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.emp-send__link:hover {
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.35);
}

/* Info-Karte rechts */
.emp-send__card {
  background: #141416;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md, 20px);
  padding: clamp(1.75rem, 2.5vw, 2.25rem) clamp(1.5rem, 2vw, 1.75rem);
}

.emp-send__card-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 1.25rem;
}

.emp-send__card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.emp-send__card-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  line-height: 1.45;
}

.emp-send__card-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(30,163,54,0.12);
  color: var(--avio-green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

.emp-send__card-note {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.3);
  line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1.1rem;
}


/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 1100px
───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .emp-vorteil__grid { grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 4vw, 4rem); }
  .emp-bedingung__grid { grid-template-columns: 40fr 60fr; gap: clamp(2.5rem, 4vw, 3.5rem); }
  .emp-send__grid { grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 4vw, 4rem); }
  .emp-step-connector { padding: 0 clamp(0.5rem, 1vw, 1rem); }
}


/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 900px — Steps werden vertikal
───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .emp-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .emp-step-connector {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 0 0.5rem 1.75rem;
    transform: rotate(90deg);
    transform-origin: center;
    height: 36px;
  }

  .emp-big-card { max-width: 100%; }
}


/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 768px
───────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .emp-vorteil__grid,
  .emp-bedingung__grid,
  .emp-send__grid {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 5vw, 3rem);
  }

  .emp-big-card { max-width: 400px; }

  .emp-step-connector {
    padding: 0.25rem 0 0.25rem 1.5rem;
  }

  .emp-send__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .emp-prozess__head { text-align: left; }
}


/* ─────────────────────────────────────────────────────────
   RESPONSIVE — 540px
───────────────────────────────────────────────────────── */
@media (max-width: 540px) {
  .emp-prozess,
  .emp-send {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .emp-big-num { font-size: 4.5rem; }

  .emp-bed-item__num-wrap { width: 64px; }
  .emp-bed-item__num { font-size: 0.95rem; }

  .emp-step__num-wrap { width: 44px; height: 34px; }
  .emp-step__num { font-size: 0.78rem; }

  .emp-hinweis { flex-direction: column; gap: 0.5rem; }
  .emp-hinweis__icon { align-self: flex-start; }
}


/* ─────────────────────────────────────────────────────────
   Reduced Motion
───────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .emp-step { transition: none; }
}
