/* Final visual overrides */
html,
body {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}

input,
textarea,
[contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

[data-theme=light] .hero {
  background:
    linear-gradient(90deg, rgba(248,245,248,.98) 0%, rgba(248,245,248,.9) 42%, rgba(248,245,248,.22) 68%, rgba(248,245,248,.58) 100%),
    url("../img/shexstaronlyfans.webp") center right / contain no-repeat !important;
}

[data-theme=light] .hero .lead {
  color: #2b2630 !important;
}

#themeToggle {
  font-size: 22px;
  line-height: 1;
  display: inline-grid;
  place-items: center;
}

.ticker {
  position: relative;
  width: min(880px, calc(100% - 72px));
  margin: 0 auto;
  border: 0 !important;
  padding: 14px 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.footer-grid .footer-privacy {
  display: block;
  margin: 8px 0;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.footer-grid .footer-privacy:hover { color: var(--pink); }

.contrast-marketing {
  overflow: hidden;
}

.contrast-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .92fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.contrast-copy {
  max-width: 760px;
}

.contrast-marketing .manifesto {
  font-size: 32px !important;
  line-height: 1.1;
  letter-spacing: 0;
}

.contrast-marketing .fly-left {
  transform: translateX(-58px);
}

.contrast-marketing .fly-right {
  transform: translateX(58px);
}

.contrast-marketing .fly-left.visible,
.contrast-marketing .fly-right.visible {
  transform: none;
}

.contrast-grid > .anti-list {
  grid-column: 1 / -1;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.contrast-grid > .anti-list span.fade {
  opacity: 0;
  transition: opacity .72s ease, transform .72s cubic-bezier(.2,.8,.2,1);
}

.contrast-grid > .anti-list span.visible {
  opacity: 1;
}

.contrast-grid > .anti-list span:nth-child(2) {
  transition-delay: .08s;
}

.contrast-grid > .anti-list span:nth-child(3) {
  transition-delay: .12s;
}

.contrast-grid > .anti-list span:nth-child(4) {
  transition-delay: .2s;
}

.marketing-visual {
  position: relative;
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  min-height: clamp(360px, 48vw, 620px);
  background: rgba(255,255,255,.05);
  box-shadow: 0 30px 90px rgba(0,0,0,.36);
  isolation: isolate;
}

.marketing-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10,8,14,.18), transparent 36%),
    radial-gradient(circle at 22% 18%, rgba(255,111,181,.22), transparent 34%);
  z-index: 1;
}

.marketing-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.marketing-light {
  display: none;
}

[data-theme=light] .marketing-dark {
  display: none;
}

[data-theme=light] .marketing-light {
  display: block;
}

[data-theme=light] .marketing-visual {
  background: rgba(255,255,255,.78);
  box-shadow: 0 26px 70px rgba(34,22,40,.13);
}

[data-theme=light] .marketing-visual::after {
  background:
    linear-gradient(90deg, rgba(248,245,248,.12), transparent 42%),
    radial-gradient(circle at 18% 12%, rgba(184,55,126,.16), transparent 34%);
}

.creator-trust .trust-agency-strip {
  display: block;
  position: relative !important;
  z-index: 3 !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: min(270px, 78%);
  max-width: 100% !important;
  max-height: none !important;
  height: 56px;
  object-fit: contain;
  object-position: center;
  margin: 8px auto 10px;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.34));
}

.section-head h2,
.trust-head h2,
.apply-steps h2 {
  font-size: clamp(32px, 4.6vw, 60px) !important;
  line-height: 1.12 !important;
}

.apply-steps .step-flow::before,
.apply-steps .step-flow::after {
  content: "";
  position: absolute;
  top: 74px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,111,181,.66), rgba(157,124,255,.66));
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  z-index: 0;
  animation: none !important;
}
.apply-steps .step-flow::before { left: 25%; width: 18%; right: auto; }
.apply-steps .step-flow::after { left: 57%; width: 18%; }
.apply-steps .step-flow article {
  opacity: 0;
  transform: translateY(16px);
  z-index: 1;
}
.apply-steps .step-dot {
  position: relative;
  z-index: 2;
  animation: none !important;
}
.apply-steps .step-flow b {
  opacity: 0;
  transform: translateY(6px) scale(.9);
  animation: none !important;
}
.apply-steps.is-visible .step-flow article:nth-child(1) { animation: stepReveal .55s .05s ease forwards; }
.apply-steps.is-visible .step-flow::before { animation: stepLineSegment .75s .62s ease forwards !important; }
.apply-steps.is-visible .step-flow article:nth-child(2) { animation: stepReveal .55s 1.25s ease forwards; }
.apply-steps.is-visible .step-flow::after { animation: stepLineSegment .75s 1.82s ease forwards !important; }
.apply-steps.is-visible .step-flow article:nth-child(3) { animation: stepReveal .55s 2.45s ease forwards; }
.apply-steps.is-visible .step-flow b { animation: doneReveal .45s 3.05s ease forwards !important; }

@keyframes stepReveal { to { opacity: 1; transform: none; } }
@keyframes stepLineSegment { to { opacity: 1; transform: scaleX(1); } }
@keyframes doneReveal { to { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  [data-theme=light] .hero {
    background:
      linear-gradient(180deg, rgba(248,245,248,.94), rgba(248,245,248,.76)),
      url("../img/shexstaronlyfans.webp") center bottom / cover no-repeat !important;
  }
  .apply-steps .step-flow::before,
  .apply-steps .step-flow::after { top: 56px; }
  .contrast-grid {
    grid-template-columns: 1fr;
  }
  .marketing-visual {
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  [data-theme=light] .hero {
    background-position: center bottom !important;
    background-size: 150% auto !important;
  }
  .apply-steps .step-flow::before,
  .apply-steps .step-flow::after { display: none; }
  .section-head h2,
  .trust-head h2,
  .apply-steps h2 { font-size: 33px !important; }
  .contrast-marketing .manifesto { font-size: 32px !important; }
  .contrast-grid > .anti-list {
    grid-template-columns: 1fr 1fr;
  }
  .marketing-visual {
    min-height: 320px;
    border-radius: 24px;
  }
}

@media (max-width: 460px) {
  .contrast-grid > .anti-list {
    grid-template-columns: 1fr;
  }
}
