/* page-aipo.css - AI-Powered Product Owner page styles (rating bar, testimonials, rating-bar light, intro text, highlight box, agenda note, coverflow quote, video) */

  /* ══ AI-PO Rating Bar (unter Hero) ══ */
  .aipo-rating-bar {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    padding: 1.25rem 1.5rem;
    text-align: center;
  }

  .aipo-rating-bar a {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.2s;
  }

  .aipo-rating-bar a:hover {
    transform: scale(1.02);
  }

  .aipo-rating-bar-quote {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
    max-width: 700px;
    line-height: 1.6;
    position: relative;
    padding-left: 2rem;
  }
  .aipo-rating-bar-quote::before {
    content: '\201C';
    position: absolute;
    left: 0;
    top: -0.1em;
    font-size: 4rem;
    font-style: normal;
    line-height: 1;
    font-family: Georgia, serif;
    color: var(--accent-blue);
    opacity: 0.15;
    pointer-events: none;
  }

  .aipo-rating-bar-stars {
    height: 24px;
    width: auto;
  }

  @media (max-width: 768px) {
    .aipo-rating-bar { padding: 1rem; }
    .aipo-rating-bar-quote { font-size: 0.85rem; }
  }

  /* ══ AI-PO Testimonials ══ */
  section.aipo-testimonial {
    background: var(--bg-light);
  }

  .aipo-testi-grid {
    margin-top: 2.5rem;
    padding-bottom: 0.5rem;
  }

  .aipo-testi-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    padding: 2rem 1.75rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.3s, box-shadow 0.3s;
  }

  .aipo-testi-card:hover {
    border-color: #c0c0cc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  }

  .aipo-testi-card::before {
    content: '\201C';
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-size: 4rem;
    line-height: 1;
    color: var(--accent-blue);
    opacity: 0.15;
    font-family: Georgia, serif;
    pointer-events: none;
  }

  .aipo-testi-quote {
    font-size: 0.88rem;
    color: #3a3a4e;
    line-height: 1.7;
    font-style: italic;
    flex: 1;
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .aipo-testi-stars {
    height: 28px;
    width: auto;
    align-self: flex-start;
    margin-top: auto;
  }


  /* Rating-Bar Light Variante */
  .aipo-rating-bar--light {
    background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
  }
  .aipo-rating-bar--light .aipo-rating-bar-quote {
    color: #1e293b;
  }

  /* AI-PO Testimonial-Dots immer sichtbar (Karussell auf allen Breakpoints) */
  section.aipo-testimonial .swipe-dots {
    display: flex;
  }

  /* "uebersetzt"-Label */
  .aipo-testi-translated {
    font-size: 0.7rem;
    color: #94a3b8;
    letter-spacing: 0.05em;
    margin-top: auto;
    align-self: flex-end;
  }

  /* Intro-Text (nach Hero) */
  .aipo-intro-text {
    background: var(--bg-light);
    padding: 2rem 0;
  }
  .aipo-intro-text p {
    font-size: 1.05rem;
    color: #3a3a4e;
    line-height: 1.8;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
  }

  /* Highlight-Box (Was dieses Training besonders macht) */
  .aipo-highlight-box {
    padding: 2.5rem 0;
  }
  .aipo-highlight-card {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0f9ff 100%);
    border: 1px solid #d1fae5;
    border-radius: var(--radius);
    padding: 2rem 2.5rem;
    max-width: 740px;
    margin: 0 auto;
  }
  .aipo-highlight-card h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 1rem;
  }
  .aipo-highlight-card p {
    font-size: 0.92rem;
    color: #3a3a4e;
    line-height: 1.75;
    margin: 0 0 1rem;
  }
  .aipo-highlight-card p:last-child {
    margin-bottom: 0;
  }

  /* Agenda Cross-Cutting Note */
  .agenda-cross-cutting {
    background: rgba(52, 211, 153, 0.06);
    border: 1px solid rgba(52, 211, 153, 0.15);
    border-radius: var(--radius);
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
  }
  .agenda-cross-cutting p {
    font-size: 0.85rem;
    color: rgba(100, 116, 139, 0.7);
    line-height: 1.7;
    margin: 0;
  }

  /* Coverflow Quote */
  .aipo-coverflow-quote {
    font-size: 0.95rem;
    font-style: italic;
    color: var(--text-muted);
    text-align: center;
    margin-top: 1.5rem;
    line-height: 1.6;
  }

  /* Video-Sektion */
  .aipo-video-section {
    background: var(--bg-light);
    padding: 2.5rem 0;
  }
  .aipo-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    max-width: 720px;
    margin: 0 auto;
  }
  .aipo-video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
  }
  .aipo-video-click2play {
    cursor: pointer;
  }
  .aipo-video-click2play img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius);
  }
  .aipo-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0.85;
    transition: opacity 0.2s;
    pointer-events: none;
  }
  .aipo-video-click2play:hover .aipo-video-play {
    opacity: 1;
  }
