.td-hero {
  position: relative;
  padding: 108px 48px 48px;
  background: #ffffff;
  overflow: hidden;
}

.td-hero::before,
.td-hero::after {
  display: none;
}

.td-hero-inner,
.td-content-inner,
.td-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.td-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  font-size: 12px;
  color: rgba(14, 0, 72, 0.52);
}

.td-breadcrumb a {
  color: rgba(14, 0, 72, 0.62);
  text-decoration: none;
  transition: color 0.2s ease;
}

.td-breadcrumb a:hover { color: #1e3ecd; }

.td-breadcrumb svg {
  width: 14px;
  height: 14px;
  color: rgba(14, 0, 72, 0.32);
}

.td-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 28px;
  align-items: start;
}

.td-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(30, 62, 205, 0.86);
}

.td-eyebrow::before {
  content: '';
  width: 24px;
  height: 1px;
  background: rgba(30, 62, 205, 0.48);
}

.td-hero-copy h1 {
  max-width: 820px;
  font-size: clamp(2.5rem, 5.3vw, 4.2rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: #0e0048;
}

.td-hero-copy h1 .td-highlight {
  color: #1e3ecd;
}

.td-hero-copy h1 .td-highlight::after {
  display: none;
}

.td-lead {
  max-width: 700px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
  color: rgba(14, 0, 72, 0.62);
}

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

.td-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 13px;
  border-radius: 6px;
  border: 1px solid rgba(14, 0, 72, 0.09);
  background: #ffffff;
  color: rgba(14, 0, 72, 0.72);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.td-pill svg {
  width: 14px;
  height: 14px;
  color: #1e3ecd;
  flex-shrink: 0;
}

.td-rating-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 9px 14px;
  border-radius: 6px;
  border: 1px solid rgba(14, 0, 72, 0.09);
  background: #ffffff;
  border-left: 2px solid rgba(30, 62, 205, 0.35);
}

.td-rating-row .ts-stars {
  font-size: 13px;
  letter-spacing: 1px;
}

.td-rating-copy {
  font-size: 12.5px;
  color: rgba(14, 0, 72, 0.62);
  line-height: 1.5;
}

/* ── HERO METRICS ── */
.td-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  border: 1px solid rgba(14, 0, 72, 0.09);
  border-radius: 7px;
  overflow: hidden;
  background: rgba(14, 0, 72, 0.065);
  gap: 1px;
}

.td-metric-item {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 16px;
  background: #fff;
  transition: background 0.2s ease;
}

.td-metric-item:hover { background: #f7f9ff; }

.td-metric-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid rgba(30, 62, 205, 0.11);
  background: rgba(30, 62, 205, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3ecd;
}

.td-metric-icon svg { width: 14px; height: 14px; }

.td-metric-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.td-metric-body strong {
  font-size: 12.5px;
  font-weight: 600;
  color: #0e0048;
  letter-spacing: -0.02em;
  line-height: 1.3;
  white-space: nowrap;
}

.td-metric-body span {
  font-size: 10.5px;
  font-weight: 400;
  color: rgba(14, 0, 72, 0.5);
  line-height: 1.3;
}

/* ── HERO DEMO BUTTON ── */
.td-hero-demo-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 20px;
  border-radius: 6px;
  background: #0e0048;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: background 0.2s ease, transform 0.2s ease;
}

.td-hero-demo-btn:hover {
  background: #1e3ecd;
  transform: translateY(-1px);
}

.td-hero-demo-btn svg {
  width: 13px;
  height: 13px;
  transition: transform 0.2s ease;
}

.td-hero-demo-btn:hover svg { transform: translateX(2px); }

.td-profile-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(14, 0, 72, 0.09);
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(14, 0, 72, 0.05);
}

.td-profile-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(30, 62, 205, 0), rgba(30, 62, 205, 0.36), rgba(30, 62, 205, 0));
}

.td-profile-media {
  position: relative;
  padding: 24px 24px 0;
}

.td-profile-media::after {
  display: none;
}

.td-profile-portrait {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(14, 0, 72, 0.08);
  background: #f4f6fb;
  aspect-ratio: 0.92;
}

.td-profile-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 10%;
}

.td-portrait--woerner img { object-position: center 6%; }
.td-portrait--aras img { object-position: center 12%; }
.td-portrait--jablonski img { object-position: center 8%; }
.td-portrait--haasis img { object-position: center 5%; }
.td-portrait--hermanns img { object-position: center 12%; }
.td-portrait--blitzbau img { object-position: center 18%; }

.td-profile-body {
  padding: 20px 24px 24px;
}

.td-profile-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 0, 72, 0.54);
}

.td-profile-label::before {
  content: '';
  width: 18px;
  height: 1px;
  background: rgba(14, 0, 72, 0.24);
}

.td-profile-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0e0048;
}

.td-profile-role,
.td-profile-company {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 0, 72, 0.58);
}

.td-quickfacts {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.td-quickfacts li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(14, 0, 72, 0.07);
}

.td-quickfacts span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(14, 0, 72, 0.42);
}

.td-quickfacts strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(14, 0, 72, 0.76);
  text-align: right;
}

.td-content-section {
  padding: 8px 48px 42px;
  background: #ffffff;
}

.td-content-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.td-article {
  min-width: 0;
}

.td-proof-note,
.td-callout,
.td-quote-block,
.td-side-card,
.td-author-card,
.td-related-card {
  border-radius: 8px;
  border: 1px solid rgba(14, 0, 72, 0.08);
  background: #ffffff;
}

.td-proof-note {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  margin-bottom: 24px;
  color: rgba(14, 0, 72, 0.66);
}

.td-proof-note svg {
  width: 18px;
  height: 18px;
  color: #1e3ecd;
  flex-shrink: 0;
  margin-top: 1px;
}

.td-proof-note p {
  font-size: 13px;
  line-height: 1.7;
}

.td-section + .td-section {
  margin-top: 34px;
}

.td-section h2 {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #0e0048;
}

.td-section h3 {
  margin: 22px 0 10px;
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0e0048;
}

.td-section p,
.td-faq-item p {
  font-size: 15.5px;
  line-height: 1.95;
  color: rgba(14, 0, 72, 0.68);
}

.td-section p + p {
  margin-top: 12px;
}

.td-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.td-list li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(14, 0, 72, 0.72);
}

.td-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e3ecd;
  opacity: 0.5;
}

.td-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.td-result-card {
  padding: 16px;
  border-radius: 7px;
  border: 1px solid rgba(14, 0, 72, 0.08);
  background: #ffffff;
}

.td-result-card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(30, 62, 205, 0.76);
}

.td-result-card-label svg {
  width: 14px;
  height: 14px;
}

.td-result-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #0e0048;
}

.td-result-card p {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(14, 0, 72, 0.6);
}

.td-callout {
  position: relative;
  overflow: hidden;
  padding: 18px 20px;
  margin-top: 22px;
}

.td-callout::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: #1e3ecd;
  opacity: 0.5;
}

.td-callout p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(14, 0, 72, 0.72);
}

.td-quote-block {
  position: relative;
  overflow: hidden;
  padding: 22px 24px;
  margin-top: 18px;
  box-shadow: 0 4px 16px rgba(14, 0, 72, 0.04);
}

.td-quote-block::before {
  content: '"';
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 56px;
  line-height: 1;
  color: rgba(30, 62, 205, 0.07);
  font-family: Georgia, serif;
}

.td-quote-block p {
  position: relative;
  z-index: 1;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #182444;
}

.td-quote-caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(14, 0, 72, 0.07);
}

.td-quote-avatar {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(14, 0, 72, 0.08);
  flex-shrink: 0;
}

.td-quote-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 10%;
}

.td-quote-caption strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0e0048;
}

.td-quote-caption span {
  display: block;
  font-size: 12.5px;
  line-height: 1.5;
  color: rgba(14, 0, 72, 0.54);
}

.td-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.td-side-card,
.td-author-card {
  padding: 18px;
  box-shadow: 0 2px 12px rgba(14, 0, 72, 0.04);
}

.td-side-title {
  margin-bottom: 14px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 62, 205, 0.72);
  display: flex;
  align-items: center;
  gap: 8px;
}

.td-side-title::before {
  content: '';
  width: 16px;
  height: 1px;
  background: rgba(30, 62, 205, 0.38);
  flex-shrink: 0;
}

.td-side-card p {
  font-size: 13px;
  line-height: 1.72;
  color: rgba(14, 0, 72, 0.62);
}

.td-side-list {
  list-style: none;
  display: grid;
  gap: 11px;
}

.td-side-list li {
  display: grid;
  gap: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(14, 0, 72, 0.07);
}

.td-side-list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.td-side-list span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 0, 72, 0.42);
}

.td-side-list strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(14, 0, 72, 0.76);
}

.td-author-card {
  display: flex;
  align-items: center;
  gap: 14px;
}

.td-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 7px;
  background: linear-gradient(135deg, #0e0048, #1e3ecd);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.td-author-overline {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 0, 72, 0.44);
}

.td-author-name {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0e0048;
}

.td-author-role {
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(14, 0, 72, 0.56);
}

.td-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.td-faq-item {
  border-radius: 7px;
  border: 1px solid rgba(14, 0, 72, 0.08);
  background: #ffffff;
  overflow: hidden;
}

.td-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e0048;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.td-faq-item summary::-webkit-details-marker { display: none; }

.td-faq-item summary::after {
  content: '+';
  font-size: 17px;
  line-height: 1;
  color: rgba(30, 62, 205, 0.62);
  flex-shrink: 0;
  font-weight: 300;
}

.td-faq-item[open] summary::after { content: '−'; }

.td-faq-item p {
  padding: 0 16px 16px;
}

.td-related-section {
  padding: 0 48px 82px;
  background: #ffffff;
}

.td-section-head {
  max-width: 700px;
  margin-bottom: 24px;
}

.td-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(30, 62, 205, 0.78);
}

.td-section-kicker::before {
  content: '';
  width: 22px;
  height: 1px;
  background: rgba(30, 62, 205, 0.38);
}

.td-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #0e0048;
}

.td-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.td-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  text-decoration: none;
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.td-related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 62, 205, 0.14);
  box-shadow: 0 12px 32px rgba(14, 0, 72, 0.06);
}

.td-related-top {
  display: flex;
  align-items: center;
  gap: 14px;
}

.td-related-top > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.td-related-avatar {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(14, 0, 72, 0.08);
  flex-shrink: 0;
}

.td-related-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 10%;
}

.td-related-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 0, 72, 0.42);
}

.td-related-name {
  font-size: 15px;
  font-weight: 600;
  color: #0e0048;
  letter-spacing: -0.02em;
}

.td-related-card p {
  font-size: 14px;
  line-height: 1.72;
  color: rgba(14, 0, 72, 0.62);
}

.td-related-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #1e3ecd;
}

.td-related-arrow svg {
  width: 13px;
  height: 13px;
  transition: transform 0.22s ease;
}

.td-related-card:hover .td-related-arrow svg {
  transform: translateX(3px);
}

@media (max-width: 1120px) {
  .td-hero-grid,
  .td-content-inner,
  .td-related-grid {
    grid-template-columns: 1fr;
  }

  .td-aside {
    position: static;
    top: auto;
  }

  .td-results-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .td-hero {
    padding: 88px 20px 34px;
  }

  .td-content-section {
    padding: 0 20px 34px;
  }

  .td-related-section {
    padding: 0 20px 68px;
  }

  .td-hero-copy h1 {
    font-size: 2.2rem;
    line-height: 1.08;
  }

  .td-lead,
  .td-section p,
  .td-faq-item p {
    font-size: 15px;
    line-height: 1.8;
  }

  .td-rating-row,
  .td-hero-pills {
    width: 100%;
  }

  .td-profile-media,
  .td-profile-body,
  .td-side-card,
  .td-author-card,
  .td-proof-note,
  .td-related-card,
  .td-quote-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .td-profile-media {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .td-quote-block p {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .td-hero {
    padding: 82px 16px 28px;
  }

  .td-content-section {
    padding: 0 16px 28px;
  }

  .td-related-section {
    padding: 0 16px 56px;
  }

  .td-hero-copy h1 {
    font-size: 1.85rem;
  }

  .td-hero-metrics {
    grid-template-columns: 1fr;
  }

  .td-metric-body strong {
    white-space: normal;
  }

  .td-rating-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .td-quickfacts strong {
    text-align: left;
  }
}
