.ap-breadcrumbs-wrap {
  width: 100%;
  background: #F8FAFC;
  border-bottom: 1px solid #E6EAF0;
}

.ap-breadcrumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 40px;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
}

.ap-breadcrumbs-inner p,
.rank-math-breadcrumb p {
  margin: 0 !important;
  color: #5B6474;
}

.ap-breadcrumbs-inner a,
.rank-math-breadcrumb a {
  color: #5B6474 !important;
  text-decoration: none !important;
  transition: color .16s ease;
}
.ap-breadcrumbs-inner a:hover,
.rank-math-breadcrumb a:hover {
  color: #061D3C !important;
}

.rank-math-breadcrumb .separator {
  color: #9aa3b0;
  margin: 0 6px;
}

.rank-math-breadcrumb .last {
  color: #061D3C;
  font-weight: 600;
}

@media (max-width: 768px) {
  .ap-breadcrumbs-inner { padding: 10px 16px; }
}


/* ============================================================
   default.css
   Combined stylesheet – Header + General Layout
   Fonts: Inter loaded via @font-face + preload in <head>
   ============================================================ */


/* GP eigenen Content-Bereich bei Posts ausblenden */
.single .entry-content {
  display: none !important;
}



/* =========================
Footer
========================= */
/* MailPoet verstecktes Element rechts ausblenden */
.ap-footer-mailpoet .mailpoet_form_loading,
.ap-footer-mailpoet .mailpoet_validate_error,
.ap-footer-mailpoet .mailpoet_message {
  display: none !important;
}

/* Nur bei Erfolg/Fehler einblenden */
.ap-footer-mailpoet .mailpoet_message:not(:empty) {
  display: block !important;
  font-size: 13px !important;
  color: #0B2A64 !important;
  margin-top: 8px !important;
  padding: 10px 14px !important;
  background: #EEF2FF !important;
  border-radius: 8px !important;
  border: 1.5px solid #dde5ff !important;
  line-height: 1.5 !important;
}
/* ============================================================
   AP FOOTER
   ============================================================ */

.ap-footer {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #E6EAF0;
  font-family: Inter, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ap-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #061D3C 0%, #0B2A64 40%, #1a1560 70%, #211a72 100%);
}

/* ── GRID ── */
.ap-footer-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 50px 48px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr 280px;
  gap: 40px 48px;
  align-items: start;
}

/* ── BRAND ── */
.ap-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #061D3C !important;
  margin-bottom: 12px;
}
.ap-footer-logo-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: #061D3C;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
  color: #fff; letter-spacing: -0.5px; flex-shrink: 0;
}
.ap-footer-logo-text {
  font-size: 18px; font-weight: 700;
  color: #061D3C; letter-spacing: -0.3px; line-height: 1;
}
.ap-footer-logo-text span { color: #2563eb; }

.ap-footer-tagline {
  font-size: 13.5px; line-height: 1.65;
  color: #5B6474; margin: 0 0 20px; max-width: 200px;
}

/* ── SOCIAL ── */
.ap-footer-social { display: flex; align-items: center; gap: 10px; }
.ap-footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 8px;
  border: 1.5px solid #E6EAF0;
  background: transparent; color: #5B6474;
  text-decoration: none !important;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
.ap-footer-social a:hover {
  border-color: #061D3C; color: #061D3C; background: #EEF2FF;
}
.ap-footer-social a svg { display: block; width: 15px; height: 15px; fill: currentColor; }

/* ── NAV ── */
.ap-footer-nav-title {
  display: block; font-size: 12px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: #061D3C; margin: 0 0 16px;
}
.ap-footer-nav ul { list-style: none; margin: 0; padding: 0; }
.ap-footer-nav ul li { margin: 0 0 9px; padding: 0; }
.ap-footer-nav ul li:last-child { margin-bottom: 0; }
.ap-footer-nav ul li a {
  font-size: 14px; font-weight: 400;
  color: #5B6474 !important; text-decoration: none !important; line-height: 1.4;
  transition: color .16s ease;
}
.ap-footer-nav ul li a:hover { color: #061D3C !important; }

/* ── NEWSLETTER ── */
.ap-footer-newsletter-title {
  display: block; font-size: 12px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  color: #061D3C; margin: 0 0 10px;
}
.ap-footer-newsletter-desc {
  font-size: 13.5px; line-height: 1.6; color: #5B6474; margin: 0 0 16px;
}
.ap-footer-newsletter-form {
  display: flex; align-items: stretch;
  border: 1.5px solid #E6EAF0; border-radius: 10px;
  overflow: hidden; background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ap-footer-newsletter-form:focus-within {
  border-color: #0B2A64;
  box-shadow: 0 0 0 3px rgba(11,42,100,0.08);
}
.ap-footer-newsletter-input {
  flex: 1; min-width: 0; border: none !important; outline: none !important;
  background: transparent !important; padding: 10px 14px;
  font-size: 13.5px; font-family: Inter, system-ui, sans-serif;
  color: #0F172A; box-shadow: none !important;
}
.ap-footer-newsletter-input::placeholder { color: #a0aab8; }
.ap-footer-newsletter-btn {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 40px;
  background: #061D3C; border: none; cursor: pointer; color: #fff;
  transition: background .18s ease; padding: 0;
}
.ap-footer-newsletter-btn:hover { background: #0B2A64; }
.ap-footer-newsletter-btn svg {
  display: block; width: 16px; height: 16px;
}

/* ── DIVIDER + BOTTOM ── */
.ap-footer-divider { max-width: 1400px; margin: 0 auto; padding: 0 50px; box-sizing: border-box; }
.ap-footer-divider hr { border: none; border-top: 1px solid #E6EAF0; margin: 0; }
.ap-footer-bottom {
  max-width: 1400px; margin: 0 auto;
  padding: 18px 50px 22px; box-sizing: border-box;
  display: flex; align-items: center; justify-content: center;
}
.ap-footer-copyright { font-size: 13px; color: #9aa3b0; text-align: center; margin: 0; }
.ap-footer-copyright a { color: #5B6474 !important; text-decoration: none !important; }
.ap-footer-copyright a:hover { color: #061D3C !important; text-decoration: underline !important; }

/* ── GP OVERRIDE ── */
.site-footer { padding: 0 !important; margin: 0 !important; background: transparent !important; }

/* ── 1280px ── */
@media (max-width: 1280px) {
  .ap-footer-main { padding: 48px 32px 40px; grid-template-columns: 220px 1fr 1fr 1fr 240px; gap: 32px 36px; }
  .ap-footer-divider, .ap-footer-bottom { padding-left: 32px; padding-right: 32px; }
}

/* ── 1024px ── */
@media (max-width: 1024px) {
  .ap-footer-main { padding: 40px 24px 36px; grid-template-columns: 1fr 1fr 1fr; gap: 28px 32px; }
  .ap-footer-brand { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: flex-start; gap: 24px 40px; }
  .ap-footer-tagline { max-width: 260px; margin-bottom: 0; }
  .ap-footer-newsletter { grid-column: 1 / -1; }
  .ap-footer-newsletter-form { max-width: 420px; }
  .ap-footer-divider, .ap-footer-bottom { padding-left: 24px; padding-right: 24px; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .ap-footer-main { padding: 32px 16px 28px; grid-template-columns: 1fr 1fr; gap: 24px; }
  .ap-footer-brand { grid-column: 1 / -1; flex-direction: column; gap: 12px; }
  .ap-footer-tagline { margin-bottom: 4px; max-width: 100%; }
  .ap-footer-newsletter { grid-column: 1 / -1; }
  .ap-footer-newsletter-form { max-width: 100%; }
  .ap-footer-divider, .ap-footer-bottom { padding-left: 16px; padding-right: 16px; }
  .ap-footer-bottom { padding-top: 14px; padding-bottom: 18px; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .ap-footer-main { padding: 28px 12px 24px; grid-template-columns: 1fr; gap: 22px; }
  .ap-footer-brand { grid-column: 1; }
  .ap-footer-newsletter { grid-column: 1; }
  .ap-footer-divider, .ap-footer-bottom { padding-left: 12px; padding-right: 12px; }
  .ap-footer-copyright { font-size: 12px; }
}

.ap-footer-bottom {
  flex-direction: column;
  gap: 1px;
}


/* ============================================================
   BLOG POST DESIGN — AdvantagePlay
   Teil 2: CSS — in Additional CSS einfügen
   ============================================================ */


/* ============================================================
   POST HEADER
   ============================================================ */

.ap-post-header {
  background: #fff;
  border-bottom: 1px solid #E6EAF0;
  padding: 48px 0 0;
}

.ap-post-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 48px;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 48px;
  align-items: start;
  box-sizing: border-box;
}

/* ── Badge ── */
.ap-post-header__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.ap-post-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #EEF2FF;
  color: #0B2A64;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background .16s ease, color .16s ease;
}
.ap-post-badge:hover {
  background: #0B2A64;
  color: #fff !important;
}

/* ── Titel ── */
.ap-post-header__title {
  font-size: clamp(1.75rem, 3vw, 2.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
  color: #061D3C !important;
  margin: 0 0 16px !important;
}

/* ── Beschreibung ── */
.ap-post-header__desc {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #5B6474;
  margin: 0 0 20px;
  max-width: 56ch;
}

/* ── Meta-Zeile ── */
.ap-post-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 20px;
}

.ap-post-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px;
  color: #5B6474;
  font-weight: 500;
}

.ap-post-meta-item svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: #9aa3b0;
}

.ap-post-meta-item a {
  color: #5B6474 !important;
  text-decoration: none !important;
}
.ap-post-meta-item a:hover {
  color: #061D3C !important;
}

/* ── Hero Image ── */
.ap-post-header__image {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  position: relative;
  min-width: 0;
  min-height: 0;
}

.ap-post-header__img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}


/* ============================================================
   POST BODY: CONTENT + SIDEBAR
   ============================================================ */

.ap-post-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
  box-sizing: border-box;
}


/* ============================================================
   POST CONTENT — Typographie
   ============================================================ */

.ap-post-content {
  min-width: 0;
}

/* Fließtext */
.ap-post-content p {
  font-size: 1rem;
  line-height: 1.78;
  color: #374151;
  margin: 0 0 1.2em;
}

/* Headings */
.ap-post-content h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.625rem) !important;
  font-weight: 700 !important;
  color: #061D3C !important;
  letter-spacing: -0.025em !important;
  margin: 2.2em 0 0.6em !important;
  line-height: 1.25 !important;
}

.ap-post-content h3 {
  font-size: clamp(1.05rem, 2vw, 1.25rem) !important;
  font-weight: 700 !important;
  color: #061D3C !important;
  letter-spacing: -0.02em !important;
  margin: 1.8em 0 0.5em !important;
  line-height: 1.3 !important;
}

.ap-post-content h4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0B2A64 !important;
  margin: 1.5em 0 0.4em !important;
}

/* Listen */
.ap-post-content ul,
.ap-post-content ol {
  margin: 0 0 1.2em 0;
  padding-left: 1.5em;
}

.ap-post-content ul li,
.ap-post-content ol li {
  font-size: 1rem;
  line-height: 1.72;
  color: #374151;
  margin-bottom: 0.3em;
}

/* Links */
.ap-post-content a {
  color: #0B2A64 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color .15s ease;
}
.ap-post-content a:hover {
  color: #061D3C !important;
}

/* Bilder */
.ap-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 1.5em 0;
}

/* Tabellen */
.ap-post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
  font-size: 0.95rem;
}
.ap-post-content th {
  background: #061D3C;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
}
.ap-post-content td {
  padding: 10px 14px;
  border-bottom: 1px solid #E6EAF0;
  color: #374151;
}
.ap-post-content tr:nth-child(even) td {
  background: #F8FAFC;
}

/* Code */
.ap-post-content code {
  background: #F1F5F9;
  color: #0B2A64;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 0.9em;
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
}


/* ============================================================
   SIDEBAR
   ============================================================ */

.ap-post-sidebar {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Sidebar Card Basis ── */
.ap-sidebar-card {
  background: #fff;
  border: 1px solid #E6EAF0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(6,29,60,0.06);
}

.ap-sidebar-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px 13px;
  border-bottom: 1px solid #E6EAF0;
  background: linear-gradient(90deg, rgba(6,29,60,0.03) 0%, transparent 60%);
}

.ap-sidebar-card__head svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #061D3C;
}

.ap-sidebar-card__head span {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #061D3C;
}

.ap-sidebar-card__body {
  padding: 16px 18px;
}

/* ── TOC Override ── */
.ap-sidebar-toc .ap-sidebar-card__body {
  padding: 12px 16px;
}

/* ── Takeaways ── */
.ap-sidebar-takeaways__body ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ap-sidebar-takeaways__body ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: #374151;
  padding: 6px 0;
  border-bottom: 1px solid #F1F5F9;
}
.ap-sidebar-takeaways__body ul li:last-child {
  border-bottom: none;
}
.ap-sidebar-takeaways__body ul li::before {
  content: "";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #EEF2FF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B2A64' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* ── Related Items ── */
.ap-related-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #F1F5F9;
  text-decoration: none !important;
  transition: opacity .16s ease;
}
.ap-related-item:last-of-type {
  border-bottom: none;
}
.ap-related-item:hover {
  opacity: 0.78;
}

.ap-related-item__thumb {
  width: 64px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.ap-related-item__thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.ap-related-item__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ap-related-item__title {
  font-size: 13px;
  font-weight: 600;
  color: #061D3C;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ap-related-item__meta {
  font-size: 12px;
  color: #9aa3b0;
  font-weight: 500;
}

.ap-related-viewall {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #0B2A64 !important;
  text-decoration: none !important;
  text-align: center;
  padding: 8px;
  border: 1.5px solid #E6EAF0;
  border-radius: 8px;
  transition: background .16s ease, border-color .16s ease;
}
.ap-related-viewall:hover {
  background: #EEF2FF;
  border-color: #0B2A64;
}


/* ============================================================
   INHALT-KOMPONENTEN (GenerateBlocks Blöcke)
   ============================================================ */

/* ── Feature Row (4 Icons nebeneinander) ── */
.ap-feature-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 2em 0;
}

.ap-feature-item {
  background: #F8FAFC;
  border: 1px solid #E6EAF0;
  border-radius: 12px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ap-feature-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ap-feature-item__icon svg {
  width: 18px;
  height: 18px;
  color: #0B2A64;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-feature-item__title {
  font-size: 14px;
  font-weight: 700;
  color: #061D3C;
  line-height: 1.3;
  margin: 0;
}

.ap-feature-item__text {
  font-size: 13px;
  line-height: 1.6;
  color: #5B6474;
  margin: 0;
}

/* ── Icon Section (H2 mit Icon links) ── */
.ap-icon-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 2.5em 0 1em;
}

.ap-icon-section__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #EEF2FF;
  border: 1.5px solid #dde5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.ap-icon-section__icon svg {
  width: 24px;
  height: 24px;
  color: #0B2A64;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-icon-section__content h2 {
  margin: 0 0 8px !important;
}
.ap-icon-section__content p {
  margin: 0;
}

/* ── Quote Block ── */
.ap-quote {
  background: #EEF2FF;
  border-left: 4px solid #0B2A64;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 2em 0;
  position: relative;
}

.ap-quote::before {
  content: "\201C";
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 64px;
  line-height: 1;
  color: #0B2A64;
  opacity: 0.25;
  font-family: Georgia, serif;
  pointer-events: none;
}

.ap-quote__text {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.55;
  color: #061D3C;
  font-style: italic;
  margin: 0 0 10px;
  padding-top: 24px;
}

.ap-quote__author {
  font-size: 13px;
  font-weight: 600;
  color: #0B2A64;
  letter-spacing: 0.04em;
}

/* ── Checklist Box ── */
.ap-checklist-box {
  background: #fff;
  border: 1.5px solid #E6EAF0;
  border-radius: 14px;
  padding: 24px 26px;
  margin: 2em 0;
  box-shadow: 0 2px 16px rgba(6,29,60,0.06);
}

.ap-checklist-box__title {
  font-size: 14px;
  font-weight: 700;
  color: #061D3C;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ap-checklist-box__title svg {
  width: 16px;
  height: 16px;
  color: #0B2A64;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-checklist {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ap-checklist li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: #374151;
  padding: 5px 0;
  border-bottom: 1px solid #F1F5F9;
  margin: 0 !important;
}
.ap-checklist li:last-child {
  border-bottom: none;
}
.ap-checklist li::before {
  content: "" !important;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EEF2FF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230B2A64' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 1px;
  display: block !important;
}

/* ── FAQ Accordion ── */
.ap-faq {
  margin: 2em 0;
}

.ap-faq__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #061D3C;
  margin: 0 0 16px;
}

.ap-faq__item {
  border: 1px solid #E6EAF0;
  border-radius: 10px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #fff;
}

.ap-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 14.5px;
  font-weight: 600;
  color: #061D3C;
  font-family: Inter, system-ui, sans-serif;
  transition: background .16s ease;
}
.ap-faq__question:hover {
  background: #F8FAFC;
}

.ap-faq__chevron {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #9aa3b0;
  transition: transform .22s ease;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-faq__item.is-open .ap-faq__chevron {
  transform: rotate(180deg);
}

.ap-faq__answer {
  display: none;
  padding: 0 18px 16px;
  font-size: 14px;
  line-height: 1.7;
  color: #5B6474;
  border-top: 1px solid #F1F5F9;
  padding-top: 12px;
}

.ap-faq__item.is-open .ap-faq__answer {
  display: block;
}

/* ── Newsletter Banner ── */
.ap-newsletter-banner {
  background: linear-gradient(135deg, #061D3C 0%, #0B2A64 60%, #1a1560 100%);
  border-radius: 16px;
  padding: 32px 36px;
  margin: 2.5em 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
}

.ap-newsletter-banner__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(157, 194, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ap-newsletter-banner__icon svg {
  width: 26px;
  height: 26px;
  color: #9dc2ff;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ap-newsletter-banner__content {}

.ap-newsletter-banner__title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px;
}

.ap-newsletter-banner__desc {
  font-size: 13.5px;
  color: rgba(255,255,255,0.72);
  margin: 0 0 16px;
  line-height: 1.55;
}

.ap-newsletter-banner__form {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

.ap-newsletter-banner__input {
  flex: 1;
  padding: 10px 16px;
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 14px;
  font-family: Inter, system-ui, sans-serif;
  outline: none;
  transition: border-color .18s ease;
}
.ap-newsletter-banner__input::placeholder { color: rgba(255,255,255,0.45); }
.ap-newsletter-banner__input:focus { border-color: rgba(157,194,255,0.6); }

.ap-newsletter-banner__btn {
  padding: 10px 22px;
  background: #fff;
  color: #061D3C;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: Inter, system-ui, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: background .18s ease, opacity .18s ease;
}
.ap-newsletter-banner__btn:hover {
  background: #EEF2FF;
}

.ap-newsletter-banner__note {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  margin: 8px 0 0;
}

/* ── Related Guides Grid (am Post-Ende) ── */
.ap-related-grid {
  margin: 3em 0 0;
}

.ap-related-grid__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ap-related-grid__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #061D3C;
  margin: 0;
}

.ap-related-grid__link {
  font-size: 13.5px;
  font-weight: 700;
  color: #0B2A64 !important;
  text-decoration: none !important;
}
.ap-related-grid__link:hover {
  text-decoration: underline !important;
}

.ap-related-grid__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ap-related-card {
  background: #fff;
  border: 1px solid #E6EAF0;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  transition: box-shadow .18s ease, transform .18s ease;
}
.ap-related-card:hover {
  box-shadow: 0 8px 32px rgba(6,29,60,0.12);
  transform: translateY(-2px);
}

.ap-related-card__img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.ap-related-card__img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: transform .3s ease;
}
.ap-related-card:hover .ap-related-card__img img {
  transform: scale(1.04);
}

.ap-related-card__body {
  padding: 14px 16px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ap-related-card__badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #0B2A64;
}

.ap-related-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #061D3C;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ap-related-card__meta {
  font-size: 12px;
  color: #9aa3b0;
  margin-top: auto;
}


/* ============================================================
   FAQ JAVASCRIPT — inline im Template
   ============================================================ */
/* JS ist in teil3-blocks.html */


/* ============================================================
   RESPONSIVE
   ============================================================ */

/* ── 1024px ── */
@media (max-width: 1024px) {
  .ap-post-header__inner {
    grid-template-columns: 1fr;
    padding: 0 24px 40px;
    gap: 32px;
  }
  .ap-post-header__image {
    order: -1;
    aspect-ratio: 16/7;
  }
  .ap-post-body {
    grid-template-columns: 1fr;
    padding: 32px 24px;
    gap: 32px;
  }
  .ap-post-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ap-feature-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ap-related-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .ap-newsletter-banner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ap-newsletter-banner__icon { display: none; }
}

/* ── 768px ── */
@media (max-width: 768px) {
  .ap-post-header { padding: 28px 0 0; }
  .ap-post-header__inner { padding: 0 16px 28px; gap: 24px; }
  .ap-post-header__title { font-size: clamp(1.5rem, 6vw, 2rem) !important; }
  .ap-post-body { padding: 24px 16px; }
  .ap-post-sidebar { grid-template-columns: 1fr; }
  .ap-feature-row { grid-template-columns: 1fr 1fr; gap: 12px; }
  .ap-feature-item { padding: 14px 12px; }
  .ap-related-grid__items { grid-template-columns: 1fr 1fr; }
  .ap-newsletter-banner { padding: 24px 20px; }
  .ap-newsletter-banner__form { flex-direction: column; }
  .ap-newsletter-banner__btn { width: 100%; justify-content: center; display: flex; }
}

/* ── 480px ── */
@media (max-width: 480px) {
  .ap-post-header__inner { padding: 0 12px 24px; }
  .ap-post-body { padding: 20px 12px; }
  .ap-feature-row { grid-template-columns: 1fr; }
  .ap-related-grid__items { grid-template-columns: 1fr; }
  .ap-icon-section { flex-direction: column; gap: 12px; }
  .ap-icon-section__icon { width: 44px; height: 44px; }
}