/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 245:0 Unexpected "<"

**/
<style>
  .green-title {
    color: rgb(145, 179, 34);
  }

  .ks-affiliate-header {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .ks-affiliate-title {
    margin: 0;
  }

  .ks-affiliate-subtitle {
    margin: 0;
  }

  .ks-zufriedene-kunden {
    text-align: center;
    letter-spacing: 2px;
    font-size: 34px;
    padding-top: 54px;
  }

  .ks-steps-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 12px;
  }

  .ks-step-card {
    flex: 1 1 0px;
    min-width: 0;
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px 14px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ks-step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
  }

  .ks-step-badge {
    position: absolute;
    top: -14px;
    background-color: #91b322;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .ks-step-heading {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0;
    margin-bottom: 0;
  }

  .ks-step-icon {
    width: 32px;
    height: 32px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ks-step-icon img {
    max-width: 32px;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  .ks-step-desc {
    margin: 0;
    line-height: 1.4;
    font-size: 14px;
  }

  .ks-step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #91b322;
    flex-shrink: 0;
    width: 20px;
  }

  .ks-step-arrow svg {
    width: 18px;
    height: 18px;
    opacity: 0.8;
  }

  .ks-affiliate-cta {
    text-align: center;
    margin-top: 40px;
  }

  .ks-btn-primary {
    display: inline-block;
    background-color: #91b322;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }

  .ks-btn-primary:hover {
    opacity: 0.9;
  }

  .ks-testimonials {
    padding: 80px 40px;
  }

  .ks-testimonials__header {
    text-align: center;
    margin-bottom: 35px;
  }

  .ks-testimonials__title {
    font-size: 1.8rem;
    margin: 0;
  }

  .ks-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
  }

  .ks-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
  }

  .ks-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .ks-card__image-wrapper {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
  }

  .ks-card__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ks-card__tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
  }

  .ks-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  .ks-card__stars {
    color: #f1c40f;
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .ks-card__quote {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0 0 15px 0;
    font-style: italic;
    flex-grow: 1;
  }

  .ks-card__author {
    font-weight: 700;
    font-size: 0.85rem;
  }

  @media (max-width: 980px) {
    .ks-steps-wrapper {
      flex-direction: column;
      gap: 24px;
    }

    .ks-step-card {
      width: 100%;
      flex: none;
      padding: 28px 20px 24px 20px;
    }

    .ks-step-arrow {
      transform: rotate(90deg);
      margin: -10px 0;
    }
  }
</style>