.creator-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 56px;
  background:
    radial-gradient(circle at 12% 16%, rgba(88, 166, 255, 0.18), transparent 32%),
    radial-gradient(circle at 88% 6%, rgba(103, 232, 249, 0.12), transparent 28%),
    radial-gradient(circle at 60% 88%, rgba(63, 185, 80, 0.08), transparent 28%),
    linear-gradient(180deg, #0b1016 0%, #121923 42%, #0d1117 100%);
  border-bottom: 1px solid var(--border);
}

.creator-hero-founder {
  background:
    radial-gradient(circle at 10% 14%, rgba(103, 232, 249, 0.14), transparent 34%),
    radial-gradient(circle at 84% 12%, rgba(210, 153, 34, 0.12), transparent 26%),
    radial-gradient(circle at 50% 100%, rgba(88, 166, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #091017 0%, #111a24 52%, #0d1117 100%);
}

.creator-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%);
  pointer-events: none;
}

.creator-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  align-items: center;
}

@media (min-width: 980px) {
  .creator-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  }
}

.creator-hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 6vw, 4.35rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #ffffff 0%, #bfe2ff 45%, #dff7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.creator-eyebrow,
.creator-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(88, 166, 255, 0.28);
  background: rgba(88, 166, 255, 0.1);
  color: #cce6ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.creator-section-label {
  margin-bottom: 14px;
}

.creator-hero-subtitle {
  max-width: 62ch;
  margin-bottom: 18px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #aab7c5;
}

.creator-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
}

.creator-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(13, 17, 23, 0.7);
  color: #d4dee8;
  font-size: 0.9rem;
  line-height: 1.3;
}

.creator-hero-actions,
.creator-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.creator-btn-ghost {
  border-color: rgba(88, 166, 255, 0.25);
  color: #cae5ff;
}

.creator-btn-ghost:hover {
  background: rgba(88, 166, 255, 0.08);
}

.creator-hero-note,
.creator-section-footnote {
  margin: 16px 0 0;
  color: #8ea1b2;
  font-size: 0.92rem;
}

.creator-hero-panel {
  display: grid;
  gap: 16px;
  padding: 16px;
  border: 1px solid rgba(88, 166, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(13, 17, 23, 0.94), rgba(17, 24, 34, 0.96));
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.35);
}

.creator-hero-preview {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.creator-hero-preview img {
  display: block;
  width: 100%;
}

.creator-hero-panel-copy {
  padding: 4px 6px 8px;
}

.creator-hero-panel-copy h2 {
  margin-bottom: 10px;
  font-size: 1.15rem;
}

.creator-hero-panel-copy p {
  margin: 0;
}

.creator-section {
  border-bottom: 1px solid var(--border);
}

.creator-section-alt {
  background: linear-gradient(180deg, rgba(22, 27, 34, 0.92), rgba(13, 17, 23, 0.98));
}

.creator-section-head {
  max-width: 760px;
  margin: 0 auto 28px;
}

.creator-section-head-left {
  margin-left: 0;
  text-align: left;
}

.creator-section-head h2 {
  margin-bottom: 12px;
}

.creator-card-grid {
  align-items: stretch;
}

.creator-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.creator-card h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.creator-card p:last-child {
  margin-bottom: 0;
}

.creator-inline-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--text-secondary);
}

.creator-inline-list li + li {
  margin-top: 8px;
}

.creator-step-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 900px) {
  .creator-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.creator-step-grid-tight {
  margin-bottom: 18px;
}

.creator-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(88, 166, 255, 0.16);
  border-radius: 18px;
  background: rgba(13, 17, 23, 0.78);
}

.creator-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb 0%, #58a6ff 100%);
  color: #fff;
  font-weight: 700;
}

.creator-step-copy h3 {
  margin-bottom: 8px;
  font-size: 1.02rem;
}

.creator-step-copy p {
  margin: 0;
}

.creator-media-shell,
.creator-offer-shell,
.creator-final-cta {
  display: grid;
  gap: 20px;
  padding: 24px;
  border: 1px solid rgba(88, 166, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(22, 27, 34, 0.96), rgba(11, 15, 21, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

@media (min-width: 980px) {
  .creator-media-shell {
    grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
  }

  .creator-final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

.creator-media-grid {
  display: grid;
  gap: 14px;
}

@media (min-width: 760px) {
  .creator-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.creator-media-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(13, 17, 23, 0.76);
}

.creator-media-card img {
  display: block;
  width: 100%;
}

.creator-media-card figcaption {
  padding: 14px;
  color: #a9b6c4;
  font-size: 0.9rem;
  line-height: 1.55;
}

.creator-bullet-list,
.creator-idea-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: #d2dbe4;
}

.creator-bullet-list li,
.creator-idea-list li {
  padding-left: 2px;
}

.creator-faq-wrap {
  max-width: 900px;
}

.creator-faq-list {
  display: grid;
  gap: 12px;
}

.creator-faq-item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(13, 17, 23, 0.76);
  overflow: hidden;
}

.creator-faq-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  background: none;
  border: 0;
  color: var(--text-primary);
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.creator-faq-button:hover {
  background: rgba(88, 166, 255, 0.06);
}

.creator-faq-button[aria-expanded="true"] .creator-faq-icon {
  transform: rotate(45deg);
}

.creator-faq-icon {
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.creator-faq-panel {
  padding: 0 20px 18px;
}

.creator-faq-panel p {
  margin: 0;
}

.creator-letter {
  max-width: 860px;
  padding: 24px;
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 24, 34, 0.95), rgba(13, 17, 23, 0.98));
}

.creator-letter blockquote {
  margin: 0;
  color: #dbe7f3;
  font-size: 1.02rem;
  line-height: 1.8;
}

.creator-founder-header {
  position: sticky;
}

.creator-founder-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.creator-founder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.94rem;
}

.creator-founder-links a {
  color: var(--text-secondary);
}

.creator-founder-links a:hover {
  color: var(--text-primary);
  text-decoration: none;
}

.creator-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 220;
  display: none;
}

@media (max-width: 767px) {
  body[data-page-kind] {
    padding-bottom: 88px;
  }

  .creator-sticky-cta {
    display: block;
  }

  .creator-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .creator-final-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
