/* ============================================================
   Creator Landing — pagină de recrutare creatori.
   Refolosește tokenii + nav + footer + cardurile de brief
   (style.css, live-assets.css, creator-portal.css).
   ============================================================ */

/* ---------- real TM logo in nav ---------- */
.nav .logo .logo-img { height: 26px; width: auto; display: block; }
.nav .logo .logo-img.on-dark { display: none; }
[data-theme="dark"] .nav .logo .logo-img.on-light { display: none; }
[data-theme="dark"] .nav .logo .logo-img.on-dark { display: block; }

/* ---------- slim landing nav ---------- */
.cl-nav-links { gap: 24px; }
.cl-nav-links > a[data-nav] { font-size: 14.5px; color: var(--ink-2); text-decoration: none; transition: color .15s; white-space: nowrap; }
.cl-nav-links > a[data-nav]:hover { color: var(--ink); }
.cl-nav-sep { width: 1px; height: 22px; background: var(--line-2); margin: 0 2px; }
.cl-login { font-size: 14px; color: var(--muted); text-decoration: none; white-space: nowrap; transition: color .15s; }
.cl-login b { color: var(--ink); font-weight: 600; }
.cl-login:hover { color: var(--ink); }
@media (max-width: 980px) { .cl-nav-links { display: none; } }
/* show burger + mobile menu in the slim-nav gap (burger default is ≤860) */
@media (max-width: 980px) and (min-width: 861px) {
  .cl-nav .nav-burger { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 10px; background: var(--surface); color: var(--ink); }
  .cl-nav .nav-burger .nb-box { display: grid; gap: 5px; width: 20px; }
  .cl-nav .nav-burger .nb-box i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease; }
  body.mm-open .cl-nav .nav-burger .nb-box i:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.mm-open .cl-nav .nav-burger .nb-box i:nth-child(2) { opacity: 0; }
  body.mm-open .cl-nav .nav-burger .nb-box i:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu { display: block; }
}

/* ---------- HERO (bears cutout on paper) ---------- */
.cl-hero-art {
  position: relative; overflow: hidden;
  background:
    radial-gradient(120% 90% at 50% -10%, var(--signal-bg) 0%, transparent 55%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}
.cl-hero-art .cl-hero-inner {
  position: relative; z-index: 2; max-width: 1000px; margin: 0 auto;
  padding: clamp(40px, 6vw, 84px) var(--pad) 0; text-align: center;
}
.cl-hero-art .kicker { justify-content: center; }
.cl-hero-art h1 {
  font-size: clamp(40px, 6.6vw, 86px); font-weight: 800;
  letter-spacing: -0.04em; line-height: 0.98; margin: 18px auto 0;
  max-width: 15ch; text-wrap: balance;
}
.cl-hero-art h1 em { font-style: normal; color: var(--muted); }
.cl-hero-art .lead { font-size: clamp(16px, 1.7vw, 19px); color: var(--ink-2); max-width: 56ch; margin: 22px auto 0; line-height: 1.55; text-wrap: pretty; }
.cl-hero-art .lead b { color: var(--ink); }
.cl-hero-art .cl-cta { justify-content: center; }
.cl-hero-art .cl-cta .btn-line { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.cl-hero-art .cl-cta .btn-line:hover { border-color: var(--ink); }
/* bears */
.cl-hero-bears {
  display: block; width: min(1180px, 100%); margin: clamp(20px, 3vw, 40px) auto 0;
  height: auto; position: relative; z-index: 1;
  filter: drop-shadow(0 30px 40px oklch(0.205 0.012 70 / .18));
}
[data-theme="dark"] .cl-hero-bears { filter: drop-shadow(0 30px 40px oklch(0 0 0 / .5)); }
.cl-hero-stats {
  display: flex; justify-content: center; gap: clamp(28px, 5vw, 64px);
  max-width: 760px; margin: 0 auto; padding: 26px var(--pad) clamp(32px, 4vw, 48px);
  flex-wrap: wrap;
}
@media (max-width: 600px) { .cl-hero-art h1 { font-size: clamp(34px, 11vw, 52px); } }

/* legacy split hero (unused, kept for reference) */
.cl-hero {
  max-width: var(--maxw); margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) var(--pad) clamp(36px, 4vw, 56px);
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 940px) { .cl-hero { grid-template-columns: 1fr; gap: 44px; } }

.cl-hero h1 {
  font-size: clamp(40px, 6.2vw, 80px); font-weight: 800;
  letter-spacing: -0.038em; line-height: 1.0; margin-top: 20px;
  max-width: 14ch; text-wrap: balance;
}
.cl-hero h1 em { font-style: normal; color: var(--muted); }
.cl-hero .lead { font-size: clamp(16px, 1.7vw, 19px); color: var(--ink-2); max-width: 50ch; margin-top: 22px; line-height: 1.55; }
.cl-hero .lead b { color: var(--ink); }
.cl-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 30px; }
.cl-cta .note { font-family: var(--ff-mono); font-size: 11.5px; color: var(--muted); letter-spacing: .02em; }

/* hero stats */
.cl-hero-stats .s { text-align: center; }
.cl-hero-stats .s .v { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; }
.cl-hero-stats .s .l { font-family: var(--ff-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

/* hero visual — inbox de brief-uri */
.cl-inbox {
  border: 1px solid var(--line-2); border-radius: 18px; background: var(--surface);
  box-shadow: 0 40px 90px -50px oklch(0.205 0.012 70 / .55); overflow: hidden;
}
.cl-inbox-top {
  display: flex; align-items: center; gap: 9px; padding: 14px 18px;
  border-bottom: 1px solid var(--line); background: var(--paper-2);
}
.cl-inbox-top .ttl { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.cl-inbox-top .pill { margin-left: auto; font-family: var(--ff-mono); font-size: 10px; letter-spacing: .04em; color: var(--signal); background: var(--signal-bg); border: 1px solid oklch(0.6 0.07 158 / .35); border-radius: 100px; padding: 3px 9px; }
.cl-inbox-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.cl-mini {
  border: 1px solid var(--line-2); border-radius: 12px; padding: 14px 15px;
  display: flex; align-items: center; gap: 12px; background: var(--paper);
}
.cl-mini .lg { width: 38px; height: 38px; border-radius: 9px; background: var(--paper-2); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--ff-mono); font-weight: 600; font-size: 13px; flex: none; }
.cl-mini .nm { font-size: 14.5px; font-weight: 700; letter-spacing: -0.01em; }
.cl-mini .mt { font-family: var(--ff-mono); font-size: 10.5px; color: var(--muted); letter-spacing: .03em; margin-top: 2px; }
.cl-mini .bg { margin-left: auto; text-align: right; }
.cl-mini .bg .v { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.cl-mini .bg .l { font-family: var(--ff-mono); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cl-inbox-foot { padding: 0 16px 16px; }
.cl-inbox-foot .tray { display: flex; align-items: center; gap: 10px; border-top: 1px dashed var(--line-2); padding-top: 14px; font-size: 13px; color: var(--ink-2); }
.cl-inbox-foot .tray b { color: var(--ink); }

/* ---------- LOGO / TRUST STRIP ---------- */
.cl-trust { border-block: 1px solid var(--line); background: var(--surface); }
.cl-trust-in { max-width: var(--maxw); margin: 0 auto; padding: 22px var(--pad); display: flex; align-items: center; gap: clamp(18px, 4vw, 48px); flex-wrap: wrap; justify-content: center; }
.cl-trust .lab { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
.cl-trust .brand { font-size: 16px; font-weight: 700; letter-spacing: -0.01em; color: var(--ink-2); opacity: .72; }

/* ---------- SECTION SHELL ---------- */
.cl-sec { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 8vw, 110px) var(--pad); }
.cl-sec.tight { padding-block: clamp(40px, 5vw, 70px); }
.cl-head { max-width: 60ch; }
.cl-head h2 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.06; margin-top: 14px; text-wrap: balance; }
.cl-head p { font-size: clamp(15px, 1.5vw, 18px); color: var(--ink-2); margin-top: 16px; line-height: 1.55; max-width: 56ch; }
.cl-center { text-align: center; margin-inline: auto; }
.cl-center .cl-head { margin-inline: auto; }
.cl-center p { margin-inline: auto; }

/* ---------- STEPS ---------- */
.cl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; margin-top: 44px; }
@media (max-width: 860px) { .cl-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .cl-steps { grid-template-columns: 1fr; } }
.cl-step { background: var(--surface); padding: 28px 24px; display: flex; flex-direction: column; gap: 12px; }
.cl-step .n { font-family: var(--ff-mono); font-size: 12px; color: var(--paper); background: var(--ink); width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center; }
.cl-step:last-child .n { background: var(--signal); }
.cl-step h3 { font-size: 17px; font-weight: 700; letter-spacing: -0.015em; }
.cl-step p { font-size: 13.5px; color: var(--ink-2); line-height: 1.55; }

/* ---------- VALUE GRID ---------- */
.cl-vals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px) { .cl-vals { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .cl-vals { grid-template-columns: 1fr; } }
.cl-val { border: 1px solid var(--line-2); border-radius: 14px; padding: 24px; background: var(--surface); transition: border-color .18s, transform .18s; }
.cl-val:hover { border-color: var(--ink); transform: translateY(-2px); }
.cl-val .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--paper-2); border: 1px solid var(--line); display: grid; place-items: center; font-size: 17px; color: var(--ink); }
.cl-val h3 { font-size: 16.5px; font-weight: 700; letter-spacing: -0.015em; margin-top: 16px; }
.cl-val p { font-size: 14px; color: var(--ink-2); line-height: 1.55; margin-top: 8px; }

/* ---------- PRICING / EARNINGS ---------- */
.cl-earn { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 880px) { .cl-earn { grid-template-columns: 1fr; gap: 36px; } }
.cl-earn-modes { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
.cl-emode { border: 1px solid var(--line-2); border-radius: 13px; padding: 18px 20px; background: var(--surface); display: flex; gap: 14px; align-items: flex-start; }
.cl-emode .mk { font-family: var(--ff-mono); font-size: 11px; color: var(--signal); border: 1px solid oklch(0.6 0.07 158 / .35); background: var(--signal-bg); border-radius: 7px; padding: 4px 8px; flex: none; margin-top: 2px; }
.cl-emode h4 { font-size: 15.5px; font-weight: 700; letter-spacing: -0.01em; }
.cl-emode p { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; margin-top: 4px; }

.cl-earn-card { border: 1px solid var(--line-2); border-radius: 18px; background: var(--surface); padding: 26px; box-shadow: 0 30px 70px -50px oklch(0.205 0.012 70 / .5); }
.cl-earn-card .eh { display: flex; justify-content: space-between; align-items: baseline; }
.cl-earn-card .eh .t { font-family: var(--ff-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.cl-earn-card .eh .m { font-family: var(--ff-mono); font-size: 11px; color: var(--signal); }
.cl-earn-card .big { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; margin-top: 6px; }
.cl-earn-card .big small { font-size: 18px; color: var(--muted); font-weight: 600; }
.cl-bars { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 22px; }
.cl-bars i { flex: 1; background: var(--paper-2); border-radius: 5px 5px 0 0; display: block; }
.cl-bars i.on { background: var(--signal); }
.cl-earn-card .lbls { display: flex; justify-content: space-between; font-family: var(--ff-mono); font-size: 10px; color: var(--faint); margin-top: 8px; letter-spacing: .04em; }

/* ---------- TESTIMONIAL ---------- */
.cl-quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
@media (max-width: 860px) { .cl-quotes { grid-template-columns: 1fr; } }
.cl-quote { border: 1px solid var(--line-2); border-radius: 14px; padding: 24px; background: var(--surface); display: flex; flex-direction: column; gap: 16px; }
.cl-quote p { font-size: 15px; line-height: 1.55; color: var(--ink); letter-spacing: -0.01em; }
.cl-quote .who { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.cl-quote .who image-slot { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; display: block; flex: none; border: 1px solid var(--line); }
.cl-quote .nm { font-size: 13.5px; font-weight: 700; }
.cl-quote .mt { font-family: var(--ff-mono); font-size: 10.5px; color: var(--muted); margin-top: 1px; }

/* ---------- FAQ ---------- */
.cl-faq { max-width: 760px; margin: 40px auto 0; border-top: 1px solid var(--line); }
.cl-faq details { border-bottom: 1px solid var(--line); }
.cl-faq summary { list-style: none; cursor: pointer; padding: 20px 4px; display: flex; align-items: center; gap: 14px; font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; }
.cl-faq summary::-webkit-details-marker { display: none; }
.cl-faq summary .pm { margin-left: auto; font-family: var(--ff-mono); font-size: 18px; color: var(--muted); transition: transform .2s; flex: none; }
.cl-faq details[open] summary .pm { transform: rotate(45deg); color: var(--ink); }
.cl-faq .ans { padding: 0 4px 22px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; max-width: 64ch; }

/* ---------- CTA BAND ---------- */
.cl-band { background: oklch(0.205 0.012 70); color: var(--paper); }
[data-theme="dark"] .cl-band { background: oklch(0.13 0.005 80); border-block: 1px solid var(--line); }
.cl-band-in { max-width: var(--maxw); margin: 0 auto; padding: clamp(56px, 8vw, 100px) var(--pad); text-align: center; }
.cl-band .kicker { color: oklch(1 0 0 / .55); }
.cl-band .kicker .dot { background: var(--signal); }
.cl-band h2 { font-size: clamp(30px, 4.4vw, 56px); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; margin-top: 16px; max-width: 18ch; margin-inline: auto; text-wrap: balance; }
.cl-band p { color: oklch(1 0 0 / .7); font-size: 16px; margin-top: 16px; max-width: 50ch; margin-inline: auto; line-height: 1.55; }
.cl-band .cl-cta { justify-content: center; margin-top: 34px; }
.cl-band .btn-ghost { color: var(--paper); border-color: oklch(1 0 0 / .25); }
.cl-band .btn-ghost:hover { background: oklch(1 0 0 / .08); border-color: var(--paper); }
.cl-band .btn-light { background: var(--paper); color: var(--ink); }
.cl-band .btn-light:hover { transform: translateY(-1px); box-shadow: 0 14px 30px -14px oklch(0 0 0 / .5); }
.cl-band .note { color: oklch(1 0 0 / .5); }
