.creator-main {
  width: 100%;
}

/* 1. Hero */
.creator-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 100px;
  overflow: hidden;
}

.creator-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 440px;
  display: grid;
  justify-items: center;
  gap: 22px;
}

.creator-hero h1 {
  font-size: 2rem;
}

.creator-hero p {
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: normal;
  max-width: 460px;
}

.creator-ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  background: black;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1px solid black;
  transition: background-color 0.45s var(--ease-out-quint), color 0.45s var(--ease-out-quint), transform 0.45s var(--ease-out-quint);
}

.creator-ig-btn:hover {
  background: #ffffff;
  color: black;
  transform: translateY(-3px);
}

.creator-ig-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  display: block;
}

.creator-hero-scatter img {
  position: absolute;
  z-index: 1;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
  animation: creator-float 7s ease-in-out infinite;
  will-change: transform;
}

@keyframes creator-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-9px); }
}

/* organische, unterschiedliche Schwebe-Geschwindigkeiten */
.creator-hero-scatter .s1 { animation-duration: 7s;   animation-delay: -0.2s; }
.creator-hero-scatter .s2 { animation-duration: 6s;   animation-delay: -1.6s; }
.creator-hero-scatter .s4 { animation-duration: 8.2s; animation-delay: -0.8s; }
.creator-hero-scatter .s5 { animation-duration: 6.6s; animation-delay: -2.1s; }
.creator-hero-scatter .s6 { animation-duration: 7.6s; animation-delay: -1s; }
.creator-hero-scatter .s7 { animation-duration: 6.2s; animation-delay: -0.5s; }
.creator-hero-scatter .s8 { animation-duration: 8.6s; animation-delay: -2.6s; }

@keyframes creator-rise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

.creator-hero h1 { animation: creator-rise 0.7s var(--ease-out-quint) both; }
.creator-hero-inner p { animation: creator-rise 0.7s var(--ease-out-quint) 0.12s both; }
.creator-hero-inner .creator-ig-btn { animation: creator-rise 0.7s var(--ease-out-quint) 0.24s both; }

@media (prefers-reduced-motion: reduce) {
  .creator-hero-scatter img,
  .creator-hero h1,
  .creator-hero-inner p,
  .creator-hero-inner .creator-ig-btn {
    animation: none;
  }
}

.creator-hero-scatter .s1 { top: 11%; left: 21%;  width: 130px; height: 188px; } /* oben-links, gross */
.creator-hero-scatter .s2 { top: 15%; left: 61%;  width: 92px;  height: 134px; } /* oben-rechts, klein */
.creator-hero-scatter .s6 { top: 40%; left: 6%;   width: 88px;  height: 128px; } /* links, klein */
.creator-hero-scatter .s4 { top: 36%; right: 7%;  width: 128px; height: 186px; } /* rechts, gross */
.creator-hero-scatter .s5 { top: 66%; left: 18%;  width: 116px; height: 168px; } /* unten-links, gross */
.creator-hero-scatter .s7 { top: 78%; left: 46%;  width: 92px;  height: 134px; } /* unten-mitte, klein */
.creator-hero-scatter .s8 { top: 68%; right: 18%; width: 108px; height: 158px; } /* unten-rechts, medium */

/* Content sections */
.creator-section {
  padding-block: clamp(80px, 7vw, 120px);
  padding-inline: 24px;
  text-align: center;
}

.creator-section-text {
  max-width: 520px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 18px;
}

.creator-section-title {
  font-size: 1.6rem;
}

.creator-section-text p {
  font-family: "BiancoSans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  max-width: 440px;
}

/* 2. Was ist FAVORS? – App screens */
.creator-appscreens {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
}

.creator-phone {
  position: relative;
  flex: 0 0 auto;
  width: 204px;
  aspect-ratio: 204 / 424;
  background: linear-gradient(135deg, #1c1c1e, #0e0e10 55%, #161618);
  border-radius: 32px;
  padding: 5px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.creator-phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
  background: #ffffff;
}

/* Seitentasten – fein */
.creator-phone::after {
  content: "";
  position: absolute;
  right: -1.5px;
  top: 33%;
  width: 1.5px;
  height: 52px;
  background: #1a1a1c;
  border-radius: 0 2px 2px 0;
}

.creator-phone::before {
  content: "";
  position: absolute;
  left: -1.5px;
  top: 27%;
  width: 1.5px;
  height: 34px;
  background: #1a1a1c;
  border-radius: 2px 0 0 2px;
}

/* 3. Beispiele von unseren Creators – Reel strip */
.creator-reels {
  margin-top: 56px;
  margin-inline: -24px;
  overflow: hidden;
}

.creator-reels-track {
  display: flex;
  width: max-content;
  animation: creator-reels-scroll 35s linear infinite;
}

.creator-reels:hover .creator-reels-track {
  animation-play-state: paused;
}

.creator-reels-track img,
.creator-reels-track video {
  flex: 0 0 auto;
  width: 205px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #f0f0f0;
  border-radius: 18px;
  margin-right: 18px;
  display: block;
}

.creator-reels-track video {
  cursor: pointer;
}

@keyframes creator-reels-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .creator-reels {
    overflow-x: auto;
  }
  .creator-reels-track {
    animation: none;
  }
}

/* 4. Was du bekommst – Cards */
.creator-cards {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.creator-card {
  width: 250px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.15);
  padding: 38px 28px 56px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 16px;
  text-align: center;
}

.creator-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e8ebf4;
  color: #3a2fa0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.creator-card-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.creator-card h3 {
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0;
}

.creator-card p {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 0;
}

/* 5. Verdiene Geld mit zwei Wegen */
.creator-pay {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.creator-pay-card {
  width: 380px;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.15);
  padding: 40px 40px 48px;
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.creator-pay-media {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-pay-media .single {
  width: 150px;
  height: 210px;
  object-fit: cover;
  border-radius: 16px;
}

.creator-pay-stack {
  position: relative;
  width: 300px;
  height: 210px;
}

.creator-pay-stack img {
  position: absolute;
  object-fit: cover;
  border-radius: 16px;
}

.creator-pay-stack .st-front { left: 0;     top: 0;    width: 150px; height: 210px; z-index: 3; }
.creator-pay-stack .st-mid   { left: 120px; top: 21px; width: 120px; height: 168px; z-index: 2; }
.creator-pay-stack .st-back  { left: 210px; top: 42px; width: 90px;  height: 126px; z-index: 1; }

.creator-pay-card h3 {
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
}

.creator-pay-card p {
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  max-width: 280px;
  margin: 0;
}

.creator-pay-price {
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

.creator-pay-note {
  margin: 36px auto 0;
  font-size: 0.95rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* 6. So funktioniert's – Steps */
.creator-steps {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.creator-step {
  width: 240px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 4px 30px -10px rgba(0, 0, 0, 0.15);
  padding: 34px 28px 44px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  text-align: center;
}

.creator-step-num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8ebf4;
  color: #3a2fa0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "BiancoSans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}

.creator-step h3 {
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin: 0;
}

.creator-step p {
  font-size: 0.85rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin: 4px 0 0;
}

/* 7. Häufige Fragen – FAQ accordion */
.creator-faq {
  max-width: 640px;
  margin: 48px auto 0;
  text-align: left;
}

.creator-faq-item {
  border-top: 1px solid var(--gray-ui);
}

.creator-faq-item:last-child {
  border-bottom: 1px solid var(--gray-ui);
}

.creator-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 4px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  transition: transform 0.45s var(--ease-out-quint);
}

.creator-faq-item summary:hover {
  transform: translateX(8px);
}

.creator-faq-item summary::-webkit-details-marker {
  display: none;
}

.creator-faq-icon {
  flex-shrink: 0;
  color: black;
  display: inline-flex;
  transition: transform 0.3s var(--ease-out-quint);
}

.creator-faq-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.creator-faq-item[open] .creator-faq-icon {
  transform: rotate(45deg);
}

.creator-faq-item summary:hover .creator-faq-icon {
  transform: scale(1.18);
}

.creator-faq-item[open] summary:hover .creator-faq-icon {
  transform: rotate(45deg) scale(1.18);
}

.creator-faq-answer {
  padding: 0 4px 24px;
}

.creator-faq-answer p {
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  max-width: 600px;
  margin: 0;
}

.creator-faq-answer a {
  color: black;
  text-decoration: underline;
  text-decoration-color: currentColor;
}

.creator-faq-answer p + p {
  margin-top: 14px;
}

/* 8. CTA – Jetzt starten */
.creator-cta-wrap {
  position: relative;
  width: min(100%, 880px);
  min-height: 400px;
  margin: 48px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.creator-cta-card {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  min-height: 380px;
  border-radius: 28px;
  overflow: hidden;
  background: #0a0a0a center / cover no-repeat;
  background-image: url("../assets/creators/weltall.png");
  padding: 48px 36px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 34px;
  text-align: center;
}

.creator-cta-card p {
  color: #ffffff;
  font-family: "BiancoSerif", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.35;
  letter-spacing: normal;
  margin: 0;
}

.creator-cta-card .creator-ig-btn {
  font-size: 0.92rem;
  padding: 16px 30px;
}

.creator-cta-note {
  margin-top: -20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.creator-ig-btn-light {
  background: #ffffff;
  color: black;
  border-color: #ffffff;
}

.creator-ig-btn-light:hover {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.creator-cta-social {
  justify-content: center;
  margin-top: 24px;
}

/* Sticky-CTA (nur Mobile) */
.creator-sticky-cta {
  display: none;
}

@media (max-width: 660px) {
  .creator-sticky-cta {
    display: inline-flex;
    position: fixed;
    z-index: 30;
    left: var(--mobile-page-inline);
    right: auto;
    bottom: 24px;
    width: auto;
    justify-content: center;
    white-space: nowrap;
    box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(140%);
    transition: opacity 0.4s var(--ease-out-quint), transform 0.4s var(--ease-out-quint);
    pointer-events: none;
  }

  .creator-sticky-cta.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.creator-cta-star {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform-origin: center;
  animation: creator-star-twinkle 4s ease-in-out infinite;
  will-change: transform, opacity;
}

.creator-cta-star.st-a { top: 8%;  left: 11%;  width: 32px; animation-duration: 3.7s; animation-delay: 0s; }
.creator-cta-star.st-b { top: 28%; right: 8%;  width: 26px; animation-duration: 4.6s; animation-delay: -1.3s; }
.creator-cta-star.st-c { bottom: 10%; left: 13%; width: 24px; animation-duration: 3.1s; animation-delay: -0.7s; }
.creator-cta-star.st-d { bottom: 4%; right: 14%; width: 30px; animation-duration: 5.2s; animation-delay: -2.1s; }

@keyframes creator-star-twinkle {
  0%, 100% { transform: scale(0.9); opacity: 0.8; }
  50%      { transform: scale(1.18); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .creator-cta-star { animation: none; }
}

@media (max-width: 660px) {
  .creator-cta-wrap {
    min-height: 0;
    padding-block: 84px;
  }

  /* Sterne in die freien Zonen über/unter der Card, mit Abstand */
  .creator-cta-star.st-a { top: 8px; bottom: auto; left: 7%;  right: auto; width: 30px; }
  .creator-cta-star.st-b { top: 8px; bottom: auto; left: auto; right: 7%;  width: 26px; }
  .creator-cta-star.st-c { top: auto; bottom: 8px; left: 7%;  right: auto; width: 24px; }
  .creator-cta-star.st-d { top: auto; bottom: 8px; left: auto; right: 7%;  width: 28px; }
}

@media (max-width: 900px) {
  .creator-hero-scatter .s6 { display: none; }
}

@media (max-width: 660px) {
  .creator-hero {
    padding: 120px var(--mobile-page-inline) 80px;
  }

  .creator-hero h1 {
    font-size: 2.1rem;
  }

  .creator-hero p {
    font-size: 1.45rem;
  }

  .creator-hero-scatter img {
    display: none;
  }

  .creator-hero-scatter .s1,
  .creator-hero-scatter .s2,
  .creator-hero-scatter .s4,
  .creator-hero-scatter .s5,
  .creator-hero-scatter .s7,
  .creator-hero-scatter .s8 {
    display: block;
  }

  /* obere Reihe – rund um die Headline, klar unter dem Logo */
  .creator-hero-scatter .s1 { top: 21%; left: 5%;   right: auto; bottom: auto; width: 66px; height: 96px; }
  .creator-hero-scatter .s4 { top: 15%; left: 31%;  right: auto; bottom: auto; width: 54px; height: 78px; }
  .creator-hero-scatter .s2 { top: 25%; left: auto; right: 5%;   bottom: auto; width: 62px; height: 90px; }
  /* untere Reihe */
  .creator-hero-scatter .s7 { top: auto; left: 5%;  right: auto; bottom: 15%;  width: 64px; height: 92px; }
  .creator-hero-scatter .s8 { top: auto; left: 40%; right: auto; bottom: 8%;   width: 72px; height: 104px; }
  .creator-hero-scatter .s5 { top: auto; left: auto; right: 5%;  bottom: 20%;  width: 60px; height: 86px; }

  .creator-appscreens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .creator-phone {
    width: 100%;
  }

  /* Cards: volle Breite */
  .creator-card,
  .creator-step,
  .creator-pay-card {
    width: 100%;
    max-width: 440px;
  }

  .creator-pay-card {
    padding: 36px 24px 40px;
  }

  /* Größere, besser lesbare Schrift */
  .creator-card h3,
  .creator-step h3 {
    font-size: 1.2rem;
  }

  .creator-card p,
  .creator-step p,
  .creator-pay-card p,
  .creator-faq-answer p,
  .creator-pay-note {
    font-size: 1rem;
  }

  .creator-pay-card p {
    max-width: none;
  }

  .creator-section-text p {
    font-size: 1.2rem;
  }

  .creator-faq-item summary {
    font-size: 1.05rem;
  }

  .creator-pay-note {
    line-height: 1.55;
  }

  /* Carousel-Stapel kompakter, damit er sicher in die Card passt */
  .creator-pay-media {
    height: 200px;
  }
  .creator-pay-media .single {
    width: 130px;
    height: 182px;
  }
  .creator-pay-stack {
    width: 260px;
    height: 182px;
  }
  .creator-pay-stack .st-front { left: 0;     top: 0;    width: 130px; height: 182px; }
  .creator-pay-stack .st-mid   { left: 104px; top: 18px; width: 104px; height: 146px; }
  .creator-pay-stack .st-back  { left: 182px; top: 36px; width: 78px;  height: 110px; }
}

/* Micro-Interactions */
.creator-card,
.creator-step,
.creator-pay-card {
  transition: transform 0.55s var(--ease-out-quint), box-shadow 0.55s var(--ease-out-quint);
}

.creator-card:hover,
.creator-step:hover,
.creator-pay-card:hover {
  transform: translateY(-6px);
  box-shadow: 0px 16px 44px -14px rgba(0, 0, 0, 0.22);
}

.creator-card-icon,
.creator-step-num {
  transition: transform 0.55s var(--ease-out-quint);
}

.creator-card:hover .creator-card-icon,
.creator-step:hover .creator-step-num {
  transform: scale(1.08);
}

.creator-phone {
  transition: transform 0.55s var(--ease-out-quint);
}

.creator-phone:hover {
  transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
  .creator-card,
  .creator-step,
  .creator-pay-card,
  .creator-card-icon,
  .creator-step-num,
  .creator-phone,
  .creator-faq-icon,
  .creator-faq-item summary,
  .creator-ig-btn {
    transition: none;
  }

  .creator-card:hover,
  .creator-step:hover,
  .creator-pay-card:hover,
  .creator-phone:hover,
  .creator-ig-btn:hover,
  .creator-faq-item summary:hover,
  .creator-card:hover .creator-card-icon,
  .creator-step:hover .creator-step-num,
  .creator-faq-item summary:hover .creator-faq-icon {
    transform: none;
  }

  .creator-faq-item[open] summary:hover .creator-faq-icon {
    transform: rotate(45deg);
  }
}
