:root {
  --bg: #f8f6f1;
  --surface: #ffffff;
  --ink: #18171c;
  --muted: #6f6c76;
  --purple: #6a2ef5;
  --purple-soft: #8c78b8;
  --purple-deep: #5f31d3;
  --lilac: #dcd3ee;
  --lilac-soft: #eeeaf8;
  --peach: #f3d7c9;
  --line: rgba(24, 23, 28, .09);
  --shadow: 0 20px 60px rgba(49, 35, 75, .09);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 118px 0; }
.section-compact { padding: 28px 0 58px; }
.eyebrow {
  margin: 0 0 18px;
  color: var(--purple-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow.centered, .centered { text-align: center; }
.eyebrow.light { color: #ccb8ff; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { margin-inline: auto; }
.section-heading h2, .split-card h2, .final-cta h2 {
  margin: 0 0 16px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.section-heading p:not(.eyebrow), .about-block p, .hero-text { font-size: 17px; }
.announcement {
  position: relative;
  z-index: 30;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 52px;
  background: linear-gradient(90deg, #eee7fb, #f8f0fa, #eee7fb);
  font-size: 12px;
}
.announcement a { color: var(--purple-deep); font-weight: 700; }
.announcement-close { position: absolute; right: 20px; border: 0; background: transparent; font-size: 20px; color: var(--muted); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(248, 246, 241, .84);
  backdrop-filter: blur(18px);
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(49,35,75,.04); }
.nav-wrap { min-height: 84px; display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; }
.brand-lockup img { width: 42px; height: 42px; object-fit: contain; }
.brand-lockup span { font-size: 32px; font-weight: 700; line-height: 1; letter-spacing: -.04em; color: var(--purple); }
.footer-lockup span { font-size: 26px; }
.main-nav { display: flex; justify-content: center; gap: clamp(16px, 2.2vw, 34px); }
.main-nav a, .text-link { font-size: 13px; font-weight: 600; color: #38363d; }
.main-nav a:hover, .text-link:hover { color: var(--purple-deep); }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1.5px; background: var(--ink); margin: 6px 0; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px;
  padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700;
  font-size: 14px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: #171721; box-shadow: 0 10px 24px rgba(23,23,33,.14); }
.button-dark:hover { box-shadow: 0 16px 34px rgba(23,23,33,.2); }
.button-light { background: rgba(255,255,255,.78); border-color: var(--line); }
.button-purple { color: white; background: var(--purple-deep); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; padding-top: 96px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 72px; }
.hero-copy h1 { max-width: 720px; margin: 0 0 14px; font-size: clamp(54px, 6.2vw, 92px); line-height: .98; letter-spacing: -.065em; color: var(--ink); }
.hero-slogan { margin: 0 0 16px; color: var(--purple); font-size: clamp(36px, 4vw, 56px); font-style: normal; font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.hero-text { max-width: 620px; margin: 0; color: var(--ink); opacity: .9; font-weight: 500; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 24px; }
.play-mini { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 8px; }
.hero-proof { display: flex; align-items: center; gap: 9px; color: #57545d; font-size: 13px; }
.proof-dot { width: 9px; height: 9px; border-radius: 50%; background: #79a980; box-shadow: 0 0 0 5px rgba(121,169,128,.12); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: 4%; top: 10%; background: rgba(220,211,238,.72); }
.hero-glow-two { width: 300px; height: 300px; left: -100px; bottom: -110px; background: rgba(243,215,201,.45); }
.creator-collage { position: relative; height: 520px; }
.creator-card {
  position: absolute; overflow: hidden; border: 5px solid rgba(255,255,255,.74); border-radius: 28px;
  background: #ddd; box-shadow: 0 28px 70px rgba(36,26,54,.2); transition: transform .35s ease;
}
.creator-card:hover { transform: translateY(-8px) rotate(0deg); z-index: 4; }
.creator-card img { width: 100%; height: 100%; object-fit: cover; }
.creator-card-left { width: 215px; height: 370px; left: 0; top: 92px; transform: rotate(-3deg); }
.creator-card-main { width: 250px; height: 445px; left: 145px; top: 20px; z-index: 3; }
.creator-card-right { width: 210px; height: 350px; right: 0; top: 104px; transform: rotate(3deg); }
.creator-overlay { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; color: white; font-size: 12px; font-weight: 700; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.logo-wall { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.logo-wall div { min-height: 60px; display: grid; place-items: center; color: #aaa6ae; border: 1px dashed rgba(140,120,184,.25); border-radius: 14px; font-size: 10px; letter-spacing: .12em; font-weight: 700; }
.services { background: rgba(255,255,255,.36); border-block: 1px solid rgba(24,23,28,.04); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.82); box-shadow: 0 10px 28px rgba(49,35,75,.04); }
.service-image { height: 230px; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.service-card:hover .service-image img { transform: scale(1.04); }
.service-body { position: relative; min-height: 210px; padding: 30px; }
.service-icon { position: absolute; right: 24px; top: -24px; width: 50px; height: 50px; display: grid; place-items: center; border-radius: 16px; color: var(--purple-deep); background: #d7caf8; box-shadow: 0 10px 26px rgba(111,89,166,.18); }
.service-body h3 { margin: 0 0 10px; font-size: 22px; }
.service-body p { color: var(--muted); }
.service-body > a { position: absolute; right: 26px; bottom: 24px; color: var(--purple-deep); font-size: 22px; }
.platforms { background: #fbfaf7; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.platform-card { padding: 34px; text-align: center; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: 0 16px 42px rgba(49,35,75,.05); }
.platform-card img { width: 66px; height: 58px; object-fit: contain; margin: 0 auto 20px; }
.platform-card h3 { margin: 0 0 7px; font-size: 20px; }
.platform-card p { margin: 0; color: var(--muted); font-size: 14px; }
.creator-levels { background: linear-gradient(135deg, #f7f2fb, #f0eafb 50%, #f9f4ed); }
.level-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.level-card { position: relative; min-height: 245px; padding: 32px; border: 1px solid rgba(140,120,184,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.65); backdrop-filter: blur(8px); }
.level-card h3 { margin: 24px 0 4px; font-size: 25px; }
.level-card strong { color: var(--purple-deep); }
.level-card p { color: var(--muted); }
.level-number { position: absolute; top: 24px; right: 24px; color: rgba(111,89,166,.35); font-size: 34px; font-weight: 800; }
.creator-categories { margin-top: 34px; padding: 34px; border: 1px solid rgba(140,120,184,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.72); }
.categories-heading h3 { margin: 0 0 16px; font-size: 24px; }
.category-chips {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
}
.category-chips span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(95,49,211,.08);
  border-radius: 999px;
  background: var(--lilac-soft);
  color: var(--purple-deep);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.truth-section {
  position: relative;
  padding: 34px 0 82px;
  background: #fbfaf7;
}
.truth-card {
  min-height: 230px;
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 44px 48px;
  overflow: hidden;
  border: 1px solid rgba(95,49,211,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 10%, rgba(157,119,255,.2), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f5f0ff 55%, #fbf5ef 100%);
  box-shadow: 0 24px 70px rgba(62,34,116,.09);
}
.truth-mark {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 25px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 16px 34px rgba(95,49,211,.12);
}
.truth-mark img {
  width: 61px;
  height: 61px;
  object-fit: contain;
}
.truth-copy .eyebrow { margin-bottom: 10px; }
.truth-copy h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.truth-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.apply-section { background: #fbfaf8; }
.apply-container { max-width: 1040px; }
.form-tabs { max-width: 700px; display: grid; grid-template-columns: 1fr 1fr; margin: 0 auto 22px; padding: 5px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.form-tab { min-height: 48px; border: 0; border-radius: 12px; background: transparent; color: var(--muted); font-weight: 700; }
.form-tab.active { color: var(--ink); background: linear-gradient(90deg, #eee7fb, #dccdf5); box-shadow: 0 8px 18px rgba(111,89,166,.12); }
.forms-shell { padding: 10px; border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(238,234,248,.95), rgba(255,255,255,.9)); box-shadow: var(--shadow); }
.application-form { padding: 50px; border: 1px solid rgba(140,120,184,.12); border-radius: 26px; background: rgba(255,255,255,.76); }
.form-intro { max-width: 620px; margin-bottom: 32px; }
.form-intro h3 { margin: 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.05; letter-spacing: -.035em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #47444d; font-size: 13px; font-weight: 700; }
.form-grid label.full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid rgba(24,23,28,.12); border-radius: 13px; outline: none; background: rgba(255,255,255,.88); color: var(--ink); padding: 15px 16px; font-weight: 500; transition: border .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(140,120,184,.12); }
textarea { resize: vertical; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 15px; border: 1px solid rgba(24,23,28,.1); border-radius: 13px; background: rgba(255,255,255,.72); }
.check-grid span { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.check-grid input { width: auto; }
.form-submit { width: 100%; margin-top: 26px; border: 0; }
.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { position: relative; display: flex; gap: 18px; padding: 28px 22px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step > span { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; color: var(--purple-deep); background: var(--lilac-soft); font-weight: 800; }
.process-step h3 { margin: 3px 0 8px; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }
.work-section { background: #fbf9f5; }
.filter-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -22px 0 30px; }
.filter-button { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: 12px; font-weight: 700; }
.filter-button.active { color: var(--purple-deep); background: var(--lilac-soft); border-color: transparent; }
.work-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.work-card { position: relative; min-width: 0; }
.work-card > img { width: 100%; aspect-ratio: .68; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 30px rgba(49,35,75,.08); }
.work-card button { position: absolute; left: 50%; top: 42%; translate: -50% -50%; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.88); box-shadow: 0 8px 25px rgba(0,0,0,.14); }
.work-card div { display: flex; flex-direction: column; padding: 12px 3px; }
.work-card span { color: var(--muted); font-size: 12px; }
.split-cta { padding-top: 40px; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.split-card { min-height: 330px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; overflow: hidden; padding: 42px; border-radius: var(--radius-md); }
.split-card h2 { font-size: clamp(32px, 3.5vw, 48px); }
.split-card img { width: 100%; height: 245px; object-fit: cover; object-position: center; border-radius: 20px 20px 0 0; }
.split-brand { background: linear-gradient(135deg, #f9e3d8, #f7f0e8); }
.split-creator { background: linear-gradient(135deg, #eee7fb, #e6dcf7); }
.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: start; margin-bottom: 36px; }
.about-copy { padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fbfaf8; }
.about-block + .about-block { margin-top: 24px; }
.about-block h3 { margin: 0 0 10px; font-size: 24px; }
.about-block p { margin: 0; color: var(--muted); }
.about-visual img { width: 100%; border-radius: 28px; box-shadow: 0 22px 60px rgba(49,35,75,.1); border: 1px solid rgba(140,120,184,.1); }
.about-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.about-points span { min-height: 38px; display: inline-flex; align-items: center; padding: 0 14px; border-radius: 999px; background: rgba(106,46,245,.08); color: var(--purple-deep); font-size: 13px; font-weight: 700; }
.about-benefits { margin-top: 20px; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit { padding: 28px; border: 1px solid var(--line); border-radius: 18px; }
.benefit > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: var(--purple-deep); background: var(--lilac-soft); }
.benefit h3 { margin: 18px 0 7px; }
.benefit p { margin: 0; color: var(--muted); font-size: 14px; }
.final-cta { position: relative; overflow: hidden; padding: 92px 0; color: white; background: #161621; }
.final-line { position: absolute; width: 110%; height: 180px; left: -5%; bottom: -40px; border-top: 2px solid rgba(140,120,184,.8); border-radius: 50%; transform: rotate(-4deg); }
.final-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; }
.final-cta h2 { max-width: 700px; font-size: clamp(44px, 5vw, 72px); }
.final-cta p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.mini-collage { position: relative; height: 300px; }
.mini-collage img { position: absolute; width: 155px; height: 250px; object-fit: cover; border: 4px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.mini-collage img:nth-child(1) { left: 0; top: 32px; transform: rotate(-6deg); }
.mini-collage img:nth-child(2) { left: 132px; top: 0; z-index: 2; }
.mini-collage img:nth-child(3) { left: 264px; top: 32px; transform: rotate(6deg); }
.site-footer { padding: 70px 0 22px; background: #f8f6f1; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 50px; }
.footer-brand p { max-width: 320px; color: var(--muted); margin-top: 18px; }
.site-footer h3 { margin: 5px 0 18px; font-size: 13px; }
.site-footer a { display: block; margin: 10px 0; color: var(--muted); font-size: 13px; }
.site-footer a:hover { color: var(--purple-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.toast { position: fixed; z-index: 50; right: 24px; bottom: 24px; max-width: 380px; display: grid; gap: 4px; padding: 18px 20px; border: 1px solid rgba(140,120,184,.18); border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(20px); transition: .3s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast span { color: var(--muted); font-size: 13px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .nav-wrap { grid-template-columns: 190px auto auto; }
  .main-nav { position: fixed; left: 20px; right: 20px; top: 94px; display: none; flex-direction: column; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px; border-bottom: 1px solid rgba(24,23,28,.06); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: block; justify-self: end; }
  .hero-grid { grid-template-columns: 1fr; }
  .creator-collage { max-width: 650px; width: 100%; margin-inline: auto; }
  .hero { padding-bottom: 70px; }
  .service-grid, .platform-grid, .level-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .split-grid, .about-grid, .final-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }

  .category-chips { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .truth-card { grid-template-columns: 76px 1fr; }
  .truth-card > .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 82px 0; }
  .announcement { justify-content: flex-start; padding-right: 44px; overflow: hidden; white-space: nowrap; }
  .announcement span:first-child { display: none; }
  .nav-wrap { min-height: 72px; grid-template-columns: 1fr auto; }
  .brand-lockup span { font-size: 26px; }
  .brand-lockup img { width: 34px; height: 34px; }
  .nav-actions { display: none; }
  .hero { padding-top: 60px; min-height: auto; }
  .hero-grid { gap: 36px; }
  .hero-copy h1 { font-size: clamp(47px, 14vw, 68px); }
  .hero-slogan { font-size: 36px; }
  .creator-collage { height: 390px; }
  .creator-card-left { width: 155px; height: 280px; top: 74px; }
  .creator-card-main { width: 180px; height: 340px; left: 50%; translate: -50% 0; }
  .creator-card-right { width: 150px; height: 270px; top: 84px; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .platform-grid, .level-grid, .process-grid, .split-grid, .benefit-grid, .footer-grid { grid-template-columns: 1fr; }
  .process-step { border-right: 0; border-bottom: 1px solid var(--line); }
  .form-tabs { grid-template-columns: 1fr; }
  .application-form { padding: 26px 20px; }
  .form-grid, .check-grid { grid-template-columns: 1fr; }
  .work-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .work-card { min-width: 210px; scroll-snap-align: start; }
  .split-card { grid-template-columns: 1fr; gap: 28px; padding: 30px; }
  .split-card img { height: 210px; }
  .mini-collage { height: 250px; }
  .mini-collage img { width: 125px; height: 210px; }
  .mini-collage img:nth-child(2) { left: 100px; }
  .mini-collage img:nth-child(3) { left: 200px; }
  .footer-bottom { flex-direction: column; }

  .category-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .category-chips span { min-height: 44px; font-size: 12px; }
  .creator-categories { padding: 24px 18px; }
  .truth-section { padding: 20px 0 62px; }
  .truth-card { grid-template-columns: 1fr; gap: 20px; padding: 30px 24px; }
  .truth-mark { width: 66px; height: 66px; }
  .truth-mark img { width: 48px; height: 48px; }
}

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


/* =========================================================
   UGENCY v4 — TikTok LIVE content layer
   Existing v3 palette, font family and visual language kept.
   ========================================================= */

.live-nav-wrap { grid-template-columns: 190px 1fr auto; }
.live-main-nav { gap: clamp(10px, 1.35vw, 22px); }
.live-main-nav a { font-size: 12px; white-space: nowrap; }

.partner-badge, .brand-page-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid rgba(95,49,211,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--purple-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .035em;
  box-shadow: 0 10px 30px rgba(62,34,116,.06);
}
.partner-badge img { width: 23px; height: 23px; object-fit: contain; }
.brand-page-badge { margin-bottom: 14px; letter-spacing: .13em; }

.live-purple { color: var(--purple); }
.live-hero-text { font-size: 18px !important; }
.hero-note {
  max-width: 620px;
  margin: 4px 0 0;
  color: var(--purple-deep);
  font-size: 13px;
  font-weight: 700;
}

.live-stage {
  position: relative;
  min-height: 545px;
}
.live-phone {
  position: absolute;
  overflow: hidden;
  border: 5px solid rgba(255,255,255,.78);
  border-radius: 30px;
  background: #eee;
  box-shadow: 0 28px 70px rgba(36,26,54,.20);
}
.live-phone img { width: 100%; height: 100%; object-fit: cover; }
.live-phone-back { width: 205px; height: 350px; left: 0; top: 118px; transform: rotate(-4deg); }
.live-phone-main { width: 270px; height: 480px; left: 145px; top: 18px; z-index: 3; }
.live-phone-side { width: 195px; height: 335px; right: 0; top: 128px; transform: rotate(4deg); }

.live-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ff2d55;
  color: white;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.viewer-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(20,20,26,.56);
  color: white;
  font-size: 10px;
  font-weight: 700;
  backdrop-filter: blur(7px);
}
.live-phone-back > .viewer-pill,
.live-phone-side > .viewer-pill {
  position: absolute;
  right: 12px;
  top: 14px;
}
.live-topbar {
  position: absolute;
  top: 15px;
  left: 70px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  font-size: 10px;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0,0,0,.6);
}
.live-chat {
  position: absolute;
  left: 14px;
  bottom: 18px;
  display: grid;
  gap: 7px;
}
.live-chat span {
  width: fit-content;
  max-width: 205px;
  padding: 7px 10px;
  border-radius: 11px;
  background: rgba(20,20,26,.45);
  color: white;
  font-size: 10px;
  backdrop-filter: blur(6px);
}
.floating-live-card {
  position: absolute;
  z-index: 6;
  min-width: 132px;
  display: grid;
  gap: 2px;
  padding: 15px 17px;
  border: 1px solid rgba(95,49,211,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 45px rgba(62,34,116,.11);
  backdrop-filter: blur(10px);
}
.floating-live-card strong { color: var(--purple); font-size: 24px; line-height: 1; }
.floating-live-card span { color: var(--muted); font-size: 11px; font-weight: 700; }
.live-card-one { left: 18px; bottom: 18px; }
.live-card-two { right: 5px; bottom: 40px; }

.live-proof { padding-top: 18px; }
.live-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, .8fr) 1.6fr;
  gap: 14px;
}
.proof-card {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 12px 32px rgba(49,35,75,.05);
}
.proof-card strong { margin-bottom: 6px; color: var(--purple); font-size: 34px; line-height: 1; }
.proof-card p { margin: 0; color: var(--muted); font-size: 13px; }
.proof-kicker { margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.proof-card-partner { flex-direction: row; align-items: center; gap: 20px; background: linear-gradient(135deg, #f5f0ff, #fff); }
.proof-card-partner img { width: 50px; height: 50px; }
.proof-card-partner strong { display: block; font-size: 20px; }

.live-benefits { background: rgba(255,255,255,.40); }
.benefit-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.benefit-panel {
  overflow: hidden;
  border: 1px solid rgba(95,49,211,.10);
  border-radius: 26px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 42px rgba(49,35,75,.05);
}
.benefit-panel-head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 30px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(238,234,248,.7), rgba(255,255,255,.8));
}
.benefit-panel-head > span {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: var(--purple-deep);
  color: white;
  font-size: 12px;
  font-weight: 800;
}
.benefit-panel-head .eyebrow { margin-bottom: 5px; }
.benefit-panel-head h3 { margin: 0; font-size: 24px; line-height: 1.15; letter-spacing: -.025em; }
.benefit-list { padding: 8px 30px 18px; }
.benefit-row { padding: 20px 0; border-bottom: 1px solid rgba(24,23,28,.07); }
.benefit-row:last-child { border-bottom: 0; }
.benefit-row b { display: block; margin-bottom: 6px; font-size: 15px; }
.benefit-row p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.live-process-section { background: white; }
.live-process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.live-process-grid::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lilac), var(--purple-soft), var(--lilac), transparent);
}
.live-process-card {
  position: relative;
  z-index: 2;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.process-number { position: absolute; right: 24px; top: 20px; color: rgba(95,49,211,.27); font-size: 30px; font-weight: 800; }
.process-symbol {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 18px;
  background: var(--lilac-soft);
  color: var(--purple-deep);
  font-size: 22px;
}
.live-process-card h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.2; }
.live-process-card p { margin: 0; color: var(--muted); font-size: 14px; }

.live-dashboard-section { background: linear-gradient(135deg, #f8f6f1, #f4effc); }
.live-dashboard-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.dashboard-points { display: grid; gap: 10px; margin-top: 26px; }
.dashboard-points span { color: #4e4a55; font-size: 14px; font-weight: 600; }
.creator-dashboard {
  padding: 24px;
  border: 1px solid rgba(95,49,211,.11);
  border-radius: 26px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 28px 70px rgba(62,34,116,.10);
}
.dashboard-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dashboard-head > div { display: flex; align-items: center; gap: 8px; }
.dashboard-dot { width: 9px; height: 9px; border-radius: 50%; background: #67ad7a; box-shadow: 0 0 0 5px rgba(103,173,122,.12); }
.dashboard-tag { padding: 6px 9px; border-radius: 999px; background: var(--lilac-soft); color: var(--purple-deep); font-size: 9px; font-weight: 800; }
.dashboard-featured { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 20px; min-height: 150px; padding: 24px; border-radius: 20px; background: #171721; color: white; }
.dashboard-featured span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.55); font-size: 11px; }
.dashboard-wave { height: 100px; display: flex; align-items: flex-end; gap: 8px; }
.dashboard-wave i { flex: 1; border-radius: 999px 999px 4px 4px; background: linear-gradient(180deg, #9b75ff, #5f31d3); }
.dashboard-wave i:nth-child(1){height:28%}.dashboard-wave i:nth-child(2){height:47%}.dashboard-wave i:nth-child(3){height:38%}.dashboard-wave i:nth-child(4){height:68%}.dashboard-wave i:nth-child(5){height:55%}.dashboard-wave i:nth-child(6){height:82%}.dashboard-wave i:nth-child(7){height:72%}.dashboard-wave i:nth-child(8){height:94%}
.dashboard-bars { display: grid; gap: 15px; margin: 22px 0; }
.dashboard-bars > div { display: grid; grid-template-columns: 150px 1fr; gap: 14px; align-items: center; color: var(--muted); font-size: 11px; font-weight: 700; }
.dashboard-bars b { height: 8px; overflow: hidden; border-radius: 99px; background: #eeeaf3; }
.dashboard-bars i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8c78b8, #6a2ef5); }
.dashboard-tip { display: flex; gap: 12px; padding: 15px; border-radius: 15px; background: #f6f2fb; }
.dashboard-tip > span { color: var(--purple); }
.dashboard-tip p { margin: 0; color: var(--muted); font-size: 11px; }
.dashboard-tip strong { color: var(--ink); }

.live-apply-section { background: #fbfaf8; }
.form-safe-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 11px; }

.placeholder-section { background: white; }
.publisher-placeholder-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.publisher-placeholder {
  min-height: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 1px dashed rgba(95,49,211,.20);
  border-radius: 22px;
  background: linear-gradient(145deg, #fbfaf8, #f3eefb);
}
.publisher-avatar {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #8c78b8, #6a2ef5);
  color: white;
  font-size: 34px;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(95,49,211,.18);
}
.publisher-placeholder span { font-weight: 700; }
.publisher-placeholder small { color: var(--muted); }

.references-placeholder { background: #fbfaf7; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reference-empty {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px dashed rgba(95,49,211,.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(238,234,248,.55));
}
.reference-empty > span { margin-bottom: auto; color: rgba(95,49,211,.35); font-size: 28px; font-weight: 800; }
.reference-empty strong { margin-bottom: 5px; font-size: 18px; }
.reference-empty p { margin: 0; color: var(--muted); font-size: 13px; }

.live-about { background: white; }
.contact-strip { padding: 70px 0; background: #171721; color: white; }
.contact-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-strip h2 { max-width: 730px; margin: 0; font-size: clamp(32px,4vw,54px); line-height: 1.04; letter-spacing: -.04em; }
.contact-email {
  min-width: 275px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  font-weight: 700;
}
.contact-email:hover { background: rgba(255,255,255,.10); }

.brand-page-hero {
  min-height: auto;
  padding-top: 48px;
  padding-bottom: 88px;
}

@media (max-width: 1220px) {
  .live-main-nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 94px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--shadow);
  }
  .live-main-nav.open { display: flex; }
  .live-main-nav a { padding: 13px; border-bottom: 1px solid rgba(24,23,28,.06); font-size: 13px; }
  .live-main-nav a:last-child { border-bottom: 0; }
  .live-nav-wrap .menu-toggle { display: block; justify-self: end; }
  .live-nav-wrap { grid-template-columns: 190px auto auto; }
}

@media (max-width: 1080px) {
  .live-stage { max-width: 650px; width: 100%; margin-inline: auto; }
  .live-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .live-dashboard-grid { grid-template-columns: 1fr; }
  .live-process-grid { grid-template-columns: repeat(2, 1fr); }
  .live-process-grid::before { display: none; }
  .publisher-placeholder-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .benefit-groups { grid-template-columns: 1fr; }
  .live-phone-back { width: 155px; height: 285px; left: 0; top: 92px; }
  .live-phone-main { width: 190px; height: 355px; left: 50%; top: 10px; translate: -50% 0; }
  .live-phone-side { width: 145px; height: 275px; right: 0; top: 100px; }
  .live-stage { min-height: 410px; }
  .floating-live-card { min-width: 112px; padding: 12px; }
  .floating-live-card strong { font-size: 20px; }
  .live-card-one { left: 5px; bottom: 3px; }
  .live-card-two { right: 5px; bottom: 18px; }
  .contact-strip-inner { flex-direction: column; align-items: flex-start; }
  .contact-email { min-width: 0; width: 100%; }
}

@media (max-width: 720px) {
  .live-nav-wrap { grid-template-columns: 1fr auto; }
  .live-nav-wrap .nav-actions { display: none; }
  .live-proof-grid,
  .live-process-grid,
  .publisher-placeholder-grid,
  .reference-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: 125px; }
  .benefit-panel-head { padding: 24px 20px; }
  .benefit-list { padding: 7px 20px 14px; }
  .dashboard-bars > div { grid-template-columns: 1fr; gap: 6px; }
}

.live-hero .hero-copy h1 {
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: 1.01;
}

.benefit-panel-media {
  position: relative;
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.benefit-panel-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(.92) contrast(.98);
}
.benefit-panel-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(20,20,28,.55) 100%);
}
.benefit-media-label {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 15px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.90);
  color: var(--purple-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}
.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.benefit-row:nth-child(odd) {
  padding-right: 4px;
}

.requirements-section {
  background: #fbfaf7;
  padding-top: 44px;
}
.requirements-card {
  overflow: hidden;
  border: 1px solid rgba(95,49,211,.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 8%, rgba(140,120,184,.18), transparent 30%),
    linear-gradient(135deg, #ffffff, #f6f1fc);
  box-shadow: 0 24px 70px rgba(62,34,116,.08);
}
.requirements-copy {
  max-width: 700px;
  padding: 42px 46px 26px;
}
.requirements-copy h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.045em;
}
.requirements-copy p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}
.requirements-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 0 46px 36px;
}
.requirement-item {
  display: flex;
  gap: 16px;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
}
.requirement-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--lilac-soft);
  color: var(--purple-deep);
  font-weight: 800;
}
.requirement-item strong {
  display: block;
  margin-bottom: 6px;
}
.requirement-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}
.requirements-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 46px;
  background: #171721;
  color: white;
}
.requirements-cta > div {
  display: grid;
}
.requirements-cta strong {
  font-size: 22px;
}
.requirements-cta span {
  color: rgba(255,255,255,.62);
}

.faq-section { background: #fbfaf7; }
.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 12px 30px rgba(49,35,75,.04);
}
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  cursor: pointer;
  font-weight: 700;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--lilac-soft);
  color: var(--purple-deep);
  transition: transform .2s ease;
}
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-answer {
  padding: 0 24px 22px;
  color: var(--muted);
  font-size: 14px;
}
.faq-answer p { margin: 0 0 12px; }
.faq-answer ol { margin: 10px 0 12px 20px; padding: 0; }
.faq-answer li + li { margin-top: 7px; }

.earnings-boost-badge {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 15px;
  border: 1px solid rgba(95,49,211,.12);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(238,234,248,.9), rgba(255,255,255,.88));
}
.earnings-boost-badge > span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--purple-deep);
  color: white;
  font-size: 18px;
}
.earnings-boost-badge div {
  display: grid;
  line-height: 1.15;
}
.earnings-boost-badge small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.earnings-boost-badge strong {
  margin-top: 3px;
  color: var(--purple-deep);
  font-size: 15px;
}

.process-svg svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1080px) {
  .benefit-list { grid-template-columns: 1fr; }
  .requirements-list { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .requirements-copy { padding: 30px 24px 22px; }
  .requirements-list { padding: 0 24px 26px; }
  .requirements-cta { padding: 22px 24px; flex-direction: column; align-items: flex-start; }
  .benefit-panel-media { height: 165px; }
}
