/* =====================================================
   PNBIOTICS — CREATORS PAGE
===================================================== */

/* =====================================================
   HERO
===================================================== */

.creators-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 135px) 0 clamp(80px, 8vw, 120px);
  background:
    radial-gradient(
      circle at 82% 25%,
      rgba(237, 167, 199, 0.19),
      transparent 27%
    ),
    radial-gradient(
      circle at 12% 90%,
      rgba(98, 200, 141, 0.12),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #f7fbfa,
      #ffffff
    );
}

.creators-hero::after {
  content: "";
  position: absolute;
  top: -260px;
  right: -180px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(21, 50, 55, 0.06);
  border-radius: 50%;
}

.creators-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);
}

.creators-hero-copy {
  max-width: 760px;
}

.creators-hero-copy h1 {
  margin: 15px 0 22px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: clamp(4rem, 7vw, 7.4rem);
  font-weight: 800;
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.creators-hero-copy h1 em {
  display: block;
  color: #ca3a83;
  font-style: normal;
}

.creators-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #667a7d;
  font-size: 1.05rem;
  line-height: 1.75;
}

.creators-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.creators-hero-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
}

.creators-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.creators-hero-meta span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(21, 50, 55, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #516866;
  font-size: 0.72rem;
  font-weight: 700;
}

/* Hero visual collage */

.creators-hero-visual {
  position: relative;
  min-height: 610px;
}

.creator-image-card {
  position: absolute;
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 30px;
  background: #edf8f5;
  box-shadow: 0 25px 60px rgba(21, 50, 55, 0.13);
}

.creator-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creator-image-card-large {
  right: 80px;
  bottom: 20px;
  width: 390px;
  height: 500px;
  transform: rotate(2deg);
}

.creator-image-card-small {
  width: 210px;
  height: 250px;
}

.creator-image-card-top {
  top: 10px;
  left: 10px;
  transform: rotate(-5deg);
}

.creator-image-card-bottom {
  left: 0;
  bottom: 10px;
  transform: rotate(4deg);
}

.creator-hero-note {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 45px;
  width: 230px;
  padding: 22px;
  border: 1px solid rgba(21, 50, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(21, 50, 55, 0.10);
  backdrop-filter: blur(12px);
}

.creator-hero-note span {
  display: block;
  margin-bottom: 8px;
  color: #ca3a83;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.creator-hero-note strong {
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  line-height: 1.15;
}


/* =====================================================
   SHARED HEADINGS
===================================================== */

.creators-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 34px;
}

.creators-section-head h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: clamp(2.8rem, 4.8vw, 4.8rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.creators-section-head > p {
  max-width: 420px;
  margin: 0;
  color: #667a7d;
  line-height: 1.7;
}


/* =====================================================
   PERKS
===================================================== */

.creators-perks-section {
  background: #ffffff;
}

.creators-perks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.creator-perk-card {
  min-height: 265px;
  padding: 28px;
  border: 1px solid rgba(21, 50, 55, 0.08);
  border-radius: 25px;
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f7fbfa
    );
}

.creator-perk-card > span {
  display: block;
  margin-bottom: 44px;
  color: #ca3a83;
  font-size: 0.72rem;
  font-weight: 800;
}

.creator-perk-card h3 {
  margin: 0 0 11px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: 1.45rem;
  font-weight: 750;
}

.creator-perk-card p {
  margin: 0;
  color: #667a7d;
  font-size: 0.9rem;
  line-height: 1.65;
}


/* =====================================================
   WHO IT IS FOR
===================================================== */

.creators-fit-section {
  background: #f4faf8;
}

.creators-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: clamp(55px, 7vw, 100px);
}

.creators-fit-copy {
  position: sticky;
  top: 115px;
  max-width: 600px;
}

.creators-fit-copy h2 {
  margin: 13px 0 18px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.creators-fit-copy p {
  max-width: 530px;
  margin: 0 0 24px;
  color: #667a7d;
  line-height: 1.75;
}

.creators-fit-list {
  display: grid;
  gap: 14px;
}

.creator-fit-item {
  padding: 27px 29px;
  border: 1px solid rgba(21, 50, 55, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
}

.creator-fit-item h3 {
  margin: 0 0 8px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: 1.3rem;
  font-weight: 750;
}

.creator-fit-item p {
  margin: 0;
  color: #667a7d;
  line-height: 1.65;
}


/* =====================================================
   CONTENT IDEAS
===================================================== */

.creators-content-section {
  background: #ffffff;
}

.creators-content-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(400px, 1.08fr);
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  min-height: 510px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 72px);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 83% 25%,
      rgba(237, 167, 199, 0.24),
      transparent 27%
    ),
    linear-gradient(
      135deg,
      #fceef5,
      #ffffff
    );
}

.creators-content-copy h2 {
  margin: 13px 0 18px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.creators-content-copy > p {
  max-width: 560px;
  margin: 0;
  color: #667a7d;
  line-height: 1.75;
}

.creator-content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.creator-content-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border: 1px solid rgba(202, 58, 131, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #7b2855;
  font-size: 0.72rem;
  font-weight: 700;
}

/* Content cards */

.creators-content-visual {
  position: relative;
  min-height: 390px;
}

.creator-phone-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 210px;
  height: 340px;
  padding: 22px;
  border: 8px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  box-shadow: 0 25px 55px rgba(21, 50, 55, 0.13);
}

.creator-phone-card span {
  margin-bottom: 8px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.creator-phone-card strong {
  font-family: Manrope, sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.creator-phone-card-one {
  left: 0;
  bottom: 0;
  background:
    linear-gradient(
      180deg,
      rgba(21, 50, 55, 0.05),
      rgba(21, 50, 55, 0.85)
    ),
    url("../images/vlog1.jpg") center / cover;
  transform: rotate(-5deg);
}

.creator-phone-card-two {
  left: 32%;
  top: 0;
  z-index: 2;
  background:
    linear-gradient(
      180deg,
      rgba(21, 50, 55, 0.05),
      rgba(21, 50, 55, 0.82)
    ),
    url("../images/vlog2.jpg") center / cover;
}

.creator-phone-card-three {
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      180deg,
      rgba(21, 50, 55, 0.05),
      rgba(21, 50, 55, 0.84)
    ),
    url("../images/vlog3.jpg") center / cover;
  transform: rotate(5deg);
}


/* =====================================================
   STEPS
===================================================== */

.creators-steps-section {
  background: #f7faf9;
}

.creators-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.creator-step-card {
  min-height: 280px;
  padding: 29px;
  border-top: 2px solid #3bb6a6;
  background: #ffffff;
}

.creator-step-card > span {
  display: block;
  margin-bottom: 50px;
  color: #3bb6a6;
  font-size: 0.72rem;
  font-weight: 800;
}

.creator-step-card h3 {
  margin: 0 0 10px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 750;
}

.creator-step-card p {
  margin: 0;
  color: #667a7d;
  font-size: 0.9rem;
  line-height: 1.65;
}


/* =====================================================
   APPLY FORM
===================================================== */

.creators-apply-section {
  background: #ffffff;
}

.creators-apply-card {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  align-items: start;
  gap: clamp(44px, 6vw, 82px);
  overflow: hidden;
  padding: clamp(44px, 6vw, 74px);
  border-radius: 34px;
  background:
    radial-gradient(
      circle at 8% 94%,
      rgba(98, 200, 141, 0.12),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #153237,
      #1f514c
    );
  color: #ffffff;
}

.creators-apply-copy {
  position: sticky;
  top: 118px;
}

.creators-apply-copy h2 {
  max-width: 700px;
  margin: 13px 0 18px;
  color: #ffffff;
  font-family: Manrope, sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.creators-apply-copy > p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.creators-apply-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.creators-apply-notes span {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
}


/* Form panel */

.creators-application-form {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 28px;
  background: #ffffff;
  color: #153237;
  box-shadow: 0 24px 55px rgba(7, 25, 27, 0.20);
}

.creator-form-heading {
  margin-bottom: 28px;
}

.creator-form-heading > span {
  display: block;
  margin-bottom: 10px;
  color: #ca3a83;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.creator-form-heading h3 {
  margin: 0 0 8px;
  color: #153237;
  font-family: Manrope, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.creator-form-heading p {
  margin: 0;
  color: #81918e;
  font-size: 0.82rem;
}

.creator-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.creator-form-field {
  min-width: 0;
}

.creator-form-field-full {
  grid-column: 1 / -1;
}

.creator-form-field label,
.creator-form-choice legend {
  display: block;
  margin-bottom: 8px;
  color: #344e4d;
  font-size: 0.78rem;
  font-weight: 750;
}

.creator-form-field label > span,
.creator-form-choice legend > span {
  color: #ca3a83;
}

.creator-form-field input,
.creator-form-field select,
.creator-form-field textarea {
  width: 100%;
  border: 1px solid rgba(21, 50, 55, 0.13);
  border-radius: 14px;
  outline: 0;
  background: #f8fbfa;
  color: #153237;
  font: inherit;
  font-size: 0.9rem;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.creator-form-field input,
.creator-form-field select {
  min-height: 50px;
  padding: 0 15px;
}

.creator-form-field textarea {
  min-height: 118px;
  padding: 14px 15px;
  resize: vertical;
  line-height: 1.6;
}

.creator-form-field input::placeholder,
.creator-form-field textarea::placeholder {
  color: #9aaba8;
}

.creator-form-field input:focus,
.creator-form-field select:focus,
.creator-form-field textarea:focus {
  border-color: #3bb6a6;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(59, 182, 166, 0.11);
}


/* Radio choice */

.creator-form-choice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.creator-form-choice legend {
  width: 100%;
}

.creator-form-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 92px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid rgba(21, 50, 55, 0.12);
  border-radius: 14px;
  background: #f8fbfa;
  cursor: pointer;
}

.creator-form-choice input {
  width: auto;
  min-height: auto;
  margin: 0;
  accent-color: #3bb6a6;
}

.creator-form-choice label > span {
  color: #344e4d;
  font-size: 0.86rem;
}


/* Form footer */

.creator-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(21, 50, 55, 0.08);
}

.creator-form-footer .button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
}

.creator-form-footer p {
  max-width: 390px;
  margin: 0;
  color: #81918e;
  font-size: 0.76rem;
  line-height: 1.55;
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1120px) {
  .creators-hero-grid,
  .creators-content-card,
  .creators-apply-card {
    grid-template-columns: 1fr;
  }

  .creators-apply-copy {
    position: static;
  }

  .creators-hero-visual {
    max-width: 690px;
  }

  .creators-perks-grid,
  .creators-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .creators-content-visual {
    min-height: 430px;
  }
}

@media (max-width: 900px) {
  .creators-fit-grid {
    grid-template-columns: 1fr;
  }

  .creators-fit-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .creators-hero-copy h1 {
    font-size: 3.7rem;
  }

  .creators-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .creators-hero-visual {
    min-height: 500px;
  }

  .creator-image-card-large {
    right: 20px;
    width: 330px;
    height: 420px;
  }

  .creator-image-card-small {
    width: 170px;
    height: 205px;
  }

  .creator-hero-note {
    right: 0;
    bottom: 25px;
  }

  .creators-content-visual {
    min-height: 380px;
  }

  .creator-phone-card {
    width: 175px;
    height: 300px;
  }
}

@media (max-width: 620px) {
  .creators-perks-grid,
  .creators-steps-grid {
    grid-template-columns: 1fr;
  }

  .creators-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .creators-hero-actions .button {
    width: 100%;
  }

  .creators-hero-visual {
    min-height: 430px;
  }

  .creator-image-card-large {
    right: 0;
    width: 275px;
    height: 360px;
  }

  .creator-image-card-small {
    width: 135px;
    height: 170px;
    border-width: 5px;
  }

  .creator-hero-note {
    width: 190px;
    padding: 17px;
  }

  .creators-content-card {
    padding: 34px 24px;
  }

  .creators-content-visual {
    display: grid;
    min-height: auto;
    gap: 14px;
  }

  .creator-phone-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: 230px;
    transform: none;
  }


  .creator-form-grid {
    grid-template-columns: 1fr;
  }

  .creator-form-field-full {
    grid-column: auto;
  }

  .creator-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .creator-form-footer .button {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .creator-image-card,
  .creator-phone-card {
    transition: none;
  }
}