/* ============================================================
   WPT SEO Landingpage Styles
   Ratgeber Layout mit rechter Sidebar
   ============================================================ */

#wpt-seo-landing.wpt-seo-landing-page {
  color: #1a1a1a;
  line-height: 1.7;
}

#wpt-seo-landing .wpt-seo-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px 80px;
  box-sizing: border-box;
}

/* Breadcrumb */
#wpt-seo-landing .wpt-seo-breadcrumb {
  font-size: 13px;
  color: #666;
  padding-top: 20px;
  margin-bottom: 24px;
}

#wpt-seo-landing .wpt-seo-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

#wpt-seo-landing .wpt-seo-breadcrumb a:hover {
  text-decoration: underline;
}

#wpt-seo-landing .wpt-seo-breadcrumb span[aria-hidden] {
  margin: 0 8px;
  color: #bbb;
}

/* Suche */
#wpt-seo-landing .wpt-ratgeber-search {
  position: relative;
  margin-bottom: 28px;
}

#wpt-seo-landing .wpt-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

#wpt-seo-landing .wpt-search-icon {
  position: absolute;
  left: 14px;
  width: 18px;
  height: 18px;
  color: #aaa;
  pointer-events: none;
}

#wpt-seo-landing .wpt-search-input {
  width: 100%;
  padding: 12px 16px 12px 44px;
  font-size: 15px;
  font-family: inherit;
  border: 1.5px solid #d0d4db;
  border-radius: 8px;
  outline: none;
  background: #fff;
  color: #1a1a1a;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

#wpt-seo-landing .wpt-search-input:focus {
  border-color: #0d1b2a;
  box-shadow: 0 0 0 3px rgba(13, 27, 42, 0.08);
}

#wpt-seo-landing .wpt-search-input::placeholder {
  color: #bbb;
}

#wpt-seo-landing .wpt-search-input::-webkit-search-cancel-button {
  display: none;
}

#wpt-seo-landing .wpt-search-input::-webkit-search-decoration {
  display: none;
}

#wpt-seo-landing .wpt-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  border: 1.5px solid #d0d4db;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  max-height: 340px;
  overflow-y: auto;
}

#wpt-seo-landing .wpt-search-results li::before {
  content: none !important;
}

#wpt-seo-landing .wpt-search-result {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #0d1b2a;
  text-decoration: none;
  line-height: 1.4;
  transition: background 0.1s ease, color 0.1s ease;
}

#wpt-seo-landing .wpt-search-result:hover,
#wpt-seo-landing .wpt-search-result:focus {
  background: #f7f8fa;
  color: #8b7340;
  text-decoration: none;
  outline: none;
}

#wpt-seo-landing .wpt-search-result-title {
  display: block;
}

#wpt-seo-landing .wpt-search-result-cluster {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #8b7340;
  opacity: 0.85;
}

#wpt-seo-landing .wpt-search-loading,
#wpt-seo-landing .wpt-search-empty {
  display: block;
  padding: 12px 18px;
  font-size: 14px;
  color: #888;
}

#wpt-seo-landing .wpt-search-empty em {
  font-style: italic;
  color: #555;
}

/* Layout Grid */
#wpt-seo-landing .wpt-seo-layout-grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 32px;
  align-items: start;
}

#wpt-seo-landing .wpt-seo-layout-main {
  min-width: 0;
}

#wpt-seo-landing .wpt-seo-layout-side {
  width: 100%;
}

/* Header */
#wpt-seo-landing .wpt-seo-header {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

#wpt-seo-landing .wpt-seo-header.is-vv {
  margin-bottom: 22px;
  padding-bottom: 18px;
}

#wpt-seo-landing .wpt-seo-cluster-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b7340;
  background: #f8f4eb;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
}

#wpt-seo-landing .wpt-seo-h1 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 18px;
  color: #0d1b2a;
}

#wpt-seo-landing .wpt-seo-meta-updated {
  font-size: 12px;
  color: #999;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}

#wpt-seo-landing .wpt-seo-meta-updated time {
  font-weight: 500;
  color: #777;
}

#wpt-seo-landing .wpt-seo-hero-image-wrap {
  width: 100%;
  margin-bottom: 24px;
}

#wpt-seo-landing .wpt-seo-hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  display: block;
}

#wpt-seo-landing .wpt-seo-intro {
  font-size: 18px;
  line-height: 1.65;
  color: #3a3a3a;
  max-width: none;
  margin-bottom: 0;
}

#wpt-seo-landing .wpt-seo-intro-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: block;
}

#wpt-seo-landing .wpt-seo-intro p {
  margin: 0 0 16px;
}

#wpt-seo-landing .wpt-seo-intro p:last-child {
  margin-bottom: 0;
}

/* Header CTA Button */
#wpt-seo-landing .wpt-seo-cta-button {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: #0d1b2a;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease, transform 0.1s ease;
}

#wpt-seo-landing .wpt-seo-cta-button {
  margin-top: clamp(12px, 1.2vw, 20px);
}

/* Header CTA Button: volle Breite wie Textspalte */
#wpt-seo-landing .wpt-seo-header .wpt-seo-cta-button {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  margin-top: 16px;
}

#wpt-seo-landing .wpt-seo-cta-button:hover {
  background: #1a3050;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

#wpt-seo-landing .wpt-seo-cta-button--primary {
  background: #8b7340;
}

#wpt-seo-landing .wpt-seo-cta-button--primary:hover {
  background: #6e5b30;
}

/* Content Blocks */
#wpt-seo-landing .wpt-seo-content {
  margin-bottom: 40px;
}

#wpt-seo-landing .wpt-seo-block {
  margin-bottom: 44px;
}

#wpt-seo-landing .wpt-seo-text-block h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 16px;
  line-height: 1.3;
}

#wpt-seo-landing .wpt-seo-text-block h3 {
  font-size: 19px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 24px 0 12px;
}

#wpt-seo-landing .wpt-seo-text-block p {
  margin: 0 0 16px;
  color: #2a2a2a;
}

/* Bullets Block */
#wpt-seo-landing .wpt-seo-bullets-block {
  background: #f7f8fa;
  border-left: 3px solid #0d1b2a;
  padding: 24px 28px;
  border-radius: 0 6px 6px 0;
}

#wpt-seo-landing .wpt-seo-bullets-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#wpt-seo-landing .wpt-seo-bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#wpt-seo-landing .wpt-seo-bullet-list li {
  padding: 6px 0 6px 20px;
  position: relative;
  color: #2a2a2a;
  font-size: 15px;
  border-bottom: 1px solid #eaecef;
}

#wpt-seo-landing .wpt-seo-bullet-list li:last-child {
  border-bottom: none;
}

#wpt-seo-landing .wpt-seo-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #8b7340;
  border-radius: 50%;
}

/* FAQ */
#wpt-seo-landing .wpt-seo-faq-block {
  margin-bottom: 44px;
}

#wpt-seo-landing .wpt-seo-faq-block>h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 24px;
}

#wpt-seo-landing .wpt-seo-faq-list {
  display: flex;
  flex-direction: column;
}

#wpt-seo-landing .wpt-seo-faq-item {
  border-bottom: 1px solid #e8e8e8;
  padding: 18px 0;
}

#wpt-seo-landing .wpt-seo-faq-item:first-child {
  border-top: 1px solid #e8e8e8;
}

#wpt-seo-landing .wpt-seo-faq-question {
  font-size: 17px;
  font-weight: 600;
  color: #0d1b2a;
  margin: 0 0 10px;
  line-height: 1.4;
}

#wpt-seo-landing .wpt-seo-faq-answer {
  font-size: 15px;
  line-height: 1.65;
  color: #3a3a3a;
}

/* CTA Block (im Content) */
#wpt-seo-landing .wpt-seo-cta-block {
  background: linear-gradient(135deg, #0d1b2a 0%, #1a3050 100%);
  color: #fff;
  padding: 40px 44px;
  border-radius: 8px;
  text-align: center;
}

#wpt-seo-landing .wpt-seo-cta-headline {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  margin: 0 0 12px;
}

#wpt-seo-landing .wpt-seo-cta-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 28px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

#wpt-seo-landing .wpt-seo-cta-block .wpt-seo-cta-button {
  background: #8b7340;
  font-size: 16px;
  padding: 16px 36px;
}

#wpt-seo-landing .wpt-seo-cta-block .wpt-seo-cta-button:hover {
  background: #6e5b30;
}

/* Weiterfuehrende Artikel */
#wpt-seo-landing .wpt-seo-related-links {
  background: #f7f8fa;
  border-radius: 8px;
  padding: 28px 32px;
  margin-bottom: 40px;
}

#wpt-seo-landing .wpt-seo-related-headline {
  font-size: 17px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

#wpt-seo-landing .wpt-seo-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#wpt-seo-landing .wpt-seo-related-list li::before {
  content: none !important;
}

#wpt-seo-landing .wpt-seo-related-link {
  display: block;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #e0e3e8;
  border-radius: 4px;
  color: #0d1b2a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

#wpt-seo-landing .wpt-seo-related-link:hover {
  border-color: #8b7340;
  background: #fdfbf7;
  color: #0d1b2a;
  text-decoration: none;
}

/* Disclaimer */
#wpt-seo-landing .wpt-seo-disclaimer {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 32px;
}

#wpt-seo-landing .wpt-seo-disclaimer p {
  font-size: 13px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

#wpt-seo-landing .wpt-seo-disclaimer strong {
  color: #333;
}

/* TOC */
#wpt-seo-landing .wpt-seo-toc {
  background: #f7f8fa;
  border-left: 3px solid #8b7340;
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  margin-bottom: 32px;
}

#wpt-seo-landing .wpt-seo-toc-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8b7340;
  margin: 0 0 10px;
}

#wpt-seo-landing .wpt-seo-toc-list {
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#wpt-seo-landing .wpt-seo-toc-list li {
  font-size: 14px;
  color: #1a1a1a;
}

#wpt-seo-landing .wpt-seo-toc-list a {
  color: #0d1b2a;
  text-decoration: none;
  font-weight: 500;
}

#wpt-seo-landing .wpt-seo-toc-list a:hover {
  color: #8b7340;
  text-decoration: underline;
}

/* Cluster Links */
#wpt-seo-landing .wpt-seo-cluster-links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#wpt-seo-landing .wpt-seo-cluster-links li {
  font-size: 14px;
}

#wpt-seo-landing .wpt-seo-cluster-links li::before {
  display: none;
}

#wpt-seo-landing .wpt-seo-cluster-links a {
  display: inline-block;
  color: #0d1b2a;
  text-decoration: none;
  font-weight: 500;
  padding: 2px 0;
  border-bottom: 1px solid #e0e3e8;
  transition: color 0.15s ease, border-color 0.15s ease;
}

#wpt-seo-landing .wpt-seo-cluster-links a:hover {
  color: #8b7340;
  border-color: #8b7340;
}

/* Sidebar Library */
#wpt-seo-landing .wpt-seo-library {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  margin: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f2f5;
}

#wpt-seo-landing .wpt-seo-layout-side .wpt-seo-library {
  position: sticky;
  top: 24px;
}

#wpt-seo-landing .wpt-seo-library-headline {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #8b7340;
  margin: 0 0 20px;
  opacity: 0.9;
}

#wpt-seo-landing .wpt-seo-library-group {
  margin-top: 24px;
}

#wpt-seo-landing .wpt-seo-library-subheadline {
  font-size: 15px;
  font-weight: 700;
  color: #0d1b2a;
  margin: 0 0 12px;
  padding-left: 4px;
}

#wpt-seo-landing .wpt-seo-library-accordion {
  display: grid;
  gap: 8px;
}

#wpt-seo-landing .wpt-seo-acc-item {
  border: 1px solid #edf0f4;
  border-radius: 10px;
  padding: 0;
  background: #fdfcf9;
  overflow: hidden;
  transition: all 0.2s ease;
}

#wpt-seo-landing .wpt-seo-acc-item[open] {
  background: #fff;
  border-color: #e0e3e8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

#wpt-seo-landing .wpt-seo-acc-summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  padding: 12px 16px;
  font-size: 14px;
  color: #0d1b2a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

#wpt-seo-landing .wpt-seo-acc-summary:hover {
  background: #f7f8fa;
}

#wpt-seo-landing .wpt-seo-acc-summary::-webkit-details-marker {
  display: none;
}

#wpt-seo-landing .wpt-seo-acc-summary::after {
  content: '';
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b7340' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

#wpt-seo-landing .wpt-seo-acc-item[open] .wpt-seo-acc-summary::after {
  transform: rotate(180deg);
}

#wpt-seo-landing .wpt-seo-acc-body {
  padding: 4px 16px 16px;
}

#wpt-seo-landing .wpt-seo-acc-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#wpt-seo-landing .wpt-seo-acc-link {
  display: block;
  text-decoration: none;
  font-size: 13.5px;
  color: #444;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s;
  line-height: 1.4;
}

#wpt-seo-landing .wpt-seo-acc-link:hover {
  background: #f7f8fa;
  color: #8b7340;
}

#wpt-seo-landing .wpt-seo-acc-link.is-active {
  background: #fdfbf7;
  color: #8b7340;
  font-weight: 700;
  border-left: 3px solid #8b7340;
  border-radius: 0 6px 6px 0;
  padding-left: 9px; /* Compensate for border */
}

#wpt-seo-landing .wpt-seo-acc-empty {
  margin: 0;
  padding: 8px 12px;
  font-size: 13px;
  opacity: 0.6;
  font-style: italic;
}

#wpt-seo-landing .wpt-seo-acc-hublink {
  margin: 12px 0 0;
  padding: 8px 12px 0;
  border-top: 1px dashed #eee;
}

#wpt-seo-landing .wpt-seo-acc-hublink a {
    font-size: 13px;
    font-weight: 600;
    color: #8b7340;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#wpt-seo-landing .wpt-seo-acc-hublink a::after {
    content: '→';
    font-size: 14px;
}

#wpt-seo-landing .wpt-seo-acc-hublink a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 1280px) {
  #wpt-seo-landing .wpt-seo-layout-grid {
    grid-template-columns: minmax(0, 1fr) 440px;
  }
}

@media (max-width: 1024px) {
  #wpt-seo-landing .wpt-seo-container {
    padding: 0 18px 60px;
  }

  #wpt-seo-landing .wpt-seo-layout-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  #wpt-seo-landing .wpt-seo-layout-side .wpt-seo-library {
    position: static;
    top: auto;
  }
}

@media (max-width: 640px) {
  #wpt-seo-landing .wpt-seo-cta-block {
    padding: 28px 24px;
  }

  #wpt-seo-landing .wpt-seo-bullets-block {
    padding: 18px 20px;
  }

  #wpt-seo-landing .wpt-seo-related-links {
    padding: 20px 20px;
  }
}

/* ============================================================
   Glossar Index Block
   ============================================================ */

/* A-Z Navigation */
#wpt-seo-landing .wpt-glossar-az {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  padding: 24px;
  background: #fdfdfd;
  border: 1.5px solid #f0f2f5;
  border-radius: 12px;
}

#wpt-seo-landing .wpt-glossar-az-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  color: #0d1b2a;
  background: #fff;
  border: 1px solid #e2e6eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

#wpt-seo-landing .wpt-glossar-az-link:hover {
  background: #0d1b2a;
  border-color: #0d1b2a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 27, 42, 0.15);
}

/* Buchstabengruppen */
#wpt-seo-landing .wpt-glossar-group {
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}

#wpt-seo-landing .wpt-glossar-letter {
  font-size: 32px;
  font-weight: 800;
  color: #0d1b2a;
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 16px;
}

#wpt-seo-landing .wpt-glossar-letter::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #f0f0f0;
}

/* Begriffe als Kacheln */
#wpt-seo-landing .wpt-glossar-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#wpt-seo-landing .wpt-glossar-item {
  padding: 0;
}

#wpt-seo-landing .wpt-glossar-item::before {
  display: none !important;
}

#wpt-seo-landing .wpt-glossar-card-link {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
  background: #fff;
  border: 1.5px solid #edf0f4;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

#wpt-seo-landing .wpt-glossar-card-link:hover {
  border-color: #8b7340;
  box-shadow: 0 12px 32px rgba(139, 115, 64, 0.1);
  transform: translateY(-4px);
  background: #fdfbf7;
}

#wpt-seo-landing .wpt-glossar-link-text {
  font-size: 17px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color 0.2s ease;
}

#wpt-seo-landing .wpt-glossar-card-link:hover .wpt-glossar-link-text {
  color: #8b7340;
}

#wpt-seo-landing .wpt-glossar-kw {
  font-size: 13px;
  color: #888;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Responsive */
@media (max-width: 640px) {
  #wpt-seo-landing .wpt-glossar-az {
    gap: 6px;
    padding: 16px;
  }
  #wpt-seo-landing .wpt-glossar-az-link {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
  #wpt-seo-landing .wpt-glossar-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  #wpt-seo-landing .wpt-glossar-card-link {
    padding: 18px;
  }
}

/* ============================================================
   Magisches Dreieck – interaktives Widget
   ============================================================ */

#wpt-seo-landing .wpt-magic-triangle-widget {
  background: #f8f9fa;
  border: 1.5px solid #e2e6ea;
  border-radius: 12px;
  padding: 28px 28px 24px;
  margin: 32px 0;
}

#wpt-seo-landing .wpt-mt-headline {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  color: #0d1b2a;
  margin: 0 0 12px;
  line-height: 1.2;
  hyphens: none;
  word-break: keep-all;
}

#wpt-seo-landing .wpt-mt-intro {
  font-size: 15px;
  margin-bottom: 8px;
}

#wpt-seo-landing .wpt-mt-disclaimer {
  font-size: 11px;
  color: #888;
  font-style: italic;
  margin: 0 0 16px;
}

#wpt-seo-landing .wpt-mt-layout {
  display: flex;
  gap: 32px;
  align-items: center;
}

#wpt-seo-landing .wpt-mt-canvas-wrap {
  flex: 0 0 420px;
  min-width: 0;
}

#wpt-seo-landing .wpt-mt-canvas {
  width: 100%;
}

#wpt-seo-landing .wpt-mt-controls {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

#wpt-seo-landing .wpt-mt-slider-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#wpt-seo-landing .wpt-mt-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#wpt-seo-landing .wpt-mt-label-text {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

#wpt-seo-landing .wpt-mt-pct {
  font-size: 18px;
  font-weight: 700;
  min-width: 38px;
  text-align: right;
}

/* Achsen-Farben für %-Anzeige */
#wpt-seo-landing .wpt-mt-slider--rendite    .wpt-mt-pct { color: #dc3545; }
#wpt-seo-landing .wpt-mt-slider--sicherheit .wpt-mt-pct { color: #0d6efd; }
#wpt-seo-landing .wpt-mt-slider--liquiditaet .wpt-mt-pct { color: #198754; }

/* Schieberegler Basis-Reset */
#wpt-seo-landing .wpt-mt-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #d4d8dc;
  outline: none;
  cursor: pointer;
  transition: background 0.15s;
}

#wpt-seo-landing .wpt-mt-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b8975a;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.1s;
}

#wpt-seo-landing .wpt-mt-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #b8975a;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  cursor: pointer;
}

#wpt-seo-landing .wpt-mt-slider:hover::-webkit-slider-thumb {
  transform: scale(1.15);
}

/* Akzentfarben pro Achse */
#wpt-seo-landing .wpt-mt-slider--rendite     .wpt-mt-slider::-webkit-slider-thumb { background: #dc3545; }
#wpt-seo-landing .wpt-mt-slider--sicherheit  .wpt-mt-slider::-webkit-slider-thumb { background: #0d6efd; }
#wpt-seo-landing .wpt-mt-slider--liquiditaet .wpt-mt-slider::-webkit-slider-thumb { background: #198754; }

#wpt-seo-landing .wpt-mt-slider--rendite     .wpt-mt-slider::-moz-range-thumb { background: #dc3545; }
#wpt-seo-landing .wpt-mt-slider--sicherheit  .wpt-mt-slider::-moz-range-thumb { background: #0d6efd; }
#wpt-seo-landing .wpt-mt-slider--liquiditaet .wpt-mt-slider::-moz-range-thumb { background: #198754; }

#wpt-seo-landing .wpt-mt-cta {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e6ea;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  width: 100%;
}

.wpt-mt-legend {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid #e2e6eb;
  border-radius: 8px;
}

.wpt-mt-legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wpt-mt-legend-marker {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

.wpt-mt-legend-marker--schwerpunkt {
  background: #fff;
  border: 2px solid #b8975a;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 6px #b8975a;
}

.wpt-mt-legend-marker--polygon {
  background: rgba(184, 151, 90, 0.25);
  border: 1.5px solid #b8975a;
  border-radius: 4px;
}

.wpt-mt-legend-text {
  font-size: 14px;
  font-weight: 600;
  color: #444;
}

@media (max-width: 768px) {
  .wpt-mt-legend {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    padding: 8px 16px;
  }
}

#wpt-seo-landing .wpt-mt-cta p {
  margin: 0;
  font-size: 15px;
  color: #444;
  font-weight: 500;
}

#wpt-seo-landing .wpt-mt-cta .wpt-seo-cta-button {
  background: #b8975a;
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(184, 151, 90, 0.3);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wpt-seo-landing .wpt-mt-cta .wpt-seo-cta-button:hover {
  background: #a3844d !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(184, 151, 90, 0.4);
}

/* Responsive: unter 768px Stack */
@media (max-width: 768px) {
  #wpt-seo-landing .wpt-magic-triangle-widget {
    padding: 12px 16px;
    margin: 16px 0;
  }
  #wpt-seo-landing .wpt-mt-headline {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #wpt-seo-landing .wpt-mt-intro {
    font-size: 13px;
    margin-bottom: 4px;
  }
  #wpt-seo-landing .wpt-mt-disclaimer {
    margin-bottom: 8px;
    font-size: 10px;
  }
  #wpt-seo-landing .wpt-mt-layout {
    flex-direction: column;
    gap: 8px;
  }
  #wpt-seo-landing .wpt-mt-canvas-wrap {
    flex: none;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  #wpt-seo-landing .wpt-mt-controls {
    width: 100%;
    gap: 8px;
    padding-top: 0;
  }
  #wpt-seo-landing .wpt-mt-slider-row {
    gap: 0;
  }
  #wpt-seo-landing .wpt-mt-label-text {
    font-size: 13px;
  }
  #wpt-seo-landing .wpt-mt-pct {
    font-size: 12px;
  }
  #wpt-seo-landing .wpt-mt-cta {
    margin-top: 12px;
    padding-top: 12px;
    gap: 8px;
    text-align: center;
  }
  #wpt-seo-landing .wpt-mt-cta p {
    font-size: 13px;
  }
  #wpt-seo-landing .wpt-mt-cta .wpt-seo-cta-button {
    font-size: 16px;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
  }
}

/* ============================================================
   Numbered List Block
   ============================================================ */
.wpt-seo-numbered-list-block {
    margin-bottom: 56px;
    background: #fff;
}

.wpt-seo-numbered-list-block h2 {
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 32px;
}

.wpt-seo-numbered-list-items {
    display: grid;
    gap: 24px;
}

.wpt-seo-numbered-list-item {
    display: flex;
    gap: 24px;
    padding: 24px;
    background: #fdfbf7;
    border-radius: 12px;
    border: 1px solid #f0f2f5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.wpt-seo-numbered-list-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.wpt-seo-numbered-list-number {
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    color: #8b7340;
    opacity: 0.15;
    flex-shrink: 0;
    font-family: serif;
}

.wpt-seo-numbered-list-content {
    flex-grow: 1;
}

.wpt-seo-numbered-list-title {
    font-size: 19px;
    font-weight: 700;
    color: #0d1b2a;
    margin: 4px 0 12px;
}

.wpt-seo-numbered-list-text {
    font-size: 15px;
    line-height: 1.6;
    color: #2a2a2a;
}

@media (max-width: 640px) {
    .wpt-seo-numbered-list-item {
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }
    .wpt-seo-numbered-list-number {
        font-size: 32px;
    }
}

/* Sidebar Glossar Grouping with Details/Summary */
.wpt-seo-sidebar-letter-group {
  border-bottom: 1px solid #f0f0f0;
}

.wpt-seo-sidebar-letter-group:last-child {
  border-bottom: none;
}

.wpt-seo-sidebar-letter-label {
  list-style: none; /* Hide default arrow */
  padding: 12px 15px;
  margin: 0;
  font-size: 0.85rem;
  font-weight: 700;
  color: #b0b0b0;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpt-seo-sidebar-letter-label::-webkit-details-marker {
  display: none;
}

.wpt-seo-sidebar-letter-label::after {
  content: '+';
  font-weight: 400;
  font-size: 1.2rem;
}

.wpt-seo-sidebar-letter-group[open] .wpt-seo-sidebar-letter-label::after {
  content: '−';
}

.wpt-seo-sidebar-letter-group[open] .wpt-seo-sidebar-letter-label {
  color: #8b7340;
}

.wpt-seo-sidebar-letter-group .wpt-seo-acc-links {
  margin: 0;
  padding: 0 0 15px 0;
}