/* ============================================================
   Landing light theme — inspired by getstarted.tiktok.com
   Applied only to /tiktok-business/ pages
   ============================================================ */

:root {
  --lp-ink: #121212;
  --lp-text: #333;
  --lp-muted: #6b6b6b;
  --lp-line: #ececec;
  --lp-band: #f8f8f8;
  --lp-band-2: #f2f2f2;
  --lp-peach: #ffede8;
  --lp-sky: #e8efff;
  --lp-red: #fe2c55;
  --lp-red-dark: #e81155;
  --lp-grad: #fe2c55;
}

/* ===== Base ===== */
body {
  background: #fff;
  color: var(--lp-ink);
  font-family: 'TikTok Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: -0.01em;
  padding-top: 44px;
}
a { color: var(--lp-red-dark); }
h1, h2, h3, h4 { color: var(--lp-ink); }

/* ===== Offer bar ===== */
.offer-bar {
  background: #fe2c55;
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
}
.offer-bar strong { color: #fff; }
.offer-bar a { color: #fff; text-decoration-color: rgba(255,255,255,.5); }
.offer-bar a:hover { color: var(--lp-red); }

/* ===== Header (black, sticky) ===== */
.header { top: 44px; background: rgba(0,0,0,.94); border-bottom: 1px solid rgba(255,255,255,.08); }
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.6); }
.header-inner { height: 68px; }
.logo span { color: #fff; -webkit-text-fill-color: #fff; }
.nav a { color: #c1c1c1; }
.nav a:hover, .nav a.active { color: #fff; background: rgba(255,255,255,.08); }
.nav-dropdown-content { background: #1a1a1a; border-color: rgba(255,255,255,.1); box-shadow: 0 12px 40px rgba(0,0,0,.5); }
.nav-dropdown-content a { color: #c1c1c1; }
.nav-dropdown-content a:hover { background: rgba(255,255,255,.08); color: #fff; }
.nav-cta { background: var(--lp-red); color: #fff !important; border-radius: 9999px; padding: 10px 22px !important; font-weight: 700; }
.nav-cta:hover { background: var(--lp-red-dark); color: #fff !important; transform: none; }
.hamburger span { background: #fff; }

.lang-switch { display: flex; gap: 4px; margin-left: 8px; }
.lang-switch a {
  padding: 6px 12px; border-radius: 9999px; font-size: 0.78rem; font-weight: 700;
  color: #c1c1c1; border: 1px solid rgba(255,255,255,.25); transition: all .3s;
}
.lang-switch a:hover { color: #fff; border-color: rgba(255,255,255,.6); background: transparent; }
.lang-switch a.active { color: #000; background: #fff; border-color: #fff; }

/* ===== Hero (black) ===== */
.hero-lp { position: relative; overflow: hidden; padding: 56px 0 88px; background: #000; }
.hero-lp::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: none;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; max-width: 1140px; margin: 0 auto; padding: 0 20px; }
.hero-copy h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 22px; color: #fff; }
.hero-copy p { font-size: clamp(1rem, 1.8vw, 1.2rem); color: #bdbdbd; margin-bottom: 28px; }
.hero-copy strong { color: #fff; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px;
  background: rgba(254,44,85,.12); border: 1px solid rgba(254,44,85,.4); border-radius: 9999px;
  font-size: 0.85rem; color: #ff7a95; font-weight: 700; margin-bottom: 22px;
}
.hero-points { margin: 0 0 30px; padding: 0; }
.hero-points li { display: flex; gap: 12px; align-items: flex-start; padding: 7px 0; color: #d4d4d4; font-size: 1rem; }
.hero-points li::before {
  content: '✓'; flex-shrink: 0; width: 22px; height: 22px; display: flex; align-items: center; justify-content: center;
  background: rgba(37,244,238,.14); color: #25f4ee; border-radius: 50%; font-size: 0.75rem; font-weight: 800; margin-top: 3px;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Buttons (unified: same shape & size everywhere) ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 56px; padding: 0 34px; min-height: 0;
  border: none; border-radius: 9999px;
  font-size: 1rem; font-weight: 700; line-height: 1; white-space: nowrap;
  cursor: pointer; text-decoration: none; transition: all .3s;
}
.btn-primary { background: var(--lp-red); color: #fff; box-shadow: 0 6px 24px rgba(254,44,85,.3); }
.btn-primary:hover { background: var(--lp-red-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 32px rgba(254,44,85,.4); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.4); }
.btn-outline:hover { background: #fff; color: #000; border-color: #fff; }

/* Header CTA — same pill shape, compact for the 68px bar */
.nav-cta { height: 44px; padding: 0 24px !important; font-size: .9rem; border-radius: 9999px; display: inline-flex; align-items: center; }

/* ===== Signup card ===== */
.signup-card {
  background: #fff; border: 1px solid var(--lp-line); border-radius: 20px; padding: 36px;
  box-shadow: 0 16px 60px rgba(0,0,0,.08);
}
.signup-card .hero-points li { color: var(--lp-ink); }
.signup-card .hero-points li::before { background: rgba(37,244,238,.15); color: #0091a3; }
.signup-card .btn { display: flex; width: fit-content; margin: 0 auto; }
.signup-card h2 { font-size: 1.35rem; font-weight: 800; margin-bottom: 6px; }
.signup-card .form-note { font-size: 0.88rem; color: var(--lp-muted); margin-bottom: 22px; }

/* ===== Trust band (black flow) ===== */
.trust-band { background: #000; border: none; border-top: 1px solid rgba(255,255,255,.08); }
.stats-grid { padding: 40px 0; }
.stat-item strong { color: #fff; background: none; -webkit-text-fill-color: #fff; }
.stat-item span { color: #bdbdbd; }

/* ===== Sections ===== */
.section { padding: clamp(64px, 9vw, 96px) 0; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 900; letter-spacing: -0.015em; }
.section-subtitle { color: var(--lp-text); }
.gradient-text { color: var(--lp-red); background: none; -webkit-text-fill-color: var(--lp-red); }

#cases { background: #121212; }
#cases .section-title, #cases .section-subtitle { color: #fff; }
#cases .section-subtitle { color: #bdbdbd; }
.section:has(.goal-num) { background: var(--lp-peach); }

/* ===== Cards ===== */
.card { background: var(--lp-band); border: 1px solid transparent; border-radius: 16px; }
.card:hover { border-color: rgba(254,44,85,.25); box-shadow: 0 16px 48px rgba(0,0,0,.07); transform: translateY(-4px); }
.card-icon { background: #ffe9ef; }
.card h3 { color: var(--lp-ink); }
.card p { color: var(--lp-text); }

/* ===== Cases (dark cards on black) ===== */
.case-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; }
.case-card {
  background: #1e1e1e; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 32px;
  display: flex; flex-direction: column; transition: all .3s;
}
.case-card:hover { border-color: rgba(254,44,85,.5); transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,.5); }
.case-tag {
  display: inline-block; align-self: flex-start; padding: 4px 12px; background: rgba(37,244,238,.12);
  color: #25f4ee; border-radius: 9999px; font-size: 0.72rem; font-weight: 800; margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: .05em;
}
.case-card h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 10px; color: #fff; }
.case-card > p { color: #bdbdbd; font-size: 0.93rem; line-height: 1.6; flex: 1; }
.case-metrics { display: flex; gap: 28px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.case-metric strong { color: var(--lp-red); background: none; -webkit-text-fill-color: var(--lp-red); font-size: 1.6rem; white-space: nowrap; }
.case-metric span { font-size: 0.78rem; color: #8a8a8a; }

/* ===== Brand safety ===== */
.safety-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 40px; }
.safety-item { background: var(--lp-sky); border: none; border-radius: 16px; }
.safety-item h3 { color: var(--lp-ink); }
.safety-item p { color: var(--lp-text); }

/* ===== Goals ===== */
.goal-num { font-size: 2.1rem; font-weight: 900; color: var(--lp-red); background: none; -webkit-text-fill-color: var(--lp-red); }

/* ===== Steps ===== */
.steps { counter-reset: step; }
.step { display: flex; gap: 24px; align-items: flex-start; padding: 24px 0; border-bottom: 1px solid var(--lp-line); }
.step:last-child { border-bottom: none; }
.step-num {
  flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  background: var(--lp-red); border-radius: 50%; font-weight: 800; font-size: 1.125rem; color: #fff;
}
.step-content h3 { color: var(--lp-ink); }
.step-content p { color: var(--lp-text); }

/* ===== UX: anchors under fixed header ===== */
#easy, #cases, #steps, #faq { scroll-margin-top: 124px; }

/* ===== Final CTA (full-bleed black) ===== */
.cta-section {
  background: #000; border-radius: 0; padding: 88px 32px;
  margin: 0 calc(50% - 50vw); width: 100vw;
}
.cta-section h2 { color: #fff; }
.cta-section p { color: #bdbdbd; }

/* ===== FAQ ===== */
.faq-item { border-bottom: 1px solid var(--lp-line); }
.faq-q { color: var(--lp-ink); }
.faq-q::after { color: var(--lp-red); }
.faq-a { color: var(--lp-text); }

/* ===== Footer (black) ===== */
.footer { background: #000; border-top: 1px solid rgba(255,255,255,.08); }
.footer h4 { color: #fff; }
.footer a { color: #bdbdbd; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); color: #6b6b6b; }
.affiliate-disclosure { color: #6b6b6b; }

/* ===== Cookie banner ===== */
.cookie-banner { background: #fff; border-top: 1px solid var(--lp-line); box-shadow: 0 -8px 30px rgba(0,0,0,.08); }
.cookie-banner p { color: var(--lp-text); }

/* ===== Mobile nav: collapse earlier — nav + lang switch + CTA needs ~1150px ===== */
@media (max-width: 1150px) {
  .nav {
    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,.98); flex-direction: column; align-items: center;
    justify-content: center; gap: 8px; z-index: 999;
  }
  .nav.open { display: flex; }
  .nav a { font-size: 1.1rem; padding: 14px 24px; color: #fff; }
  .nav-dropdown-content {
    position: static; display: block; background: transparent; border: none;
    box-shadow: none; padding: 0 0 0 16px; min-width: auto;
  }
  .nav-dropdown-content a { color: #c1c1c1; font-size: 1rem; padding: 10px 16px; }
  .hamburger { display: flex; }
  .lang-switch { margin: 8px 0 0; }
}

/* ===== Responsive ===== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  body { padding-top: 0; }
  .offer-bar { position: static; }
  .header { top: 0; }
}
@media (max-width: 1150px) {
  .case-metrics { flex-wrap: wrap; gap: 16px; }
  .case-metric { min-width: 0; }
  .case-metric span { display: block; max-width: 140px; }
}
/* ===== UX: comfortable mobile spacing, buttons may wrap ===== */
@media (max-width: 480px) {
  .hero-copy h1 { font-size: 1.9rem; }
  .btn { white-space: normal; height: auto; min-height: 56px; padding: 14px 24px; text-align: center; }
  .signup-card { padding: 24px 20px; }
  .hero-lp { padding: 32px 0 56px; }
  .cta-section { padding: 56px 20px; }
  .section { padding: 56px 0; }
  .hero-points li { font-size: 0.95rem; }
}
@media (max-width: 380px) {
  .btn { min-height: 52px; padding: 12px 20px; font-size: 0.95rem; }
}
