/* Creators by SOOLY MUSIC — light corporate influencer */

:root {
  --bg: #f5f6f8;
  --bg-soft: #eef1f5;
  --surface: #ffffff;
  --ink: #12141a;
  --ink-muted: rgba(18, 20, 26, 0.62);
  --ink-faint: rgba(18, 20, 26, 0.42);
  --line: rgba(18, 20, 26, 0.1);
  --brand: #9c1c28;
  --brand-bright: #c42232;
  --brand-soft: rgba(196, 34, 50, 0.12);
  --accent: #0db8a0;
  --accent-ink: #06352e;
  --radius: 16px;
  --shell: min(1120px, calc(100% - 2rem));
  --pad-x: max(1rem, env(safe-area-inset-left, 0px));
  --pad-r: max(1rem, env(safe-area-inset-right, 0px));
  --font-display: "Syne", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.25rem;
  --shadow: 0 18px 50px rgba(18, 20, 26, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(90% 60% at 100% -10%, rgba(196, 34, 50, 0.06), transparent 50%),
    radial-gradient(70% 50% at 0% 20%, rgba(13, 184, 160, 0.07), transparent 45%),
    var(--bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  padding-bottom: calc(3.25rem + env(safe-area-inset-bottom, 0px));
  -webkit-tap-highlight-color: rgba(13, 184, 160, 0.18);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  -webkit-touch-callout: default;
}

a:hover {
  color: var(--brand);
}

button,
input,
select {
  font: inherit;
  max-width: 100%;
}

/* iOS/Safari: prevent auto-zoom on focus */
input,
select,
textarea {
  font-size: 16px;
}

.shell {
  width: var(--shell);
  max-width: 100%;
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--brand-bright);
  color: #fff;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

/* Header */

.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  padding-top: env(safe-area-inset-top, 0px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid transparent;
  transition: border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(18, 20, 26, 0.04);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand img {
  width: clamp(118px, 22vw, 150px);
  height: auto;
}

.nav-desktop {
  display: none;
  gap: 1.6rem;
}

.nav-desktop a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-muted);
  text-decoration: none;
  transition: color 0.25s var(--ease);
}

.nav-desktop a:hover {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.login-soon {
  display: none;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.btn-tiktok {
  border-color: #111;
  color: #111;
  font-weight: 650;
}

.btn-tiktok:hover {
  background: #111;
  color: #fff;
}

.tt-user {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  max-width: 10rem;
}

.tt-user img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.tt-user span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.82rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
}

.lang-switch select {
  max-width: 7.5rem;
  min-height: 2.4rem;
  padding: 0.35rem 1.75rem 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%12141a' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  cursor: pointer;
}

html[dir="rtl"] .lang-switch select {
  padding: 0.35rem 0.7rem 0.35rem 1.75rem;
  background-position: left 0.65rem center;
}

html[dir="rtl"] .header-inner,
html[dir="rtl"] .hero-cta,
html[dir="rtl"] .creator-card-cta,
html[dir="rtl"] .access-perks li,
html[dir="rtl"] .check-list li {
  text-align: right;
}

html[dir="rtl"] .access-perks li,
html[dir="rtl"] .check-list li {
  padding-left: 0;
  padding-right: 1.45rem;
}

html[dir="rtl"] .access-perks li::before,
html[dir="rtl"] .check-list li::before {
  left: auto;
  right: 0;
}

.nav-toggle {
  position: relative;
  z-index: 60;
  width: 2.75rem;
  height: 2.75rem;
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: var(--ink);
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.3s var(--ease);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(3.25px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-3.25px) rotate(-45deg);
}

.nav-mobile {
  position: absolute;
  inset: var(--header-h) 0 auto;
  z-index: 55;
  display: none;
  gap: 0.15rem;
  padding: 1rem 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.nav-mobile.is-open {
  display: grid;
}

.nav-mobile[hidden] {
  display: none !important;
}

.nav-mobile a {
  padding: 0.85rem 0.35rem;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid var(--line);
  min-height: 44px;
  display: flex;
  align-items: center;
}

.nav-mobile a:last-child {
  border-bottom: 0;
  color: var(--brand-bright);
}

/* Buttons */

.btn {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  min-width: 44px;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
  color: inherit;
}

.btn-primary {
  background: linear-gradient(135deg, #12d0b6, var(--accent));
  color: var(--accent-ink);
  box-shadow: 0 12px 28px rgba(13, 184, 160, 0.28);
}

.btn-primary:hover {
  color: var(--accent-ink);
  filter: brightness(1.03);
}

.btn-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
}

.btn-ghost:hover {
  border-color: rgba(18, 20, 26, 0.22);
  background: #fff;
}

.btn-sm {
  min-height: 2.4rem;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}

/* Hero — full-bleed photo, brand first */

.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  min-height: calc(100svh - var(--header-h));
  min-height: calc(100dvh - var(--header-h));
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 28%;
  object-position: center 28%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-media img {
    animation: hero-ken 18s var(--ease) infinite alternate;
  }
}

.hero-wash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(180deg, rgba(245, 246, 248, 0.18) 0%, rgba(245, 246, 248, 0.35) 38%, rgba(245, 246, 248, 0.92) 78%, var(--bg) 100%),
    linear-gradient(90deg, rgba(245, 246, 248, 0.55) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 40rem;
  margin: 0 auto 0 0;
  padding: 3.25rem var(--pad-x) 2.75rem var(--pad-x);
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

.hero-kicker {
  margin: 0 0 1.1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.hero-brand {
  margin: 0 0 1.15rem;
  max-width: min(100%, 360px);
}

.hero-brand img {
  width: 100%;
  filter: drop-shadow(0 10px 24px rgba(156, 28, 40, 0.18));
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 30rem;
  font-size: clamp(1.08rem, 2.2vw, 1.28rem);
  font-weight: 400;
  color: var(--ink-muted);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Sections */

.section {
  padding: clamp(4.25rem, 9vw, 7rem) 0;
}

.section-head {
  max-width: 36rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section-head h2,
.payouts-copy h2,
.trust-inner h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.section-head p,
.payouts-copy > p,
.trust-inner > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.section-eyebrow {
  margin: 0 0 0.65rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-bright) !important;
}

.payouts-head {
  max-width: 44rem;
}

.payouts-head strong {
  color: var(--ink);
  font-weight: 600;
}

.currency-rail {
  list-style: none;
  margin: 0 0 2.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.currency-rail li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.currency-rail span {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.currency-rail small {
  font-size: 0.82rem;
  color: var(--ink-faint);
}

.currency-rail .currency-more {
  background: linear-gradient(135deg, rgba(13, 184, 160, 0.12), rgba(196, 34, 50, 0.08));
  border-color: rgba(13, 184, 160, 0.28);
}

.payout-speed {
  display: flex;
  align-items: baseline;
  gap: 0.85rem;
  margin: 1.75rem 0 0;
  padding: 1.15rem 1.25rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(13, 184, 160, 0.14), rgba(13, 184, 160, 0.04));
  border: 1px solid rgba(13, 184, 160, 0.22);
}

.payout-speed strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.6rem);
  letter-spacing: -0.04em;
  color: var(--accent-ink);
  line-height: 1;
}

.payout-speed span {
  color: var(--ink-muted);
  font-size: 0.98rem;
  max-width: 14rem;
}

/* Platforms */

.platforms {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.65));
}

.platform-rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.platform-rail li {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 4.1rem;
  padding: 0.9rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.platform-rail li:hover {
  border-color: rgba(196, 34, 50, 0.35);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.platform-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 9px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  position: relative;
  flex-shrink: 0;
}

.platform-icon::before {
  content: "";
  position: absolute;
  inset: 22%;
  background: var(--ink-muted);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.platform-icon[data-platform="tiktok"]::before {
  background: #111;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3.16 15.2a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.73a8.18 8.18 0 0 0 4.76 1.52V6.84a4.84 4.84 0 0 1-1.01-.15z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-2.88 2.5 2.89 2.89 0 0 1-2.89-2.89 2.89 2.89 0 0 1 2.89-2.89c.28 0 .54.04.79.1v-3.5a6.37 6.37 0 0 0-.79-.05A6.34 6.34 0 0 0 3.16 15.2a6.34 6.34 0 0 0 6.34 6.34 6.34 6.34 0 0 0 6.34-6.34V8.73a8.18 8.18 0 0 0 4.76 1.52V6.84a4.84 4.84 0 0 1-1.01-.15z'/%3E%3C/svg%3E");
}

.platform-icon[data-platform="instagram"]::before {
  border-radius: 6px;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
  mask: none;
  -webkit-mask: none;
  inset: 18%;
}

.platform-icon[data-platform="snapchat"]::before {
  background: #f7e600;
  border-radius: 50%;
  inset: 20%;
  mask: none;
  -webkit-mask: none;
}

.platform-icon[data-platform="youtube"]::before {
  background: #ff0033;
  border-radius: 4px;
  inset: 28% 18%;
  mask: none;
  -webkit-mask: none;
}

.platform-icon[data-platform="x"]::before {
  background: #111;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.727-8.835L1.254 2.25H8.08l4.253 5.622L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.744l7.727-8.835L1.254 2.25H8.08l4.253 5.622L18.244 2.25zm-1.161 17.52h1.833L7.084 4.126H5.117L17.083 19.77z'/%3E%3C/svg%3E");
}

.platform-icon[data-platform="twitch"]::before {
  background: #9146ff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4.25 2L2 6.25v13.5h4.5V22l2.25-2.25h3.75L18.5 14V2H4.25zm12.75 10.5L14 15.5H10.25l-2.25 2.25V15.5H5.75V4.25h11.25v8.25zM14 7.25h-1.5v4.5H14v-4.5zm-4 0H8.5v4.5H10v-4.5z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4.25 2L2 6.25v13.5h4.5V22l2.25-2.25h3.75L18.5 14V2H4.25zm12.75 10.5L14 15.5H10.25l-2.25 2.25V15.5H5.75V4.25h11.25v8.25zM14 7.25h-1.5v4.5H14v-4.5zm-4 0H8.5v4.5H10v-4.5z'/%3E%3C/svg%3E");
}

/* Creator gallery */

.creators-gallery {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), transparent),
    var(--bg-soft);
}

.creator-strip {
  display: grid;
  gap: 1rem;
}

.creator-strip figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) + 4px);
  background: var(--surface);
  box-shadow: var(--shadow);
  aspect-ratio: 1 / 1;
  min-height: 220px;
}

.creator-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.creator-strip figure:hover img {
  transform: scale(1.04);
}

.creator-strip figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.1rem 1rem;
  background: linear-gradient(180deg, transparent, rgba(8, 10, 14, 0.72));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

/* How */

.flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.35rem;
}

.flow li {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}

.flow-index {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  color: var(--brand-bright);
}

.flow h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.flow p {
  margin: 0;
  color: var(--ink-muted);
  max-width: 32rem;
}

/* Payouts */

.payouts {
  background:
    radial-gradient(70% 80% at 100% 0%, rgba(13, 184, 160, 0.1), transparent 55%),
    var(--surface);
  border-block: 1px solid var(--line);
}

.payouts-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.check-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.check-list li {
  position: relative;
  padding-left: 1.55rem;
  font-weight: 500;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(13, 184, 160, 0.16);
}

.payout-visual {
  margin: 0;
  overflow: hidden;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.payout-visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Boosts */

.boost-pair {
  display: grid;
  gap: 1.25rem;
}

.boost-pair article {
  padding: 1.4rem 0 0;
  border-top: 1px solid var(--line);
}

.boost-pair h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
}

.boost-pair p {
  margin: 0;
  color: var(--ink-muted);
  max-width: 34rem;
}

/* Trust */

.trust {
  background: linear-gradient(180deg, transparent, rgba(196, 34, 50, 0.05));
}

.trust-inner {
  max-width: 40rem;
}

.trust-meta {
  margin-top: 1rem !important;
  font-size: 0.92rem !important;
  color: var(--ink-faint) !important;
}

/* Early access / priority form */

.access {
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.access-panel {
  display: grid;
  gap: 2rem;
  max-width: 920px;
  padding: 1.75rem;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 8px);
  background:
    linear-gradient(160deg, rgba(13, 184, 160, 0.06), transparent 42%),
    var(--bg);
  box-shadow: var(--shadow);
}

.access-intro .section-eyebrow {
  margin-bottom: 0.75rem !important;
}

.access-intro h2 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.8rem, 4vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.access-intro > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 1.05rem;
}

.access-perks {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.access-perks li {
  position: relative;
  padding-left: 1.45rem;
  font-weight: 500;
  font-size: 0.98rem;
}

.access-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(13, 184, 160, 0.14);
}

.access-form {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink-muted);
}

.field-span {
  grid-column: 1 / -1;
}

.access-form input,
.access-form select {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.access-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%12141a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.1rem center;
  padding-right: 2.5rem;
}

.access-form input:focus,
.access-form select:focus {
  border-color: rgba(13, 184, 160, 0.7);
  box-shadow: 0 0 0 4px rgba(13, 184, 160, 0.14);
}

.access-form .btn {
  width: 100%;
  margin-top: 0.25rem;
}

.access-form .btn:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.form-note {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  color: var(--ink-faint);
}

.form-note.is-success {
  color: #0a7a5f;
}

.form-note.is-error {
  color: #b42318;
}

@media (min-width: 720px) {
  .access-panel {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.25rem;
    padding: 2.25rem;
    align-items: start;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3rem 0 2rem;
  background: #ebeff4;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2.25rem;
}

.footer-brand img {
  width: 150px;
  margin-bottom: 0.9rem;
}

.footer-brand p {
  margin: 0;
  color: var(--ink-muted);
  max-width: 22rem;
  font-size: 0.95rem;
}

.footer-label {
  margin: 0 0 0.7rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.site-footer li,
.site-footer a {
  color: var(--ink-muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.site-footer a:hover {
  color: var(--ink);
}

.footer-base {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  color: var(--ink-faint);
}

.footer-base p {
  margin: 0;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.footer-legal-links a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.footer-legal-links a:hover {
  color: var(--brand);
}

.footer-legal-links span {
  color: var(--ink-faint);
  font-weight: 400;
}

/* Fixed legal dock — always visible (Terms / Privacy) */

.legal-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem 1.25rem;
  min-height: 3.25rem;
  padding:
    0.65rem max(1rem, env(safe-area-inset-right, 0px))
    calc(0.65rem + env(safe-area-inset-bottom, 0px))
    max(1rem, env(safe-area-inset-left, 0px));
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 28px rgba(18, 20, 26, 0.06);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.legal-dock a {
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.legal-dock a:hover {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-dock-sep {
  width: 1px;
  height: 1rem;
  background: var(--line);
  flex-shrink: 0;
}

/* Legal pages (/terms, /privacy) */

.legal-main {
  padding: calc(var(--header-h) + 2.25rem) 0 3.5rem;
}

.legal-shell {
  max-width: 42rem;
}

.legal-kicker {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}

.legal-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ink);
}

.legal-updated {
  margin: 0 0 2rem;
  font-size: 0.9rem;
  color: var(--ink-faint);
}

.legal-prose {
  color: var(--ink-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.legal-prose h2 {
  margin: 2rem 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.legal-prose h3 {
  margin: 1.25rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}

.legal-prose p {
  margin: 0 0 0.9rem;
}

.legal-prose ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.4rem;
}

.legal-prose a {
  color: var(--brand);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.legal-prose a:hover {
  color: var(--brand-bright);
}

.legal-prose code {
  font-size: 0.88em;
  padding: 0.1em 0.35em;
  border-radius: 4px;
  background: var(--bg-soft);
  color: var(--ink);
}

.legal-back {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin: 2.75rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 600;
}

.legal-back a {
  color: var(--ink);
  text-decoration: none;
}

.legal-back a:hover {
  color: var(--brand);
}

.legal-back span {
  color: var(--ink-faint);
  font-weight: 400;
}

/* Motion */

[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

.hero [data-reveal] {
  opacity: 1;
  transform: none;
}

@keyframes hero-ken {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (min-width: 640px) {
  .platform-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .currency-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .creator-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .footer-base {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 860px) {
  .nav-desktop {
    display: flex;
  }

  .login-soon {
    display: inline;
  }

  .nav-toggle,
  .nav-mobile {
    display: none !important;
  }

  .flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }

  .currency-rail {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .payouts-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
  }

  .boost-pair {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
  }

  .hero-content {
    width: min(40rem, var(--shell));
    margin-left: max(2rem, calc((100% - min(1180px, calc(100% - 4rem))) / 2));
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1100px) {
  :root {
    --shell: min(1180px, calc(100% - 4rem));
  }

  .hero-brand {
    max-width: 400px;
  }
}

/* Narrow phones: keep header usable (Safari / Samsung / WhatsApp) */
@media (max-width: 420px) {
  .header-actions .btn-sm {
    display: none;
  }

  .lang-switch select {
    max-width: 5.5rem;
    font-size: 0.72rem;
  }

  .brand img {
    width: 112px;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .currency-rail {
    grid-template-columns: 1fr 1fr;
  }

  .payout-speed {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .payout-speed span {
    max-width: none;
  }
}

/* Prevent horizontal scroll from full-bleed media */
.hero-media,
.creator-strip img,
.payout-visual img {
  max-width: none;
}

.hero-media img {
  max-width: none;
}

/* SOOLY Creator Card — premium fintech section */

.creator-card {
  position: relative;
  overflow: hidden;
  color: #f4f1ea;
  background:
    radial-gradient(70% 80% at 85% 20%, rgba(212, 175, 55, 0.14), transparent 55%),
    radial-gradient(55% 60% at 10% 90%, rgba(156, 28, 40, 0.18), transparent 50%),
    linear-gradient(165deg, #0b0b0d 0%, #141218 48%, #0a0a0c 100%);
  border-block: 1px solid rgba(212, 175, 55, 0.12);
}

.creator-card-shell {
  position: relative;
  z-index: 1;
}

.creator-card-eyebrow {
  color: #d4af37 !important;
}

.creator-card-intro {
  max-width: 42rem;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.creator-card-intro h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 4.4vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
}

.creator-card-lead {
  margin: 0;
  max-width: 38rem;
  color: rgba(244, 241, 234, 0.68);
  font-size: 1.08rem;
}

.cards-duo {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.card-3d {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  transform-style: preserve-3d;
  animation: card-float 5.5s ease-in-out infinite;
  will-change: transform;
}

.card-3d-alt {
  animation-delay: -2.4s;
}

.card-meta {
  margin-top: 1rem;
  text-align: center;
}

.card-meta h3 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: -0.02em;
}

.card-meta p {
  margin: 0 auto;
  max-width: 22rem;
  color: rgba(244, 241, 234, 0.58);
  font-size: 0.95rem;
}

.sooly-card {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(212, 175, 55, 0.18);
  transform: rotateY(-6deg) rotateX(5deg);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease);
  background: #0e0e10;
}

.card-3d-alt .sooly-card {
  transform: rotateY(6deg) rotateX(5deg);
}

.card-3d.is-hover .sooly-card,
.sooly-card:hover {
  transform: rotateY(0deg) rotateX(0deg) scale(1.02);
  box-shadow:
    0 36px 70px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(212, 175, 55, 0.32),
    0 0 40px rgba(212, 175, 55, 0.12);
}

.sooly-card-art {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.sooly-card-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.08) 45%,
    rgba(240, 215, 140, 0.22) 50%,
    rgba(255, 255, 255, 0.06) 55%,
    transparent 68%
  );
  transform: translateX(-120%);
  animation: card-shine 4.8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: screen;
}

.sooly-card-edge {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.btn-card-primary {
  background: linear-gradient(135deg, #f0d78c, #d4af37 45%, #b8922a);
  color: #1a1408;
  box-shadow: 0 12px 28px rgba(212, 175, 55, 0.28);
}

.btn-card-primary:hover {
  color: #1a1408;
  filter: brightness(1.05);
}

.btn-card-ghost {
  border-color: rgba(240, 215, 140, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #f4f1ea;
}

.btn-card-ghost:hover {
  border-color: rgba(240, 215, 140, 0.6);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.creator-card-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.creator-card-note {
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  font-size: 0.88rem;
  color: rgba(244, 241, 234, 0.45);
  max-width: 36rem;
}

.creator-card-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.creator-card-features li {
  padding: 1.25rem 1.2rem;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  color: #d4af37;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.creator-card-features h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: #fff;
}

.creator-card-features p {
  margin: 0;
  color: rgba(244, 241, 234, 0.62);
  font-size: 0.98rem;
}

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

@keyframes card-shine {
  0%, 35% { transform: translateX(-130%); }
  55%, 100% { transform: translateX(130%); }
}

@media (min-width: 860px) {
  .cards-duo {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }

  .card-3d {
    max-width: none;
  }

  .creator-card-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .card-3d,
  .sooly-card-shine {
    animation: none !important;
  }

  .sooly-card {
    transform: none;
  }
}
