/* Expert-Artikel (statische Seite) — ergänzt style.css + gqr-blog.css */

.expert-main {
  flex: 1;
}

.expert-hero {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(180deg, rgba(15, 30, 53, 0.92) 0%, #0a1628 100%);
}

.expert-hero-inner {
  max-width: 48rem;
  margin-inline: auto;
}

.expert-hero-layout {
  max-width: 72rem;
  margin-inline: auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .expert-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 380px);
  }
}

.expert-hero-visual {
  display: flex;
  justify-content: center;
}

@media (min-width: 1024px) {
  .expert-hero-visual {
    justify-content: flex-end;
  }
}

.expert-hero-visual img {
  max-height: 18rem;
  width: auto;
  max-width: 100%;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}

.expert-cta-row {
  margin-top: 2rem;
  text-align: center;
}

.expert-app-img-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}

.expert-app-img-wrap img {
  max-height: 14rem;
  width: auto;
  max-width: 100%;
}

.expert-benefits {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.expert-benefits li {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.65;
}

.expert-benefits li:first-child {
  margin-top: 0;
}

.expert-benefits .dot {
  margin-top: 0.35rem;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: #ff6b35;
}

.expert-benefits strong {
  font-weight: 600;
  color: #1e293b;
}

.expert-breadcrumb {
  font-size: var(--text-sm);
  color: var(--color-muted);
}

.expert-breadcrumb a {
  color: #2dd4bf;
  font-weight: 600;
  text-decoration: none;
}
.expert-breadcrumb a:hover {
  text-decoration: underline;
}

.expert-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.25);
}

.expert-kicker {
  margin-top: 1.5rem;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent);
}

@media (min-width: 640px) {
  .expert-kicker {
    font-size: var(--text-sm);
  }
}

.expert-hero h1 {
  margin-top: 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-text);
}

.expert-hero-lead {
  margin-top: 1.5rem;
  font-size: var(--text-lg);
  line-height: 1.65;
  color: var(--color-muted);
}

.expert-section {
  padding-block: clamp(3.5rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--color-border);
}

.expert-section--white {
  background: #fff;
  border-bottom-color: #e2e8f0;
}

.expert-section--white .expert-section-title,
.expert-section--white .expert-h2 {
  color: #0f172a;
}

.expert-section--white .expert-section-sub,
.expert-section--white .expert-h3 {
  color: #475569;
}

.expert-section--slate {
  background: #f1f5f9;
  border-bottom-color: #e2e8f0;
}

.expert-section--slate .expert-section-title,
.expert-section--slate .expert-h2 {
  color: #0f172a;
}

.expert-section--slate .expert-section-sub {
  color: #475569;
}

.expert-section--dark {
  background: #0a1628;
  border-bottom-color: rgba(255, 255, 255, 0.07);
}

.expert-section--dark .expert-section-title,
.expert-section--dark .expert-h2 {
  color: var(--color-text);
}

.expert-section--dark .expert-section-sub {
  color: var(--color-muted);
}

.expert-container {
  max-width: 1160px;
  margin-inline: auto;
}

.expert-container--narrow {
  max-width: 48rem;
}

.expert-section-eyebrow {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-accent);
}

@media (min-width: 640px) {
  .expert-section-eyebrow {
    font-size: var(--text-sm);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.expert-section-title {
  margin-top: 0.5rem;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.expert-section-sub {
  margin-top: 1rem;
  font-size: var(--text-base);
  line-height: 1.65;
}

@media (min-width: 640px) {
  .expert-section-sub {
    font-size: var(--text-lg);
  }
}

.expert-card-grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .expert-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.expert-pain-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem 1.75rem;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.expert-pain-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.expert-pain-card__row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.expert-pain-card__num {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(255, 107, 53, 0.15);
  font-size: var(--text-sm);
  font-weight: 700;
  color: #ff6b35;
}

.expert-h3 {
  font-size: var(--text-lg);
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
}

.expert-pain-card__body {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.expert-pain-card__body p + p {
  margin-top: 0.75rem;
}

.expert-pain-card__body strong {
  font-weight: 600;
  color: #1e293b;
}

/* ROI */
.expert-roi {
  margin-top: 2.5rem;
  padding: 1.75rem 2rem;
  background: rgba(22, 35, 64, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

@media (min-width: 640px) {
  .expert-roi {
    padding: 2rem 2.25rem;
  }
}

.expert-roi h3 {
  margin-top: 0.5rem;
  font-size: clamp(1.15rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--color-text);
}

.expert-roi-lead {
  margin-top: 0.75rem;
  max-width: 42rem;
  font-size: var(--text-sm);
  line-height: 1.65;
  color: var(--color-muted);
}

.expert-roi-label-row {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text);
}

.expert-roi-count {
  font-variant-numeric: tabular-nums;
  color: #2dd4bf;
}

.expert-roi input[type='range'] {
  margin-top: 0.75rem;
  width: 100%;
  height: 0.5rem;
  border-radius: 999px;
  appearance: none;
  background: rgba(255, 255, 255, 0.1);
  accent-color: #ff6b35;
  cursor: pointer;
}

.expert-roi-scale {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--color-muted);
}

.expert-roi-grid {
  margin-top: 2.5rem;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .expert-roi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.expert-roi-stat-label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-muted);
}

.expert-roi-stat-value {
  margin-top: 0.25rem;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: var(--color-text);
}

.expert-roi-stat-value--teal {
  color: #2dd4bf;
}

.expert-roi-stat-note {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.expert-roi-bar {
  margin-top: 0.75rem;
  height: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.expert-roi-bar > span {
  display: block;
  height: 100%;
  border-radius: 999px;
  transition: width 0.2s ease;
}

.expert-roi-bar--manual > span {
  background: rgba(148, 163, 184, 0.85);
}

.expert-roi-bar--auto > span {
  background: #2dd4bf;
}

/* Tabelle */
.expert-table-wrap {
  margin-top: 2.5rem;
  margin-inline: -1rem;
  padding-inline: 1rem;
  overflow-x: auto;
}

@media (min-width: 640px) {
  .expert-table-wrap {
    margin-inline: 0;
    padding-inline: 0;
  }
}

.expert-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  text-align: left;
  font-size: var(--text-sm);
}

.expert-table th,
.expert-table td {
  border: 1px solid #e2e8f0;
  padding: 0.875rem 1rem;
  vertical-align: top;
}

@media (min-width: 640px) {
  .expert-table th,
  .expert-table td {
    padding: 0.875rem 1.25rem;
  }
}

.expert-table thead th {
  background: #f1f5f9;
  font-weight: 700;
  color: #1e293b;
}

.expert-table thead th:first-child {
  border-radius: 1rem 0 0 0;
}

.expert-table thead th:last-child {
  border-radius: 0 1rem 0 0;
  background: rgba(255, 107, 53, 0.1);
}

.expert-table tbody th {
  background: #fff;
  font-weight: 600;
  color: #1e293b;
}

.expert-table tbody td {
  background: #fff;
  color: #475569;
}

.expert-table tbody td:last-child {
  background: rgba(248, 250, 252, 0.95);
  color: #334155;
}

.expert-table tbody tr:last-child th:first-child {
  border-radius: 0 0 0 1rem;
}

.expert-table tbody tr:last-child td:last-child {
  border-radius: 0 0 1rem 0;
}

/* Realismus */
.expert-callout {
  margin-top: 2rem;
  padding: 1.5rem 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #2dd4bf;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

@media (min-width: 640px) {
  .expert-callout {
    padding: 1.75rem 2rem;
  }
}

.expert-callout h3 {
  font-size: var(--text-lg);
  font-weight: 700;
  color: #0f172a;
}

.expert-callout-inner {
  margin-top: 1rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.expert-callout-inner p + p {
  margin-top: 1rem;
}

.expert-callout-inner ul {
  margin-top: 0.75rem;
  margin-left: 1.25rem;
  list-style: disc;
}

.expert-callout-inner li {
  margin-top: 0.5rem;
  padding-left: 0.25rem;
}

.expert-callout-inner li::marker {
  color: #2dd4bf;
}

.expert-callout-inner strong {
  font-weight: 600;
  color: #1e293b;
}

/* CTA unten */
.expert-cta-section {
  padding-block: clamp(3.5rem, 5vw, 5rem);
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  background: #0f1e35;
}

.expert-cta-box {
  padding: 2rem 2.25rem;
  text-align: center;
  border: 1px solid rgba(45, 212, 191, 0.3);
  border-radius: 1rem;
  background: linear-gradient(135deg, #0f1e35 0%, #162340 100%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

@media (min-width: 640px) {
  .expert-cta-box {
    padding: 2.5rem 2.5rem;
  }
}

.expert-cta-box h2 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  color: var(--color-text);
}

.expert-cta-box > p:first-of-type {
  margin-top: 1rem;
  margin-inline: auto;
  max-width: 36rem;
  color: var(--color-muted);
}

.expert-cta-box .btn-primary {
  margin-top: 2rem;
}

.expert-cta-note {
  margin-top: 1rem;
  font-size: var(--text-sm);
  color: var(--color-muted);
}

.expert-back-blog {
  margin-top: 2.5rem;
  text-align: center;
  font-size: var(--text-sm);
}

.expert-back-blog a {
  font-weight: 600;
  color: #5eead4;
  text-decoration: none;
}
.expert-back-blog a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Layout flex wie Landing */
body.expert-page-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
