/* ============================
   Ausbildungs-Detail-Seite
   ============================ */

/* Breadcrumb */
.crumbs {
  background: var(--bg-soft-2);
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
}
.crumbs__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 0;
  color: var(--slate-500);
}
.crumbs a {
  color: var(--slate-600);
  font-weight: 500;
  transition: color var(--t);
}
.crumbs a:hover { color: var(--red); }
.crumbs svg { width: 14px; height: 14px; color: var(--slate-400); flex-shrink: 0; }
.crumbs span { color: var(--ink); font-weight: 600; }

.hero--detail {
  background:
    radial-gradient(900px 500px at 100% 0%, rgba(220,10,30,.06), transparent 60%),
    linear-gradient(180deg, #fff 0%, var(--bg-soft-2) 100%);
}

/* Factbar — quick stats under the hero copy */
.factbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.fact {
  padding-right: 20px;
  border-right: 1px solid var(--line);
}
.fact:last-child { border-right: none; }
.fact__label {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 6px;
}
.fact__value {
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* Hero bullets inside hero benefit card */
.hero-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.hero-bullets span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 40px;
  font-size: 12.5px;
  color: #fff;
  font-weight: 500;
}

/* 5-card layout (hero + 4 regular) */
.azubi-benefits--5 {
  grid-template-columns: repeat(4, 1fr);
}
.azubi-benefits--5 .azubi-benefit--hero {
  grid-column: span 2;
  grid-row: span 2;
}

/* Dein Profil — split layout */
.profil__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.profil__copy { max-width: 460px; position: sticky; top: 100px; }
.profil__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.profil__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 22px 26px;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.profil__item:hover { border-color: var(--slate-300); transform: translateX(3px); box-shadow: var(--shadow-sm); }
.profil__num {
  font-size: 28px;
  font-weight: 800;
  color: var(--red);
  letter-spacing: -0.03em;
  line-height: 1;
  font-feature-settings: "tnum" on;
}
.profil__item p {
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--slate-700);
}
.profil__item p strong { color: var(--ink); font-weight: 600; }

/* Inhalte — topic cards */
.topics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.topic {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 32px 28px 30px;
  position: relative;
  transition: border-color var(--t), transform var(--t), box-shadow var(--t);
}
.topic:hover { border-color: var(--slate-300); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.topic__ico {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: var(--red);
  color: #fff;
  display: grid; place-items: center;
  margin-bottom: 22px;
}
.topic__ico svg { width: 26px; height: 26px; }
.topic__chapter {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--slate-500);
  margin-bottom: 6px;
}
.topic__h {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
  line-height: 1.25;
}
.topic__t {
  font-size: 14.5px;
  color: var(--slate-600);
  line-height: 1.6;
}

/* Finalcta sub */
.finalcta__sub {
  margin-top: 12px;
  font-size: 15.5px;
  color: #A2A8B3;
  max-width: 540px;
}

/* Single contact card */
.contacts--single {
  grid-template-columns: 1fr;
  max-width: 520px;
}

/* Responsive */
@media (max-width: 1100px) {
  .azubi-benefits--5 { grid-template-columns: repeat(2, 1fr); }
  .azubi-benefits--5 .azubi-benefit--hero { grid-column: span 2; grid-row: auto; }
  .topics { grid-template-columns: repeat(2, 1fr); }
  .profil__grid { grid-template-columns: 1fr; gap: 40px; }
  .profil__copy { position: static; max-width: 100%; }
  .factbar { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .factbar .fact:nth-child(2) { border-right: none; }
}

@media (max-width: 820px) {
  .azubi-benefits--5, .azubi-benefits--5 .azubi-benefit--hero { grid-template-columns: 1fr; grid-column: 1; }
  .topics { grid-template-columns: 1fr; }
  .factbar { grid-template-columns: 1fr 1fr; }
  .fact { border-right: none; padding-right: 0; }
}
